/*read from redis*/

/* @media only screen and (max-width: 1200px) {
    .ModuleSlideGiant .SubContainer {
        display: none;
    }
} */
/*轮播图样式*/
.ModuleSlideGiant.layout-101 .swiper-has-swiping .gallery-top .swiper-slide>a {
    z-index: 100;
}

/*切换按钮样式*/
.ModuleSlideGiant.layout-101 .slidegiant-container {  position: relative; }
.ModuleSlideGiant.layout-101 .slidegiant-container *{-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
.ModuleSlideGiant.layout-101 .slidegiant-container .ModuleItem .BodyCenter{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ModuleSlideGiant.layout-101 .slidegiant-container .gallery-thumbs {  height: 20%;  box-sizing: border-box;  padding: 10px 0;  }
.ModuleSlideGiant.layout-101 .slidegiant-container .gallery-thumbs .swiper-slide {     width: 62px;  height: 62px;  opacity: 1;  cursor: pointer;  overflow: hidden;  border: 2px solid rgba(255,255,255,0.7);  padding: 4px;  border-radius: 50%;  overflow: hidden;  }
.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slide-img{width: 62px;  height: 62px; border-radius: 50% !important;  overflow: hidden;}
.ModuleSlideGiant.layout-101 .slidegiant-container .gallery-thumbs .swiper-slide.swiper-slide-active { border: 6px solid rgba(255,255,255,0.9);   padding: 0;}
.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-wrapper.swiper-slt img,.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-wrapper.swiper-slt video{
    width:auto;
    /* max-width: none!important;   */
    height:100%;
    /* margin-left:-60%;  */
}
.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-wrapper.swiper-slt {  position: absolute;  left: 50%;
    -webkit-transform:translate(-50%,0);    /* for Chrome || Safari */
    -moz-transform:  translate(-50%,0);       /* for Firefox */
    -ms-transform:  translate(-50%,0);        /* for IE */
    -o-transform:  translate(-50%,0);         /* for Opera */
    transform: translate(-50%,0);
    width: auto;  height: 0; }
.ModuleSlideGiant.layout-101 .slidegiant-container .gallery-top{ position: relative;}
.ModuleSlideGiant.layout-101 .slidegiant-container .gallery-thumbs{ position: absolute; height: 100px;bottom:0px; left: 0; width: 100%;}
.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-prev{ position: absolute; width: 50px; height: 50px; background: rgba(0,0,0,0.2);top:50%;z-index: 9999;
    -webkit-transform:translate(0,-50%);    /* for Chrome || Safari */
    -moz-transform:  translate(0,-50%);       /* for Firefox */
    -ms-transform:  translate(0,-50%);        /* for IE */
    -o-transform:  translate(0,-50%);         /* for Opera */
    transform: translate(0,-50%);
    transition: all .3s }
.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-next:hover,.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-prev:hover{background: rgba(0,0,0,0.4);}
.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-next{left: 0; cursor: pointer;}
.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-prev{right: 0;cursor: pointer;}
.ModuleSlideGiant.layout-101 .slidegiant-container .gallery-top .swiper-pagination{ opacity: 0}
.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-autoplay{ width: 50px; height: 50px; background: rgba(0,0,0,.3);  position: absolute;  top:50%; right: 60px;    transform: translate(0,-50%);  z-index: 99;}
.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-next:before{ content: ""; position: absolute;
    top:28%; left: 40%; width: 2px; height:12px; background: #fff;
    -webkit-transform: rotate(45deg);   /* for Chrome || Safari */
    -moz-transform:  rotate(45deg);       /* for Firefox */
    -ms-transform:   rotate(45deg);        /* for IE */
    -o-transform:   rotate(45deg);       /* for Opera */
    transform:  rotate(45deg);
}
.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-next:after{ content: ""; position: absolute;
    top:44%; left: 40%; width: 2px; height:12px; background: #fff;
    -webkit-transform: rotate(135deg);   /* for Chrome || Safari */
    -moz-transform:  rotate(135deg);       /* for Firefox */
    -ms-transform:   rotate(135deg);        /* for IE */
    -o-transform:   rotate(135deg);       /* for Opera */
    transform: rotate(135deg);
}
.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-prev:before{ content: ""; position: absolute;
    top:28%; right: 40%; width: 2px; height:12px; background: #fff;
    -webkit-transform: rotate(-45deg);   /* for Chrome || Safari */
    -moz-transform:  rotate(-45deg);       /* for Firefox */
    -ms-transform:   rotate(-45deg);        /* for IE */
    -o-transform:   rotate(-45deg);       /* for Opera */
    transform: rotate(-45deg);
}
.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-prev:after{ content: ""; position: absolute;
    top:44%; right: 40%; width: 2px; height:12px; background: #fff;
    -webkit-transform: rotate(-135deg);   /* for Chrome || Safari */
    -moz-transform:  rotate(-135deg);       /* for Firefox */
    -ms-transform:   rotate(-135deg);        /* for IE */
    -o-transform:   rotate(-135deg);       /* for Opera */
    transform: rotate(-135deg);
}
.ModuleSlideGiant.layout-101 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet{width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1;}
.ModuleSlideGiant.layout-101 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;transform: translate(-50%,-50%);}
.ModuleSlideGiant.layout-101 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background: rgba(0, 0, 0, 0.21);}
.ModuleSlideGiant.layout-101 .slidegiant-container .sd-play:before{ content:""; position:absolute;
    top:50%; left:40%;width: 2px; height: 25px; background: #fff;
    -webkit-transform:translate(0,-50%);    /* for Chrome || Safari */
    -moz-transform:  translate(0,-50%);       /* for Firefox */
    -ms-transform:  translate(0,-50%);        /* for IE */
    -o-transform:  translate(0,-50%);         /* for Opera */
    transform: translate(0,-50%);
}
.ModuleSlideGiant.layout-101 .slidegiant-container .sd-play:after{ content:""; position:absolute;
    top:50%; left:60%;width: 2px; height: 25px; background: #fff;
    -webkit-transform:translate(0,-50%);    /* for Chrome || Safari */
    -moz-transform:  translate(0,-50%);       /* for Firefox */
    -ms-transform:  translate(0,-50%);        /* for IE */
    -o-transform:  translate(0,-50%);         /* for Opera */
    transform: translate(0,-50%);
}
/*.ModuleSlideGiant.layout-101 .forie .swiper-container {height: 600px;}*/
.ModuleSlideGiant.layout-101 .forie .swiper-pagination {  position: absolute;  left: 0;  text-align: center;  bottom:5px;  width: 100%;  }
.ModuleSlideGiant.layout-101 .forie .swiper-pagination-switch{display: inline-block;width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1; margin: 0 5px;}
.ModuleSlideGiant.layout-101 .forie .swiper-pagination-switch:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 25%; left: 25%;    transform: translate(-50%,-50%);}
.ModuleSlideGiant.layout-101 .forie .swiper-active-switch{background: rgba(0, 0, 0, 0.21); }
.ModuleSlideGiant.layout-101 .swiper-slide video{min-height: 32px; width: 100%; height: auto; display: block;}
/*有问题 暂时注释掉*/
/*.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slide>a{*/
/*position: absolute;*/
/*right: 0;*/
/*left: 0;*/
/*top: 0;*/
/*bottom: 0;*/
/*}*/
@media only screen and (max-width: 767px) {
    /* .ModuleSlideGiant .SubContainer {display: none;} */
    .ModuleSlideGiant.layout-101 .slidegiant-container .gallery-thumbs{display: none}
    .ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-prev{display: none}
    .ModuleSlideGiant.layout-101 .slidegiant-container .gallery-top .swiper-pagination{ opacity: 1}
}
/* @media only screen and (max-width: 480px) {
    .ModuleSlideGiant.layout-101 .slidegiant-container .gallery-thumbs{display: none}
    .ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-prev{display: none}
    .ModuleSlideGiant.layout-101 .slidegiant-container .gallery-top .swiper-pagination{ opacity: 1}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .ModuleSlideGiant.layout-101 .slidegiant-container .gallery-thumbs{display: none}
    .ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-prev{display: none}
    .ModuleSlideGiant.layout-101 .slidegiant-container .gallery-top .swiper-pagination{opacity: 1}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ModuleSlideGiant.layout-101 .slidegiant-container .gallery-thumbs{display: none}
    .ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slideshow-1-prev{display: none}
    .ModuleSlideGiant.layout-101 .slidegiant-container .gallery-top .swiper-pagination{opacity: 1}
} */
/* @media only screen and (min-width: 1200px) and (max-width: 1400px){
    .ModuleSlideGiant.layout-101 .slidegiant-container .gallery-thumbs .swiper-slide {  width: 50px;  height: 50px;  opacity: 1;  cursor: pointer;  overflow: hidden;  border: 2px solid rgba(255,255,255,0.7);  padding: 4px;  border-radius: 50%;  overflow: hidden;  }
    .ModuleSlideGiant.layout-101 .slidegiant-container .swiper-slide-img{width: 50px;  height: 50px; border-radius: 50% !important;  overflow: hidden;}
} */
.ModuleSlideGiant.layout-101 .swiperImg{width: 100%}
.module_9777838 .ModuleHead .HeadCenter{float:none;}
#module_9777838 {
padding:0px;
}
#module_9777838 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_9777838 .ModuleHead9777838 {
display:none;
}

#module_9777838 .SubContainer {max-width:1200px !important;}
/*轮播图样式*/
.ModuleSlideGiant.layout-106{
    position: relative;
}
/*切换按钮样式*/
.ModuleSlideGiant.layout-106 .slidegiant-container {
    position: relative;
}
.ModuleSlideGiant.layout-106 .slidegiant-container .gallery-thumbs {  height: 20%;  box-sizing: border-box;  padding: 10px 0;  }
.ModuleSlideGiant.layout-106 .slidegiant-container .gallery-thumbs .swiper-slide {  width:150px;  height: 48px;  opacity: 1;  overflow: hidden;  background: #000; opacity: 0.4; }
.ModuleSlideGiant.layout-106 .slidegiant-container .gallery-thumbs .swiper-slide:last-child{ margin-right:0 !important;;}
.ModuleSlideGiant.layout-106 .slidegiant-container .gallery-thumbs .active {  opacity: 1;  border: 0;  }
.ModuleSlideGiant.layout-106 .slidegiant-container .swiper-wrapper.swiper-slt {
    width: 100%;
    margin-right:4px;
}
.ModuleSlideGiant.layout-106 .slidegiant-container .swiper-wrapper.swiper-slt.justify-content{
    justify-content: center;
}
.ModuleSlideGiant.layout-106 .swiper-slide video{min-height: 32px; width: 100%; height: auto; display: block;}
.ModuleSlideGiant.layout-106 .slidegiant-container .gallery-top{ position: relative;}
.ModuleSlideGiant.layout-106 .slidegiant-container .gallery-thumbs{position: absolute !important; height: 75px; background: rgba(0,0,0,0.6);bottom: 0; left: 0; width: 100%;}
.ModuleSlideGiant.layout-106 .swiper-slideshow-1-next,.ModuleSlideGiant.layout-106  .swiper-slideshow-1-prev{ position: absolute; width: 50px; height: 50px; background: rgba(0,0,0,0.2);top:50%;z-index: 9999;transform : translate(0,-50%); transition: all .3s }
.ModuleSlideGiant.layout-106  .swiper-slideshow-1-next:hover,.ModuleSlideGiant.layout-106  .swiper-slideshow-1-prev:hover{background: rgba(0,0,0,0.4);}
.ModuleSlideGiant.layout-106 .swiper-slideshow-1-next{left: 0; cursor: pointer;}
.ModuleSlideGiant.layout-106  .swiper-slideshow-1-prev{right: 0;cursor: pointer;     transform: rotate(180deg);margin-top: -25px;}
.ModuleSlideGiant.layout-106 .slidegiant-container .swiper-pagination-bullet-active {  opacity: 1;  background: #fff !important;  }
.ModuleSlideGiant.layout-106 .slidegiant-container .swiper-pagination-bullet-active:before{ background-color:rgba(0,0,0,0.5);}
.ModuleSlideGiant.layout-106 .slidegiant-container .gallery-top .swiper-pagination{ opacity: 0}
.ModuleSlideGiant.layout-106 .slidegiant-container .swiper-slideshow-1-autoplay{ width: 50px; height: 50px; background: rgba(0,0,0,.3);  position: absolute;  top:50%; right: 60px;    transform: translate(0,-50%);  z-index: 99;}
.ModuleSlideGiant.layout-106  .swiper-slideshow-1-next:before{
     position: absolute;
    top:50%; left: 50%;
    transform : translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:translate(-50%,-50%);       /* for IE */
    -o-transform: translate(-50%,-50%);
    color:#fff;
}
/*.ModuleSlideGiant.layout-106 .slidegiant-container .swiper-slideshow-1-next:after{ content: ""; position: absolute;*/
/*top:44%; left: 40%; width: 2px; height:12px; background: #fff;*/
/*-webkit-transform: rotate(135deg);   !* for Chrome || Safari *!*/
/*-moz-transform:  rotate(135deg);       !* for Firefox *!*/
/*-ms-transform:   rotate(135deg);        !* for IE *!*/
/*-o-transform:   rotate(135deg);       !* for Opera *!*/
/*transform: rotate(135deg);*/
/*}*/
.ModuleSlideGiant.layout-106  .swiper-slideshow-1-prev:before{ position: absolute;color:#fff;
    top:50%; left: 50%;
    transform : translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:translate(-50%,-50%);       /* for IE */
    -o-transform: translate(-50%,-50%);
}
/*.ModuleSlideGiant.layout-106 .slidegiant-container .swiper-slideshow-1-prev:after{ content: ""; position: absolute;*/
/*top:44%; right: 40%; width: 2px; height:12px; background: #fff;*/
/*-webkit-transform: rotate(-135deg);   !* for Chrome || Safari *!*/
/*-moz-transform:  rotate(-135deg);       !* for Firefox *!*/
/*-ms-transform:   rotate(-135deg);        !* for IE *!*/
/*-o-transform:   rotate(-135deg);       !* for Opera *!*/
/*transform: rotate(-135deg);}*/
.ModuleSlideGiant.layout-106 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet{width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1;}
.ModuleSlideGiant.layout-106 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;transform: translate(-50%,-50%);}
.ModuleSlideGiant.layout-106 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background: rgba(0, 0, 0, 0.21);}
.ModuleSlideGiant.layout-106 .slidegiant-container .sd-play:before{ content:""; position:absolute;
    top:50%; left:40%;width: 2px; height: 25px; background: #fff;
    -webkit-transform:translate(0,-50%);    /* for Chrome || Safari */
    -moz-transform:  translate(0,-50%);       /* for Firefox */
    -ms-transform:  translate(0,-50%);        /* for IE */
    -o-transform:  translate(0,-50%);         /* for Opera */
    transform: translate(0,-50%);
}
.ModuleSlideGiant.layout-106 .slidegiant-container .sd-play:after{ content:""; position:absolute;
    top:50%; left:60%;width: 2px; height: 25px; background: #fff;
    -webkit-transform:translate(0,-50%);    /* for Chrome || Safari */
    -moz-transform:  translate(0,-50%);       /* for Firefox */
    -ms-transform:  translate(0,-50%);        /* for IE */
    -o-transform:  translate(0,-50%);         /* for Opera */
    transform: translate(0,-50%);
}
/*.forie .swiper-container{ height: 600px;}*/
@media only screen and (max-width: 767px) {
    /* .ModuleSlideGiant .SubContainer {display: none;} */
    .ModuleSlideGiant.layout-106 .slidegiant-container .gallery-thumbs{display: none}
    .ModuleSlideGiant.layout-106  .swiper-slideshow-1-next,.ModuleSlideGiant.layout-106  .swiper-slideshow-1-prev{display: none}
    .ModuleSlideGiant.layout-106 .slidegiant-container .gallery-top .swiper-pagination{ opacity: 1}
}
/* @media only screen and (max-width: 480px) {
    .ModuleSlideGiant.layout-106 .slidegiant-container .gallery-thumbs{display: none}
    .ModuleSlideGiant.layout-106  .swiper-slideshow-1-next,.ModuleSlideGiant.layout-106  .swiper-slideshow-1-prev{display: none}
    .ModuleSlideGiant.layout-106 .slidegiant-container .gallery-top .swiper-pagination{ opacity: 1}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .ModuleSlideGiant.layout-106 .slidegiant-container .gallery-thumbs{display: none}
    .ModuleSlideGiant.layout-106 .swiper-slideshow-1-next,.ModuleSlideGiant.layout-106  .swiper-slideshow-1-prev{display: none}
    .ModuleSlideGiant.layout-106 .slidegiant-container .gallery-top .swiper-pagination{opacity: 1}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ModuleSlideGiant.layout-106 .slidegiant-container .gallery-thumbs{display: none}
    .ModuleSlideGiant.layout-106 .swiper-slideshow-1-next,.ModuleSlideGiant.layout-106  .swiper-slideshow-1-prev{display: none}
    .ModuleSlideGiant.layout-106 .slidegiant-container .gallery-top .swiper-pagination{opacity: 1}
} */
.ModuleSlideGiant.layout-106 .swiperImg{width: 100%;}.module_9751383 .ModuleHead .HeadCenter{float:none;}
#module_9751383 {
padding:0px;
}
#module_9751383 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9751383 .ModuleHead9751383 {
display:none;
}

