
/*内容*/
/*layout-102*/
.ModuleNewsDetailGiant.layout-101 .news-details-item {
    max-width: 1200px;
    margin: 0 auto;
    color: #999;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .previewImg img {
    max-width: 100%;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .newsDetailTitle {
    font-size: 1.125rem; /*line-height:1.625rem;*/
    line-height: 1.5;
    font-weight: bold;
    padding: 0 0.313rem;
    margin: 0.714rem;
    border-left: 0.313rem solid #E52121;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .newsSource {
    margin: 0 0.714rem;
    color: #999;
    line-height: 1.875rem;
    font-size: 0.75rem;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .newsSource span {
    padding-right: 0.5rem;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .newsSummarize {
    display: inline-block;
    margin: 0.714rem 1.250rem;
    padding: 0.714rem;
    text-indent: 2rem;
    border: solid 1px #ddd;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .septalLine {
    border-bottom: solid #CCC 1px;
    width: 100%;
    padding: 0.313rem 0;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .NewsContent {
    padding: 0.714rem;
    font-size: 1rem;
    line-height: 1.875rem;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .NewsContent img {
    max-width: 100%; /*min-width:320px;*/
    width: auto !important;
    height: auto !important;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .recommendPanel {
    padding: 10px;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .recommendPanel .recommendTitle {
    font-weight: bold;;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .recommendPanel .recommendList li {
    margin-bottom: 8px;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .recommendPanel .recommendList li a {
    font-size: 14px;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .abstract {
    font-size: 0.54rem;
    padding: 16px 20px;
    background: #eee;
    margin: 20px 10px 0 10px;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .more {
    cursor: pointer;
    text-align: center;
    padding: 35px 0 20px 0;
    border-bottom: 1px solid #eee;
}

/*标签间隙*/
.ModuleNewsDetailGiant.layout-101 .news-details-item .Mark {
    text-align: left;
    width: 100%;
    height: auto;
    white-space: nowrap;
    padding: 50px 15px 0px;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .Mark label {
    float: left;
    padding-right: 15px;
    line-height: 32px;
    margin-bottom: -12px;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .Mark ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 90%;
    overflow: hidden;
    margin-top: -12px;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .Mark ul li {
    display: inline;
    margin-right: 10px;
    float: left;
    text-align: center;
    line-height: 32px;
    /*width: 86px;*/
    max-width:180px;
    margin-top: 12px;
    background: rgb(233, 233, 233)
}

.ModuleNewsDetailGiant.layout-101 .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-101 .login-group .login-after .font-red{color:;}*/
.ModuleNewsDetailGiant.layout-101 .news-details-item .fj {
    width: 100%;
    padding: 0 10px;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .fj ul li {
    padding-top: 3px;
}

.ModuleNewsDetailGiant.layout-101 .news-details-item .fj label {
    margin-bottom: 0
}

/*推荐*/
.ModuleNewsDetailGiant.layout-101 .news-details-recommend {
    margin: 0 10px;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 20px;
    background: #f4f4f4;
}

.ModuleNewsDetailGiant.layout-101 .news-details-tit {
    padding-top: 15px;
}

.ModuleNewsDetailGiant.layout-101 .news-details-tit a {
    display: block;
    margin-left: 40px;
    padding-left: 18px;
    padding-bottom: 9px;
    color: #666666;
    position: relative;
}

.ModuleNewsDetailGiant.layout-101 .news-details-tit a:hover {
    text-decoration: underline;
    color: #333;
}

.ModuleNewsDetailGiant.layout-101 .news-details-tit a:before {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    left: 0px;
    width: 4px;
    height: 4px;
    background: #999;
}

/*分享样式*/
.ModuleNewsDetailGiant.layout-101 .news-details-item .share {
    padding: 5px 0 20px;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    margin: 10px 10px 0;
    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-101 .news-details-item .share li {
    float: left;
}

.ModuleNewsDetailGiant.layout-101 .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-101 .news-details-item .share-news-mobile {
        display: block;
    }

    .ModuleNewsDetailGiant.layout-101 .news-details-item .share-news-pc {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .ModuleNewsDetailGiant.layout-101 .news-details-item .share-news-mobile {
        display: none;
    }

    .ModuleNewsDetailGiant.layout-101 .news-details-item .share-news-pc {
        display: block;
    }
}

/*PC端与移动端评论展示样式*/
@media only screen and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-101 .news-details-item .news-comment {
        display: none;
    }

    .ModuleNewsDetailGiant.layout-101 .news-details-item .newsmobile-comment {
        display: block;
    }

    .ModuleNewsDetailGiant.layout-101 .news-details-item .g-flexview .g-scrollview .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .PrevNext .next, .PrevNext .prev {
        padding: 5px 15px
    }

    .PrevNext {
        padding: 0;
    }

    .ModuleNewsDetailGiant.layout-101 .next, .ModuleNewsDetailGiant.layout-101 .prev {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ModuleNewsDetailGiant.layout-101 .news-details-item .Mark {
        padding: 30px 15px 0px;
    }
}

@media only screen and (min-width: 768px) {
    .ModuleNewsDetailGiant.layout-101 .news-details-item .news-comment {
        display: block;
    }

    .ModuleNewsDetailGiant.layout-101 .news-details-item .newsmobile-comment {
        display: none;
    }

    .ModuleNewsDetailGiant.layout-101 .next, .ModuleNewsDetailGiant.layout-101 .prev {
        max-width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}


























.module_17378916 .ModuleHead .HeadCenter{float:none;}
#module_17378916 {
padding:0px;
}
#module_17378916 {
position:static;
z-index:0;
top:81px;
left:-14px;
width:100%;
height: auto;
}
#module_17378916 .ModuleHead17378916 {
display:none;
}

#module_17378916 .newsDetailTitle{font-size:18px;}
#module_17378916 .newsDetailTitle{font-family:Microsoft YaHei,SimSun,Arial;}
#module_17378916 .newsDetailTitle{color:#333;}
#module_17378916 .newsDetailTitle{font-weight:bold;}
#module_17378916 .newsDetailTitle{text-decoration:none;}
#module_17378916 .newsDetailTitle{font-style:normal;}
.module_0 .ModuleHead .HeadCenter{float:none;}
#module_0 {
padding:0px;
}
#module_0 {
height: auto;
}
#module_0 .ModuleHead0 {
display:none;
}
#module_0 .ModuleHead .HeadText.HeadText0 {
}
#module_0 .ModuleHead .HeadTextMore.HeadTextMore0 {
}
#module_0 >.module_0 {
border:none;
}
@media screen and (min-width: 768px){
#module_0 .BodyCenter.BodyCenter0 {
}
}
@media screen and (max-width: 767px){
#module_0 .BodyCenter.BodyCenter0 {
}
}
#module_0 .BodyCenter.BodyCenter0 {
}
#module_0 .BodyCenter a {
}

.module_18438932 .ModuleHead .HeadCenter{float:none;}
#module_18438932 {
padding:0px;
}
#module_18438932 {
position:static;
z-index:0;
top:595px;
left:1711px;
width:100%;
height: auto;
}
#module_18438932 .ModuleHead18438932 {
display:none;
}
#module_18438932 .ModuleHead .HeadText.HeadText18438932 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_18438932 .ModuleHead .HeadCenter.HeadCenter18438932{text-align:left;}
#module_18438932 .ModuleHead .HeadCenter.HeadCenter18438932 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_18438932 .BodyCenter.BodyCenter18438932 {
background:none;background-color:rgb(38, 38, 38);
}
#module_18438932 >.module_18438932 {
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_18438932 >.module_18438932{
overflow: 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_18438932 .BodyCenter.BodyCenter18438932 {
padding-top:50px;
padding-left:0px;
padding-right:0px;
padding-bottom:50px;
}
}
@media screen and (max-width: 767px){
#module_18438932 .BodyCenter.BodyCenter18438932 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_18438932 >.module_18438932 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_18438932 >.module_18438932 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_18438932 >.module_18438932 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_18438932:hover {
border:none;
}
#module_18438932:hover >.module_18438932 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_18438932 .ModuleSubContainer{background-color:transparent;}
#module_18438932 .ModuleSubContainer{background-image:none;}
#module_18438932 .ModuleSubContainer{background-repeat:no-repeat;}
#module_18438932 .ModuleSubContainer{background-position:0% 0%;}
#module_18438932 .ModuleSubContainer{background-attachment:scroll;}
#module_18438932 {!bgVideo!}{bgVideoUrl:none}
#module_18438932 .gridBgVideo .bgVideoMask{opacity:0.2}
.ModuleGridContainer.ModuleGridContainer18438932 {}
.module_18468669 .ModuleHead .HeadCenter{float:none;}
#module_18468669 {
padding:0px;
}
#module_18468669 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_18468669 .ModuleHead18468669 {
display:none;
}

