/* cache file /mnt/yzproc/YZ-Site/caches/csscache/9/92979/92979_1871191_1_.cache exists */
/*md5:aa76430fa3850858d0a4db8085f88418*/
/*time: 2024-05-01 07:00:42*/
.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{}

.module_384410267 .ModuleHead .HeadCenter{float:none;}
#module_384410267 {
padding:0px;
}
#module_384410267 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410267 .ModuleHead384410267 {
display:none;
}
#module_384410267 .BodyCenter.BodyCenter384410267 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410267 >.module_384410267 {
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_384410267 >.module_384410267{
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_384410267 .BodyCenter.BodyCenter384410267 {
padding-top:10.4603%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:5.2301%;
}
}
@media screen and (max-width: 767px){
#module_384410267 .BodyCenter.BodyCenter384410267 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384410267 >.module_384410267 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410267 >.module_384410267 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384410267 >.module_384410267 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410267:hover {
border:none;
}
#module_384410267:hover >.module_384410267 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410267 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_384410267 .ModuleSubContainer{background-image:url(../image/20210827170929801995.png);}
#module_384410267 .ModuleSubContainer{background-repeat:no-repeat;}
#module_384410267 .ModuleSubContainer{background-position:100% 0%;}
#module_384410267 .ModuleSubContainer{background-attachment:scroll;}
#module_384410267 .ModuleSubContainer{}
#module_384410267 {!bgVideo!}{bgVideoUrl:}
#module_384410267 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_384410267 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_384410267 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer384410267 {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_384410421 .ModuleHead .HeadCenter{float:none;}
#module_384410421 {
padding:0px;
}
#module_384410421 {
position:static;
z-index:0;
top:43px;
left:0px;
width:100%;
height: auto;
}
#module_384410421 .ModuleHead384410421 {
display:none;
}
#module_384410421 {
border:none;
}
@media screen and (min-width: 768px){
#module_384410421 >.module_384410421 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410421 >.module_384410421 {
margin-top:11.5274%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_384410421 .ModuleImageTextGiantContent{margin-top:0px;}
#module_384410421 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_384410421 .ModuleImageTextGiantContent{margin-left:0px;}
#module_384410421 .ModuleImageTextGiantContent{margin-right:0px;}
#module_384410421 .imageTextGiant-Container{padding-top:10px;}
#module_384410421 .imageTextGiant-Container{padding-bottom:10px;}
#module_384410421 .imageTextGiant-Container{padding-left:10px;}
#module_384410421 .imageTextGiant-Container{padding-right:10px;}
#module_384410421 .showHandle .btn{font-size:14px;}
#module_384410421 .showHandle .btn{font-family:;}
#module_384410421 .showHandle .btn{color:#333;}
#module_384410421 .showHandle .btn{font-weight:400;}
#module_384410421 .showHandle .btn{text-decoration:none;}
#module_384410421 .showHandle .btn{font-style:normal;}
#module_384410421 .showHandle div{border-top-color:#ddd !important;}
#module_384410421 .showHandle div{border-top-style:solid !important;}
#module_384410421 .showHandle div{border-top-width:1px !important;}
#module_384410421 .showHandle{background-color:transparent;}
#module_384410421 .showHandle{}
#module_384410421 .showHandle{background-repeat:no-repeat;}
#module_384410421 .showHandle{}
#module_384410421 .showHandle{}
#module_384410421 .showHandle{}
#module_384410421 a{font-size:unset;font-family:unset}
.module_384410414 .ModuleHead .HeadCenter{float:none;}
#module_384410414 {
padding:0px;
}
#module_384410414 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410414 .ModuleHead384410414 {
display:none;
}
#module_384410414 {
border:none;
}
@media screen and (min-width: 768px){
#module_384410414 >.module_384410414 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410414 >.module_384410414 {
}
}