#module_9751383 .swiper-slideshow-1-next:before,#module_9751383 .swiper-slideshow-1-prev:before{color:;}
#module_9751383 .swiper-slideshow-1-next:before,#module_9751383 .swiper-slideshow-1-prev:before{font-size:px;}
#module_9751383 .swiper-slideshow-1-next,#module_9751383 .swiper-slideshow-1-prev{background-color:;}
#module_9751383 .swiper-slideshow-1-next,#module_9751383 .swiper-slideshow-1-prev{}
#module_9751383 .swiper-slideshow-1-next,#module_9751383 .swiper-slideshow-1-prev{}
#module_9751383 .swiper-slideshow-1-next,#module_9751383 .swiper-slideshow-1-prev{}
#module_9751383 .swiper-slideshow-1-next,#module_9751383 .swiper-slideshow-1-prev{}
#module_9751383 .swiper-slideshow-1-next,#module_9751383 .swiper-slideshow-1-prev{}
#module_9751383 .swiper-slideshow-1-next:hover:before,#module_9751383 .swiper-slideshow-1-prev:hover:before{color:;}
#module_9751383 .swiper-slideshow-1-next:hover,#module_9751383 .swiper-slideshow-1-prev:hover{background-color:;}
#module_9751383 .swiper-slideshow-1-next:hover,#module_9751383 .swiper-slideshow-1-prev:hover{}
#module_9751383 .swiper-slideshow-1-next:hover,#module_9751383 .swiper-slideshow-1-prev:hover{}
#module_9751383 .swiper-slideshow-1-next:hover,#module_9751383 .swiper-slideshow-1-prev{}
#module_9751383 .swiper-slideshow-1-next:hover,#module_9751383 .swiper-slideshow-1-prev:hover{}
#module_9751383 .swiper-slideshow-1-next:hover,#module_9751383 .swiper-slideshow-1-prev:hover{}
#module_9751383 .SubContainer {max-width:1200px !important;}
.module_9751397 .ModuleHead .HeadCenter{float:none;}
#module_9751397 {
padding:0px;
}
#module_9751397 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9751397 .ModuleHead9751397 {
display:none;
}
#module_9751397 .ModuleHead .HeadText.HeadText9751397 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9751397 .ModuleHead .HeadCenter.HeadCenter9751397{text-align:left;}
#module_9751397 .ModuleHead .HeadCenter.HeadCenter9751397 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9751397 .BodyCenter.BodyCenter9751397 {
background-color:transparent;
background-image:url(/comdata/917/201712/2017121110440521de11.png);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_9751397 >.module_9751397 {
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_9751397 >.module_9751397{
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_9751397 .BodyCenter.BodyCenter9751397 {
padding-top:90px;
padding-left:80px;
padding-right:0px;
padding-bottom:90px;
}
}
@media screen and (max-width: 767px){
#module_9751397 .BodyCenter.BodyCenter9751397 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9751397 >.module_9751397 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9751397 >.module_9751397 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9751397 .ModuleSubContainer{background-color:transparent;}
#module_9751397 .ModuleSubContainer{background-image:none;}
#module_9751397 .ModuleSubContainer{background-repeat:no-repeat;}
#module_9751397 .ModuleSubContainer{background-position:0% 0%;}
#module_9751397 .ModuleSubContainer{background-attachment:scroll;}
#module_9751397 .ModuleSubContainer{}
#module_9751397 {!bgVideo!}{bgVideoUrl:none}
#module_9751397 .gridBgVideo .bgVideoMask{opacity:1}
#module_9751397 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_9751397 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer9751397 {}
/*.ModuleJiuGongGiant.layout-104 .nic-item  ul{ margin: 20px  0; }*/
.ModuleJiuGongGiant.layout-104 .nic-item {background: #f2f2f2}
.ModuleJiuGongGiant.layout-104 .nic-item  ul li a{ font-size: 14px;}
.ModuleJiuGongGiant.layout-104 .nic-item  ul li{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background-size: 100%; border-top:1px solid #f8f8f8; position: relative;  width: 24.5%; float: left; height:50px; padding: 15px 0; border-left:1px solid #fff; border-right: 1px solid #fff;    font-size: 0.756rem; color: #666666;  text-align: center;   box-sizing: border-box; margin-right: .2%; background:-moz-linear-gradient(top, #fff 40%, #eaeaea,#e2e2e2 ,#d8d8d8);;background: -webkit-linear-gradient(top, #fff 40%, #eaeaea,#e2e2e2 ,#d8d8d8);
    background: -o-linear-gradient(top, #fff 40%, #eaeaea,#e2e2e2 ,#d8d8d8); }
.ModuleJiuGongGiant.layout-104 .nic-item  ul li:nth-child(4n){ border-right: 0; margin-right: 0;}
.ModuleJiuGongGiant.layout-104 .nic-item  ul li:nth-child(5){ border-left: 0; }
.ModuleJiuGongGiant.layout-104 .nic-item  ul li:nth-child(1){ border-left: 0; }
@media only screen and (min-width:767px) {

    .ModuleJiuGongGiant.layout-104 .nic-item ul li{width: 24.8%;}
}
/*@media only screen and (min-width:991px) {*/

    /*.ModuleJiuGongGiant.layout-104 .nic-item ul li{width: 24.84%;}*/
/*}*/
/*@media only screen and (min-width:1199px) {*/
    /*.ModuleJiuGongGiant.layout-104 .nic-item ul li{width: 24.85%;}*/
/*}*/.module_9777742 .ModuleHead .HeadCenter{float:none;}
#module_9777742 {
padding:0px;
}
#module_9777742 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_9777742 .ModuleHead9777742 {
display:none;
}
#module_9777742 .ModuleHead .HeadText.HeadText9777742 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9777742 .ModuleHead .HeadCenter.HeadCenter9777742{text-align:left;}
#module_9777742 .ModuleHead .HeadCenter.HeadCenter9777742 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9777742 .BodyCenter.BodyCenter9777742 {
background:none;background-color:rgb(242, 242, 242);
}
#module_9777742 >.module_9777742 {
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_9777742 >.module_9777742{
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_9777742 .BodyCenter.BodyCenter9777742 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9777742 .BodyCenter.BodyCenter9777742 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:1px;
}
}
@media screen and (min-width: 768px){
#module_9777742 >.module_9777742 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9777742 >.module_9777742 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9777742 .news-details-title{font-size:px;}
#module_9777742 .news-details-title{font-family:;}
#module_9777742 .news-details-title{color:;}
#module_9777742 .news-details-title{}
#module_9777742 .news-details-title{}
#module_9777742 .news-details-title{}
#module_9777742 .jiugong-item{border-top-color:;}
#module_9777742 .jiugong-item{border-top-style:;}
#module_9777742 .jiugong-item{border-top-width:px;}
#module_9777742 .jiugong-item{border-right-color:;}
#module_9777742 .jiugong-item{border-right-style:;}
#module_9777742 .jiugong-item{border-right-width:px;}
#module_9777742 .jiugong-item{border-bottom-color:;}
#module_9777742 .jiugong-item{border-bottom-style:;}
#module_9777742 .jiugong-item{border-bottom-width:px;}
#module_9777742 .jiugong-item{border-left-color:;}
#module_9777742 .jiugong-item{border-left-style:;}
#module_9777742 .jiugong-item{border-left-width:px;}
#module_9777742 .jiugong-item{border-top-left-radius:px;}
#module_9777742 .jiugong-item{border-top-right-radius:px;}
#module_9777742 .jiugong-item{border-bottom-left-radius:px;}
#module_9777742 .jiugong-item{border-bottom-right-radius:px;}

/*图文模块 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_9774437 .ModuleHead .HeadCenter{float:none;}
#module_9774437 {
padding:0px;
}
#module_9774437 {
position:static;
z-index:0;
top:94px;
width:100%;
height: auto;
}
#module_9774437 .ModuleHead9774437 {
display:none;
}
#module_9774437 .ModuleHead .HeadText.HeadText9774437 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9774437 .ModuleHead .HeadCenter.HeadCenter9774437{text-align:left;}
#module_9774437 .ModuleHead .HeadCenter.HeadCenter9774437 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9774437 .BodyCenter.BodyCenter9774437 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9774437 >.module_9774437 {
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_9774437 >.module_9774437{
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_9774437 .BodyCenter.BodyCenter9774437 {
padding-top:20px;
padding-left:40px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9774437 .BodyCenter.BodyCenter9774437 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9774437 >.module_9774437 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9774437 >.module_9774437 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9774437 .ModuleImageTextGiantContent{margin-top:px;}
#module_9774437 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_9774437 .ModuleImageTextGiantContent{margin-left:px;}
#module_9774437 .ModuleImageTextGiantContent{margin-right:px;}
#module_9774437 .imageTextGiant-Container{padding-top:10px;}
#module_9774437 .imageTextGiant-Container{padding-bottom:10px;}
#module_9774437 .imageTextGiant-Container{padding-left:10px;}
#module_9774437 .imageTextGiant-Container{padding-right:10px;}
#module_9774437 .showHandle .btn{font-size:px;}
#module_9774437 .showHandle .btn{font-family:;}
#module_9774437 .showHandle .btn{color:;}
#module_9774437 .showHandle .btn{}
#module_9774437 .showHandle .btn{}
#module_9774437 .showHandle .btn{}
#module_9774437 .showHandle div{border-top-color: !important;}
#module_9774437 .showHandle div{border-top-style: !important;}
#module_9774437 .showHandle div{border-top-width:px !important;}
#module_9774437 .showHandle{background-color:;}
#module_9774437 .showHandle{}
#module_9774437 .showHandle{}
#module_9774437 .showHandle{}
#module_9774437 .showHandle{}
#module_9774437 .showHandle{}

.module_9751401 .ModuleHead .HeadCenter{float:none;}
#module_9751401 {
padding:0px;
}
#module_9751401 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9751401 .ModuleHead9751401 {
display:none;
}
#module_9751401 .ModuleHead .HeadText.HeadText9751401 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9751401 .ModuleHead .HeadCenter.HeadCenter9751401{text-align:left;}
#module_9751401 .ModuleHead .HeadCenter.HeadCenter9751401 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9751401 .BodyCenter.BodyCenter9751401 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9751401 >.module_9751401 {
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_9751401 >.module_9751401{
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_9751401 .BodyCenter.BodyCenter9751401 {
padding-top:20px;
padding-left:40px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9751401 .BodyCenter.BodyCenter9751401 {
padding-top:20px;
padding-left:20px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9751401 >.module_9751401 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9751401 >.module_9751401 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9751401 .ModuleImageTextGiantContent{margin-top:px;}
#module_9751401 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_9751401 .ModuleImageTextGiantContent{margin-left:px;}
#module_9751401 .ModuleImageTextGiantContent{margin-right:px;}
#module_9751401 .imageTextGiant-Container{padding-top:10px;}
#module_9751401 .imageTextGiant-Container{padding-bottom:10px;}
#module_9751401 .imageTextGiant-Container{padding-left:10px;}
#module_9751401 .imageTextGiant-Container{padding-right:10px;}
#module_9751401 .showHandle .btn{font-size:px;}
#module_9751401 .showHandle .btn{font-family:;}
#module_9751401 .showHandle .btn{color:;}
#module_9751401 .showHandle .btn{}
#module_9751401 .showHandle .btn{}
#module_9751401 .showHandle .btn{}
#module_9751401 .showHandle div{border-top-color: !important;}
#module_9751401 .showHandle div{border-top-style: !important;}
#module_9751401 .showHandle div{border-top-width:px !important;}
#module_9751401 .showHandle{background-color:;}
#module_9751401 .showHandle{}
#module_9751401 .showHandle{}
#module_9751401 .showHandle{}
#module_9751401 .showHandle{}
#module_9751401 .showHandle{}

.module_9751404 .ModuleHead .HeadCenter{float:none;}
#module_9751404 {
padding:0px;
}
#module_9751404 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9751404 .ModuleHead9751404 {
display:none;
}
#module_9751404 .ModuleHead .HeadText.HeadText9751404 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9751404 .ModuleHead .HeadCenter.HeadCenter9751404{text-align:left;}
#module_9751404 .ModuleHead .HeadCenter.HeadCenter9751404 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9751404 .BodyCenter.BodyCenter9751404 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9751404 >.module_9751404 {
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_9751404 >.module_9751404{
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_9751404 .BodyCenter.BodyCenter9751404 {
padding-top:20px;
padding-left:40px;
padding-right:60px;
padding-bottom:20px;
}
}
@media screen and (max-width: 767px){
#module_9751404 .BodyCenter.BodyCenter9751404 {
padding-top:0px;
padding-left:20px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9751404 >.module_9751404 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9751404 >.module_9751404 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9751404 .ModuleImageTextGiantContent{margin-top:px;}
#module_9751404 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_9751404 .ModuleImageTextGiantContent{margin-left:px;}
#module_9751404 .ModuleImageTextGiantContent{margin-right:px;}
#module_9751404 .imageTextGiant-Container{padding-top:10px;}
#module_9751404 .imageTextGiant-Container{padding-bottom:10px;}
#module_9751404 .imageTextGiant-Container{padding-left:10px;}
#module_9751404 .imageTextGiant-Container{padding-right:10px;}
#module_9751404 .showHandle .btn{font-size:px;}
#module_9751404 .showHandle .btn{font-family:;}
#module_9751404 .showHandle .btn{color:;}
#module_9751404 .showHandle .btn{}
#module_9751404 .showHandle .btn{}
#module_9751404 .showHandle .btn{}
#module_9751404 .showHandle div{border-top-color: !important;}
#module_9751404 .showHandle div{border-top-style: !important;}
#module_9751404 .showHandle div{border-top-width:px !important;}
#module_9751404 .showHandle{background-color:;}
#module_9751404 .showHandle{}
#module_9751404 .showHandle{}
#module_9751404 .showHandle{}
#module_9751404 .showHandle{}
#module_9751404 .showHandle{}

/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row { display: flex; flex-wrap: wrap;justify-content: center;}
.ModuleImageTextGiant.layout-109 .imageTextGiant-Container{max-height: 100%; max-width: 100%;}
.ModuleImageTextGiant.layout-109 .imageTextContainer{overflow:unset !important;}

@media only screen and (min-width: 767px) {
	
	.ModuleImageTextGiant.layout-109 .normal_ImgtextBox:last-child{ margin-right: 0 !important;}
}
@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-109 .MobileImgtextBox:nth-child(2n){ margin-right: 0 !important;}
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row{display: inline-block;*/
	/*	flex-wrap: wrap;flex: auto;}*/
	.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row .col-xs-6{
		width: 49%;
    	/*padding: 10px 0 10px 10px;*/
   		 box-sizing: border-box;
	}
	.ModuleImageTextGiant.layout-109 .oneline{ width: 100% !important;}
	/* .ModuleImageTextGiant.layout-109 .oneline:nth-child(1){ margin-top: 0 !important; }
	
	.ModuleImageTextGiant.layout-109 .twoline:nth-child(1),.ModuleImageTextGiant.layout-109 .twoline:nth-child(2){ margin-top: 0 !important; } */
}

/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row{width:auto;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row{width:auto;}*/
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row .col-xs-6{width: 49.66666%;!*padding: 15px 15px 0 15px;*!}*/
	/*.ModuleImageTextGiant.layout-109 .normal_ImgtextBox_content .GraphicUpper{padding-bottom: 15px;}*/
/*}*/.module_9751408 .ModuleHead .HeadCenter{float:none;}
#module_9751408 {
padding:0px;
}
#module_9751408 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9751408 .ModuleHead9751408 {
display:none;
}
#module_9751408 .ModuleHead .HeadText.HeadText9751408 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9751408 .ModuleHead .HeadCenter.HeadCenter9751408{text-align:left;}
#module_9751408 .ModuleHead .HeadCenter.HeadCenter9751408 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9751408 .BodyCenter.BodyCenter9751408 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9751408 >.module_9751408 {
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_9751408 >.module_9751408{
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_9751408 .BodyCenter.BodyCenter9751408 {
padding-top:15px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9751408 .BodyCenter.BodyCenter9751408 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9751408 >.module_9751408 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9751408 >.module_9751408 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9751408 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_9751408 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_9751408 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_9751408 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_9751408 .GraphicUpper .TextImage{padding-top:0px;}
#module_9751408 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_9751408 .GraphicUpper .TextImage{padding-left:0px;}
#module_9751408 .GraphicUpper .TextImage{padding-right:0px;}
#module_9751408 .GraphicUpper .TextImage{width:%;}
#module_9751408 .GraphicUpper .MobileTextImage{width:%;}
#module_9751408 .imageTextGiant-Container .GraphicUpper{ text-align:;}
#module_9751408 .ModuleImageTextGiantContent{padding-top:8px;}
#module_9751408 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_9751408 .ModuleImageTextGiantContent{padding-left:0px;}
#module_9751408 .ModuleImageTextGiantContent{padding-right:0px;}
#module_9751408 .normal_ImgtextBox{padding-top:0px;}
#module_9751408 .normal_ImgtextBox{padding-bottom:20px;}
#module_9751408 .normal_ImgtextBox{padding-left:0px;}
#module_9751408 .normal_ImgtextBox{padding-right:0px;}
#module_9751408 .normal_ImgtextBox{margin-top:px;margin-bottom:px;}
#module_9751408 .normal_ImgtextBox.col-lg-6 {margin-right:px; width:calc((99% - px * 5)/ 6)} #module_9751408 .normal_ImgtextBox.col-lg-5 {margin-right:px; width:calc((99% - px * 4)/ 5)} #module_9751408 .normal_ImgtextBox.col-lg-4 {margin-right:px; width:calc((99% - px * 3)/ 4)} #module_9751408 .normal_ImgtextBox.col-lg-3 {margin-right:px; width:calc((99% - px * 2)/ 3)} #module_9751408 .normal_ImgtextBox.col-lg-2 {margin-right:px; width:calc((99% - px)/ 2)}  #module_9751408 .MobileImgtextBox{margin-right:px;margin-left:0; width:calc((99% - px) / 2);}
#module_9751408 .normal_ImgtextBox{box-shadow:;}
#module_9751408 .normal_ImgtextBox{background-color:;}
#module_9751408 .normal_ImgtextBox{}
#module_9751408 .normal_ImgtextBox{}
#module_9751408 .normal_ImgtextBox{}
#module_9751408 .normal_ImgtextBox{}
#module_9751408 .normal_ImgtextBox{}
#module_9751408 .normal_ImgtextBox{border-top-left-radius:px;}
#module_9751408 .normal_ImgtextBox{border-top-right-radius:px;}
#module_9751408 .normal_ImgtextBox{border-bottom-left-radius:px;}
#module_9751408 .normal_ImgtextBox{border-bottom-right-radius:px;}
#module_9751408 .normal_ImgtextBox{border-top-color:;}
#module_9751408 .normal_ImgtextBox{border-top-style:;}
#module_9751408 .normal_ImgtextBox{border-top-width:px;}
#module_9751408 .normal_ImgtextBox{border-right-color:;}
#module_9751408 .normal_ImgtextBox{border-right-style:;}
#module_9751408 .normal_ImgtextBox{border-right-width:px;}
#module_9751408 .normal_ImgtextBox{border-bottom-color:;}
#module_9751408 .normal_ImgtextBox{border-bottom-style:;}
#module_9751408 .normal_ImgtextBox{border-bottom-width:px;}
#module_9751408 .normal_ImgtextBox{border-left-color:;}
#module_9751408 .normal_ImgtextBox{border-left-style:;}
#module_9751408 .normal_ImgtextBox{border-left-width:px;}
#module_9751408 .showHandle .btn{font-size:px;}
#module_9751408 .showHandle .btn{font-family:;}
#module_9751408 .showHandle .btn{color:;}
#module_9751408 .showHandle .btn{}
#module_9751408 .showHandle .btn{}
#module_9751408 .showHandle .btn{}
#module_9751408 .showHandle div{border-top-color: !important;}
#module_9751408 .showHandle div{border-top-style: !important;}
#module_9751408 .showHandle div{border-top-width:px !important;}
#module_9751408 .showHandle{background-color:;}
#module_9751408 .showHandle{}
#module_9751408 .showHandle{}
#module_9751408 .showHandle{}
#module_9751408 .showHandle{}
#module_9751408 .showHandle{}
#module_9751408 .normal_ImgtextBox:hover{box-shadow:;}
#module_9751408 .normal_ImgtextBox:hover{border-top-color:;}
#module_9751408 .normal_ImgtextBox:hover{border-top-style:;}
#module_9751408 .normal_ImgtextBox:hover{border-right-color:;}
#module_9751408 .normal_ImgtextBox:hover{border-right-style:;}
#module_9751408 .normal_ImgtextBox:hover{border-bottom-color:;}
#module_9751408 .normal_ImgtextBox:hover{border-bottom-style:;}
#module_9751408 .normal_ImgtextBox:hover{border-left-color:;}
#module_9751408 .normal_ImgtextBox:hover{border-left-style:;}

.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_9752193 .ModuleHead .HeadCenter{float:none;}
#module_9752193 {
padding:0px;
}
#module_9752193 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9752193 .ModuleHead9752193 {
display:none;
}
#module_9752193 .ModuleHead .HeadText.HeadText9752193 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9752193 .ModuleHead .HeadCenter.HeadCenter9752193{text-align:left;}
#module_9752193 .ModuleHead .HeadCenter.HeadCenter9752193 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9752193 .BodyCenter.BodyCenter9752193 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9752193 >.module_9752193 {
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_9752193 >.module_9752193{
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_9752193 .BodyCenter.BodyCenter9752193 {
padding-top:16px;
padding-left:0px;
padding-right:90px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9752193 .BodyCenter.BodyCenter9752193 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9752193 >.module_9752193 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9752193 >.module_9752193 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9752193 img{border-top-color:transparent;}
#module_9752193 img{border-top-style:none;}
#module_9752193 img{border-top-width:0px;}
#module_9752193 img{border-right-color:transparent;}
#module_9752193 img{border-right-style:none;}
#module_9752193 img{border-right-width:0px;}
#module_9752193 img{border-bottom-color:transparent;}
#module_9752193 img{border-bottom-style:none;}
#module_9752193 img{border-bottom-width:0px;}
#module_9752193 img{border-left-color:transparent;}
#module_9752193 img{border-left-style:none;}
#module_9752193 img{border-left-width:0px;}
#module_9752193 img{border-top-left-radius:0px;}
#module_9752193 img{border-top-right-radius:0px;}
#module_9752193 img{border-bottom-left-radius:0px;}
#module_9752193 img{border-bottom-right-radius:0px;}
#module_9752193 .BodyCenter{text-align: ;}

.module_9752462 .ModuleHead .HeadCenter{float:none;}
#module_9752462 {
padding:0px;
}
#module_9752462 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9752462 .ModuleHead9752462 {
display:none;
}
#module_9752462 .ModuleHead .HeadText.HeadText9752462 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9752462 .ModuleHead .HeadCenter.HeadCenter9752462{text-align:left;}
#module_9752462 .ModuleHead .HeadCenter.HeadCenter9752462 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9752462 .BodyCenter.BodyCenter9752462 {
background:none;background-color:rgb(12, 12, 12);
}
#module_9752462 >.module_9752462 {
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_9752462 >.module_9752462{
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_9752462 .BodyCenter.BodyCenter9752462 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9752462 .BodyCenter.BodyCenter9752462 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9752462 >.module_9752462 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9752462 >.module_9752462 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9752462 .ModuleSubContainer{background-color:transparent;}
#module_9752462 .ModuleSubContainer{background-image:none;}
#module_9752462 .ModuleSubContainer{background-repeat:no-repeat;}
#module_9752462 .ModuleSubContainer{background-position:0% 0%;}
#module_9752462 .ModuleSubContainer{background-attachment:scroll;}
#module_9752462 .ModuleSubContainer{}
#module_9752462 {!bgVideo!}{bgVideoUrl:none}
#module_9752462 .gridBgVideo .bgVideoMask{opacity:1}
#module_9752462 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_9752462 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer9752462 {}
.module_9763167 .ModuleHead .HeadCenter{float:none;}
#module_9763167 {
padding:0px;
}
#module_9763167 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9763167 .ModuleHead9763167 {
display:none;
}
#module_9763167 .ModuleHead .HeadText.HeadText9763167 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9763167 .ModuleHead .HeadCenter.HeadCenter9763167{text-align:left;}
#module_9763167 .ModuleHead .HeadCenter.HeadCenter9763167 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9763167 .BodyCenter.BodyCenter9763167 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9763167 >.module_9763167 {
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_9763167 >.module_9763167{
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_9763167 .BodyCenter.BodyCenter9763167 {
padding-top:30px;
padding-left:0px;
padding-right:0px;
padding-bottom:30px;
}
}
@media screen and (max-width: 767px){
#module_9763167 .BodyCenter.BodyCenter9763167 {
padding-top:20px;
padding-left:10px;
padding-right:10px;
padding-bottom:20px;
}
}
@media screen and (min-width: 768px){
#module_9763167 >.module_9763167 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9763167 >.module_9763167 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9763167 img{border-top-color:transparent;}
#module_9763167 img{border-top-style:none;}
#module_9763167 img{border-top-width:0px;}
#module_9763167 img{border-right-color:transparent;}
#module_9763167 img{border-right-style:none;}
#module_9763167 img{border-right-width:0px;}
#module_9763167 img{border-bottom-color:transparent;}
#module_9763167 img{border-bottom-style:none;}
#module_9763167 img{border-bottom-width:0px;}
#module_9763167 img{border-left-color:transparent;}
#module_9763167 img{border-left-style:none;}
#module_9763167 img{border-left-width:0px;}
#module_9763167 img{border-top-left-radius:0px;}
#module_9763167 img{border-top-right-radius:0px;}
#module_9763167 img{border-bottom-left-radius:0px;}
#module_9763167 img{border-bottom-right-radius:0px;}
#module_9763167 .BodyCenter{text-align: ;}

.module_9752551 .ModuleHead .HeadCenter{float:none;}
#module_9752551 {
padding:0px;
}
#module_9752551 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9752551 .ModuleHead9752551 {
display:none;
}
#module_9752551 .ModuleHead .HeadText.HeadText9752551 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9752551 .ModuleHead .HeadCenter.HeadCenter9752551{text-align:left;}
#module_9752551 .ModuleHead .HeadCenter.HeadCenter9752551 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9752551 .BodyCenter.BodyCenter9752551 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9752551 >.module_9752551 {
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_9752551 >.module_9752551{
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_9752551 .BodyCenter.BodyCenter9752551 {
padding-top:10px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9752551 .BodyCenter.BodyCenter9752551 {
padding-top:0px;
padding-left:10px;
padding-right:5px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9752551 >.module_9752551 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9752551 >.module_9752551 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9752551 .ModuleSubContainer{background-color:transparent;}
#module_9752551 .ModuleSubContainer{background-image:none;}
#module_9752551 .ModuleSubContainer{background-repeat:no-repeat;}
#module_9752551 .ModuleSubContainer{background-position:0% 0%;}
#module_9752551 .ModuleSubContainer{background-attachment:scroll;}
#module_9752551 .ModuleSubContainer{}
#module_9752551 {!bgVideo!}{bgVideoUrl:none}
#module_9752551 .gridBgVideo .bgVideoMask{opacity:1}
#module_9752551 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_9752551 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer9752551 {}
.module_9752553 .ModuleHead .HeadCenter{float:none;}
#module_9752553 {
padding:0px;
}
#module_9752553 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9752553 .ModuleHead9752553 {
display:none;
}
#module_9752553 .ModuleHead .HeadText.HeadText9752553 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9752553 .ModuleHead .HeadCenter.HeadCenter9752553{text-align:left;}
#module_9752553 .ModuleHead .HeadCenter.HeadCenter9752553 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9752553 .BodyCenter.BodyCenter9752553 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9752553 >.module_9752553 {
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_9752553 >.module_9752553{
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_9752553 .BodyCenter.BodyCenter9752553 {
padding-top:20px;
padding-left:0px;
padding-right:0px;
padding-bottom:20px;
}
}
@media screen and (max-width: 767px){
#module_9752553 .BodyCenter.BodyCenter9752553 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9752553 >.module_9752553 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9752553 >.module_9752553 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9752553 .ModuleImageTextGiantContent{margin-top:px;}
#module_9752553 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_9752553 .ModuleImageTextGiantContent{margin-left:px;}
#module_9752553 .ModuleImageTextGiantContent{margin-right:px;}
#module_9752553 .imageTextGiant-Container{padding-top:10px;}
#module_9752553 .imageTextGiant-Container{padding-bottom:10px;}
#module_9752553 .imageTextGiant-Container{padding-left:0px;}
#module_9752553 .imageTextGiant-Container{padding-right:10px;}
#module_9752553 .showHandle .btn{font-size:px;}
#module_9752553 .showHandle .btn{font-family:;}
#module_9752553 .showHandle .btn{color:;}
#module_9752553 .showHandle .btn{}
#module_9752553 .showHandle .btn{}
#module_9752553 .showHandle .btn{}
#module_9752553 .showHandle div{border-top-color: !important;}
#module_9752553 .showHandle div{border-top-style: !important;}
#module_9752553 .showHandle div{border-top-width:px !important;}
#module_9752553 .showHandle{background-color:;}
#module_9752553 .showHandle{}
#module_9752553 .showHandle{}
#module_9752553 .showHandle{}
#module_9752553 .showHandle{}
#module_9752553 .showHandle{}

.ModuleButtonGiant.layout-102 .moduleButton{
    background-color: #fff;
    font-size: 12px;
    height: 40px;
    width:100px;
    color:#333;
    border:1px solid #000;
    text-align: center;
    cursor: pointer;
	max-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2 !important;
}
.ModuleButtonGiant.layout-102 .moduleButton:hover{
	color:#fff;
}
.ModuleButtonGiant.layout-102 .moduleButton:hover:before{
    background-color: #333;
}
.ModuleButtonGiant.layout-102 .moduleButton.hvr-sweep-to-right:before,.ModuleButtonGiant.layout-102 .moduleButton.hvr-sweep-to-top:before,.ModuleButtonGiant.layout-102 .moduleButton.Radial-Out:before,.ModuleButtonGiant.layout-102 .moduleButton.RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-102 .moduleButton.Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-102 .moduleButton.Shutter-Out-Vertical:before{
	background-color: #333
}
.ModuleButtonGiant.layout-102 .BreadsvgIcon{
    flex-direction: column;
    justify-content: center;
}
.ModuleButtonGiant.layout-102 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-102 .BreadIcon{
    font-size: 16px;
}.module_9763798 .ModuleHead .HeadCenter{float:none;}
#module_9763798 {
padding:0px;
}
#module_9763798 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9763798 .ModuleHead9763798 {
display:none;
}
#module_9763798 .ModuleHead .HeadText.HeadText9763798 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9763798 .ModuleHead .HeadCenter.HeadCenter9763798{text-align:left;}
#module_9763798 .ModuleHead .HeadCenter.HeadCenter9763798 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9763798 .BodyCenter.BodyCenter9763798 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9763798 >.module_9763798 {
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_9763798 >.module_9763798{
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_9763798 .BodyCenter.BodyCenter9763798 {
padding-top:40px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9763798 .BodyCenter.BodyCenter9763798 {
padding-top:20px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9763798 >.module_9763798 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9763798 >.module_9763798 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9763798 .BodyCenter{text-align:right;}
#module_9763798 .moduleButton{font-size:12px;}
#module_9763798 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_9763798 .moduleButton{color:rgb(165, 165, 165);}
#module_9763798 .moduleButton{font-weight:normal;}
#module_9763798 .moduleButton{text-decoration:none;}
#module_9763798 .moduleButton{font-style:normal;}
#module_9763798 .moduleButton, #module_9763798 .moduleButton.faded:before{background-color:#fff;}
#module_9763798 .moduleButton, #module_9763798 .moduleButton.faded:before{}
#module_9763798 .moduleButton, #module_9763798 .moduleButton.faded:before{}
#module_9763798 .moduleButton, #module_9763798 .moduleButton.faded:before{}
#module_9763798 .moduleButton, #module_9763798 .moduleButton.faded:before{}
#module_9763798 .moduleButton, #module_9763798 .moduleButton.faded:before{}
#module_9763798 .moduleButton{border-color:rgb(242, 242, 242);}
#module_9763798 .moduleButton{border-style:solid;}
#module_9763798 .moduleButton{border-width:1px;}
#module_9763798 .moduleButton{width:90px;}
#module_9763798 .moduleButton,#module_9763798 .BreadsvgIcon{height:30px;line-height:30px;}
#module_9763798 .BodyCenter{color:#000;}
#module_9763798 .moduleButton{border-top-left-radius:px;}
#module_9763798 .moduleButton{border-top-right-radius:px;}
#module_9763798 .moduleButton{border-bottom-left-radius:px;}
#module_9763798 .moduleButton{border-bottom-right-radius:px;}
#module_9763798 .BreadIcon{font-size:px;} #module_9763798 .BreadsvgIcon svg{width:px;height:px;}
#module_9763798 .BreadIcon{color:;} #module_9763798 .BreadsvgIcon svg>*{fill:;}
#module_9763798 .BreadIcon,#module_9763798 .BreadsvgIcon{margin-left:px;}
#module_9763798 .BreadIcon,#module_9763798 .BreadsvgIcon{margin-right:px;}
#module_9763798 .moduleButton{box-shadow:;}
#module_9763798 .moduleButton:hover .BreadIcon{font-size:px;} #module_9763798 .moduleButton:hover .BreadsvgIcon svg{width:px;height:px;}
#module_9763798 .moduleButton:hover .BreadIcon{color:} #module_9763798 .moduleButton:hover .BreadsvgIcon svg>*{fill:;}
#module_9763798 .moduleButton:hover{font-size:12px;}
#module_9763798 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_9763798 .moduleButton:hover{color:#fff;}
#module_9763798 .moduleButton:hover{font-weight:normal;}
#module_9763798 .moduleButton:hover{text-decoration:none;}
#module_9763798 .moduleButton:hover{font-style:normal;}
#module_9763798 .moduleButton:before, #module_9763798 .moduleButton.faded:before{background-color:rgb(165, 165, 165);}
#module_9763798 .moduleButton:before, #module_9763798 .moduleButton.faded:before{}
#module_9763798 .moduleButton:before, #module_9763798 .moduleButton.faded:before{}
#module_9763798 .moduleButton:before, #module_9763798 .moduleButton.faded:before{}
#module_9763798 .moduleButton:before, #module_9763798 .moduleButton.faded:before{}
#module_9763798 .moduleButton:before, #module_9763798 .moduleButton.faded:before{}
#module_9763798 .moduleButton:hover{border-color:rgb(242, 242, 242);}
#module_9763798 .moduleButton:hover{border-style:solid;}
#module_9763798 .moduleButton:hover{border-width:1px;}
#module_9763798 .moduleButton:hover{box-shadow:;}

.module_9756672 .ModuleHead .HeadCenter{float:none;}
#module_9756672 {
padding:0px;
}
#module_9756672 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9756672 .ModuleHead9756672 {
display:none;
}
#module_9756672 .ModuleHead .HeadText.HeadText9756672 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9756672 .ModuleHead .HeadCenter.HeadCenter9756672{text-align:left;}
#module_9756672 .ModuleHead .HeadCenter.HeadCenter9756672 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9756672 .BodyCenter.BodyCenter9756672 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9756672 >.module_9756672 {
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_9756672 >.module_9756672{
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_9756672 .BodyCenter.BodyCenter9756672 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9756672 .BodyCenter.BodyCenter9756672 {
padding-top:0px;
padding-left:10px;
padding-right:10px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9756672 >.module_9756672 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9756672 >.module_9756672 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9756672 .ModuleSubContainer{background-color:transparent;}
#module_9756672 .ModuleSubContainer{background-image:none;}
#module_9756672 .ModuleSubContainer{background-repeat:no-repeat;}
#module_9756672 .ModuleSubContainer{background-position:0% 0%;}
#module_9756672 .ModuleSubContainer{background-attachment:scroll;}
#module_9756672 .ModuleSubContainer{}
#module_9756672 {!bgVideo!}{bgVideoUrl:none}
#module_9756672 .gridBgVideo .bgVideoMask{opacity:1}
#module_9756672 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_9756672 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer9756672 {}

/*相册样式*/
.mobile_pic_B{display: none}
.ModuleSiteGalleryGiant.layout-107 .album-item{height: auto !important;}
.ModuleSiteGalleryGiant.layout-107 .album-img{position: static !important;float: left;transition: 0s !important;transform: none !important;}
.ModuleSiteGalleryGiant.layout-107 .album-img .album-img-c{ position: relative; overflow: hidden; background:#f5f5f5;}
.ModuleSiteGalleryGiant.layout-107 .rectborder {  width: 90%;  height: 80%;top:10%;left:5%;  position: absolute;  padding:20px 48px 20px 48px;  transition: all ease-out .3s;background-color:#000000;opacity:0;overflow:hidden;  }
.ModuleSiteGalleryGiant.layout-107 .album-img:hover .rectborder { opacity: 1;position: absolute;}
.ModuleSiteGalleryGiant.layout-107 .album-icon {  position: absolute;  left: 50%;  top: 50%;  margin-left: -25px;  margin-top: 0px;  color: #ffffff;  opacity: 0; transition: all ease-out .3s;  background:rgba(0,0,0,0.5);  font-size: 32px;  width: 50px;  height: 50px;  line-height: 50px;  text-align: center;  display: block;  }
.ModuleSiteGalleryGiant.layout-107 .album-img:hover .album-icon {  opacity: 1;  margin-top: -25px;  }
.ModuleSiteGalleryGiant.layout-107 .album-icon:before{ content: "";  position:absolute; border-radius:50%;width: 15px; height: 15px; border: 1px solid #fff;
    top:43%; left: 43%; transform: translate(-50%,-50%);}
.ModuleSiteGalleryGiant.layout-107 .thumbnailpic{max-height: 100%;max-width: 100%;}
.ModuleSiteGalleryGiant.layout-107 .fontborder{ width:100%;height:100%;padding: 0 0px;position:relative;color:#ffffff; box-sizing: border-box;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.ModuleSiteGalleryGiant.layout-107 .album-icon:after{ content: "";  position:absolute;width: 2px; height: 10px; background: #fff; transform: rotate(125deg);top:52%; left: 63%;}
.ModuleSiteGalleryGiant.layout-107 .Tit-abstract{ width:100%;height:48px;line-height:48px;color:#ffffff; font-size: 16px; box-sizing: border-box;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.ModuleSiteGalleryGiant.layout-107 .Intro-abstract{ width:100%;color:#ffffff; font-size: 12px;  box-sizing: border-box;text-overflow:ellipsis;white-space:normal;overflow: hidden;display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.ModuleSiteGalleryGiant.layout-107 .album-img{position: relative; overflow: hidden;}
.ModuleSiteGalleryGiant.layout-107 .mobile_pic{width: 100%;hight:100%;}
.lg-sub-html .SiteGalleryGiantTitle107{font-size: 14px;}
.lg-sub-html p.SiteGalleryGiantText107{color:#fff;}
.lg-sub-html .SiteGalleryGiantLink107{font-size: 12px;color:#fff;line-height: 16px}
.lg-sub-html .SiteGalleryGiantLink107 .icon-sousuo{font-size: 12px;margin-right: 5px;margin-top: 2px}
.ModuleSiteGalleryGiant.layout-107 .lg-sub-html{font-size: 12px}
@media only screen and (max-width: 767px) {
    .ModuleSiteGalleryGiant.layout-107 .album-item{ width: 100%; margin: 0 auto;}
    /*.ModuleSiteGalleryGiant.layout-107 .album-img{ width: 50%; }*/
    .ModuleSiteGalleryGiant.layout-107 .album-img:nth-child(2n){ padding-right: 0;}
    .ModuleSiteGalleryGiant.layout-107 .rectborder{ display: none;}
    .ModuleSiteGalleryGiant.layout-107 .album-icon{display: none;}
	.ModuleSiteGalleryGiant.layout-107 .album-img-c{overflow:hidden;}
    .ModuleSiteGalleryGiant.layout-107 .abstract{line-height: 32px;height: 32px;font-size: 12px;}
    .ModuleSiteGalleryGiant.layout-107  .col-xs-2 {width: 50%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryGiant.layout-107  .col-xs-3 {width: 33.33333%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryGiant.layout-107  .col-xs-4 {width: 25%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryGiant.layout-107  .col-xs-5 {width:20%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryGiant.layout-107  .col-xs-6 {width:16.6666%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryGiant.layout-107  .col-xs-1 {width: 100%; padding-right:0;  padding-left:0;}
	.ModuleSiteGalleryGiant.layout-107 .rectborder {display:block;opacity:1;background-color:rgba(255,255,255,0);padding:0px;top:0;left:0;right:0;bottom:0; width:100%;height:100%;}
	.ModuleSiteGalleryGiant.layout-107 .album-img:hover .rectborder { display:block;position: absolute; }
	.ModuleSiteGalleryGiant.layout-107 .Intro-abstract { display:none;}
	.ModuleSiteGalleryGiant.layout-107 .Tit-abstract { display:block; font-weight:bold;background-color:rgba(0,0,0,1);height:25px;line-height:25px;background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));bottom:0;position:absolute;padding:0px 0px 0px 8pt;}
	.ModuleSiteGalleryGiant.layout-107 .fontborder{width: 100%;height:68%;bottom:0;position:absolute;}
}
/*@media only screen and (min-width: 481px) and (max-width: 1199px) {*/
    /*.ModuleSiteGalleryGiant.layout-107 .album-item{ width: 100%;}*/
	/*.ModuleSiteGalleryGiant.layout-107 .album-img-c{ overflow:hidden;}*/
    /*.ModuleSiteGalleryGiant.layout-107 .abstract{ font-size: 14px;}*/
/*}*/
/*@media only screen and (min-width: 481px) and (max-width: 769px) {*/
	/*.ModuleSiteGalleryGiant.layout-107 .album-img:hover .rectborder { display:none;position: absolute; }*/
	/*.ModuleSiteGalleryGiant.layout-107 .rectborder {display:block;opacity:1;background-color:rgba(255,255,255,0);padding:0px;top:0;left:0;right:0;bottom:0; width:100%;height:100%;}*/
	/*.ModuleSiteGalleryGiant.layout-107 .album-img:hover .rectborder { display:block;position: absolute; }*/
	/*.ModuleSiteGalleryGiant.layout-107 .Intro-abstract { display:none;}*/
	/*.ModuleSiteGalleryGiant.layout-107 .Tit-abstract { display:block; font-weight:bold;background-color:rgba(0,0,0,1);height:25px;line-height:25px;background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));bottom:0;position:absolute;padding:0px 0px 0px 8pt;}*/
	/*.ModuleSiteGalleryGiant.layout-107 .fontborder{width: 100%;height:68%;bottom:0;position:absolute;}*/
    /*.ModuleSiteGalleryGiant.layout-107 .album-icon{ display:none; }*/
/*}*/
/*@media only screen and (min-width: 481px) and (max-width: 991px){*/
    /*.ModuleSiteGalleryGiant.layout-107  .col-sm-2 {width: 50%; padding-right:0;  padding-left:0;}*/
    /*.ModuleSiteGalleryGiant.layout-107  .col-sm-3 {width: 33.33333%; padding-right:0;  padding-left:0;}*/
    /*.ModuleSiteGalleryGiant.layout-107  .col-sm-4 {width: 25%; padding-right:0;  padding-left:0;}*/
    /*.ModuleSiteGalleryGiant.layout-107  .col-sm-5 {width:20%; padding-right:0;  padding-left:0;}*/
    /*.ModuleSiteGalleryGiant.layout-107  .col-sm-6 {width:16.6666%; padding-right:0;  padding-left:0;}*/
    /*.ModuleSiteGalleryGiant.layout-107  .col-sm-1 {width: 100%; padding-right:0;  padding-left:0;}*/
/*}*/
/*@media only screen and (min-width: 991px) and (max-width: 1199px){*/
    /*.ModuleSiteGalleryGiant.layout-107  .col-md-2{width: 50%; padding-right:0;  padding-left:0;}*/
    /*.ModuleSiteGalleryGiant.layout-107  .col-md-3 {width: 33.33333%; padding-right:0;  padding-left:0;}*/
    /*.ModuleSiteGalleryGiant.layout-107  .col-md-4{width: 25%; padding-right:0;  padding-left:0;}*/
    /*.ModuleSiteGalleryGiant.layout-107  .col-md-5 {width:20%; padding-right:0;  padding-left:0;}*/
    /*.ModuleSiteGalleryGiant.layout-107  .col-md-6 {width:16.6666%; padding-right:0;  padding-left:0;}*/
    /*.ModuleSiteGalleryGiant.layout-107  .col-md-1 {width: 100%; padding-right:0;  padding-left:0;}*/
	/*.ModuleSiteGalleryGiant.layout-107 .album-icon{ display:none; }*/
    /*.ModuleSiteGalleryGiant.layout-107 .fontborder{height:100%;}*/
    /*.ModuleSiteGalleryGiant.layout-107 .album-img:hover .rectborder { display:none;position: absolute; }*/
    /*.ModuleSiteGalleryGiant.layout-107 .rectborder {display:block;opacity:1;background-color:rgba(255,255,255,0);padding:0px;top:0;left:0;right:0;bottom:0; width:100%;height:100%;}*/
    /*.ModuleSiteGalleryGiant.layout-107 .album-img:hover .rectborder { display:block;position: absolute; }*/
    /*.ModuleSiteGalleryGiant.layout-107 .Intro-abstract { display:none;}*/
    /*.ModuleSiteGalleryGiant.layout-107 .Tit-abstract { display:block; font-weight:bold;background-color:rgba(0,0,0,1);height:25px;line-height:25px;background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));bottom:0;position:absolute;padding:0px 0px 0px 8pt;}*/
    /*.ModuleSiteGalleryGiant.layout-107 .fontborder{width: 100%;height:68%;bottom:0;position:absolute;}*/
    /*.ModuleSiteGalleryGiant.layout-107 .album-icon{ display:none; }*/
/*}*/

@media only screen and (min-width: 768px)  {
    .ModuleSiteGalleryGiant.layout-107  .col-lg-2 {width: 50%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryGiant.layout-107  .col-lg-3 {width: 33.33333%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryGiant.layout-107  .col-lg-4 {width: 25%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryGiant.layout-107  .col-lg-5 {width:20%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryGiant.layout-107  .col-lg-6 {width:16.6666%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryGiant.layout-107  .col-lg-1 {width: 100%; padding-right:0;  padding-left:0;}
	.ModuleSiteGalleryGiant.layout-107 .album-icon{ display:none; }
    .ModuleSiteGalleryGiant.layout-107 .fontborder{height:100%; margin-top: calc(19% - 40px)}
    .ModuleSiteGalleryGiant.layout-107 .album-img .rectborder{
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translate3d(0,-70%,0);
        transform: translate3d(0,-70%,0);
        background: none;
    }
    .ModuleSiteGalleryGiant.layout-107 .album-img:hover .rectborder{
        transform: translate3d(0,0,0);
    }
    .ModuleSiteGalleryGiant.layout-107 .Tit-abstract{
        opacity: 0;
        -webkit-transition: -webkit-transform .25s;
        transition: all 0.4s .1s ease-out;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }
    .ModuleSiteGalleryGiant.layout-107 .album-img:hover .Tit-abstract{
        transform: translate3d(0,0,0);
        opacity: 1;
    }
    .ModuleSiteGalleryGiant.layout-107 .Intro-abstract{
        opacity: 0;
        -webkit-transition: -webkit-transform 0.25s;
        transition: all 0.5s .1s ease-out;
        -webkit-transform: translate3d(0,30px,0);
        transform: translate3d(0,30px,0);
    }
    .ModuleSiteGalleryGiant.layout-107 .album-img:hover .Intro-abstract{
        transform: translate3d(0,0,0);
        opacity: 1;
    }
    .ModuleSiteGalleryGiant.layout-107 .rectborderBg{
        width: 100%;
        height: 100%;
        opacity: 0.6;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -999;
    }

}

.module_9756865 .ModuleHead .HeadCenter{float:none;}
#module_9756865 {
padding:0px;
}
#module_9756865 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9756865 .ModuleHead9756865 {
display:none;
}
#module_9756865 .ModuleHead .HeadText.HeadText9756865 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9756865 .ModuleHead .HeadCenter.HeadCenter9756865{text-align:left;}
#module_9756865 .ModuleHead .HeadCenter.HeadCenter9756865 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9756865 .BodyCenter.BodyCenter9756865 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9756865 >.module_9756865 {
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_9756865 >.module_9756865{
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_9756865 .BodyCenter.BodyCenter9756865 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9756865 .BodyCenter.BodyCenter9756865 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9756865 >.module_9756865 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9756865 >.module_9756865 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9756865 .Tit-abstract{color:#fff;}
#module_9756865 .Tit-abstract{font-size:16px;}
#module_9756865 .Tit-abstract{font-family:微软雅黑,Microsoft YaHei;}
#module_9756865 .Tit-abstract{font-style:normal;}
#module_9756865 .Tit-abstract{text-decoration:none;}
#module_9756865 .Tit-abstract{font-weight:normal;}
#module_9756865 .Intro-abstract{font-size:12px;}
#module_9756865 .Intro-abstract{font-family:微软雅黑,Microsoft YaHei;}
#module_9756865 .Intro-abstract{color:#f3f3f3;}
#module_9756865 .Intro-abstract{font-weight:normal;}
#module_9756865 .Intro-abstract{text-decoration:none;}
#module_9756865 .Intro-abstract{font-style:normal;}
#module_9756865 .album-img-c{background-color:#f5f5f5;}
#module_9756865 .album-img-c{}
#module_9756865 .album-img-c{background-repeat:no-repeat;}
#module_9756865 .album-img-c{}
#module_9756865 .album-img-c{}
#module_9756865 .album-img-c{}
#module_9756865 .album-img{border-top-color:transparent;}
#module_9756865 .album-img{border-top-style:none;}
#module_9756865 .album-img{border-top-width:0px;}
#module_9756865 .album-img{border-right-color:transparent;}
#module_9756865 .album-img{border-right-style:none;}
#module_9756865 .album-img{border-right-width:0px;}
#module_9756865 .album-img{border-bottom-color:transparent;}
#module_9756865 .album-img{border-bottom-style:none;}
#module_9756865 .album-img{border-bottom-width:0px;}
#module_9756865 .album-img{border-left-color:transparent;}
#module_9756865 .album-img{border-left-style:none;}
#module_9756865 .album-img{border-left-width:0px;}
#module_9756865 .album-img:hover .album-img-c{background-color:#f5f5f5;}
#module_9756865 .album-img:hover .album-img-c{}
#module_9756865 .album-img:hover .album-img-c{background-repeat:no-repeat;}
#module_9756865 .album-img:hover .album-img-c{}
#module_9756865 .album-img:hover .album-img-c{}
#module_9756865 .album-img:hover .album-img-c{}
#module_9756865 .album-img:hover{border-top-color:transparent;}
#module_9756865 .album-img:hover{border-top-style:none;}
#module_9756865 .album-img:hover{border-top-width:0px;}
#module_9756865 .album-img:hover{border-right-color:transparent;}
#module_9756865 .album-img:hover{border-right-style:none;}
#module_9756865 .album-img:hover{border-right-width:0px;}
#module_9756865 .album-img:hover{border-bottom-color:transparent;}
#module_9756865 .album-img:hover{border-bottom-style:none;}
#module_9756865 .album-img:hover{border-bottom-width:0px;}
#module_9756865 .album-img:hover{border-left-color:transparent;}
#module_9756865 .album-img:hover{border-left-style:none;}
#module_9756865 .album-img:hover{border-left-width:0px;}

.module_9757538 .ModuleHead .HeadCenter{float:none;}
#module_9757538 {
padding:0px;
}
#module_9757538 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9757538 .ModuleHead9757538 {
display:none;
}
#module_9757538 .ModuleHead .HeadText.HeadText9757538 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9757538 .ModuleHead .HeadCenter.HeadCenter9757538{text-align:left;}
#module_9757538 .ModuleHead .HeadCenter.HeadCenter9757538 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9757538 .BodyCenter.BodyCenter9757538 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9757538 >.module_9757538 {
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_9757538 >.module_9757538{
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_9757538 .BodyCenter.BodyCenter9757538 {
padding-top:20px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9757538 .BodyCenter.BodyCenter9757538 {
padding-top:10px;
padding-left:10px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9757538 >.module_9757538 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9757538 >.module_9757538 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9757538 .ModuleSubContainer{background-color:transparent;}
#module_9757538 .ModuleSubContainer{background-image:none;}
#module_9757538 .ModuleSubContainer{background-repeat:no-repeat;}
#module_9757538 .ModuleSubContainer{background-position:0% 0%;}
#module_9757538 .ModuleSubContainer{background-attachment:scroll;}
#module_9757538 .ModuleSubContainer{}
#module_9757538 {!bgVideo!}{bgVideoUrl:none}
#module_9757538 .gridBgVideo .bgVideoMask{opacity:1}
#module_9757538 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_9757538 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer9757538 {}
.module_9757544 .ModuleHead .HeadCenter{float:none;}
#module_9757544 {
padding:0px;
}
#module_9757544 {
position:static;
z-index:0;
top:-138px;
left:0px;
width:100%;
height: auto;
}
#module_9757544 .ModuleHead9757544 {
display:none;
}
#module_9757544 .ModuleHead .HeadText.HeadText9757544 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9757544 .ModuleHead .HeadCenter.HeadCenter9757544{text-align:left;}
#module_9757544 .ModuleHead .HeadCenter.HeadCenter9757544 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9757544 .BodyCenter.BodyCenter9757544 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9757544 >.module_9757544 {
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_9757544 >.module_9757544{
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_9757544 .BodyCenter.BodyCenter9757544 {
padding-top:20px;
padding-left:0px;
padding-right:0px;
padding-bottom:20px;
}
}
@media screen and (max-width: 767px){
#module_9757544 .BodyCenter.BodyCenter9757544 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9757544 >.module_9757544 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9757544 >.module_9757544 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9757544 .ModuleImageTextGiantContent{margin-top:px;}
#module_9757544 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_9757544 .ModuleImageTextGiantContent{margin-left:px;}
#module_9757544 .ModuleImageTextGiantContent{margin-right:px;}
#module_9757544 .imageTextGiant-Container{padding-top:10px;}
#module_9757544 .imageTextGiant-Container{padding-bottom:10px;}
#module_9757544 .imageTextGiant-Container{padding-left:0px;}
#module_9757544 .imageTextGiant-Container{padding-right:10px;}
#module_9757544 .showHandle .btn{font-size:px;}
#module_9757544 .showHandle .btn{font-family:;}
#module_9757544 .showHandle .btn{color:;}
#module_9757544 .showHandle .btn{}
#module_9757544 .showHandle .btn{}
#module_9757544 .showHandle .btn{}
#module_9757544 .showHandle div{border-top-color: !important;}
#module_9757544 .showHandle div{border-top-style: !important;}
#module_9757544 .showHandle div{border-top-width:px !important;}
#module_9757544 .showHandle{background-color:;}
#module_9757544 .showHandle{}
#module_9757544 .showHandle{}
#module_9757544 .showHandle{}
#module_9757544 .showHandle{}
#module_9757544 .showHandle{}

.module_9759252 .ModuleHead .HeadCenter{float:none;}
#module_9759252 {
padding:0px;
}
#module_9759252 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9759252 .ModuleHead9759252 {
display:none;
}
#module_9759252 .ModuleHead .HeadText.HeadText9759252 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9759252 .ModuleHead .HeadCenter.HeadCenter9759252{text-align:left;}
#module_9759252 .ModuleHead .HeadCenter.HeadCenter9759252 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9759252 .BodyCenter.BodyCenter9759252 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9759252 >.module_9759252 {
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_9759252 >.module_9759252{
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_9759252 .BodyCenter.BodyCenter9759252 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9759252 .BodyCenter.BodyCenter9759252 {
padding-top:0px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}
}
@media screen and (min-width: 768px){
#module_9759252 >.module_9759252 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9759252 >.module_9759252 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9759252 .ModuleSubContainer{background-color:transparent;}
#module_9759252 .ModuleSubContainer{background-image:none;}
#module_9759252 .ModuleSubContainer{background-repeat:no-repeat;}
#module_9759252 .ModuleSubContainer{background-position:0% 0%;}
#module_9759252 .ModuleSubContainer{background-attachment:scroll;}
#module_9759252 .ModuleSubContainer{}
#module_9759252 {!bgVideo!}{bgVideoUrl:none}
#module_9759252 .gridBgVideo .bgVideoMask{opacity:1}
#module_9759252 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_9759252 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer9759252 {}
.module_9759914 .ModuleHead .HeadCenter{float:none;}
#module_9759914 {
padding:0px;
}
#module_9759914 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9759914 .ModuleHead9759914 {
display:none;
}
#module_9759914 .ModuleHead .HeadText.HeadText9759914 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9759914 .ModuleHead .HeadCenter.HeadCenter9759914{text-align:left;}
#module_9759914 .ModuleHead .HeadCenter.HeadCenter9759914 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9759914 .BodyCenter.BodyCenter9759914 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9759914 >.module_9759914 {
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_9759914 >.module_9759914{
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_9759914 .BodyCenter.BodyCenter9759914 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9759914 .BodyCenter.BodyCenter9759914 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9759914 >.module_9759914 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9759914 >.module_9759914 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9759914 img{border-top-color:rgb(242, 242, 242);}
#module_9759914 img{border-top-style:solid;}
#module_9759914 img{border-top-width:1px;}
#module_9759914 img{border-right-color:rgb(242, 242, 242);}
#module_9759914 img{border-right-style:solid;}
#module_9759914 img{border-right-width:0px;}
#module_9759914 img{border-bottom-color:rgb(242, 242, 242);}
#module_9759914 img{border-bottom-style:solid;}
#module_9759914 img{border-bottom-width:1px;}
#module_9759914 img{border-left-color:rgb(242, 242, 242);}
#module_9759914 img{border-left-style:solid;}
#module_9759914 img{border-left-width:1px;}
#module_9759914 img{border-top-left-radius:0px;}
#module_9759914 img{border-top-right-radius:0px;}
#module_9759914 img{border-bottom-left-radius:0px;}
#module_9759914 img{border-bottom-right-radius:0px;}
#module_9759914 .BodyCenter{text-align: ;}

.module_9759920 .ModuleHead .HeadCenter{float:none;}
#module_9759920 {
padding:0px;
}
#module_9759920 {
position:static;
z-index:0;
top:22px;
left:0px;
width:100%;
height: auto;
}
#module_9759920 .ModuleHead9759920 {
display:none;
}
#module_9759920 .ModuleHead .HeadText.HeadText9759920 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9759920 .ModuleHead .HeadCenter.HeadCenter9759920{text-align:left;}
#module_9759920 .ModuleHead .HeadCenter.HeadCenter9759920 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9759920 .BodyCenter.BodyCenter9759920 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9759920 >.module_9759920 {
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_9759920 >.module_9759920{
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_9759920 .BodyCenter.BodyCenter9759920 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9759920 .BodyCenter.BodyCenter9759920 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9759920 >.module_9759920 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9759920 >.module_9759920 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9759920 img{border-top-color:rgb(242, 242, 242);}
#module_9759920 img{border-top-style:solid;}
#module_9759920 img{border-top-width:1px;}
#module_9759920 img{border-right-color:rgb(242, 242, 242);}
#module_9759920 img{border-right-style:solid;}
#module_9759920 img{border-right-width:0px;}
#module_9759920 img{border-bottom-color:rgb(242, 242, 242);}
#module_9759920 img{border-bottom-style:solid;}
#module_9759920 img{border-bottom-width:1px;}
#module_9759920 img{border-left-color:rgb(242, 242, 242);}
#module_9759920 img{border-left-style:solid;}
#module_9759920 img{border-left-width:1px;}
#module_9759920 img{border-top-left-radius:0px;}
#module_9759920 img{border-top-right-radius:0px;}
#module_9759920 img{border-bottom-left-radius:0px;}
#module_9759920 img{border-bottom-right-radius:0px;}
#module_9759920 .BodyCenter{text-align: ;}

.module_9759921 .ModuleHead .HeadCenter{float:none;}
#module_9759921 {
padding:0px;
}
#module_9759921 {
position:static;
z-index:0;
top:15px;
left:0px;
width:100%;
height: auto;
}
#module_9759921 .ModuleHead9759921 {
display:none;
}
#module_9759921 .ModuleHead .HeadText.HeadText9759921 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9759921 .ModuleHead .HeadCenter.HeadCenter9759921{text-align:left;}
#module_9759921 .ModuleHead .HeadCenter.HeadCenter9759921 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9759921 .BodyCenter.BodyCenter9759921 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9759921 >.module_9759921 {
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_9759921 >.module_9759921{
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_9759921 .BodyCenter.BodyCenter9759921 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9759921 .BodyCenter.BodyCenter9759921 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9759921 >.module_9759921 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9759921 >.module_9759921 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9759921 img{border-top-color:rgb(242, 242, 242);}
#module_9759921 img{border-top-style:solid;}
#module_9759921 img{border-top-width:1px;}
#module_9759921 img{border-right-color:rgb(242, 242, 242);}
#module_9759921 img{border-right-style:solid;}
#module_9759921 img{border-right-width:0px;}
#module_9759921 img{border-bottom-color:rgb(242, 242, 242);}
#module_9759921 img{border-bottom-style:solid;}
#module_9759921 img{border-bottom-width:1px;}
#module_9759921 img{border-left-color:rgb(242, 242, 242);}
#module_9759921 img{border-left-style:solid;}
#module_9759921 img{border-left-width:1px;}
#module_9759921 img{border-top-left-radius:0px;}
#module_9759921 img{border-top-right-radius:0px;}
#module_9759921 img{border-bottom-left-radius:0px;}
#module_9759921 img{border-bottom-right-radius:0px;}
#module_9759921 .BodyCenter{text-align: ;}

.module_9759922 .ModuleHead .HeadCenter{float:none;}
#module_9759922 {
padding:0px;
}
#module_9759922 {
position:static;
z-index:0;
top:20px;
left:0px;
width:100%;
height: auto;
}
#module_9759922 .ModuleHead9759922 {
display:none;
}
#module_9759922 .ModuleHead .HeadText.HeadText9759922 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9759922 .ModuleHead .HeadCenter.HeadCenter9759922{text-align:left;}
#module_9759922 .ModuleHead .HeadCenter.HeadCenter9759922 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9759922 .BodyCenter.BodyCenter9759922 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9759922 >.module_9759922 {
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_9759922 >.module_9759922{
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_9759922 .BodyCenter.BodyCenter9759922 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9759922 .BodyCenter.BodyCenter9759922 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9759922 >.module_9759922 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9759922 >.module_9759922 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9759922 img{border-top-color:rgb(242, 242, 242);}
#module_9759922 img{border-top-style:solid;}
#module_9759922 img{border-top-width:1px;}
#module_9759922 img{border-right-color:rgb(242, 242, 242);}
#module_9759922 img{border-right-style:solid;}
#module_9759922 img{border-right-width:0px;}
#module_9759922 img{border-bottom-color:rgb(242, 242, 242);}
#module_9759922 img{border-bottom-style:solid;}
#module_9759922 img{border-bottom-width:1px;}
#module_9759922 img{border-left-color:rgb(242, 242, 242);}
#module_9759922 img{border-left-style:solid;}
#module_9759922 img{border-left-width:1px;}
#module_9759922 img{border-top-left-radius:0px;}
#module_9759922 img{border-top-right-radius:0px;}
#module_9759922 img{border-bottom-left-radius:0px;}
#module_9759922 img{border-bottom-right-radius:0px;}
#module_9759922 .BodyCenter{text-align: ;}

.module_9759923 .ModuleHead .HeadCenter{float:none;}
#module_9759923 {
padding:0px;
}
#module_9759923 {
position:static;
z-index:0;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_9759923 .ModuleHead9759923 {
display:none;
}
#module_9759923 .ModuleHead .HeadText.HeadText9759923 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9759923 .ModuleHead .HeadCenter.HeadCenter9759923{text-align:left;}
#module_9759923 .ModuleHead .HeadCenter.HeadCenter9759923 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9759923 .BodyCenter.BodyCenter9759923 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9759923 >.module_9759923 {
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_9759923 >.module_9759923{
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_9759923 .BodyCenter.BodyCenter9759923 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9759923 .BodyCenter.BodyCenter9759923 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9759923 >.module_9759923 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9759923 >.module_9759923 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9759923 img{border-top-color:rgb(242, 242, 242);}
#module_9759923 img{border-top-style:solid;}
#module_9759923 img{border-top-width:1px;}
#module_9759923 img{border-right-color:rgb(242, 242, 242);}
#module_9759923 img{border-right-style:solid;}
#module_9759923 img{border-right-width:0px;}
#module_9759923 img{border-bottom-color:rgb(242, 242, 242);}
#module_9759923 img{border-bottom-style:solid;}
#module_9759923 img{border-bottom-width:1px;}
#module_9759923 img{border-left-color:rgb(242, 242, 242);}
#module_9759923 img{border-left-style:solid;}
#module_9759923 img{border-left-width:1px;}
#module_9759923 img{border-top-left-radius:0px;}
#module_9759923 img{border-top-right-radius:0px;}
#module_9759923 img{border-bottom-left-radius:0px;}
#module_9759923 img{border-bottom-right-radius:0px;}
#module_9759923 .BodyCenter{text-align: ;}

.module_9759924 .ModuleHead .HeadCenter{float:none;}
#module_9759924 {
padding:0px;
}
#module_9759924 {
position:static;
z-index:0;
top:40px;
left:0px;
width:100%;
height: auto;
}
#module_9759924 .ModuleHead9759924 {
display:none;
}
#module_9759924 .ModuleHead .HeadText.HeadText9759924 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9759924 .ModuleHead .HeadCenter.HeadCenter9759924{text-align:left;}
#module_9759924 .ModuleHead .HeadCenter.HeadCenter9759924 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9759924 .BodyCenter.BodyCenter9759924 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9759924 >.module_9759924 {
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_9759924 >.module_9759924{
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_9759924 .BodyCenter.BodyCenter9759924 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9759924 .BodyCenter.BodyCenter9759924 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9759924 >.module_9759924 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9759924 >.module_9759924 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9759924 img{border-top-color:rgb(242, 242, 242);}
#module_9759924 img{border-top-style:solid;}
#module_9759924 img{border-top-width:1px;}
#module_9759924 img{border-right-color:rgb(242, 242, 242);}
#module_9759924 img{border-right-style:solid;}
#module_9759924 img{border-right-width:1px;}
#module_9759924 img{border-bottom-color:rgb(242, 242, 242);}
#module_9759924 img{border-bottom-style:solid;}
#module_9759924 img{border-bottom-width:1px;}
#module_9759924 img{border-left-color:rgb(242, 242, 242);}
#module_9759924 img{border-left-style:solid;}
#module_9759924 img{border-left-width:1px;}
#module_9759924 img{border-top-left-radius:0px;}
#module_9759924 img{border-top-right-radius:0px;}
#module_9759924 img{border-bottom-left-radius:0px;}
#module_9759924 img{border-bottom-right-radius:0px;}
#module_9759924 .BodyCenter{text-align: ;}

.module_9760041 .ModuleHead .HeadCenter{float:none;}
#module_9760041 {
padding:0px;
}
#module_9760041 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9760041 .ModuleHead9760041 {
display:none;
}
#module_9760041 .ModuleHead .HeadText.HeadText9760041 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9760041 .ModuleHead .HeadCenter.HeadCenter9760041{text-align:left;}
#module_9760041 .ModuleHead .HeadCenter.HeadCenter9760041 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9760041 .BodyCenter.BodyCenter9760041 {
background:none;background-color:rgb(248, 248, 248);
}
#module_9760041 >.module_9760041 {
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_9760041 >.module_9760041{
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_9760041 .BodyCenter.BodyCenter9760041 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9760041 .BodyCenter.BodyCenter9760041 {
padding-top:20px;
padding-left:10px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9760041 >.module_9760041 {
margin-top:60px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9760041 >.module_9760041 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9760041 .ModuleSubContainer{background-color:transparent;}
#module_9760041 .ModuleSubContainer{background-image:none;}
#module_9760041 .ModuleSubContainer{background-repeat:no-repeat;}
#module_9760041 .ModuleSubContainer{background-position:0% 0%;}
#module_9760041 .ModuleSubContainer{background-attachment:scroll;}
#module_9760041 .ModuleSubContainer{}
#module_9760041 {!bgVideo!}{bgVideoUrl:none}
#module_9760041 .gridBgVideo .bgVideoMask{opacity:1}
#module_9760041 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_9760041 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer9760041 {}
.module_9760042 .ModuleHead .HeadCenter{float:none;}
#module_9760042 {
padding:0px;
}
#module_9760042 {
position:static;
z-index:0;
top:-141px;
left:0px;
width:100%;
height: auto;
}
#module_9760042 .ModuleHead9760042 {
display:none;
}
#module_9760042 .ModuleHead .HeadText.HeadText9760042 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9760042 .ModuleHead .HeadCenter.HeadCenter9760042{text-align:left;}
#module_9760042 .ModuleHead .HeadCenter.HeadCenter9760042 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9760042 .BodyCenter.BodyCenter9760042 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9760042 >.module_9760042 {
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_9760042 >.module_9760042{
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_9760042 .BodyCenter.BodyCenter9760042 {
padding-top:40px;
padding-left:0px;
padding-right:0px;
padding-bottom:20px;
}
}
@media screen and (max-width: 767px){
#module_9760042 .BodyCenter.BodyCenter9760042 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9760042 >.module_9760042 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9760042 >.module_9760042 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9760042 .ModuleImageTextGiantContent{margin-top:px;}
#module_9760042 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_9760042 .ModuleImageTextGiantContent{margin-left:px;}
#module_9760042 .ModuleImageTextGiantContent{margin-right:px;}
#module_9760042 .imageTextGiant-Container{padding-top:10px;}
#module_9760042 .imageTextGiant-Container{padding-bottom:10px;}
#module_9760042 .imageTextGiant-Container{padding-left:0px;}
#module_9760042 .imageTextGiant-Container{padding-right:10px;}
#module_9760042 .showHandle .btn{font-size:px;}
#module_9760042 .showHandle .btn{font-family:;}
#module_9760042 .showHandle .btn{color:;}
#module_9760042 .showHandle .btn{}
#module_9760042 .showHandle .btn{}
#module_9760042 .showHandle .btn{}
#module_9760042 .showHandle div{border-top-color: !important;}
#module_9760042 .showHandle div{border-top-style: !important;}
#module_9760042 .showHandle div{border-top-width:px !important;}
#module_9760042 .showHandle{background-color:;}
#module_9760042 .showHandle{}
#module_9760042 .showHandle{}
#module_9760042 .showHandle{}
#module_9760042 .showHandle{}
#module_9760042 .showHandle{}

.module_9764007 .ModuleHead .HeadCenter{float:none;}
#module_9764007 {
padding:0px;
}
#module_9764007 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_9764007 .ModuleHead9764007 {
display:none;
}
#module_9764007 .ModuleHead .HeadText.HeadText9764007 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9764007 .ModuleHead .HeadCenter.HeadCenter9764007{text-align:left;}
#module_9764007 .ModuleHead .HeadCenter.HeadCenter9764007 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9764007 .BodyCenter.BodyCenter9764007 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9764007 >.module_9764007 {
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_9764007 >.module_9764007{
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_9764007 .BodyCenter.BodyCenter9764007 {
padding-top:70px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9764007 .BodyCenter.BodyCenter9764007 {
padding-top:20px;
padding-left:0px;
padding-right:10px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9764007 >.module_9764007 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9764007 >.module_9764007 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9764007 .BodyCenter{text-align:right;}
#module_9764007 .moduleButton{font-size:12px;}
#module_9764007 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_9764007 .moduleButton{color:rgb(165, 165, 165);}
#module_9764007 .moduleButton{font-weight:normal;}
#module_9764007 .moduleButton{text-decoration:none;}
#module_9764007 .moduleButton{font-style:normal;}
#module_9764007 .moduleButton, #module_9764007 .moduleButton.faded:before{background-color:#fff;}
#module_9764007 .moduleButton, #module_9764007 .moduleButton.faded:before{}
#module_9764007 .moduleButton, #module_9764007 .moduleButton.faded:before{}
#module_9764007 .moduleButton, #module_9764007 .moduleButton.faded:before{}
#module_9764007 .moduleButton, #module_9764007 .moduleButton.faded:before{}
#module_9764007 .moduleButton, #module_9764007 .moduleButton.faded:before{}
#module_9764007 .moduleButton{border-color:rgb(242, 242, 242);}
#module_9764007 .moduleButton{border-style:solid;}
#module_9764007 .moduleButton{border-width:1px;}
#module_9764007 .moduleButton{width:90px;}
#module_9764007 .moduleButton,#module_9764007 .BreadsvgIcon{height:30px;line-height:30px;}
#module_9764007 .BodyCenter{color:#000;}
#module_9764007 .moduleButton{border-top-left-radius:px;}
#module_9764007 .moduleButton{border-top-right-radius:px;}
#module_9764007 .moduleButton{border-bottom-left-radius:px;}
#module_9764007 .moduleButton{border-bottom-right-radius:px;}
#module_9764007 .BreadIcon{font-size:px;} #module_9764007 .BreadsvgIcon svg{width:px;height:px;}
#module_9764007 .BreadIcon{color:;} #module_9764007 .BreadsvgIcon svg>*{fill:;}
#module_9764007 .BreadIcon,#module_9764007 .BreadsvgIcon{margin-left:px;}
#module_9764007 .BreadIcon,#module_9764007 .BreadsvgIcon{margin-right:px;}
#module_9764007 .moduleButton{box-shadow:;}
#module_9764007 .moduleButton:hover .BreadIcon{font-size:px;} #module_9764007 .moduleButton:hover .BreadsvgIcon svg{width:px;height:px;}
#module_9764007 .moduleButton:hover .BreadIcon{color:} #module_9764007 .moduleButton:hover .BreadsvgIcon svg>*{fill:;}
#module_9764007 .moduleButton:hover{font-size:12px;}
#module_9764007 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_9764007 .moduleButton:hover{color:#fff;}
#module_9764007 .moduleButton:hover{font-weight:normal;}
#module_9764007 .moduleButton:hover{text-decoration:none;}
#module_9764007 .moduleButton:hover{font-style:normal;}
#module_9764007 .moduleButton:before, #module_9764007 .moduleButton.faded:before{background-color:rgb(165, 165, 165);}
#module_9764007 .moduleButton:before, #module_9764007 .moduleButton.faded:before{}
#module_9764007 .moduleButton:before, #module_9764007 .moduleButton.faded:before{}
#module_9764007 .moduleButton:before, #module_9764007 .moduleButton.faded:before{}
#module_9764007 .moduleButton:before, #module_9764007 .moduleButton.faded:before{}
#module_9764007 .moduleButton:before, #module_9764007 .moduleButton.faded:before{}
#module_9764007 .moduleButton:hover{border-color:rgb(242, 242, 242);}
#module_9764007 .moduleButton:hover{border-style:solid;}
#module_9764007 .moduleButton:hover{border-width:1px;}
#module_9764007 .moduleButton:hover{box-shadow:;}

.module_9760353 .ModuleHead .HeadCenter{float:none;}
#module_9760353 {
padding:0px;
}
#module_9760353 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9760353 .ModuleHead9760353 {
display:none;
}
#module_9760353 .ModuleHead .HeadText.HeadText9760353 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9760353 .ModuleHead .HeadCenter.HeadCenter9760353{text-align:left;}
#module_9760353 .ModuleHead .HeadCenter.HeadCenter9760353 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9760353 .BodyCenter.BodyCenter9760353 {
background:none;background-color:rgb(248, 248, 248);
}
#module_9760353 >.module_9760353 {
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_9760353 >.module_9760353{
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_9760353 .BodyCenter.BodyCenter9760353 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:60px;
}
}
@media screen and (max-width: 767px){
#module_9760353 .BodyCenter.BodyCenter9760353 {
padding-top:0px;
padding-left:10px;
padding-right:10px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9760353 >.module_9760353 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9760353 >.module_9760353 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9760353 .ModuleSubContainer{background-color:transparent;}
#module_9760353 .ModuleSubContainer{background-image:none;}
#module_9760353 .ModuleSubContainer{background-repeat:no-repeat;}
#module_9760353 .ModuleSubContainer{background-position:0% 0%;}
#module_9760353 .ModuleSubContainer{background-attachment:scroll;}
#module_9760353 .ModuleSubContainer{}
#module_9760353 {!bgVideo!}{bgVideoUrl:none}
#module_9760353 .gridBgVideo .bgVideoMask{opacity:1}
#module_9760353 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_9760353 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer9760353 {}
.ModuleNewsListGiant.layout-113 .news-container { width: 100%; position: relative; }
.ModuleNewsListGiant.layout-113 .news-container li { float: left; margin: 0 2% 2% 0; }
.ModuleNewsListGiant.layout-113 .news-item { float: left; position: relative; cursor: pointer; }
.ModuleNewsListGiant.layout-113 .news-item .news-tit { position: relative; }
.ModuleNewsListGiant.layout-113 .news-item .news-tit time { display: block; margin-top: 5px; margin-bottom: 16px; }
.ModuleNewsListGiant.layout-113 .news-item .news-tit .news-title-container { margin-top: 8px;  }
.ModuleNewsListGiant.layout-113 .news-item .news-tit .news-desc { margin-top: 13px; overflow: hidden; height: 42px; line-height: 1.8; }
.ModuleNewsListGiant.layout-113 .news-item .news-img { width: 100%; overflow: hidden; display: block; text-align:center; margin-top: 17px; position: relative;}
.ModuleNewsListGiant.layout-113 .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; width:100%; }
.ModuleNewsListGiant.layout-113 .news-item .news-img .dummy { padding-top: 56%; }
.ModuleNewsListGiant.layout-113 .news-item .news-detail-btn { display:none; padding: 8px 12px; color: #ffffff; font-weight: bold; position: absolute; left: 50%; bottom: calc(50% - 19px); width: 38px; height: 38px; background: rgba(0,0,0,0.6); margin-left: -19px; }
.ModuleNewsListGiant.layout-113 .videobox .Mantle{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.ModuleNewsListGiant.layout-113 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 44px;
    color: #fff;
    transform: translate(-50%,-50%);
}
.ModuleNewsListGiant.layout-113 .news-title-oneline{
    overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break:break-all;
}
/*手机屏幕*/
@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-113 li.col-xs-2 {
        padding-right: 0;
        padding-left: 0;
        width: 49%;
    }

    .ModuleNewsListGiant.layout-113 li.col-xs-3 {
        padding-right: 0;
        padding-left: 0;
        width: 32%;
    }

    .ModuleNewsListGiant.layout-113 li.col-xs-4 {
        padding-right: 0;
        padding-left: 0;
        width: 23.5%;
    }

    .ModuleNewsListGiant.layout-113 li.col-xs-5 {
        padding-right: 0;
        padding-left: 0;
        width: 18.4%;
    }

    .ModuleNewsListGiant.layout-113 li.col-xs-6 {
        padding-right: 0;
        padding-left: 0;
        width: 15%;
    }

    .ModuleNewsListGiant.layout-113 li.col-xs-1 {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(2n).col-xs-2 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(3n).col-xs-3 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(4n).col-xs-4 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(5n).col-xs-5 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(6n).col-xs-6 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(n).col-xs-1 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 .news-container li {
        margin-bottom: 8%;
    }

    .ModuleNewsListGiant.layout-113 .news-item:hover .news-detail-btn {
        display: none !important;
    }
}

/*PC*/
@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-113 li.col-lg-2 {
        padding-right: 0;
        padding-left: 0;
        width: 49%;
    }

    .ModuleNewsListGiant.layout-113 li.col-lg-3 {
        padding-right: 0;
        padding-left: 0;
        width: 32%;
    }

    .ModuleNewsListGiant.layout-113 li.col-lg-4 {
        padding-right: 0;
        padding-left: 0;
        width: 23.5%;
    }

    .ModuleNewsListGiant.layout-113 li.col-lg-5 {
        padding-right: 0;
        padding-left: 0;
        width: 18.4%;
    }

    .ModuleNewsListGiant.layout-113 li.col-lg-6 {
        padding-right: 0;
        padding-left: 0;
        width: 15%;
    }

    .ModuleNewsListGiant.layout-113 li.col-lg-1 {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(2n).col-lg-2 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(3n).col-lg-3 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(4n).col-lg-4 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(5n).col-lg-5 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(6n).col-lg-6 {
        margin-right: 0;
    }

    .ModuleNewsListGiant.layout-113 li:nth-child(n).col-lg-1 {
        margin-right: 0;
    }
}

/*置顶推荐*/
.ModuleNewsListGiant.layout-113 .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-113 .pagerGiant .inputer{outline: 0;}
.module_9760361 .ModuleHead .HeadCenter{float:none;}
#module_9760361 {
padding:0px;
}
#module_9760361 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9760361 .ModuleHead9760361 {
display:none;
}
#module_9760361 .ModuleHead .HeadText.HeadText9760361 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9760361 .ModuleHead .HeadCenter.HeadCenter9760361{text-align:left;}
#module_9760361 .ModuleHead .HeadCenter.HeadCenter9760361 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9760361 .BodyCenter.BodyCenter9760361 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9760361 >.module_9760361 {
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_9760361 >.module_9760361{
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_9760361 .BodyCenter.BodyCenter9760361 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9760361 .BodyCenter.BodyCenter9760361 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_9760361 >.module_9760361 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9760361 >.module_9760361 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9760361 .videobox .iconfont{font-size:px;}
#module_9760361 {}@media (max-width: 767px) { #module_9760361 .videobox .iconfont{font-size:px;}}
#module_9760361 .news-item{background-color:transparent;}
#module_9760361 .news-item{background-image:none;}
#module_9760361 .news-item{background-repeat:no-repeat;}
#module_9760361 .news-item{}
#module_9760361 .news-item{}
#module_9760361 .news-item{}
#module_9760361 .news-item{border-top-color:transparent;}
#module_9760361 .news-item{border-top-style:none;}
#module_9760361 .news-item{border-top-width:0px;}
#module_9760361 .news-item{border-right-color:transparent;}
#module_9760361 .news-item{border-right-style:none;}
#module_9760361 .news-item{border-right-width:0px;}
#module_9760361 .news-item{border-bottom-color:transparent;}
#module_9760361 .news-item{border-bottom-style:none;}
#module_9760361 .news-item{border-bottom-width:0px;}
#module_9760361 .news-item{border-left-color:transparent;}
#module_9760361 .news-item{border-left-style:none;}
#module_9760361 .news-item{border-left-width:0px;}
#module_9760361 .news-img{border-top-color:transparent;}
#module_9760361 .news-img{border-top-style:none;}
#module_9760361 .news-img{border-top-width:0px;}
#module_9760361 .news-img{border-right-color:transparent;}
#module_9760361 .news-img{border-right-style:none;}
#module_9760361 .news-img{border-right-width:0px;}
#module_9760361 .news-img{border-bottom-color:transparent;}
#module_9760361 .news-img{border-bottom-style:none;}
#module_9760361 .news-img{border-bottom-width:0px;}
#module_9760361 .news-img{border-left-color:transparent;}
#module_9760361 .news-img{border-left-style:none;}
#module_9760361 .news-img{border-left-width:0px;}
#module_9760361 .news-img .dummy{background-color:;}
#module_9760361 .news-img .dummy{}
#module_9760361 .news-img .dummy{}
#module_9760361 .news-img .dummy{}
#module_9760361 .news-img .dummy{}
#module_9760361 .news-img .dummy{}
#module_9760361 .news-img .dummy{padding-top:;}
#module_9760361 .news-img .t-img{ object-fit:;}
#module_9760361 .news-img .t-img{ width:;}
#module_9760361 .news-img .t-img{ height:;}
#module_9760361 .news-img .t-img{border-radius:px;}
#module_9760361 .news-title{font-size:16px;}
#module_9760361 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_9760361 .news-title{color:#333;}
#module_9760361 .news-title{font-weight:normal;}
#module_9760361 .news-title{text-decoration:none;}
#module_9760361 .news-title{font-style:normal;}
#module_9760361 .news-title-container{margin-top:px;}
#module_9760361 .news-title-container{margin-bottom:px;}
#module_9760361 .news-desc{font-size:12px;}
#module_9760361 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_9760361 .news-desc{color:#999;}
#module_9760361 .news-desc{font-weight:normal;}
#module_9760361 .news-desc{text-decoration:none;}
#module_9760361 .news-desc{font-style:normal;}
#module_9760361 .news-desc{margin-top:px;}
#module_9760361 .news-desc{margin-bottom:px;}
#module_9760361 time{font-size:20px;}
#module_9760361 time{font-family:微软雅黑,Microsoft YaHei;}
#module_9760361 time{color:#999999;}
#module_9760361 time{font-weight:normal;}
#module_9760361 time{text-decoration:none;}
#module_9760361 time{font-style:normal;}
#module_9760361 time{margin-top:px;}
#module_9760361 time{margin-bottom:px;}
#module_9760361 .news-line{border-bottom-color:#eeeeee;}
#module_9760361 .news-line{border-bottom-style:solid;}
#module_9760361 .news-line{border-bottom-width:1px;}
#module_9760361 .news-detail-btn{display:none;}
#module_9760361 .pagerGiant .text{font-size:px;}
#module_9760361 .pagerGiant .text{font-family:;}
#module_9760361 .pagerGiant .text{color:;}
#module_9760361 .pagerGiant .text{}
#module_9760361 .pagerGiant .text{}
#module_9760361 .pagerGiant .text{}
#module_9760361 .pagerGiant .current,#module_9760361 .pagerGiant .num,#module_9760361 .pagerGiant .inputer{width:px}
#module_9760361 .pagerGiant .current,#module_9760361 .pagerGiant .num,#module_9760361 .pagerGiant .inputer{height:px}
#module_9760361 .pagerGiant .num{font-size:px;}
#module_9760361 .pagerGiant .num{font-family:;}
#module_9760361 .pagerGiant .num{color:;}
#module_9760361 .pagerGiant .num{}
#module_9760361 .pagerGiant .num{}
#module_9760361 .pagerGiant .num{}
#module_9760361 .pagerGiant .submit{width:px}
#module_9760361 .pagerGiant .submit{height:px}
#module_9760361 .pagerGiant .current,#module_9760361 .pagerGiant .num,#module_9760361 .pagerGiant .inputer,#module_9760361 .pagerGiant .submit{border-top-left-radius:px;}
#module_9760361 .pagerGiant .current,#module_9760361 .pagerGiant .num,#module_9760361 .pagerGiant .inputer,#module_9760361 .pagerGiant .submit{border-top-right-radius:px;}
#module_9760361 .pagerGiant .current,#module_9760361 .pagerGiant .num,#module_9760361 .pagerGiant .inputer,#module_9760361 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_9760361 .pagerGiant .current,#module_9760361 .pagerGiant .num,#module_9760361 .pagerGiant .inputer,#module_9760361 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_9760361 .pagerGiant .next,#module_9760361 .pagerGiant .splitline{color:;}
#module_9760361 .pagerGiant .num{background-color:;}
#module_9760361 .pagerGiant .num, #module_9760361 .pagerGiant .inputer{border-top-color:;}
#module_9760361 .pagerGiant .num, #module_9760361 .pagerGiant .inputer{border-top-style:;}
#module_9760361 .pagerGiant .num, #module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit, #module_9760361 .pagerGiant .inputer{border-top-width:px;}
#module_9760361 .pagerGiant .num, #module_9760361 .pagerGiant .inputer{border-bottom-color:;}
#module_9760361 .pagerGiant .num, #module_9760361 .pagerGiant .inputer{border-bottom-style:;}
#module_9760361 .pagerGiant .num, #module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit, #module_9760361 .pagerGiant .inputer{border-bottom-width:px;}
#module_9760361 .pagerGiant .num, #module_9760361 .pagerGiant .inputer{border-left-color:;}
#module_9760361 .pagerGiant .num, #module_9760361 .pagerGiant .inputer{border-left-style:;}
#module_9760361 .pagerGiant .num, #module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit, #module_9760361 .pagerGiant .inputer{border-left-width:px;}
#module_9760361 .pagerGiant .num, #module_9760361 .pagerGiant .inputer{border-right-color:;}
#module_9760361 .pagerGiant .num, #module_9760361 .pagerGiant .inputer{border-right-style:;}
#module_9760361 .pagerGiant .num, #module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit, #module_9760361 .pagerGiant .inputer{border-right-width:px;}
#module_9760361 .page-more a{font-size:px;}
#module_9760361 .page-more a{font-family:;}
#module_9760361 .page-more a{color: !important;}
#module_9760361 .page-more a{}
#module_9760361 .page-more a{}
#module_9760361 .page-more a{}
#module_9760361 .page-more a{background-color:;}
#module_9760361 .page-more a{border-top-color:;}
#module_9760361 .page-more a{border-top-style:;}
#module_9760361 .page-more a{border-top-width:px;}
#module_9760361 .page-more a{border-bottom-color:;}
#module_9760361 .page-more a{border-bottom-style:;}
#module_9760361 .page-more a{border-bottom-width:px;}
#module_9760361 .page-more a{border-left-color:;}
#module_9760361 .page-more a{border-left-style:;}
#module_9760361 .page-more a{border-left-width:px;}
#module_9760361 .page-more a{border-right-color:;}
#module_9760361 .page-more a{border-right-style:;}
#module_9760361 .page-more a{border-right-width:px;}
#module_9760361 .news-item:hover{background-color:transparent;}
#module_9760361 .news-item:hover{background-image:none;}
#module_9760361 .news-item:hover{background-repeat:no-repeat;}
#module_9760361 .news-item:hover{}
#module_9760361 .news-item:hover{}
#module_9760361 .news-item:hover{}
#module_9760361 .news-item:hover{border-top-color:transparent;}
#module_9760361 .news-item:hover{border-top-style:none;}
#module_9760361 .news-item:hover{border-top-width:0px;}
#module_9760361 .news-item:hover{border-right-color:transparent;}
#module_9760361 .news-item:hover{border-right-style:none;}
#module_9760361 .news-item:hover{border-right-width:0px;}
#module_9760361 .news-item:hover{border-bottom-color:transparent;}
#module_9760361 .news-item:hover{border-bottom-style:none;}
#module_9760361 .news-item:hover{border-bottom-width:0px;}
#module_9760361 .news-item:hover{border-left-color:transparent;}
#module_9760361 .news-item:hover{border-left-style:none;}
#module_9760361 .news-item:hover{border-left-width:0px;}
#module_9760361 .news-item:hover .news-img{border-top-color:transparent;}
#module_9760361 .news-item:hover .news-img{border-top-style:none;}
#module_9760361 .news-item:hover .news-img{border-top-width:0px;}
#module_9760361 .news-item:hover .news-img{border-right-color:transparent;}
#module_9760361 .news-item:hover .news-img{border-right-style:none;}
#module_9760361 .news-item:hover .news-img{border-right-width:0px;}
#module_9760361 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_9760361 .news-item:hover .news-img{border-bottom-style:none;}
#module_9760361 .news-item:hover .news-img{border-bottom-width:0px;}
#module_9760361 .news-item:hover .news-img{border-left-color:transparent;}
#module_9760361 .news-item:hover .news-img{border-left-style:none;}
#module_9760361 .news-item:hover .news-img{border-left-width:0px;}
#module_9760361 .news-item:hover .news-title{font-size:16px;}
#module_9760361 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_9760361 .news-item:hover .news-title{color:rgb(12, 12, 12);}
#module_9760361 .news-item:hover .news-title{font-weight:normal;}
#module_9760361 .news-item:hover .news-title{text-decoration:none;}
#module_9760361 .news-item:hover .news-title{font-style:normal;}
#module_9760361 .news-item:hover .news-desc{font-size:12px;}
#module_9760361 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_9760361 .news-item:hover .news-desc{color:#999;}
#module_9760361 .news-item:hover .news-desc{font-weight:normal;}
#module_9760361 .news-item:hover .news-desc{text-decoration:none;}
#module_9760361 .news-item:hover .news-desc{font-style:normal;}
#module_9760361 .news-item:hover time{font-size:20px;}
#module_9760361 .news-item:hover time{font-family:微软雅黑,Microsoft YaHei;}
#module_9760361 .news-item:hover time{color:#999999;}
#module_9760361 .news-item:hover time{font-weight:normal;}
#module_9760361 .news-item:hover time{text-decoration:none;}
#module_9760361 .news-item:hover time{font-style:normal;}
#module_9760361 .news-item:hover .news-line{border-bottom-color:rgb(216, 216, 216);}
#module_9760361 .news-item:hover .news-line{border-bottom-style:solid;}
#module_9760361 .news-item:hover .news-line{border-bottom-width:1px;}
#module_9760361 .news-item:hover .news-detail-btn{display:block;}
#module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit{font-size:px;}
#module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit{font-family:;}
#module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit{color:;}
#module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit{}
#module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit{}
#module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit{}
#module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit{background-color:;}
#module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit, #module_9760361 .pagerGiant .inputer:hover{border-top-color:;}
#module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit, #module_9760361 .pagerGiant .inputer:hover{border-top-style:;}
#module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit, #module_9760361 .pagerGiant .inputer:hover{border-bottom-color:;}
#module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit, #module_9760361 .pagerGiant .inputer:hover{border-bottom-style:;}
#module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit, #module_9760361 .pagerGiant .inputer:hover{border-left-color:;}
#module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit, #module_9760361 .pagerGiant .inputer:hover{border-left-style:;}
#module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit, #module_9760361 .pagerGiant .inputer:hover{border-right-color:;}
#module_9760361 .pagerGiant .current, #module_9760361 .pagerGiant .submit, #module_9760361 .pagerGiant .inputer:hover{border-right-style:;}
#module_9760361 .page-more a:hover{font-size:px;}
#module_9760361 .page-more:hover a{font-family:;}
#module_9760361 .page-more a:hover{color: !important;}
#module_9760361 .page-more a:hover {}
#module_9760361 .page-more a:hover {}
#module_9760361 .page-more a:hover {}
#module_9760361 .page-more a:hover{background-color:;}
#module_9760361 .page-more a:hover{border-top-color:;}
#module_9760361 .page-more a:hover{border-top-style:;}
#module_9760361 .page-more a:hover{border-bottom-color:;}
#module_9760361 .page-more a:hover{border-bottom-style:;}
#module_9760361 .page-more a:hover{border-left-color:;}
#module_9760361 .page-more a:hover{border-left-style:;}
#module_9760361 .page-more a:hover{border-right-color:;}
#module_9760361 .page-more a:hover{border-right-style:;}

/*内容*/
.ModuleNewsListGiant.layout-106 .news-container{ width: 100%; margin: 20px auto 0; }
/*内容*/
.ModuleNewsListGiant.layout-106 .news-container{ width: 100%;max-width:5000px; margin: 0 auto;  }
.ModuleNewsListGiant.layout-106 .news-item{ padding: 8px 5px; box-sizing: border-box;}
.ModuleNewsListGiant.layout-106 .news-item .news-con{ margin-left: 14px; width: calc(100% - 50%);}
.ModuleNewsListGiant.layout-106 .news-item .news-con .news-title{  position:relative;font-size: 14px; margin-top: 10px; line-height: 22px; color: #333333;  padding-bottom: 6px; border-bottom: 1px solid #eee;}
.ModuleNewsListGiant.layout-106 .news-item .news-con .news-desc{ font-size: 14px; color: #999999; padding-top: 3px;}
.ModuleNewsListGiant.layout-106 .news-container .news-img{position: relative; width: 50%; background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden; transition: all .3s ease-out ;}
.ModuleNewsListGiant.layout-106 .news-container .news-img img{transition: all .3s ease-out ;  top: 0;position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    margin: auto;
    display: inline;}
.ModuleNewsListGiant.layout-106 .news-item:hover .news-title{ color: #052f6f; border-bottom-color:#052f6f; }
.ModuleNewsListGiant.layout-106 .videobox .Mantle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
  }
  .ModuleNewsListGiant.layout-106 .news-title-oneline
  {
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;
  }
  .ModuleNewsListGiant.layout-106 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 44px;
    color: #fff;
    transform: translate(-50%,-50%);
  }
  .ModuleNewsListGiant.layout-106 .news-item .dummy {
    padding-top: 100%;
}
@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-106 .news-container {
        width: 100%;
    }

    .ModuleNewsListGiant.layout-106 .news-container {
        width: 96%;
        margin: 0 auto;
    }

    .ModuleNewsListGiant.layout-106 .news-item .news-con .news-title {
        margin-top: 5px;
    }

    .ModuleNewsListGiant.layout-106 .news-container .news-img {
        width: 34%;
        overflow: hidden;
        transition: all .3s ease-out;
    }

    .ModuleNewsListGiant.layout-106 .news-item .news-con {
        margin-left: 14px;
        width: 60%;
    }
}

/*置顶推荐*/
.ModuleNewsListGiant.layout-106 .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: text-top;
}.module_9777793 .ModuleHead .HeadCenter{float:none;}
#module_9777793 {
padding:0px;
}
#module_9777793 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_9777793 .ModuleHead9777793 {
display:none;
}
#module_9777793 .ModuleHead .HeadText.HeadText9777793 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_9777793 .ModuleHead .HeadCenter.HeadCenter9777793{text-align:left;}
#module_9777793 .ModuleHead .HeadCenter.HeadCenter9777793 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_9777793 .BodyCenter.BodyCenter9777793 {
background:none;background-color:rgba(0,0,0,0);
}
#module_9777793 >.module_9777793 {
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_9777793 >.module_9777793{
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_9777793 .BodyCenter.BodyCenter9777793 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9777793 .BodyCenter.BodyCenter9777793 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:20px;
}
}
@media screen and (min-width: 768px){
#module_9777793 >.module_9777793 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_9777793 >.module_9777793 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_9777793 .news-img{width:%;} #module_9777793 .news-con{width: calc(100% - %);}
#module_9777793 {}@media (max-width: 767px) {#module_9777793 .news-img{width:%;} #module_9777793 .news-con {width: calc(100% - %);}}
#module_9777793 .news-img .dummy{padding-top:;}
#module_9777793 .news-img .t-img{ object-fit:;}
#module_9777793 .news-img .t-img{ width:;}
#module_9777793 .news-img .t-img{ height:;}
#module_9777793 .videobox .iconfont{font-size:px;}
#module_9777793 {}@media (max-width: 767px) { #module_9777793 .videobox .iconfont{font-size:px;}}
#module_9777793 .news-item{background-color:#ffffff;}
#module_9777793 .news-item{background-image:none;}
#module_9777793 .news-item{background-repeat:no-repeat;}
#module_9777793 .news-item{}
#module_9777793 .news-item{}
#module_9777793 .news-item{}
#module_9777793 .news-item{border-top-color:transparent;}
#module_9777793 .news-item{border-top-style:none;}
#module_9777793 .news-item{border-top-width:0px;}
#module_9777793 .news-item{border-right-color:transparent;}
#module_9777793 .news-item{border-right-style:none;}
#module_9777793 .news-item{border-right-width:0px;}
#module_9777793 .news-item{border-bottom-color:transparent;}
#module_9777793 .news-item{border-bottom-style:none;}
#module_9777793 .news-item{border-bottom-width:0px;}
#module_9777793 .news-item{border-left-color:transparent;}
#module_9777793 .news-item{border-left-style:none;}
#module_9777793 .news-item{border-left-width:0px;}
#module_9777793 .news-img{background-color:transparent;}
#module_9777793 .news-img{}
#module_9777793 .news-img{background-repeat:no-repeat;}
#module_9777793 .news-img{}
#module_9777793 .news-img{}
#module_9777793 .news-img{}
#module_9777793 .news-img{border-top-left-radius:0px;}
#module_9777793 .news-img{border-top-right-radius:0px;}
#module_9777793 .news-img{border-bottom-left-radius:0px;}
#module_9777793 .news-img{border-bottom-right-radius:0px;}
#module_9777793 .news-img{border-top-color:transparent;}
#module_9777793 .news-img{border-top-style:none;}
#module_9777793 .news-img{border-top-width:0px;}
#module_9777793 .news-img{border-right-color:transparent;}
#module_9777793 .news-img{border-right-style:none;}
#module_9777793 .news-img{border-right-width:0px;}
#module_9777793 .news-img{border-bottom-color:transparent;}
#module_9777793 .news-img{border-bottom-style:none;}
#module_9777793 .news-img{border-bottom-width:0px;}
#module_9777793 .news-img{border-left-color:transparent;}
#module_9777793 .news-img{border-left-style:none;}
#module_9777793 .news-img{border-left-width:0px;}
#module_9777793 .news-title{font-size:14px;line-height: calc(14px + 12px);} #module_9777793 .staFun{line-height:14pt;}
#module_9777793 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_9777793 .news-title{color:#333;}
#module_9777793 .news-title{font-weight:normal;}
#module_9777793 .news-title{text-decoration:none;}
#module_9777793 .news-title{font-style:normal;}
#module_9777793 .news-title{border-bottom-color:#eee;}
#module_9777793 .news-title{border-bottom-style:solid;}
#module_9777793 .news-title{border-bottom-width:1px;}
#module_9777793 .news-item:hover{background-color:#ffffff;}
#module_9777793 .news-item:hover{background-image:none;}
#module_9777793 .news-item:hover{background-repeat:no-repeat;}
#module_9777793 .news-item:hover{}
#module_9777793 .news-item:hover{}
#module_9777793 .news-item:hover{}
#module_9777793 .news-item:hover{border-top-color:transparent;}
#module_9777793 .news-item:hover{border-top-style:none;}
#module_9777793 .news-item:hover{border-top-width:0px;}
#module_9777793 .news-item:hover{border-right-color:transparent;}
#module_9777793 .news-item:hover{border-right-style:none;}
#module_9777793 .news-item:hover{border-right-width:0px;}
#module_9777793 .news-item:hover{border-bottom-color:transparent;}
#module_9777793 .news-item:hover{border-bottom-style:none;}
#module_9777793 .news-item:hover{border-bottom-width:0px;}
#module_9777793 .news-item:hover{border-left-color:transparent;}
#module_9777793 .news-item:hover{border-left-style:none;}
#module_9777793 .news-item:hover{border-left-width:0px;}
#module_9777793 .news-item:hover .news-img{background-color:transparent;}
#module_9777793 .news-item:hover .news-img{}
#module_9777793 .news-item:hover .news-img{background-repeat:no-repeat;}
#module_9777793 .news-item:hover .news-img{}
#module_9777793 .news-item:hover .news-img{}
#module_9777793 .news-item:hover .news-img{}
#module_9777793 .news-item:hover .news-img{border-top-left-radius:0px;}
#module_9777793 .news-item:hover .news-img{border-top-right-radius:0px;}
#module_9777793 .news-item:hover .news-img{border-bottom-left-radius:0px;}
#module_9777793 .news-item:hover .news-img{border-bottom-right-radius:0px;}
#module_9777793 .news-item:hover .news-img{border-top-color:transparent;}
#module_9777793 .news-item:hover .news-img{border-top-style:none;}
#module_9777793 .news-item:hover .news-img{border-top-width:0px;}
#module_9777793 .news-item:hover .news-img{border-right-color:transparent;}
#module_9777793 .news-item:hover .news-img{border-right-style:none;}
#module_9777793 .news-item:hover .news-img{border-right-width:0px;}
#module_9777793 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_9777793 .news-item:hover .news-img{border-bottom-style:none;}
#module_9777793 .news-item:hover .news-img{border-bottom-width:0px;}
#module_9777793 .news-item:hover .news-img{border-left-color:transparent;}
#module_9777793 .news-item:hover .news-img{border-left-style:none;}
#module_9777793 .news-item:hover .news-img{border-left-width:0px;}
#module_9777793 .news-item:hover .news-title{font-size:14px;line-height: calc(14px + 12px);} #module_9777793 .news-item:hover .staFun{line-height:14pt;}
#module_9777793 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_9777793 .news-item:hover .news-title{color:#052f6f;}
#module_9777793 .news-item:hover .news-title{font-weight:normal;}
#module_9777793 .news-item:hover .news-title{text-decoration:none;}
#module_9777793 .news-item:hover .news-title{font-style:normal;}
#module_9777793 .news-item:hover .news-title{border-bottom-color:#1976d2;}
#module_9777793 .news-item:hover .news-title{border-bottom-style:solid;}
#module_9777793 .news-item:hover .news-title{border-bottom-width:1px;}