#module_18468669 .ModuleImageTextGiantContent{margin-top:0px;}
#module_18468669 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_18468669 .ModuleImageTextGiantContent{margin-left:0px;}
#module_18468669 .ModuleImageTextGiantContent{margin-right:10px;}
#module_18468669 .imageTextGiant-Container{padding-top:10px;}
#module_18468669 .imageTextGiant-Container{padding-bottom:10px;}
#module_18468669 .imageTextGiant-Container{padding-left:10px;}
#module_18468669 .imageTextGiant-Container{padding-right:10px;}

.module_18438935 .ModuleHead .HeadCenter{float:none;}
#module_18438935 {
padding:0px;
}
#module_18438935 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_18438935 .ModuleHead18438935 {
display:none;
}
#module_18438935 .ModuleHead .HeadText.HeadText18438935 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_18438935 .ModuleHead .HeadCenter.HeadCenter18438935{text-align:left;}
#module_18438935 .ModuleHead .HeadCenter.HeadCenter18438935 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_18438935 .BodyCenter.BodyCenter18438935 {
background:none;background-color:rgba(0,0,0,0);
}
#module_18438935 >.module_18438935 {
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(63, 63, 63);
border-bottom-width:1px;
}
#module_18438935 >.module_18438935{
overflow: 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_18438935 .BodyCenter.BodyCenter18438935 {
padding-top:0px;
padding-left:20px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_18438935 .BodyCenter.BodyCenter18438935 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_18438935 >.module_18438935 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_18438935 >.module_18438935 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_18438935 >.module_18438935 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_18438935:hover {
border:none;
}
#module_18438935:hover >.module_18438935 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_18438935 .ModuleImageTextGiantContent{margin-top:0px;}
#module_18438935 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_18438935 .ModuleImageTextGiantContent{margin-left:0px;}
#module_18438935 .ModuleImageTextGiantContent{margin-right:10px;}
#module_18438935 .imageTextGiant-Container{padding-top:10px;}
#module_18438935 .imageTextGiant-Container{padding-bottom:10px;}
#module_18438935 .imageTextGiant-Container{padding-left:10px;}
#module_18438935 .imageTextGiant-Container{padding-right:10px;}

.module_18438936 .ModuleHead .HeadCenter{float:none;}
#module_18438936 {
padding:0px;
}
#module_18438936 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_18438936 .ModuleHead18438936 {
display:none;
}
#module_18438936 .ModuleHead .HeadText.HeadText18438936 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_18438936 .ModuleHead .HeadCenter.HeadCenter18438936{text-align:left;}
#module_18438936 .ModuleHead .HeadCenter.HeadCenter18438936 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_18438936 .BodyCenter.BodyCenter18438936 {
background:none;background-color:rgba(0,0,0,0);
}
#module_18438936 >.module_18438936 {
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_18438936 >.module_18438936{
overflow: 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_18438936 .BodyCenter.BodyCenter18438936 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_18438936 .BodyCenter.BodyCenter18438936 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_18438936 >.module_18438936 {
margin-top:0px;
margin-left:20px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_18438936 >.module_18438936 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_18438936 >.module_18438936 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_18438936:hover {
border:none;
}
#module_18438936:hover >.module_18438936 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_18438936 .ModuleImageTextGiantContent{margin-top:0px;}
#module_18438936 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_18438936 .ModuleImageTextGiantContent{margin-left:0px;}
#module_18438936 .ModuleImageTextGiantContent{margin-right:10px;}
#module_18438936 .imageTextGiant-Container{padding-top:10px;}
#module_18438936 .imageTextGiant-Container{padding-bottom:10px;}
#module_18438936 .imageTextGiant-Container{padding-left:10px;}
#module_18438936 .imageTextGiant-Container{padding-right:10px;}

.module_18438933 .ModuleHead .HeadCenter{float:none;}
#module_18438933 {
padding:0px;
}
#module_18438933 {
position:static;
z-index:0;
top:1097px;
left:1675px;
width:100%;
height: auto;
}
#module_18438933 .ModuleHead18438933 {
display:none;
}
#module_18438933 .ModuleHead .HeadText.HeadText18438933 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_18438933 .ModuleHead .HeadCenter.HeadCenter18438933{text-align:left;}
#module_18438933 .ModuleHead .HeadCenter.HeadCenter18438933 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_18438933 .BodyCenter.BodyCenter18438933 {
background:none;background-color:rgb(63, 63, 63);
}
#module_18438933 >.module_18438933 {
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_18438933 >.module_18438933{
overflow: 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_18438933 .BodyCenter.BodyCenter18438933 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_18438933 .BodyCenter.BodyCenter18438933 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_18438933 >.module_18438933 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_18438933 >.module_18438933 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_18438933 >.module_18438933 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_18438933:hover {
border:none;
}
#module_18438933:hover >.module_18438933 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_18438933 .ModuleSubContainer{background-color:transparent;}
#module_18438933 .ModuleSubContainer{background-image:none;}
#module_18438933 .ModuleSubContainer{background-repeat:no-repeat;}
#module_18438933 .ModuleSubContainer{background-position:0% 0%;}
#module_18438933 .ModuleSubContainer{background-attachment:scroll;}
#module_18438933 {!bgVideo!}{bgVideoUrl:none}
#module_18438933 .gridBgVideo .bgVideoMask{opacity:0.2}
.ModuleGridContainer.ModuleGridContainer18438933 {}
.module_18438937 .ModuleHead .HeadCenter{float:none;}
#module_18438937 {
padding:0px;
}
#module_18438937 {
position:static;
z-index:0;
top:22px;
left:0px;
width:100%;
height: auto;
}
#module_18438937 .ModuleHead18438937 {
display:none;
}
#module_18438937 .ModuleHead .HeadText.HeadText18438937 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_18438937 .ModuleHead .HeadCenter.HeadCenter18438937{text-align:left;}
#module_18438937 .ModuleHead .HeadCenter.HeadCenter18438937 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_18438937 .BodyCenter.BodyCenter18438937 {
background:none;background-color:rgba(0,0,0,0);
}
#module_18438937 >.module_18438937 {
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_18438937 >.module_18438937{
overflow: 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_18438937 .BodyCenter.BodyCenter18438937 {
padding-top:5px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_18438937 .BodyCenter.BodyCenter18438937 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_18438937 >.module_18438937 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_18438937 >.module_18438937 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_18438937 >.module_18438937 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_18438937:hover {
border:none;
}
#module_18438937:hover >.module_18438937 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_18438937 .ModuleImageTextGiantContent{margin-top:0px;}
#module_18438937 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_18438937 .ModuleImageTextGiantContent{margin-left:0px;}
#module_18438937 .ModuleImageTextGiantContent{margin-right:10px;}
#module_18438937 .imageTextGiant-Container{padding-top:10px;}
#module_18438937 .imageTextGiant-Container{padding-bottom:10px;}
#module_18438937 .imageTextGiant-Container{padding-left:10px;}
#module_18438937 .imageTextGiant-Container{padding-right:10px;}

.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);  }
.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 {  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%  }
.ModuleMobileNavGiant.layout-101 header a.mm-hbtn {  background: center center no-repeat transparent;  display: block;  width: 30px;  height: 30px;  position: absolute;  top: 0;  left: 10px;  margin: 10px  }
.ModuleMobileNavGiant.layout-101 .lcbody {  width: 30px;  height: 30px;  position: relative;  transform: translateZ(0) rotate(0);  transition: transform .4s cubic-bezier(.4,.01,.165,.99)  }
.ModuleMobileNavGiant.layout-101 .lcitem {  position: absolute;  left: 0;  top: 0;  transform: translateZ(0) rotate(0);  transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;  -webkit-transform: translateZ(0) rotate(0);  -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;  width: 30px;  height: 30px  }
.ModuleMobileNavGiant.layout-101 .lcitem .rect {  width: 30px;  height: 2px;  background: #fff;  position: absolute;  left: 0;  top: 46%;  transition: transform .2s ease .2s;  -webkit-transition: -webkit-transform .2s ease .2s  }
.ModuleMobileNavGiant.layout-101 .lcitem .rect.top {  transform: translate3d(0,-6px,0);  -webkit-transform: translate3d(0,-6px,0) }
.ModuleMobileNavGiant.layout-101 .lcitem .rect.bottom {  transform: translate3d(0,6px,0);  -webkit-transform: translate3d(0,6px,0)  }
.bodyfixd{position:fixed;width:100%;height:100%;overflow: hidden}
.bodyabstre{position:absolute;width:100%;height:100%;overflow: hidden}
.ModuleMobileNavGiant.layout-101 .view-change header .mm-hbtn .lcbody {  transform: translateZ(0) rotate(90deg);  -webkit-transform: translateZ(0) rotate(90deg)  }
.ModuleMobileNavGiant.layout-101 .view-change header .mm-hbtn .lcitem {  transform: translateZ(0) rotate(45deg);  transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;  -webkit-transform: translateZ(0) rotate(45deg);  -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s  }
.ModuleMobileNavGiant.layout-101 .view-change header .mm-hbtn .lcitem.bottom {  transform: translateZ(0) rotate(-45deg);  -webkit-transform: translateZ(0) rotate(-45deg)  }
.ModuleMobileNavGiant.layout-101 .view-change .mm-hbtn .lcitem .rect {  transition: transform .2s ease .2s;  transform: translate3d(0,0,0);  -webkit-transition: -webkit-transform .2s ease .2s;  -webkit-transform: translate3d(0,0,0)  }
.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%;
}
.ModuleMobileNavGiant.layout-101 #header p img{
    max-height: 40px;
    margin-right: 8px;
    margin-left: 15px;
    padding-left: 40px;
}
@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);  }
}
@media only screen and (min-width: 768px){
    .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
        margin-top:0px;
    }
    .ModuleMobileNavGiant.layout-101 .header-model{ display: none;}
}.module_17194034 .ModuleHead .HeadCenter{float:none;}
#module_17194034 {
padding:0px;
}
#module_17194034 {
}
#module_17194034 .ModuleHead17194034 {
display:block;
}
#module_17194034 .ModuleHead .HeadText.HeadText17194034 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_17194034 .ModuleHead .HeadCenter.HeadCenter17194034{text-align:left;}
#module_17194034 .ModuleHead .HeadCenter.HeadCenter17194034 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_17194034 .BodyCenter.BodyCenter17194034 {
background:none;background-color:rgba(0,0,0,0);
}
#module_17194034 >.module_17194034 {
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_17194034 >.module_17194034{
overflow: 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_17194034 .BodyCenter.BodyCenter17194034 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_17194034 .BodyCenter.BodyCenter17194034 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_17194034 >.module_17194034 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_17194034 >.module_17194034 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_17194034 >.module_17194034 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_17194034:hover {
border:none;
}
#module_17194034:hover >.module_17194034 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_17194034 {}#module_17194034.layout-101 #header{background-color:rgb(38, 38, 38);}
#module_17194034 {}#module_17194034.layout-101 #header p{color:#fff;}
#module_17194034 {}#module_17194034.layout-101 .lcitem .rect{background:#fff;}
#module_17194034 {}#module_17194034.layout-101 .micro-nav-item ul li{border-bottom-color:#838383;}
#module_17194034 {}#module_17194034.layout-101 .micro-nav-item,#module_17194034.layout-101 #MobileNavFloatLayer{background-color:#3c3c3c;}
#module_17194034 {}#module_17194034.layout-101 .micro-nav-item>ul>li>a{background:#3c3c3c;}
#module_17194034 {}#module_17194034.layout-101 .micro-nav-item>ul>li>a,#module_17194034.layout-101 .micro-nav-item>ul>li>a p{color:#fff;}
#module_17194034 {}#module_17194034.layout-101 .micro-nav-item>ul>li .subnav a{background:#3c3c3c;}
#module_17194034 {}#module_17194034.layout-101 .micro-nav-item>ul>li .subnav a,#module_17194034.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_17194034 {}#module_17194034.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_17194034 {}#module_17194034.layout-101 .micro-nav-item>ul>li>a:hover,#module_17194034.layout-101 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_17194034 {}#module_17194034.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:#888;}
#module_17194034 {}#module_17194034.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:#777;}
#module_17194034 {}#module_17194034.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_17194034.layout-101 .micro-nav-item>ul>li .subnav a:hover p{color:#fff;}
.module_17194035 .ModuleHead .HeadCenter{float:none;}
#module_17194035 {
padding:0px;
}
#module_17194035 {
}
#module_17194035 .ModuleHead0 {
display:none;
}
#module_17194035 .ModuleHead .HeadText.HeadText0 {
}
#module_17194035 .ModuleHead .HeadTextMore.HeadTextMore0 {
}
#module_17194035 >.module_0 {
border:none;
}
@media screen and (min-width: 768px){
#module_17194035 .BodyCenter.BodyCenter0 {
}
}
@media screen and (max-width: 767px){
#module_17194035 .BodyCenter.BodyCenter0 {
}
}
#module_17194035 .BodyCenter.BodyCenter0 {
}
#module_17194035 .BodyCenter a {
}