#module_384410414 .ModuleImageTextGiantContent{margin-top:0px;}
#module_384410414 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_384410414 .ModuleImageTextGiantContent{margin-left:0px;}
#module_384410414 .ModuleImageTextGiantContent{margin-right:0px;}
#module_384410414 .imageTextGiant-Container{padding-top:10px;}
#module_384410414 .imageTextGiant-Container{padding-bottom:10px;}
#module_384410414 .imageTextGiant-Container{padding-left:10px;}
#module_384410414 .imageTextGiant-Container{padding-right:10px;}
#module_384410414 .showHandle .btn{font-size:14px;}
#module_384410414 .showHandle .btn{font-family:;}
#module_384410414 .showHandle .btn{color:#333;}
#module_384410414 .showHandle .btn{font-weight:400;}
#module_384410414 .showHandle .btn{text-decoration:none;}
#module_384410414 .showHandle .btn{font-style:normal;}
#module_384410414 .showHandle div{border-top-color:#ddd !important;}
#module_384410414 .showHandle div{border-top-style:solid !important;}
#module_384410414 .showHandle div{border-top-width:1px !important;}
#module_384410414 .showHandle{background-color:transparent;}
#module_384410414 .showHandle{}
#module_384410414 .showHandle{background-repeat:no-repeat;}
#module_384410414 .showHandle{}
#module_384410414 .showHandle{}
#module_384410414 .showHandle{}
#module_384410414 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_384410178 .ModuleHead .HeadCenter{float:none;}
#module_384410178 {
padding:0px;
}
#module_384410178 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410178 .ModuleHead384410178 {
display:none;
}
#module_384410178 .BodyCenter.BodyCenter384410178 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410178 >.module_384410178 {
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(242, 242, 242);
border-bottom-width:1px;
}
#module_384410178 >.module_384410178{
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_384410178 .BodyCenter.BodyCenter384410178 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410178 .BodyCenter.BodyCenter384410178 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_384410178 >.module_384410178 {
margin-top:2.8750%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410178 >.module_384410178 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_384410178 >.module_384410178 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410178:hover {
border:none;
}
#module_384410178:hover >.module_384410178 {
border-color:rgb(242, 242, 242);
}
#module_384410178:hover >.module_384410178 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410178 .one-classify-box{text-align:left;}
#module_384410178 .main-class-item{background-color:transparent;}
#module_384410178 .main-class-item{background-image:none;}
#module_384410178 .main-class-item{background-repeat:no-repeat;}
#module_384410178 .main-class-item{}
#module_384410178 .main-class-item{}
#module_384410178 .main-class-item{}
#module_384410178 .main-class-item{height:50px;}
#module_384410178 .main-class-item{border-top-color:#000;}
#module_384410178 .main-class-item{border-top-style:solid;}
#module_384410178 .main-class-item{border-top-width:0px;}
#module_384410178 .main-class-item{border-right-color:#000;}
#module_384410178 .main-class-item{border-right-style:solid;}
#module_384410178 .main-class-item{border-right-width:0px;}
#module_384410178 .main-class-item{border-bottom-color:#000;}
#module_384410178 .main-class-item{border-bottom-style:solid;}
#module_384410178 .main-class-item{border-bottom-width:0px;}
#module_384410178 .main-class-item{border-left-color:#000;}
#module_384410178 .main-class-item{border-left-style:solid;}
#module_384410178 .main-class-item{border-left-width:0px;}
#module_384410178 .main-class-item{border-top-left-radius:0px;}
#module_384410178 .main-class-item{border-top-right-radius:0px;}
#module_384410178 .main-class-item{border-bottom-left-radius:0px;}
#module_384410178 .main-class-item{border-bottom-right-radius:0px;}
#module_384410178 .main-class-item{margin-right:5px;} @media (max-width: 767px){#module_384410178 .ItemCount li.col-xs-2 {width: calc((100% - 5px) / 2) !important;}#module_384410178 .ItemCount li.col-xs-3 {width: calc((100% - 5px * 2) / 3) !important;}#module_384410178 .ItemCount li.col-xs-4 {width: calc((100% - 5px * 3) / 4) !important;}#module_384410178 .ItemCount li.col-xs-5 {width: calc((100% - 5px * 4) / 5) !important;}} @media (min-width: 768px){#module_384410178 .ItemCount li.col-lg-2 {width: calc((100% - 5px) / 2) !important;}#module_384410178 .ItemCount li.col-lg-3 {width: calc((100% - 5px * 2) / 3) !important;}#module_384410178 .ItemCount li.col-lg-4 {width: calc((100% - 5px * 3) / 4) !important;}#module_384410178 .ItemCount li.col-lg-5 {width: calc((100% - 5px * 4) / 5) !important;}#module_384410178 .ItemCount li.col-lg-6 {width: calc((100% - 5px * 5) / 6) !important;}#module_384410178 .ItemCount li.col-lg-7 {width: calc((100% - 5px * 6) / 7) !important;}#module_384410178 .ItemCount li.col-lg-8 {width: calc((100% - 5px * 7) / 8) !important;}#module_384410178 .ItemCount li.col-lg-9 {width: calc((100% - 5px * 8) / 9) !important;}#module_384410178 .ItemCount li.col-lg-10 {width: calc((100% - 5px * 9) / 10) !important;}#module_384410178 .ItemCount li.col-lg-11 {width: calc((100% - 5px * 10) / 11) !important;}#module_384410178 .ItemCount li.col-lg-12 {width: calc((100% - 5px * 11) / 12) !important;}}
#module_384410178 .main-class-item{margin-Bottom:px;} 
#module_384410178 .main-class-text{font-size:15px;}
#module_384410178 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_384410178 .main-class-text{color:#666;}
#module_384410178 .main-class-text{font-weight:normal;}
#module_384410178 .main-class-text{text-decoration:none;}
#module_384410178 .main-class-text{font-style:normal;}
#module_384410178 .main-class-item{width:100px;width:100;}
#module_384410178 .main-class-text{padding-left:px;}
#module_384410178 .main-class-text{padding-right:px}
#module_384410178 .main-class-item:hover{border-top-color:;}
#module_384410178 .main-class-item:hover{border-top-style:;}
#module_384410178 .main-class-item:hover{border-right-color:;}
#module_384410178 .main-class-item:hover{border-right-style:;}
#module_384410178 .main-class-item:hover{border-bottom-color:;}
#module_384410178 .main-class-item:hover{border-bottom-style:;}
#module_384410178 .main-class-item:hover{border-left-color:;}
#module_384410178 .main-class-item:hover{border-left-style:;}
#module_384410178 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_384410178 .main-class-item.active{background-image:none;}
#module_384410178 .main-class-item.active{background-repeat:no-repeat;}
#module_384410178 .main-class-item.active{}
#module_384410178 .main-class-item.active{}
#module_384410178 .main-class-item.active{}
#module_384410178 .main-class-item.active .main-class-text{font-size:15px;}
#module_384410178 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_384410178 .main-class-item.active .main-class-text{color:rgb(9, 59, 128);}
#module_384410178 .main-class-item.active .main-class-text{font-weight:normal;}
#module_384410178 .main-class-item.active .main-class-text{text-decoration:none;}
#module_384410178 .main-class-item.active .main-class-text{font-style:normal;}


