/* cache file /mnt/yzproc/YZ-Site/caches/csscache/9/92979/92979_1867080_1_.cache exists */
/*md5:598894f7e812c5af2395167cdb32aaba*/
/*time: 2024-05-09 16:01:58*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
/*.online-service */
.ModuleOnLineServiceGiant.layout-108 .online-service-giant-container {
    position: relative;
    width: auto;
    height: auto;
    display: block;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-header {
    display: flex;
    height: 50px;
    align-items: center;
    justify-items: center;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-tips {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    box-shadow: 0px -5px 9px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    line-height: 50px;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-header .online-service-head {
    display: flex;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-header .online-service-head img {
    height: 50px;
    vertical-align: middle;
    border-top-left-radius: 6px;
    display: inline-block;
    width: 50px;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-header .online-service-btn {
    display: flex;
    height: 50px;
    vertical-align: middle;
    border-top-right-radius: 6px;
    color: #fff;
    background: #4CAF50;
    width: 245px;
    padding-left: 50px;
    /*display: inline-block;*/
}

.ModuleOnLineServiceGiant.layout-108 .online-service-header .header-text {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-header .online-service-top {
    color: #999999;
    font-size: 12px;
    vertical-align: middle;
    width: 61px;
    margin-left: 9px;
    background: #ffffff;
    border-radius: 6px 6px 0px 0px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.04);
    text-align: center;
    cursor: pointer;
    line-height: 50px;
    position: relative;
    /* margin-right: 5px; */
     height: 100%;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-giant-ToTop-btn {
    color: #999999;
    font-size: 12px;
    margin-top: -5px;
}
.ModuleOnLineServiceGiant.layout-108 .online-service-giant-ToTop-btn  .online-service-top{
    display: block;
    /* box-shadow: 0 -5px 9px rgb(247, 150, 70);
    margin-top: 5px; */
}

.ModuleOnLineServiceGiant.layout-108 .icon-right {
    transform: rotate(270deg);
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
}

.ModuleOnLineServiceGiant.layout-108 .icon-advisory {
    margin-left: 20px;
    margin-right: 5px;
}

.ModuleOnLineServiceGiant.layout-108 .loading4 {
    text-align: center;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-content-tab>span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    /* height: 2px;
    background: #2946e6; */
    border-bottom: 3px solid #2946e6;
    z-index: 3;
    opacity: 0;
    transition: 0.5s ease 0s;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-content-tab>span:hover::after {
    opacity: 1;
    width: 100%;
    left: 0;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-content-header {
    /* height: 97px; */
    padding: 15px 20px 0 20px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.04);
}

.ModuleOnLineServiceGiant.layout-108 .online-service-content-header-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #f7f7f7;
}

.ModuleOnLineServiceGiant.layout-108 .content-close {
    float: right;
    cursor: pointer;
    margin-top: 10px;
    display: block;
    height: 25px;
}

.ModuleOnLineServiceGiant.layout-108 .content-close:hover>.middleline {
    display: none;
}

.ModuleOnLineServiceGiant.layout-108 .content-close:hover>.topline {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    transform: rotate(45deg);
}

.ModuleOnLineServiceGiant.layout-108 .content-close:hover>.bottomline {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    transform: rotate(-45deg);
    margin-top: -2px;
}
.ModuleOnLineServiceGiant.layout-108 .content-close .middleline{
    width: 20px;
    display: block;
    height: 2px;
    background: #333333
}
.ModuleOnLineServiceGiant.layout-108 .content-close .topline,  .ModuleOnLineServiceGiant.layout-108 .content-close .bottomline {
    width: 20px;
    display: block;
    opacity: 0;
    height: 2px;
    background: #333333
}

.ModuleOnLineServiceGiant.layout-108 .content-close .middleline {
    opacity: 1;
}

.ModuleOnLineServiceGiant.layout-108 .content-title {
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 90%;
    white-space: nowrap;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-content-tab {
    display: flex;
    /* line-height: 42px;
    height: 42px; */
    justify-content: center;
    text-align: center;
    padding-top: 10px;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-content-tab span {
    cursor: pointer;
    width: 58px;
    margin-right: 33px;
    position: relative;
    padding-bottom: 10px;
    white-space: nowrap;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-content-tab span:last-child {
    margin-right: 0;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-content-tab .active {
    color: #4CAF50;
    border-bottom: 3px solid #4CAF50;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-content-tab .active:hover::after {
    width: 0;
    transition: unset;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-content-list {
    max-height: 333px;
    overflow: hidden;
    overflow-y: auto;
    min-height: 163px;
}

/* .ModuleOnLineServiceGiant.layout-108 .online-service-accounts, .ModuleOnLineServiceGiant.layout-108 .online-service-contacts-list {
    padding: 20px 20px 0 20px;
} */

.ModuleOnLineServiceGiant.layout-108 .service-content-top,.ModuleOnLineServiceGiant.layout-108 .online-service-giant-ToTop-btn  {
    height: 40px;
    /* box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.04); */
    bottom: 0;
    /*position: absolute;

    transform: translatex(-50%);
    margin-left: -18px;
    left: 50%;*/
    width: 280px;
    margin: 0 auto;
    background: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 99;

}

.ModuleOnLineServiceGiant.layout-108 .IM-item {
    background: #fcfcfc;
    border-radius: 6px;
    margin-bottom: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    position: relative;
}

.ModuleOnLineServiceGiant.layout-108 .im-head {
    margin-right: 16px;
}

.ModuleOnLineServiceGiant.layout-108 .IMName {
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ModuleOnLineServiceGiant.layout-108 .im-content {
    width: 130px;
    margin-right: 16px;
    font-size: 12px;
    color: #999;
}

.ModuleOnLineServiceGiant.layout-108 .IM-item .im-link {
    width: 34px;
    background: #43a047;
    height: 100%;
    line-height: 60px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ModuleOnLineServiceGiant.layout-108 .IM-item .im-link .icon-advisory {
    margin-left: 9px;
    color: #fff;
}

.ModuleOnLineServiceGiant.layout-108 .im-head img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-108 .im-content .IconType img {
    width: 12px;
    height: 12px;
    margin-right: 3px;
}

.ModuleOnLineServiceGiant.layout-108 .IM-item::after,
.ModuleOnLineServiceGiant.layout-108 .IM-item::before,
.ModuleOnLineServiceGiant.layout-108 .contact-item-content::before,
.ModuleOnLineServiceGiant.layout-108 .contact-item-content::after,
.ModuleOnLineServiceGiant.layout-108 .qrcode-content::after,
.ModuleOnLineServiceGiant.layout-108 .qrcode-content::before
 {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    width: 100%;
    height: 100%;
    z-index: 1;
    right: 0px;
    border-radius: 8px;
    top: 0;
}

.ModuleOnLineServiceGiant.layout-108 .IM-item::before,
.ModuleOnLineServiceGiant.layout-108 .contact-item-content::before,
.ModuleOnLineServiceGiant.layout-108 .qrcode-content::before
 {
    opacity: 1;
    border-top: 1px solid #43a047;
    border-bottom: 1px solid #43a047;
    /* -webkit-transform: scale(0, 1);
    transform: scale(0, 1);  */
}

.ModuleOnLineServiceGiant.layout-108 .IM-item::after,
.ModuleOnLineServiceGiant.layout-108 .contact-item-content::after,
.ModuleOnLineServiceGiant.layout-108 .qrcode-content::after{
    opacity: 1;
    border-right: 1px solid #43a047;
    border-left: 1px solid #43a047;
    /* -webkit-transform: scale(1, 0);
    transform: scale(1, 0);  */
}

@-webkit-keyframes bdbefore {
    0% {
        opacity:0;
        -webkit-transform: scale(0,1)
    }
    100% {
        opacity:1;
        -webkit-transform: scale(1)
    }
}

@keyframes bdbefore {
    0% {
        opacity:0;
        -webkit-transform: scale(0,1)
    }
    100% {
        opacity:1;
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes bdafter {
    0% {
        opacity:0;
        -webkit-transform: scale(1,0)
    }
    100% {
        opacity:1;
        -webkit-transform: scale(1)
    }
}

@keyframes bdafter {
    0% {
        opacity:0;
        -webkit-transform: scale(1,0)
    }
    100% {
        opacity:1;
        -webkit-transform: scale(1)
    }
}
.ModuleOnLineServiceGiant.layout-108 .IM-item:hover::after,
.ModuleOnLineServiceGiant.layout-108 .contact-item-content:hover::after,
.ModuleOnLineServiceGiant.layout-108 .qrcode-content:hover::after{
    -webkit-animation: bdafter 0.4s;
    animation: bdafter 0.4s;
}
.ModuleOnLineServiceGiant.layout-108 .IM-item:hover::before,
.ModuleOnLineServiceGiant.layout-108 .contact-item-content:hover::before,
.ModuleOnLineServiceGiant.layout-108 .qrcode-content:hover::before
{
    /* opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);  */
     -webkit-animation: bdbefore 0.4s;
    animation: bdbefore 0.4s;
    /* animation: opacity 1.4s ease-in-out; */
}

.ModuleOnLineServiceGiant.layout-108 .loading>span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
}
.anima{
    overflow:hidden;
    /* transform: translateX(-30px);padding: 20px 20px 0 20px; */
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition:opacity .35s;
    height: 0;


 }
.showanima{overflow:visible; opacity:1;height:100%;    padding: 20px; }

.ModuleOnLineServiceGiant.layout-108 .loading4>span {
    -webkit-animation: three 1.4s infinite ease-in-out;
    animation: three 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ModuleOnLineServiceGiant.layout-108 .loading4 .three1 {
    -webkit-animation-delay: -0.30s;
    animation-delay: -0.30s;
}

.ModuleOnLineServiceGiant.layout-108 .loading4 .three2 {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

.ModuleOnLineServiceGiant.layout-108 .contact-item-content {
    font-size: 12px;
    color: #999999;
    background: #fcfcfc;
    /* border: 1px solid #f7f7f7; */
    border-radius: 6px;
    margin-bottom: 20px;
    display: flex;
    padding: 5px 0;
    align-items: center;
    position: relative;
    min-height: 42px;
}

.ModuleOnLineServiceGiant.layout-108 .contact-item-content .ContactContent {
    width: calc(100% - 48px);
    word-wrap: break-word;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding-right: 10px;
}

.ModuleOnLineServiceGiant.layout-108 .contactIcon {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    /*margin-top: 7px; */
}

.ModuleOnLineServiceGiant.layout-108 .contactIcon img {
    width: 12px;
    height: 12px;
}

.ModuleOnLineServiceGiant.layout-108 .contact-item-name {
    margin-bottom: 10px;
    font-size: 12px;
    color: #999999;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-qrcode {
    text-align: center;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-qrcode-img {
    width: 200px;
    height: 200px;
}

.ModuleOnLineServiceGiant.layout-108 .qrcode-content {
    width: 200px;
    margin: 0 auto;
    position: relative;;
    padding:10px;
}
.ModuleOnLineServiceGiant.layout-108 .nodata {
    min-height: 300px;
    line-height: 300px;
    text-align: center;
    color: #999999;
    font-size: 12px;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-accounts, .ModuleOnLineServiceGiant.layout-108 .online-service-qrcode.ModuleOnLineServiceGiant.layout-108 .online-service-contacts {
    display: block;
}
.ModuleOnLineServiceGiant.layout-108 .top-2{ margin-top: -3px;}

@-webkit-keyframes three {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes three {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
.ModuleOnLineServiceGiant.layout-108  .IMHead{
    width: 50px;
    box-shadow: 0px -5px 9px 0px rgb(138 52 52 / 82%);
    position: absolute;
    z-index: 99;
    height: 50px;
    top:0px;
}


.ModuleOnLineServiceGiant.layout-108 .online-service-content {
    background: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
    width: 280px;
    max-height: 490px;
    top: -490px;
    bottom: 0;
    display: none;
    margin: 0 auto;
    margin-top: 35px;
    overflow: hidden;
}

/* .ModuleOnLineServiceGiant.layout-108 .online-service-content-list::-webkit-scrollbar-thumb {
    background: #f0f0f0;
}

.ModuleOnLineServiceGiant.layout-108 .online-service-content-list::-webkit-scrollbar-track {
    background: #d1d1d1;
} */
.ModuleOnLineServiceGiant.layout-108 .mCSB_inside > .mCSB_container{
    margin-right:0px;
}
.ModuleOnLineServiceGiant.layout-108 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color:#d1d1d1 !important;
}

.ModuleOnLineServiceGiant.layout-108 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color:#d1d1d1 !important;
}
.ModuleOnLineServiceGiant.layout-108 .mCSB_scrollTools .mCSB_draggerRail{
    background-color: #ffffff;
}
.ModuleOnLineServiceGiant.layout-108 #mCSB_1_dragger_vertical{ opacity: 0;}
@media only screen and (max-width: 767px) {
    .ModuleOnLineServiceGiant.layout-108 {
        display: none;
    }
}
.ModuleOnLineServiceGiant.layout-108 .mCustomScrollBox{
    max-height: 100% !important;
}
.ModuleOnLineServiceGiant.layout-108 .qrcodetips{overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;text-align: center; margin-top:4px;color:#666}.module_384414047 .ModuleHead .HeadCenter{float:none;}
#module_384414047 {
padding:0px;
}
#module_384414047 {
position:absolute;
z-index:4001;
top:1015px;
left:0px;
width:100%;
height:50px;
}
#module_384414047 .ModuleHead384414047 {
display:none;
}

#module_384414047 .online-service-header .IMHead{background-color:#FFFFFF;}
#module_384414047 .online-service-btn{background-color:#f10215;}
#module_384414047 .online-service-head .icon-advisory{color:#FFFFFF;} #module_384414047 .loading>span{background-color:#FFFFFF;}
#module_384414047 .header-text{color:#FFFFFF;}
#module_384414047 .online-service-tips,#module_384414047 .online-service-header .IMHead{box-shadow:0 -5px 9px rgba(0, 0, 0, 0.05);}
#module_384414047 .online-service-btn{border-top-left-radius:10px;} #module_384414047 .IMHead,#module_384414047 .IMHead img,#module_384414047 .online-service-head{border-top-left-radius:8px;}
#module_384414047 .online-service-head,#module_384414047 .online-service-btn{border-top-right-radius:8px;}
#module_384414047 .online-service-content-tab>span{color:#666666;}
#module_384414047 .online-service-accounts .im-head{background-color:#FFFFFF;}
#module_384414047 .IM-item{background-color:#FCFCFC;}
#module_384414047 .IM-item::after,#module_384414047 .IM-item::before, #module_384414047 .IM-item{border-top-left-radius:8px;}
#module_384414047 .IM-item::after,#module_384414047 .IM-item::before,#module_384414047 .IM-item .im-link,#module_384414047 .IM-item{border-top-right-radius:8px;}
#module_384414047 .IM-item::after,#module_384414047 .IM-item::before, #module_384414047 .IM-item{border-bottom-left-radius:8px;}
#module_384414047 .IM-item::after,#module_384414047 .IM-item::before,#module_384414047 .IM-item .im-link, #module_384414047 .IM-item{border-bottom-right-radius:8px;}
#module_384414047 .IM-item::before,#module_384414047 .IM-item::after{border-color:#F7F7F7;}
#module_384414047 .IM-item::before{border-bottom-style:solid;border-top-style:solid} #module_384414047 .IM-item::after{border-left-style:solid;border-right-style:solid}
#module_384414047 .IM-item::before,#module_384414047 .IM-item::after{border-width:1px;}
#module_384414047 .im-link .icon-advisory{color:#FFFFFF;}
#module_384414047 .im-link{background-color:#f10215;}
#module_384414047 .im-content .IMType{color:#999999;}
#module_384414047 .im-content .IMName{color:#333333;}
#module_384414047 .contact-item-content{background-color:#FCFCFC;}
#module_384414047 .contact-item-content::before, #module_384414047 .contact-item-content::after{border-color:#F7F7F7;}
#module_384414047 .contact-item-content::before{border-bottom-style:solid;border-top-style:solid} #module_384414047 .contact-item-content::after{border-left-style:solid;border-right-style:solid}
#module_384414047 .contact-item-content::before, #module_384414047 .contact-item-content::after{border-width:1px;}
#module_384414047 .contact-item-content::before, #module_384414047 .contact-item-content::after, #module_384414047 .contact-item-content{border-top-left-radius:8px;}
#module_384414047 .contact-item-content::before, #module_384414047 .contact-item-content::after, #module_384414047 .contact-item-content{border-top-right-radius:8px;}
#module_384414047 .contact-item-content::before,#module_384414047 .contact-item-content::after, #module_384414047 .contact-item-content{border-bottom-left-radius:8px;}
#module_384414047 .contact-item-content::before,#module_384414047 .contact-item-content::after, #module_384414047 .contact-item-content{border-bottom-right-radius:8px;}
#module_384414047 .contactIcon{background-color:#FFFFFF;}
#module_384414047 .contact-item-name{color:#999999;}
#module_384414047 .ContactContent{color:#333333;}
#module_384414047 .qrcode-content::before,#module_384414047 .qrcode-content::after{border-color:#F7F7F7;}
#module_384414047 .qrcode-content::before{border-bottom-style:solid;border-top-style:solid} #module_384414047 .qrcode-content::after{border-left-style:solid;border-right-style:solid}
#module_384414047 .qrcode-content::before,#module_384414047 .qrcode-content::after{border-width:1px;}
#module_384414047 .content-close .topline,#module_384414047 .content-close .middleline,#module_384414047 .content-close .bottomline{background-color:#333333;}
#module_384414047 .content-title{color:#333333;}
#module_384414047 .online-service-giant-ToTop-btn{background-color:#ffffff;}
#module_384414047 .online-service-giant-ToTop-btn{color:#999999;}
#module_384414047 .online-service-giant-ToTop-btn{box-shadow:0 -5px 9px rgba(0, 0, 0, 0.05);}
#module_384414047 .IM-item:hover .im-head{background-color:#FFFFFF;}
#module_384414047 .online-service-btn:hover{background-color:#e50b1c;}
#module_384414047 .online-service-head:hover .icon-advisory{color:#FFFFFF;} #module_384414047 .online-service-head:hover .loading>span{background-color:#FFFFFF;}
#module_384414047 .header-text:hover{color:#FFFFFF;}
#module_384414047 .online-service-header:hover .online-service-tips,#module_384414047 .online-service-header:hover .IMHead{box-shadow:0 -5px 9px rgba(0, 0, 0, 0.05);}
#module_384414047 .online-service-content-tab .active{color:#e50b1c;}
#module_384414047 .online-service-content-tab > span:hover::after, #module_384414047 .online-service-content-tab .active{border-bottom-color:#e50b1c;}
#module_384414047 .online-service-content-tab > span:hover::after,#module_384414047 .online-service-content-tab .active{border-bottom-Style:solid;}
#module_384414047 .online-service-content-tab > span:hover::after,#module_384414047 .online-service-content-tab .active{border-bottom-width:3px;}
#module_384414047 .IM-item:hover::before,#module_384414047 .IM-item:hover::after{border-color:#e50b1c;}
#module_384414047 .IM-item:hover::before{border-bottom-style:solid;border-top-style:solid} #module_384414047 .IM-item:hover::after{border-left-style:solid;border-right-style:solid}
#module_384414047 .IM-item:hover{background-color:#FCFCFC;}
#module_384414047 .IM-item:hover .icon-advisory{color:#FFFFFF;}
#module_384414047 .IM-item:hover .im-link{background-color:#e50b1c;}
#module_384414047 .IM-item:hover .im-content .IMType{color:#999999;}
#module_384414047 .IM-item:hover .im-content .IMName{color:#333333;}
#module_384414047 .contact-item-content:hover{background-color:#FCFCFC;}
#module_384414047 .contact-item-content:hover::before,#module_384414047 .contact-item-content:hover::after{border-color:#e50b1c;}
#module_384414047 .contact-item-content:hover::before{border-bottom-style:solid;border-top-style:solid} #module_384414047 .contact-item-content:hover::after{border-left-style:solid;border-right-style:solid}
#module_384414047 .contact-item:hover .contactIcon{background-color:#FFFFFF;}
#module_384414047 .contact-item:hover .contact-item-name{color:#999999;}
#module_384414047 .contact-item:hover .ContactContent{color:#333333;}
#module_384414047 .content-close:hover .topline,#module_384414047 .content-close:hover .middleline,#module_384414047 .content-close:hover .bottomline{background-color:#333333;}
#module_384414047 .online-service-giant-ToTop-btn:hover{background-color:#ffffff;}
#module_384414047 .online-service-giant-ToTop-btn:hover{color:#999999;}
#module_384414047 online-service-giant-ToTop-btn:hover{box-shadow:0 -5px 9px rgba(0, 0, 0, 0.05);}
#module_384414047 .qrcode-content:hover::before,#module_384414047 .qrcode-content:hover::after{border-color:#e50b1c;}
#module_384414047 .qrcode-content:hover::before{border-bottom-style:solid;border-top-style:solid} #module_384414047 .qrcode-content:hover::after{border-left-style:solid;border-right-style:solid}
#FreeMainZone{height:1065px}
.module_405394534 .ModuleHead .HeadCenter{float:none;}
#module_405394534 {
padding:0px;
}
#module_405394534 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_405394534 .ModuleHead405394534 {
display:none;
}

.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridGiant.layout-101{height: 100%;}
.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_384410255 .ModuleHead .HeadCenter{float:none;}
#module_384410255 {
padding:0px;
}
#module_384410255 {
position:static;
z-index:4000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_384410255 .ModuleHead384410255 {
display:none;
}
#module_384410255 .BodyCenter.BodyCenter384410255 {
background:none;background-color:rgb(242, 242, 242);
}
#module_384410255 >.module_384410255 {
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:rgb(216, 216, 216);
border-bottom-width:1px;
}
#module_384410255 >.module_384410255{
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_384410255 .BodyCenter.BodyCenter384410255 {
padding-top:0.5319%;
padding-left:2.1277%;
padding-right:2.1277%;
padding-bottom:0.5319%;
}
}
@media screen and (max-width: 767px){
#module_384410255 .BodyCenter.BodyCenter384410255 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384410255 >.module_384410255 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410255 >.module_384410255 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384410255 >.module_384410255 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410255:hover {
border:none;
}
#module_384410255:hover >.module_384410255 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410255 .ModuleSubContainer{background-color:transparent;}
#module_384410255 .ModuleSubContainer{background-image:none;}
#module_384410255 .ModuleSubContainer{background-repeat:no-repeat;}
#module_384410255 .ModuleSubContainer{background-position:0% 0%;}
#module_384410255 .ModuleSubContainer{background-attachment:scroll;}
#module_384410255 .ModuleSubContainer{}
#module_384410255 {!bgVideo!}{bgVideoUrl:}
#module_384410255 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_384410255 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_384410255 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer384410255 {max-width:1600px;width:auto;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_384411765 .ModuleHead .HeadCenter{float:none;}
#module_384411765 {
padding:0px;
}
#module_384411765 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384411765 .ModuleHead384411765 {
display:none;
}
#module_384411765 {
border:none;
}
@media screen and (min-width: 768px){
#module_384411765 >.module_384411765 {
margin-top:6.7416%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384411765 >.module_384411765 {
}
}

#module_384411765 img{border-top-color:transparent;}
#module_384411765 img{border-top-style:none;}
#module_384411765 img{border-top-width:0px;}
#module_384411765 img{border-right-color:transparent;}
#module_384411765 img{border-right-style:none;}
#module_384411765 img{border-right-width:0px;}
#module_384411765 img{border-bottom-color:transparent;}
#module_384411765 img{border-bottom-style:none;}
#module_384411765 img{border-bottom-width:0px;}
#module_384411765 img{border-left-color:transparent;}
#module_384411765 img{border-left-style:none;}
#module_384411765 img{border-left-width:0px;}
#module_384411765 img{border-top-left-radius:0px;}
#module_384411765 img{border-top-right-radius:0px;}
#module_384411765 img{border-bottom-left-radius:0px;}
#module_384411765 img{border-bottom-right-radius:0px;}
#module_384411765 .BodyCenter{text-align: center;}

.ModuleNavGiant.layout-105 .main-nav-content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  overflow:hidden;
}
.ModuleNavGiant.layout-105 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-105 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-105 .moveMenuRight, .ModuleNavGiant.layout-105 .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-105 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-105 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px

}
.ModuleNavGiant.layout-105 .moveMenuRight:hover, .ModuleNavGiant.layout-105 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-105 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-105 .main-nav-item-group {
  box-sizing: border-box;
  -moz-box-sizing:border-box; 
 -webkit-box-sizing:border-box;
  height: 80px;
  line-height: 80px;
  text-align: center;
  float: left;
}
.ModuleNavGiant.layout-105 .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-105 .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;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
}

.ModuleNavGiant.layout-105 .main-nav-item-hover {
  color: #fff;
}
.ModuleNavGiant.layout-105 .main-nav-item-hover::before {
  width: 100%;
  left: 0;
  opacity: 1;
}
.ModuleNavGiant.layout-105 .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-105 .sub-nav-item-box {
  width: 100%;
  position: relative;
}
/*
.ModuleNavGiant.layout-105 .sub-nav-item-box ::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -5px;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
*/
.ModuleNavGiant.layout-105 .sub-nav-item-group{
	position: relative;
}
.ModuleNavGiant.layout-105 .arrow{
	top:13px;
	width:15px;
	height:15px;
	background:#fff;
	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;
}

.ModuleNavGiant.layout-105 .sub-nav-item:first-child {
  border-top: none!important;
}
.ModuleNavGiant.layout-105 .sub-nav-item:last-child {
  border-bottom: none!important;
}
.ModuleNavGiant.layout-105 .sub-nav-item {
  display: block;
  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;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-105 .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-105 .sub-nav-item:hover {
  background-color: #f7f7f7;
}
.ModuleNavGiant.layout-105 .sub-nav-item:hover .inner {
    padding-left: 10px;
}
.ModuleNavGiant.layout-105 .sub-nav-item-group.current {
  display: block;
}
.ModuleNavGiant.layout-105 .main-nav-item-group.current .main-nav-item {
  color: #fff;
}
.ModuleNavGiant.layout-105 .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-105 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-105 .menu{
    font-size: 12px;
    opacity: 0.6;
    float: right;
    margin-left: 8px;
    margin-top: 1px;
    transform:rotate(0deg);
    transition: all .3s linear;
    -webkit-transform:rotate(0deg);
    -webkit-transition: all .3s linear;
}
.ModuleNavGiant.layout-105 .menuUp{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -1px;
}
.ModuleNavGiant.layout-105 .sub-nav-item-group.sub-menu{
    display: none !important;
}.module_384410672 .ModuleHead .HeadCenter{float:none;}
#module_384410672 {
padding:0px;
}
#module_384410672 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410672 .ModuleHead384410672 {
display:none;
}
#module_384410672 .BodyCenter.BodyCenter384410672 {
background:none;background-color:rgba(0, 0, 0, 0);
}
#module_384410672 >.module_384410672 {
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_384410672 >.module_384410672{
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_384410672 .BodyCenter.BodyCenter384410672 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410672 .BodyCenter.BodyCenter384410672 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384410672 >.module_384410672 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410672 >.module_384410672 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384410672 >.module_384410672 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410672:hover {
border:none;
}
#module_384410672:hover >.module_384410672 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410672 .main-nav-item-group{height:70px;line-height:70px;} #module_384410672 .main-nav-content{height:70px}
#module_384410672 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_384410672 .main-nav-content{background-image:none;}
#module_384410672 .main-nav-content{background-repeat:no-repeat;}
#module_384410672 .main-nav-content{}
#module_384410672 .main-nav-content{}
#module_384410672 .main-nav-content{}
#module_384410672 .main-nav-content{text-align:right;}
#module_384410672 .main-nav-item{font-size:16px;}
#module_384410672 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_384410672 .main-nav-item{color:#333;}
#module_384410672 .main-nav-item{font-weight:normal;}
#module_384410672 .main-nav-item{text-decoration:none;}
#module_384410672 .main-nav-item{font-style:normal;}
#module_384410672 .main-nav-item{width:auto;}
#module_384410672 .main-nav-item{padding-left:25px;padding-right:25px;}
#module_384410672 .main-nav-item{background-image:none;}
#module_384410672 .main-nav-item{background-color:transparent;}
#module_384410672 .main-nav-item{background-repeat:no-repeat;}
#module_384410672 .main-nav-item{}
#module_384410672 .main-nav-item{}
#module_384410672 .main-nav-item{}
#module_384410672 .main-nav-item-group{border-right-color:#f2f2f2;}
#module_384410672 .main-nav-item-group{border-right-style:solid;}
#module_384410672 .main-nav-item-group{border-right-width:0px;}
#module_384410672 .sub-nav-item-group{width:192px;}
#module_384410672 .sub-nav-item{height:40px;line-height:40px;} #module_384410672 .sub-nav-item .inner {line-height: calc(100% + (40px - 10px));}
#module_384410672 .sub-nav-item .inner{font-size:12px;}
#module_384410672 .sub-nav-item .inner{font-family:微软雅黑,Microsoft YaHei;}
#module_384410672 .sub-nav-item .inner{color:#000;}
#module_384410672 .sub-nav-item .inner{font-weight:normal;}
#module_384410672 .sub-nav-item .inner{text-decoration:none;}
#module_384410672 .sub-nav-item .inner{font-style:normal;}
#module_384410672 .sub-nav-item .inner,#module_384410672 .arrow,#module_384410672 .sub-normal-color{background-color:#fff;}
#module_384410672 .sub-nav-item .inner{background-image:none;}
#module_384410672 .sub-nav-item .inner{background-repeat:no-repeat;}
#module_384410672 .sub-nav-item .inner{}
#module_384410672 .sub-nav-item .inner{}
#module_384410672 .sub-nav-item .inner{}
#module_384410672 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_384410672 .sub-nav-item{border-bottom-style:solid;}
#module_384410672 .sub-nav-item{border-bottom-width:1px;}
#module_384410672 .sub-nav-item{margin-bottom:0px;}
#module_384410672 .main-nav-item-hover{font-size:16px;}
#module_384410672 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_384410672 .main-nav-item-hover{color:rgb(231, 20, 1);}
#module_384410672 .main-nav-item-hover{font-weight:normal;}
#module_384410672 .main-nav-item-hover{text-decoration:none;}
#module_384410672 .main-nav-item-hover{font-style:normal;}
#module_384410672 .main-nav-item-hover::before{background-color:rgba(0,0,0,0);}
#module_384410672 .main-nav-item-hover::before{background-image:none;}
#module_384410672 .main-nav-item-hover::before{background-repeat:no-repeat;}
#module_384410672 .main-nav-item-hover::before{}
#module_384410672 .main-nav-item-hover::before{}
#module_384410672 .main-nav-item-hover::before{}
#module_384410672 .sub-nav-item:hover .inner{font-size:12px;}
#module_384410672 .sub-nav-item:hover .inner{font-family:微软雅黑,Microsoft YaHei;}
#module_384410672 .sub-nav-item:hover .inner{color:#000;}
#module_384410672 .sub-nav-item:hover .inner{font-weight:normal;}
#module_384410672 .sub-nav-item:hover .inner{text-decoration:none;}
#module_384410672 .sub-nav-item:hover .inner{font-style:normal;}
#module_384410672 .sub-nav-item:hover .inner,#module_384410672 .sub-hover-color{background-color:#f2f2f2;}
#module_384410672 .sub-nav-item:hover .inner{background-image:none;}
#module_384410672 .sub-nav-item:hover .inner{background-repeat:no-repeat;}
#module_384410672 .sub-nav-item:hover .inner{}
#module_384410672 .sub-nav-item:hover .inner{}
#module_384410672 .sub-nav-item:hover .inner{}


/*图文模块 layout 105*/
.ModuleImageTextGiant.layout-105 .row{ margin-left:0; margin-right: 0;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{max-height: 100%; max-width: 100%;/*padding: 10px;*/}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .ModuleImageTextContent{padding:0; padding-left: 15px; margin: 0px }
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{height:auto;padding-left: 0;padding-right: 0}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content{align-items: center;display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{text-align: left; overflow: hidden; display: block; text-align:center; position: relative;}
/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper .dummy { padding-top: 100%; }*/
/* .ModuleImageTextGiant.layout-105 .normal_ImgtextBox_content:first-child{ margin-top: 0 !important; }
.ModuleImageTextGiant.layout-105 .normal_ImgtextBox_content:last-child{ margin-bottom: 0 !important; } */


@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row .col-xs-8{padding: 0 3px;width: 91.333333%;}
}
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{min-width: 100%;}*/
	/*.ModuleImageTextGiant.layout-105 .col-md-2{width: 14.666667%;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row{width:auto;}*/
/*}*/
@media only screen and (min-width: 768px) {
	.ModuleImageTextGiant.layout-105 .col-lg-2 {
    width: 10%;
	}
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper .TextImage{width: 100%}
}.module_384410383 .ModuleHead .HeadCenter{float:none;}
#module_384410383 {
padding:0px;
}
#module_384410383 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410383 .ModuleHead384410383 {
display:none;
}
#module_384410383 .BodyCenter.BodyCenter384410383 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410383 >.module_384410383 {
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_384410383 >.module_384410383{
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_384410383 .BodyCenter.BodyCenter384410383 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410383 .BodyCenter.BodyCenter384410383 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384410383 >.module_384410383 {
margin-top:7.1698%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410383 >.module_384410383 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384410383 >.module_384410383 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410383:hover {
border:none;
}
#module_384410383:hover >.module_384410383 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410383 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_384410383 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_384410383 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_384410383 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_384410383 .GraphicUpper{padding-top:0px;}
#module_384410383 .GraphicUpper{padding-bottom:0px;}
#module_384410383 .GraphicUpper{padding-left:0px;}
#module_384410383 .GraphicUpper {padding-right:0px;}
#module_384410383 .GraphicUpper{width:8%;} #module_384410383 .ModuleImageTextContent{width: calc(100% - 8%);}
#module_384410383 .MobileGraphicUpper{width:10%;} #module_384410383 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_384410383 .ModuleImageTextGiantContent{padding-top:0px;}
#module_384410383 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_384410383 .ModuleImageTextGiantContent{padding-left:15px;}
#module_384410383 .ModuleImageTextGiantContent{padding-right:0px;}
#module_384410383 .normal_ImgtextBox_content{padding-top:0px;}
#module_384410383 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_384410383 .normal_ImgtextBox_content{padding-left:0px;}
#module_384410383 .normal_ImgtextBox_content{padding-right:0px;}
#module_384410383 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_384410383 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_384410383 .normal_ImgtextBox_content{background-color:transparent;}
#module_384410383 .normal_ImgtextBox_content{background-image:none;}
#module_384410383 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_384410383 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_384410383 .normal_ImgtextBox_content{background-attachment:none;}
#module_384410383 .normal_ImgtextBox_content{}
#module_384410383 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_384410383 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_384410383 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_384410383 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_384410383 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_384410383 .normal_ImgtextBox_content{border-top-style:none;}
#module_384410383 .normal_ImgtextBox_content{border-top-width:0px;}
#module_384410383 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_384410383 .normal_ImgtextBox_content{border-right-style:none;}
#module_384410383 .normal_ImgtextBox_content{border-right-width:0px;}
#module_384410383 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_384410383 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_384410383 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_384410383 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_384410383 .normal_ImgtextBox_content{border-left-style:none;}
#module_384410383 .normal_ImgtextBox_content{border-left-width:0px;}
#module_384410383 .showHandle .btn{font-size:14px;}
#module_384410383 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_384410383 .showHandle .btn{color:#333;}
#module_384410383 .showHandle .btn{font-weight:400;}
#module_384410383 .showHandle .btn{text-decoration:none;}
#module_384410383 .showHandle .btn{font-style:normal;}
#module_384410383 .showHandle div{border-top-color:#ddd !important;}
#module_384410383 .showHandle div{border-top-style:solid !important;}
#module_384410383 .showHandle div{border-top-width:1px !important;}
#module_384410383 .showHandle{background-color:transparent;}
#module_384410383 .showHandle{background-image:none;}
#module_384410383 .showHandle{background-repeat:no-repeat;}
#module_384410383 .showHandle{}
#module_384410383 .showHandle{}
#module_384410383 .showHandle{}
#module_384410383 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_384410383 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_384410383 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_384410383 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_384410383 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_384410383 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_384410383 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_384410383 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_384410383 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_384410383 a{font-size:unset;font-family:unset}
.ModulePupopGiant.layout-101 {height: 100%; background-color: rgba(0, 0, 0, .6);}
.ModulePupopGiant.layout-101 .row {margin-right: 0px; margin-left: 0px;}
.ModulePupopGiant.layout-101 .ModuleSubContainer {width: 100%; position: relative;}
.ModulePupopGiant.layout-101 .ModuleSubContainer .addnewhelper {white-space: unset;}
.ModulePupopGiant.layout-101 .ModulePupopContainer {
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModulePupopGiant.layout-101 .IsAdvertisement {position: fixed;}
.ModulePupopGiant.layout-101 .IsAdvertisement .ModulePupopContainer {
    position: static;
    top: 0 !important;
    left: 0 !important;
    transform: unset !important;
}
.ModulePupopGiant.layout-101 .pupopClose {
    position: absolute;
    z-index: 99999;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.ModulePupopGiant.layout-101 .pupopClose .iconfont {font-size: 30px; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.ModulePupopGiant.layout-101 .ModulePupopContainer .ModuleSubPupopBox {height: auto; overflow-y: auto;}
.ModulePupopGiant.layout-101 .ModulePuponArrow { position: absolute;
    left: 50%;
    transform: translatex(-50%);
    border: 9px solid transparent;
    width: 0;
    height: 0;
}
.ModulePupopGiant.layout-101 .ModulePuponArrow.PosTop {
    border-bottom-color: #e8e8e8;
    border-bottom-width: 12px;
    top:-20px;
}

.ModulePupopGiant.layout-101 .ModulePuponArrow.PosBottom {
    border-top-color: #e8e8e8;
    border-top-width: 12px;
    bottom:-20px;
}

@media only screen and (max-width: 767px) {
    .ModulePupopGiant.layout-101 .ModuleSubContainer {display: block;}
    .ModulePupopGiant.layout-101 .IsAdvertisement .ModulePupopContainer {max-width: 100vw;}
}.module_384416578 .ModuleHead .HeadCenter{float:none;}
#module_384416578 {
padding:0px;
}
#module_384416578 {
position:fixed;
z-index:100000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_384416578 .ModuleHead384416578 {
display:none;
}

#module_384416578 .ModulePupopContainer{top:calc(50% + 0px);left:calc(50% + 0px);transform:translate(-50%, -50%);} #module_384416578 .IsAdvertisement{top:calc(50% + 0px);left:calc(50% + 0px);transform:translate(-50%, -50%);}
#module_384416578 .ModulePupopContainer{background-color:rgba(255, 255, 255, 1);}
#module_384416578 .ModulePupopContainer{}
#module_384416578 .ModulePupopContainer{background-repeat:no-repeat;}
#module_384416578 .ModulePupopContainer{background-position:0% 0%;}
#module_384416578 .ModulePupopContainer{background-attachment:scroll;}
#module_384416578 .ModulePupopContainer{}
#module_384416578 .ModulePupopContainer{padding-top:0px;}
#module_384416578 .ModulePupopContainer{padding-bottom:0px;}
#module_384416578 .ModulePupopContainer{padding-left:0px;}
#module_384416578 .ModulePupopContainer{padding-right:0px;}
#module_384416578 .ModulePupopContainer{border-top-color:#e1e1e1;}
#module_384416578 .ModulePupopContainer{border-top-style:solid;}
#module_384416578 .ModulePupopContainer{border-top-width:0px;}
#module_384416578 .ModulePupopContainer{border-bottom-color:#e1e1e1;}
#module_384416578 .ModulePupopContainer{border-bottom-style:solid;}
#module_384416578 .ModulePupopContainer{border-bottom-width:0px;}
#module_384416578 .ModulePupopContainer{border-left-color:#e1e1e1;}
#module_384416578 .ModulePupopContainer{border-left-style:solid;}
#module_384416578 .ModulePupopContainer{border-left-width:0px;}
#module_384416578 .ModulePupopContainer{border-right-color:#e1e1e1;}
#module_384416578 .ModulePupopContainer{border-right-style:solid;}
#module_384416578 .ModulePupopContainer{border-right-width:0px;}
#module_384416578 .ModulePupopContainer{border-top-left-radius:0px;}
#module_384416578 .ModulePupopContainer{border-top-right-radius:0px;}
#module_384416578 .ModulePupopContainer{border-bottom-left-radius:0px;}
#module_384416578 .ModulePupopContainer{border-bottom-right-radius:0px;}
#module_384416578 .ModulePupopContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_384416578 .pupopClose{top:20px;right:20px;left:auto;transform:none;}
#module_384416578 .pupopClose{width:calc(26px + 3px); height:calc(26px + 3px);}
#module_384416578 .pupopClose .iconfont{font-size:24px;}
#module_384416578 .pupopClose .iconfont{color:#ccc;}
#module_384416578 .pupopClose{background-color:rgba(255, 255, 255, 0);}
#module_384416578 .pupopClose{}
#module_384416578 .pupopClose{background-repeat:no-repeat;}
#module_384416578 .pupopClose{background-position:0% 0%;}
#module_384416578 .pupopClose{background-attachment:scroll;}
#module_384416578 .pupopClose{}
#module_384416578 .pupopClose{border-top-color:#e1e1e1;}
#module_384416578 .pupopClose{border-top-style:solid;}
#module_384416578 .pupopClose{border-top-width:0px;}
#module_384416578 .pupopClose{border-bottom-color:#e1e1e1;}
#module_384416578 .pupopClose{border-bottom-style:solid;}
#module_384416578 .pupopClose{border-bottom-width:0px;}
#module_384416578 .pupopClose{border-left-color:#e1e1e1;}
#module_384416578 .pupopClose{border-left-style:solid;}
#module_384416578 .pupopClose{border-left-width:0px;}
#module_384416578 .pupopClose{border-right-color:#e1e1e1;}
#module_384416578 .pupopClose{border-right-style:solid;}
#module_384416578 .pupopClose{border-right-width:0px;}
#module_384416578 .pupopClose{border-top-left-radius:0px;}
#module_384416578 .pupopClose{border-top-right-radius:0px;}
#module_384416578 .pupopClose{border-bottom-left-radius:0px;}
#module_384416578 .pupopClose{border-bottom-right-radius:0px;}
#module_384416578 .ModulePupopGiant{background-color:rgba(0, 0, 0, .6);}
#module_384416578 .ModulePuponArrow.PosTop {border-bottom-color:;} #module_384416578 .ModulePuponArrow.PosBottom {border-top-color:;}
#module_384416578{position: fixed !important; top: 0 !important; left: 0 !important; z-index: 100000 !important; display: none;width: 100% !important; height: 100% !important;}.ModulePupopContainer.ModulePupopContainer384416578 {max-width:700px;}
.IsAdvertisement .ModulePupopContainer.ModulePupopContainer384416578 {width:700px;}
#Sub384416578_1.ModuleSubPupopBox {height: auto !important; max-height: calc(100vh - 100px);}
.ModuleCustomFormGiant.layout-101 .submitbtnbox{display: flex;}
.ModuleCustomFormGiant.layout-101 .smsvaldatebox,
.ModuleCustomFormGiant.layout-101 .frist_item,
.ModuleCustomFormGiant.layout-101 input.input-text-color,
.ModuleCustomFormGiant.layout-101 .customFormDatetime,
.ModuleCustomFormGiant.layout-101 .pcCitybox select
{
    height: 38px;
    line-height: 38px;
}
/*新验证码开始*/
.ModuleCustomFormGiant.layout-101 .vciline{
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine1 {
     display: none;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine2 {
   transform: rotate(180deg);
   transition:all 0.5s;
}
.ModuleCustomFormGiant.layout-101 .VCClose{
    position: relative;
    margin-right: 20px;
    width: 30px;
    float: right;
    margin-top: 17px;
    height: 30px;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-101 .VCLine1{
     border-top:#ccc solid 2px;
     width: 18px;
     transform: rotate(45deg);
     right: 0;
     position: absolute;
     top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCLine2{
    border-top:#ccc solid 2px;
    width: 18px;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCTitle{
    color:#333;
    font-size:20px;
    font-weight: bold;
    margin-top: 41px;
    margin-bottom: 25px;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn{
     margin-top: 22px;
     text-align: right;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn1{

    width: 80px;
    height: 36px;
    background: #1e88e5;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn2{
    width: 80px;
    height: 36px;
    background: #fff;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #666666 ;
    border: 1px #ccc solid;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput::placeholder{
    color:#999999
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput{
     border:none;
     padding: 20px 0 ;
     background: #fff !important;
     border-bottom: solid #ccc 1px;
     color: #666;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .changebtn{
      text-align: right;
      display: block;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .VerificationCode{
    width: 100%;
    height: 100px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodecontext{
    padding:0 33px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv{

    position: absolute;
    bottom: 0;
    z-index: 999999999;
    background: #fff;
    transform: translate(-50%,-50%);
    top:auto;
    left: 50%;
    max-width: 350px;
    height: 380px;
    border-radius: 6px;
    box-shadow: 9.9px 9.9px 49px 0px rgba(0,0,0,0.11);
    display: none;
    width: 100%;
}
/*新验证码结束*/
.ModuleCustomFormGiant.layout-101 .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: normal;
    min-height: 30px;
}

.ModuleCustomFormGiant.layout-101 .from-Describe {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 15px;
    display: flex;
    align-content: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 input[type=text] {
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    width: 100%;
    padding: 0 10px 0 16px;
    box-sizing: border-box;
    min-height: 30px;
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 textarea {
    -webkit-appearance: none;
}
.ModuleCustomFormGiant.layout-101 .pcCitybox {
    display: -webkit-flex;
    /* Safari */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 .customFormicon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block !important
}

/* .ModuleCustomFormGiant.layout-101 .Select_Simulate li:hover {
    color: #fff;
} */
.ModuleCustomFormGiant.layout-101 label{
    line-height: 2;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate.layout1 .frist_item {

    height: 38px;
    line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .smsvaldatebox{
    height: 40px;
    line-height: 40px;
}
.ModuleCustomFormGiant.layout-101  .Browse-file {
    height: 38px;
    line-height: 38px;
 }
 .ModuleCustomFormGiant.layout-101 .Browse-img {
    height: 80px;

 }
.ModuleCustomFormGiant.layout-101 .multi-row-text
{
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 .Form-list {
    width: 100%;
    padding-top: 20px;
}
.ModuleCustomFormGiant.layout-101 .areabox .area{
  height: 38px;
  line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item{
    padding: 0 16px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .xilaImg {
    float: right;
    margin-top: 16px;
    /* margin-right:16px */
}

.ModuleCustomFormGiant.layout-101 .pcCitybox select {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    height: 34px;
    line-height: 34px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    cursor: pointer;
    background: url(../image/arrow1.png) no-repeat center right #fbfbfb;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

.ModuleCustomFormGiant.layout-101 .cityval {
    box-sizing: border-box;
    background: #fbfbfb;
    width: 100%;
    text-align: left;
}

.ModuleCustomFormGiant.layout-101 .choose-time-mobile {
    font-size: 14px;
}

.ModuleCustomFormGiant.layout-101 .pcCitybox .Couty-select {
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-101 .submitbtn {
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin-top: 8px
}

.ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
    width: 188px;
    line-height: 34px;
    margin-right: 10px;
    float: left;
    min-height: 36px;
}

.ModuleCustomFormGiant.layout-101 .VerificationCode {
    width: 86px;
    height: 34px;
    float: left;
}

.ModuleCustomFormGiant.layout-101 .Browse-file-input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
}

.ModuleCustomFormGiant.layout-101 .file-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 .Browse-file {
    /* width: 90px; height: 32px; line-height: 32px;*/
    color: #333;
    background: #f8f8f8;
    border: 1px solid #eee;
    font-size: 12px;
    text-align: center;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -moz-flex-grow: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-101 .Browse-file:hover {
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-101 .input-text-color {
    color: #333;
}

.ModuleCustomFormGiant.layout-101 .Describ-text-color {
    color: #666;
}

.ModuleCustomFormGiant.layout-101 .submibtn-color {
    color: #fff;
    background: #000;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-101 .icon-riqixuanze{
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #b3b6b7;
}
.ModuleCustomFormGiant.layout-101 .submibtn-color:hover {
    color: #fff;
    background: #666;
}

.ModuleCustomFormGiant.layout-101 .multi-row-text, .ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item, .ModuleCustomFormGiant.layout-101 .choose-time {
    background: #fbfbfb;
}

.ModuleCustomFormGiant.layout-101 input[type=radio]:checked, .ModuleCustomFormGiant.layout-101 input[type=checkbox]:checked {
    background: #f10215;
    border: 1px solid #f10215;
}

.ModuleCustomFormGiant.layout-101 label {
    font-weight: normal;
    color: #666
}
.ModuleCustomFormGiant.layout-101 .verticalalign{
    margin-bottom: 12px;
}
.ModuleCustomFormGiant.layout-101  .customform-upload-img-preview{
    border-radius:0
}
.ModuleCustomFormGiant.layout-101  .in-formList-checkbox{
    display: flex;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-101 .in-formList-checkbox span {
    width: calc(100% - 34px);
    display: initial;
    /* vertical-align: middle; */
    min-width: 36px;
    flex:1;
    word-break: break-all;
}

@media screen and (max-width: 767px) {

    .ModuleCustomFormGiant.layout-101 .verticalalign  span {
        width: calc(100% - 34px);
        display: initial;
        vertical-align: middle;
        min-width: 36px;
    }
    .ModuleCustomFormGiant.layout-101 input[type=text],
    .ModuleCustomFormGiant.layout-101 .smsvaldatebox,
    .ModuleCustomFormGiant.layout-101 .cityval,
    .ModuleCustomFormGiant.layout-101 .choose-time {
        line-height: 38px !important;
        height: 38px !important;
        min-height: 38px;
    }
    .ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
        width: 120px;
    }
    .ModuleCustomFormGiant.layout-101 .VerificationCode {
        height: 40px
    }
    .ModuleCustomFormGiant.layout-101 .ModuleCustomFormGiant .changebtn {
        line-height: 40px;
        min-height: 40px;
    }
    .ModuleCustomFormGiant.layout-101  .describe{ margin-top:10px}
    .ModuleCustomFormGiant.layout-101 .customFormTextarea{width:100%}
}

/*  新增*/

.ModuleCustomFormGiant.layout-101 .cityPickerBoxwb,.ModuleCustomFormGiant.layout-101 .cityPickerBox .cityPickerInput {
    height: 38px
}

.ModuleCustomFormGiant.layout-101 .select_box {
    display: none;
}

.ModuleCustomFormGiant.layout-101 .UploadFileSpan {
    line-height: 30px;
    font-size: 12px;
    /* border: 1px solid #e5e5e5;
    background: #fbfbfb; */
    padding: 0 10px;
    box-sizing: border-box;
    min-height: 30px;
    width: 316px;
    display: none;
    padding-left: 0px;
}

.ModuleCustomFormGiant.layout-101  .iconfont-fujian {
    font-size: 19px !important;
}
.ModuleCustomFormGiant.layout-101  .imgclose {
    right: -9px;
    position: absolute;
    top: -10px;
}
.module_384416579 .ModuleHead .HeadCenter{float:none;}
#module_384416579 {
padding:0px;
}
#module_384416579 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384416579 .ModuleHead384416579 {
display:none;
}
#module_384416579 .BodyCenter.BodyCenter384416579 {
background:none;background-color:rgba(255,255,255,1);
}
#module_384416579 {
border:none;
}
@media screen and (min-width: 768px){
#module_384416579 .BodyCenter.BodyCenter384416579 {
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
}
}
@media screen and (max-width: 767px){
#module_384416579 .BodyCenter.BodyCenter384416579 {
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
}
}

#module_384416579 .InsidePage-list-content span,#module_384416579 .in-formList-checkbox span{font-size:14px;}
#module_384416579 .InsidePage-list-content span,#module_384416579 .in-formList-checkbox span{font-family:;}
#module_384416579 .InsidePage-list-content span,#module_384416579 .in-formList-checkbox span{color:#333;}
#module_384416579 .InsidePage-list-content span,#module_384416579 .in-formList-checkbox span{font-weight:normal;}
#module_384416579 .InsidePage-list-content span,#module_384416579 .in-formList-checkbox span{text-decoration:none;}
#module_384416579 .InsidePage-list-content span,#module_384416579 .in-formList-checkbox span{font-style:normal;}
#module_384416579 .title{font-size:18px;}
#module_384416579 .title{font-family:;}
#module_384416579 .title{color:#333;}
#module_384416579 .title{font-weight:normal;}
#module_384416579 .title{text-decoration:none;}
#module_384416579 .title{font-style:normal;}
#module_384416579 .title{background-color:transparent;}
#module_384416579 .title{}
#module_384416579 .title{background-repeat:no-repeat;}
#module_384416579 .title{background-position:50% 50%;}
#module_384416579 .title{background-attachment:scroll;}
#module_384416579 .title{}
#module_384416579 .title{height:50px;line-height:50px;}
#module_384416579 .title{text-align:center;}
#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 .customFormCheckbox,#module_384416579 input[type=radio],#module_384416579.customFormDatetime,#module_384416579 input.input-text-color,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .multi-row-text,#module_384416579 .cityval{background-color:#fbfbfb;}
#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 .customFormCheckbox,#module_384416579 input[type=radio],#module_384416579.customFormDatetime,#module_384416579 input.input-text-color,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .multi-row-text,#module_384416579 .cityval{border-top-color:#e5e5e5;}
#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 .customFormCheckbox,#module_384416579 input[type=radio],#module_384416579.customFormDatetime,#module_384416579 input.input-text-color,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .multi-row-text,#module_384416579 .cityval{border-top-style:solid;}
#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 .customFormCheckbox,#module_384416579 input[type=radio],#module_384416579.customFormDatetime,#module_384416579 input.input-text-color,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .multi-row-text,#module_384416579 .cityval{border-top-width:1px;}
#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 .customFormCheckbox,#module_384416579 input[type=radio],#module_384416579.customFormDatetime,#module_384416579 input.input-text-color,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .multi-row-text,#module_384416579 .cityval{border-right-color:#e5e5e5;}
#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 .customFormCheckbox,#module_384416579 input[type=radio],#module_384416579.customFormDatetime,#module_384416579 input.input-text-color,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .multi-row-text,#module_384416579 .cityval{border-right-style:solid;}
#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 .customFormCheckbox,#module_384416579 input[type=radio],#module_384416579.customFormDatetime,#module_384416579 input.input-text-color,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .multi-row-text,#module_384416579 .cityval{border-right-width:1px;}
#module_384416579 .smsvcode,#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 .customFormCheckbox,#module_384416579 input[type=radio],#module_384416579.customFormDatetime,#module_384416579 input.input-text-color,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .multi-row-text,#module_384416579 .cityval{border-bottom-color:#e5e5e5;}
#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 .customFormCheckbox,#module_384416579 input[type=radio],#module_384416579.customFormDatetime,#module_384416579 input.input-text-color,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .multi-row-text,#module_384416579 .cityval{border-bottom-style:solid;}
#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 .customFormCheckbox,#module_384416579 input[type=radio],#module_384416579.customFormDatetime,#module_384416579 input.input-text-color,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .multi-row-text,#module_384416579 .cityval{border-bottom-width:1px;}
#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 .customFormCheckbox,#module_384416579 input[type=radio],#module_384416579.customFormDatetime,#module_384416579 input.input-text-color,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .multi-row-text,#module_384416579 .cityval{border-left-color:#e5e5e5;}
#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 .customFormCheckbox,#module_384416579 input[type=radio],#module_384416579.customFormDatetime,#module_384416579 input.input-text-color,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .multi-row-text,#module_384416579 .cityval{border-left-style:solid;}
#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 .customFormCheckbox,#module_384416579 input[type=radio],#module_384416579.customFormDatetime,#module_384416579 input.input-text-color,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .multi-row-text,#module_384416579 .cityval{border-left-width:1px;}
#module_384416579 .smsbtn,#module_384416579 .customFormTextarea,#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 input.input-text-color,#module_384416579.customFormDatetime,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .cityval{border-top-left-radius:px;}
#module_384416579 .smsbtn,#module_384416579 .customFormTextarea,#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 input.input-text-color,#module_384416579.customFormDatetime,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .cityval{border-top-right-radius:px;}
#module_384416579 .smsbtn,#module_384416579 .customFormTextarea,#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 input.input-text-color,#module_384416579.customFormDatetime,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .cityval{border-bottom-left-radius:px;}
#module_384416579 .smsbtn,#module_384416579 .customFormTextarea,#module_384416579 .smsvcode,#module_384416579 .frist_item,#module_384416579 .VerificationCodeinput,#module_384416579 input.input-text-color,#module_384416579.customFormDatetime,#module_384416579 .Browse-file,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select,#module_384416579 .cityval{border-bottom-right-radius:px;}
#module_384416579 .Describ-text-color{font-size:14px;}
#module_384416579 .Describ-text-color{font-family:;}
#module_384416579 .Describ-text-color{color:#595959;}
#module_384416579 .Describ-text-color{font-weight:normal;}
#module_384416579 .Describ-text-color{text-decoration:none;}
#module_384416579 .Describ-text-color{font-style:normal;}
#module_384416579 .smsvcode,#module_384416579 .smsbtn,#module_384416579 .input-text-color,#module_384416579 .cityval{font-size:14px;}
#module_384416579 .smsvcode,#module_384416579 .smsbtn,#module_384416579 .input-text-color,#module_384416579 .cityval{font-family:;}
#module_384416579 .smsvcode,#module_384416579 .input-text-color,#module_384416579 .cityval{color:#333;}
#module_384416579 .smsvcode,#module_384416579 .smsbtn,#module_384416579 .input-text-color,#module_384416579 .cityval{font-weight:normal;}
#module_384416579 .smsvcode,#module_384416579 .smsbtn,#module_384416579 .input-text-color,#module_384416579 .cityval{text-decoration:none;}
#module_384416579 .smsvcode,#module_384416579 .smsbtn,#module_384416579 .input-text-color,#module_384416579 .cityval{font-style:normal;}
#module_384416579 .smsvaldatebox,#module_384416579 .frist_item,#module_384416579 input.input-text-color,#module_384416579 .customFormDatetime,#module_384416579 .pcCitybox select{line-height:px;height:px;}
#module_384416579 .input-text-color::placeholder,#module_384416579 .smsvcode::placeholder{font-size:px;}
#module_384416579 .input-text-color::placeholder,#module_384416579 .smsvcode::placeholder{font-family:;}
#module_384416579 .input-text-color::placeholder,#module_384416579 .smsvcode::placeholder{color:;}
#module_384416579 .input-text-color::placeholder,#module_384416579 .smsvcode::placeholder{}
#module_384416579 .input-text-color::placeholder,#module_384416579 .smsvcode::placeholder{}
#module_384416579 .input-text-color::placeholder,#module_384416579 .smsvcode::placeholder{}
#module_384416579 .submitbtn{font-size:14px;}
#module_384416579 .submitbtn{font-family:;}
#module_384416579 .submitbtn{color:#fff;}
#module_384416579 .submitbtn{font-weight:normal;}
#module_384416579 .submitbtn{text-decoration:none;}
#module_384416579 .submitbtn{font-style:normal;}
#module_384416579 .submitbtn{background-color:#f10215;} #module_384416579 input[type=radio]:checked, #module_384416579 input[type=checkbox]:checked{background:#f10215;border:1px solid #f10215} 
#module_384416579 .submitbtn{}
#module_384416579 .submitbtn{background-repeat:no-repeat;}
#module_384416579 .submitbtn{background-position:50% 50%;}
#module_384416579 .submitbtn{background-attachment:scroll;}
#module_384416579 .submitbtn{}
#module_384416579 .submitbtnbox{justify-content:;}
#module_384416579 .submitbtn{width:%;}
#module_384416579 .submitbtn{height:px;line-height:px;}
#module_384416579 .submitbtn{border-top-left-radius:px;}
#module_384416579 .submitbtn{border-top-right-radius:px;}
#module_384416579 .submitbtn{border-bottom-left-radius:px;}
#module_384416579 .submitbtn{border-bottom-right-radius:px;}
#module_384416579 .vcbtn1{background-color:#f10215;}
#module_384416579 .vcbtn1{color:#fff;}
#module_384416579 .frist_item:hover,#module_384416579 .smsvcode:hover, #module_384416579 .VerificationCodeinput:hover,#module_384416579 .customFormCheckbox:hover,#module_384416579 input[type=radio]:hover,#module_384416579 input.input-text-color:hover,#module_384416579.customFormDatetime:hover,#module_384416579 .Browse-file:hover,#module_384416579 .customFormDatetime:hover,#module_384416579 .pcCitybox select:hover,#module_384416579 .multi-row-text:hover,#module_384416579 .cityval:hover{border-top-color:#e50b1c;}
#module_384416579 .frist_item:hover,#module_384416579 .smsvcode:hover, #module_384416579 .VerificationCodeinput:hover,#module_384416579 .customFormCheckbox:hover,#module_384416579 input[type=radio]:hover,#module_384416579 input.input-text-color:hover,#module_384416579.customFormDatetime:hover,#module_384416579 .Browse-file:hover,#module_384416579 .customFormDatetime:hover,#module_384416579 .pcCitybox select:hover,#module_384416579 .multi-row-text:hover,#module_384416579 .cityval:hover{border-top-style:solid;}
#module_384416579 .frist_item:hover,#module_384416579 .smsvcode:hover, #module_384416579 .VerificationCodeinput:hover,#module_384416579 .customFormCheckbox:hover,#module_384416579 input[type=radio]:hover,#module_384416579 input.input-text-color:hover,#module_384416579.customFormDatetime:hover,#module_384416579 .Browse-file:hover,#module_384416579 .customFormDatetime:hover,#module_384416579 .pcCitybox select:hover,#module_384416579 .multi-row-text:hover,#module_384416579 .cityval:hover{border-right-color:#e50b1c;}
#module_384416579 .frist_item:hover,#module_384416579 .smsvcode:hover, #module_384416579 .VerificationCodeinput:hover,#module_384416579 .customFormCheckbox:hover,#module_384416579 input[type=radio]:hover,#module_384416579 input.input-text-color:hover,#module_384416579.customFormDatetime:hover,#module_384416579 .Browse-file:hover,#module_384416579 .customFormDatetime:hover,#module_384416579 .pcCitybox select:hover,#module_384416579 .multi-row-text:hover,#module_384416579 .cityval:hover{border-right-style:solid;}
#module_384416579 .frist_item:hover,#module_384416579 .smsvcode:hover, #module_384416579 .VerificationCodeinput:hover,#module_384416579 .customFormCheckbox:hover,#module_384416579 input[type=radio]:hover,#module_384416579 input.input-text-color:hover,#module_384416579.customFormDatetime:hover,#module_384416579 .Browse-file:hover,#module_384416579 .customFormDatetime:hover,#module_384416579 .pcCitybox select:hover,#module_384416579 .multi-row-text:hover,#module_384416579 .cityval:hover{border-bottom-color:#e50b1c;}
#module_384416579 .frist_item:hover,#module_384416579 .smsvcode:hover, #module_384416579 .VerificationCodeinput:hover,#module_384416579 .customFormCheckbox:hover,#module_384416579 input[type=radio]:hover,#module_384416579 input.input-text-color:hover,#module_384416579.customFormDatetime:hover,#module_384416579 .Browse-file:hover,#module_384416579 .customFormDatetime:hover,#module_384416579 .pcCitybox select:hover,#module_384416579 .multi-row-text:hover,#module_384416579 .cityval:hover{border-bottom-style:solid;}
#module_384416579 .frist_item:hover,#module_384416579 .smsvcode:hover, #module_384416579 .VerificationCodeinput:hover,#module_384416579 .customFormCheckbox:hover,#module_384416579 input[type=radio]:hover,#module_384416579 input.input-text-color:hover,#module_384416579.customFormDatetime:hover,#module_384416579 .Browse-file:hover,#module_384416579 .customFormDatetime:hover,#module_384416579 .pcCitybox select:hover,#module_384416579 .multi-row-text:hover,#module_384416579 .cityval:hover{border-left-color:#e50b1c;}
#module_384416579 .frist_item:hover,#module_384416579 .smsvcode:hover, #module_384416579 .VerificationCodeinput:hover,#module_384416579 .customFormCheckbox:hover,#module_384416579 input[type=radio]:hover,#module_384416579 input.input-text-color:hover,#module_384416579.customFormDatetime:hover,#module_384416579 .Browse-file:hover,#module_384416579 .customFormDatetime:hover,#module_384416579 .pcCitybox select:hover,#module_384416579 .multi-row-text:hover,#module_384416579 .cityval:hover{border-left-style:solid;}
#module_384416579 .submitbtn:hover{font-size:14px;}
#module_384416579 .submitbtn:hover{font-family:;}
#module_384416579 .submitbtn:hover{color:#fff;}
#module_384416579 .submitbtn:hover{font-weight:normal;}
#module_384416579 .submitbtn:hover{text-decoration:none;}
#module_384416579 .submitbtn:hover{font-style:normal;}
#module_384416579 .submitbtn:hover{background-color:#e50b1c;}
#module_384416579 .submitbtn:hover{}
#module_384416579 .submitbtn:hover{background-repeat:no-repeat;}
#module_384416579 .submitbtn:hover{background-position:50% 50%;}
#module_384416579 .submitbtn:hover{background-attachment:scroll;}
#module_384416579 .submitbtn:hover{}

.ModuleFullGiant.layout-101,
.ModuleFullGiant.layout-101>.BodyCenter,
.ModuleFullGiant.layout-101 .ModuleFullContainer,
.ModuleFullGiant.layout-101 .ModuleFullContainer>.ModuleSubContainer {height: 100%;}
.ModuleFullGiant.layout-101>.BodyCenter {position: relative;}
.ModuleFullGiant.layout-101 .ModuleFullContainer>.ModuleSubContainer {margin: 0;}
.ModuleFullGiant.layout-101 .swiper-container-horizontal .swiper-wrapper{
    /* 通过改变animation-timing-function 制作弹性切换效果 */
          transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
      }
.ModuleFullGiant.layout-101 .ModuleFullItem { opacity: 1; position: relative; overflow-x: hidden; overflow-y: auto; font-size: 16px; color: #000; text-align: center;}

    /*滚动条 start*/
.ModuleFullGiant.layout-101 .ModuleFullItem::-webkit-scrollbar {width: 0px;}
/*滚动条 end*/
.ModuleFullGiant.layout-101 .ModuleFullItem .ModuleFullItemContainer {width: 100%; height: auto; position: absolute; left: 0; max-width: 100%; max-height: 100%;}
.ModuleFullGiant.layout-101 .ModuleFullItem .ModuleFullItemContainer>.addnewhelper {width: 100%; height: 100vh !important; display: flex; align-items: center; justify-content: center;}
.ModuleFullGiant.layout-101 .ModuleFullItem>div.fullBgVideo{width: 100%; height: 100%; display: flex; position: absolute; top: 0; left: 0; z-index: -1;}
.ModuleFullGiant.layout-101 .ModuleFullItem>div.fullBgVideo .bgVideoMask{position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgb(0, 0, 0); opacity: .2;}
.ModuleFullGiant.layout-101 .ModuleFullItem>div.fullBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleFullGiant.layout-101 .ModuleFullItem>div.fullBgVideo.noBgVideo{display: none;}
/* 分页器 S */
.ModuleFullGiant.layout-101 .swiper-pagination-full {width: auto; height: auto; position: absolute; z-index: 10; transition: .3s;}
/* 分页器类型1 S */
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-1 .swiper-pagination-bullet {width: 30px; height: 30px; display: block; background: unset; opacity: 1; position: relative; transition: 400ms; margin-bottom: 0px;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-1 .swiper-pagination-bullet:last-child {margin-bottom: 0 !important;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-1 .swiper-pagination-bullet-graphic {position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; transform: translate(-50%, -50%) scale(1); background: #ff6701; border-radius: 100%; transition: 350ms cubic-bezier(.215, .61, .355, 1);}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-1 .swiper-pagination-bullet-graphic-current {position: absolute; top: 50%; left: 50%; width: 0; height: 0; transform: translate(-50%, -50%); border: 1px solid rgba(0, 0, 0, 0); border-radius: 100%; opacity: 1; transition: border 350ms cubic-bezier(.215, .61, .355, 1);}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-1 .swiper-pagination-bullet-active .swiper-pagination-bullet-graphic {transform: translate(-50%, -50%) scale(1.4); background: #fff; border: 1px solid #ff6701;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-1 .swiper-pagination-bullet-active .swiper-pagination-bullet-graphic-current {width: 28px; height: 28px; opacity: 0; border-color: #ff6701; transition: 500ms cubic-bezier(.215, .61, .355, 1);}
/* 分页器类型1 E */
/* 分页器类型2 S */
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-2 {font-size: 14px; color: #666; font-weight: 400; text-align: right;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-2 .swiper-pagination-current,
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-2 .swiper-pagination-total {height: 50px; display: inline-block; line-height: 50px; margin-left: 5px;margin-right: 14px;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-2 .swiper-pagination-current {color: #ff6701; margin: 0 5px 0 0;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-2 .iconfont {display: block; cursor: pointer; color: #333; font-size: 57px; line-height: 1;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-2 .iconfont:hover{color: #ff6701;}
/* 分页器类型2 E */
/* 分页器类型3 S */
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom {width: auto; height: 20px; display: block; margin-bottom: 10px; position: relative; cursor: pointer;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom:last-child {margin-bottom: 0;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom-text {display: none; margin: 0 5px; white-space: nowrap; font-size: 14px; color: #ff6701;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom:before {content: ''; width: 20px; height: 1px; position: absolute; top: 20px; right: 0; border: 0; background: #707070; border-radius: 0; z-index: 1; transition: 0.3s ease 0s;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom:after {content: ''; width: 5px; height: 5px; position: absolute; right: -5px; top: 18px; border: 1px solid transparent; border-radius: 50%;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom-active .swiper-pagination-custom-text {display: block;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom-active:before {width: 100%; background: #ff6701;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-3 .swiper-pagination-custom-active:after {border-color: #ff6701;}
/* 分页器类型3 E */
/* 分页器类型4 S */
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-4 {text-align: center;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-4 .swiper-pagination-bullet {width: auto; height: auto; display: block; margin-bottom: 30px; line-height: 1; font-size: 16px; color: #999; font-weight: 400; opacity: 1; background: unset;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-4 .swiper-pagination-bullet:last-child {margin-bottom: 0 !important;}
.ModuleFullGiant.layout-101 .swiper-pagination-full-type-4 .swiper-pagination-bullet-active {font-size: 24px; color: #ff6701;}
/* 分页器类型4 E */
/* 分页器 E */

/* 滑动指示器 S */
.ModuleFullGiant.layout-101 .scroll-indicator {width: auto; height: auto; position: absolute; z-index: 10; transition: .3s; text-align: center; cursor: pointer;}
.ModuleFullGiant.layout-101 .scroll-indicator .scroll-indicator-text {font-size: 12px; color: #fff; margin: 0;}
/* 滑动指示器类型1 S */
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    margin: auto auto 12px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: none;
    border-radius: 100%;
    -webkit-transition: opacity 1s cubic-bezier(.26,1.04,.54,1);
    -o-transition: opacity 1s cubic-bezier(.26,1.04,.54,1);
    transition: opacity 1s cubic-bezier(.26,1.04,.54,1);
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn .iconfont {font-size: 26px; color: #fff;}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c1,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c2,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c3,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c4 {position: absolute; top: 0; left: 0; display: block; width: 50%; height: 100%; overflow: hidden;}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c2,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c4 {left: 50%;}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-common span {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    opacity: .3;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.77,0,.175,1);
    transition: -webkit-transform .8s cubic-bezier(.77,0,.175,1);
    -o-transition: transform .8s cubic-bezier(.77,0,.175,1);
    transition: transform .8s cubic-bezier(.77,0,.175,1);
    transition: transform .8s cubic-bezier(.77,0,.175,1),-webkit-transform .8s cubic-bezier(.77,0,.175,1);
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c1 span,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c2 span {-webkit-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s;}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c1 span,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c3 span {
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
    border-right: 0 !important;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c3 span {-webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg);}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c2 span,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c4 span {
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px;
    border-left: 0 !important;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c4 span  {-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c3 span,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn-c4 span {
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(.77,0,.175,1) .45s,-webkit-transform .8s cubic-bezier(.77,0,.175,1) .15s;
    transition: opacity .5s cubic-bezier(.77,0,.175,1) .45s,-webkit-transform .8s cubic-bezier(.77,0,.175,1) .15s;
    -o-transition: transform .8s cubic-bezier(.77,0,.175,1) .15s,opacity .5s cubic-bezier(.77,0,.175,1) .45s;
    transition: transform .8s cubic-bezier(.77,0,.175,1) .15s,opacity .5s cubic-bezier(.77,0,.175,1) .45s;
    transition: transform .8s cubic-bezier(.77,0,.175,1) .15s,opacity .5s cubic-bezier(.77,0,.175,1) .45s,-webkit-transform .8s cubic-bezier(.77,0,.175,1) .15s;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1:hover .scroll-indicator-btn-c1 span {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1:hover .scroll-indicator-btn-c2 span {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-1:hover .scroll-indicator-btn-c3 span,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1:hover .scroll-indicator-btn-c4 span {
    -webkit-transition: opacity .4s cubic-bezier(.26,1.04,.54,1),-webkit-transform .8s cubic-bezier(.77,0,.175,1);
    transition: opacity .4s cubic-bezier(.26,1.04,.54,1),-webkit-transform .8s cubic-bezier(.77,0,.175,1);
    -o-transition: transform .8s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.26,1.04,.54,1);
    transition: transform .8s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.26,1.04,.54,1);
    transition: transform .8s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.26,1.04,.54,1),-webkit-transform .8s cubic-bezier(.77,0,.175,1);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
/* 滑动指示器类型1 E */
/* 滑动指示器类型2 S */
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-text {display: none;}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-btn {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: scale(1) translate(-50%,-50%);
    transform: scale(1) translate(-50%,-50%);
    transition: transform 2s cubic-bezier(.33, 0, 0, 1) .5s, -webkit-transform 2s cubic-bezier(.33, 0, 0, 1) .5s;
    will-change: transform;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-btn-c1,
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-btn-c2 {
    border: 1px solid #fff;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: -25px;
    box-sizing: content-box;
    will-change: transform;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-btn-c1 {
    -webkit-animation: inner-circle-1-animation 2s cubic-bezier(.33, 0, 0, 1) infinite, inner-circle-1-animation-fade 2s linear infinite;
    animation: inner-circle-1-animation 2s cubic-bezier(.33, 0, 0, 1) infinite, inner-circle-1-animation-fade 2s linear infinite;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-btn-c2 {
    -webkit-animation: inner-circle-1-animation 2s 1s cubic-bezier(.33, 0, 0, 1) infinite, inner-circle-1-animation-fade 2s 1s linear infinite;
    animation: inner-circle-1-animation 2s 1s cubic-bezier(.33, 0, 0, 1) infinite, inner-circle-1-animation-fade 2s 1s linear infinite;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down {
    width: 22px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: opacity .4s cubic-bezier(.33,0,.67,1) 1.6s,margin-top 1.2s cubic-bezier(.33,0,0,1) 1.4s;
    will-change: transform;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down:after,
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 14px;
    background: #d59772;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down:before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down:after {
    top: 0;
    right: 0;
    -webkit-transform: rotate(-37deg);
    transform: rotate(-37deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}
@-webkit-keyframes inner-circle-1-animation {
    0% {-webkit-transform: scale(0); transform: scale(0);}
    to {-webkit-transform: scale(1.32); transform: scale(1.32);}
}
@keyframes inner-circle-1-animation {
    0% {-webkit-transform: scale(0); transform: scale(0);}
    to {-webkit-transform: scale(1.32); transform: scale(1.32);}
}
@-webkit-keyframes inner-circle-1-animation-fade {
    0% {opacity: 1;}
    88% {opacity: 1;}
    98% {opacity: 0;}
    to {opacity: 0;}
}
@keyframes inner-circle-1-animation-fade {
    0% {opacity: 1;}
    88% {opacity: 1;}
    98% {opacity: 0;}
    to {opacity: 0;}
}
@media only screen and (max-width: 767px) {
    .ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-btn-c1,
    .ModuleFullGiant.layout-101 .scroll-indicator-type-2 .scroll-indicator-btn-c2 {height: 90px; width: 90px; top: -15px; left: -15px;}
    .ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down {width: 18px; height: 8px;}
}
/* 滑动指示器类型2 E */
/* 滑动指示器类型2 S */
.ModuleFullGiant.layout-101 .scroll-indicator-type-3 .scroll-indicator-btn {
    width: 22px;
    height: 42px;
    margin: 0 auto 15px auto;
    border-radius: 15px;
    border: 2px solid #fff;
    -webkit-animation: intro 1s;
    animation: intro 1s;
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-3 .scroll-indicator-btn-c1 {
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite;
}
@-webkit-keyframes intro {
    0% {opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px);}
    100% {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
}
@keyframes intro {
    0% {opacity: 0; -webkit-transform: translateY(40px); transform: translateY(40px);}
    100% {opacity: 1; -webkit-transform: translateY(0); transform: translateY(0);}
}
@-webkit-keyframes finger {
    0% {opacity: 1}
    100% {opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px);}
}
@keyframes finger {
    0% {opacity: 1}
    100% {opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px);}
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-3 .scroll-indicator-btn.scrolltop,
.ModuleFullGiant.layout-101 .scroll-indicator-type-1 .scroll-indicator-btn.scrolltop .iconfont {
    transform: rotate(180deg);
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down.scrolltop:before{
    transform-origin: bottom right;
    bottom: 0;
    right: 0;
    top:auto;
    left:auto
}
.ModuleFullGiant.layout-101 .scroll-indicator-type-2 .arrow-down.scrolltop:after{
    transform-origin: bottom left;
    bottom: 0;
    left: 0;
    top:auto;
    right:auto
}


/* 滑动指示器类型2 E */
/* 滑动指示器 E */

@media only screen and (max-width: 767px) {
    .ModuleFullGiant.layout-101 .swiper-pagination-full {display: none;}
    .ModuleFullGiant.layout-101 .IsNotApplyMobile .ModuleSubContainer {display: block;}
    .ModuleFullGiant.layout-101 .IsNotApplyMobile .ModuleFullItemContainer {position: static !important; transform: unset !important;}
    .ModuleFullGiant.layout-101 .IsNotApplyMobile .ModuleFullItem .ModuleFullItemContainer>.addnewhelper {height: 60px !important;}
}.module_384410251 .ModuleHead .HeadCenter{float:none;}
#module_384410251 {
padding:0px;
}
#module_384410251 {
}
#module_384410251 .ModuleHead384410251 {
display:none;
}

#module_384410251 #Sub384410251_1_item {background-color:rgba(0,0,0,0);}
#module_384410251 #Sub384410251_1_item {background-image:url(../image/20210907154115d56e49.jpg);}
#module_384410251 #Sub384410251_1_item {background-repeat:no-repeat;}
#module_384410251 #Sub384410251_1_item {background-position:0% 0%;}
#module_384410251 #Sub384410251_1_item {background-attachment:scroll;}
#module_384410251 #Sub384410251_1 {}#module_384410251 #Sub384410251_1_item{}
#module_384410251 #Sub384410251_1 {!bgVideo!}{bgVideoUrl:none}
#module_384410251 #Sub384410251_1 {}#module_384410251 #Sub384410251_1_video .bgVideoMask{opacity:0.2}
#module_384410251 #Sub384410251_1 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_1{padding-top:0px;}}
#module_384410251 #Sub384410251_1 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_1{padding-bottom:0px;}}
#module_384410251 #Sub384410251_1 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_1{padding-left:0px;}}
#module_384410251 #Sub384410251_1 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_1{padding-right:0px;}}
#module_384410251 #Sub384410251_1 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_1{padding-top:0px;}}
#module_384410251 #Sub384410251_1 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_1{padding-bottom:0px;}}
#module_384410251 #Sub384410251_1 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_1{padding-left:0px;}}
#module_384410251 #Sub384410251_1 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_1{padding-right:0px;}}
#module_384410251 #Sub384410251_1 {!alignItems!}{center}
#module_384410251 #Sub384410251_2_item {background-color:rgba(0, 0, 0, 0);}
#module_384410251 #Sub384410251_2_item {background-image:none;}
#module_384410251 #Sub384410251_2_item {background-repeat:no-repeat;}
#module_384410251 #Sub384410251_2_item {background-position:0% 0%;}
#module_384410251 #Sub384410251_2_item {background-attachment:scroll;}
#module_384410251 #Sub384410251_2 {}#module_384410251 #Sub384410251_2_item{}
#module_384410251 #Sub384410251_2 {!bgVideo!}{bgVideoUrl:none}
#module_384410251 #Sub384410251_2 {}#module_384410251 #Sub384410251_2_video .bgVideoMask{opacity:0.2}
#module_384410251 #Sub384410251_2 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_2{padding-top:0px;}}
#module_384410251 #Sub384410251_2 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_2{padding-bottom:0px;}}
#module_384410251 #Sub384410251_2 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_2{padding-left:0px;}}
#module_384410251 #Sub384410251_2 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_2{padding-right:0px;}}
#module_384410251 #Sub384410251_2 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_2{padding-top:0px;}}
#module_384410251 #Sub384410251_2 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_2{padding-bottom:0px;}}
#module_384410251 #Sub384410251_2 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_2{padding-left:0px;}}
#module_384410251 #Sub384410251_2 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_2{padding-right:0px;}}
#module_384410251 #Sub384410251_2 {!alignItems!}{center}
#module_384410251 #Sub384410251_5_item {background-color:rgba(0,0,0,0);}
#module_384410251 #Sub384410251_5_item {background-image:url(../image/20210902081807b12dde.jpg);}
#module_384410251 #Sub384410251_5_item {background-repeat:no-repeat;background-size:cover;}
#module_384410251 #Sub384410251_5_item {background-position:50% 50%;}
#module_384410251 #Sub384410251_5_item {background-attachment:scroll;}
#module_384410251 #Sub384410251_5 {}#module_384410251 #Sub384410251_5_item{}
#module_384410251 #Sub384410251_5 {!bgVideo!}{bgVideoUrl:none}
#module_384410251 #Sub384410251_5 {}#module_384410251 #Sub384410251_5_video .bgVideoMask{opacity:0.2}
#module_384410251 #Sub384410251_5 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_5{padding-top:0px;}}
#module_384410251 #Sub384410251_5 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_5{padding-bottom:0px;}}
#module_384410251 #Sub384410251_5 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_5{padding-left:0px;}}
#module_384410251 #Sub384410251_5 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_5{padding-right:0px;}}
#module_384410251 #Sub384410251_5 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_5{padding-top:0px;}}
#module_384410251 #Sub384410251_5 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_5{padding-bottom:0px;}}
#module_384410251 #Sub384410251_5 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_5{padding-left:0px;}}
#module_384410251 #Sub384410251_5 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_5{padding-right:0px;}}
#module_384410251 #Sub384410251_5 {!alignItems!}{center}
#module_384410251 #Sub384410251_4_item {background-color:rgba(0,0,0,0);}
#module_384410251 #Sub384410251_4_item {background-image:url(../image/2021082609294525cbb7.jpg);}
#module_384410251 #Sub384410251_4_item {background-repeat:no-repeat;background-size:cover;}
#module_384410251 #Sub384410251_4_item {background-position:50% 50%;}
#module_384410251 #Sub384410251_4_item {background-attachment:scroll;}
#module_384410251 #Sub384410251_4 {}#module_384410251 #Sub384410251_4_item{}
#module_384410251 #Sub384410251_4 {!bgVideo!}{bgVideoUrl:none}
#module_384410251 #Sub384410251_4 {}#module_384410251 #Sub384410251_4_video .bgVideoMask{opacity:0.2}
#module_384410251 #Sub384410251_4 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_4{padding-top:0px;}}
#module_384410251 #Sub384410251_4 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_4{padding-bottom:0px;}}
#module_384410251 #Sub384410251_4 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_4{padding-left:0px;}}
#module_384410251 #Sub384410251_4 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_4{padding-right:0px;}}
#module_384410251 #Sub384410251_4 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_4{padding-top:0px;}}
#module_384410251 #Sub384410251_4 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_4{padding-bottom:0px;}}
#module_384410251 #Sub384410251_4 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_4{padding-left:0px;}}
#module_384410251 #Sub384410251_4 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_4{padding-right:0px;}}
#module_384410251 #Sub384410251_4 {!alignItems!}{center}
#module_384410251 #Sub384410251_7_item {background-color:rgba(0,0,0,0);}
#module_384410251 #Sub384410251_7_item {background-image:url(../image/20210902085441258090.jpg);}
#module_384410251 #Sub384410251_7_item {background-repeat:no-repeat;}
#module_384410251 #Sub384410251_7_item {background-position:0% 0%;}
#module_384410251 #Sub384410251_7_item {background-attachment:scroll;}
#module_384410251 #Sub384410251_7 {}#module_384410251 #Sub384410251_7_item{}
#module_384410251 #Sub384410251_7 {!bgVideo!}{bgVideoUrl:none}
#module_384410251 #Sub384410251_7 {}#module_384410251 #Sub384410251_7_video .bgVideoMask{opacity:0.2}
#module_384410251 #Sub384410251_7 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_7{padding-top:0px;}}
#module_384410251 #Sub384410251_7 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_7{padding-bottom:0px;}}
#module_384410251 #Sub384410251_7 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_7{padding-left:0px;}}
#module_384410251 #Sub384410251_7 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_7{padding-right:0px;}}
#module_384410251 #Sub384410251_7 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_7{padding-top:0px;}}
#module_384410251 #Sub384410251_7 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_7{padding-bottom:0px;}}
#module_384410251 #Sub384410251_7 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_7{padding-left:0px;}}
#module_384410251 #Sub384410251_7 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_7{padding-right:0px;}}
#module_384410251 #Sub384410251_7 {!alignItems!}{top}
#module_384410251 #Sub384410251_6_item {background-color:rgba(0,0,0,0);}
#module_384410251 #Sub384410251_6_item {background-image:url(../image/20210907160936abdfd9.jpg);}
#module_384410251 #Sub384410251_6_item {background-repeat:no-repeat;background-size:cover;}
#module_384410251 #Sub384410251_6_item {background-position:50% 50%;}
#module_384410251 #Sub384410251_6_item {background-attachment:scroll;}
#module_384410251 #Sub384410251_6 {}#module_384410251 #Sub384410251_6_item{}
#module_384410251 #Sub384410251_6 {!bgVideo!}{bgVideoUrl:none}
#module_384410251 #Sub384410251_6 {}#module_384410251 #Sub384410251_6_video .bgVideoMask{opacity:0.2}
#module_384410251 #Sub384410251_6 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_6{padding-top:0px;}}
#module_384410251 #Sub384410251_6 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_6{padding-bottom:0px;}}
#module_384410251 #Sub384410251_6 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_6{padding-left:0px;}}
#module_384410251 #Sub384410251_6 {}@media only screen and (min-width: 768px) {#module_384410251 #Sub384410251_6{padding-right:0px;}}
#module_384410251 #Sub384410251_6 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_6{padding-top:0px;}}
#module_384410251 #Sub384410251_6 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_6{padding-bottom:0px;}}
#module_384410251 #Sub384410251_6 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_6{padding-left:0px;}}
#module_384410251 #Sub384410251_6 {}@media only screen and (max-width: 767px) {#module_384410251 #Sub384410251_6{padding-right:0px;}}
#module_384410251 #Sub384410251_6 {!alignItems!}{center}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-1 .swiper-pagination-bullet-graphic{background-color:#ff6701;} #module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-1 .swiper-pagination-bullet-graphic-current{border-color:#ff6701;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-1 .swiper-pagination-bullet-graphic{border-color:#ff6701;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-1 .swiper-pagination-bullet-graphic{border-style:solid;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-1 .swiper-pagination-bullet-graphic{border-width:0px;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-1 .swiper-pagination-bullet{margin-bottom: 0px;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-2 .iconfont{color:#333;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-2{font-size:14px;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-2 .swiper-pagination-current, #module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-2 .swiper-pagination-total{font-family:微软雅黑,Microsoft YaHei;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-2{color:#666;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-2 .swiper-pagination-current, #module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-2 .swiper-pagination-total{font-weight:400;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-2 .swiper-pagination-current, #module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-2 .swiper-pagination-total{text-decoration:none;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-2 .swiper-pagination-current, #module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-2 .swiper-pagination-total{font-style:normal;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-3 .swiper-pagination-custom:before{background-color:rgb(127, 127, 127);}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-4 .swiper-pagination-bullet{font-size:16px;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-4 .swiper-pagination-bullet{font-family:微软雅黑,Microsoft YaHei;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-4 .swiper-pagination-bullet{color:#999;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-4 .swiper-pagination-bullet{font-weight:400;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-4 .swiper-pagination-bullet{text-decoration:none;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-4 .swiper-pagination-bullet{font-style:normal;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-4 .swiper-pagination-bullet{margin-bottom: 30px;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-1 .swiper-pagination-bullet-active .swiper-pagination-bullet-graphic{background-color:#fff;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-1 .swiper-pagination-bullet-active .swiper-pagination-bullet-graphic, #module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-1 .swiper-pagination-bullet-active .swiper-pagination-bullet-graphic-current{border-color:#ff6701;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-1 .swiper-pagination-bullet-active .swiper-pagination-bullet-graphic{border-style:solid;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-1 .swiper-pagination-bullet-active .swiper-pagination-bullet-graphic{border-width:1px;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-2 .iconfont:hover{color:#ff6701;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-2 .swiper-pagination-current{color:#ff6701;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-3 .swiper-pagination-custom-active .swiper-pagination-custom-text{color:rgb(231, 20, 1);}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-3 .swiper-pagination-custom-active:before{background-color:rgb(0, 0, 0);} #module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-3 .swiper-pagination-custom-active:after {border-color:rgb(0, 0, 0);}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-4 .swiper-pagination-bullet-active{font-size:24px;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-4 .swiper-pagination-bullet-active{font-family:微软雅黑,Microsoft YaHei;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-4 .swiper-pagination-bullet-active{color:#ff6701;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-4 .swiper-pagination-bullet-active{font-weight:400;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-4 .swiper-pagination-bullet-active{text-decoration:none;}
#module_384410251 #swiper-pagination-full-384410251 {}#module_384410251 #swiper-pagination-full-384410251.swiper-pagination-full-type-4 .swiper-pagination-bullet-active{font-style:normal;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-1 .scroll-indicator-btn{background:rgba(255, 255, 255, 0);}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-1 .scroll-indicator-btn-common span {border-color:#fff;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-1 .scroll-indicator-btn-common span {border-style:solid;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-1 .scroll-indicator-btn-common span {border-width:1px;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-1 .scroll-indicator-btn .iconfont{color:#fff;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-1 .scroll-indicator-text{font-size:12px;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-1 .scroll-indicator-text{font-family:;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-1 .scroll-indicator-text{color:#fff;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-1 .scroll-indicator-text{font-weight:normal;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-1 .scroll-indicator-text{text-decoration:none;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-1 .scroll-indicator-text{font-style:normal;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-2 .scroll-indicator-btn{background-color:#fff;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-2 .scroll-indicator-btn-c1, #module_384410251 #scroll-indicator-384410251.scroll-indicator-type-2 .scroll-indicator-btn-c2{border-color:#fff;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-2 .arrow-down:after, #module_384410251 #scroll-indicator-384410251.scroll-indicator-type-2 .arrow-down:before{background:#ff6701;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-3 .scroll-indicator-btn{border-color:#fff;} #module_384410251 #scroll-indicator-384410251.scroll-indicator-type-3 .scroll-indicator-btn-c1 {background:#fff;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-3 .scroll-indicator-text{font-size:12px;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-3 .scroll-indicator-text{font-family:;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-3 .scroll-indicator-text{color:#fff;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-3 .scroll-indicator-text{font-weight:normal;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-3 .scroll-indicator-text{text-decoration:none;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-3 .scroll-indicator-text{font-style:normal;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-3:hover .scroll-indicator-btn{border-color:#fff;} #module_384410251 #scroll-indicator-384410251.scroll-indicator-type-3:hover .scroll-indicator-btn-c1 {background:#fff;}
#module_384410251 #scroll-indicator-384410251 {}#module_384410251 #scroll-indicator-384410251.scroll-indicator-type-3:hover .scroll-indicator-text{color:#fff;}
#module_384410251 {height: 100%;}
@media only screen and (max-width: 767px) {#pagebody.pagefull {display: block; height: auto;}
#pagebody.pagefull .HeaderContainer, #pagebody.pagefull .FooterContainer {max-height: unset;}
#pagebody.pagefull .HeaderContainer, #pagebody.pagefull .FooterContainer {max-height: unset;}
#module_384410251 .scroll-indicator {display: none;}
}.module_384410263 .ModuleHead .HeadCenter{float:none;}
#module_384410263 {
padding:0px;
}
#module_384410263 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410263 .ModuleHead384410263 {
display:none;
}

#module_384410263 .ModuleSubContainer{background-color:transparent;}
#module_384410263 .ModuleSubContainer{}
#module_384410263 .ModuleSubContainer{background-repeat:no-repeat;}
#module_384410263 .ModuleSubContainer{background-position:0% 0%;}
#module_384410263 .ModuleSubContainer{background-attachment:scroll;}
#module_384410263 .ModuleSubContainer{}
#module_384410263 {!bgVideo!}{bgVideoUrl:}
#module_384410263 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_384410263 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_384410263 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer384410263 {max-width:1600px;width:auto;}
/*图文模块 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_384410389 .ModuleHead .HeadCenter{float:none;}
#module_384410389 {
padding:0px;
}
#module_384410389 {
position:static;
z-index:0;
top:75px;
left:0px;
width:100%;
height: auto;
}
#module_384410389 .ModuleHead384410389 {
display:none;
}
#module_384410389 .BodyCenter.BodyCenter384410389 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410389 >.module_384410389 {
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_384410389 >.module_384410389{
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_384410389 .BodyCenter.BodyCenter384410389 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_384410389 .BodyCenter.BodyCenter384410389 {
padding-top:20.1729%;
padding-left:2.8818%;
padding-right:0.0000%;
padding-bottom:20.1729%;
}
}
@media screen and (min-width: 768px){
#module_384410389 >.module_384410389 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_384410389 >.module_384410389 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_384410389 >.module_384410389 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410389:hover {
border:none;
}
#module_384410389:hover >.module_384410389 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410389 .ModuleImageTextGiantContent{margin-top:0px;}
#module_384410389 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_384410389 .ModuleImageTextGiantContent{margin-left:0px;}
#module_384410389 .ModuleImageTextGiantContent{margin-right:0px;}
#module_384410389 .imageTextGiant-Container{padding-top:10px;}
#module_384410389 .imageTextGiant-Container{padding-bottom:10px;}
#module_384410389 .imageTextGiant-Container{padding-left:10px;}
#module_384410389 .imageTextGiant-Container{padding-right:10px;}
#module_384410389 .showHandle .btn{font-size:14px;}
#module_384410389 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_384410389 .showHandle .btn{color:#333;}
#module_384410389 .showHandle .btn{font-weight:400;}
#module_384410389 .showHandle .btn{text-decoration:none;}
#module_384410389 .showHandle .btn{font-style:normal;}
#module_384410389 .showHandle div{border-top-color:#ddd !important;}
#module_384410389 .showHandle div{border-top-style:solid !important;}
#module_384410389 .showHandle div{border-top-width:1px !important;}
#module_384410389 .showHandle{background-color:transparent;}
#module_384410389 .showHandle{background-image:none;}
#module_384410389 .showHandle{background-repeat:no-repeat;}
#module_384410389 .showHandle{}
#module_384410389 .showHandle{}
#module_384410389 .showHandle{}
#module_384410389 a{font-size:unset;font-family:unset}
.module_385449120 .ModuleHead .HeadCenter{float:none;}
#module_385449120 {
padding:0px;
}
#module_385449120 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_385449120 .ModuleHead385449120 {
display:none;
}
#module_385449120 {
border:none;
}
@media screen and (min-width: 768px){
#module_385449120 >.module_385449120 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_385449120 >.module_385449120 {
}
}

#module_385449120 .ModuleImageTextGiantContent{margin-top:0px;}
#module_385449120 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_385449120 .ModuleImageTextGiantContent{margin-left:0px;}
#module_385449120 .ModuleImageTextGiantContent{margin-right:0px;}
#module_385449120 .imageTextGiant-Container{padding-top:10px;}
#module_385449120 .imageTextGiant-Container{padding-bottom:10px;}
#module_385449120 .imageTextGiant-Container{padding-left:10px;}
#module_385449120 .imageTextGiant-Container{padding-right:10px;}
#module_385449120 .showHandle .btn{font-size:14px;}
#module_385449120 .showHandle .btn{font-family:;}
#module_385449120 .showHandle .btn{color:#333;}
#module_385449120 .showHandle .btn{font-weight:400;}
#module_385449120 .showHandle .btn{text-decoration:none;}
#module_385449120 .showHandle .btn{font-style:normal;}
#module_385449120 .showHandle div{border-top-color:#ddd !important;}
#module_385449120 .showHandle div{border-top-style:solid !important;}
#module_385449120 .showHandle div{border-top-width:1px !important;}
#module_385449120 .showHandle{background-color:transparent;}
#module_385449120 .showHandle{}
#module_385449120 .showHandle{background-repeat:no-repeat;}
#module_385449120 .showHandle{}
#module_385449120 .showHandle{}
#module_385449120 .showHandle{}
#module_385449120 a{font-size:unset;font-family:unset}

.module_384416993 .ModuleHead .HeadCenter{float:none;}
#module_384416993 {
padding:0px;
}
#module_384416993 {
position:static;
z-index:0;
top:40px;
width:100%;
height: auto;
}
#module_384416993 .ModuleHead384416993 {
display:none;
}

#module_384416993 img{border-top-color:transparent;}
#module_384416993 img{border-top-style:none;}
#module_384416993 img{border-top-width:0px;}
#module_384416993 img{border-right-color:transparent;}
#module_384416993 img{border-right-style:none;}
#module_384416993 img{border-right-width:0px;}
#module_384416993 img{border-bottom-color:transparent;}
#module_384416993 img{border-bottom-style:none;}
#module_384416993 img{border-bottom-width:0px;}
#module_384416993 img{border-left-color:transparent;}
#module_384416993 img{border-left-style:none;}
#module_384416993 img{border-left-width:0px;}
#module_384416993 img{border-top-left-radius:0px;}
#module_384416993 img{border-top-right-radius:0px;}
#module_384416993 img{border-bottom-left-radius:0px;}
#module_384416993 img{border-bottom-right-radius:0px;}
#module_384416993 .BodyCenter{text-align: center;}

#module_384410251 #Sub384410251_1 {top: 50%;transform: translateY(-50%);}
.module_385449127 .ModuleHead .HeadCenter{float:none;}
#module_385449127 {
padding:0px;
}
#module_385449127 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_385449127 .ModuleHead385449127 {
display:none;
}

#module_385449127 .ModuleSubContainer{background-color:transparent;}
#module_385449127 .ModuleSubContainer{}
#module_385449127 .ModuleSubContainer{background-repeat:no-repeat;}
#module_385449127 .ModuleSubContainer{background-position:0% 0%;}
#module_385449127 .ModuleSubContainer{background-attachment:scroll;}
#module_385449127 .ModuleSubContainer{}
#module_385449127 {!bgVideo!}{bgVideoUrl:}
#module_385449127 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_385449127 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_385449127 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer385449127 {max-width:1600px;width:auto;}
.module_385449134 .ModuleHead .HeadCenter{float:none;}
#module_385449134 {
padding:0px;
}
#module_385449134 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_385449134 .ModuleHead385449134 {
display:none;
}
#module_385449134 .BodyCenter.BodyCenter385449134 {
background:none;background-color:rgb(192, 0, 0);
}
#module_385449134 >.module_385449134 {
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_385449134 >.module_385449134{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_385449134 .BodyCenter.BodyCenter385449134 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_385449134 .BodyCenter.BodyCenter385449134 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_385449134 >.module_385449134 {
margin-top:52.4345%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_385449134 >.module_385449134 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_385449134 >.module_385449134 {box-shadow: 0px 0px 0px 0px #ccc}
#module_385449134:hover {
border:none;
}
#module_385449134:hover >.module_385449134 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_385449134 .ModuleImageTextGiantContent{margin-top:0px;}
#module_385449134 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_385449134 .ModuleImageTextGiantContent{margin-left:0px;}
#module_385449134 .ModuleImageTextGiantContent{margin-right:0px;}
#module_385449134 .imageTextGiant-Container{padding-top:10px;}
#module_385449134 .imageTextGiant-Container{padding-bottom:10px;}
#module_385449134 .imageTextGiant-Container{padding-left:10px;}
#module_385449134 .imageTextGiant-Container{padding-right:10px;}
#module_385449134 .showHandle .btn{font-size:14px;}
#module_385449134 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_385449134 .showHandle .btn{color:#333;}
#module_385449134 .showHandle .btn{font-weight:400;}
#module_385449134 .showHandle .btn{text-decoration:none;}
#module_385449134 .showHandle .btn{font-style:normal;}
#module_385449134 .showHandle div{border-top-color:#ddd !important;}
#module_385449134 .showHandle div{border-top-style:solid !important;}
#module_385449134 .showHandle div{border-top-width:1px !important;}
#module_385449134 .showHandle{background-color:transparent;}
#module_385449134 .showHandle{background-image:none;}
#module_385449134 .showHandle{background-repeat:no-repeat;}
#module_385449134 .showHandle{}
#module_385449134 .showHandle{}
#module_385449134 .showHandle{}
#module_385449134 a{font-size:unset;font-family:unset}
.ModuleCommonClsGiant.layout-104 .main-class-container-mobile{border:1px solid #e5e5e5;}
.ModuleCommonClsGiant.layout-104 .main-class-item-box div:nth-last-of-type(1) .main-class-line{border-bottom: 0}
.ModuleCommonClsGiant.layout-104 .sub-class-item,.ModuleCommonClsGiant.layout-104 .main-class-item{background: #fbfbfb}
.ModuleCommonClsGiant.layout-104 .main-class-item{padding-left:24px;padding-right:24px; height:50px;line-height:50px;background: #fff;display: flex;align-items: center;justify-content:space-between;cursor:pointer;}
.ModuleCommonClsGiant.layout-104 .main-class-text{display:block;width: auto;color:#333;font-size: 16px;padding-right: 4px}
.ModuleCommonClsGiant.layout-104 .main-class-item-box .main-class-line{height: 0;margin:0 24px;border-bottom:1px solid #e5e5e5;}
.ModuleCommonClsGiant.layout-104 .main-class-item-box:nth-last-of-type(1) .main-class-line{border-bottom: 0!important}
.ModuleCommonClsGiant.layout-104 .main-class-icon{color:#999;font-size: 12px;transform: rotate(90deg)}
.ModuleCommonClsGiant.layout-104 .sub-class-item{padding-left:24px;height:50px;line-height:50px;background:#fbfbfb;}
.ModuleCommonClsGiant.layout-104 .sub-class-text{color:#666;font-size:14px;display:inline-block;max-width: 100%;width: 100%}
.ModuleCommonClsGiant.layout-104 .sub-class-item.active .sub-class-text{color: #fff}
.ModuleCommonClsGiant.layout-104 .sub-class-item-box{overflow: hidden;}
.ModuleCommonClsGiant.layout-104 .class-title{display: none;}
.ModuleCommonClsGiant.layout-104.layout-104dialog{display: none}
.ModuleCommonClsGiant.layout-104 .two-classify{display: none}
.mask-layermask-layer{height:100%;width:100%;position: absolute;top:0;left:0;background: rgba(0,0,0,0.5);display: none}
.ModuleCommonClsGiant.layout-104 .main-class-icon.active{
  transform: rotate(-90deg)
}
.ModuleCommonClsGiant.layout-104 .sub-class-item.active{
  opacity: .8;
}
.ModuleCommonClsGiant.layout-104 .layout104dialog-left{
  position:absolute;
  top:0;
  left:0;
  width:20%;
  height:100%
}
.ModuleCommonClsGiant.layout-104 .forceheight{
  height: auto !important;
  line-height: 1.5 !important;
}
@media only screen and (max-width: 767px) {
  .ModuleCommonClsGiant.layout-104 .class-title{display: flex;align-items: center;justify-content: space-between;padding: 6px 6px 6px 15px;height:40px;line-height: 40px;border:1px solid #e5e5e5;}
  .ModuleCommonClsGiant.layout-104 .class-title .class-title-text{width:100%;font-size:16px;color:#333;font-weight:bold;}
  .ModuleCommonClsGiant.layout-104 .sub-class-item{color:#666}
  .mask-layer{height:100%;width:100%;position: absolute;top:0;left:0;background: rgba(0,0,0,0.5);display: none}
  .ModuleCommonClsGiant.layout-104.layout-104dialog{position: fixed;height: 100%;width: 100%;padding-left:21%;left:0;top:0px;z-index:955;background: #fff;background-clip:content-box;box-sizing: border-box;border:0;overflow: hidden;}
  .ModuleCommonClsGiant.layout-104 .main-class-container-mobile{display: none}
  .ModuleCommonClsGiant.layout-104 .sub-class-item:hover .sub-class-text{color: #666}
  .ModuleCommonClsGiant.layout-104.layout-104dialog.dialog-show{animation: dialogshow 0.5s;animation-fill-mode: forwards;}
  .ModuleCommonClsGiant.layout-104.layout-104dialog.goback{animation: dialoggoback 0.5s;animation-fill-mode: forwards;}
  .ModuleCommonClsGiant.layout-104.layout-104dialog.dialog-hide{animation: dialoggohide 0.5s;animation-fill-mode: forwards;}
  .ModuleCommonClsGiant.layout-104 .sub-class-item:hover{border-top:0;border-bottom: 0;background: #fbfbfb;}
  .ModuleCommonClsGiant.layout-104 .sub-class-text:hover{color: #ff6600;}
  .ModuleCommonClsGiant.layout-104{border:0;}
  @keyframes dialogshow
  {
    from {left: 100%;}
    to {left:0}
    }
    @keyframes dialoggoback
  {
    from {}
    to {margin-left:0}
  }

    @keyframes dialoggohide
  {
    from {}
    to {margin-left:100%;}
    }

}
.module_385449128 .ModuleHead .HeadCenter{float:none;}
#module_385449128 {
padding:0px;
}
#module_385449128 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_385449128 .ModuleHead385449128 {
display:none;
}
#module_385449128 .BodyCenter.BodyCenter385449128 {
background:none;background-color:rgba(0,0,0,0);
}
#module_385449128 >.module_385449128 {
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:rgb(216, 216, 216);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_385449128 >.module_385449128{
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_385449128 .BodyCenter.BodyCenter385449128 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_385449128 .BodyCenter.BodyCenter385449128 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_385449128 >.module_385449128 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_385449128 >.module_385449128 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_385449128 >.module_385449128 {box-shadow: 0px 0px 0px 0px #ccc}
#module_385449128:hover {
border:none;
}
#module_385449128:hover >.module_385449128 {
border-color:#ccc;
}
#module_385449128:hover >.module_385449128 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_385449128 .main-class-item,.inlayout-104dialogmodule_385449128 .main-class-item{padding-top:px !important;}
#module_385449128 .main-class-item,.inlayout-104dialogmodule_385449128 .main-class-item{padding-bottom:px !important;}
#module_385449128 .main-class-item,.inlayout-104dialogmodule_385449128 .main-class-item{padding-left:px !important;}
#module_385449128 .main-class-item,.inlayout-104dialogmodule_385449128 .main-class-item{padding-right:px !important;}
#module_385449128 .sub-class-item.forceheight,.inlayout-104dialogmodule_385449128 .sub-class-item.forceheight{padding-top:px !important;}
#module_385449128 .sub-class-item.forceheight,.inlayout-104dialogmodule_385449128 .sub-class-item.forceheight{padding-bottom:px !important;}
#module_385449128 .sub-class-item,.inlayout-104dialogmodule_385449128 .sub-class-item{padding-left:px !important;}
#module_385449128 .sub-class-item,.inlayout-104dialogmodule_385449128 .sub-class-item{padding-right:px  !important;}
#module_385449128 .inlayout-104dialogmodule_385449128,#module_385449128 .main-class-container-mobile{border-color:#e5e5e5 !important;}
#module_385449128 .inlayout-104dialogmodule_385449128,#module_385449128 .main-class-container-mobile{border-style:solid !important;}
#module_385449128 .inlayout-104dialogmodule_385449128,#module_385449128 .main-class-container-mobile{border-width:1px !important;}
#module_385449128 .inlayout-104dialogmodule_385449128,#module_385449128 .main-class-container-mobile{background-color:#fcfcfc;}
#module_385449128 .inlayout-104dialogmodule_385449128,#module_385449128 .main-class-container-mobile{background-image:none;}
#module_385449128 .inlayout-104dialogmodule_385449128,#module_385449128 .main-class-container-mobile{}
#module_385449128 .inlayout-104dialogmodule_385449128,#module_385449128 .main-class-container-mobile{}
#module_385449128 .inlayout-104dialogmodule_385449128,#module_385449128 .main-class-container-mobile{}
#module_385449128 .inlayout-104dialogmodule_385449128,#module_385449128 .main-class-container-mobile{}
#module_385449128 .class-title{padding-left:px;}
#module_385449128 .inlayout-104dialogmodule_385449128 .class-title .class-title-text,#module_385449128 .class-title .class-title-text{font-size:16px !important;}
#module_385449128 .inlayout-104dialogmodule_385449128 .class-title .class-title-text,#module_385449128 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_385449128 .inlayout-104dialogmodule_385449128 .class-title .class-title-text,#module_385449128 .class-title .class-title-text{color:#333 !important;}
#module_385449128 .inlayout-104dialogmodule_385449128 .class-title .class-title-text,#module_385449128 .class-title .class-title-text{font-weight:bold !important;}
#module_385449128 .inlayout-104dialogmodule_385449128 .class-title .class-title-text,#module_385449128 .class-title .class-title-text{text-decoration:none !important;}
#module_385449128 .inlayout-104dialogmodule_385449128 .class-title .class-title-text,#module_385449128 .class-title .class-title-text{font-style:normal !important;}
#module_385449128 .inlayout-104dialogmodule_385449128 .class-title,#module_385449128 .class-title{background-color:#fff  !important;}
#module_385449128 .inlayout-104dialogmodule_385449128 .class-title,#module_385449128 .class-title{background-image:none  !important;}
#module_385449128 .inlayout-104dialogmodule_385449128 .class-title,#module_385449128 .class-title{background-repeat: !important;}
#module_385449128 .inlayout-104dialogmodule_385449128 .class-title,#module_385449128 .class-title{background-position: !important;}
#module_385449128 .inlayout-104dialogmodule_385449128 .class-title,#module_385449128 .class-title{background-attachment: !important;}
#module_385449128 .inlayout-104dialogmodule_385449128 .class-title,#module_385449128 .class-title{ !important;}
#module_385449128 .inlayout-104dialogmodule_385449128 .class-title,#module_385449128 .class-title{height:30px !important;line-height:30px !important;}
#module_385449128 .main-class-item,.inlayout-104dialogmodule_385449128 .main-class-item{background-color:#fff !important;}
#module_385449128 .main-class-item,.inlayout-104dialogmodule_385449128 .main-class-item{background-image:none !important;}
#module_385449128 .main-class-item,.inlayout-104dialogmodule_385449128 .main-class-item{background-repeat:no-repeat !important;}
#module_385449128 .main-class-item,.inlayout-104dialogmodule_385449128 .main-class-item{background-position: !important;}
#module_385449128 .main-class-item,.inlayout-104dialogmodule_385449128 .main-class-item{background-attachment: !important;}
#module_385449128 .main-class-item,.inlayout-104dialogmodule_385449128 .main-class-item{ !important;}
#module_385449128 .main-class-line,.inlayout-104dialogmodule_385449128 .main-class-line{border-bottom-color:#e5e5e5 !important;}
#module_385449128 .main-class-line,.inlayout-104dialogmodule_385449128 .main-class-line{border-bottom-style:solid !important;}
#module_385449128 .main-class-line,.inlayout-104dialogmodule_385449128 .main-class-line{border-bottom-width:1px !important;}
#module_385449128 .main-class-text,.inlayout-104dialogmodule_385449128 .main-class-text{font-size:16px !important;}
#module_385449128 .main-class-text,.inlayout-104dialogmodule_385449128 .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_385449128 .main-class-text,.inlayout-104dialogmodule_385449128 .main-class-text{color:#333 !important;}
#module_385449128 .main-class-text,.inlayout-104dialogmodule_385449128 .main-class-text{font-weight:normal !important;}
#module_385449128 .main-class-text,.inlayout-104dialogmodule_385449128 .main-class-text{text-decoration:none !important;}
#module_385449128 .main-class-text,.inlayout-104dialogmodule_385449128 .main-class-text{font-style:normal !important;}
#module_385449128 .main-class-item,.inlayout-104dialogmodule_385449128 .main-class-item{height:45px;line-height:45px;}
#module_385449128 .sub-class-item,.inlayout-104dialogmodule_385449128 .sub-class-item{background-color:#fbfbfb !important;}
#module_385449128 .sub-class-item,.inlayout-104dialogmodule_385449128 .sub-class-item{background-image:none !important;}
#module_385449128 .sub-class-item,.inlayout-104dialogmodule_385449128 .sub-class-item{background-repeat:no-repeat !important;}
#module_385449128 .sub-class-item,.inlayout-104dialogmodule_385449128 .sub-class-item{background-position: !important;}
#module_385449128 .sub-class-item,.inlayout-104dialogmodule_385449128 .sub-class-item{background-attachment: !important;}
#module_385449128 .sub-class-item,.inlayout-104dialogmodule_385449128 .sub-class-item{ !important;}
#module_385449128 .sub-class-text,.inlayout-104dialogmodule_385449128 .sub-class-text{font-size:14px !important;}
#module_385449128 .sub-class-text,.inlayout-104dialogmodule_385449128 .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_385449128 .sub-class-text,.inlayout-104dialogmodule_385449128 .sub-class-text{color:#666 !important;}
#module_385449128 .sub-class-text,.inlayout-104dialogmodule_385449128 .sub-class-text{font-weight:normal !important;}
#module_385449128 .sub-class-text,.inlayout-104dialogmodule_385449128 .sub-class-text{text-decoration:none !important;}
#module_385449128 .sub-class-text,.inlayout-104dialogmodule_385449128 .sub-class-text{font-style:normal !important;}
#module_385449128 .sub-class-item,.inlayout-104dialogmodule_385449128 .sub-class-item{height:50px;line-height:50px  !important;}
#module_385449128 .inlayout-104dialogmodule_385449128 .main-class-icon,.inlayout-104dialogmodule_385449128 .class-title-icon,#module_385449128 .main-class-icon,#module_385449128 .class-title-icon{color:#000 !important;}
#module_385449128 .main-class-item.active,#copy_module_385449128 .main-class-item.active,.inlayout-104dialogmodule_385449128 .main-class-item.active,.inlayout-104dialogmodule_385449128 .classify:hover{background-color:rgb(192, 0, 0) !important;}
#module_385449128 .main-class-item.active{background-image:none;}
#module_385449128 .main-class-item.active{background-repeat:no-repeat;}
#module_385449128 .main-class-item.active{}
#module_385449128 .main-class-item.active{}
#module_385449128 .main-class-item.active{}
#module_385449128 .main-class-item-box .main-class-line.active{border-bottom-color:#e5e5e5 !important;}
#module_385449128 .main-class-item-box .main-class-line.active{border-bottom-style:solid !important;}
#module_385449128 .main-class-item-box .main-class-line.active{border-bottom-width:1px !important;}
#module_385449128 .main-class-item.active .main-class-text{font-size:16px !important;}
#module_385449128 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_385449128 .main-class-item.active .main-class-text,#copy_module_385449128 .main-class-item.active .main-class-text{color:#fff !important;}
#module_385449128 .main-class-item.active .main-class-text{font-weight:normal !important;}
#module_385449128 .main-class-item.active .main-class-text{text-decoration:none !important;}
#module_385449128 .main-class-item.active .main-class-text{font-style:normal !important;}
#module_385449128 .main-class-item.active{height:48px;line-height:48px;}
#module_385449128 .sub-class-item.active,#copy_module_385449128 .sub-class-item.active,.inlayout-104dialogmodule_385449128 .sub-class-item.active,.inlayout-104dialogmodule_385449128 .sub-class-item:hover{background-color:#f10215 !important;}
#module_385449128 .sub-class-item.active{background-image:none;}
#module_385449128 .sub-class-item.active{background-repeat:no-repeat;}
#module_385449128 .sub-class-item.active{}
#module_385449128 .sub-class-item.active .sub-class-text{}
#module_385449128 .sub-class-item.active .sub-class-text{}
#module_385449128 .sub-class-item.active .sub-class-text{font-size:14px !important;}
#module_385449128 .sub-class-item.active .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_385449128 .sub-class-item.active .sub-class-text,#copy_module_385449128 .sub-class-item.active .sub-class-text{color:#fff !important;}
#module_385449128 .sub-class-item.active .sub-class-text{font-weight:normal !important;}
#module_385449128 .sub-class-item.active .sub-class-text{text-decoration:none !important;}
#module_385449128 .sub-class-item.active .sub-class-text{font-style:normal !important;}
#module_385449128 .sub-class-item.active{height:50px;line-height:50px;}
#module_385449128 .main-class-item.active .main-class-icon,#module_385449128 .class-title:hover .class-title-icon{color:#fff !important;}


.module_385449171 .ModuleHead .HeadCenter{float:none;}
#module_385449171 {
padding:0px;
}
#module_385449171 {
position:static;
z-index:0;
top:812px;
left:325px;
width:100%;
height: auto;
}
#module_385449171 .ModuleHead385449171 {
display:none;
}
#module_385449171 .BodyCenter.BodyCenter385449171 {
background:none;background-color:rgb(192, 0, 0);
}
#module_385449171 >.module_385449171 {
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_385449171 >.module_385449171{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}
@media screen and (min-width: 768px){
#module_385449171 .BodyCenter.BodyCenter385449171 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_385449171 .BodyCenter.BodyCenter385449171 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_385449171 >.module_385449171 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_385449171 >.module_385449171 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_385449171 >.module_385449171 {box-shadow: 0px 0px 0px 0px #ccc}
#module_385449171:hover {
border:none;
}
#module_385449171:hover >.module_385449171 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_385449171 .ModuleImageTextGiantContent{margin-top:0px;}
#module_385449171 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_385449171 .ModuleImageTextGiantContent{margin-left:0px;}
#module_385449171 .ModuleImageTextGiantContent{margin-right:0px;}
#module_385449171 .imageTextGiant-Container{padding-top:10px;}
#module_385449171 .imageTextGiant-Container{padding-bottom:10px;}
#module_385449171 .imageTextGiant-Container{padding-left:10px;}
#module_385449171 .imageTextGiant-Container{padding-right:10px;}
#module_385449171 .showHandle .btn{font-size:14px;}
#module_385449171 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_385449171 .showHandle .btn{color:#333;}
#module_385449171 .showHandle .btn{font-weight:400;}
#module_385449171 .showHandle .btn{text-decoration:none;}
#module_385449171 .showHandle .btn{font-style:normal;}
#module_385449171 .showHandle div{border-top-color:#ddd !important;}
#module_385449171 .showHandle div{border-top-style:solid !important;}
#module_385449171 .showHandle div{border-top-width:1px !important;}
#module_385449171 .showHandle{background-color:transparent;}
#module_385449171 .showHandle{background-image:none;}
#module_385449171 .showHandle{background-repeat:no-repeat;}
#module_385449171 .showHandle{}
#module_385449171 .showHandle{}
#module_385449171 .showHandle{}
#module_385449171 a{font-size:unset;font-family:unset}
.ModuleCommonClsGiant.layout-105 .one-classify-box{white-space:nowrap;overflow-x:auto;overflow-y: hidden;font-size: 0;}
.ModuleCommonClsGiant.layout-105 .one-classify-box.show{white-space:normal;}
.ModuleCommonClsGiant.layout-105 .one-classify-box.show .main-class-item{margin-bottom: 5px;}
/*到手机应该隐藏*/
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar{height:4px}
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar-thumb {height:4px;width: 40px;background-color: rgba(94,94,94,.5);border-radius: 2px}
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar-track-piece{height:8px;width: 40px;background-color: #fff}
.ModuleCommonClsGiant.layout-105 .main-class-item{background: #fff;border-top:0;color:#666;width: auto;display:inline-flex;align-content: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
  float:none;
}
.ModuleCommonClsGiant.layout-105  .ItemCount .main-class-item {
  float:left;
}
.ModuleCommonClsGiant.layout-105 .main-class-text{
  font-size:12px;width:100%;padding: 0 10px;color:#666;overflow: hidden;   text-align: center;
 }

.ModuleCommonClsGiant.layout-105 .main-class-item.active{background: #303135}
.ModuleCommonClsGiant.layout-105 .main-class-item.active .main-class-text{color:#fff;}


/*PC屏幕*/
@media (min-width: 768px){
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-1 {width: 100% !important; }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-2 {width: calc((100% - 5px) / 2) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-2 {width: calc((100% - 5px) / 2) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-3 {width: calc((100% - 5px) / 3) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-4 {width: calc((100% - 5px) / 4) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-5 {width: calc((100% - 5px) / 5) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-6 {width: calc((100% - 5px) / 6) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-7 {width: calc((100% - 5px) / 7) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-8 {width: calc((100% - 5px) / 8) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-9 {width: calc((100% - 5px) / 9) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-10 {width: calc((100% - 5px) / 10) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-11 {width: calc((100% - 5px) / 11) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-12 {width: calc((100% - 5px) / 12) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-2:nth-child(2n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-3:nth-child(3n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-4:nth-child(4n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-5:nth-child(5n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-6:nth-child(6n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-7:nth-child(7n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-8:nth-child(8n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-9:nth-child(9n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-10:nth-child(10n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-11:nth-child(11n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-11:nth-child(12n) {margin-right: 0 !important;}
}


@media (max-width: 767px) {
  .ModuleCommonClsGiant.layout-105 .main-class-text {
    font-size: 12px;
    line-height: 30px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
  }
  .ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar {  display: none!important;  width: 0px;  height: 0px; }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-1 {width: 100% !important; }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-2:nth-child(2n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-3:nth-child(3n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-4:nth-child(4n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-5:nth-child(5n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-2 {width: calc((100% - 5px) / 2) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-3 {width: calc((100% - 5px * 2) / 3) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-4 {width: calc((100% - 5px * 3) / 4) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-5 {width: calc((100% - 5px * 4) / 5) !important;}

}.module_385479979 .ModuleHead .HeadCenter{float:none;}
#module_385479979 {
padding:0px;
}
#module_385479979 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_385479979 .ModuleHead385479979 {
display:none;
}
#module_385479979 .BodyCenter.BodyCenter385479979 {
background:none;background-color:rgba(0,0,0,0);
}
#module_385479979 >.module_385479979 {
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_385479979 >.module_385479979{
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_385479979 .BodyCenter.BodyCenter385479979 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_385479979 .BodyCenter.BodyCenter385479979 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_385479979 >.module_385479979 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_385479979 >.module_385479979 {
margin-top:4.6110%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:5.7637%;
}
}
#module_385479979 >.module_385479979 {box-shadow: 0px 0px 0px 0px #ccc}
#module_385479979:hover {
border:none;
}
#module_385479979:hover >.module_385479979 {
border-color:#ccc;
}
#module_385479979:hover >.module_385479979 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_385479979 .one-classify-box{text-align:left;}
#module_385479979 .main-class-item{background-color:#ffffff;}
#module_385479979 .main-class-item{background-image:none;}
#module_385479979 .main-class-item{background-repeat:no-repeat;}
#module_385479979 .main-class-item{}
#module_385479979 .main-class-item{}
#module_385479979 .main-class-item{}
#module_385479979 .main-class-item{height:40px;}
#module_385479979 .main-class-item{border-top-color:#f10215;}
#module_385479979 .main-class-item{border-top-style:solid;}
#module_385479979 .main-class-item{border-top-width:1px;}
#module_385479979 .main-class-item{border-right-color:#f10215;}
#module_385479979 .main-class-item{border-right-style:solid;}
#module_385479979 .main-class-item{border-right-width:1px;}
#module_385479979 .main-class-item{border-bottom-color:#f10215;}
#module_385479979 .main-class-item{border-bottom-style:solid;}
#module_385479979 .main-class-item{border-bottom-width:1px;}
#module_385479979 .main-class-item{border-left-color:#f10215;}
#module_385479979 .main-class-item{border-left-style:solid;}
#module_385479979 .main-class-item{border-left-width:1px;}
#module_385479979 .main-class-item{border-top-left-radius:0px;}
#module_385479979 .main-class-item{border-top-right-radius:0px;}
#module_385479979 .main-class-item{border-bottom-left-radius:0px;}
#module_385479979 .main-class-item{border-bottom-right-radius:0px;}
#module_385479979 .main-class-item{margin-right:5px;} @media (max-width: 767px){#module_385479979 .ItemCount li.col-xs-2 {width: calc((100% - 5px) / 2) !important;}#module_385479979 .ItemCount li.col-xs-3 {width: calc((100% - 5px * 2) / 3) !important;}#module_385479979 .ItemCount li.col-xs-4 {width: calc((100% - 5px * 3) / 4) !important;}#module_385479979 .ItemCount li.col-xs-5 {width: calc((100% - 5px * 4) / 5) !important;}} @media (min-width: 768px){#module_385479979 .ItemCount li.col-lg-2 {width: calc((100% - 5px) / 2) !important;}#module_385479979 .ItemCount li.col-lg-3 {width: calc((100% - 5px * 2) / 3) !important;}#module_385479979 .ItemCount li.col-lg-4 {width: calc((100% - 5px * 3) / 4) !important;}#module_385479979 .ItemCount li.col-lg-5 {width: calc((100% - 5px * 4) / 5) !important;}#module_385479979 .ItemCount li.col-lg-6 {width: calc((100% - 5px * 5) / 6) !important;}#module_385479979 .ItemCount li.col-lg-7 {width: calc((100% - 5px * 6) / 7) !important;}#module_385479979 .ItemCount li.col-lg-8 {width: calc((100% - 5px * 7) / 8) !important;}#module_385479979 .ItemCount li.col-lg-9 {width: calc((100% - 5px * 8) / 9) !important;}#module_385479979 .ItemCount li.col-lg-10 {width: calc((100% - 5px * 9) / 10) !important;}#module_385479979 .ItemCount li.col-lg-11 {width: calc((100% - 5px * 10) / 11) !important;}#module_385479979 .ItemCount li.col-lg-12 {width: calc((100% - 5px * 11) / 12) !important;}}
#module_385479979 .main-class-item{margin-Bottom:px;} 
#module_385479979 .main-class-text{font-size:12px;}
#module_385479979 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_385479979 .main-class-text{color:#666;}
#module_385479979 .main-class-text{font-weight:normal;}
#module_385479979 .main-class-text{text-decoration:none;}
#module_385479979 .main-class-text{font-style:normal;}
#module_385479979 .main-class-item{width:80px;width:80;}
#module_385479979 .main-class-text{padding-left:px;}
#module_385479979 .main-class-text{padding-right:px}
#module_385479979 .main-class-item:hover{border-top-color:;}
#module_385479979 .main-class-item:hover{border-top-style:;}
#module_385479979 .main-class-item:hover{border-right-color:;}
#module_385479979 .main-class-item:hover{border-right-style:;}
#module_385479979 .main-class-item:hover{border-bottom-color:;}
#module_385479979 .main-class-item:hover{border-bottom-style:;}
#module_385479979 .main-class-item:hover{border-left-color:;}
#module_385479979 .main-class-item:hover{border-left-style:;}
#module_385479979 .main-class-item.active{background-color:#f10215;}
#module_385479979 .main-class-item.active{background-image:none;}
#module_385479979 .main-class-item.active{background-repeat:no-repeat;}
#module_385479979 .main-class-item.active{}
#module_385479979 .main-class-item.active{}
#module_385479979 .main-class-item.active{}
#module_385479979 .main-class-item.active .main-class-text{font-size:12px;}
#module_385479979 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_385479979 .main-class-item.active .main-class-text{color:#fff;}
#module_385479979 .main-class-item.active .main-class-text{font-weight:normal;}
#module_385479979 .main-class-item.active .main-class-text{text-decoration:none;}
#module_385479979 .main-class-item.active .main-class-text{font-style:normal;}


/*layout-125内容*/
.flexs{ display: flex;  flex-wrap: wrap;  align-content: flex-start;}
.ModuleProductListGiant.layout-125 .pro-container .pro-item{overflow: hidden;}
.ModuleProductListGiant.layout-125 .pro-container>li { position: relative;transition: all .5s ease-out 0s;-moz-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-bg{ position: relative;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-icon{border-radius: 30px;width: 36px;height: 36px;border: 1px solid #fff;position: relative;margin-left: calc(50% - 18px);}
.ModuleProductListGiant.layout-125 .pro-container li .pro-icon .pro-jiantou{position: absolute;top: 6px;left: 9px;}
.ModuleProductListGiant.layout-125 .pro-container li {padding-left: 0; padding-right: 0; float: left; margin: 0 16px 2% 0;font-size: 16px; cursor: pointer; transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-img { list-style-type: none; display: block; overflow: hidden; max-width: 100%; width: 100%; position: relative;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-img .dummy{ padding-top: 100%; background-color: #fff; }
.ModuleProductListGiant.layout-125 .pro-container li .pro-img img{ max-width: 100%;max-height: 100%;display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.ModuleProductListGiant.layout-125 .pro-container li .pro-tit { position: relative; transition: all .6s ease-out 0s;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-desc{display:inline-block;width: calc(100% - 60px); margin-top: 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;text-align: left;color: #bfbfbf}
.ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-name{padding: 0  4%;  color: #fff;text-overflow: ellipsis;  overflow: hidden; /*white-space: nowrap;height:48px;line-height:48px;*/text-align: center;font-size: 16px;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-buybtn{ float: right; display:inline-block; margin-top: -34px;cursor: pointer;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-price{ font-size: 18px; color: rgb(241,2,20); font-weight: bold;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-price del{ color:rgb( 102,102,102);font-weight: 100; padding-left: 5px; }
.ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-buybtn span{background-size: 100% 100%; width: 26px; height: 23px; display:inline-block;font-size: 26px;}
.ModuleProductListGiant.layout-125 .pro-container li:hover .pro-tit{ background: transparent;}
.ModuleProductListGiant.layout-125 .pro-container li:hover .pro-tit .pro-buybtn span{color: #fff;}
.ModuleProductListGiant.layout-125 .pro-container li:hover .pro-tit .pro-name ,
.ModuleProductListGiant.layout-125 .pro-container li:hover .pro-tit .pro-desc ,
.ModuleProductListGiant.layout-125 .pro-container li:hover .pro-tit .pro-price,
.ModuleProductListGiant.layout-125 .pro-container li:hover .pro-tit .pro-price del{ color: #fff;}
.ModuleProductListGiant.layout-125 a:active,.ModuleProductListGiant.layout-125 a:visited,.ModuleProductListGiant.layout-125 a:focus{text-decoration: none;}
.ModuleProductListGiant.layout-125 .pro-container li .bgColor {box-sizing: border-box;
    padding: 25px;z-index: 100;width: 100%;height: 0;opacity: 0;position: absolute;top: 0;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.ModuleProductListGiant.layout-125 .pro-desc-show{word-break: break-word !important;}
.ModuleProductListGiant.layout-125 .pro-name-show{word-break: break-word !important;}
.ModuleProductListGiant.layout-125 .pro-container li .bgColor > a{width: 80%;position: absolute;top: 15%;left: 10%;width: 80%;text-align: center;color: #fff;transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-webkit-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;opacity: 0;}
.ModuleProductListGiant.layout-125 .pro-container li .bgColor > a .pro-name-show{font-size: 18px;color: #fff;line-height: 25px;/*white-space: nowrap;*/overflow: hidden;text-overflow:ellipsis;}
.ModuleProductListGiant.layout-125 .pro-container li .bgColor > a .pro-desc-show{/*height: 60px;*/text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;margin-top: 12px;margin-bottom:20%;color: #fff;overflow: hidden;font-size: 14px}
.ModuleProductListGiant.layout-125 .pro-container li:hover .bgColor > a{top: 28%;left: 10%;opacity: 1;z-index: 100}
.ModuleProductListGiant.layout-125 .pro-container li .bgColor:before, .ModuleProductListGiant.layout-125 .pro-container li .bgColor:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    opacity: 0;
    -webkit-transition: all .75s ease-in-out;
    -moz-transition: all .75s ease-in-out;
    -ms-transition: all .75s ease-in-out;
    -o-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
}
.ModuleProductListGiant.layout-125 .pro-container li .bgColor:before{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}
.ModuleProductListGiant.layout-125 .pro-container li .bgColor:after{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}
.ModuleProductListGiant.layout-125 .pro-container li:hover .bgColor:before,.ModuleProductListGiant.layout-125 .pro-container li:hover .bgColor:after{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
    .ModuleProductListGiant.layout-125 .pro-container li:hover .bgColor {height: 100%;opacity: .9;}
    .ModuleProductListGiant.layout-125 .pred-filter{display: block}
    .ModuleProductListGiant.layout-125 .silder-filter,.btn-filter{display: none}
    .ModuleProductListGiant.layout-125 li.col-lg-2 {width: calc((100% - 16px) / 2); }
    .ModuleProductListGiant.layout-125 li:nth-child(2n).col-lg-2{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-lg-3 {width: calc((100% - 16px * 2) / 3); }
    .ModuleProductListGiant.layout-125 li:nth-child(3n).col-lg-3{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-lg-4 {width: calc((100% - 16px * 3) / 4); }
    .ModuleProductListGiant.layout-125 li:nth-child(4n).col-lg-4{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-lg-5 {width: calc((100% - 16px * 4) / 5); }
    .ModuleProductListGiant.layout-125 li:nth-child(5n).col-lg-5{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-lg-6 {width: calc((100% - 16px * 5) / 6); }
    .ModuleProductListGiant.layout-125 li:nth-child(6n).col-lg-6{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-lg-1 {width: 100%; }
    .ModuleProductListGiant.layout-125 li:nth-child(n).col-lg-1{ margin-right: 0 !important;}
}

.ModuleProductListGiant.layout-125 .bean-finish{background: #f10215;color:#fff;}
.ModuleProductListGiant.layout-125 .items-active{background: transparent;border: 1px solid transparent;color: #f10215;}
.ModuleProductListGiant.layout-125 .selected-light:hover{color:#f10215;}
.ModuleProductListGiant.layout-125 .choosed-tab{color:#f10215}

@media screen and (max-width: 767px) {
    .ModuleProductListGiant.layout-125 .pro-container li:hover .bgColor > a{top: 25%;}
    .ModuleProductListGiant.layout-125 .pro-container li .bgColor > a .pro-desc-show{-webkit-line-clamp: 2;}
    .ModuleProductListGiant.layout-125 .silder-filter,.btn-filter { display: block;}
    .ModuleProductListGiant.layout-125 .pro-container { width: 100%; }
    .ModuleProductListGiant.layout-125 .pro-container li { margin: 0 2% 6% 0 !important;padding: 0}
    .ModuleProductListGiant.layout-125 .pro-container li { width: 49%; font-size: 15px; }
    .ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-price { font-size: 14px; font-weight: normal; }
    .ModuleProductListGiant.layout-125 .pro-container li .pro-img { overflow: hidden; display: block; }
    .ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-desc { margin-top: 12px; }
    .ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-name { /*margin-top: 7px;*/  padding: 0;  margin: 4% !important; }
    .ModuleProductListGiant.layout-125 .pro-container{ padding: 0 10px 0 10px }


    .ModuleProductListGiant.layout-125 li.col-xs-2 {width: 49% !important; }
    .ModuleProductListGiant.layout-125 li:nth-child(2n).col-xs-2{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-xs-3 {width:32% !important; }
    .ModuleProductListGiant.layout-125 li:nth-child(3n).col-xs-3{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-xs-4 {width: 23.5% !important; }
    .ModuleProductListGiant.layout-125 li:nth-child(4n).col-xs-4{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-xs-5 {width:18.4% !important; }
    .ModuleProductListGiant.layout-125 li:nth-child(5n).col-xs-5{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-xs-6 {width:15% !important; }
    .ModuleProductListGiant.layout-125 li:nth-child(6n).col-xs-6{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-xs-1 {width: 100% !important;}
    .ModuleProductListGiant.layout-125 li:nth-child(n).col-xs-1{ margin-right: 0 !important;}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .ModuleProductListGiant.layout-125 .pred-filter { display: none; }
    .ModuleProductListGiant.layout-125 .pro-container li { margin: 0 1% 2%;  margin-bottom: 7px;}
    .ModuleProductListGiant.layout-125 .pro-container li { width: 47%;font-size: 15px;}
    .ModuleProductListGiant.layout-125 .pro-container>li { padding-bottom: 3%; }
}
.ModuleProductListGiant.layout-125 .pagerGiant .inputer{outline: 0;}.module_385449160 .ModuleHead .HeadCenter{float:none;}
#module_385449160 {
padding:0px;
}
#module_385449160 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_385449160 .ModuleHead385449160 {
display:none;
}
#module_385449160 .BodyCenter.BodyCenter385449160 {
background:none;background-color:rgba(0,0,0,0);
}
#module_385449160 >.module_385449160 {
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_385449160 >.module_385449160{
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_385449160 .BodyCenter.BodyCenter385449160 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_385449160 .BodyCenter.BodyCenter385449160 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_385449160 >.module_385449160 {
margin-top:7.5019%;
margin-left:1.5004%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_385449160 >.module_385449160 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_385449160 >.module_385449160 {box-shadow: 0px 0px 0px 0px #ccc}
#module_385449160:hover {
border:none;
}
#module_385449160:hover >.module_385449160 {
border-color:#ccc;
}
#module_385449160:hover >.module_385449160 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_385449160 .pro-item{margin-bottom:16px; margin-right:16px;} #module_385449160 .pro-container li.col-lg-2{width:calc((100% - 16px) / 2);} #module_385449160 .pro-container li.col-lg-3{width:calc((100% - 16px * 2) / 3);} #module_385449160 .pro-container li.col-lg-4{width:calc((100% - 16px * 3) / 4);} #module_385449160 .pro-container li.col-lg-5{width:calc((100% - 16px * 4) / 5);} #module_385449160 .pro-container li.col-lg-6{width:calc((100% - 16px * 5) / 6);}
#module_385449160 .pro-item{padding-top:0px;}
#module_385449160 .pro-item{padding-bottom:0px;}
#module_385449160 .pro-item{padding-left:0px;}
#module_385449160 .pro-item{padding-right:0px;}
#module_385449160 .pro-item .pro-bg{background-color:rgba(192, 0, 0, 0.69);}
#module_385449160 .pro-item .pro-bg{background-image:none;}
#module_385449160 .pro-item .pro-bg{background-repeat:no-repeat;}
#module_385449160 .pro-item .pro-bg{}
#module_385449160 .pro-item .pro-bg{}
#module_385449160 .pro-item .pro-bg{}
#module_385449160 .pro-item .pro-bg{border-top-color:#eee;}
#module_385449160 .pro-item .pro-bg{border-top-style:solid;}
#module_385449160 .pro-item .pro-bg{border-top-width:0px;}
#module_385449160 .pro-item .pro-bg{border-right-color:#eee;}
#module_385449160 .pro-item .pro-bg{border-right-style:solid;}
#module_385449160 .pro-item .pro-bg{border-right-width:0px;}
#module_385449160 .pro-item .pro-bg{border-bottom-color:#eee;}
#module_385449160 .pro-item .pro-bg{border-bottom-style:solid;}
#module_385449160 .pro-item .pro-bg{border-bottom-width:0px;}
#module_385449160 .pro-item .pro-bg{border-left-color:#eee;}
#module_385449160 .pro-item .pro-bg{border-left-style:solid;}
#module_385449160 .pro-item .pro-bg{border-left-width:0px;}
#module_385449160 .pro-img .dummy{background-color:#fff;}
#module_385449160 .pro-img .dummy{background-image:none;}
#module_385449160 .pro-img .dummy{background-repeat:no-repeat;}
#module_385449160 .pro-img .dummy{}
#module_385449160 .pro-img .dummy{}
#module_385449160 .pro-img .dummy{}
#module_385449160 .pro-img .dummy{padding-top:100%;}
#module_385449160 .pro-img img{ object-fit:cover;}
#module_385449160 .pro-img img{ width:100%;}
#module_385449160 .pro-img img{ height:100%;}
#module_385449160 .pro-img img{border-radius:0px;}
#module_385449160 .pro-name{font-size:16px;}
#module_385449160 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_385449160 .pro-name{color:#fff;}
#module_385449160 .pro-name{font-weight:normal;}
#module_385449160 .pro-name{text-decoration:none;}
#module_385449160 .pro-name{}
#module_385449160 .pro-name{margin-top:0px;}
#module_385449160 .pro-name{margin-bottom:0px;}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li,#module_385449160 .productListOrderCtrlTab .summary .totalProduct{color:#000000;}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_385449160 .choosed-tab, #module_385449160 .setting-screening-criteria{font-size:12px;}
#module_385449160 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_385449160 .choosed-tab, #module_385449160 .setting-screening-criteria{color:#f10215;}
#module_385449160 .choosed-tab{}
#module_385449160 .choosed-tab{}
#module_385449160 .choosed-tab{}
#module_385449160 .selected-light,#module_385449160 .setting-all, #module_385449160 .setting-left-bar, #module_385449160 .setting-pred-warp .setting-collapse, #module_385449160 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_385449160 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_385449160 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_385449160 .selected-light,#module_385449160 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_385449160 .selected-light,#module_385449160 .setting-left-bar,#module_385449160 .setting-reset,#module_385449160 .setting-pred-warp .setting-collapse,#module_385449160 .giantroom .btn-more{color:#000;}
#module_385449160 .selected-light{}
#module_385449160 .selected-light,#module_385449160 .setting-all{}
#module_385449160 .selected-light,#module_385449160 .setting-all{}
#module_385449160 .setting-right-temp ul li, #module_385449160 .choosed-tab{border-top-left-radius:2px;}
#module_385449160 .setting-right-temp ul li, #module_385449160 .choosed-tab{border-top-right-radius:2px;}
#module_385449160 .setting-right-temp ul li, #module_385449160 .choosed-tab{border-bottom-left-radius:2px;}
#module_385449160 .setting-right-temp ul li, #module_385449160 .choosed-tab{border-bottom-right-radius:2px;}
#module_385449160 .pred-filter, #module_385449160 .choosed-tab{border-top-color:#d6d6d6;}
#module_385449160 .pred-filter, #module_385449160 .choosed-tab{border-top-style:solid;}
#module_385449160 .pred-filter, #module_385449160 .choosed-tab, #module_385449160 .giantroom .btn-more{border-top-width:1px;} #module_385449160 .giantroom {margin-top: calc(-16px - 1px);}
#module_385449160 .pred-filter, #module_385449160 .choosed-tab, #module_385449160 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_385449160 .pred-filter, #module_385449160 .choosed-tab, #module_385449160 .giantroom .btn-more{border-bottom-style:solid;}
#module_385449160 .pred-filter, #module_385449160 .choosed-tab, #module_385449160 .giantroom .btn-more{border-bottom-width:1px;}
#module_385449160 .pred-filter, #module_385449160 .choosed-tab, #module_385449160 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_385449160 .pred-filter, #module_385449160 .choosed-tab, #module_385449160 .giantroom .btn-more{border-left-style:solid;}
#module_385449160 .pred-filter, #module_385449160 .choosed-tab, #module_385449160 .giantroom .btn-more{border-left-width:1px;}
#module_385449160 .pred-filter, #module_385449160 .choosed-tab, #module_385449160 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_385449160 .pred-filter, #module_385449160 .choosed-tab, #module_385449160 .giantroom .btn-more{border-right-style:solid;}
#module_385449160 .pred-filter, #module_385449160 .choosed-tab, #module_385449160 .giantroom .btn-more{border-right-width:1px;}
#module_385449160 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_385449160 .setting-left-bar{background-color:#fafafa;}
#module_385449160 .setting-left-bar{width:100px} #module_385449160 .setting-right-temp ul.FilterPc{width: calc( 100% - 100px );}
#module_385449160 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_385449160 .choosed-tab .icsmall{color:#999;}
#module_385449160 .setting-right-temp ul li{margin-right:10px;}
#module_385449160 .pagerGiant .text{font-size:12px;}
#module_385449160 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_385449160 .pagerGiant .text{color:#333;}
#module_385449160 .pagerGiant .text{}
#module_385449160 .pagerGiant .text{}
#module_385449160 .pagerGiant .text{}
#module_385449160 .pagerGiant .current,#module_385449160 .pagerGiant .num,#module_385449160 .pagerGiant .inputer{width:30px}
#module_385449160 .pagerGiant .current,#module_385449160 .pagerGiant .num,#module_385449160 .pagerGiant .inputer{height:30px}
#module_385449160 .pagerGiant .num{font-size:12px;}
#module_385449160 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_385449160 .pagerGiant .num{color:#333;}
#module_385449160 .pagerGiant .num{}
#module_385449160 .pagerGiant .num{}
#module_385449160 .pagerGiant .num{}
#module_385449160 .pagerGiant .submit{width:55px}
#module_385449160 .pagerGiant .submit{height:30px}
#module_385449160 .pagerGiant .current,#module_385449160 .pagerGiant .num,#module_385449160 .pagerGiant .inputer,#module_385449160 .pagerGiant .submit{border-top-left-radius:0px;}
#module_385449160 .pagerGiant .current,#module_385449160 .pagerGiant .num,#module_385449160 .pagerGiant .inputer,#module_385449160 .pagerGiant .submit{border-top-right-radius:0px;}
#module_385449160 .pagerGiant .current,#module_385449160 .pagerGiant .num,#module_385449160 .pagerGiant .inputer,#module_385449160 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_385449160 .pagerGiant .current,#module_385449160 .pagerGiant .num,#module_385449160 .pagerGiant .inputer,#module_385449160 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_385449160 .pagerGiant .next,#module_385449160 .pagerGiant .splitline{color:#ccc;}
#module_385449160 .pagerGiant .num{background-color:#fff;}
#module_385449160 .pagerGiant .num, #module_385449160 .pagerGiant .inputer{border-top-color:#ccc;}
#module_385449160 .pagerGiant .num, #module_385449160 .pagerGiant .inputer{border-top-style:solid;}
#module_385449160 .pagerGiant .num, #module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit, #module_385449160 .pagerGiant .inputer{border-top-width:1px;}
#module_385449160 .pagerGiant .num, #module_385449160 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_385449160 .pagerGiant .num, #module_385449160 .pagerGiant .inputer{border-bottom-style:solid;}
#module_385449160 .pagerGiant .num, #module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit, #module_385449160 .pagerGiant .inputer{border-bottom-width:1px;}
#module_385449160 .pagerGiant .num, #module_385449160 .pagerGiant .inputer{border-left-color:#ccc;}
#module_385449160 .pagerGiant .num, #module_385449160 .pagerGiant .inputer{border-left-style:solid;}
#module_385449160 .pagerGiant .num, #module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit, #module_385449160 .pagerGiant .inputer{border-left-width:1px;}
#module_385449160 .pagerGiant .num, #module_385449160 .pagerGiant .inputer{border-right-color:#ccc;}
#module_385449160 .pagerGiant .num, #module_385449160 .pagerGiant .inputer{border-right-style:solid;}
#module_385449160 .pagerGiant .num, #module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit, #module_385449160 .pagerGiant .inputer{border-right-width:1px;}
#module_385449160 .page-more a{font-size:px;}
#module_385449160 .page-more a{font-family:;}
#module_385449160 .page-more a{color: !important;}
#module_385449160 .page-more a{}
#module_385449160 .page-more a{}
#module_385449160 .page-more a{}
#module_385449160 .page-more a{background-color:#fff;}
#module_385449160 .page-more a{border-top-color:#eee;}
#module_385449160 .page-more a{border-top-style:solid;}
#module_385449160 .page-more a{border-top-width:2px;}
#module_385449160 .page-more a{border-bottom-color:#eee;}
#module_385449160 .page-more a{border-bottom-style:solid;}
#module_385449160 .page-more a{border-bottom-width:2px;}
#module_385449160 .page-more a{border-left-color:#eee;}
#module_385449160 .page-more a{border-left-style:solid;}
#module_385449160 .page-more a{border-left-width:2px;}
#module_385449160 .page-more a{border-right-color:#eee;}
#module_385449160 .page-more a{border-right-style:solid;}
#module_385449160 .page-more a{border-right-width:2px;}
#module_385449160 .pro-item:hover .bgColor:before,#module_385449160 .pro-item:hover .bgColor:after{border-color:#fff;}
#module_385449160 .pro-item:hover .pro-name-show{font-size:18px;}
#module_385449160 .pro-item:hover .pro-name-show{font-family:微软雅黑,Microsoft YaHei;}
#module_385449160 .pro-item:hover .pro-name-show{color:#fff;}
#module_385449160 .pro-item:hover .pro-name-show{font-weight:bold;}
#module_385449160 .pro-item:hover .pro-name-show{text-decoration:none;}
#module_385449160 .pro-item:hover .pro-name-show{}
#module_385449160 .pro-item:hover .pro-name-show{margin-top:0px;}
#module_385449160 .pro-item:hover .pro-name-show{margin-bottom:0px;}
#module_385449160 .pro-item:hover .pro-desc-show{margin-top:12px;}
#module_385449160 .pro-item:hover .pro-desc-show{margin-bottom:62px;}
#module_385449160 .pro-item:hover .pro-desc-show{color:#fffpx;}
#module_385449160 .pro-item:hover .pro-desc-show{font-size:14px;}
#module_385449160 .pro-item:hover .pro-desc-show{font-family:;}
#module_385449160 .pro-item:hover .pro-desc-show{color:#fff;}
#module_385449160 .pro-item:hover .pro-desc-show{font-weight:normal;}
#module_385449160 .pro-item:hover .pro-desc-show{text-decoration:none;}
#module_385449160 .pro-item:hover .pro-desc-show{font-style:normal;}
#module_385449160 .pro-item:hover .bgColor{background-color:rgba(192, 0, 0, 0.69);}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#ffffff;}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#f10215;}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_385449160 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_385449160 .pro-item:hover .pro-icon{border-top-color:#fff;}
#module_385449160 .pro-item:hover .pro-icon{border-top-style:solid;}
#module_385449160 .pro-item:hover .pro-icon{border-top-width:1px;}
#module_385449160 .pro-item:hover .pro-icon{border-right-color:#fff;}
#module_385449160 .pro-item:hover .pro-icon{border-right-style:solid;}
#module_385449160 .pro-item:hover .pro-icon{border-right-width:1px;}
#module_385449160 .pro-item:hover .pro-icon{border-bottom-color:#fff;}
#module_385449160 .pro-item:hover .pro-icon{border-bottom-style:solid;}
#module_385449160 .pro-item:hover .pro-icon{border-bottom-width:1px;}
#module_385449160 .pro-item:hover .pro-icon{border-left-color:#fff;}
#module_385449160 .pro-item:hover .pro-icon{border-left-style:solid;}
#module_385449160 .pro-item:hover .pro-icon{border-left-width:1px;}
#module_385449160 .pro-item:hover .icon-xiangyoujiantou{color:#fff;}
#module_385449160 .selected-light:hover,#module_385449160 .selected-light.active,#module_385449160 .items-active{font-size:12px;}
#module_385449160 .selected-light:hover,#module_385449160 .selected-light.active,#module_385449160 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_385449160 .selected-light:hover,#module_385449160 .selected-light.active,#module_385449160 .items-active{color:#f10215;} #module_385449160 .items-active{border-color:#f10215;} #module_385449160 .bean-finish{background:#f10215;}
#module_385449160 .selected-light:hover,#module_385449160 .selected-light.active,#module_385449160 .items-active{}
#module_385449160 .selected-light:hover,#module_385449160 .selected-light.active,#module_385449160 .items-active{}
#module_385449160 .selected-light:hover,#module_385449160 .selected-light.active,#module_385449160 .items-active{}
#module_385449160 .setting-left-bar:hover{background-color:#fafafa;}
#module_385449160 .setting-right-temp ul li:hover, #module_385449160 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_385449160 .choosed-tab .icsmall:hover{color:#999;}
#module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit{font-size:12px;}
#module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit{color:#fff;}
#module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit{}
#module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit{}
#module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit{}
#module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit{background-color:#f10215;}
#module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit, #module_385449160 .pagerGiant .inputer:hover{border-top-color:#f10215;}
#module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit, #module_385449160 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit, #module_385449160 .pagerGiant .inputer:hover{border-bottom-color:#f10215;}
#module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit, #module_385449160 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit, #module_385449160 .pagerGiant .inputer:hover{border-left-color:#f10215;}
#module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit, #module_385449160 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit, #module_385449160 .pagerGiant .inputer:hover{border-right-color:#f10215;}
#module_385449160 .pagerGiant .current, #module_385449160 .pagerGiant .submit, #module_385449160 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_385449160 .page-more a:hover{font-size:px;}
#module_385449160 .page-more:hover a{font-family:;}
#module_385449160 .page-more a:hover{color: !important;}
#module_385449160 .page-more a:hover {}
#module_385449160 .page-more a:hover {}
#module_385449160 .page-more a:hover {}
#module_385449160 .page-more a:hover{background-color:#fff;}
#module_385449160 .page-more a:hover{border-top-color:#eee;}
#module_385449160 .page-more a:hover{border-top-style:solid;}
#module_385449160 .page-more a:hover{border-bottom-color:#eee;}
#module_385449160 .page-more a:hover{border-bottom-style:solid;}
#module_385449160 .page-more a:hover{border-left-color:#eee;}
#module_385449160 .page-more a:hover{border-left-style:solid;}
#module_385449160 .page-more a:hover{border-right-color:#eee;}
#module_385449160 .page-more a:hover{border-right-style:solid;}
.module_9988385449160 .ModuleHead .HeadCenter{float:none;}
#module_9988385449160 {
padding:0px;
}
#module_9988385449160 {
}
#module_9988385449160 .ModuleHead0 {
display:block;
}

#module_9988385449160 .InsidePage-list-content span,#module_9988385449160 .in-formList-checkbox span{font-size:px;}
#module_9988385449160 .InsidePage-list-content span,#module_9988385449160 .in-formList-checkbox span{font-family:;}
#module_9988385449160 .InsidePage-list-content span,#module_9988385449160 .in-formList-checkbox span{color:;}
#module_9988385449160 .InsidePage-list-content span,#module_9988385449160 .in-formList-checkbox span{}
#module_9988385449160 .InsidePage-list-content span,#module_9988385449160 .in-formList-checkbox span{}
#module_9988385449160 .InsidePage-list-content span,#module_9988385449160 .in-formList-checkbox span{}
#module_9988385449160 .title{font-size:px;}
#module_9988385449160 .title{font-family:;}
#module_9988385449160 .title{color:;}
#module_9988385449160 .title{}
#module_9988385449160 .title{}
#module_9988385449160 .title{}
#module_9988385449160 .title{background-color:;}
#module_9988385449160 .title{}
#module_9988385449160 .title{}
#module_9988385449160 .title{}
#module_9988385449160 .title{}
#module_9988385449160 .title{}
#module_9988385449160 .title{height:px;line-height:px;}
#module_9988385449160 .title{text-align:;}
#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 .customFormCheckbox,#module_9988385449160 input[type=radio],#module_9988385449160.customFormDatetime,#module_9988385449160 input.input-text-color,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .multi-row-text,#module_9988385449160 .cityval{background-color:;}
#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 .customFormCheckbox,#module_9988385449160 input[type=radio],#module_9988385449160.customFormDatetime,#module_9988385449160 input.input-text-color,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .multi-row-text,#module_9988385449160 .cityval{border-top-color:;}
#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 .customFormCheckbox,#module_9988385449160 input[type=radio],#module_9988385449160.customFormDatetime,#module_9988385449160 input.input-text-color,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .multi-row-text,#module_9988385449160 .cityval{border-top-style:;}
#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 .customFormCheckbox,#module_9988385449160 input[type=radio],#module_9988385449160.customFormDatetime,#module_9988385449160 input.input-text-color,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .multi-row-text,#module_9988385449160 .cityval{border-top-width:px;}
#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 .customFormCheckbox,#module_9988385449160 input[type=radio],#module_9988385449160.customFormDatetime,#module_9988385449160 input.input-text-color,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .multi-row-text,#module_9988385449160 .cityval{border-right-color:;}
#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 .customFormCheckbox,#module_9988385449160 input[type=radio],#module_9988385449160.customFormDatetime,#module_9988385449160 input.input-text-color,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .multi-row-text,#module_9988385449160 .cityval{border-right-style:;}
#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 .customFormCheckbox,#module_9988385449160 input[type=radio],#module_9988385449160.customFormDatetime,#module_9988385449160 input.input-text-color,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .multi-row-text,#module_9988385449160 .cityval{border-right-width:px;}
#module_9988385449160 .smsvcode,#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 .customFormCheckbox,#module_9988385449160 input[type=radio],#module_9988385449160.customFormDatetime,#module_9988385449160 input.input-text-color,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .multi-row-text,#module_9988385449160 .cityval{border-bottom-color:;}
#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 .customFormCheckbox,#module_9988385449160 input[type=radio],#module_9988385449160.customFormDatetime,#module_9988385449160 input.input-text-color,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .multi-row-text,#module_9988385449160 .cityval{border-bottom-style:;}
#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 .customFormCheckbox,#module_9988385449160 input[type=radio],#module_9988385449160.customFormDatetime,#module_9988385449160 input.input-text-color,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .multi-row-text,#module_9988385449160 .cityval{border-bottom-width:px;}
#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 .customFormCheckbox,#module_9988385449160 input[type=radio],#module_9988385449160.customFormDatetime,#module_9988385449160 input.input-text-color,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .multi-row-text,#module_9988385449160 .cityval{border-left-color:;}
#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 .customFormCheckbox,#module_9988385449160 input[type=radio],#module_9988385449160.customFormDatetime,#module_9988385449160 input.input-text-color,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .multi-row-text,#module_9988385449160 .cityval{border-left-style:;}
#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 .customFormCheckbox,#module_9988385449160 input[type=radio],#module_9988385449160.customFormDatetime,#module_9988385449160 input.input-text-color,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .multi-row-text,#module_9988385449160 .cityval{border-left-width:px;}
#module_9988385449160 .smsbtn,#module_9988385449160 .customFormTextarea,#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 input.input-text-color,#module_9988385449160.customFormDatetime,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .cityval{border-top-left-radius:px;}
#module_9988385449160 .smsbtn,#module_9988385449160 .customFormTextarea,#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 input.input-text-color,#module_9988385449160.customFormDatetime,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .cityval{border-top-right-radius:px;}
#module_9988385449160 .smsbtn,#module_9988385449160 .customFormTextarea,#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 input.input-text-color,#module_9988385449160.customFormDatetime,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .cityval{border-bottom-left-radius:px;}
#module_9988385449160 .smsbtn,#module_9988385449160 .customFormTextarea,#module_9988385449160 .smsvcode,#module_9988385449160 .frist_item,#module_9988385449160 .VerificationCodeinput,#module_9988385449160 input.input-text-color,#module_9988385449160.customFormDatetime,#module_9988385449160 .Browse-file,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select,#module_9988385449160 .cityval{border-bottom-right-radius:px;}
#module_9988385449160 .Describ-text-color{font-size:px;}
#module_9988385449160 .Describ-text-color{font-family:;}
#module_9988385449160 .Describ-text-color{color:;}
#module_9988385449160 .Describ-text-color{}
#module_9988385449160 .Describ-text-color{}
#module_9988385449160 .Describ-text-color{}
#module_9988385449160 .smsvcode,#module_9988385449160 .smsbtn,#module_9988385449160 .input-text-color,#module_9988385449160 .cityval{font-size:px;}
#module_9988385449160 .smsvcode,#module_9988385449160 .smsbtn,#module_9988385449160 .input-text-color,#module_9988385449160 .cityval{font-family:;}
#module_9988385449160 .smsvcode,#module_9988385449160 .input-text-color,#module_9988385449160 .cityval{color:;}
#module_9988385449160 .smsvcode,#module_9988385449160 .smsbtn,#module_9988385449160 .input-text-color,#module_9988385449160 .cityval{}
#module_9988385449160 .smsvcode,#module_9988385449160 .smsbtn,#module_9988385449160 .input-text-color,#module_9988385449160 .cityval{}
#module_9988385449160 .smsvcode,#module_9988385449160 .smsbtn,#module_9988385449160 .input-text-color,#module_9988385449160 .cityval{}
#module_9988385449160 .smsvaldatebox,#module_9988385449160 .frist_item,#module_9988385449160 input.input-text-color,#module_9988385449160 .customFormDatetime,#module_9988385449160 .pcCitybox select{line-height:px;height:px;}
#module_9988385449160 .input-text-color::placeholder,#module_9988385449160 .smsvcode::placeholder{font-size:px;}
#module_9988385449160 .input-text-color::placeholder,#module_9988385449160 .smsvcode::placeholder{font-family:;}
#module_9988385449160 .input-text-color::placeholder,#module_9988385449160 .smsvcode::placeholder{color:;}
#module_9988385449160 .input-text-color::placeholder,#module_9988385449160 .smsvcode::placeholder{}
#module_9988385449160 .input-text-color::placeholder,#module_9988385449160 .smsvcode::placeholder{}
#module_9988385449160 .input-text-color::placeholder,#module_9988385449160 .smsvcode::placeholder{}
#module_9988385449160 .submitbtn{font-size:px;}
#module_9988385449160 .submitbtn{font-family:;}
#module_9988385449160 .submitbtn{color:;}
#module_9988385449160 .submitbtn{}
#module_9988385449160 .submitbtn{}
#module_9988385449160 .submitbtn{}
#module_9988385449160 .submitbtn{background-color:;} #module_9988385449160 input[type=radio]:checked, #module_9988385449160 input[type=checkbox]:checked{background:;border:1px solid } 
#module_9988385449160 .submitbtn{}
#module_9988385449160 .submitbtn{}
#module_9988385449160 .submitbtn{}
#module_9988385449160 .submitbtn{}
#module_9988385449160 .submitbtn{}
#module_9988385449160 .submitbtnbox{justify-content:;}
#module_9988385449160 .submitbtn{width:%;}
#module_9988385449160 .submitbtn{height:px;line-height:px;}
#module_9988385449160 .submitbtn{border-top-left-radius:px;}
#module_9988385449160 .submitbtn{border-top-right-radius:px;}
#module_9988385449160 .submitbtn{border-bottom-left-radius:px;}
#module_9988385449160 .submitbtn{border-bottom-right-radius:px;}
#module_9988385449160 .vcbtn1{background-color:;}
#module_9988385449160 .vcbtn1{color:;}
#module_9988385449160 .frist_item:hover,#module_9988385449160 .smsvcode:hover, #module_9988385449160 .VerificationCodeinput:hover,#module_9988385449160 .customFormCheckbox:hover,#module_9988385449160 input[type=radio]:hover,#module_9988385449160 input.input-text-color:hover,#module_9988385449160.customFormDatetime:hover,#module_9988385449160 .Browse-file:hover,#module_9988385449160 .customFormDatetime:hover,#module_9988385449160 .pcCitybox select:hover,#module_9988385449160 .multi-row-text:hover,#module_9988385449160 .cityval:hover{border-top-color:;}
#module_9988385449160 .frist_item:hover,#module_9988385449160 .smsvcode:hover, #module_9988385449160 .VerificationCodeinput:hover,#module_9988385449160 .customFormCheckbox:hover,#module_9988385449160 input[type=radio]:hover,#module_9988385449160 input.input-text-color:hover,#module_9988385449160.customFormDatetime:hover,#module_9988385449160 .Browse-file:hover,#module_9988385449160 .customFormDatetime:hover,#module_9988385449160 .pcCitybox select:hover,#module_9988385449160 .multi-row-text:hover,#module_9988385449160 .cityval:hover{border-top-style:;}
#module_9988385449160 .frist_item:hover,#module_9988385449160 .smsvcode:hover, #module_9988385449160 .VerificationCodeinput:hover,#module_9988385449160 .customFormCheckbox:hover,#module_9988385449160 input[type=radio]:hover,#module_9988385449160 input.input-text-color:hover,#module_9988385449160.customFormDatetime:hover,#module_9988385449160 .Browse-file:hover,#module_9988385449160 .customFormDatetime:hover,#module_9988385449160 .pcCitybox select:hover,#module_9988385449160 .multi-row-text:hover,#module_9988385449160 .cityval:hover{border-right-color:;}
#module_9988385449160 .frist_item:hover,#module_9988385449160 .smsvcode:hover, #module_9988385449160 .VerificationCodeinput:hover,#module_9988385449160 .customFormCheckbox:hover,#module_9988385449160 input[type=radio]:hover,#module_9988385449160 input.input-text-color:hover,#module_9988385449160.customFormDatetime:hover,#module_9988385449160 .Browse-file:hover,#module_9988385449160 .customFormDatetime:hover,#module_9988385449160 .pcCitybox select:hover,#module_9988385449160 .multi-row-text:hover,#module_9988385449160 .cityval:hover{border-right-style:;}
#module_9988385449160 .frist_item:hover,#module_9988385449160 .smsvcode:hover, #module_9988385449160 .VerificationCodeinput:hover,#module_9988385449160 .customFormCheckbox:hover,#module_9988385449160 input[type=radio]:hover,#module_9988385449160 input.input-text-color:hover,#module_9988385449160.customFormDatetime:hover,#module_9988385449160 .Browse-file:hover,#module_9988385449160 .customFormDatetime:hover,#module_9988385449160 .pcCitybox select:hover,#module_9988385449160 .multi-row-text:hover,#module_9988385449160 .cityval:hover{border-bottom-color:;}
#module_9988385449160 .frist_item:hover,#module_9988385449160 .smsvcode:hover, #module_9988385449160 .VerificationCodeinput:hover,#module_9988385449160 .customFormCheckbox:hover,#module_9988385449160 input[type=radio]:hover,#module_9988385449160 input.input-text-color:hover,#module_9988385449160.customFormDatetime:hover,#module_9988385449160 .Browse-file:hover,#module_9988385449160 .customFormDatetime:hover,#module_9988385449160 .pcCitybox select:hover,#module_9988385449160 .multi-row-text:hover,#module_9988385449160 .cityval:hover{border-bottom-style:;}
#module_9988385449160 .frist_item:hover,#module_9988385449160 .smsvcode:hover, #module_9988385449160 .VerificationCodeinput:hover,#module_9988385449160 .customFormCheckbox:hover,#module_9988385449160 input[type=radio]:hover,#module_9988385449160 input.input-text-color:hover,#module_9988385449160.customFormDatetime:hover,#module_9988385449160 .Browse-file:hover,#module_9988385449160 .customFormDatetime:hover,#module_9988385449160 .pcCitybox select:hover,#module_9988385449160 .multi-row-text:hover,#module_9988385449160 .cityval:hover{border-left-color:;}
#module_9988385449160 .frist_item:hover,#module_9988385449160 .smsvcode:hover, #module_9988385449160 .VerificationCodeinput:hover,#module_9988385449160 .customFormCheckbox:hover,#module_9988385449160 input[type=radio]:hover,#module_9988385449160 input.input-text-color:hover,#module_9988385449160.customFormDatetime:hover,#module_9988385449160 .Browse-file:hover,#module_9988385449160 .customFormDatetime:hover,#module_9988385449160 .pcCitybox select:hover,#module_9988385449160 .multi-row-text:hover,#module_9988385449160 .cityval:hover{border-left-style:;}
#module_9988385449160 .submitbtn:hover{font-size:px;}
#module_9988385449160 .submitbtn:hover{font-family:;}
#module_9988385449160 .submitbtn:hover{color:;}
#module_9988385449160 .submitbtn:hover{}
#module_9988385449160 .submitbtn:hover{}
#module_9988385449160 .submitbtn:hover{}
#module_9988385449160 .submitbtn:hover{background-color:;}
#module_9988385449160 .submitbtn:hover{}
#module_9988385449160 .submitbtn:hover{}
#module_9988385449160 .submitbtn:hover{}
#module_9988385449160 .submitbtn:hover{}
#module_9988385449160 .submitbtn:hover{}



#module_384410251 #Sub384410251_2 {top: 50%;transform: translateY(-50%);}
.module_384410258 .ModuleHead .HeadCenter{float:none;}
#module_384410258 {
padding:0px;
}
#module_384410258 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410258 .ModuleHead384410258 {
display:none;
}
#module_384410258 .BodyCenter.BodyCenter384410258 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410258 >.module_384410258 {
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_384410258 >.module_384410258{
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_384410258 .BodyCenter.BodyCenter384410258 {
padding-top:0.0000%;
padding-left:2.4096%;
padding-right:2.4096%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410258 .BodyCenter.BodyCenter384410258 {
padding-top:5.7637%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_384410258 >.module_384410258 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410258 >.module_384410258 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_384410258 >.module_384410258 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410258:hover {
border:none;
}
#module_384410258:hover >.module_384410258 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410258 .ModuleSubContainer{background-color:transparent;}
#module_384410258 .ModuleSubContainer{background-image:none;}
#module_384410258 .ModuleSubContainer{background-repeat:no-repeat;}
#module_384410258 .ModuleSubContainer{background-position:0% 0%;}
#module_384410258 .ModuleSubContainer{background-attachment:scroll;}
#module_384410258 .ModuleSubContainer{}
#module_384410258 {!bgVideo!}{bgVideoUrl:}
#module_384410258 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_384410258 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_384410258 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer384410258 {max-width:1600px;width:auto;}
.module_384410380 .ModuleHead .HeadCenter{float:none;}
#module_384410380 {
padding:0px;
}
#module_384410380 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410380 .ModuleHead384410380 {
display:none;
}
#module_384410380 {
border:none;
}
@media screen and (min-width: 768px){
#module_384410380 >.module_384410380 {
margin-top:6.2500%;
margin-left:0.0000%;
margin-right:7.7500%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410380 >.module_384410380 {
}
}

#module_384410380 .ModuleImageTextGiantContent{margin-top:0px;}
#module_384410380 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_384410380 .ModuleImageTextGiantContent{margin-left:0px;}
#module_384410380 .ModuleImageTextGiantContent{margin-right:0px;}
#module_384410380 .imageTextGiant-Container{padding-top:10px;}
#module_384410380 .imageTextGiant-Container{padding-bottom:10px;}
#module_384410380 .imageTextGiant-Container{padding-left:10px;}
#module_384410380 .imageTextGiant-Container{padding-right:10px;}
#module_384410380 .showHandle .btn{font-size:14px;}
#module_384410380 .showHandle .btn{font-family:;}
#module_384410380 .showHandle .btn{color:#333;}
#module_384410380 .showHandle .btn{font-weight:400;}
#module_384410380 .showHandle .btn{text-decoration:none;}
#module_384410380 .showHandle .btn{font-style:normal;}
#module_384410380 .showHandle div{border-top-color:#ddd !important;}
#module_384410380 .showHandle div{border-top-style:solid !important;}
#module_384410380 .showHandle div{border-top-width:1px !important;}
#module_384410380 .showHandle{background-color:transparent;}
#module_384410380 .showHandle{}
#module_384410380 .showHandle{background-repeat:no-repeat;}
#module_384410380 .showHandle{}
#module_384410380 .showHandle{}
#module_384410380 .showHandle{}
#module_384410380 a{font-size:unset;font-family:unset}
.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-row {
	display: flex;
	margin: auto;
	padding-top: 10px;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item {
	margin: auto;
	height: auto;
	padding-left: 0;
	padding-right: 0;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-lg-4 {
	width: 25%;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-lg-3 {
	width: 33.33333%;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-lg-2 {
	width: 50%;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-lg-1 {
	width: 100%;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num-item {
	line-height: 1;
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.digital-num-item {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	/* max-width: 90%; */
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num {
	max-width: calc(100% - 61px);
	font-weight: lighter;
	font-family: 'MicrosoftYaHeiUILight';
	/* height: 40px;
	line-height: 40px; */
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-unit {
	font-size: 14px;
	padding-left: 5px;
	top: -1em;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-title {
	font-size: 14px;
	margin-top: 14px;
	text-align: center;
}

/*平板横屏*/
/*@media (min-width:992px) and (max-width: 1199px) {*/
	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item {*/
		/*height: auto;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-md-4 {*/
		/*width: 25%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-md-3 {*/
		/*width: 33.33333%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-md-2 {*/
		/*width: 50%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-md-1 {*/
		/*width: 100%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num-item {*/
		/*font-size: 40px;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-title {*/
		/*margin-top: 10px;*/
	/*}*/
/*}*/

/*平板竖屏、手机屏幕*/
/*@media (max-width: 991px) {*/
	/**/
/*}*/

/*@media only screen and (min-width: 768px) and (max-width: 991px) {*/
	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num-item {*/
		/*font-size: 35px;*/
	/*}*/
/*}*/

@media (max-width: 767px) {
	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num-item {
		font-size: 30px;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-row {
		overflow: hidden;
		display: block;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-line:nth-child(2n) {
		border-right-width: 0px !important;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item:nth-child(n+3) {
		margin-top: 20pt;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item {
		float: left;
		height: auto;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-sm-2,
	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-xs-2 {
		width: 50%;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-sm-1,
	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-xs-1 {
		width: 100%;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-title {
		margin-top: 5pt;
		font-size: 14px;
	}
}.module_384412331 .ModuleHead .HeadCenter{float:none;}
#module_384412331 {
padding:0px;
}
#module_384412331 {
position:static;
z-index:0;
top:418px;
left:431px;
width:100%;
height: auto;
}
#module_384412331 .ModuleHead384412331 {
display:none;
}
#module_384412331 .BodyCenter.BodyCenter384412331 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384412331 >.module_384412331 {
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_384412331 >.module_384412331{
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_384412331 .BodyCenter.BodyCenter384412331 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384412331 .BodyCenter.BodyCenter384412331 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384412331 >.module_384412331 {
margin-top:3.1250%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384412331 >.module_384412331 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384412331 >.module_384412331 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384412331:hover {
border:none;
}
#module_384412331:hover >.module_384412331 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384412331 .digital-unit{font-size:14px;}
#module_384412331 .digital-unit{font-family:微软雅黑,Microsoft YaHei;}
#module_384412331 .digital-unit{color:rgb(0, 0, 0);}
#module_384412331 .digital-unit{font-weight:normal;}
#module_384412331 .digital-unit{text-decoration:initial;}
#module_384412331 .digital-unit{font-style:normal;}
#module_384412331 .digital-num{font-size:39px;}#module_384412331 .digital-num-item sup{top: calc(-39px * 20 / 100);}
#module_384412331 .digital-num{font-family:微软雅黑,Microsoft YaHei!important;}
#module_384412331 .digital-num{color:rgb(231, 20, 1);}
#module_384412331 .digital-num{font-weight:bold;}
#module_384412331 .digital-num{text-decoration:initial!important;}
#module_384412331 .digital-num{font-style:normal;}
#module_384412331 .digital-title{font-size:18px;}
#module_384412331 .digital-title{font-family:微软雅黑,Microsoft YaHei;}
#module_384412331 .digital-title{color:#666;}
#module_384412331 .digital-title{font-weight:normal;}
#module_384412331 .digital-title{text-decoration:initial;}
#module_384412331 .digital-title{font-style:normal;}
#module_384412331 .digital-title{margin-top:px;}
#module_384412331 .digital-title{margin-left:px;}
#module_384412331 .digital-title{margin-right:px;}
#module_384412331 .digital-title{margin-bottom:px;}
#module_384412331 .digital-item{background-color:transparent;}
#module_384412331 .digital-item{}
#module_384412331 .digital-item{}
#module_384412331 .digital-item{}
#module_384412331 .digital-item{}
#module_384412331 .digital-item{}
#module_384412331 .digital-unit{color:rgb(0, 0, 0);}
#module_384412331 .digital-line:not(:last-child){border-right-color:#eee;}
#module_384412331 .digital-line:not(:last-child){border-right-style:solid;}
#module_384412331 .digital-line:not(:last-child){border-right-width:1px;}

.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_384410175 .ModuleHead .HeadCenter{float:none;}
#module_384410175 {
padding:0px;
}
#module_384410175 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410175 .ModuleHead384410175 {
display:none;
}
#module_384410175 .BodyCenter.BodyCenter384410175 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410175 >.module_384410175 {
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_384410175 >.module_384410175{
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_384410175 .BodyCenter.BodyCenter384410175 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410175 .BodyCenter.BodyCenter384410175 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384410175 >.module_384410175 {
margin-top:4.1538%;
margin-left:1.0769%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410175 >.module_384410175 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384410175 >.module_384410175 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410175:hover {
border:none;
}
#module_384410175:hover >.module_384410175 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410175 .BodyCenter{text-align:left;}
#module_384410175 .moduleButton{font-size:15px;}
#module_384410175 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_384410175 .moduleButton{color:#fff;}
#module_384410175 .moduleButton{font-weight:normal;}
#module_384410175 .moduleButton{text-decoration:none;}
#module_384410175 .moduleButton{font-style:normal;}
#module_384410175 .moduleButton, #module_384410175 .moduleButton:before{background-color:rgb(231, 20, 1);}
#module_384410175 .moduleButton, #module_384410175 .moduleButton:before{}
#module_384410175 .moduleButton, #module_384410175 .moduleButton:before{}
#module_384410175 .moduleButton, #module_384410175 .moduleButton:before{}
#module_384410175 .moduleButton, #module_384410175 .moduleButton:before{}
#module_384410175 .moduleButton, #module_384410175 .moduleButton:before{}
#module_384410175 .moduleButton{border-color:#000;}
#module_384410175 .moduleButton{border-style:solid;}
#module_384410175 .moduleButton{border-width:0px;}
#module_384410175 .moduleButton{width:180px;}
#module_384410175 .moduleButton,#module_384410175 .BreadsvgIcon{height:50px}
#module_384410175 .BodyCenter{color:#fff;}
#module_384410175 .moduleButton{border-top-left-radius:0px;}
#module_384410175 .moduleButton{border-top-right-radius:0px;}
#module_384410175 .moduleButton{border-bottom-left-radius:0px;}
#module_384410175 .moduleButton{border-bottom-right-radius:0px;}
#module_384410175 .BreadIcon{font-size:16px;} #module_384410175 .BreadsvgIcon svg{width:16px;height:16px;}
#module_384410175 .BreadIcon{color:#fff;} #module_384410175 .BreadsvgIcon svg>*{fill:#fff;}
#module_384410175 .BreadIcon,#module_384410175 .BreadsvgIcon{margin-left:10px;}
#module_384410175 .BreadIcon,#module_384410175 .BreadsvgIcon{margin-right:10px;}
#module_384410175 .moduleButton{box-shadow:;}
#module_384410175 .moduleButton:hover .BreadIcon{font-size:16px;} #module_384410175 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_384410175 .moduleButton:hover .BreadIcon{color:#fff} #module_384410175 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_384410175 .moduleButton:hover{font-size:15px;}
#module_384410175 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_384410175 .moduleButton:hover{color:#fff;}
#module_384410175 .moduleButton:hover{font-weight:normal;}
#module_384410175 .moduleButton:hover{text-decoration:none;}
#module_384410175 .moduleButton:hover{font-style:normal;}
#module_384410175 .moduleButton:hover, #module_384410175 .moduleButton:hover:before{background-image: unset;background-color:#e50b1c;}
#module_384410175 .moduleButton:hover, #module_384410175 .moduleButton:hover:before{}
#module_384410175 .moduleButton:hover, #module_384410175 .moduleButton:hover:before{}
#module_384410175 .moduleButton:hover, #module_384410175 .moduleButton:hover:before{}
#module_384410175 .moduleButton:hover, #module_384410175 .moduleButton:hover:before{}
#module_384410175 .moduleButton:hover, #module_384410175 .moduleButton:hover:before{}
#module_384410175 .moduleButton:hover{border-color:transparent;}
#module_384410175 .moduleButton:hover{border-style:solid;}
#module_384410175 .moduleButton:hover{border-width:0px;}
#module_384410175 .moduleButton:hover{box-shadow:;}

/*轮播图样式*/
/*切换按钮样式*/
.ModuleSlideGiant.layout-109 .gallery-thumbs {  height: 20%;  box-sizing: border-box; }
.ModuleSlideGiant.layout-109 .gallery-thumbs .swiper-slide {  width:148px;  opacity: 1;  overflow: hidden;display: -webkit-box;-webkit-box-orient: horizontal;-webkit-box-pack: center;-webkit-box-align: center;display: -moz-box; -moz-box-orient: horizontal;-moz-box-pack: center;-moz-box-align: center;display: -o-box;-o-box-orient: horizontal;-o-box-pack: center;-o-box-align: center; display: -ms-box;-ms-box-orient: horizontal;-ms-box-pack: center;-ms-box-align: center;display: box;box-orient: horizontal;box-pack: center; box-align: center;float:left;}
.ModuleSlideGiant.layout-109 .swiper-slide video{min-height: 32px;    max-height: 100%;max-width: 100%; display: block;}
.ModuleSlideGiant.layout-109 .gallery-thumbs .swiper-slide img,.ModuleSlideGiant.layout-109 .gallery-thumbs .swiper-slide video{  display: block;width:100%;max-height:100% ;max-width: 100%;height: 100%}
.ModuleSlideGiant.layout-109 .gallery-thumbs .swiper-slide.active {  opacity: 1;  border: 0;  }
.ModuleSlideGiant.layout-109 .swiper-wrapper.swiper-slt { overflow-x: auto;padding-right: 10px;box-sizing: border-box;}
.ModuleSlideGiant.layout-109 .gallery-top{ position: relative;background: #fff}
.ModuleSlideGiant.layout-109 .gallery-thumbs{ height: auto; background: #fff; width: 100%;}
.ModuleSlideGiant.layout-109 .swiper-slideshow-1-next,.ModuleSlideGiant.layout-109 .swiper-slideshow-1-prev{ position: absolute; width: 50px; height: 50px; background: rgba(0,0,0,0.2);z-index: 999; transition: all .3s;top: calc(50% - 80px); }
.ModuleSlideGiant.layout-109 .swiper-slideshow-1-next:hover,.ModuleSlideGiant.layout-109 .swiper-slideshow-1-prev:hover{background: rgba(0,0,0,0.4);}
.ModuleSlideGiant.layout-109 .swiper-slideshow-1-next{left: 0; cursor: pointer;}
.ModuleSlideGiant.layout-109 .swiper-slideshow-1-prev{right: 0;cursor: pointer;}
.ModuleSlideGiant.layout-109 .swiper-pagination-bullet-active {opacity: 1;background: #fff !important;}
.ModuleSlideGiant.layout-109 .bgpicbox{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    height: 460px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
}

.ModuleSlideGiant.layout-109 .gallery-top .bgpicbox img{max-height: 100%;max-width: 100%;}
.ModuleSlideGiant.layout-109 .swiper-slideshow-1-next{left:-60px;}
.ModuleSlideGiant.layout-109 .swiper-slideshow-1-prev{right:-60px;transform: rotate(180deg);}
.ModuleSlideGiant.layout-109 .Photo_box{position: relative;width: calc(100% - 122px);;margin:0 auto;}
.ModuleSlideGiant.layout-109 .gallery-top .swiper-pagination{ opacity: 0}
.ModuleSlideGiant.layout-109 .swiper-slideshow-1-autoplay{ width: 50px; height: 50px; background: rgba(0,0,0,.3);  position: absolute;  top:50%; right: 60px;    transform: translate(0,-50%);  z-index: 99;}
.ModuleSlideGiant.layout-109 .showbtn.show_btn:before{content: "";  display:inline-block;width: 2px; height:12px; background: #fff;transform: rotate(45deg);position: absolute;left:13px;top:8px;}
.ModuleSlideGiant.layout-109 .showbtn.show_btn:after{ content: ""; display:inline-block;width: 2px; height:12px; background: #fff;transform: rotate(135deg);position: absolute;left:20px;top:8px;}
.ModuleSlideGiant.layout-109 .showbtn.close_btn:before{content: "";  display:inline-block;width: 2px; height:12px; background: #fff;transform: rotate(45deg);position: absolute;left:21px;top:7px;}
.ModuleSlideGiant.layout-109 .showbtn.close_btn:after{ content: ""; display:inline-block;width: 2px; height:12px; background: #fff;transform: rotate(135deg);position: absolute;left:14px;top:7px;}
.ModuleSlideGiant.layout-109 .gallery-thumbs .swiper-slide{cursor: pointer;opacity: .4;border:1px solid #fff;}
.ModuleSlideGiant.layout-109 .swiper-slideshow-1-next:before,.ModuleSlideGiant.layout-109 .swiper-slideshow-1-prev:before{color: #fff; position:absolute;left: 50%;top: 50%; transform: translate(-50%,-50%);}
.ModuleSlideGiant.layout-109 .showbtn{cursor:pointer;width: 36px;height: 30px;background:rgba(0,0,0,.5);display: none;/* border-top-left-radius: 24px;border-top-right-radius: 24px;  */position: absolute;top:-30px;left:0;}
.ModuleSlideGiant.layout-109 .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-109 .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%);}
.ModuleSlideGiant.layout-109 .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background: rgba(0, 0, 0, 0.21);}
.ModuleSlideGiant.layout-109 .sd-play:before{ content:""; position:absolute;top:50%; left:40%;width: 2px; height: 25px; background: #fff;    transform: translate(0,-50%);}
.ModuleSlideGiant.layout-109 .sd-play:after{ content:""; position:absolute;top:50%; left:60%;width: 2px; height: 25px; background: #fff;    transform: translate(0,-50%);}
.ModuleSlideGiant.layout-109 .Photo_title{line-height:40px ;padding:5px 0 0;color:#333;font-size: 18px;text-align: center;padding-top:18px;}
.ModuleSlideGiant.layout-109 .abstract{line-height: 24px;font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-align: center;}
.ModuleSlideGiant.layout-109 .gallery-thumbs .swiper-slt{height: 83px;display: flex; }
/* .ModuleSlideGiant.layout-109 .gallery-thumbs .explain{display: none}
.ModuleSlideGiant.layout-109 .gallery-top .explain{display: block;text-align: center}
.ModuleSlideGiant.layout-109 .gallery-top .explain .wh a{font-size: 14px;} */
.ModuleSlideGiant.layout-109 .gallery-thumbs{ position: static;padding-top: 30px}
.ModuleSlideGiant.layout-109 .pc_pic{display: block;}
.ModuleSlideGiant.layout-109 .mobile_pic{display: none;}
/* .ModuleSlideGiant.layout-109 .explain .wh .icon-sousuo{margin-right: 5px;font-size: 14px} */
@media only screen and (max-width: 767px) {
    .ModuleSlideGiant .SubContainer {display: none;}
    .ModuleSlideGiant.layout-109 .Photo_box{
        display: none;
    }
}
/* @media only screen and (max-width: 991px){
    .ModuleSlideGiant.layout-109 .Photo_box{
        display: none;
    }
} */
@media only screen and (min-width: 984px) and (max-width: 1200px){
    /* .ModuleSlideGiant.layout-109 .bgpicbox{
        position: relative;
        width:100%;
    } */
    /*先注释此处，不然可能改成另一种样式*/
    /* .swiper-slideshow-1-next,.ModuleSlideGiant.layout-109 .swiper-slideshow-1-prev{display: none}
    .ModuleSlideGiant.layout-109 .gallery-top .swiper-pagination{opacity: 1}
    .ModuleSlideGiant.layout-109 .gallery-thumbs{ position: absolute;bottom:0;background: rgba(0,0,0,0.5);z-index: 2;}
   .ModuleSlideGiant.layout-109 .gallery-top .explain{display: none}
    .ModuleSlideGiant.layout-109 .gallery-thumbs .explain{display: block;}
    .ModuleSlideGiant.layout-109 .showbtn{display: block}
    .ModuleSlideGiant.layout-109 .gallery-thumbs .swiper-slt{height: 83px;margin:10px;overflow: hidden;}
    .ModuleSlideGiant.layout-109 .abstract{line-height: 24px;color:#fff!important;font-size: 12px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
    .ModuleSlideGiant.layout-109 .gallery-thumbs{padding-top:0;}
    .ModuleSlideGiant.layout-109 .swiper-wrapper.swiper-slt{overflow: visible;}
    .ModuleSlideGiant.layout-109 .gallery-thumbs .swiper-slide{width: 148px}
    .ModuleSlideGiant.layout-109 .Photo_title {line-height: 40px;padding: 5px 0 0;color: #fff;font-size: 16px;padding-top: 5px;}
    .ModuleSlideGiant.layout-109 .abstract {line-height: 1;padding-bottom: 12px;}
    .ModuleSlideGiant.layout-109 .pc_pic{display: none}
    .ModuleSlideGiant.layout-109 .mobile_pic{display: block;width: 100%}
    .ModuleSlideGiant.layout-109 .gallery-thumbs .swiper-slide{margin-right: 10px;padding-right: 0;}
     .ModuleSlideGiant.layout-109 .gallery-top .explain .wh a{font-size: 14px;color:#fff;}
    .ModuleSlideGiant.layout-109 .Photo_title{color:#fff!important;} */
    /* .ModuleSlideGiant.layout-109 .gallery-thumbs .explain .wh a{color:#fff;font-size: 14px}
    .ModuleSlideGiant.layout-109 .gallery-thumbs .explain .wh .icon-sousuo{color:#fff} */
}
@media only screen and (min-width: 768px) {
    .ModuleSlideGiant.layout-109 .swiper-slide .bgpicbox{
        background-image: unset !important;
    }
}.module_385464097 .ModuleHead .HeadCenter{float:none;}
#module_385464097 {
padding:0px;
}
#module_385464097 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_385464097 .ModuleHead385464097 {
display:none;
}
#module_385464097 .BodyCenter.BodyCenter385464097 {
background:none;background-color:rgba(0,0,0,0);
}
#module_385464097 >.module_385464097 {
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_385464097 >.module_385464097{
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_385464097 .BodyCenter.BodyCenter385464097 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_385464097 .BodyCenter.BodyCenter385464097 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_385464097 >.module_385464097 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_385464097 >.module_385464097 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_385464097 >.module_385464097 {box-shadow: 0px 0px 0px 0px #ccc}
#module_385464097:hover {
border:none;
}
#module_385464097:hover >.module_385464097 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_385464097 .swiper-slideshow-1-next:before,#module_385464097 .swiper-slideshow-1-prev:before{color:#fff;}
#module_385464097 .swiper-slideshow-1-next:before,#module_385464097 .swiper-slideshow-1-prev:before{font-size:20px;}
#module_385464097 .swiper-slideshow-1-next,#module_385464097 .swiper-slideshow-1-prev{background-color:rgba(0,0,0,0.2);}
#module_385464097 .swiper-slideshow-1-next,#module_385464097 .swiper-slideshow-1-prev{}
#module_385464097 .swiper-slideshow-1-next,#module_385464097 .swiper-slideshow-1-prev{background-repeat:no-repeat;}
#module_385464097 .swiper-slideshow-1-next,#module_385464097 .swiper-slideshow-1-prev{}
#module_385464097 .swiper-slideshow-1-next,#module_385464097 .swiper-slideshow-1-prev{}
#module_385464097 .swiper-slideshow-1-next,#module_385464097 .swiper-slideshow-1-prev{}
#module_385464097 .swiper-slideshow-1-next:hover:before,#module_385464097 .swiper-slideshow-1-prev:hover:before{color:#fff;}
#module_385464097 .swiper-slideshow-1-next:hover,#module_385464097 .swiper-slideshow-1-prev:hover{background-color:rgba(0,0,0,0.4);}
#module_385464097 .swiper-slideshow-1-next:hover,#module_385464097 .swiper-slideshow-1-prev:hover{}
#module_385464097 .swiper-slideshow-1-next:hover,#module_385464097 .swiper-slideshow-1-prev:hover{background-repeat:no-repeat;}
#module_385464097 .swiper-slideshow-1-next:hover,#module_385464097 .swiper-slideshow-1-prev{}
#module_385464097 .swiper-slideshow-1-next:hover,#module_385464097 .swiper-slideshow-1-prev:hover{}
#module_385464097 .swiper-slideshow-1-next:hover,#module_385464097 .swiper-slideshow-1-prev:hover{}
#module_385464097 .SubContainer {}


#module_384410251 #Sub384410251_5 {top: 50%;transform: translateY(-50%);}
.module_384410257 .ModuleHead .HeadCenter{float:none;}
#module_384410257 {
padding:0px;
}
#module_384410257 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410257 .ModuleHead384410257 {
display:none;
}
#module_384410257 .BodyCenter.BodyCenter384410257 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410257 >.module_384410257 {
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_384410257 >.module_384410257{
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_384410257 .BodyCenter.BodyCenter384410257 {
padding-top:0.0000%;
padding-left:2.4096%;
padding-right:2.4096%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410257 .BodyCenter.BodyCenter384410257 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384410257 >.module_384410257 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410257 >.module_384410257 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384410257 >.module_384410257 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410257:hover {
border:none;
}
#module_384410257:hover >.module_384410257 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410257 .ModuleSubContainer{background-color:transparent;}
#module_384410257 .ModuleSubContainer{background-image:none;}
#module_384410257 .ModuleSubContainer{background-repeat:no-repeat;}
#module_384410257 .ModuleSubContainer{background-position:0% 0%;}
#module_384410257 .ModuleSubContainer{background-attachment:scroll;}
#module_384410257 .ModuleSubContainer{}
#module_384410257 {!bgVideo!}{bgVideoUrl:}
#module_384410257 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_384410257 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_384410257 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer384410257 {max-width:1400px;width:auto;}
.module_384412421 .ModuleHead .HeadCenter{float:none;}
#module_384412421 {
padding:0px;
}
#module_384412421 {
position:static;
z-index:0;
top:96px;
left:0px;
width:100%;
height: auto;
}
#module_384412421 .ModuleHead384412421 {
display:none;
}
#module_384412421 .BodyCenter.BodyCenter384412421 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384412421 >.module_384412421 {
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_384412421 >.module_384412421{
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_384412421 .BodyCenter.BodyCenter384412421 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384412421 .BodyCenter.BodyCenter384412421 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384412421 >.module_384412421 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384412421 >.module_384412421 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384412421 >.module_384412421 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384412421:hover {
border:none;
}
#module_384412421:hover >.module_384412421 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384412421 .ModuleImageTextGiantContent{margin-top:0px;}
#module_384412421 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_384412421 .ModuleImageTextGiantContent{margin-left:0px;}
#module_384412421 .ModuleImageTextGiantContent{margin-right:0px;}
#module_384412421 .imageTextGiant-Container{padding-top:10px;}
#module_384412421 .imageTextGiant-Container{padding-bottom:10px;}
#module_384412421 .imageTextGiant-Container{padding-left:10px;}
#module_384412421 .imageTextGiant-Container{padding-right:10px;}
#module_384412421 .showHandle .btn{font-size:14px;}
#module_384412421 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_384412421 .showHandle .btn{color:#333;}
#module_384412421 .showHandle .btn{font-weight:400;}
#module_384412421 .showHandle .btn{text-decoration:none;}
#module_384412421 .showHandle .btn{font-style:normal;}
#module_384412421 .showHandle div{border-top-color:#ddd !important;}
#module_384412421 .showHandle div{border-top-style:solid !important;}
#module_384412421 .showHandle div{border-top-width:1px !important;}
#module_384412421 .showHandle{background-color:transparent;}
#module_384412421 .showHandle{background-image:none;}
#module_384412421 .showHandle{background-repeat:no-repeat;}
#module_384412421 .showHandle{}
#module_384412421 .showHandle{}
#module_384412421 .showHandle{}
#module_384412421 a{font-size:unset;font-family:unset}

.module_384410260 .ModuleHead .HeadCenter{float:none;}
#module_384410260 {
padding:0px;
}
#module_384410260 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410260 .ModuleHead384410260 {
display:none;
}
#module_384410260 .BodyCenter.BodyCenter384410260 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410260 >.module_384410260 {
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_384410260 >.module_384410260{
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_384410260 .BodyCenter.BodyCenter384410260 {
padding-top:1.7591%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410260 .BodyCenter.BodyCenter384410260 {
padding-top:0.0000%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:8.6455%;
}
}
@media screen and (min-width: 768px){
#module_384410260 >.module_384410260 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_384410260 >.module_384410260 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_384410260 >.module_384410260 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410260:hover {
border:none;
}
#module_384410260:hover >.module_384410260 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410260 .ModuleSubContainer{background-color:transparent;}
#module_384410260 .ModuleSubContainer{background-image:none;}
#module_384410260 .ModuleSubContainer{background-repeat:no-repeat;}
#module_384410260 .ModuleSubContainer{background-position:0% 0%;}
#module_384410260 .ModuleSubContainer{background-attachment:scroll;}
#module_384410260 .ModuleSubContainer{}
#module_384410260 {!bgVideo!}{bgVideoUrl:}
#module_384410260 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_384410260 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_384410260 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer384410260 {max-width:1200px;width:auto;}
@keyframes liner-news-117{
	0%  {width:0%; }
	30% {width:30%; }
    60% {width:60%; }
    80% {width:80%; }
	100%{width:100%; }
}
.ModuleNewsListGiant.layout-117 .news-container { width: 100%; position: relative; }
.ModuleNewsListGiant.layout-117 .news-container li { float: left; margin: 0 5% 5% 0; }
.ModuleNewsListGiant.layout-117 .news-item { float: left; position: relative; cursor: pointer; }
.ModuleNewsListGiant.layout-117 .news-item:after {position: absolute;bottom: 0;width: 100%;width: 0;height: 1px;content: '';opacity: 0;transition: all .5s ease;}
.ModuleNewsListGiant.layout-117 .news-item .news-tit { position: relative; padding:24px 0px 0;}
.ModuleNewsListGiant.layout-117 .news-item .news-tit time { display: block; }
.ModuleNewsListGiant.layout-117 .news-item .news-tit .news-title-container {margin-bottom: 16px;}
.ModuleNewsListGiant.layout-117 .news-title{}
.ModuleNewsListGiant.layout-117 .news-item .news-tit .news-desc {margin-right:34px;overflow: hidden; max-width: 100%; line-height: 24px;}
.ModuleNewsListGiant.layout-117 .news-item .news-img { width: 100%; overflow: hidden; display: block; text-align:center; position: relative;}
.ModuleNewsListGiant.layout-117 .news-item .news-img img { transition: all .3s ease-out 0s; overflow: hidden; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block;}
.ModuleNewsListGiant.layout-117 li:hover .news-img img {transform: scale(1.2);}
.ModuleNewsListGiant.layout-117 .news-item .news-img .dummy { padding-top: 36%; }
.ModuleNewsListGiant.layout-117 .news-view-txt {display: inline-block;width: calc(100% - 107px);vertical-align: top;margin-left: 15px;margin-bottom:16px;line-height: 1;}
.ModuleNewsListGiant.layout-117 .news-view-txt.toMargin {width: calc(100% - 30px);}
.ModuleNewsListGiant.layout-117 .news-line {width: 77px;text-align: center;display: inline-block;vertical-align: middle;    line-height: 1;height: 44px;border-right:1px solid #eee;}
.ModuleNewsListGiant.layout-117 .day-of-month{padding-bottom: 12px;}
.ModuleNewsListGiant.layout-117 .news-item .news-next {display: none;}
.ModuleNewsListGiant.layout-117 .videobox .Mantle{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.ModuleNewsListGiant.layout-117 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 66px;
    color: #fff;
    transform: translate(-50%,-50%);
}

.ModuleNewsListGiant.layout-117  .news-title {
    line-height: 1.5;
}
/*手机屏幕*/
@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-117 .news-item .news-tit .news-desc {margin-right:0px;}

    .ModuleNewsListGiant.layout-117 .news-view-txt {margin-bottom:0px;}

    .ModuleNewsListGiant.layout-117 li.col-xs-2 {
        padding-right: 0;
        padding-left: 0;
        width: 47.5%;
    }

    .ModuleNewsListGiant.layout-117 li.col-xs-3 {
        padding-right: 0;
        padding-left: 0;
        width: 30%;
    }

    .ModuleNewsListGiant.layout-117 li.col-xs-4 {
        padding-right: 0;
        padding-left: 0;
        width: 21.25%;
    }

    .ModuleNewsListGiant.layout-117 li.col-xs-5 {
        padding-right: 0;
        padding-left: 0;
        width: 16%;
    }

    .ModuleNewsListGiant.layout-117 li.col-xs-6 {
        padding-right: 0;
        padding-left: 0;
        width: 12.5%;
    }

    .ModuleNewsListGiant.layout-117 li.col-xs-1 {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(2n).col-xs-2 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(3n).col-xs-3 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(4n).col-xs-4 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(5n).col-xs-5 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(6n).col-xs-6 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(n).col-xs-1 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 .news-container li {
        margin-bottom: 8%;
    }

    .ModuleNewsListGiant.layout-117 .news-item:hover {
        box-shadow: unset !important;
    }
}
/*PC屏幕*/
@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-117 .news-item:hover:after {
        opacity: 1;
        -webkit-animation: liner-news-117 0.3s linear 1;
        -webkit-animation-fill-mode: both;
    }

    .ModuleNewsListGiant.layout-117 .news-desc-content {
        position: relative;
    }

    .ModuleNewsListGiant.layout-117 .news-item .news-next {
        display: block;
    }

    .ModuleNewsListGiant.layout-117 .news-item .news-next {
        position: absolute;
        top: -10px;
        right: 7px;
        border: 1px solid #ddd;
        width: 26px;
        height: 26px;
        border-radius: 3px;
        text-align: center;
        line-height: 1.6;
        color: #ddd;
        transition: all .5s ease;
        margin-top: 7px;
    }

    .ModuleNewsListGiant.layout-117 .news-item:hover {
        transition: all .5s ease;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-2 {
        padding-right: 0;
        padding-left: 0;
        width: 47.5%;
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-3 {
        padding-right: 0;
        padding-left: 0;
        width: 30%;
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-4 {
        padding-right: 0;
        padding-left: 0;
        width: 21.25%;
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-5 {
        padding-right: 0;
        padding-left: 0;
        width: 16%;
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-6 {
        padding-right: 0;
        padding-left: 0;
        width: 12.5%;
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-1 {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(2n).col-lg-2 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(3n).col-lg-3 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(4n).col-lg-4 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(5n).col-lg-5 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(6n).col-lg-6 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(n).col-lg-1 {
        margin-right: 0;
    }
}

/*置顶推荐*/
.ModuleNewsListGiant.layout-117 .staFun{
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align:middle;
}
.ModuleNewsListGiant.layout-117 .pagerGiant .inputer{outline: 0;}
.module_384410677 .ModuleHead .HeadCenter{float:none;}
#module_384410677 {
padding:0px;
}
#module_384410677 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410677 .ModuleHead384410677 {
display:none;
}
#module_384410677 .BodyCenter.BodyCenter384410677 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410677 >.module_384410677 {
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_384410677 >.module_384410677{
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_384410677 .BodyCenter.BodyCenter384410677 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410677 .BodyCenter.BodyCenter384410677 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384410677 >.module_384410677 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:5.3846%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410677 >.module_384410677 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384410677 >.module_384410677 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410677:hover {
border:none;
}
#module_384410677:hover >.module_384410677 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410677 .videobox .iconfont{font-size:px;}
#module_384410677 {}@media (max-width: 767px) { #module_384410677 .videobox .iconfont{font-size:px;}}
#module_384410677 .news-item{background-color:transparent;}
#module_384410677 .news-item{background-image:none;}
#module_384410677 .news-item{background-repeat:no-repeat;}
#module_384410677 .news-item{}
#module_384410677 .news-item{}
#module_384410677 .news-item{}
#module_384410677 .news-item{border-top-color:transparent;}
#module_384410677 .news-item{border-top-style:none;}
#module_384410677 .news-item{border-top-width:0px;}
#module_384410677 .news-item{border-right-color:transparent;}
#module_384410677 .news-item{border-right-style:none;}
#module_384410677 .news-item{border-right-width:0px;}
#module_384410677 .news-item{border-bottom-color:transparent;}
#module_384410677 .news-item{border-bottom-style:none;}
#module_384410677 .news-item{border-bottom-width:0px;}
#module_384410677 .news-item{border-left-color:transparent;}
#module_384410677 .news-item{border-left-style:none;}
#module_384410677 .news-item{border-left-width:0px;}
#module_384410677 .news-img{border-top-color:transparent;}
#module_384410677 .news-img{border-top-style:none;}
#module_384410677 .news-img{border-top-width:0px;}
#module_384410677 .news-img{border-right-color:transparent;}
#module_384410677 .news-img{border-right-style:none;}
#module_384410677 .news-img{border-right-width:0px;}
#module_384410677 .news-img{border-bottom-color:transparent;}
#module_384410677 .news-img{border-bottom-style:none;}
#module_384410677 .news-img{border-bottom-width:0px;}
#module_384410677 .news-img{border-left-color:transparent;}
#module_384410677 .news-img{border-left-style:none;}
#module_384410677 .news-img{border-left-width:0px;}
#module_384410677 .news-img .dummy{background-color:transparent;}
#module_384410677 .news-img .dummy{background-image:none;}
#module_384410677 .news-img .dummy{background-repeat:no-repeat;}
#module_384410677 .news-img .dummy{}
#module_384410677 .news-img .dummy{}
#module_384410677 .news-img .dummy{}
#module_384410677 .news-img .dummy{padding-top:60%;}
#module_384410677 .news-img .t-img{ object-fit:cover;}
#module_384410677 .news-img .t-img{ width:100%;}
#module_384410677 .news-img .t-img{ height:100%;}
#module_384410677 .news-img .t-img{border-radius:0px;}
#module_384410677 .news-title{font-size:18px;}
#module_384410677 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_384410677 .news-title{color:#333;}
#module_384410677 .news-title{font-weight:normal;}
#module_384410677 .news-title{text-decoration:none;}
#module_384410677 .news-title{font-style:normal;}
#module_384410677 .news-title-container{margin-top:0px;}
#module_384410677 .news-title-container{margin-bottom:6px;}
#module_384410677 .news-desc{font-size:14px;}
#module_384410677 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_384410677 .news-desc{color:#999;}
#module_384410677 .news-desc{font-weight:normal;}
#module_384410677 .news-desc{text-decoration:none;}
#module_384410677 .news-desc{font-style:normal;}
#module_384410677 .news-desc{margin-top:0px;}
#module_384410677 .news-desc{margin-bottom:0px;}
#module_384410677 .news-next{color:#ddd;}#module_384410677 .news-next{border-color:#ddd;}
#module_384410677 .news-line{margin-top:0px;}
#module_384410677 .news-line{margin-bottom:0px;}
#module_384410677 .news-item .day-of-month{font-size:22px;}
#module_384410677 .news-item .day-of-month{font-family:impact,chicago;}
#module_384410677 .news-item .day-of-month{color:#666;}
#module_384410677 .news-item .day-of-month{font-weight:normal;}
#module_384410677 .news-item .day-of-month{text-decoration:none;}
#module_384410677 .news-item .day-of-month{font-style:normal;}
#module_384410677 .news-item .year{font-size:14px;}
#module_384410677 .news-item .year{font-family:impact,chicago;}
#module_384410677 .news-item .year{color:#666;}
#module_384410677 .news-item .year{font-weight:normal;}
#module_384410677 .news-item .year{text-decoration:none;}
#module_384410677 .news-item .year{font-style:normal;}
#module_384410677 .pagerGiant .text{font-size:12px;}
#module_384410677 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_384410677 .pagerGiant .text{color:#333;}
#module_384410677 .pagerGiant .text{}
#module_384410677 .pagerGiant .text{}
#module_384410677 .pagerGiant .text{}
#module_384410677 .pagerGiant .current,#module_384410677 .pagerGiant .num,#module_384410677 .pagerGiant .inputer{width:30px}
#module_384410677 .pagerGiant .current,#module_384410677 .pagerGiant .num,#module_384410677 .pagerGiant .inputer{height:30px}
#module_384410677 .pagerGiant .num{font-size:12px;}
#module_384410677 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_384410677 .pagerGiant .num{color:#333;}
#module_384410677 .pagerGiant .num{}
#module_384410677 .pagerGiant .num{}
#module_384410677 .pagerGiant .num{}
#module_384410677 .pagerGiant .submit{width:55px}
#module_384410677 .pagerGiant .submit{height:30px}
#module_384410677 .pagerGiant .current,#module_384410677 .pagerGiant .num,#module_384410677 .pagerGiant .inputer,#module_384410677 .pagerGiant .submit{border-top-left-radius:0px;}
#module_384410677 .pagerGiant .current,#module_384410677 .pagerGiant .num,#module_384410677 .pagerGiant .inputer,#module_384410677 .pagerGiant .submit{border-top-right-radius:0px;}
#module_384410677 .pagerGiant .current,#module_384410677 .pagerGiant .num,#module_384410677 .pagerGiant .inputer,#module_384410677 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_384410677 .pagerGiant .current,#module_384410677 .pagerGiant .num,#module_384410677 .pagerGiant .inputer,#module_384410677 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_384410677 .pagerGiant .next,#module_384410677 .pagerGiant .splitline{color:#ccc;}
#module_384410677 .pagerGiant .num{background-color:#fff;}
#module_384410677 .pagerGiant .num, #module_384410677 .pagerGiant .inputer{border-top-color:#ccc;}
#module_384410677 .pagerGiant .num, #module_384410677 .pagerGiant .inputer{border-top-style:solid;}
#module_384410677 .pagerGiant .num, #module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit, #module_384410677 .pagerGiant .inputer{border-top-width:1px;}
#module_384410677 .pagerGiant .num, #module_384410677 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_384410677 .pagerGiant .num, #module_384410677 .pagerGiant .inputer{border-bottom-style:solid;}
#module_384410677 .pagerGiant .num, #module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit, #module_384410677 .pagerGiant .inputer{border-bottom-width:1px;}
#module_384410677 .pagerGiant .num, #module_384410677 .pagerGiant .inputer{border-left-color:#ccc;}
#module_384410677 .pagerGiant .num, #module_384410677 .pagerGiant .inputer{border-left-style:solid;}
#module_384410677 .pagerGiant .num, #module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit, #module_384410677 .pagerGiant .inputer{border-left-width:1px;}
#module_384410677 .pagerGiant .num, #module_384410677 .pagerGiant .inputer{border-right-color:#ccc;}
#module_384410677 .pagerGiant .num, #module_384410677 .pagerGiant .inputer{border-right-style:solid;}
#module_384410677 .pagerGiant .num, #module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit, #module_384410677 .pagerGiant .inputer{border-right-width:1px;}
#module_384410677 .page-more a{font-size:px;}
#module_384410677 .page-more a{font-family:;}
#module_384410677 .page-more a{color:#666 !important;}
#module_384410677 .page-more a{}
#module_384410677 .page-more a{}
#module_384410677 .page-more a{}
#module_384410677 .page-more a{background-color:#fff;}
#module_384410677 .page-more a{border-top-color:#eee;}
#module_384410677 .page-more a{border-top-style:solid;}
#module_384410677 .page-more a{border-top-width:2px;}
#module_384410677 .page-more a{border-bottom-color:#eee;}
#module_384410677 .page-more a{border-bottom-style:solid;}
#module_384410677 .page-more a{border-bottom-width:2px;}
#module_384410677 .page-more a{border-left-color:#eee;}
#module_384410677 .page-more a{border-left-style:solid;}
#module_384410677 .page-more a{border-left-width:2px;}
#module_384410677 .page-more a{border-right-color:#eee;}
#module_384410677 .page-more a{border-right-style:solid;}
#module_384410677 .page-more a{border-right-width:2px;}
#module_384410677 .news-item:hover .news-next{color:rgb(9, 59, 128);}#module_384410677    .news-item:hover .news-next{border-color:rgb(9, 59, 128);}
#module_384410677 .news-item:hover .day-of-month{font-size:22px;}
#module_384410677 .news-item:hover .day-of-month{font-family:impact,chicago;}
#module_384410677 .news-item:hover .day-of-month{color:rgb(9, 59, 128);}
#module_384410677 .news-item:hover .day-of-month{font-weight:normal;}
#module_384410677 .news-item:hover .day-of-month{text-decoration:none;}
#module_384410677 .news-item:hover .day-of-month{font-style:normal;}
#module_384410677 .news-item:hover .year{font-size:14px;}
#module_384410677 .news-item:hover .year{font-family:impact,chicago;}
#module_384410677 .news-item:hover .year{color:#666;}
#module_384410677 .news-item:hover .year{font-weight:normal;}
#module_384410677 .news-item:hover .year{text-decoration:none;}
#module_384410677 .news-item:hover .year{font-style:normal;}
#module_384410677 .news-item:hover .news-title{font-size:18px;}
#module_384410677 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_384410677 .news-item:hover .news-title{color:rgb(9, 59, 128);}
#module_384410677 .news-item:hover .news-title{font-weight:normal;}
#module_384410677 .news-item:hover .news-title{text-decoration:none;}
#module_384410677 .news-item:hover .news-title{font-style:normal;}
#module_384410677 .news-item:hover{background-color:transparent;}
#module_384410677 .news-item:hover{background-image:none;}
#module_384410677 .news-item:hover{background-repeat:no-repeat;}
#module_384410677 .news-item:hover{}
#module_384410677 .news-item:hover{}
#module_384410677 .news-item:hover{}
#module_384410677 .news-item:hover{border-top-color:transparent;}
#module_384410677 .news-item:hover{border-top-style:solid;}
#module_384410677 .news-item:hover{border-top-width:0px;}
#module_384410677 .news-item:hover{border-right-color:transparent;}
#module_384410677 .news-item:hover{border-right-style:solid;}
#module_384410677 .news-item:hover{border-right-width:0px;}
#module_384410677 .news-item:hover{border-bottom-color:transparent;}
#module_384410677 .news-item:hover{border-bottom-style:solid;}
#module_384410677 .news-item:hover{border-bottom-width:0px;}
#module_384410677 .news-item:hover{border-left-color:transparent;}
#module_384410677 .news-item:hover{border-left-style:solid;}
#module_384410677 .news-item:hover{border-left-width:0px;}
#module_384410677 .news-item:hover .news-img{border-top-color:transparent;}
#module_384410677 .news-item:hover .news-img{border-top-style:none;}
#module_384410677 .news-item:hover .news-img{border-top-width:0px;}
#module_384410677 .news-item:hover .news-img{border-right-color:transparent;}
#module_384410677 .news-item:hover .news-img{border-right-style:none;}
#module_384410677 .news-item:hover .news-img{border-right-width:0px;}
#module_384410677 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_384410677 .news-item:hover .news-img{border-bottom-style:none;}
#module_384410677 .news-item:hover .news-img{border-bottom-width:0px;}
#module_384410677 .news-item:hover .news-img{border-left-color:transparent;}
#module_384410677 .news-item:hover .news-img{border-left-style:none;}
#module_384410677 .news-item:hover .news-img{border-left-width:0px;}
#module_384410677 .news-item:hover .news-desc{font-size:14px;}
#module_384410677 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_384410677 .news-item:hover .news-desc{color:#999;}
#module_384410677 .news-item:hover .news-desc{font-weight:normal;}
#module_384410677 .news-item:hover .news-desc{text-decoration:none;}
#module_384410677 .news-item:hover .news-desc{font-style:normal;}
#module_384410677 .news-item:after{border-bottom-color:#f65e12;}
#module_384410677 .news-item:after{border-bottom-style:solid;}
#module_384410677 .news-item:after{border-bottom-width:0px;}
#module_384410677 .news-item:hover{box-shadow:0 0 20px #ffffff;}
#module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit{font-size:12px;}
#module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit{color:#fff;}
#module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit{}
#module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit{}
#module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit{}
#module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit{background-color:#fd6e27;}
#module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit, #module_384410677 .pagerGiant .inputer:hover{border-top-color:#fd6e27;}
#module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit, #module_384410677 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit, #module_384410677 .pagerGiant .inputer:hover{border-bottom-color:#fd6e27;}
#module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit, #module_384410677 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit, #module_384410677 .pagerGiant .inputer:hover{border-left-color:#fd6e27;}
#module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit, #module_384410677 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit, #module_384410677 .pagerGiant .inputer:hover{border-right-color:#fd6e27;}
#module_384410677 .pagerGiant .current, #module_384410677 .pagerGiant .submit, #module_384410677 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_384410677 .page-more a:hover{font-size:px;}
#module_384410677 .page-more:hover a{font-family:;}
#module_384410677 .page-more a:hover{color:#666 !important;}
#module_384410677 .page-more a:hover {}
#module_384410677 .page-more a:hover {}
#module_384410677 .page-more a:hover {}
#module_384410677 .page-more a:hover{background-color:#fff;}
#module_384410677 .page-more a:hover{border-top-color:#eee;}
#module_384410677 .page-more a:hover{border-top-style:solid;}
#module_384410677 .page-more a:hover{border-bottom-color:#eee;}
#module_384410677 .page-more a:hover{border-bottom-style:solid;}
#module_384410677 .page-more a:hover{border-left-color:#eee;}
#module_384410677 .page-more a:hover{border-left-style:solid;}
#module_384410677 .page-more a:hover{border-right-color:#eee;}
#module_384410677 .page-more a:hover{border-right-style:solid;}

.module_384410676 .ModuleHead .HeadCenter{float:none;}
#module_384410676 {
padding:0px;
}
#module_384410676 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410676 .ModuleHead384410676 {
display:none;
}
#module_384410676 .BodyCenter.BodyCenter384410676 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410676 >.module_384410676 {
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_384410676 >.module_384410676{
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_384410676 .BodyCenter.BodyCenter384410676 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410676 .BodyCenter.BodyCenter384410676 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_384410676 >.module_384410676 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410676 >.module_384410676 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_384410676 >.module_384410676 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410676:hover {
border:none;
}
#module_384410676:hover >.module_384410676 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410676 .videobox .iconfont{font-size:px;}
#module_384410676 {}@media (max-width: 767px) { #module_384410676 .videobox .iconfont{font-size:px;}}
#module_384410676 .news-item{background-color:transparent;}
#module_384410676 .news-item{background-image:none;}
#module_384410676 .news-item{background-repeat:no-repeat;}
#module_384410676 .news-item{}
#module_384410676 .news-item{}
#module_384410676 .news-item{}
#module_384410676 .news-item{border-top-color:transparent;}
#module_384410676 .news-item{border-top-style:none;}
#module_384410676 .news-item{border-top-width:0px;}
#module_384410676 .news-item{border-right-color:transparent;}
#module_384410676 .news-item{border-right-style:none;}
#module_384410676 .news-item{border-right-width:0px;}
#module_384410676 .news-item{border-bottom-color:transparent;}
#module_384410676 .news-item{border-bottom-style:none;}
#module_384410676 .news-item{border-bottom-width:0px;}
#module_384410676 .news-item{border-left-color:transparent;}
#module_384410676 .news-item{border-left-style:none;}
#module_384410676 .news-item{border-left-width:0px;}
#module_384410676 .news-img{border-top-color:transparent;}
#module_384410676 .news-img{border-top-style:none;}
#module_384410676 .news-img{border-top-width:0px;}
#module_384410676 .news-img{border-right-color:transparent;}
#module_384410676 .news-img{border-right-style:none;}
#module_384410676 .news-img{border-right-width:0px;}
#module_384410676 .news-img{border-bottom-color:transparent;}
#module_384410676 .news-img{border-bottom-style:none;}
#module_384410676 .news-img{border-bottom-width:0px;}
#module_384410676 .news-img{border-left-color:transparent;}
#module_384410676 .news-img{border-left-style:none;}
#module_384410676 .news-img{border-left-width:0px;}
#module_384410676 .news-img .dummy{background-color:transparent;}
#module_384410676 .news-img .dummy{background-image:none;}
#module_384410676 .news-img .dummy{background-repeat:no-repeat;}
#module_384410676 .news-img .dummy{}
#module_384410676 .news-img .dummy{}
#module_384410676 .news-img .dummy{}
#module_384410676 .news-img .dummy{padding-top:auto;}
#module_384410676 .news-img .t-img{ object-fit:cover;}
#module_384410676 .news-img .t-img{ width:100%;}
#module_384410676 .news-img .t-img{ height:100%;}
#module_384410676 .news-img .t-img{border-radius:0px;}
#module_384410676 .news-title{font-size:15px;}
#module_384410676 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_384410676 .news-title{color:#333;}
#module_384410676 .news-title{font-weight:normal;}
#module_384410676 .news-title{text-decoration:none;}
#module_384410676 .news-title{font-style:normal;}
#module_384410676 .news-title-container{margin-top:0px;}
#module_384410676 .news-title-container{margin-bottom:6px;}
#module_384410676 .news-desc{font-size:14px;}
#module_384410676 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_384410676 .news-desc{color:#999;}
#module_384410676 .news-desc{font-weight:normal;}
#module_384410676 .news-desc{text-decoration:none;}
#module_384410676 .news-desc{font-style:normal;}
#module_384410676 .news-desc{margin-top:0px;}
#module_384410676 .news-desc{margin-bottom:0px;}
#module_384410676 .news-next{color:rgba(0,0,0,0);}#module_384410676 .news-next{border-color:rgba(0,0,0,0);}
#module_384410676 .news-line{margin-top:0px;}
#module_384410676 .news-line{margin-bottom:0px;}
#module_384410676 .news-item .day-of-month{font-size:20px;}
#module_384410676 .news-item .day-of-month{font-family:arial, helvetica,sans-serif;}
#module_384410676 .news-item .day-of-month{color:#666;}
#module_384410676 .news-item .day-of-month{font-weight:normal;}
#module_384410676 .news-item .day-of-month{text-decoration:none;}
#module_384410676 .news-item .day-of-month{font-style:normal;}
#module_384410676 .news-item .year{font-size:14px;}
#module_384410676 .news-item .year{font-family:arial, helvetica,sans-serif;}
#module_384410676 .news-item .year{color:#666;}
#module_384410676 .news-item .year{font-weight:normal;}
#module_384410676 .news-item .year{text-decoration:none;}
#module_384410676 .news-item .year{font-style:normal;}
#module_384410676 .pagerGiant .text{font-size:12px;}
#module_384410676 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_384410676 .pagerGiant .text{color:#333;}
#module_384410676 .pagerGiant .text{}
#module_384410676 .pagerGiant .text{}
#module_384410676 .pagerGiant .text{}
#module_384410676 .pagerGiant .current,#module_384410676 .pagerGiant .num,#module_384410676 .pagerGiant .inputer{width:30px}
#module_384410676 .pagerGiant .current,#module_384410676 .pagerGiant .num,#module_384410676 .pagerGiant .inputer{height:30px}
#module_384410676 .pagerGiant .num{font-size:12px;}
#module_384410676 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_384410676 .pagerGiant .num{color:#333;}
#module_384410676 .pagerGiant .num{}
#module_384410676 .pagerGiant .num{}
#module_384410676 .pagerGiant .num{}
#module_384410676 .pagerGiant .submit{width:55px}
#module_384410676 .pagerGiant .submit{height:30px}
#module_384410676 .pagerGiant .current,#module_384410676 .pagerGiant .num,#module_384410676 .pagerGiant .inputer,#module_384410676 .pagerGiant .submit{border-top-left-radius:0px;}
#module_384410676 .pagerGiant .current,#module_384410676 .pagerGiant .num,#module_384410676 .pagerGiant .inputer,#module_384410676 .pagerGiant .submit{border-top-right-radius:0px;}
#module_384410676 .pagerGiant .current,#module_384410676 .pagerGiant .num,#module_384410676 .pagerGiant .inputer,#module_384410676 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_384410676 .pagerGiant .current,#module_384410676 .pagerGiant .num,#module_384410676 .pagerGiant .inputer,#module_384410676 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_384410676 .pagerGiant .next,#module_384410676 .pagerGiant .splitline{color:#ccc;}
#module_384410676 .pagerGiant .num{background-color:#fff;}
#module_384410676 .pagerGiant .num, #module_384410676 .pagerGiant .inputer{border-top-color:#ccc;}
#module_384410676 .pagerGiant .num, #module_384410676 .pagerGiant .inputer{border-top-style:solid;}
#module_384410676 .pagerGiant .num, #module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit, #module_384410676 .pagerGiant .inputer{border-top-width:1px;}
#module_384410676 .pagerGiant .num, #module_384410676 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_384410676 .pagerGiant .num, #module_384410676 .pagerGiant .inputer{border-bottom-style:solid;}
#module_384410676 .pagerGiant .num, #module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit, #module_384410676 .pagerGiant .inputer{border-bottom-width:1px;}
#module_384410676 .pagerGiant .num, #module_384410676 .pagerGiant .inputer{border-left-color:#ccc;}
#module_384410676 .pagerGiant .num, #module_384410676 .pagerGiant .inputer{border-left-style:solid;}
#module_384410676 .pagerGiant .num, #module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit, #module_384410676 .pagerGiant .inputer{border-left-width:1px;}
#module_384410676 .pagerGiant .num, #module_384410676 .pagerGiant .inputer{border-right-color:#ccc;}
#module_384410676 .pagerGiant .num, #module_384410676 .pagerGiant .inputer{border-right-style:solid;}
#module_384410676 .pagerGiant .num, #module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit, #module_384410676 .pagerGiant .inputer{border-right-width:1px;}
#module_384410676 .page-more a{font-size:px;}
#module_384410676 .page-more a{font-family:;}
#module_384410676 .page-more a{color:#666 !important;}
#module_384410676 .page-more a{}
#module_384410676 .page-more a{}
#module_384410676 .page-more a{}
#module_384410676 .page-more a{background-color:#fff;}
#module_384410676 .page-more a{border-top-color:#eee;}
#module_384410676 .page-more a{border-top-style:solid;}
#module_384410676 .page-more a{border-top-width:2px;}
#module_384410676 .page-more a{border-bottom-color:#eee;}
#module_384410676 .page-more a{border-bottom-style:solid;}
#module_384410676 .page-more a{border-bottom-width:2px;}
#module_384410676 .page-more a{border-left-color:#eee;}
#module_384410676 .page-more a{border-left-style:solid;}
#module_384410676 .page-more a{border-left-width:2px;}
#module_384410676 .page-more a{border-right-color:#eee;}
#module_384410676 .page-more a{border-right-style:solid;}
#module_384410676 .page-more a{border-right-width:2px;}
#module_384410676 .news-item:hover .news-next{color:rgba(0,0,0,0);}#module_384410676    .news-item:hover .news-next{border-color:rgba(0,0,0,0);}
#module_384410676 .news-item:hover .day-of-month{font-size:20px;}
#module_384410676 .news-item:hover .day-of-month{font-family:arial, helvetica,sans-serif;}
#module_384410676 .news-item:hover .day-of-month{color:#666;}
#module_384410676 .news-item:hover .day-of-month{font-weight:normal;}
#module_384410676 .news-item:hover .day-of-month{text-decoration:none;}
#module_384410676 .news-item:hover .day-of-month{font-style:normal;}
#module_384410676 .news-item:hover .year{font-size:14px;}
#module_384410676 .news-item:hover .year{font-family:arial, helvetica,sans-serif;}
#module_384410676 .news-item:hover .year{color:#666;}
#module_384410676 .news-item:hover .year{font-weight:normal;}
#module_384410676 .news-item:hover .year{text-decoration:none;}
#module_384410676 .news-item:hover .year{font-style:normal;}
#module_384410676 .news-item:hover .news-title{font-size:15px;}
#module_384410676 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_384410676 .news-item:hover .news-title{color:rgb(9, 59, 128);}
#module_384410676 .news-item:hover .news-title{font-weight:normal;}
#module_384410676 .news-item:hover .news-title{text-decoration:none;}
#module_384410676 .news-item:hover .news-title{font-style:normal;}
#module_384410676 .news-item:hover{background-color:transparent;}
#module_384410676 .news-item:hover{background-image:none;}
#module_384410676 .news-item:hover{background-repeat:no-repeat;}
#module_384410676 .news-item:hover{}
#module_384410676 .news-item:hover{}
#module_384410676 .news-item:hover{}
#module_384410676 .news-item:hover{border-top-color:transparent;}
#module_384410676 .news-item:hover{border-top-style:solid;}
#module_384410676 .news-item:hover{border-top-width:0px;}
#module_384410676 .news-item:hover{border-right-color:transparent;}
#module_384410676 .news-item:hover{border-right-style:solid;}
#module_384410676 .news-item:hover{border-right-width:0px;}
#module_384410676 .news-item:hover{border-bottom-color:transparent;}
#module_384410676 .news-item:hover{border-bottom-style:solid;}
#module_384410676 .news-item:hover{border-bottom-width:0px;}
#module_384410676 .news-item:hover{border-left-color:transparent;}
#module_384410676 .news-item:hover{border-left-style:solid;}
#module_384410676 .news-item:hover{border-left-width:0px;}
#module_384410676 .news-item:hover .news-img{border-top-color:transparent;}
#module_384410676 .news-item:hover .news-img{border-top-style:none;}
#module_384410676 .news-item:hover .news-img{border-top-width:0px;}
#module_384410676 .news-item:hover .news-img{border-right-color:transparent;}
#module_384410676 .news-item:hover .news-img{border-right-style:none;}
#module_384410676 .news-item:hover .news-img{border-right-width:0px;}
#module_384410676 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_384410676 .news-item:hover .news-img{border-bottom-style:none;}
#module_384410676 .news-item:hover .news-img{border-bottom-width:0px;}
#module_384410676 .news-item:hover .news-img{border-left-color:transparent;}
#module_384410676 .news-item:hover .news-img{border-left-style:none;}
#module_384410676 .news-item:hover .news-img{border-left-width:0px;}
#module_384410676 .news-item:hover .news-desc{font-size:14px;}
#module_384410676 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_384410676 .news-item:hover .news-desc{color:#999;}
#module_384410676 .news-item:hover .news-desc{font-weight:normal;}
#module_384410676 .news-item:hover .news-desc{text-decoration:none;}
#module_384410676 .news-item:hover .news-desc{font-style:normal;}
#module_384410676 .news-item:after{border-bottom-color:rgb(9, 59, 128);}
#module_384410676 .news-item:after{border-bottom-style:solid;}
#module_384410676 .news-item:after{border-bottom-width:2px;}
#module_384410676 .news-item:hover{box-shadow:0 0 20px #ffffff;}
#module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit{font-size:12px;}
#module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit{color:#fff;}
#module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit{}
#module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit{}
#module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit{}
#module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit{background-color:#fd6e27;}
#module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit, #module_384410676 .pagerGiant .inputer:hover{border-top-color:#fd6e27;}
#module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit, #module_384410676 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit, #module_384410676 .pagerGiant .inputer:hover{border-bottom-color:#fd6e27;}
#module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit, #module_384410676 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit, #module_384410676 .pagerGiant .inputer:hover{border-left-color:#fd6e27;}
#module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit, #module_384410676 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit, #module_384410676 .pagerGiant .inputer:hover{border-right-color:#fd6e27;}
#module_384410676 .pagerGiant .current, #module_384410676 .pagerGiant .submit, #module_384410676 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_384410676 .page-more a:hover{font-size:px;}
#module_384410676 .page-more:hover a{font-family:;}
#module_384410676 .page-more a:hover{color:#666 !important;}
#module_384410676 .page-more a:hover {}
#module_384410676 .page-more a:hover {}
#module_384410676 .page-more a:hover {}
#module_384410676 .page-more a:hover{background-color:#fff;}
#module_384410676 .page-more a:hover{border-top-color:#eee;}
#module_384410676 .page-more a:hover{border-top-style:solid;}
#module_384410676 .page-more a:hover{border-bottom-color:#eee;}
#module_384410676 .page-more a:hover{border-bottom-style:solid;}
#module_384410676 .page-more a:hover{border-left-color:#eee;}
#module_384410676 .page-more a:hover{border-left-style:solid;}
#module_384410676 .page-more a:hover{border-right-color:#eee;}
#module_384410676 .page-more a:hover{border-right-style:solid;}


#module_384410251 #Sub384410251_4 {top: 50%;transform: translateY(-50%);}
.module_384413626 .ModuleHead .HeadCenter{float:none;}
#module_384413626 {
padding:0px;
}
#module_384413626 {
position:static;
z-index:0;
top:282px;
left:0px;
width:100%;
height: auto;
}
#module_384413626 .ModuleHead384413626 {
display:none;
}
#module_384413626 .BodyCenter.BodyCenter384413626 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384413626 >.module_384413626 {
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_384413626 >.module_384413626{
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_384413626 .BodyCenter.BodyCenter384413626 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384413626 .BodyCenter.BodyCenter384413626 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384413626 >.module_384413626 {
margin-top:5.0532%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384413626 >.module_384413626 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384413626 >.module_384413626 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384413626:hover {
border:none;
}
#module_384413626:hover >.module_384413626 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384413626 .ModuleImageTextGiantContent{margin-top:0px;}
#module_384413626 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_384413626 .ModuleImageTextGiantContent{margin-left:0px;}
#module_384413626 .ModuleImageTextGiantContent{margin-right:0px;}
#module_384413626 .imageTextGiant-Container{padding-top:10px;}
#module_384413626 .imageTextGiant-Container{padding-bottom:10px;}
#module_384413626 .imageTextGiant-Container{padding-left:10px;}
#module_384413626 .imageTextGiant-Container{padding-right:10px;}
#module_384413626 .showHandle .btn{font-size:14px;}
#module_384413626 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_384413626 .showHandle .btn{color:#333;}
#module_384413626 .showHandle .btn{font-weight:400;}
#module_384413626 .showHandle .btn{text-decoration:none;}
#module_384413626 .showHandle .btn{font-style:normal;}
#module_384413626 .showHandle div{border-top-color:#ddd !important;}
#module_384413626 .showHandle div{border-top-style:solid !important;}
#module_384413626 .showHandle div{border-top-width:1px !important;}
#module_384413626 .showHandle{background-color:transparent;}
#module_384413626 .showHandle{background-image:none;}
#module_384413626 .showHandle{background-repeat:no-repeat;}
#module_384413626 .showHandle{}
#module_384413626 .showHandle{}
#module_384413626 .showHandle{}
#module_384413626 a{font-size:unset;font-family:unset}
.module_384413782 .ModuleHead .HeadCenter{float:none;}
#module_384413782 {
padding:0px;
}
#module_384413782 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384413782 .ModuleHead384413782 {
display:none;
}

#module_384413782 .ModuleSubContainer{background-color:transparent;}
#module_384413782 .ModuleSubContainer{}
#module_384413782 .ModuleSubContainer{background-repeat:no-repeat;}
#module_384413782 .ModuleSubContainer{background-position:0% 0%;}
#module_384413782 .ModuleSubContainer{background-attachment:scroll;}
#module_384413782 .ModuleSubContainer{}
#module_384413782 {!bgVideo!}{bgVideoUrl:}
#module_384413782 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_384413782 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_384413782 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer384413782 {max-width:1600px;width:auto;}

/*相册样式*/
.mobile_pic_B{display: none}
.ModuleSiteGalleryV2Giant.layout-109 .album-item{height: auto !important;display: none;}
.ModuleSiteGalleryV2Giant.layout-109 .album-img{position: static !important; padding: 5px;float: left;transition: 0s !important;transform: none !important;}
.ModuleSiteGalleryV2Giant.layout-109 .album-img .album-img-c{ position: relative; overflow: hidden;}
.ModuleSiteGalleryV2Giant.layout-109 .rectborder {width: calc(100% + 20px);  height: calc(100% + 20px); position: absolute; left: -10px; top: -10px; transition: all ease .5s;}
.ModuleSiteGalleryV2Giant.layout-109 .album-img:hover .album-icon {opacity: 1;  margin-top: -25px;}
.ModuleSiteGalleryV2Giant.layout-109 .album-img:hover .rectborder {width: calc(100% - 22px);  height: calc(100% - 22px);  left: 10px;  top: 10px;}

.ModuleSiteGalleryV2Giant.layout-109 .album-icon {position: absolute; left: 50%; top: 50%; margin-left: -25px; margin-top: 0px; color: #ffffff; opacity: 0; transition: all ease-out .3s; background:rgba(0,0,0,0.5); font-size: 32px; width: 50px; height: 50px;  line-height: 50px; text-align: center; display: block;}
.ModuleSiteGalleryV2Giant.layout-109 .album-icon:before{ content: ""; position:absolute; border-radius:50%;width: 15px; height: 15px; border: 1px solid #fff;
    top:43%; left: 43%; transform: translate(-50%,-50%);}
.ModuleSiteGalleryV2Giant.layout-109 .thumbnailpic{max-height: 100%;max-width: 100%;}
.ModuleSiteGalleryV2Giant.layout-109 .album-icon:after{ content: ""; position:absolute;width: 2px; height: 10px; background: #fff; transform: rotate(125deg);top:52%; left: 63%;}
.ModuleSiteGalleryV2Giant.layout-109 .titleBox{ background: #f8f8f8;}
.ModuleSiteGalleryV2Giant.layout-109 .abstract{ color:#333;line-height:1.5;text-align: center}
.ModuleSiteGalleryV2Giant.layout-109 .album-img{position: relative; overflow: hidden;}
.ModuleSiteGalleryV2Giant.layout-109 .dummy{padding-top: 100%;}
.ModuleSiteGalleryV2Giant.layout-109 .mobile_picBox{width: 100%; position: absolute; top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.ModuleSiteGalleryV2Giant.layout-109 .mobile_pic{width: 100%; max-height: 100%;display: block;}
.lg-sub-html .SiteGalleryGiantTitle109{font-size: 14px;}
.lg-sub-html p.SiteGalleryGiantText109{color:#fff;}
.lg-sub-html .SiteGalleryGiantLink109{font-size: 12px;color:#fff;line-height: 16px}
.lg-sub-html .SiteGalleryGiantText109{color:#fff;}
.lg-sub-html .SiteGalleryGiantLink109 .icon-sousuo{font-size: 12px;margin-right: 5px;margin-top: 2px}
.ModuleSiteGalleryV2Giant.layout-109 .lg-sub-html{font-size: 12px}
.ModuleSiteGalleryV2Giant.layout-109 .swiper-button-white{
    width: 45px;
    height: 45px;
    opacity: 0;
    background-size: 14px;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none !important;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    color: #fff;
}
.ModuleSiteGalleryV2Giant.layout-109 .swiper-button-white::before{
   font-size: 39px;
   color: #fff;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);

}
/* .ModuleSiteGalleryV2Giant.layout-109 [isCarousel='1'].gallery-list .swiper-button-prev:hover:before
{
    margin-left: -5px;
}
.ModuleSiteGalleryV2Giant.layout-109 [isCarousel='1'].gallery-list .swiper-button-next:hover:before
{
    margin-left: 5px;
} */
@media only screen and (max-width: 767px) {
    .ModuleSiteGalleryV2Giant.layout-109 .album-item{ width: 100%; margin: 0 auto;}
    .ModuleSiteGalleryV2Giant.layout-109 .album-img:nth-child(2n){ padding-right: 0;}
    .ModuleSiteGalleryV2Giant.layout-109 .rectborder{ display: none;}
    .ModuleSiteGalleryV2Giant.layout-109 .album-icon{display: none;}
	.ModuleSiteGalleryV2Giant.layout-109 .album-img-c{overflow:hidden;}
    .ModuleSiteGalleryV2Giant.layout-109 .abstract{line-height: 1.5;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-xs-2 {width: 50%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-xs-3 {width: 33.33333%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-xs-4 {width: 25%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-xs-5 {width:20%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-xs-6 {width:16.6666%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-xs-1 {width: 100%; padding-right:0;  padding-left:0;}
}
@media only screen and (min-width: 768px)  {
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-2 {width: 50%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-3 {width: 33.33333%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-4 {width: 25%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-5 {width:20%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-6 {width:16.6666%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-1 {width: 100%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-7 {width:14.2857%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-8 {width:12.5%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-9 {width:11.1111%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-10 {width:10%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-11 {width:9.0909%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-12 {width:8.3333%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109 .album-item{display: block}
}
.ModuleSiteGalleryV2Giant.layout-109 .pagerGiant .inputer{outline: 0;}

.module_384413789 .ModuleHead .HeadCenter{float:none;}
#module_384413789 {
padding:0px;
}
#module_384413789 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384413789 .ModuleHead384413789 {
display:none;
}
#module_384413789 .BodyCenter.BodyCenter384413789 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384413789 >.module_384413789 {
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_384413789 >.module_384413789{
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_384413789 .BodyCenter.BodyCenter384413789 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384413789 .BodyCenter.BodyCenter384413789 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384413789 >.module_384413789 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384413789 >.module_384413789 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384413789 >.module_384413789 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384413789:hover {
border:none;
}
#module_384413789:hover >.module_384413789 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384413789 .swiper-button-white{background:;}
#module_384413789 .swiper-button-white::before{color:;}
#module_384413789 .titleBox{background:;}
#module_384413789 .titleBox{}
#module_384413789 .album-icon:before{ border-color:;} #module_384413789 .album-icon:after{background:}
#module_384413789 .album-icon{background-color:;}
#module_384413789 .album-icon{}
#module_384413789 .abstract{color:#333;}
#module_384413789 .abstract{font-size:14px;}
#module_384413789 .abstract{font-weight:normal}
#module_384413789 .abstract{font-family:微软雅黑,Microsoft YaHei;}
#module_384413789 .abstract{text-decoration:none;}
#module_384413789 .abstract{}
#module_384413789 {}@media only screen and (min-width: 768px) {#module_384413789 .titleBox{padding-top:px;}}
#module_384413789 {}@media only screen and (min-width: 768px) {#module_384413789 .titleBox{padding-bottom:px;}}
#module_384413789 {}@media only screen and (min-width: 768px) {#module_384413789 .titleBox{padding-left:px;}}
#module_384413789 {}@media only screen and (min-width: 768px) {#module_384413789 .titleBox{padding-right:px;}}
#module_384413789 {}@media only screen and (max-width: 767px) {#module_384413789 .titleBox{padding-top:px;}}
#module_384413789 {}@media only screen and (max-width: 767px) {#module_384413789 .titleBox{padding-bottom:px;}}
#module_384413789 {}@media only screen and (max-width: 767px) {#module_384413789 .titleBox{padding-left:px;}}
#module_384413789 {}@media only screen and (max-width: 767px) {#module_384413789 .titleBox{padding-right:px;}}
#module_384413789 .album-img, #module_384413789 .mobile_photo_box .swiper-item{padding:calc(10px/2);} #module_384413789 .mobile_photo_box .swiper-item .content{width: calc(100% - 10px); bottom:calc(10px/2);}
#module_384413789 .album-img-c, #module_384413789 .mobile_photo_box .head{background-color:#f5f5f5;}
#module_384413789 .album-img-c, #module_384413789 .mobile_photo_box .head{background-image:none;}
#module_384413789 .album-img-c, #module_384413789 .mobile_photo_box .head{background-repeat:no-repeat;}
#module_384413789 .album-img-c, #module_384413789 .mobile_photo_box .head{}
#module_384413789 .album-img-c, #module_384413789 .mobile_photo_box .head{}
#module_384413789 .album-img-c, #module_384413789 .mobile_photo_box .head{}
#module_384413789 .album-img, #module_384413789 .mobile_photo_box .head{border-top-color:transparent;}
#module_384413789 .album-img, #module_384413789 .mobile_photo_box .head{border-top-style:none;}
#module_384413789 .album-img, #module_384413789 .mobile_photo_box .head{border-top-width:0px;}
#module_384413789 .album-img, #module_384413789 .mobile_photo_box .head{border-right-color:transparent;}
#module_384413789 .album-img, #module_384413789 .mobile_photo_box .head{border-right-style:none;}
#module_384413789 .album-img, #module_384413789 .mobile_photo_box .head{border-right-width:0px;}
#module_384413789 .album-img, #module_384413789 .mobile_photo_box .head{border-bottom-color:transparent;}
#module_384413789 .album-img, #module_384413789 .mobile_photo_box .head{border-bottom-style:none;}
#module_384413789 .album-img, #module_384413789 .mobile_photo_box .head{border-bottom-width:0px;}
#module_384413789 .album-img, #module_384413789 .mobile_photo_box .head{border-left-color:transparent;}
#module_384413789 .album-img, #module_384413789 .mobile_photo_box .head{border-left-style:none;}
#module_384413789 .album-img, #module_384413789 .mobile_photo_box .head{border-left-width:0px;}
#module_384413789 .album-img .dummy, #module_384413789 .mobile_photo_box .head .dummy{padding-top:135%;}
#module_384413789 .mobile_picBox .mobile_pic, #module_384413789 .mobile_photo_box .head img{ object-fit:unset;}
#module_384413789 .mobile_picBox .mobile_pic, #module_384413789 .mobile_picBox, #module_384413789 .mobile_photo_box .head img, #module_384413789 .mobile_photo_box .head{ height:auto !important;}
#module_384413789 .pagerGiant .text{font-size:12px;}
#module_384413789 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_384413789 .pagerGiant .text{color:#333;}
#module_384413789 .pagerGiant .text{}
#module_384413789 .pagerGiant .text{}
#module_384413789 .pagerGiant .text{}
#module_384413789 .pagerGiant .current,#module_384413789 .pagerGiant .num,#module_384413789 .pagerGiant .inputer{width:30px}
#module_384413789 .pagerGiant .current,#module_384413789 .pagerGiant .num,#module_384413789 .pagerGiant .inputer{height:30px}
#module_384413789 .pagerGiant .num{font-size:12px;}
#module_384413789 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_384413789 .pagerGiant .num{color:#333;}
#module_384413789 .pagerGiant .num{}
#module_384413789 .pagerGiant .num{}
#module_384413789 .pagerGiant .num{}
#module_384413789 .pagerGiant .submit{width:55px}
#module_384413789 .pagerGiant .submit{height:30px}
#module_384413789 .pagerGiant .current,#module_384413789 .pagerGiant .num,#module_384413789 .pagerGiant .inputer,#module_384413789 .pagerGiant .submit{border-top-left-radius:0px;}
#module_384413789 .pagerGiant .current,#module_384413789 .pagerGiant .num,#module_384413789 .pagerGiant .inputer,#module_384413789 .pagerGiant .submit{border-top-right-radius:0px;}
#module_384413789 .pagerGiant .current,#module_384413789 .pagerGiant .num,#module_384413789 .pagerGiant .inputer,#module_384413789 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_384413789 .pagerGiant .current,#module_384413789 .pagerGiant .num,#module_384413789 .pagerGiant .inputer,#module_384413789 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_384413789 .pagerGiant .next,#module_384413789 .pagerGiant .splitline{color:#ccc;}
#module_384413789 .pagerGiant .num{background-color:#fff;}
#module_384413789 .pagerGiant .num, #module_384413789 .pagerGiant .inputer{border-top-color:#ccc;}
#module_384413789 .pagerGiant .num, #module_384413789 .pagerGiant .inputer{border-top-style:solid;}
#module_384413789 .pagerGiant .num, #module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit, #module_384413789 .pagerGiant .inputer{border-top-width:1px;}
#module_384413789 .pagerGiant .num, #module_384413789 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_384413789 .pagerGiant .num, #module_384413789 .pagerGiant .inputer{border-bottom-style:solid;}
#module_384413789 .pagerGiant .num, #module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit, #module_384413789 .pagerGiant .inputer{border-bottom-width:1px;}
#module_384413789 .pagerGiant .num, #module_384413789 .pagerGiant .inputer{border-left-color:#ccc;}
#module_384413789 .pagerGiant .num, #module_384413789 .pagerGiant .inputer{border-left-style:solid;}
#module_384413789 .pagerGiant .num, #module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit, #module_384413789 .pagerGiant .inputer{border-left-width:1px;}
#module_384413789 .pagerGiant .num, #module_384413789 .pagerGiant .inputer{border-right-color:#ccc;}
#module_384413789 .pagerGiant .num, #module_384413789 .pagerGiant .inputer{border-right-style:solid;}
#module_384413789 .pagerGiant .num, #module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit, #module_384413789 .pagerGiant .inputer{border-right-width:1px;}
#module_384413789 .page-more a{font-size:px;}
#module_384413789 .page-more a{font-family:;}
#module_384413789 .page-more a{color:#666 !important;}
#module_384413789 .page-more a{}
#module_384413789 .page-more a{}
#module_384413789 .page-more a{}
#module_384413789 .page-more a{background-color:#fff;}
#module_384413789 .page-more a{border-top-color:#eee;}
#module_384413789 .page-more a{border-top-style:solid;}
#module_384413789 .page-more a{border-top-width:2px;}
#module_384413789 .page-more a{border-bottom-color:#eee;}
#module_384413789 .page-more a{border-bottom-style:solid;}
#module_384413789 .page-more a{border-bottom-width:2px;}
#module_384413789 .page-more a{border-left-color:#eee;}
#module_384413789 .page-more a{border-left-style:solid;}
#module_384413789 .page-more a{border-left-width:2px;}
#module_384413789 .page-more a{border-right-color:#eee;}
#module_384413789 .page-more a{border-right-style:solid;}
#module_384413789 .page-more a{border-right-width:2px;}
#module_384413789 .swiper-button-white:hover{background:;}
#module_384413789 .swiper-button-white:hover::before{color:;}
#module_384413789 .album-img:hover .album-img-c, #module_384413789 .mobile_photo_box .swiper-item:hover .head{background-color:#f5f5f5;}
#module_384413789 .album-img:hover .album-img-c, #module_384413789 .mobile_photo_box .swiper-item:hover .head{background-image:none;}
#module_384413789 .album-img:hover .album-img-c, #module_384413789 .mobile_photo_box .swiper-item:hover .head{background-repeat:no-repeat;}
#module_384413789 .album-img:hover .album-img-c, #module_384413789 .mobile_photo_box .swiper-item:hover .head{}
#module_384413789 .album-img:hover .album-img-c, #module_384413789 .mobile_photo_box .swiper-item:hover .head{}
#module_384413789 .album-img:hover .album-img-c, #module_384413789 .mobile_photo_box .swiper-item:hover .head{}
#module_384413789 .album-img:hover .rectborder, #module_384413789 .mobile_photo_box .swiper-item:hover .head{border-top-color:#fff;}
#module_384413789 .album-img:hover .rectborder, #module_384413789 .mobile_photo_box .swiper-item:hover .head{border-top-style:solid;}
#module_384413789 .album-img:hover .rectborder, #module_384413789 .mobile_photo_box .swiper-item:hover .head{border-top-width:1px;}
#module_384413789 .album-img:hover .rectborder, #module_384413789 .mobile_photo_box .swiper-item:hover .head{border-right-color:#fff;}
#module_384413789 .album-img:hover .rectborder, #module_384413789 .mobile_photo_box .swiper-item:hover .head{border-right-style:solid;}
#module_384413789 .album-img:hover .rectborder, #module_384413789 .mobile_photo_box .swiper-item:hover .head{border-right-width:1px;}
#module_384413789 .album-img:hover .rectborder, #module_384413789 .mobile_photo_box .swiper-item:hover .head{border-bottom-color:#fff;}
#module_384413789 .album-img:hover .rectborder, #module_384413789 .mobile_photo_box .swiper-item:hover .head{border-bottom-style:solid;}
#module_384413789 .album-img:hover .rectborder, #module_384413789 .mobile_photo_box .swiper-item:hover .head{border-bottom-width:1px;}
#module_384413789 .album-img:hover .rectborder, #module_384413789 .mobile_photo_box .swiper-item:hover .head{border-left-color:#fff;}
#module_384413789 .album-img:hover .rectborder, #module_384413789 .mobile_photo_box .swiper-item:hover .head{border-left-style:solid;}
#module_384413789 .album-img:hover .rectborder, #module_384413789 .mobile_photo_box .swiper-item:hover .head{border-left-width:1px;}
#module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit{font-size:12px;}
#module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit{color:#fff;}
#module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit{}
#module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit{}
#module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit{}
#module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit{background-color:#333;}
#module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit, #module_384413789 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit, #module_384413789 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit, #module_384413789 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit, #module_384413789 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit, #module_384413789 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit, #module_384413789 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit, #module_384413789 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_384413789 .pagerGiant .current, #module_384413789 .pagerGiant .submit, #module_384413789 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_384413789 .page-more a:hover{font-size:px;}
#module_384413789 .page-more:hover a{font-family:;}
#module_384413789 .page-more a:hover{color:#666 !important;}
#module_384413789 .page-more a:hover {}
#module_384413789 .page-more a:hover {}
#module_384413789 .page-more a:hover {}
#module_384413789 .page-more a:hover{background-color:#fff;}
#module_384413789 .page-more a:hover{border-top-color:#eee;}
#module_384413789 .page-more a:hover{border-top-style:solid;}
#module_384413789 .page-more a:hover{border-bottom-color:#eee;}
#module_384413789 .page-more a:hover{border-bottom-style:solid;}
#module_384413789 .page-more a:hover{border-left-color:#eee;}
#module_384413789 .page-more a:hover{border-left-style:solid;}
#module_384413789 .page-more a:hover{border-right-color:#eee;}
#module_384413789 .page-more a:hover{border-right-style:solid;}


#module_384410251 #Sub384410251_7 {top: 0;transform: translateY(0);}
.module_384414103 .ModuleHead .HeadCenter{float:none;}
#module_384414103 {
padding:0px;
}
#module_384414103 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384414103 .ModuleHead384414103 {
display:none;
}

#module_384414103 .ModuleSubContainer{background-color:transparent;}
#module_384414103 .ModuleSubContainer{}
#module_384414103 .ModuleSubContainer{background-repeat:no-repeat;}
#module_384414103 .ModuleSubContainer{background-position:0% 0%;}
#module_384414103 .ModuleSubContainer{background-attachment:scroll;}
#module_384414103 .ModuleSubContainer{}
#module_384414103 {!bgVideo!}{bgVideoUrl:}
#module_384414103 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_384414103 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_384414103 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer384414103 {max-width:1600px;width:auto;}
.module_384414105 .ModuleHead .HeadCenter{float:none;}
#module_384414105 {
padding:0px;
}
#module_384414105 {
position:static;
z-index:0;
top:99px;
left:0px;
width:100%;
height: auto;
}
#module_384414105 .ModuleHead384414105 {
display:none;
}
#module_384414105 .BodyCenter.BodyCenter384414105 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384414105 >.module_384414105 {
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_384414105 >.module_384414105{
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_384414105 .BodyCenter.BodyCenter384414105 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384414105 .BodyCenter.BodyCenter384414105 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384414105 >.module_384414105 {
margin-top:7.1581%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384414105 >.module_384414105 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384414105 >.module_384414105 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384414105:hover {
border:none;
}
#module_384414105:hover >.module_384414105 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384414105 .ModuleImageTextGiantContent{margin-top:0px;}
#module_384414105 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_384414105 .ModuleImageTextGiantContent{margin-left:0px;}
#module_384414105 .ModuleImageTextGiantContent{margin-right:0px;}
#module_384414105 .imageTextGiant-Container{padding-top:10px;}
#module_384414105 .imageTextGiant-Container{padding-bottom:10px;}
#module_384414105 .imageTextGiant-Container{padding-left:10px;}
#module_384414105 .imageTextGiant-Container{padding-right:10px;}
#module_384414105 .showHandle .btn{font-size:14px;}
#module_384414105 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_384414105 .showHandle .btn{color:#333;}
#module_384414105 .showHandle .btn{font-weight:400;}
#module_384414105 .showHandle .btn{text-decoration:none;}
#module_384414105 .showHandle .btn{font-style:normal;}
#module_384414105 .showHandle div{border-top-color:#ddd !important;}
#module_384414105 .showHandle div{border-top-style:solid !important;}
#module_384414105 .showHandle div{border-top-width:1px !important;}
#module_384414105 .showHandle{background-color:transparent;}
#module_384414105 .showHandle{background-image:none;}
#module_384414105 .showHandle{background-repeat:no-repeat;}
#module_384414105 .showHandle{}
#module_384414105 .showHandle{}
#module_384414105 .showHandle{}
#module_384414105 a{font-size:unset;font-family:unset}
/*相册样式*/
.ModuleSiteGalleryV2Giant.layout-110 .album-item{height: auto !important;}
.ModuleSiteGalleryV2Giant.layout-110 .album-img{position: relative;float: left;transition: 0s !important;transform: none !important;}
.ModuleSiteGalleryV2Giant.layout-110 .album-img .album-img-c{ position: relative; overflow: hidden; }
.ModuleSiteGalleryV2Giant.layout-110 .dummy{padding-top: 56.3%;}
.ModuleSiteGalleryV2Giant.layout-110 .mobile_picBox{width: 100%;position: absolute; top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.ModuleSiteGalleryV2Giant.layout-110 .mobile_pic{width: 100%; max-height: 100%;display: block;}
.ModuleSiteGalleryV2Giant.layout-110 .rectborder {  width: 90%;  height: 80%;top:10%;left:5%;  position: absolute;  padding:6% 12% 6% 12%; transition: all ease-out .3s;opacity:0;overflow:hidden;  }
.ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .rectborder { opacity: 1;position: absolute;}
.ModuleSiteGalleryV2Giant.layout-110 .album-icon {  position: absolute;  left: 50%;  top: 50%;  margin-left: -25px;  margin-top: 0px;  color: #ffffff;  opacity: 0; transition: all ease-out .3s;  background:rgba(0,0,0,0.5);  font-size: 32px;  width: 50px;  height: 50px;  line-height: 50px;  text-align: center;  display: block;  }
.ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .album-icon {  opacity: 1;  margin-top: -25px;  }
.ModuleSiteGalleryV2Giant.layout-110 .album-icon:before{ content: "";  position:absolute; border-radius:50%;width: 15px; height: 15px; border: 1px solid #fff;
    top:43%; left: 43%; transform: translate(-50%,-50%);}
.ModuleSiteGalleryV2Giant.layout-110 .thumbnailpic{max-height: 100%;max-width: 100%;}
.ModuleSiteGalleryV2Giant.layout-110 .fontborder{ width:100%;height:100%;padding: 0 0px;position:relative;color:#ffffff; box-sizing: border-box;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.ModuleSiteGalleryV2Giant.layout-110 .album-icon:after{ content: "";  position:absolute;width: 2px; height: 10px; background: #fff; transform: rotate(125deg);top:52%; left: 63%;}
.ModuleSiteGalleryV2Giant.layout-110 .Tit-abstract{ width:100%;height:48px;line-height:48px;color:#ffffff; font-size: 16px; box-sizing: border-box;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.ModuleSiteGalleryV2Giant.layout-110 .Intro-abstract{ line-height:1.5; width:100%;color:#ffffff; font-size: 12px;  box-sizing: border-box;text-overflow:ellipsis;white-space:normal;overflow: hidden;display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.ModuleSiteGalleryV2Giant.layout-110 .album-img{position: relative; overflow: hidden;}
.lg-sub-html .SiteGalleryGiantTitle110{font-size: 14px;}
.lg-sub-html p.SiteGalleryGiantText110{color:#fff;}
.lg-sub-html .SiteGalleryGiantLink110{font-size: 12px;color:#fff;line-height: 16px}
.lg-sub-html .SiteGalleryGiantLink110 .icon-sousuo{font-size: 12px;margin-right: 5px;margin-top: 2px}
.ModuleSiteGalleryV2Giant.layout-110 .lg-sub-html{font-size: 12px}
.ModuleSiteGalleryV2Giant.layout-110 .gallery-list .grid-item a{display: block;height: 100%;}
@media only screen and (max-width: 767px) {
    .ModuleSiteGalleryV2Giant.layout-110 .album-item{ width: 100%; margin: 0 auto;}
    .ModuleSiteGalleryV2Giant.layout-110 .album-img:nth-child(2n){ padding-right: 0;}
    .ModuleSiteGalleryV2Giant.layout-110 .rectborder{ display: none;}
    .ModuleSiteGalleryV2Giant.layout-110 .album-icon{display: none;}
    .ModuleSiteGalleryV2Giant.layout-110 .album-img-c{overflow:hidden;}
    .ModuleSiteGalleryV2Giant.layout-110 .abstract{line-height: 32px;height: 32px;font-size: 12px;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-xs-2 {width: 50%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-xs-3 {width: 33.33333%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-xs-4 {width: 25%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-xs-5 {width:20%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-xs-6 {width:16.6666%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-xs-1 {width: 100%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110 .rectborder {display:block;opacity:1;background-color:rgba(255,255,255,0);padding:0px;top:0;left:0;right:0;bottom:0; width:100%;height:100%;}
    .ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .rectborder { display:block;position: absolute; }
    .ModuleSiteGalleryV2Giant.layout-110 .Intro-abstract { display:none;}
    .ModuleSiteGalleryV2Giant.layout-110 .Tit-abstract { display:block; font-weight:bold;background-color:rgba(0,0,0,1);height:44px;line-height:44px;background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));bottom:0;position:absolute;padding:0px 0px 0px 8pt;}
    .ModuleSiteGalleryV2Giant.layout-110 .fontborder{width: 100%;height:68%;bottom:0;position:absolute;}
    .ModuleSiteGalleryV2Giant.layout-110 .gallery-list[isCarousel="1"]{
        display: none;
    }
}

@media only screen and (min-width: 768px)  {
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-2 {width: 50%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-3 {width: 33.33333%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-4 {width: 25%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-5 {width:20%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-6 {width:16.6666%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-1 {width: 100%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-7 {width:14.2857%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-8 {width:12.5%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-9 {width:11.1111%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-10 {width:10%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-11 {width:9.0909%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110  .col-lg-12 {width:8.3333%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-110 .album-icon{ display:none; }
    .ModuleSiteGalleryV2Giant.layout-110 .fontborder{height:100%;}
    .ModuleSiteGalleryV2Giant.layout-110 .album-img .rectborder{
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translate3d(0,-70%,0);
        transform: translate3d(0,-70%,0);
    }
    .ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .rectborder{
        transform: translate3d(0,0,0);
    }
    .ModuleSiteGalleryV2Giant.layout-110 .album-img .Tit-abstract{
        opacity: 0;
        -webkit-transition: -webkit-transform .25s;
        transition: all 0.4s .1s ease-out;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20%,0);
        line-height: inherit;
        height: 40%;
        margin-top: 6%;
        margin-bottom: -3%;
    }
    .ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .Tit-abstract{
        transform: translate3d(0,0,0);
        opacity: 1;
    }
    .ModuleSiteGalleryV2Giant.layout-110 .Intro-abstract{
        opacity: 0;
        -webkit-transition: -webkit-transform 0.25s;
        transition: all 0.5s .1s ease-out;
        -webkit-transform: translate3d(0,30px,0);
        transform: translate3d(0,30px,0);
    }
    .ModuleSiteGalleryV2Giant.layout-110 .album-img:hover .Intro-abstract{
        transform: translate3d(0,0,0);
        opacity: 1;
    }
    .ModuleSiteGalleryV2Giant.layout-110 .rectborderBg{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -999;
    }

}
.ModuleSiteGalleryV2Giant.layout-110 .pagerGiant .inputer{outline: 0;}

.module_384414117 .ModuleHead .HeadCenter{float:none;}
#module_384414117 {
padding:0px;
}
#module_384414117 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384414117 .ModuleHead384414117 {
display:none;
}
#module_384414117 {
border:none;
}
@media screen and (min-width: 768px){
#module_384414117 >.module_384414117 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384414117 >.module_384414117 {
}
}

#module_384414117 .album-img{padding:calc(10px/2);}
#module_384414117 .Tit-abstract{color:#fff;}
#module_384414117 .Tit-abstract{font-size:16px;}
#module_384414117 .Tit-abstract{font-family:Microsoft YaHei;}
#module_384414117 .Tit-abstract{font-style:normal;}
#module_384414117 .Tit-abstract{text-decoration:none;}
#module_384414117 .Tit-abstract{font-weight:normal;}
#module_384414117 .Intro-abstract{font-size:12px;}
#module_384414117 .Intro-abstract{font-family:Microsoft YaHei;}
#module_384414117 .Intro-abstract{color:#f3f3f3;}
#module_384414117 .Intro-abstract{font-weight:normal;}
#module_384414117 .Intro-abstract{text-decoration:none;}
#module_384414117 .Intro-abstract{font-style:normal;}
#module_384414117 .album-img:hover .rectborderBg{background:rgb(0,0,0,0.6);}
#module_384414117 .album-img .dummy{padding-top:auto;}
#module_384414117 .mobile_picBox .mobile_pic{ object-fit:unset;}
#module_384414117 .mobile_picBox .mobile_pic, #module_384414117 .mobile_picBox{ height:auto !important;}
#module_384414117 .pagerGiant .text{font-size:12px;}
#module_384414117 .pagerGiant .text{font-family:;}
#module_384414117 .pagerGiant .text{color:#333;}
#module_384414117 .pagerGiant .text{}
#module_384414117 .pagerGiant .text{}
#module_384414117 .pagerGiant .text{}
#module_384414117 .pagerGiant .current,#module_384414117 .pagerGiant .num,#module_384414117 .pagerGiant .inputer{width:30px}
#module_384414117 .pagerGiant .current,#module_384414117 .pagerGiant .num,#module_384414117 .pagerGiant .inputer{height:30px}
#module_384414117 .pagerGiant .num{font-size:12px;}
#module_384414117 .pagerGiant .num{font-family:;}
#module_384414117 .pagerGiant .num{color:#333;}
#module_384414117 .pagerGiant .num{}
#module_384414117 .pagerGiant .num{}
#module_384414117 .pagerGiant .num{}
#module_384414117 .pagerGiant .submit{width:55px}
#module_384414117 .pagerGiant .submit{height:30px}
#module_384414117 .pagerGiant .current,#module_384414117 .pagerGiant .num,#module_384414117 .pagerGiant .inputer,#module_384414117 .pagerGiant .submit{border-top-left-radius:0px;}
#module_384414117 .pagerGiant .current,#module_384414117 .pagerGiant .num,#module_384414117 .pagerGiant .inputer,#module_384414117 .pagerGiant .submit{border-top-right-radius:0px;}
#module_384414117 .pagerGiant .current,#module_384414117 .pagerGiant .num,#module_384414117 .pagerGiant .inputer,#module_384414117 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_384414117 .pagerGiant .current,#module_384414117 .pagerGiant .num,#module_384414117 .pagerGiant .inputer,#module_384414117 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_384414117 .pagerGiant .next,#module_384414117 .pagerGiant .splitline{color:#ccc;}
#module_384414117 .pagerGiant .num{background-color:#fff;}
#module_384414117 .pagerGiant .num, #module_384414117 .pagerGiant .inputer{border-top-color:#ccc;}
#module_384414117 .pagerGiant .num, #module_384414117 .pagerGiant .inputer{border-top-style:solid;}
#module_384414117 .pagerGiant .num, #module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit, #module_384414117 .pagerGiant .inputer{border-top-width:1px;}
#module_384414117 .pagerGiant .num, #module_384414117 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_384414117 .pagerGiant .num, #module_384414117 .pagerGiant .inputer{border-bottom-style:solid;}
#module_384414117 .pagerGiant .num, #module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit, #module_384414117 .pagerGiant .inputer{border-bottom-width:1px;}
#module_384414117 .pagerGiant .num, #module_384414117 .pagerGiant .inputer{border-left-color:#ccc;}
#module_384414117 .pagerGiant .num, #module_384414117 .pagerGiant .inputer{border-left-style:solid;}
#module_384414117 .pagerGiant .num, #module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit, #module_384414117 .pagerGiant .inputer{border-left-width:1px;}
#module_384414117 .pagerGiant .num, #module_384414117 .pagerGiant .inputer{border-right-color:#ccc;}
#module_384414117 .pagerGiant .num, #module_384414117 .pagerGiant .inputer{border-right-style:solid;}
#module_384414117 .pagerGiant .num, #module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit, #module_384414117 .pagerGiant .inputer{border-right-width:1px;}
#module_384414117 .page-more a{font-size:px;}
#module_384414117 .page-more a{font-family:;}
#module_384414117 .page-more a{color:#666 !important;}
#module_384414117 .page-more a{}
#module_384414117 .page-more a{}
#module_384414117 .page-more a{}
#module_384414117 .page-more a{background-color:#fff;}
#module_384414117 .page-more a{border-top-color:#eee;}
#module_384414117 .page-more a{border-top-style:solid;}
#module_384414117 .page-more a{border-top-width:2px;}
#module_384414117 .page-more a{border-bottom-color:#eee;}
#module_384414117 .page-more a{border-bottom-style:solid;}
#module_384414117 .page-more a{border-bottom-width:2px;}
#module_384414117 .page-more a{border-left-color:#eee;}
#module_384414117 .page-more a{border-left-style:solid;}
#module_384414117 .page-more a{border-left-width:2px;}
#module_384414117 .page-more a{border-right-color:#eee;}
#module_384414117 .page-more a{border-right-style:solid;}
#module_384414117 .page-more a{border-right-width:2px;}
#module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit{font-size:12px;}
#module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit{font-family:;}
#module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit{color:#fff;}
#module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit{}
#module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit{}
#module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit{}
#module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit{background-color:#333;}
#module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit, #module_384414117 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit, #module_384414117 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit, #module_384414117 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit, #module_384414117 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit, #module_384414117 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit, #module_384414117 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit, #module_384414117 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_384414117 .pagerGiant .current, #module_384414117 .pagerGiant .submit, #module_384414117 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_384414117 .page-more a:hover{font-size:px;}
#module_384414117 .page-more:hover a{font-family:;}
#module_384414117 .page-more a:hover{color:#666 !important;}
#module_384414117 .page-more a:hover {}
#module_384414117 .page-more a:hover {}
#module_384414117 .page-more a:hover {}
#module_384414117 .page-more a:hover{background-color:#fff;}
#module_384414117 .page-more a:hover{border-top-color:#eee;}
#module_384414117 .page-more a:hover{border-top-style:solid;}
#module_384414117 .page-more a:hover{border-bottom-color:#eee;}
#module_384414117 .page-more a:hover{border-bottom-style:solid;}
#module_384414117 .page-more a:hover{border-left-color:#eee;}
#module_384414117 .page-more a:hover{border-left-style:solid;}
#module_384414117 .page-more a:hover{border-right-color:#eee;}
#module_384414117 .page-more a:hover{border-right-style:solid;}

/*纯文本模块 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_427239251 .ModuleHead .HeadCenter{float:none;}
#module_427239251 {
padding:0px;
}
#module_427239251 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_427239251 .ModuleHead427239251 {
display:none;
}
#module_427239251 .BodyCenter.BodyCenter427239251 {
background:none;background-color:rgba(0,0,0,0);
}
#module_427239251 >.module_427239251 {
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:rgb(165, 165, 165);
border-bottom-width:1px;
}
#module_427239251 >.module_427239251{
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_427239251 .BodyCenter.BodyCenter427239251 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_427239251 .BodyCenter.BodyCenter427239251 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_427239251 >.module_427239251 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_427239251 >.module_427239251 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_427239251 >.module_427239251 {box-shadow: 0px 0px 0px 0px #ccc}
#module_427239251:hover {
border:none;
}
#module_427239251:hover >.module_427239251 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_427239251 .ModulePlainTextGiantContent{margin-top:0px;}
#module_427239251 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_427239251 .ModulePlainTextGiantContent{margin-left:0px;}
#module_427239251 .ModulePlainTextGiantContent{margin-right:10px;}
#module_427239251 .plainTextGiant-Container{padding-top:10px;}
#module_427239251 .plainTextGiant-Container{padding-bottom:10px;}
#module_427239251 .plainTextGiant-Container{padding-left:10px;}
#module_427239251 .plainTextGiant-Container{padding-right:10px;}
#module_427239251 a{font-size:unset;font-family:unset}
/*友情链接 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_427239250 .ModuleHead .HeadCenter{float:none;}
#module_427239250 {
padding:0px;
}
#module_427239250 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_427239250 .ModuleHead427239250 {
display:none;
}
#module_427239250 .BodyCenter.BodyCenter427239250 {
background:none;background-color:rgba(0,0,0,0);
}
#module_427239250 >.module_427239250 {
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_427239250 >.module_427239250{
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_427239250 .BodyCenter.BodyCenter427239250 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_427239250 .BodyCenter.BodyCenter427239250 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_427239250 >.module_427239250 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_427239250 >.module_427239250 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_427239250 >.module_427239250 {box-shadow: 0px 0px 0px 0px #ccc}
#module_427239250:hover {
border:none;
}
#module_427239250:hover >.module_427239250 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_427239250 .BodyCenter{text-align:left;}
#module_427239250 .link-item .LinkHor .btn-link{font-size:12px;}
#module_427239250 .link-item .LinkHor .btn-link{font-family:微软雅黑,Microsoft YaHei;}
#module_427239250 .link-item .LinkHor .btn-link{color:#333;}
#module_427239250 .link-item .LinkHor .btn-link{font-weight:normal;}
#module_427239250 .link-item .LinkHor .btn-link{text-decoration:none;}
#module_427239250 .link-item .LinkHor .btn-link{font-style:normal;}
#module_427239250 .link-item .LinkHor .btn-link:hover{font-size:12px;}
#module_427239250 .link-item .LinkHor .btn-link:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_427239250 .link-item .LinkHor .btn-link:hover{color:rgb(192, 0, 0);}
#module_427239250 .link-item .LinkHor .btn-link:hover{font-weight:normal;}
#module_427239250 .link-item .LinkHor .btn-link:hover{text-decoration:underline;}
#module_427239250 .link-item .LinkHor .btn-link:hover{font-style:normal;}


#module_384410251 #Sub384410251_6 {top: 50%;transform: translateY(-50%);}
#module_384410251 .swiper-pagination-full {right: 60px;left: unset;top: 50%;transform: translateY(-50%);bottom: unset;}
#module_384410251 .scroll-indicator {left: 50%;transform: translateX(-50%);bottom: 20px;}
.module_384410262 .ModuleHead .HeadCenter{float:none;}
#module_384410262 {
padding:0px;
}
#module_384410262 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410262 .ModuleHead384410262 {
display:none;
}
#module_384410262 .BodyCenter.BodyCenter384410262 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410262 >.module_384410262 {
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_384410262 >.module_384410262{
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_384410262 .BodyCenter.BodyCenter384410262 {
padding-top:0.0000%;
padding-left:2.1277%;
padding-right:2.1277%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410262 .BodyCenter.BodyCenter384410262 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384410262 >.module_384410262 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410262 >.module_384410262 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384410262 >.module_384410262 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410262:hover {
border:none;
}
#module_384410262:hover >.module_384410262 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410262 .ModuleSubContainer{background-color:transparent;}
#module_384410262 .ModuleSubContainer{background-image:none;}
#module_384410262 .ModuleSubContainer{background-repeat:no-repeat;}
#module_384410262 .ModuleSubContainer{background-position:0% 0%;}
#module_384410262 .ModuleSubContainer{background-attachment:scroll;}
#module_384410262 .ModuleSubContainer{}
#module_384410262 {!bgVideo!}{bgVideoUrl:}
#module_384410262 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_384410262 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_384410262 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer384410262 {max-width:1600px;width:auto;}
.module_384410384 .ModuleHead .HeadCenter{float:none;}
#module_384410384 {
padding:0px;
}
#module_384410384 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410384 .ModuleHead384410384 {
display:none;
}

#module_384410384 .ModuleImageTextGiantContent{margin-top:0px;}
#module_384410384 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_384410384 .ModuleImageTextGiantContent{margin-left:0px;}
#module_384410384 .ModuleImageTextGiantContent{margin-right:0px;}
#module_384410384 .imageTextGiant-Container{padding-top:10px;}
#module_384410384 .imageTextGiant-Container{padding-bottom:10px;}
#module_384410384 .imageTextGiant-Container{padding-left:10px;}
#module_384410384 .imageTextGiant-Container{padding-right:10px;}
#module_384410384 .showHandle .btn{font-size:14px;}
#module_384410384 .showHandle .btn{font-family:;}
#module_384410384 .showHandle .btn{color:#333;}
#module_384410384 .showHandle .btn{font-weight:400;}
#module_384410384 .showHandle .btn{text-decoration:none;}
#module_384410384 .showHandle .btn{font-style:normal;}
#module_384410384 .showHandle div{border-top-color:#ddd !important;}
#module_384410384 .showHandle div{border-top-style:solid !important;}
#module_384410384 .showHandle div{border-top-width:1px !important;}
#module_384410384 .showHandle{background-color:transparent;}
#module_384410384 .showHandle{}
#module_384410384 .showHandle{background-repeat:no-repeat;}
#module_384410384 .showHandle{}
#module_384410384 .showHandle{}
#module_384410384 .showHandle{}
#module_384410384 a{font-size:unset;font-family:unset}
.module_384410385 .ModuleHead .HeadCenter{float:none;}
#module_384410385 {
padding:0px;
}
#module_384410385 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410385 .ModuleHead384410385 {
display:none;
}

#module_384410385 .ModuleImageTextGiantContent{margin-top:0px;}
#module_384410385 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_384410385 .ModuleImageTextGiantContent{margin-left:0px;}
#module_384410385 .ModuleImageTextGiantContent{margin-right:0px;}
#module_384410385 .imageTextGiant-Container{padding-top:10px;}
#module_384410385 .imageTextGiant-Container{padding-bottom:10px;}
#module_384410385 .imageTextGiant-Container{padding-left:10px;}
#module_384410385 .imageTextGiant-Container{padding-right:10px;}
#module_384410385 .showHandle .btn{font-size:14px;}
#module_384410385 .showHandle .btn{font-family:;}
#module_384410385 .showHandle .btn{color:#333;}
#module_384410385 .showHandle .btn{font-weight:400;}
#module_384410385 .showHandle .btn{text-decoration:none;}
#module_384410385 .showHandle .btn{font-style:normal;}
#module_384410385 .showHandle div{border-top-color:#ddd !important;}
#module_384410385 .showHandle div{border-top-style:solid !important;}
#module_384410385 .showHandle div{border-top-width:1px !important;}
#module_384410385 .showHandle{background-color:transparent;}
#module_384410385 .showHandle{}
#module_384410385 .showHandle{background-repeat:no-repeat;}
#module_384410385 .showHandle{}
#module_384410385 .showHandle{}
#module_384410385 .showHandle{}
#module_384410385 a{font-size:unset;font-family:unset}
#module_405394534{display:none;}
.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .subnav li a {
    font-size: 15px;
}

.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.mobileFootNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ModuleMobileNavGiant.layout-101 .maxlarge {
    max-width: 10rem;
}

.ModuleMobileNavGiant.layout-101 .maxmiddle {
    max-width: 8rem;
}

.ModuleMobileNavGiant.layout-101 .header-model {
    width: 100%;
    height: 3rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    background: #333333;
    max-height: calc(100vh);
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
}

.mobileNavFloatLayer_1 {
    display: block;
    visibility: hidden;
    width: 17rem;
    height: 100%;
    -ms-transform: translateX(-17rem);
    -khtml-transform: translateX(-17rem);
    -webkit-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    transform: translateX(-17rem);
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    z-index: 9999
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li {
    color: #fff;
    border-bottom: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.on {
    border-left: 5px solid #888888;
    transition: all .3s ease-out
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a {
    padding-left: 15%;
    font-size: 15px;
    color: #fff;
    display: block;
    height: 65px;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a .main-class-colorlump {
    width: 10px;
    height: 66px;
    background-color: #888;
    display: none;
    vertical-align: middle;
    top: unset;
    margin-right: 0;
    transform: unset;
    position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
    width: 18.5px;
    height: 20px;
    display: inline-block;
    margin-right: 1.06rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open>a .more:before {
    content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
    z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
    line-height: 65px;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
    padding-left: 30%;
}

/*滚动条*/

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    overflow: auto;
    height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
    position: relative;
    top: 0;
}

/*二级导航*/

.ModuleMobileNavGiant.layout-101 .subnav a {
    padding-left: 25%;
    display: block;
    font-size: 15px;
    position: relative;
    height: 65px;
    /*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
    display: flex;
    height: 50px!important;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0
}

.ModuleMobileNavGiant.layout-101 header {
    box-sizing: border-box;
    width: 100%
}



.bodyfixd {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bodyabstre {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}



.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
    border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
    border: 0 ! important
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
    border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
    max-height: 40px;
    padding-right: 8pt;
    padding-left: 8pt;
    /* margin-right: 8px;
     margin-left: 15px;
    padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
    display: flex;
    width: calc(100% - 60px);
    margin-left: 50px;
    margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
    width: 56px;
    text-align: center;
    display: 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_384410671 .ModuleHead .HeadCenter{float:none;}
#module_384410671 {
padding:0px;
}
#module_384410671 {
}
#module_384410671 .ModuleHead384410671 {
display:none;
}
#module_384410671 .BodyCenter.BodyCenter384410671 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410671 >.module_384410671 {
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_384410671 >.module_384410671{
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_384410671 .BodyCenter.BodyCenter384410671 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_384410671 .BodyCenter.BodyCenter384410671 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_384410671 >.module_384410671 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_384410671 >.module_384410671 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_384410671 >.module_384410671 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410671:hover {
border:none;
}
#module_384410671:hover >.module_384410671 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410671 .langlistbox{background-color:#fff} #module_384410671 .langlistbox .jt{border-bottom-color:#fff}
#module_384410671 .langlistbox .langinfo{color:#E50B1C}
#module_384410671 .langlistbox .langinfo{background-color:#fff}
#module_384410671 .langlistbox .langinfo{border-color:#E50B1C}
#module_384410671 .langlistbox .langtxt{ font-size:16px }
#module_384410671 .langlistbox .langtxt{ color:#E50B1C }
#module_384410671 {}#module_384410671.layout-101 #header{border-bottom-color:transparent;}
#module_384410671 {}#module_384410671.layout-101 #header{border-bottom-style:none;}
#module_384410671 {}#module_384410671.layout-101 #header{border-bottom-width:0px;}
#module_384410671 {}#module_384410671.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_384410671 {}#module_384410671.layout-101 #MobileNav{background-color: transparent;} #module_384410671.layout-101 #header{background-color:rgb(242, 242, 242);}
#module_384410671 {}#module_384410671.layout-101 #header{}
#module_384410671 {}#module_384410671.layout-101 #header p{font-Family:微软雅黑,Microsoft YaHei;}
#module_384410671 {}#module_384410671.layout-101 #header p{font-size:16px;}
#module_384410671 {}#module_384410671.layout-101 #header p{color:rgb(248, 40, 56);}
#module_384410671 {}#module_384410671.layout-101 #header p{font-weight:bold;}
#module_384410671 {}#module_384410671.layout-101 #header p{text-decoration:none;}
#module_384410671 {}#module_384410671.layout-101 #header p{font-style:normal;}
#module_384410671 {}#module_384410671.layout-101 .lcitem .rect{background:rgb(231, 20, 1);} #module_384410671.layout-101 .icons{color:rgb(231, 20, 1);} #module_384410671.layout-101 .svgdiv svg>*{fill:rgb(231, 20, 1);}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item ul li{border-bottom-color:#f14a35;}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item,#module_384410671.layout-101 #MobileNavFloatLayer{background-color:rgb(242, 242, 242);}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item,#module_384410671.layout-101 #MobileNavFloatLayer{}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li>a{background:rgb(242, 242, 242);}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li>a{}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li>a,#module_384410671.layout-101 .micro-nav-item>ul>li>a p{color:rgb(127, 127, 127);}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li .subnav a{background:#da0011;}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li .subnav a,#module_384410671.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li>a,#module_384410671.layout-101 .micro-nav-item>ul>li>a p{font-family:微软雅黑,Microsoft YaHei;}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li>a,#module_384410671.layout-101 .micro-nav-item>ul>li>a p{font-size:14px;}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li .subnav a,#module_384410671.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:微软雅黑,Microsoft YaHei;}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li .subnav a,#module_384410671.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:15px;}
#module_384410671 .langlistbox li:hover .langinfo,#module_384410671 .langactive .langinfo {color:#fff}
#module_384410671 .langlistbox li:hover .langinfo,#module_384410671 .langactive .langinfo{background-color:#E50B1C}
#module_384410671 .langlistbox li:hover .langinfo,#module_384410671 .langactive .langinfo{border-color:#E50B1C}
#module_384410671 .langlistbox li:hover .langtxt,#module_384410671 .langactive .langtxt{ color:#E50B1C }
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li>a:hover,#module_384410671.layout-101 .micro-nav-item>ul>li>a:hover p{color:rgb(248, 40, 56);}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:#d90f20;}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:#f10215;}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_384410671 {}#module_384410671.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_384410671.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_384410669 .ModuleHead .HeadCenter{float:none;}
#module_384410669 {
padding:0px;
}
#module_384410669 {
}
#module_384410669 .ModuleHead0 {
display:none;
}

#module_384410669 .defaultbtn{background-color:#fff}
#module_384410669 .defaultbtn{}
#module_384410669 .spotgroup{color:#000}
#module_384410669 .itembtn{background-color:#fff}
#module_384410669 .itembtn{}
#module_384410669 .itemicon{color:#666} #module_384410669 svg>*{fill:#666}
#module_384410669 .itemtext{background-color:#fff} #module_384410669 .itemtextright::before{border-left-color:#fff} #module_384410669 .itemtextleft::before{border-right-color:#fff}
#module_384410669 .itemtext{}
#module_384410669 .itemtext{font-size:12px;}
#module_384410669 .itemtext{font-family:;}
#module_384410669 .itemtext{color:#666 !important;}
#module_384410669 .itemtext{font-weight:normal;}
#module_384410669 .itemtext{text-decoration:none;}
#module_384410669 .itemtext{font-style:normal;}
#module_384410669 .defaultbtnbghover{background-color:#000000}
#module_384410669 .defaultbtnbghover{}
#module_384410669 .defaultbtniconbghover{color:#fff}
.module_384410670 .ModuleHead .HeadCenter{float:none;}
#module_384410670 {
padding:0px;
}
#module_384410670 {
}
#module_384410670 .ModuleHead384410670 {
display:none;
}
#module_384410670 .BodyCenter.BodyCenter384410670 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410670 >.module_384410670 {
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_384410670 >.module_384410670{
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_384410670 .BodyCenter.BodyCenter384410670 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_384410670 .BodyCenter.BodyCenter384410670 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_384410670 >.module_384410670 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_384410670 >.module_384410670 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_384410670 >.module_384410670 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410670:hover {
border:none;
}
#module_384410670:hover >.module_384410670 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410670 .foot-nav-list{background-color:rgb(255, 255, 255) !important;}
#module_384410670 .foot-nav-list{border-top-color:transparent;}
#module_384410670 .foot-nav-list{border-top-style:none;}
#module_384410670 .foot-nav-list{border-top-width:0px;}
#module_384410670 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_384410670 .icon{color:rgb(191, 191, 191) !important;} #module_384410670 .icon svg >*{fill:rgb(191, 191, 191)}
#module_384410670 .itemText{font-size:12px;}
#module_384410670 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_384410670 .itemText{color:rgb(127, 127, 127) !important;}
#module_384410670 .itemText{font-weight:normal;}
#module_384410670 .itemText{text-decoration:none;}
#module_384410670 .itemText{font-style:normal;}
#module_384410670 .iconh{color:rgb(248, 40, 56) !important;}  #module_384410670 .iconh svg >*{fill:rgb(248, 40, 56)}
#module_384410670 .itemTexth{font-size:12px;}
#module_384410670 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_384410670 .itemTexth{color:rgb(248, 40, 56) !important;}
#module_384410670 .itemTexth{font-weight:bold;}
#module_384410670 .itemTexth{text-decoration:none;}
#module_384410670 .itemTexth{font-style:normal;}
