/* cache file /mnt/yzproc/YZ-Site/caches/csscache/9/92979/92979_1871226_1_.cache exists */
/*md5:4d1b28043caad8e659786511129c066d*/
/*time: 2024-04-02 02:27:55*/
.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_384410270 .ModuleHead .HeadCenter{float:none;}
#module_384410270 {
padding:0px;
}
#module_384410270 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_384410270 .ModuleHead384410270 {
display:none;
}
#module_384410270 .BodyCenter.BodyCenter384410270 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410270 >.module_384410270 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_384410270 >.module_384410270{
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_384410270 .BodyCenter.BodyCenter384410270 {
padding-top:2.0921%;
padding-left:2.0921%;
padding-right:2.0921%;
padding-bottom:5.2301%;
}
}
@media screen and (max-width: 767px){
#module_384410270 .BodyCenter.BodyCenter384410270 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384410270 >.module_384410270 {
margin-top:6.2762%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410270 >.module_384410270 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384410270 >.module_384410270 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410270:hover {
border:none;
}
#module_384410270:hover >.module_384410270 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410270 .ModuleSubContainer{background-color:transparent;}
#module_384410270 .ModuleSubContainer{background-image:none;}
#module_384410270 .ModuleSubContainer{background-repeat:no-repeat;}
#module_384410270 .ModuleSubContainer{background-position:0% 0%;}
#module_384410270 .ModuleSubContainer{background-attachment:scroll;}
#module_384410270 .ModuleSubContainer{}
#module_384410270 {!bgVideo!}{bgVideoUrl:}
#module_384410270 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_384410270 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_384410270 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer384410270 {max-width:1600px;width:auto;}


/*layout-103*/
.ModuleNewsDetailGiant.layout-103 .social-share .social-share-icon{ width: 40px;height: 40px;line-height: 40px; font-size: 24px;}
.ModuleNewsDetailGiant.layout-103 .news-details-title{line-height: 1.5; font-size: 30px; color: #333; padding: 20px 0 35px 0; }
/* .ModuleNewsDetailGiant.layout-103 .news-details-small{ padding-bottom: 24px;} */
.ModuleNewsDetailGiant.layout-103 .news-details-small p{ display: inline-block;  color: #666;}
.ModuleNewsDetailGiant.layout-103 .news-details-desc{ position: relative;  margin: 29px 0; padding: 30px; background: #f5f5f5; color: #666666;}
.ModuleNewsDetailGiant.layout-103 .news-details-bottom-title{ padding: 29px 0; color: #333333; border-top: 1px solid #e5e5e5;}
.ModuleNewsDetailGiant.layout-103 .news-details-recommend{ margin-top: 10px; font-size: 18px; font-weight: 600; padding: 13px 20px; background: #f4f4f4;}
.ModuleNewsDetailGiant.layout-103 .news-details-tit{ padding-top: 15px;}
.ModuleNewsDetailGiant.layout-103 .PrevNextdiv{ display: flex;  justify-content: space-between; position:relative;margin-bottom:32px; margin-top: 32px; }
/* .ModuleNewsDetailGiant.layout-103 .p-l{position: absolute; left: 0;}
.ModuleNewsDetailGiant.layout-103 .p-r{position: absolute; right: 0;} */
.ModuleNewsDetailGiant.layout-103 .news-details-tit a{     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; display: block; margin-left: 20px; padding-left: 18px; padding-bottom: 9px; color: #666666; position: relative;}
.ModuleNewsDetailGiant.layout-103 .news-details-tit a:hover{ text-decoration: underline; color: #333;}
.ModuleNewsDetailGiant.layout-103 .news-details-tit a:before{ content: ""; display: block; position: absolute; top: 30%; left: 0px; width: 4px; height: 4px; background: #999;}
.ModuleNewsDetailGiant.layout-103 .news-details-item{ width: 100%; margin: 0 auto;}
.ModuleNewsDetailGiant.layout-103 .news-details-item .more{cursor: pointer;text-align: center;padding: 35px 0 20px 0;border-bottom: 1px solid #eee;}
.ModuleNewsDetailGiant.layout-103 .news-details-bottom-title{border-top: 0;padding:15px 0 25px;}
.ModuleNewsDetailGiant.layout-103 .news-details-bottom-title a{font-size: 14px}
.ModuleNewsDetailGiant.layout-103 .news-context{ position: relative; }
.ModuleNewsDetailGiant.layout-103 .share .tips{ color: #999; display: block;  text-align: center;    width: 100px; }
.ModuleNewsDetailGiant.layout-103 .share .social-share{
    width: 46px;
    margin: 0 auto;
    display: block;
}
.ModuleNewsDetailGiant.layout-103 .sharediv {    position: absolute;
    left: 0;top:100px}
.ModuleNewsDetailGiant.layout-103 .news-details-item{position: relative;
    padding-left: 120px; min-height: 600px;}
.ModuleNewsDetailGiant.layout-103 .social-share .social-share-icon{ display: block; margin: 0 auto; margin-top: 10px; }
.ModuleNewsDetailGiant.layout-103 .news-details-box{    display: flex;    align-items: center;
    justify-content: space-between; margin-top: 44px;}
.ModuleNewsDetailGiant.layout-103 .news-details-box h2{height: 16px;
border-left:0.313rem solid #E52121; margin-right: 9px;}
/* .ModuleNewsDetailGiant.layout-103 .Mark{margin-top: 26px;} */
.ModuleNewsDetailGiant.layout-103 .showlike {
    min-width: 82px;
    /* border: 1px solid #cccccc; */
    border-radius: 16px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;

}
.ModuleNewsDetailGiant.layout-103 .Author,.ModuleNewsDetailGiant.layout-103 .Source{
    display: flex;
    justify-content:left;
    align-items: center;
}
.ModuleNewsDetailGiant.layout-103 .Author{ margin-bottom: 24px;}
.ModuleNewsDetailGiant.layout-103 .news-details-box .AuthorandSource span{ font-size: 14px;color:#666666}
.ModuleNewsDetailGiant.layout-103 .share .share-pc {
    display:block;
}
.ModuleNewsDetailGiant.layout-103 .share .share-mobile {
    display: none;
}
.ModuleNewsDetailGiant.layout-103 .quotes{
     font-size: 48px;
      color:#999999;
      font-weight: bold;
      display: inline-block;
      line-height: 48px;
}
.ModuleNewsDetailGiant.layout-103 .desc{padding-left: 10px;

    display: inline-block;
    vertical-align: top;
    width: calc(100% - 58px);}

    .ModuleNewsDetailGiant.layout-103 .endquotes {
        vertical-align: bottom;
         position: absolute;
        bottom: 0px;
}
/*标签*/
.ModuleNewsDetailGiant.layout-103 .news-details-item .Mark{text-align: left;width: 100%;height:auto;white-space:nowrap;padding: 30px 0px 0px;}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-103 .news-details-item .Mark{padding: 30px 15px 0px;}

}

.ModuleNewsDetailGiant.layout-103 .news-details-item .Mark label{
    float: left;
    padding-right: 15px;
    color: #666;
    font-weight: normal;
    height: 100%;
    margin: 0;
    line-height: 32px;
    margin-bottom: -12px;
}
/* .ModuleNewsDetailGiant.layout-103 .news-details-small{font-size: 11px ! important;} */
.ModuleNewsDetailGiant.layout-103 .news-details-item .Mark ul{display:block;margin:0; padding:0;width: 90%;overflow: hidden;margin-top: -12px;}
.ModuleNewsDetailGiant.layout-103 .news-details-item .Mark ul li{display:inline;margin-right:10px;float: left;
    text-align: center;
    line-height: 32px;
    /*width: 86px;*/
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 12px;
    background: rgb(233,233,233);
    border-radius: 16px;}
    .ModuleNewsDetailGiant.layout-103 .news-details-item .Mark ul li a{font-size: 0.875rem;color:#666;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 11px;}
.ModuleNewsDetailGiant.layout-103  .showlike {
    min-width: 64px;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    line-height: 32px;
}
.ModuleNewsDetailGiant.layout-103 .next,
.ModuleNewsDetailGiant.layout-103 .prev{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
@media only screen and (max-width: 479px) {
    .ModuleNewsDetailGiant.layout-103 .news-details-item{ width: 92%; margin: 0 auto;}
    .ModuleNewsDetailGiant.layout-103 .news-details-title{  font-size: 18px; color: #333; padding: 20px 0 10px 0; }
    .ModuleNewsDetailGiant.layout-103 .news-details-small{  font-size: 12px;}
    .p-2{ width: 100%; margin-top: 10px;}
    .ModuleNewsDetailGiant.layout-103 .news-details-recommend{ font-size: 16px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-103 .news-details-item{ width: 92%; margin: 0 auto;}
}
/*分享样式*/
.ModuleNewsDetailGiant.layout-103 .news-details-item .shareitem{align-items: center;justify-content: space-between;padding: 40px 0 ;align-items: center;border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;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;}
.ModuleNewsDetailGiant.layout-103 .news-details-item .share li{float:left;}
.ModuleNewsDetailGiant.layout-103 .news-details-item .share .shareitem{width: 24px;height: 24px;margin-left:8px;cursor: pointer;}
.ShareIcon{position: absolute;top: -9999px;}
@media only screen and (max-width: 991px) {
    .ModuleNewsDetailGiant.layout-103 .news-details-item .share-news-mobile{display:block;}
    .ModuleNewsDetailGiant.layout-103 .news-details-item .share-news-pc{display:none;}
}
@media only screen and (min-width: 992px) {
    .ModuleNewsDetailGiant.layout-103 .news-details-item .share-news-mobile{display:none;}
    .ModuleNewsDetailGiant.layout-103 .news-details-item .share-news-pc{display:block;}
}

/*PC端与移动端评论展示样式*/
@media only screen and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-103 .PrevNextdiv{position:relative;margin-bottom:10px }
    .ModuleNewsDetailGiant.layout-103 .p-l{position: relative; left: 0;}
    .ModuleNewsDetailGiant.layout-103 .p-r{position: relative; right: 0;}
    .ModuleNewsDetailGiant.layout-103 .share .share-pc {
        display: none !important;
    }
     .ModuleNewsDetailGiant.layout-103 .share .share-mobile {
        display: block !important;
    }
    .ModuleNewsDetailGiant.layout-103 .social-share .social-share-icon{ width:50px;height: 50px;line-height: 50px; font-size: 0;}
    .ModuleNewsDetailGiant.layout-103 .sharediv {    position:relative;
        left: 0;top:auto !important}
    .ModuleNewsDetailGiant.layout-103 .news-details-item{width: auto;margin: 0 0.714rem;}
    .ModuleNewsDetailGiant.layout-103 .news-details-item{padding-right:0px !important; padding-left:0px !important;}
	/* .ModuleNewsDetailGiant.layout-103 .news-details-item .news-comment{display: none;}
	.ModuleNewsDetailGiant.layout-103 .news-details-item .newsmobile-comment{display: block;} */
	.ModuleNewsDetailGiant.layout-103 .news-details-item .g-flexview .g-scrollview .row{margin-right: 0px; margin-left: 0px;}

    .ModuleNewsDetailGiant.layout-103 .news-details-bottom-title{padding: 10px 0 25px}
    .ModuleNewsDetailGiant.layout-103 .news-details-item .Mark ul li a{font-size: 14px;}
    .PrevNext .next{padding: 15px}
    .PrevNext{padding:0;}
    .ModuleNewsDetailGiant.layout-103 .news-details-recommend{padding: 10px 20px; margin-top: 0;}
    .ModuleNewsDetailGiant.layout-103 .news-details-tit a{font-size: 14px;width: 100% !important;
        margin: 0;}
    .ModuleNewsDetailGiant.layout-103 .p-1 {width: 100%;}
    .ModuleNewsDetailGiant.layout-103 .next,
    .ModuleNewsDetailGiant.layout-103 .prev{display: block; max-width: 100%;}
    .ModuleNewsDetailGiant.layout-103 .Author, .ModuleNewsDetailGiant.layout-103 .Source {
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .ModuleNewsDetailGiant.layout-103 .Likeandshare {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        margin: 30px 0;
    }
    .ModuleNewsDetailGiant.layout-103 .news-details-box{flex-wrap: wrap;}
    .ModuleNewsDetailGiant.layout-103 .social-share .social-share-icon{display: inline-block;     margin: 0px;
        margin-right: calc((100% - 220px) / 3);}
        .ModuleNewsDetailGiant.layout-103 .share .social-share { text-align: left;}
         .ModuleNewsDetailGiant.layout-103 .moreshare .social-share-icon{background-color:unset !important}
         .ModuleNewsDetailGiant.layout-103 .moreshare .icon-shengchenghaibao{background-color:#fff !important}
        .ModuleNewsDetailGiant.layout-103 .news-details-box{    margin-top: 22px;}
        .ModuleNewsDetailGiant.layout-103 .quotes{ font-size: 24px;}
        .ModuleNewsDetailGiant.layout-103 .startquotes{position: absolute;
            top: 0;}
        .ModuleNewsDetailGiant.layout-103 .endquotes{position: absolute;
            bottom: -5px;
            right: 10px;}
        .ModuleNewsDetailGiant.layout-103 .desc{ width: 100%; display: block;margin-top: 10px;}
        .ModuleNewsDetailGiant.layout-103 .news-details-desc{ padding: 15px;}
}
@media only screen and (min-width: 768px) {
	.ModuleNewsDetailGiant.layout-103 .news-comment{display: block;}
    .ModuleNewsDetailGiant.layout-103 .newsmobile-comment{display: none;}
    .ModuleNewsDetailGiant.layout-103 .next,
    .ModuleNewsDetailGiant.layout-103 .prev{max-width: 300px; display: block;}

}

.module_384410674 .ModuleHead .HeadCenter{float:none;}
#module_384410674 {
padding:0px;
}
#module_384410674 {
position:static;
z-index:0;
top:69px;
width:100%;
height: auto;
}
#module_384410674 .ModuleHead384410674 {
display:none;
}
#module_384410674 .BodyCenter.BodyCenter384410674 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410674 >.module_384410674 {
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_384410674 >.module_384410674{
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_384410674 .BodyCenter.BodyCenter384410674 {
padding-top:0.0000%;
padding-left:2.5000%;
padding-right:2.5000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410674 .BodyCenter.BodyCenter384410674 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_384410674 >.module_384410674 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:3.4167%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410674 >.module_384410674 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_384410674 >.module_384410674 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410674:hover {
border:none;
}
#module_384410674:hover >.module_384410674 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410674 .bgcolor,#module_384410674 .mobileshare{background-color:#F10215;}
#module_384410674 .news-details-box h2{border-left-color:#F10215;}
#module_384410674 .news-details-desc .desc{font-size:px;}
#module_384410674 .news-details-desc .desc{font-family:;}
#module_384410674 .news-details-desc .desc{color:;}
#module_384410674 .news-details-desc .desc{}
#module_384410674 .news-details-desc .desc{}
#module_384410674 .news-details-desc .desc{}
#module_384410674 .news-details-desc{background-color:;}
#module_384410674 .youart .recmsg{font-size:px;}
#module_384410674 .youart .recmsg{font-family:;}
#module_384410674 .youart .recmsg{color:;}
#module_384410674 .youart .recmsg{}
#module_384410674 .youart .recmsg{}
#module_384410674 .youart .recmsg{}
#module_384410674 .youart .yabtn{background-color:;}
#module_384410674 .youart .yabtn{color:;}
#module_384410674 .youart .rectext:before,#module_384410674 .youart .rectext:after{background-color:;}
#module_384410674 .youart .rectext{color:;}
#module_384410674 .news-details-recommend{font-size:px;}
#module_384410674 .news-details-recommend{font-family:;}
#module_384410674 .news-details-recommend{color:;}
#module_384410674 .news-details-recommend{}
#module_384410674 .news-details-recommend{}
#module_384410674 .news-details-recommend{}
#module_384410674 .news-details-recommend{background-color:;}
#module_384410674 .news-details-tit a{font-size:px;}
#module_384410674 .news-details-tit a{font-family:;}
#module_384410674 .news-details-tit a{color:;}
#module_384410674 .news-details-tit a{}
#module_384410674 .news-details-tit a{}
#module_384410674 .news-details-tit a{}
#module_384410674 .PublishTime span{font-size:px;}
#module_384410674 .PublishTime span{font-family:;}
#module_384410674 .PublishTime span{color:;}
#module_384410674 .PublishTime span{}
#module_384410674 .PublishTime span{}
#module_384410674 .PublishTime span{}
#module_384410674 .Hits span{font-size:px;}
#module_384410674 .Hits span{font-family:;}
#module_384410674 .Hits span{color:;}
#module_384410674 .Hits span{}
#module_384410674 .Hits span{}
#module_384410674 .Hits span{}
#module_384410674 .Author span{font-size:px;}
#module_384410674 .Author span{font-family:;}
#module_384410674 .Author span{color:;}
#module_384410674 .Author span{}
#module_384410674 .Author span{}
#module_384410674 .Author span{}
#module_384410674 .Source span{font-size:px;}
#module_384410674 .Source span{font-family:;}
#module_384410674 .Source span{color:;}
#module_384410674 .Source span{}
#module_384410674 .Source span{}
#module_384410674 .Source span{}
#module_384410674 .news-details-item{max-width:100%;}
#module_384410674 .mobile-share{font-size:14px;}
#module_384410674 .mobile-share{font-family:微软雅黑,Microsoft YaHei;}
#module_384410674 .mobile-share span{color:#999;}
#module_384410674 .mobile-share{font-weight:normal;}
#module_384410674 .mobile-share{text-decoration:none;}
#module_384410674 .mobile-share{font-style:normal;}
#module_384410674 .newsDetailTitle{font-size:20px;}
#module_384410674 .newsDetailTitle{font-family:微软雅黑,Microsoft YaHei;}
#module_384410674 .newsDetailTitle{color:rgb(12, 12, 12);}
#module_384410674 .newsDetailTitle{font-weight:bold;}
#module_384410674 .newsDetailTitle{text-decoration:none;}
#module_384410674 .newsDetailTitle{font-style:normal;}
#module_384410674 .social-share-icon,#module_384410674 .mobile-share{border-top-color:#ccc;}
#module_384410674 .social-share-icon,#module_384410674 .mobile-share{border-top-style:solid;}
#module_384410674 .social-share-icon,#module_384410674 .mobile-share{border-top-width:1px;}
#module_384410674 .social-share-icon,#module_384410674 .mobile-share{border-right-color:#ccc;}
#module_384410674 .social-share-icon,#module_384410674 .mobile-share{border-right-style:solid;}
#module_384410674 .social-share-icon,#module_384410674 .mobile-share{border-right-width:1px;}
#module_384410674 .social-share-icon,#module_384410674 .mobile-share{border-bottom-color:#ccc;}
#module_384410674 .social-share-icon,#module_384410674 .mobile-share{border-bottom-style:solid;}
#module_384410674 .social-share-icon,#module_384410674 .mobile-share{border-bottom-width:1px;}
#module_384410674 .social-share-icon,#module_384410674 .mobile-share{border-left-color:#ccc;}
#module_384410674 .social-share-icon,#module_384410674 .mobile-share{border-left-style:solid;}
#module_384410674 .social-share-icon,#module_384410674 .mobile-share{border-left-width:1px;}
#module_384410674 .social-share-icon,#module_384410674 .mobile-share{background-color:#fff;}
#module_384410674 .social-share-icon,#module_384410674 .mobile-share{}
#module_384410674 .social-share-icon,#module_384410674 .mobile-share .icon-fenxiang4{color:#999;}
#module_384410674 .showlike>span,#module_384410674 .showlike .icon-dianzan{font-size:20px;}
#module_384410674 .showlike>span{font-family:微软雅黑,Microsoft YaHei;}
#module_384410674 .showlike>span{color:#999;}
#module_384410674 .showlike>span{font-weight:normal;}
#module_384410674 .showlike>span{text-decoration:none;}
#module_384410674 .showlike>span{font-style:normal;}
#module_384410674 .showlike{border-top-color:#ccc;}
#module_384410674 .showlike{border-top-style:solid;}
#module_384410674 .showlike{border-top-width:0px;}
#module_384410674 .showlike{border-right-color:#ccc;}
#module_384410674 .showlike{border-right-style:solid;}
#module_384410674 .showlike{border-right-width:0px;}
#module_384410674 .showlike{border-bottom-color:#ccc;}
#module_384410674 .showlike{border-bottom-style:solid;}
#module_384410674 .showlike{border-bottom-width:0px;}
#module_384410674 .showlike{border-left-color:#ccc;}
#module_384410674 .showlike{border-left-style:solid;}
#module_384410674 .showlike{border-left-width:0px;}
#module_384410674 .showlike {background-color:transparent;}
#module_384410674 .showlike{}
#module_384410674 .showlike .icon-dianzan{color:#999;}
#module_384410674 .Mark ul li>a{font-size:16px;}
#module_384410674 .Mark ul li>a{font-family:微软雅黑,Microsoft YaHei;}
#module_384410674 .Mark ul li>a{color:#999;}
#module_384410674 .Mark ul li>a{font-weight:normal;}
#module_384410674 .Mark ul li>a{text-decoration:none;}
#module_384410674 .Mark ul li>a{font-style:normal;}
#module_384410674 .Mark ul li{border-top-color:#ccc;}
#module_384410674 .Mark ul li{border-top-style:solid;}
#module_384410674 .Mark ul li{border-top-width:0px;}
#module_384410674 .Mark ul li{border-right-color:#ccc;}
#module_384410674 .Mark ul li{border-right-style:solid;}
#module_384410674 .Mark ul li{border-right-width:0px;}
#module_384410674 .Mark ul li{border-bottom-color:#ccc;}
#module_384410674 .Mark ul li{border-bottom-style:solid;}
#module_384410674 .Mark ul li{border-bottom-width:0px;}
#module_384410674 .Mark ul li{border-left-color:#ccc;}
#module_384410674 .Mark ul li{border-left-style:solid;}
#module_384410674 .Mark ul li{border-left-width:0px;}
#module_384410674 .Mark ul li {background-color:#F2F2F2;}
#module_384410674 .Mark ul li{}
#module_384410674 .Mark ul li{color:#999;}
#module_384410674 .Mark ul li{border-top-left-radius:16px;}
#module_384410674 .Mark ul li{border-top-right-radius:16px;}
#module_384410674 .Mark ul li{border-bottom-right-radius:16px;}
#module_384410674 .Mark ul li{border-bottom-left-radius:16px;}
#module_384410674 .btn-addcomment,#module_384410674 .btncommit-mobile{background-color:#F10215;}  #module_384410674 .commentList .icon-dianzan:hover,#module_384410674 .dianzanhighlight,#module_384410674 .commentList .reply:hover, #module_384410674 .submore,#module_384410674 .btn-loadmore{color:#F10215;} 
#module_384410674 .btn-addcomment,#module_384410674 .btncommit-mobile{color:#fff;}
#module_384410674 .news-details-bottom .prev a, #module_384410674 .news-details-bottom .next a{font-size:px;}
#module_384410674 .news-details-bottom .prev a, #module_384410674 .news-details-bottom .next a{font-family:;}
#module_384410674 .news-details-bottom .prev a, #module_384410674 .news-details-bottom .next a{color:;}
#module_384410674 .news-details-bottom .prev a, #module_384410674 .news-details-bottom .next a{}
#module_384410674 .news-details-bottom .prev a,#module_384410674 .news-details-bottom .next a{}
#module_384410674 .news-details-bottom .prev a, #module_384410674 .news-details-bottom .next a{}
#module_384410674 .showlike:hover>span,#module_384410674 .showlike:hover .icon-dianzan{font-size:20px;}
#module_384410674 .showlike:hover>span{font-family:微软雅黑,Microsoft YaHei;}
#module_384410674 .showlike:hover>span{color:rgb(9, 59, 128);}
#module_384410674 .showlike:hover>span{font-weight:normal;}
#module_384410674 .showlike:hover>span{text-decoration:none;}
#module_384410674 .showlike:hover>span{font-style:normal;}
#module_384410674 .showlike:hover{border-top-color:transparent;}
#module_384410674 .showlike:hover{border-top-style:none;}
#module_384410674 .showlike:hover{border-top-width:0px;}
#module_384410674 .showlike:hover{border-right-color:transparent;}
#module_384410674 .showlike:hover{border-right-style:none;}
#module_384410674 .showlike:hover{border-right-width:0px;}
#module_384410674 .showlike:hover{border-bottom-color:transparent;}
#module_384410674 .showlike:hover{border-bottom-style:none;}
#module_384410674 .showlike:hover{border-bottom-width:0px;}
#module_384410674 .showlike:hover{border-left-color:transparent;}
#module_384410674 .showlike:hover{border-left-style:none;}
#module_384410674 .showlike:hover{border-left-width:0px;}
#module_384410674 .showlike:hover{background-color:rgba(9, 59, 128, 0.1);background-image:none}
#module_384410674 .showlike:hover{}
#module_384410674 .showlike:hover .icon-dianzan{color:rgb(9, 59, 128);}
#module_384410674 .Mark ul li:hover>a{font-size:16px;}
#module_384410674 .Mark ul li:hover>a{font-family:微软雅黑,Microsoft YaHei;}
#module_384410674 .Mark ul li:hover>a{color:#999;}
#module_384410674 .Mark ul li:hover>a{font-weight:normal;}
#module_384410674 .Mark ul li:hover>a{text-decoration:none;}
#module_384410674 .Mark ul li:hover>a{font-style:normal;}
#module_384410674 .Mark ul li:hover{border-top-color:#ccc;}
#module_384410674 .Mark ul li:hover{border-top-style:solid;}
#module_384410674 .Mark ul li:hover{border-right-color:#ccc;}
#module_384410674 .Mark ul li:hover{border-right-style:solid;}
#module_384410674 .Mark ul li:hover{border-bottom-color:#ccc;}
#module_384410674 .Mark ul li:hover{border-bottom-style:solid;}
#module_384410674 .Mark ul li:hover{border-left-color:#ccc;}
#module_384410674 .Mark ul li:hover{border-left-style:solid;}
#module_384410674 .Mark ul li:hover {background-color:#E3E3E3;}
#module_384410674 .Mark ul li:hover{}
#module_384410674 .Mark ul li:hover{color:#999;}

/*当前位置 layout 101*/
.ModuleBreadcrumbsGiant.layout-101 .menu:hover { text-decoration: underline; }
.ModuleBreadcrumbsGiant.layout-101 ol{ margin: 0;padding: 10px;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb{background-color: transparent;margin:0;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li,.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li a{word-break: break-all;vertical-align: middle;  display: inline-block;font-family: 'Microsoft YaHei', SimSun, Arial; font-size: 12px; color: #333333; font-weight: normal; font-style: normal;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li+li:before{content: "";padding: 0;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb .separator{margin-left: 10px; margin-right: 10px; font-size: 12px; color: #333333;}.module_384410174 .ModuleHead .HeadCenter{float:none;}
#module_384410174 {
padding:0px;
}
#module_384410174 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410174 .ModuleHead384410174 {
display:none;
}
#module_384410174 .BodyCenter.BodyCenter384410174 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410174 >.module_384410174 {
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_384410174 >.module_384410174{
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_384410174 .BodyCenter.BodyCenter384410174 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410174 .BodyCenter.BodyCenter384410174 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384410174 >.module_384410174 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410174 >.module_384410174 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384410174 >.module_384410174 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410174:hover {
border:none;
}
#module_384410174:hover >.module_384410174 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410174 .BreadIcon{font-size:16px;} #module_384410174 .BreadsvgIcon svg{width:16px;height:16px;}
#module_384410174 .BreadIcon{color:#666;} #module_384410174 .BreadsvgIcon svg>*{fill:#666;}
#module_384410174 .BreadIcon,#module_384410174 .BreadsvgIcon{margin-left:0px;}
#module_384410174 .BreadIcon,#module_384410174 .BreadsvgIcon{margin-right:10px;}
#module_384410174 .bcs-item,#module_384410174 .bcs-item a{font-size:14px;}
#module_384410174 .bcs-item,#module_384410174 .bcs-item a{font-family:微软雅黑,Microsoft YaHei;}
#module_384410174 .bcs-item,#module_384410174 .bcs-item a{color:rgb(127, 127, 127);}
#module_384410174 .bcs-item,#module_384410174 .bcs-item a{font-weight:normal;}
#module_384410174 .bcs-item,#module_384410174 .bcs-item a{text-decoration:none;}
#module_384410174 .bcs-item,#module_384410174 .bcs-item a{font-style:normal;}
#module_384410174 .breadcrumb{text-align:left;}
#module_384410174 .breadcrumb .separator{margin-left:10px;margin-right:10px;}
#module_384410174 .breadcrumb .separator{font-size:12px;}
#module_384410174 .breadcrumb .separator{font-family:微软雅黑,Microsoft YaHei;}
#module_384410174 .breadcrumb .separator{color:rgb(216, 216, 216);}
#module_384410174 .breadcrumb .separator{font-weight:normal;}
#module_384410174 .breadcrumb .separator{text-decoration:none;}
#module_384410174 .breadcrumb .separator{font-style:normal;}
#module_384410174 .breadcrumb:hover .BreadIcon{color:#666} #module_384410174 .breadcrumb:hover .BreadsvgIcon svg>*{fill:#666;}
#module_384410174 .bcs-item:hover,#module_384410174 .bcs-item a:hover{font-size:14px;}
#module_384410174 .bcs-item:hover,#module_384410174 .bcs-item a:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_384410174 .bcs-item:hover,#module_384410174 .bcs-item a:hover{color:rgb(9, 59, 128);}
#module_384410174 .bcs-item:hover,#module_384410174 .bcs-item a:hover{font-weight:normal;}
#module_384410174 .bcs-item:hover,#module_384410174 .bcs-item a:hover{text-decoration:none;}
#module_384410174 .bcs-item:hover,#module_384410174 .bcs-item a:hover{font-style:normal;}

.module_384410673 .ModuleHead .HeadCenter{float:none;}
#module_384410673 {
padding:0px;
}
#module_384410673 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410673 .ModuleHead384410673 {
display:none;
}
#module_384410673 .BodyCenter.BodyCenter384410673 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410673 >.module_384410673 {
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_384410673 >.module_384410673{
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_384410673 .BodyCenter.BodyCenter384410673 {
padding-top:0.0000%;
padding-left:2.5000%;
padding-right:2.5000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410673 .BodyCenter.BodyCenter384410673 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384410673 >.module_384410673 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:3.4167%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410673 >.module_384410673 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384410673 >.module_384410673 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410673:hover {
border:none;
}
#module_384410673:hover >.module_384410673 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410673 .bgcolor,#module_384410673 .mobileshare{background-color:#F10215;}
#module_384410673 .news-details-box h2{border-left-color:#F10215;}
#module_384410673 .news-details-desc .desc{font-size:px;}
#module_384410673 .news-details-desc .desc{font-family:;}
#module_384410673 .news-details-desc .desc{color:;}
#module_384410673 .news-details-desc .desc{}
#module_384410673 .news-details-desc .desc{}
#module_384410673 .news-details-desc .desc{}
#module_384410673 .news-details-desc{background-color:;}
#module_384410673 .youart .recmsg{font-size:px;}
#module_384410673 .youart .recmsg{font-family:;}
#module_384410673 .youart .recmsg{color:;}
#module_384410673 .youart .recmsg{}
#module_384410673 .youart .recmsg{}
#module_384410673 .youart .recmsg{}
#module_384410673 .youart .yabtn{background-color:;}
#module_384410673 .youart .yabtn{color:;}
#module_384410673 .youart .rectext:before,#module_384410673 .youart .rectext:after{background-color:;}
#module_384410673 .youart .rectext{color:;}
#module_384410673 .news-details-recommend{font-size:px;}
#module_384410673 .news-details-recommend{font-family:;}
#module_384410673 .news-details-recommend{color:;}
#module_384410673 .news-details-recommend{}
#module_384410673 .news-details-recommend{}
#module_384410673 .news-details-recommend{}
#module_384410673 .news-details-recommend{background-color:;}
#module_384410673 .news-details-tit a{font-size:px;}
#module_384410673 .news-details-tit a{font-family:;}
#module_384410673 .news-details-tit a{color:;}
#module_384410673 .news-details-tit a{}
#module_384410673 .news-details-tit a{}
#module_384410673 .news-details-tit a{}
#module_384410673 .PublishTime span{font-size:px;}
#module_384410673 .PublishTime span{font-family:;}
#module_384410673 .PublishTime span{color:;}
#module_384410673 .PublishTime span{}
#module_384410673 .PublishTime span{}
#module_384410673 .PublishTime span{}
#module_384410673 .Hits span{font-size:px;}
#module_384410673 .Hits span{font-family:;}
#module_384410673 .Hits span{color:;}
#module_384410673 .Hits span{}
#module_384410673 .Hits span{}
#module_384410673 .Hits span{}
#module_384410673 .Author span{font-size:px;}
#module_384410673 .Author span{font-family:;}
#module_384410673 .Author span{color:;}
#module_384410673 .Author span{}
#module_384410673 .Author span{}
#module_384410673 .Author span{}
#module_384410673 .Source span{font-size:px;}
#module_384410673 .Source span{font-family:;}
#module_384410673 .Source span{color:;}
#module_384410673 .Source span{}
#module_384410673 .Source span{}
#module_384410673 .Source span{}
#module_384410673 .news-details-item{max-width:100%;}
#module_384410673 .mobile-share{font-size:14px;}
#module_384410673 .mobile-share{font-family:微软雅黑,Microsoft YaHei;}
#module_384410673 .mobile-share span{color:#999;}
#module_384410673 .mobile-share{font-weight:normal;}
#module_384410673 .mobile-share{text-decoration:none;}
#module_384410673 .mobile-share{font-style:normal;}
#module_384410673 .newsDetailTitle{font-size:34px;}
#module_384410673 .newsDetailTitle{font-family:微软雅黑,Microsoft YaHei;}
#module_384410673 .newsDetailTitle{color:rgb(12, 12, 12);}
#module_384410673 .newsDetailTitle{font-weight:bold;}
#module_384410673 .newsDetailTitle{text-decoration:none;}
#module_384410673 .newsDetailTitle{font-style:normal;}
#module_384410673 .social-share-icon,#module_384410673 .mobile-share{border-top-color:#ccc;}
#module_384410673 .social-share-icon,#module_384410673 .mobile-share{border-top-style:solid;}
#module_384410673 .social-share-icon,#module_384410673 .mobile-share{border-top-width:1px;}
#module_384410673 .social-share-icon,#module_384410673 .mobile-share{border-right-color:#ccc;}
#module_384410673 .social-share-icon,#module_384410673 .mobile-share{border-right-style:solid;}
#module_384410673 .social-share-icon,#module_384410673 .mobile-share{border-right-width:1px;}
#module_384410673 .social-share-icon,#module_384410673 .mobile-share{border-bottom-color:#ccc;}
#module_384410673 .social-share-icon,#module_384410673 .mobile-share{border-bottom-style:solid;}
#module_384410673 .social-share-icon,#module_384410673 .mobile-share{border-bottom-width:1px;}
#module_384410673 .social-share-icon,#module_384410673 .mobile-share{border-left-color:#ccc;}
#module_384410673 .social-share-icon,#module_384410673 .mobile-share{border-left-style:solid;}
#module_384410673 .social-share-icon,#module_384410673 .mobile-share{border-left-width:1px;}
#module_384410673 .social-share-icon,#module_384410673 .mobile-share{background-color:#fff;}
#module_384410673 .social-share-icon,#module_384410673 .mobile-share{}
#module_384410673 .social-share-icon,#module_384410673 .mobile-share .icon-fenxiang4{color:#999;}
#module_384410673 .showlike>span,#module_384410673 .showlike .icon-dianzan{font-size:20px;}
#module_384410673 .showlike>span{font-family:微软雅黑,Microsoft YaHei;}
#module_384410673 .showlike>span{color:#999;}
#module_384410673 .showlike>span{font-weight:normal;}
#module_384410673 .showlike>span{text-decoration:none;}
#module_384410673 .showlike>span{font-style:normal;}
#module_384410673 .showlike{border-top-color:#ccc;}
#module_384410673 .showlike{border-top-style:solid;}
#module_384410673 .showlike{border-top-width:0px;}
#module_384410673 .showlike{border-right-color:#ccc;}
#module_384410673 .showlike{border-right-style:solid;}
#module_384410673 .showlike{border-right-width:0px;}
#module_384410673 .showlike{border-bottom-color:#ccc;}
#module_384410673 .showlike{border-bottom-style:solid;}
#module_384410673 .showlike{border-bottom-width:0px;}
#module_384410673 .showlike{border-left-color:#ccc;}
#module_384410673 .showlike{border-left-style:solid;}
#module_384410673 .showlike{border-left-width:0px;}
#module_384410673 .showlike {background-color:transparent;}
#module_384410673 .showlike{}
#module_384410673 .showlike .icon-dianzan{color:#999;}
#module_384410673 .Mark ul li>a{font-size:16px;}
#module_384410673 .Mark ul li>a{font-family:微软雅黑,Microsoft YaHei;}
#module_384410673 .Mark ul li>a{color:#999;}
#module_384410673 .Mark ul li>a{font-weight:normal;}
#module_384410673 .Mark ul li>a{text-decoration:none;}
#module_384410673 .Mark ul li>a{font-style:normal;}
#module_384410673 .Mark ul li{border-top-color:#ccc;}
#module_384410673 .Mark ul li{border-top-style:solid;}
#module_384410673 .Mark ul li{border-top-width:0px;}
#module_384410673 .Mark ul li{border-right-color:#ccc;}
#module_384410673 .Mark ul li{border-right-style:solid;}
#module_384410673 .Mark ul li{border-right-width:0px;}
#module_384410673 .Mark ul li{border-bottom-color:#ccc;}
#module_384410673 .Mark ul li{border-bottom-style:solid;}
#module_384410673 .Mark ul li{border-bottom-width:0px;}
#module_384410673 .Mark ul li{border-left-color:#ccc;}
#module_384410673 .Mark ul li{border-left-style:solid;}
#module_384410673 .Mark ul li{border-left-width:0px;}
#module_384410673 .Mark ul li {background-color:#F2F2F2;}
#module_384410673 .Mark ul li{}
#module_384410673 .Mark ul li{color:#999;}
#module_384410673 .Mark ul li{border-top-left-radius:16px;}
#module_384410673 .Mark ul li{border-top-right-radius:16px;}
#module_384410673 .Mark ul li{border-bottom-right-radius:16px;}
#module_384410673 .Mark ul li{border-bottom-left-radius:16px;}
#module_384410673 .btn-addcomment,#module_384410673 .btncommit-mobile{background-color:#F10215;}  #module_384410673 .commentList .icon-dianzan:hover,#module_384410673 .dianzanhighlight,#module_384410673 .commentList .reply:hover, #module_384410673 .submore,#module_384410673 .btn-loadmore{color:#F10215;} 
#module_384410673 .btn-addcomment,#module_384410673 .btncommit-mobile{color:#fff;}
#module_384410673 .news-details-bottom .prev a, #module_384410673 .news-details-bottom .next a{font-size:px;}
#module_384410673 .news-details-bottom .prev a, #module_384410673 .news-details-bottom .next a{font-family:;}
#module_384410673 .news-details-bottom .prev a, #module_384410673 .news-details-bottom .next a{color:;}
#module_384410673 .news-details-bottom .prev a, #module_384410673 .news-details-bottom .next a{}
#module_384410673 .news-details-bottom .prev a,#module_384410673 .news-details-bottom .next a{}
#module_384410673 .news-details-bottom .prev a, #module_384410673 .news-details-bottom .next a{}
#module_384410673 .showlike:hover>span,#module_384410673 .showlike:hover .icon-dianzan{font-size:20px;}
#module_384410673 .showlike:hover>span{font-family:微软雅黑,Microsoft YaHei;}
#module_384410673 .showlike:hover>span{color:rgb(9, 59, 128);}
#module_384410673 .showlike:hover>span{font-weight:normal;}
#module_384410673 .showlike:hover>span{text-decoration:none;}
#module_384410673 .showlike:hover>span{font-style:normal;}
#module_384410673 .showlike:hover{border-top-color:transparent;}
#module_384410673 .showlike:hover{border-top-style:none;}
#module_384410673 .showlike:hover{border-top-width:0px;}
#module_384410673 .showlike:hover{border-right-color:transparent;}
#module_384410673 .showlike:hover{border-right-style:none;}
#module_384410673 .showlike:hover{border-right-width:0px;}
#module_384410673 .showlike:hover{border-bottom-color:transparent;}
#module_384410673 .showlike:hover{border-bottom-style:none;}
#module_384410673 .showlike:hover{border-bottom-width:0px;}
#module_384410673 .showlike:hover{border-left-color:transparent;}
#module_384410673 .showlike:hover{border-left-style:none;}
#module_384410673 .showlike:hover{border-left-width:0px;}
#module_384410673 .showlike:hover{background-color:rgba(9, 59, 128, 0.1);background-image:none}
#module_384410673 .showlike:hover{}
#module_384410673 .showlike:hover .icon-dianzan{color:rgb(9, 59, 128);}
#module_384410673 .Mark ul li:hover>a{font-size:16px;}
#module_384410673 .Mark ul li:hover>a{font-family:微软雅黑,Microsoft YaHei;}
#module_384410673 .Mark ul li:hover>a{color:#999;}
#module_384410673 .Mark ul li:hover>a{font-weight:normal;}
#module_384410673 .Mark ul li:hover>a{text-decoration:none;}
#module_384410673 .Mark ul li:hover>a{font-style:normal;}
#module_384410673 .Mark ul li:hover{border-top-color:#ccc;}
#module_384410673 .Mark ul li:hover{border-top-style:solid;}
#module_384410673 .Mark ul li:hover{border-right-color:#ccc;}
#module_384410673 .Mark ul li:hover{border-right-style:solid;}
#module_384410673 .Mark ul li:hover{border-bottom-color:#ccc;}
#module_384410673 .Mark ul li:hover{border-bottom-style:solid;}
#module_384410673 .Mark ul li:hover{border-left-color:#ccc;}
#module_384410673 .Mark ul li:hover{border-left-style:solid;}
#module_384410673 .Mark ul li:hover {background-color:#E3E3E3;}
#module_384410673 .Mark ul li:hover{}
#module_384410673 .Mark ul li:hover{color:#999;}

/*图文模块 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_384410424 .ModuleHead .HeadCenter{float:none;}
#module_384410424 {
padding:0px;
}
#module_384410424 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_384410424 .ModuleHead384410424 {
display:none;
}

#module_384410424 .ModuleImageTextGiantContent{margin-top:0px;}
#module_384410424 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_384410424 .ModuleImageTextGiantContent{margin-left:0px;}
#module_384410424 .ModuleImageTextGiantContent{margin-right:0px;}
#module_384410424 .imageTextGiant-Container{padding-top:10px;}
#module_384410424 .imageTextGiant-Container{padding-bottom:10px;}
#module_384410424 .imageTextGiant-Container{padding-left:10px;}
#module_384410424 .imageTextGiant-Container{padding-right:10px;}
#module_384410424 .showHandle .btn{font-size:14px;}
#module_384410424 .showHandle .btn{font-family:;}
#module_384410424 .showHandle .btn{color:#333;}
#module_384410424 .showHandle .btn{font-weight:400;}
#module_384410424 .showHandle .btn{text-decoration:none;}
#module_384410424 .showHandle .btn{font-style:normal;}
#module_384410424 .showHandle div{border-top-color:#ddd !important;}
#module_384410424 .showHandle div{border-top-style:solid !important;}
#module_384410424 .showHandle div{border-top-width:1px !important;}
#module_384410424 .showHandle{background-color:transparent;}
#module_384410424 .showHandle{}
#module_384410424 .showHandle{background-repeat:no-repeat;}
#module_384410424 .showHandle{}
#module_384410424 .showHandle{}
#module_384410424 .showHandle{}
#module_384410424 a{font-size:unset;font-family:unset}
.module_384410425 .ModuleHead .HeadCenter{float:none;}
#module_384410425 {
padding:0px;
}
#module_384410425 {
position:static;
z-index:0;
top:1560px;
left:69px;
width:100%;
height: auto;
}
#module_384410425 .ModuleHead384410425 {
display:none;
}
#module_384410425 .BodyCenter.BodyCenter384410425 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410425 >.module_384410425 {
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_384410425 >.module_384410425{
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_384410425 .BodyCenter.BodyCenter384410425 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410425 .BodyCenter.BodyCenter384410425 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_384410425 >.module_384410425 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410425 >.module_384410425 {
margin-top:0px;
margin-left:6px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_384410425 >.module_384410425 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410425:hover {
border:none;
}
#module_384410425:hover >.module_384410425 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410425 .ModuleImageTextGiantContent{margin-top:0px;}
#module_384410425 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_384410425 .ModuleImageTextGiantContent{margin-left:0px;}
#module_384410425 .ModuleImageTextGiantContent{margin-right:0px;}
#module_384410425 .imageTextGiant-Container{padding-top:10px;}
#module_384410425 .imageTextGiant-Container{padding-bottom:10px;}
#module_384410425 .imageTextGiant-Container{padding-left:10px;}
#module_384410425 .imageTextGiant-Container{padding-right:10px;}
#module_384410425 .showHandle .btn{font-size:14px;}
#module_384410425 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_384410425 .showHandle .btn{color:#333;}
#module_384410425 .showHandle .btn{font-weight:400;}
#module_384410425 .showHandle .btn{text-decoration:none;}
#module_384410425 .showHandle .btn{font-style:normal;}
#module_384410425 .showHandle div{border-top-color:#ddd !important;}
#module_384410425 .showHandle div{border-top-style:solid !important;}
#module_384410425 .showHandle div{border-top-width:1px !important;}
#module_384410425 .showHandle{background-color:transparent;}
#module_384410425 .showHandle{background-image:none;}
#module_384410425 .showHandle{background-repeat:no-repeat;}
#module_384410425 .showHandle{}
#module_384410425 .showHandle{}
#module_384410425 .showHandle{}
#module_384410425 a{font-size:unset;font-family:unset}
@keyframes liner-news-117{
	0%  {width:0%; }
	30% {width:30%; }
    60% {width:60%; }
    80% {width:80%; }
	100%{width:100%; }
}
.ModuleNewsListGiant.layout-117 .news-container { width: 100%; position: relative; }
.ModuleNewsListGiant.layout-117 .news-container li { float: left; margin: 0 5% 5% 0; }
.ModuleNewsListGiant.layout-117 .news-item { float: left; position: relative; cursor: pointer; }
.ModuleNewsListGiant.layout-117 .news-item:after {position: absolute;bottom: 0;width: 100%;width: 0;height: 1px;content: '';opacity: 0;transition: all .5s ease;}
.ModuleNewsListGiant.layout-117 .news-item .news-tit { position: relative; padding:24px 0px 0;}
.ModuleNewsListGiant.layout-117 .news-item .news-tit time { display: block; }
.ModuleNewsListGiant.layout-117 .news-item .news-tit .news-title-container {margin-bottom: 16px;}
.ModuleNewsListGiant.layout-117 .news-title{}
.ModuleNewsListGiant.layout-117 .news-item .news-tit .news-desc {margin-right:34px;overflow: hidden; max-width: 100%; line-height: 24px;}
.ModuleNewsListGiant.layout-117 .news-item .news-img { width: 100%; overflow: hidden; display: block; text-align:center; position: relative;}
.ModuleNewsListGiant.layout-117 .news-item .news-img img { transition: all .3s ease-out 0s; overflow: hidden; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block;}
.ModuleNewsListGiant.layout-117 li:hover .news-img img {transform: scale(1.2);}
.ModuleNewsListGiant.layout-117 .news-item .news-img .dummy { padding-top: 36%; }
.ModuleNewsListGiant.layout-117 .news-view-txt {display: inline-block;width: calc(100% - 107px);vertical-align: top;margin-left: 15px;margin-bottom:16px;line-height: 1;}
.ModuleNewsListGiant.layout-117 .news-view-txt.toMargin {width: calc(100% - 30px);}
.ModuleNewsListGiant.layout-117 .news-line {width: 77px;text-align: center;display: inline-block;vertical-align: middle;    line-height: 1;height: 44px;border-right:1px solid #eee;}
.ModuleNewsListGiant.layout-117 .day-of-month{padding-bottom: 12px;}
.ModuleNewsListGiant.layout-117 .news-item .news-next {display: none;}
.ModuleNewsListGiant.layout-117 .videobox .Mantle{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.ModuleNewsListGiant.layout-117 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 66px;
    color: #fff;
    transform: translate(-50%,-50%);
}

.ModuleNewsListGiant.layout-117  .news-title {
    line-height: 1.5;
}
/*手机屏幕*/
@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-117 .news-item .news-tit .news-desc {margin-right:0px;}

    .ModuleNewsListGiant.layout-117 .news-view-txt {margin-bottom:0px;}

    .ModuleNewsListGiant.layout-117 li.col-xs-2 {
        padding-right: 0;
        padding-left: 0;
        width: 47.5%;
    }

    .ModuleNewsListGiant.layout-117 li.col-xs-3 {
        padding-right: 0;
        padding-left: 0;
        width: 30%;
    }

    .ModuleNewsListGiant.layout-117 li.col-xs-4 {
        padding-right: 0;
        padding-left: 0;
        width: 21.25%;
    }

    .ModuleNewsListGiant.layout-117 li.col-xs-5 {
        padding-right: 0;
        padding-left: 0;
        width: 16%;
    }

    .ModuleNewsListGiant.layout-117 li.col-xs-6 {
        padding-right: 0;
        padding-left: 0;
        width: 12.5%;
    }

    .ModuleNewsListGiant.layout-117 li.col-xs-1 {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(2n).col-xs-2 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(3n).col-xs-3 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(4n).col-xs-4 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(5n).col-xs-5 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(6n).col-xs-6 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(n).col-xs-1 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 .news-container li {
        margin-bottom: 8%;
    }

    .ModuleNewsListGiant.layout-117 .news-item:hover {
        box-shadow: unset !important;
    }
}
/*PC屏幕*/
@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-117 .news-item:hover:after {
        opacity: 1;
        -webkit-animation: liner-news-117 0.3s linear 1;
        -webkit-animation-fill-mode: both;
    }

    .ModuleNewsListGiant.layout-117 .news-desc-content {
        position: relative;
    }

    .ModuleNewsListGiant.layout-117 .news-item .news-next {
        display: block;
    }

    .ModuleNewsListGiant.layout-117 .news-item .news-next {
        position: absolute;
        top: -10px;
        right: 7px;
        border: 1px solid #ddd;
        width: 26px;
        height: 26px;
        border-radius: 3px;
        text-align: center;
        line-height: 1.6;
        color: #ddd;
        transition: all .5s ease;
        margin-top: 7px;
    }

    .ModuleNewsListGiant.layout-117 .news-item:hover {
        transition: all .5s ease;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-2 {
        padding-right: 0;
        padding-left: 0;
        width: 47.5%;
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-3 {
        padding-right: 0;
        padding-left: 0;
        width: 30%;
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-4 {
        padding-right: 0;
        padding-left: 0;
        width: 21.25%;
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-5 {
        padding-right: 0;
        padding-left: 0;
        width: 16%;
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-6 {
        padding-right: 0;
        padding-left: 0;
        width: 12.5%;
    }

    .ModuleNewsListGiant.layout-117 li.col-lg-1 {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(2n).col-lg-2 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(3n).col-lg-3 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(4n).col-lg-4 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(5n).col-lg-5 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(6n).col-lg-6 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-117 li:nth-child(n).col-lg-1 {
        margin-right: 0;
    }
}

/*置顶推荐*/
.ModuleNewsListGiant.layout-117 .staFun{
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align:middle;
}
.ModuleNewsListGiant.layout-117 .pagerGiant .inputer{outline: 0;}
.module_384410682 .ModuleHead .HeadCenter{float:none;}
#module_384410682 {
padding:0px;
}
#module_384410682 {
position:static;
z-index:0;
top:651px;
left:1416px;
width:100%;
height: auto;
}
#module_384410682 .ModuleHead384410682 {
display:none;
}
#module_384410682 .BodyCenter.BodyCenter384410682 {
background:none;background-color:rgba(0,0,0,0);
}
#module_384410682 >.module_384410682 {
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_384410682 >.module_384410682{
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_384410682 .BodyCenter.BodyCenter384410682 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410682 .BodyCenter.BodyCenter384410682 {
padding-top:2.8818%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:8.6455%;
}
}
@media screen and (min-width: 768px){
#module_384410682 >.module_384410682 {
margin-top:5.2500%;
margin-left:2.7500%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_384410682 >.module_384410682 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_384410682 >.module_384410682 {box-shadow: 0px 0px 0px 0px #ccc}
#module_384410682:hover {
border:none;
}
#module_384410682:hover >.module_384410682 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_384410682 .videobox .iconfont{font-size:px;}
#module_384410682 {}@media (max-width: 767px) { #module_384410682 .videobox .iconfont{font-size:px;}}
#module_384410682 .news-item{background-color:transparent;}
#module_384410682 .news-item{background-image:none;}
#module_384410682 .news-item{background-repeat:no-repeat;}
#module_384410682 .news-item{}
#module_384410682 .news-item{}
#module_384410682 .news-item{}
#module_384410682 .news-item{border-top-color:transparent;}
#module_384410682 .news-item{border-top-style:none;}
#module_384410682 .news-item{border-top-width:0px;}
#module_384410682 .news-item{border-right-color:transparent;}
#module_384410682 .news-item{border-right-style:none;}
#module_384410682 .news-item{border-right-width:0px;}
#module_384410682 .news-item{border-bottom-color:transparent;}
#module_384410682 .news-item{border-bottom-style:none;}
#module_384410682 .news-item{border-bottom-width:0px;}
#module_384410682 .news-item{border-left-color:transparent;}
#module_384410682 .news-item{border-left-style:none;}
#module_384410682 .news-item{border-left-width:0px;}
#module_384410682 .news-img{border-top-color:transparent;}
#module_384410682 .news-img{border-top-style:none;}
#module_384410682 .news-img{border-top-width:0px;}
#module_384410682 .news-img{border-right-color:transparent;}
#module_384410682 .news-img{border-right-style:none;}
#module_384410682 .news-img{border-right-width:0px;}
#module_384410682 .news-img{border-bottom-color:transparent;}
#module_384410682 .news-img{border-bottom-style:none;}
#module_384410682 .news-img{border-bottom-width:0px;}
#module_384410682 .news-img{border-left-color:transparent;}
#module_384410682 .news-img{border-left-style:none;}
#module_384410682 .news-img{border-left-width:0px;}
#module_384410682 .news-img .dummy{background-color:transparent;}
#module_384410682 .news-img .dummy{background-image:none;}
#module_384410682 .news-img .dummy{background-repeat:no-repeat;}
#module_384410682 .news-img .dummy{}
#module_384410682 .news-img .dummy{}
#module_384410682 .news-img .dummy{}
#module_384410682 .news-img .dummy{padding-top:auto;}
#module_384410682 .news-img .t-img{ object-fit:cover;}
#module_384410682 .news-img .t-img{ width:100%;}
#module_384410682 .news-img .t-img{ height:100%;}
#module_384410682 .news-img .t-img{border-radius:0px;}
#module_384410682 .news-title{font-size:15px;}
#module_384410682 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_384410682 .news-title{color:#333;}
#module_384410682 .news-title{font-weight:normal;}
#module_384410682 .news-title{text-decoration:none;}
#module_384410682 .news-title{font-style:normal;}
#module_384410682 .news-title-container{margin-top:0px;}
#module_384410682 .news-title-container{margin-bottom:6px;}
#module_384410682 .news-desc{font-size:14px;}
#module_384410682 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_384410682 .news-desc{color:#999;}
#module_384410682 .news-desc{font-weight:normal;}
#module_384410682 .news-desc{text-decoration:none;}
#module_384410682 .news-desc{font-style:normal;}
#module_384410682 .news-desc{margin-top:0px;}
#module_384410682 .news-desc{margin-bottom:0px;}
#module_384410682 .news-next{color:rgba(0,0,0,0);}#module_384410682 .news-next{border-color:rgba(0,0,0,0);}
#module_384410682 .news-line{margin-top:0px;}
#module_384410682 .news-line{margin-bottom:0px;}
#module_384410682 .news-item .day-of-month{font-size:20px;}
#module_384410682 .news-item .day-of-month{font-family:arial, helvetica,sans-serif;}
#module_384410682 .news-item .day-of-month{color:#666;}
#module_384410682 .news-item .day-of-month{font-weight:normal;}
#module_384410682 .news-item .day-of-month{text-decoration:none;}
#module_384410682 .news-item .day-of-month{font-style:normal;}
#module_384410682 .news-item .year{font-size:14px;}
#module_384410682 .news-item .year{font-family:arial, helvetica,sans-serif;}
#module_384410682 .news-item .year{color:#666;}
#module_384410682 .news-item .year{font-weight:normal;}
#module_384410682 .news-item .year{text-decoration:none;}
#module_384410682 .news-item .year{font-style:normal;}
#module_384410682 .pagerGiant .text{font-size:12px;}
#module_384410682 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_384410682 .pagerGiant .text{color:#333;}
#module_384410682 .pagerGiant .text{}
#module_384410682 .pagerGiant .text{}
#module_384410682 .pagerGiant .text{}
#module_384410682 .pagerGiant .current,#module_384410682 .pagerGiant .num,#module_384410682 .pagerGiant .inputer{width:30px}
#module_384410682 .pagerGiant .current,#module_384410682 .pagerGiant .num,#module_384410682 .pagerGiant .inputer{height:30px}
#module_384410682 .pagerGiant .num{font-size:12px;}
#module_384410682 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_384410682 .pagerGiant .num{color:#333;}
#module_384410682 .pagerGiant .num{}
#module_384410682 .pagerGiant .num{}
#module_384410682 .pagerGiant .num{}
#module_384410682 .pagerGiant .submit{width:55px}
#module_384410682 .pagerGiant .submit{height:30px}
#module_384410682 .pagerGiant .current,#module_384410682 .pagerGiant .num,#module_384410682 .pagerGiant .inputer,#module_384410682 .pagerGiant .submit{border-top-left-radius:0px;}
#module_384410682 .pagerGiant .current,#module_384410682 .pagerGiant .num,#module_384410682 .pagerGiant .inputer,#module_384410682 .pagerGiant .submit{border-top-right-radius:0px;}
#module_384410682 .pagerGiant .current,#module_384410682 .pagerGiant .num,#module_384410682 .pagerGiant .inputer,#module_384410682 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_384410682 .pagerGiant .current,#module_384410682 .pagerGiant .num,#module_384410682 .pagerGiant .inputer,#module_384410682 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_384410682 .pagerGiant .next,#module_384410682 .pagerGiant .splitline{color:#ccc;}
#module_384410682 .pagerGiant .num{background-color:#fff;}
#module_384410682 .pagerGiant .num, #module_384410682 .pagerGiant .inputer{border-top-color:#ccc;}
#module_384410682 .pagerGiant .num, #module_384410682 .pagerGiant .inputer{border-top-style:solid;}
#module_384410682 .pagerGiant .num, #module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit, #module_384410682 .pagerGiant .inputer{border-top-width:1px;}
#module_384410682 .pagerGiant .num, #module_384410682 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_384410682 .pagerGiant .num, #module_384410682 .pagerGiant .inputer{border-bottom-style:solid;}
#module_384410682 .pagerGiant .num, #module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit, #module_384410682 .pagerGiant .inputer{border-bottom-width:1px;}
#module_384410682 .pagerGiant .num, #module_384410682 .pagerGiant .inputer{border-left-color:#ccc;}
#module_384410682 .pagerGiant .num, #module_384410682 .pagerGiant .inputer{border-left-style:solid;}
#module_384410682 .pagerGiant .num, #module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit, #module_384410682 .pagerGiant .inputer{border-left-width:1px;}
#module_384410682 .pagerGiant .num, #module_384410682 .pagerGiant .inputer{border-right-color:#ccc;}
#module_384410682 .pagerGiant .num, #module_384410682 .pagerGiant .inputer{border-right-style:solid;}
#module_384410682 .pagerGiant .num, #module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit, #module_384410682 .pagerGiant .inputer{border-right-width:1px;}
#module_384410682 .page-more a{font-size:px;}
#module_384410682 .page-more a{font-family:;}
#module_384410682 .page-more a{color:#666 !important;}
#module_384410682 .page-more a{}
#module_384410682 .page-more a{}
#module_384410682 .page-more a{}
#module_384410682 .page-more a{background-color:#fff;}
#module_384410682 .page-more a{border-top-color:#eee;}
#module_384410682 .page-more a{border-top-style:solid;}
#module_384410682 .page-more a{border-top-width:2px;}
#module_384410682 .page-more a{border-bottom-color:#eee;}
#module_384410682 .page-more a{border-bottom-style:solid;}
#module_384410682 .page-more a{border-bottom-width:2px;}
#module_384410682 .page-more a{border-left-color:#eee;}
#module_384410682 .page-more a{border-left-style:solid;}
#module_384410682 .page-more a{border-left-width:2px;}
#module_384410682 .page-more a{border-right-color:#eee;}
#module_384410682 .page-more a{border-right-style:solid;}
#module_384410682 .page-more a{border-right-width:2px;}
#module_384410682 .news-item:hover .news-next{color:rgba(0,0,0,0);}#module_384410682    .news-item:hover .news-next{border-color:rgba(0,0,0,0);}
#module_384410682 .news-item:hover .day-of-month{font-size:20px;}
#module_384410682 .news-item:hover .day-of-month{font-family:arial, helvetica,sans-serif;}
#module_384410682 .news-item:hover .day-of-month{color:#666;}
#module_384410682 .news-item:hover .day-of-month{font-weight:normal;}
#module_384410682 .news-item:hover .day-of-month{text-decoration:none;}
#module_384410682 .news-item:hover .day-of-month{font-style:normal;}
#module_384410682 .news-item:hover .year{font-size:14px;}
#module_384410682 .news-item:hover .year{font-family:arial, helvetica,sans-serif;}
#module_384410682 .news-item:hover .year{color:#666;}
#module_384410682 .news-item:hover .year{font-weight:normal;}
#module_384410682 .news-item:hover .year{text-decoration:none;}
#module_384410682 .news-item:hover .year{font-style:normal;}
#module_384410682 .news-item:hover .news-title{font-size:15px;}
#module_384410682 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_384410682 .news-item:hover .news-title{color:rgb(9, 59, 128);}
#module_384410682 .news-item:hover .news-title{font-weight:normal;}
#module_384410682 .news-item:hover .news-title{text-decoration:none;}
#module_384410682 .news-item:hover .news-title{font-style:normal;}
#module_384410682 .news-item:hover{background-color:transparent;}
#module_384410682 .news-item:hover{background-image:none;}
#module_384410682 .news-item:hover{background-repeat:no-repeat;}
#module_384410682 .news-item:hover{}
#module_384410682 .news-item:hover{}
#module_384410682 .news-item:hover{}
#module_384410682 .news-item:hover{border-top-color:transparent;}
#module_384410682 .news-item:hover{border-top-style:solid;}
#module_384410682 .news-item:hover{border-top-width:0px;}
#module_384410682 .news-item:hover{border-right-color:transparent;}
#module_384410682 .news-item:hover{border-right-style:solid;}
#module_384410682 .news-item:hover{border-right-width:0px;}
#module_384410682 .news-item:hover{border-bottom-color:transparent;}
#module_384410682 .news-item:hover{border-bottom-style:solid;}
#module_384410682 .news-item:hover{border-bottom-width:0px;}
#module_384410682 .news-item:hover{border-left-color:transparent;}
#module_384410682 .news-item:hover{border-left-style:solid;}
#module_384410682 .news-item:hover{border-left-width:0px;}
#module_384410682 .news-item:hover .news-img{border-top-color:transparent;}
#module_384410682 .news-item:hover .news-img{border-top-style:none;}
#module_384410682 .news-item:hover .news-img{border-top-width:0px;}
#module_384410682 .news-item:hover .news-img{border-right-color:transparent;}
#module_384410682 .news-item:hover .news-img{border-right-style:none;}
#module_384410682 .news-item:hover .news-img{border-right-width:0px;}
#module_384410682 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_384410682 .news-item:hover .news-img{border-bottom-style:none;}
#module_384410682 .news-item:hover .news-img{border-bottom-width:0px;}
#module_384410682 .news-item:hover .news-img{border-left-color:transparent;}
#module_384410682 .news-item:hover .news-img{border-left-style:none;}
#module_384410682 .news-item:hover .news-img{border-left-width:0px;}
#module_384410682 .news-item:hover .news-desc{font-size:14px;}
#module_384410682 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_384410682 .news-item:hover .news-desc{color:#999;}
#module_384410682 .news-item:hover .news-desc{font-weight:normal;}
#module_384410682 .news-item:hover .news-desc{text-decoration:none;}
#module_384410682 .news-item:hover .news-desc{font-style:normal;}
#module_384410682 .news-item:after{border-bottom-color:rgb(9, 59, 128);}
#module_384410682 .news-item:after{border-bottom-style:solid;}
#module_384410682 .news-item:after{border-bottom-width:2px;}
#module_384410682 .news-item:hover{box-shadow:0 0 20px #ffffff;}
#module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit{font-size:12px;}
#module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit{color:#fff;}
#module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit{}
#module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit{}
#module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit{}
#module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit{background-color:#fd6e27;}
#module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit, #module_384410682 .pagerGiant .inputer:hover{border-top-color:#fd6e27;}
#module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit, #module_384410682 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit, #module_384410682 .pagerGiant .inputer:hover{border-bottom-color:#fd6e27;}
#module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit, #module_384410682 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit, #module_384410682 .pagerGiant .inputer:hover{border-left-color:#fd6e27;}
#module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit, #module_384410682 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit, #module_384410682 .pagerGiant .inputer:hover{border-right-color:#fd6e27;}
#module_384410682 .pagerGiant .current, #module_384410682 .pagerGiant .submit, #module_384410682 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_384410682 .page-more a:hover{font-size:px;}
#module_384410682 .page-more:hover a{font-family:;}
#module_384410682 .page-more a:hover{color:#666 !important;}
#module_384410682 .page-more a:hover {}
#module_384410682 .page-more a:hover {}
#module_384410682 .page-more a:hover {}
#module_384410682 .page-more a:hover{background-color:#fff;}
#module_384410682 .page-more a:hover{border-top-color:#eee;}
#module_384410682 .page-more a:hover{border-top-style:solid;}
#module_384410682 .page-more a:hover{border-bottom-color:#eee;}
#module_384410682 .page-more a:hover{border-bottom-style:solid;}
#module_384410682 .page-more a:hover{border-left-color:#eee;}
#module_384410682 .page-more a:hover{border-left-style:solid;}
#module_384410682 .page-more a:hover{border-right-color:#eee;}
#module_384410682 .page-more a:hover{border-right-style:solid;}

.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;}