@keyframes liner{
	0%  {width:10%; }
	30% {width:20%; }
	60% {width:60%; }
	100%{width:100%; }
}
.ModuleNewsListGiant.layout-110 .news-item{ float: left; position: relative; cursor: pointer;background:#fff;margin-bottom: 2%}
.ModuleNewsListGiant.layout-110 .news-item .news-img .dummy {padding-top: 66.666%;}
.ModuleNewsListGiant.layout-110 .news-item .news-img{list-style-type: none;display: block;overflow: hidden;max-width: 100%;width: 100%;position: relative;margin: auto}
.ModuleNewsListGiant.layout-110 .news-item .news-img img{transition: all .3s ease-out 0s;position: absolute; top: 0;  bottom: 0;  left: 0;  right: 0;  max-width: 100%; width: 100%; margin:auto;  padding: auto;  display: block;}
.ModuleNewsListGiant.layout-110 .news-item:hover .news-img img{transform: scale(1.2);}
.ModuleNewsListGiant.layout-110 .news-item .news-tit{ position: relative; padding-top: 20px; }
.ModuleNewsListGiant.layout-110 .news-item  .news-title{}
.ModuleNewsListGiant.layout-110 .news-item:hover time:before{margin-bottom: -10px;background:-webkit-gradient(linear,0 0 ,0 100%, from(#fff), to(#fff));-webkit-animation:liner 0.6s linear 1;-webkit-animation-fill-mode:both;border-bottom-color:#2196f3; }
.ModuleNewsListGiant.layout-110 .news-item:hover .news-title{color:#2196f3}
.ModuleNewsListGiant.layout-110 .news-item time{ position:relative;font-size:12px; display: block;margin:11px 0 10px 0;}
.ModuleNewsListGiant.layout-110 .news-item time:before{margin-bottom: -10px;transition: all 0.1s  cubic-bezier(.23, 1, .38, 1) 0.1s;position: absolute;height: 1px; width: 100%; content: ""; position: absolute; bottom:0px; left: 0; }
.ModuleNewsListGiant.layout-110 .news-item .news-tit .news-name{ padding: 0 0 5px 0; }
.ModuleNewsListGiant.layout-110 .news-item .news-tit .news-desc{color: #999;line-height: 22px;margin-top: 31px}
.ModuleNewsListGiant.layout-110  li.news-item img{height: auto;}
.ModuleNewsListGiant.layout-110 .laout-110-title{vertical-align: middle;}
.ModuleNewsListGiant.layout-110 .label-box {font-size: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ModuleNewsListGiant.layout-110 .news-label {display: inline-block; font-size: 12px; color: #999; padding: 0 10px; margin-top: 18px; border-left: 1px solid #eee; line-height: 1.5;}
.ModuleNewsListGiant.layout-110 .videobox .Mantle{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.ModuleNewsListGiant.layout-110 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 66px;
    color: #fff;
    transform: translate(-50%,-50%);
}
.ModuleNewsListGiant.layout-110 .news-title-oneline{
	white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;
}
/*手机屏幕*/
@media (max-width: 767px) {
	.ModuleNewsListGiant.layout-110  .news-container{ width: 100%;overflow: hidden}
	.ModuleNewsListGiant.layout-110  li.col-xs-1 {width: 100%;padding-right:0;  padding-left:0;}
	.ModuleNewsListGiant.layout-110  li.col-xs-2 {width: calc((100% - 3.6%) / 2); padding-right:0;  padding-left:0;margin-right: 3.6%}
	.ModuleNewsListGiant.layout-110  li.col-xs-2:nth-child(2n){margin-right: 0%}
}
/*PC屏幕*/
@media (min-width: 768px){
	.ModuleNewsListGiant.layout-110 .news-container {display:flex; flex-wrap: wrap;}
	.ModuleNewsListGiant.layout-110 li.col-lg-1 {width: 100%; padding-right:0; padding-left:0;}
	.ModuleNewsListGiant.layout-110 li.col-lg-2 {width: calc((100% - 2%) / 2); padding-right:0; padding-left:0; margin-right: 2%;}
	.ModuleNewsListGiant.layout-110 li.col-lg-3 {width: calc((100% - 6%) / 3); padding-right:0; padding-left:0; margin-right: 3%;}
	.ModuleNewsListGiant.layout-110 li.col-lg-4 {width: calc((100% - 7.98%) / 4); padding-right:0; padding-left:0; margin-right: 2.66%;}
	.ModuleNewsListGiant.layout-110 li.col-lg-5 {width: calc((100% - 10%) / 5); padding-right:0; padding-left:0; margin-right: 2.5%;}
	.ModuleNewsListGiant.layout-110 li.col-lg-6 {width: calc((100% - 10%) / 6); padding-right:0; padding-left:0; margin-right: 2%;}
	.ModuleNewsListGiant.layout-110 li.col-lg-2:nth-child(2n),
	.ModuleNewsListGiant.layout-110 li.col-lg-3:nth-child(3n),
	.ModuleNewsListGiant.layout-110 li.col-lg-4:nth-child(4n),
	.ModuleNewsListGiant.layout-110 li.col-lg-5:nth-child(5n),
	.ModuleNewsListGiant.layout-110 li.col-lg-6:nth-child(6n){margin-right: 0%;}
}
/*置顶推荐*/
.ModuleNewsListGiant.layout-110 .staFun{border: 1px solid #e50b1c;font-size: 12px;padding: 0px 2px;color: #fff; font-weight: bold;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;vertical-align: text-bottom;;background: #e50b1c;}
.ModuleNewsListGiant.layout-110 .pagerGiant .inputer{outline: 0;}
.module_384410678 .ModuleHead .HeadCenter{float:none;}
#module_384410678 {
padding:0px;
}
#module_384410678 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410678 .ModuleHead384410678 {
display:none;
}
#module_384410678 .BodyCenter.BodyCenter384410678 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410678 >.module_384410678 {
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_384410678 >.module_384410678{
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_384410678 .BodyCenter.BodyCenter384410678 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410678 .BodyCenter.BodyCenter384410678 {
padding-top:0.0000%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_384410678 >.module_384410678 {
margin-top:3.1250%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410678 >.module_384410678 {
margin-top:5.1873%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_384410678 >.module_384410678 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410678:hover {
border:none;
}
#module_384410678:hover >.module_384410678 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410678 .videobox .iconfont{font-size:px;}
#module_384410678 {}@media (max-width: 767px) { #module_384410678 .videobox .iconfont{font-size:px;}}
#module_384410678 .news-item{border-bottom-left-radius:px;}
#module_384410678 .news-item{border-bottom-right-radius:px;}
#module_384410678 .news-item{background-color:transparent;}
#module_384410678 .news-item{background-image:none;}
#module_384410678 .news-item{background-repeat:no-repeat;}
#module_384410678 .news-item{}
#module_384410678 .news-item{}
#module_384410678 .news-item{}
#module_384410678 .news-img .dummy{background-color:transparent;}
#module_384410678 .news-img .dummy{background-image:none;}
#module_384410678 .news-img .dummy{background-repeat:no-repeat;}
#module_384410678 .news-img .dummy{}
#module_384410678 .news-img .dummy{}
#module_384410678 .news-img .dummy{}
#module_384410678 .news-img .dummy{padding-top:58%;}
#module_384410678 .news-img .t-img{ object-fit:cover;}
#module_384410678 .news-img .t-img{ width:100%;}
#module_384410678 .news-img .t-img{ height:100%;}
#module_384410678 .news-img,#module_384410678 .news-item{border-top-left-radius:0px;}
#module_384410678 .news-img,#module_384410678 .news-item{border-top-right-radius:0px;}
#module_384410678 .news-img{border-bottom-left-radius:0px;}
#module_384410678 .news-img{border-bottom-right-radius:0px;}
#module_384410678 .news-title{font-size:16px;}
#module_384410678 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_384410678 .news-title{color:#333;}
#module_384410678 .news-title{font-weight:normal;}
#module_384410678 .laout-110-title{text-decoration:none;}
#module_384410678 .news-title{font-style:normal;}
#module_384410678 .news-title{margin-top:0px;}
#module_384410678 .news-title{margin-bottom:0px;}
#module_384410678 .news-title{padding-left:px;}
#module_384410678 .news-title{padding-right:px;}
#module_384410678 .news-desc{padding-left:px;}
#module_384410678 .news-desc{padding-right:px;}
#module_384410678 .news-desc{font-size:15px;}
#module_384410678 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_384410678 .news-desc{color:#999;}
#module_384410678 .news-desc{font-weight:normal;}
#module_384410678 .news-desc{text-decoration:none;}
#module_384410678 .news-desc{font-style:normal;}
#module_384410678 .news-desc{margin-top:30px;}
#module_384410678 .news-desc{margin-bottom:0px;}
#module_384410678 time{padding-left:px;}
#module_384410678 time{padding-right:px;}
#module_384410678 time{font-size:16px;}
#module_384410678 time{font-family:tahoma;}
#module_384410678 time{font-weight:normal;}
#module_384410678 time{text-decoration:none;}
#module_384410678 time{font-style:normal;}
#module_384410678 time{color:rgb(9, 59, 128);}
#module_384410678 time{margin-top:15px;}
#module_384410678 time{margin-bottom:15px;}
#module_384410678 .news-item time:before{border-bottom-color:rgb(242, 242, 242);}
#module_384410678 .news-item time:before{border-bottom-style:solid;}
#module_384410678 .news-item time:before{border-bottom-width:2px;}
#module_384410678 .news-label a{font-size:12px;}
#module_384410678 .news-label a{font-family:微软雅黑,Microsoft YaHei;}
#module_384410678 .news-label a{color:#999;}
#module_384410678 .news-label a{font-weight:normal;}
#module_384410678 .news-label a{text-decoration:none;}
#module_384410678 .news-label a{font-style:normal;}
#module_384410678 .news-label{margin-top:18px;}
#module_384410678 .news-label{margin-bottom:0px;}
#module_384410678 .news-label{margin-left:0px;}
#module_384410678 .news-label{margin-right:0px;}
#module_384410678 .news-label{padding-top:0px;}
#module_384410678 .news-label{padding-bottom:0px;}
#module_384410678 .news-label{padding-left:10px;}
#module_384410678 .news-label{padding-right:10px;}
#module_384410678 .news-label{background-color:rgba(255, 255, 255, 0);}
#module_384410678 .news-label{background-image:none;}
#module_384410678 .news-label{background-repeat:no-repeat;}
#module_384410678 .news-label{}
#module_384410678 .news-label{}
#module_384410678 .news-label{}
#module_384410678 .news-label{border-top-color:transparent;}
#module_384410678 .news-label{border-top-style:none;}
#module_384410678 .news-label{border-top-width:0px;}
#module_384410678 .news-label{border-right-color:transparent;}
#module_384410678 .news-label{border-right-style:none;}
#module_384410678 .news-label{border-right-width:0px;}
#module_384410678 .news-label{border-bottom-color:transparent;}
#module_384410678 .news-label{border-bottom-style:none;}
#module_384410678 .news-label{border-bottom-width:0px;}
#module_384410678 .news-label{border-left-color:#eee;}
#module_384410678 .news-label{border-left-style:solid;}
#module_384410678 .news-label{border-left-width:1px;}
#module_384410678 .pagerGiant .text{font-size:12px;}
#module_384410678 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_384410678 .pagerGiant .text{color:#333;}
#module_384410678 .pagerGiant .text{}
#module_384410678 .pagerGiant .text{}
#module_384410678 .pagerGiant .text{}
#module_384410678 .pagerGiant .current,#module_384410678 .pagerGiant .num,#module_384410678 .pagerGiant .inputer{width:30px}
#module_384410678 .pagerGiant .current,#module_384410678 .pagerGiant .num,#module_384410678 .pagerGiant .inputer{height:30px}
#module_384410678 .pagerGiant .num{font-size:12px;}
#module_384410678 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_384410678 .pagerGiant .num{color:#333;}
#module_384410678 .pagerGiant .num{}
#module_384410678 .pagerGiant .num{}
#module_384410678 .pagerGiant .num{}
#module_384410678 .pagerGiant .submit{width:55px}
#module_384410678 .pagerGiant .submit{height:30px}
#module_384410678 .pagerGiant .current,#module_384410678 .pagerGiant .num,#module_384410678 .pagerGiant .inputer,#module_384410678 .pagerGiant .submit{border-top-left-radius:0px;}
#module_384410678 .pagerGiant .current,#module_384410678 .pagerGiant .num,#module_384410678 .pagerGiant .inputer,#module_384410678 .pagerGiant .submit{border-top-right-radius:0px;}
#module_384410678 .pagerGiant .current,#module_384410678 .pagerGiant .num,#module_384410678 .pagerGiant .inputer,#module_384410678 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_384410678 .pagerGiant .current,#module_384410678 .pagerGiant .num,#module_384410678 .pagerGiant .inputer,#module_384410678 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_384410678 .pagerGiant .next,#module_384410678 .pagerGiant .splitline{color:#ccc;}
#module_384410678 .pagerGiant .num{background-color:#fff;}
#module_384410678 .pagerGiant .num, #module_384410678 .pagerGiant .inputer{border-top-color:#ccc;}
#module_384410678 .pagerGiant .num, #module_384410678 .pagerGiant .inputer{border-top-style:solid;}
#module_384410678 .pagerGiant .num, #module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit, #module_384410678 .pagerGiant .inputer{border-top-width:1px;}
#module_384410678 .pagerGiant .num, #module_384410678 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_384410678 .pagerGiant .num, #module_384410678 .pagerGiant .inputer{border-bottom-style:solid;}
#module_384410678 .pagerGiant .num, #module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit, #module_384410678 .pagerGiant .inputer{border-bottom-width:1px;}
#module_384410678 .pagerGiant .num, #module_384410678 .pagerGiant .inputer{border-left-color:#ccc;}
#module_384410678 .pagerGiant .num, #module_384410678 .pagerGiant .inputer{border-left-style:solid;}
#module_384410678 .pagerGiant .num, #module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit, #module_384410678 .pagerGiant .inputer{border-left-width:1px;}
#module_384410678 .pagerGiant .num, #module_384410678 .pagerGiant .inputer{border-right-color:#ccc;}
#module_384410678 .pagerGiant .num, #module_384410678 .pagerGiant .inputer{border-right-style:solid;}
#module_384410678 .pagerGiant .num, #module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit, #module_384410678 .pagerGiant .inputer{border-right-width:1px;}
#module_384410678 .page-more a{font-size:px;}
#module_384410678 .page-more a{font-family:;}
#module_384410678 .page-more a{color:#666 !important;}
#module_384410678 .page-more a{}
#module_384410678 .page-more a{}
#module_384410678 .page-more a{}
#module_384410678 .page-more a{background-color:#fff;}
#module_384410678 .page-more a{border-top-color:#eee;}
#module_384410678 .page-more a{border-top-style:solid;}
#module_384410678 .page-more a{border-top-width:2px;}
#module_384410678 .page-more a{border-bottom-color:#eee;}
#module_384410678 .page-more a{border-bottom-style:solid;}
#module_384410678 .page-more a{border-bottom-width:2px;}
#module_384410678 .page-more a{border-left-color:#eee;}
#module_384410678 .page-more a{border-left-style:solid;}
#module_384410678 .page-more a{border-left-width:2px;}
#module_384410678 .page-more a{border-right-color:#eee;}
#module_384410678 .page-more a{border-right-style:solid;}
#module_384410678 .page-more a{border-right-width:2px;}
#module_384410678 .news-item:hover{background-color:transparent;}
#module_384410678 .news-item:hover{background-image:none;}
#module_384410678 .news-item:hover{background-repeat:no-repeat;}
#module_384410678 .news-item:hover{}
#module_384410678 .news-item:hover{}
#module_384410678 .news-item:hover{}
#module_384410678 .news-item:hover .news-title{font-size:16px;}
#module_384410678 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_384410678 .news-item:hover .news-title{color:rgb(9, 59, 128);}
#module_384410678 .news-item:hover .news-title{font-weight:normal;}
#module_384410678 .news-item:hover .news-title{text-decoration:none;}
#module_384410678 .news-item:hover .news-title{font-style:normal;}
#module_384410678 .news-item:hover time:before{border-bottom-color:rgb(9, 59, 128);}
#module_384410678 .news-item:hover time:before{border-bottom-style:solid;}
#module_384410678 .news-item:hover time:before{border-bottom-width:2px;}
#module_384410678 .news-label:hover a{font-size:12px;}
#module_384410678 .news-label:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_384410678 .news-label:hover a{color:#999;}
#module_384410678 .news-label:hover a{font-weight:normal;}
#module_384410678 .news-label:hover a{text-decoration:none;}
#module_384410678 .news-label:hover a{font-style:normal;}
#module_384410678 .news-label:hover{background-color:rgba(255, 255, 255, 0);}
#module_384410678 .news-label:hover{background-image:none;}
#module_384410678 .news-label:hover{background-repeat:no-repeat;}
#module_384410678 .news-label:hover{}
#module_384410678 .news-label:hover{}
#module_384410678 .news-label:hover{}
#module_384410678 .news-label:hover{border-top-color:transparent;}
#module_384410678 .news-label:hover{border-top-style:none;}
#module_384410678 .news-label:hover{border-right-color:transparent;}
#module_384410678 .news-label:hover{border-right-style:none;}
#module_384410678 .news-label:hover{border-bottom-color:transparent;}
#module_384410678 .news-label:hover{border-bottom-style:none;}
#module_384410678 .news-label:hover{border-left-color:#eee;}
#module_384410678 .news-label:hover{border-left-style:solid;}
#module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit{font-size:12px;}
#module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit{color:#fff;}
#module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit{}
#module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit{}
#module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit{}
#module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit{background-color:#000;}
#module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit, #module_384410678 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit, #module_384410678 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit, #module_384410678 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit, #module_384410678 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit, #module_384410678 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit, #module_384410678 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit, #module_384410678 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_384410678 .pagerGiant .current, #module_384410678 .pagerGiant .submit, #module_384410678 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_384410678 .page-more a:hover{font-size:px;}
#module_384410678 .page-more:hover a{font-family:;}
#module_384410678 .page-more a:hover{color:rgb(9, 59, 128) !important;}
#module_384410678 .page-more a:hover {}
#module_384410678 .page-more a:hover {}
#module_384410678 .page-more a:hover {}
#module_384410678 .page-more a:hover{background-color:#fff;}
#module_384410678 .page-more a:hover{border-top-color:rgb(9, 59, 128);}
#module_384410678 .page-more a:hover{border-top-style:solid;}
#module_384410678 .page-more a:hover{border-bottom-color:rgb(9, 59, 128);}
#module_384410678 .page-more a:hover{border-bottom-style:solid;}
#module_384410678 .page-more a:hover{border-left-color:rgb(9, 59, 128);}
#module_384410678 .page-more a:hover{border-left-style:solid;}
#module_384410678 .page-more a:hover{border-right-color:rgb(9, 59, 128);}
#module_384410678 .page-more a:hover{border-right-style:solid;}
#module_384410678 .news-item:hover .news-desc{font-size:px;}
#module_384410678 .news-item:hover .news-desc{font-family:;}
#module_384410678 .news-item:hover .news-desc{color:;}
#module_384410678 .news-item:hover .news-desc{}
#module_384410678 .news-item:hover .news-desc{}
#module_384410678 .news-item:hover .news-desc{}

.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;}
