/*read from redis*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding{
    height: 100%;
    position: relative;
    display: table-cell;
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after{
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}
.ModuleGridCustomGiant.layout-101:hover .SubDrag:after{border-left: 1px dashed rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag{
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover{background-color: rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after{border-left: 1px dashed rgba(75, 151, 255, 0);}
.ModuleGridCustomGiant.layout-101 .row {margin-right: 0px;margin-left: 0px;}
.ModuleGridCustomGiant.layout-101 .ModuleGridCol{padding: 0px;}

.ModuleGridCustomGiant.layout-101 .ModuleGridContainer{
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridCustomGiant.layout-101{height: 100%;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .ModuleContainer .SubPadding {height: 100%}

@media only screen and (max-width: 767px) {
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display: flex;flex-wrap: wrap;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding{float:left;height: 10px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{float:left;padding-top:2px;padding-bottom:2px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding .SubDrag{display:none;}
    /* padding 宽度 用 5，子容器宽度为 (100% - (列数 - 1) * padding宽度)/列数) */
    /* 12列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubContainer{width:calc((100% - 55px)/12)!important;}
    /* 11列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubContainer{width:calc((100% - 50px)/11)!important;}
    /* 10列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubContainer{width:calc((100% - 45px)/10)!important;}
    /* 9列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubContainer{width:calc((100% - 40px)/10)!important;}
    /* 8列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubContainer{width:calc((100% - 35px)/8)!important;}
    /* 7列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubContainer{width:calc((100% - 30px)/7)!important;}
	/* 6列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubContainer{width:calc((100% - 25px)/6)!important;}
	/* 5列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding5{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubContainer{width:calc((100% - 20px)/5)!important;}
	/* 4列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubContainer{width:calc((100% - 15px)/4)!important;}
	/* 3列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding3{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding6{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubContainer{width:calc((100% - 10px)/3)!important;}
	/* 2列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding2{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding6{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubContainer{width:calc((100% - 5px)/2)!important;}
	/* 1列 无padding */
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubPadding{width:0px;display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubContainer{width:100%!important;}
}

.ModuleGridCustomGiant.layout-101 .ModuleGridBorder{border:0px !important;padding: 0 !important;}
.module_375021694 .ModuleHead .HeadCenter{float:none;}
#module_375021694 {
padding:0px;
}
#module_375021694 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375021694 .ModuleHead375021694 {
display:none;
}
#module_375021694 .BodyCenter.BodyCenter375021694 {
background:none;background-color:rgba(0,0,0,0);
}
#module_375021694 >.module_375021694 {
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_375021694 >.module_375021694{
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_375021694 .BodyCenter.BodyCenter375021694 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0523%;
padding-bottom:0.5230%;
}
}
@media screen and (max-width: 767px){
#module_375021694 .BodyCenter.BodyCenter375021694 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_375021694 >.module_375021694 {
margin-top:0.7813%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375021694 >.module_375021694 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_375021694:hover {
border:none;
}
#module_375021694:hover >.module_375021694 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_375021694 .ModuleSubContainer{background-color:transparent;}
#module_375021694 .ModuleSubContainer{background-image:none;}
#module_375021694 .ModuleSubContainer{background-repeat:no-repeat;}
#module_375021694 .ModuleSubContainer{background-position:0% 0%;}
#module_375021694 .ModuleSubContainer{background-attachment:scroll;}
#module_375021694 .ModuleSubContainer{}
#module_375021694 {!bgVideo!}{bgVideoUrl:}
#module_375021694 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_375021694 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_375021694 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer375021694 {}
.ModuleGridContainer.ModuleGridContainer375021694 .SubPadding {width:0px;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_375021695 .ModuleHead .HeadCenter{float:none;}
#module_375021695 {
padding:0px;
}
#module_375021695 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375021695 .ModuleHead375021695 {
display:none;
}
#module_375021695 .BodyCenter.BodyCenter375021695 {
background:none;background-color:rgba(0,0,0,0);
}
#module_375021695 >.module_375021695 {
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_375021695 >.module_375021695{
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_375021695 .BodyCenter.BodyCenter375021695 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375021695 .BodyCenter.BodyCenter375021695 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_375021695 >.module_375021695 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:49.0323%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375021695 >.module_375021695 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_375021695:hover {
border:none;
}
#module_375021695:hover >.module_375021695 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_375021695 img{border-top-color:transparent;}
#module_375021695 img{border-top-style:none;}
#module_375021695 img{border-top-width:0px;}
#module_375021695 img{border-right-color:transparent;}
#module_375021695 img{border-right-style:none;}
#module_375021695 img{border-right-width:0px;}
#module_375021695 img{border-bottom-color:transparent;}
#module_375021695 img{border-bottom-style:none;}
#module_375021695 img{border-bottom-width:0px;}
#module_375021695 img{border-left-color:transparent;}
#module_375021695 img{border-left-style:none;}
#module_375021695 img{border-left-width:0px;}
#module_375021695 img{border-top-left-radius:0px;}
#module_375021695 img{border-top-right-radius:0px;}
#module_375021695 img{border-bottom-left-radius:0px;}
#module_375021695 img{border-bottom-right-radius:0px;}
#module_375021695 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer375021694 #Sub375021694_1 {width:38.7500%;}
.ModuleNavGiant.layout-101 .main-nav-content {
  position: relative;
  width: 100%;
  background-color: #000;
  margin: 0 auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; 
  -o-transition: all 0.3s;
  line-height: 0;
  overflow: hidden;
}
.ModuleNavGiant.layout-101 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-101 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-101 .moveMenuRight, .ModuleNavGiant.layout-101 .moveMenuLeft{
   display: inline-block;
   width: 36px;
   height: 36px;
   line-height: 36px;
   font-size: 16px;
   color:#666;
   text-align: center;
   border:1px solid rgba(0,0,0,.1);
   border-radius: 5px;
   cursor: pointer;
}
.ModuleNavGiant.layout-101 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-101 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px

}
.ModuleNavGiant.layout-101 .moveMenuRight:hover, .ModuleNavGiant.layout-101 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}

.ModuleNavGiant.layout-101 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;

}
.ModuleNavGiant.layout-101 .main-nav-item-group {
  float: left;
  text-align: center;
}
.ModuleNavGiant.layout-101 .main-nav-item {
  display: inline-block;
  box-sizing: content-box;
  height: 80px;line-height:80px;
  padding: 0px 25px;
  font-size: 14px;
  color: #e0e0e0;
  position: relative;
}
.ModuleNavGiant.layout-101 .main-nav-item::before {
  content: '';
  position: absolute;
  width: 0%;
  border-top:3px solid #1976d2;
  transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s; 
  -o-transition: all 0.2s ease-out 0s;
  z-index: 1;
  left: 50%;
  top: 0;
}
.ModuleNavGiant.layout-101 .main-nav-item-hover::before {
  width: 100%;
  z-index: 1;
  left: 0;
}
.ModuleNavGiant.layout-101 .sub-nav-item-group {
  width: 192px;
  text-align: center;
  border-top: 2px solid #333;
  display: none;
}
.ModuleNavGiant.layout-101 .sub-nav-item {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  border-bottom: 1px solid #e6e6e6;
  transition:all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-101 .sub-nav-item:last-child {
  border-bottom: none!important;
}
.ModuleNavGiant.layout-101 .sub-nav-item:hover {
  padding-left: 10px;
  background-color: #f7f7f7;
}
.ModuleNavGiant.layout-101 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-101 .menu{
    font-size: 12px;
    opacity: 0.6;
    float: right;
    margin-left: 8px;
    margin-top: 1px;
    transform:rotate(0deg);
    transition: all .3s linear;
    -webkit-transform:rotate(0deg);
    -webkit-transition: all .3s linear;
}
.ModuleNavGiant.layout-101 .menuUp{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -1px;
}
.ModuleNavGiant.layout-101 .sub-menu{
    display: none !important;
}.module_375021700 .ModuleHead .HeadCenter{float:none;}
#module_375021700 {
padding:0px;
}
#module_375021700 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375021700 .ModuleHead375021700 {
display:none;
}
#module_375021700 .BodyCenter.BodyCenter375021700 {
background:none;background-color:rgba(0,0,0,0);
}
#module_375021700 >.module_375021700 {
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_375021700 >.module_375021700{
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_375021700 .BodyCenter.BodyCenter375021700 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375021700 .BodyCenter.BodyCenter375021700 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_375021700 >.module_375021700 {
margin-top:3.1293%;
margin-left:0.0000%;
margin-right:1.0884%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375021700 >.module_375021700 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_375021700:hover {
border:none;
}
#module_375021700:hover >.module_375021700 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_375021700 .main-nav-item{height:80px;line-height:80px} #module_375021700 .main-nav-content{height:80px;}
#module_375021700 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_375021700 .main-nav-content{background-image:none;}
#module_375021700 .main-nav-content{background-repeat:no-repeat;}
#module_375021700 .main-nav-content{}
#module_375021700 .main-nav-content{}
#module_375021700 .main-nav-content{}
#module_375021700 .main-nav-content{text-align:left;}
#module_375021700 .main-nav-item{font-size:16px;}
#module_375021700 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_375021700 .main-nav-item{color:rgb(127, 127, 127);}
#module_375021700 .main-nav-item{font-weight:normal;}
#module_375021700 .main-nav-item{text-decoration:none;}
#module_375021700 .main-nav-item{font-style:normal;}
#module_375021700 .main-nav-item{background-color:transparent;}
#module_375021700 .main-nav-item{background-image:none;}
#module_375021700 .main-nav-item{background-repeat:no-repeat;}
#module_375021700 .main-nav-item{}
#module_375021700 .main-nav-item{}
#module_375021700 .main-nav-item{}
#module_375021700 .main-nav-item{width:auto;}
#module_375021700 .main-nav-item{padding-left:22px;padding-right:22px;}
#module_375021700 .sub-nav-item-group{border-top-color:#333;}
#module_375021700 .sub-nav-item-group{border-top-style:solid;}
#module_375021700 .sub-nav-item-group{border-top-width:2px;}
#module_375021700 .sub-nav-item-group{border-right-color:transparent;}
#module_375021700 .sub-nav-item-group{border-right-style:none;}
#module_375021700 .sub-nav-item-group{border-right-width:0px;}
#module_375021700 .sub-nav-item-group{border-bottom-color:transparent;}
#module_375021700 .sub-nav-item-group{border-bottom-style:none;}
#module_375021700 .sub-nav-item-group{border-bottom-width:0px;}
#module_375021700 .sub-nav-item-group{border-left-color:transparent;}
#module_375021700 .sub-nav-item-group{border-left-style:none;}
#module_375021700 .sub-nav-item-group{border-left-width:0px;}
#module_375021700 .sub-nav-item-group{width:192px;}
#module_375021700 .sub-nav-item{height:40px;line-height:40px}
#module_375021700 .sub-nav-item{font-size:12px;}
#module_375021700 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_375021700 .sub-nav-item{color:#000;}
#module_375021700 .sub-nav-item{font-weight:normal;}
#module_375021700 .sub-nav-item{text-decoration:none;}
#module_375021700 .sub-nav-item{font-style:normal;}
#module_375021700 .sub-nav-item{background-color:#fff;}
#module_375021700 .sub-nav-item{background-image:none;}
#module_375021700 .sub-nav-item{background-repeat:no-repeat;}
#module_375021700 .sub-nav-item{}
#module_375021700 .sub-nav-item{}
#module_375021700 .sub-nav-item{}
#module_375021700 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_375021700 .sub-nav-item{border-bottom-style:solid;}
#module_375021700 .sub-nav-item{border-bottom-width:1px;}
#module_375021700 .sub-nav-item{margin-top:0px;}
#module_375021700 .main-nav-item-hover{font-size:16px;}
#module_375021700 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_375021700 .main-nav-item-hover{color:rgb(127, 127, 127);}
#module_375021700 .main-nav-item-hover{font-weight:normal;}
#module_375021700 .main-nav-item-hover{text-decoration:none;}
#module_375021700 .main-nav-item-hover{font-style:normal;}
#module_375021700 .main-nav-item-hover{background-color:transparent;}
#module_375021700 .main-nav-item-hover{background-image:none;}
#module_375021700 .main-nav-item-hover{background-repeat:no-repeat;}
#module_375021700 .main-nav-item-hover{}
#module_375021700 .main-nav-item-hover{}
#module_375021700 .main-nav-item-hover{}
#module_375021700 .main-nav-item-hover::before{border-top-color:rgb(127, 127, 127);}#module_375021700 .main-nav-item::before{border-top-color:rgb(127, 127, 127);}
#module_375021700 .main-nav-item-hover::before{border-top-style:solid;}#module_375021700 .main-nav-item::before{border-top-style:solid;}
#module_375021700 .main-nav-item-hover::before{border-top-width:3px;}#module_375021700 .main-nav-item::before{border-top-width:3px;}
#module_375021700 .sub-nav-item:hover{font-size:12px;}
#module_375021700 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_375021700 .sub-nav-item:hover{color:#000;}
#module_375021700 .sub-nav-item:hover{font-weight:normal;}
#module_375021700 .sub-nav-item:hover{text-decoration:none;}
#module_375021700 .sub-nav-item:hover{font-style:normal;}
#module_375021700 .sub-nav-item:hover{background-color:#f2f2f2;}
#module_375021700 .sub-nav-item:hover{background-image:none;}
#module_375021700 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_375021700 .sub-nav-item:hover{}
#module_375021700 .sub-nav-item:hover{}
#module_375021700 .sub-nav-item:hover{}


.ModuleGridContainer.ModuleGridContainer375021694 #Sub375021694_2 {width:61.24999999999999%;}
/*轮播图样式*/

/*切换按钮样式*/
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-container{ position: relative;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{ position: absolute; width: 81px; height: 82px; background: rgba(0,0,0,0.2);top:50%;z-index: 9999;
    transform : translate(0,-50%);
    -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 */
    transition: all .3s
}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:hover,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:hover{background: rgba(0,0,0,0.4);}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next{left: 0; cursor: pointer;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{right: 0;cursor: pointer;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:before{ content: ""; position: absolute;
    top:50%; left: 50%; width: 17px; height:30px; background: #fff;
    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%);
    background: url("../image/pres.png") no-repeat center;
    background-size: 100%;
}


.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:before{ content: ""; position: absolute;
    top:50%; left: 50%; width: 17px; height:30px; background: #fff;
    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%);
    background: url("../image/nexts.png") no-repeat center;
    background-size: 100%;
}
/*.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:after{ content: ""; position: absolute;*/
/*top:44%; right: 40%; width: 2px; height:20px; 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-104 .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-104 .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%);
    -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-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background: rgba(0, 0, 0, 0.21); }
/*.forie .swiper-container {height: 600px;}*/
.forie .swiper-pagination {  position: absolute;  left: 0;  text-align: center;  bottom:5px;  width: 100%;  }
.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;}
.forie .swiper-pagination-switch:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;    transform: translate(-50%,-50%);webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -o-transform: translate(-50%,-50%);}
.forie .swiper-active-switch{background: rgba(0, 0, 0, 0.21); }
@media only screen and (max-width: 767px) {
    .ModuleSlideGiant .SubContainer {display: none;}
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
}
/* @media only screen and (max-width: 480px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next{display: none}
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
} */
.ModuleSlideGiant.layout-104 .swiperImg{width: 100%;}.module_375021701 .ModuleHead .HeadCenter{float:none;}
#module_375021701 {
padding:0px;
}
#module_375021701 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375021701 .ModuleHead375021701 {
display:none;
}
#module_375021701 .BodyCenter.BodyCenter375021701 {
background:none;background-color:rgba(0,0,0,0);
}
#module_375021701 >.module_375021701 {
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_375021701 >.module_375021701{
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_375021701 .BodyCenter.BodyCenter375021701 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375021701 .BodyCenter.BodyCenter375021701 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_375021701 >.module_375021701 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375021701 >.module_375021701 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_375021701:hover {
border:none;
}
#module_375021701:hover >.module_375021701 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_375021701 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{background-color:#fff;}
#module_375021701 .slidegiant-container .slideshow-1 .slide_button{height:82px;}
#module_375021701 .slidegiant-container .slideshow-1 .slide_button{width:81px;}
#module_375021701 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background-color:rgba(0, 0, 0, 0.21);}
#module_375021701 .SubContainer {}
.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridGiant.layout-101{height: 100%;}
.ModuleGridGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}

@media only screen and (max-width: 767px) { 
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}.module_375021708 .ModuleHead .HeadCenter{float:none;}
#module_375021708 {
padding:0px;
}
#module_375021708 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375021708 .ModuleHead375021708 {
display:none;
}
#module_375021708 .BodyCenter.BodyCenter375021708 {
background:none;background-color:rgba(0,0,0,0);
}
#module_375021708 >.module_375021708 {
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_375021708 >.module_375021708{
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_375021708 .BodyCenter.BodyCenter375021708 {
padding-top:0.0000%;
padding-left:1.6213%;
padding-right:0.2092%;
padding-bottom:2.6151%;
}
}
@media screen and (max-width: 767px){
#module_375021708 .BodyCenter.BodyCenter375021708 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_375021708 >.module_375021708 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375021708 >.module_375021708 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_375021708:hover {
border:none;
}
#module_375021708:hover >.module_375021708 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_375021708 .ModuleSubContainer{background-color:transparent;}
#module_375021708 .ModuleSubContainer{background-image:none;}
#module_375021708 .ModuleSubContainer{background-repeat:no-repeat;}
#module_375021708 .ModuleSubContainer{background-position:0% 0%;}
#module_375021708 .ModuleSubContainer{background-attachment:scroll;}
#module_375021708 .ModuleSubContainer{}
#module_375021708 {!bgVideo!}{bgVideoUrl:}
#module_375021708 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_375021708 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_375021708 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer375021708 {}
/*纯文本模块 layout 101*/
.ModulePlainTextGiant.layout-101 {font-size: 14px;}
.ModulePlainTextGiant.layout-101 .plainTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden;}.module_375021709 .ModuleHead .HeadCenter{float:none;}
#module_375021709 {
padding:0px;
}
#module_375021709 {
position:static;
z-index:0;
top:1076px;
left:1069px;
width:100%;
height: auto;
}
#module_375021709 .ModuleHead375021709 {
display:none;
}
#module_375021709 {
border:none;
}
@media screen and (min-width: 768px){
#module_375021709 >.module_375021709 {
margin-top:2.7500%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375021709 >.module_375021709 {
}
}

#module_375021709 .ModulePlainTextGiantContent{margin-top:0px;}
#module_375021709 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_375021709 .ModulePlainTextGiantContent{margin-left:0px;}
#module_375021709 .ModulePlainTextGiantContent{margin-right:10px;}
#module_375021709 .plainTextGiant-Container{padding-top:10px;}
#module_375021709 .plainTextGiant-Container{padding-bottom:10px;}
#module_375021709 .plainTextGiant-Container{padding-left:10px;}
#module_375021709 .plainTextGiant-Container{padding-right:10px;}
#module_375021709 a{font-size:unset;font-family:unset}
.module_375021747 .ModuleHead .HeadCenter{float:none;}
#module_375021747 {
padding:0px;
}
#module_375021747 {
position:static;
z-index:0;
top:1122px;
left:845px;
width:100%;
height: auto;
}
#module_375021747 .ModuleHead375021747 {
display:none;
}
#module_375021747 {
border:none;
}
@media screen and (min-width: 768px){
#module_375021747 >.module_375021747 {
margin-top:2.7500%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375021747 >.module_375021747 {
}
}

#module_375021747 .ModulePlainTextGiantContent{margin-top:0px;}
#module_375021747 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_375021747 .ModulePlainTextGiantContent{margin-left:0px;}
#module_375021747 .ModulePlainTextGiantContent{margin-right:10px;}
#module_375021747 .plainTextGiant-Container{padding-top:10px;}
#module_375021747 .plainTextGiant-Container{padding-bottom:10px;}
#module_375021747 .plainTextGiant-Container{padding-left:10px;}
#module_375021747 .plainTextGiant-Container{padding-right:10px;}
#module_375021747 a{font-size:unset;font-family:unset}
.module_393748588 .ModuleHead .HeadCenter{float:none;}
#module_393748588 {
padding:0px;
}
#module_393748588 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393748588 .ModuleHead393748588 {
display:none;
}
#module_393748588 {
border:none;
}
@media screen and (min-width: 768px){
#module_393748588 >.module_393748588 {
margin-top:0.0000%;
margin-left:19.5833%;
margin-right:26.4167%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393748588 >.module_393748588 {
}
}

#module_393748588 img{border-top-color:transparent;}
#module_393748588 img{border-top-style:none;}
#module_393748588 img{border-top-width:0px;}
#module_393748588 img{border-right-color:transparent;}
#module_393748588 img{border-right-style:none;}
#module_393748588 img{border-right-width:0px;}
#module_393748588 img{border-bottom-color:transparent;}
#module_393748588 img{border-bottom-style:none;}
#module_393748588 img{border-bottom-width:0px;}
#module_393748588 img{border-left-color:transparent;}
#module_393748588 img{border-left-style:none;}
#module_393748588 img{border-left-width:0px;}
#module_393748588 img{border-top-left-radius:0px;}
#module_393748588 img{border-top-right-radius:0px;}
#module_393748588 img{border-bottom-left-radius:0px;}
#module_393748588 img{border-bottom-right-radius:0px;}
#module_393748588 .BodyCenter{text-align: center;}

.module_375022039 .ModuleHead .HeadCenter{float:none;}
#module_375022039 {
padding:0px;
}
#module_375022039 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375022039 .ModuleHead375022039 {
display:none;
}
#module_375022039 .BodyCenter.BodyCenter375022039 {
background:none;background-color:rgb(248, 246, 244);
}
#module_375022039 >.module_375022039 {
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_375022039 >.module_375022039{
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_375022039 .BodyCenter.BodyCenter375022039 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375022039 .BodyCenter.BodyCenter375022039 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_375022039 >.module_375022039 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375022039 >.module_375022039 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_375022039:hover {
border:none;
}
#module_375022039:hover >.module_375022039 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_375022039 .ModuleSubContainer{background-color:transparent;}
#module_375022039 .ModuleSubContainer{background-image:none;}
#module_375022039 .ModuleSubContainer{background-repeat:no-repeat;}
#module_375022039 .ModuleSubContainer{background-position:0% 0%;}
#module_375022039 .ModuleSubContainer{background-attachment:scroll;}
#module_375022039 .ModuleSubContainer{}
#module_375022039 {!bgVideo!}{bgVideoUrl:}
#module_375022039 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_375022039 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_375022039 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer375022039 {}
.ModuleGridContainer.ModuleGridContainer375022039 .SubPadding {width:0px;}
.module_375022041 .ModuleHead .HeadCenter{float:none;}
#module_375022041 {
padding:0px;
}
#module_375022041 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375022041 .ModuleHead375022041 {
display:none;
}

#module_375022041 .ModulePlainTextGiantContent{margin-top:0px;}
#module_375022041 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_375022041 .ModulePlainTextGiantContent{margin-left:0px;}
#module_375022041 .ModulePlainTextGiantContent{margin-right:10px;}
#module_375022041 .plainTextGiant-Container{padding-top:10px;}
#module_375022041 .plainTextGiant-Container{padding-bottom:10px;}
#module_375022041 .plainTextGiant-Container{padding-left:10px;}
#module_375022041 .plainTextGiant-Container{padding-right:10px;}
#module_375022041 a{font-size:unset;font-family:unset}
/*layout-108*/
.ModuleNewsListGiant.layout-108 .news-item{ padding: 0 10px;border-bottom: 1px solid #eeeeee;overflow: hidden;line-height: 50px;height: 50px;}
/*.ModuleNewsListGiant.layout-108 .news-item .news-tit .news-title{ float: left;font-size:14px;}*/
/*.ModuleNewsListGiant.layout-108 .news-item .news-tit time{ display: block; float: right; font-size: 12px; color: #666666;}*/
.ModuleNewsListGiant.layout-108 .news-item .news-tit .news-title{ font-size:14px;display: inline-block;width: calc(100% - 120px);}
.ModuleNewsListGiant.layout-108 .news-item .news-tit time{ width: auto;;float: right;}
/*.ModuleNewsListGiant.layout-108 .news-item:hover{ background: #f5f5f5;}*/
.ModuleNewsListGiant.layout-108 .news-item.threecontainergrid:nth-child(3n) {margin-right: 0;}
.ModuleNewsListGiant.layout-108 .news-item:hover{ border-bottom: 1px solid rgba(0,0,0,0);}

@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-108 .news-item {
        width: 100%;
        margin: 0 auto;
    }
   

    .ModuleNewsListGiant.layout-108 .news-item .news-tit .news-title {
        font-size: 14px;
        display: inline-block;
        width: calc(100% - 105px);
    }

    .ModuleNewsListGiant.layout-108 .news-item .news-tit time {
        font-size: 12px;
        width: auto;
    }
}

@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-108 .news-item {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .ModuleNewsListGiant.layout-108 .news-item.twocontainergrid { width: 46%;float: left; margin-right: 8%;}
    .ModuleNewsListGiant.layout-108 .news-item.twocontainergrid:nth-child(2n){ margin-right: 0%;}
    .ModuleNewsListGiant.layout-108 .news-item.fullcontainergrid {width: 100%;margin-right: 0;}
    .ModuleNewsListGiant.layout-108 .news-item.threecontainergrid {float: left;width: 31.3%;margin-right: 3%;}
   
}

/*置顶推荐*/
.ModuleNewsListGiant.layout-108 .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;
}
.ModuleNewsListGiant.layout-108 .pagerGiant .inputer{outline: 0;}

.module_375022054 .ModuleHead .HeadCenter{float:none;}
#module_375022054 {
padding:0px;
}
#module_375022054 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375022054 .ModuleHead375022054 {
display:none;
}
#module_375022054 .BodyCenter.BodyCenter375022054 {
background:none;background-color:rgba(0,0,0,0);
}
#module_375022054 >.module_375022054 {
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_375022054 >.module_375022054{
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_375022054 .BodyCenter.BodyCenter375022054 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375022054 .BodyCenter.BodyCenter375022054 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_375022054 >.module_375022054 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375022054 >.module_375022054 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_375022054:hover {
border:none;
}
#module_375022054:hover >.module_375022054 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_375022054 .news-item{background-color:transparent;}
#module_375022054 .news-item{background-image:none;}
#module_375022054 .news-item{background-repeat:no-repeat;}
#module_375022054 .news-item{}
#module_375022054 .news-item{}
#module_375022054 .news-item{}
#module_375022054 .news-item{height:50px;line-height:50px;}
#module_375022054 .news-title{font-size:14px;}
#module_375022054 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_375022054 .news-title{color:#666;}
#module_375022054 .news-title{font-weight:normal;}
#module_375022054 .news-title{text-decoration:none;}
#module_375022054 .news-title{font-style:normal;}
#module_375022054 .news-title{margin-top:0px;}
#module_375022054 .news-title{margin-bottom:0px;}
#module_375022054 .news-title{margin-left:0px;}
#module_375022054 .news-title{margin-right:0px;}
#module_375022054 .news-item time{font-size:12px;}
#module_375022054 .news-item time{font-family:微软雅黑,Microsoft YaHei;}
#module_375022054 .news-item time{color:#666666;}
#module_375022054 .news-item time{font-weight:normal;}
#module_375022054 .news-item time{text-decoration:none;}
#module_375022054 .news-item time{font-style:normal;}
#module_375022054 .news-item{border-bottom-color:#eeeeee;}
#module_375022054 .news-item{border-bottom-style:none;}
#module_375022054 .news-item{border-bottom-width:1px;}
#module_375022054 .pagerGiant .text{font-size:12px;}
#module_375022054 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_375022054 .pagerGiant .text{color:#333;}
#module_375022054 .pagerGiant .text{}
#module_375022054 .pagerGiant .text{}
#module_375022054 .pagerGiant .text{}
#module_375022054 .pagerGiant .current,#module_375022054 .pagerGiant .num,#module_375022054 .pagerGiant .inputer{width:30px}
#module_375022054 .pagerGiant .current,#module_375022054 .pagerGiant .num,#module_375022054 .pagerGiant .inputer{height:30px}
#module_375022054 .pagerGiant .num{font-size:12px;}
#module_375022054 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_375022054 .pagerGiant .num{color:#333;}
#module_375022054 .pagerGiant .num{}
#module_375022054 .pagerGiant .num{}
#module_375022054 .pagerGiant .num{}
#module_375022054 .pagerGiant .submit{width:55px}
#module_375022054 .pagerGiant .submit{height:30px}
#module_375022054 .pagerGiant .current,#module_375022054 .pagerGiant .num,#module_375022054 .pagerGiant .inputer,#module_375022054 .pagerGiant .submit{border-top-left-radius:0px;}
#module_375022054 .pagerGiant .current,#module_375022054 .pagerGiant .num,#module_375022054 .pagerGiant .inputer,#module_375022054 .pagerGiant .submit{border-top-right-radius:0px;}
#module_375022054 .pagerGiant .current,#module_375022054 .pagerGiant .num,#module_375022054 .pagerGiant .inputer,#module_375022054 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_375022054 .pagerGiant .current,#module_375022054 .pagerGiant .num,#module_375022054 .pagerGiant .inputer,#module_375022054 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_375022054 .pagerGiant .next,#module_375022054 .pagerGiant .splitline{color:#ccc;}
#module_375022054 .pagerGiant .num{background-color:#fff;}
#module_375022054 .pagerGiant .num, #module_375022054 .pagerGiant .inputer{border-top-color:#ccc;}
#module_375022054 .pagerGiant .num, #module_375022054 .pagerGiant .inputer{border-top-style:solid;}
#module_375022054 .pagerGiant .num, #module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit, #module_375022054 .pagerGiant .inputer{border-top-width:1px;}
#module_375022054 .pagerGiant .num, #module_375022054 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_375022054 .pagerGiant .num, #module_375022054 .pagerGiant .inputer{border-bottom-style:solid;}
#module_375022054 .pagerGiant .num, #module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit, #module_375022054 .pagerGiant .inputer{border-bottom-width:1px;}
#module_375022054 .pagerGiant .num, #module_375022054 .pagerGiant .inputer{border-left-color:#ccc;}
#module_375022054 .pagerGiant .num, #module_375022054 .pagerGiant .inputer{border-left-style:solid;}
#module_375022054 .pagerGiant .num, #module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit, #module_375022054 .pagerGiant .inputer{border-left-width:1px;}
#module_375022054 .pagerGiant .num, #module_375022054 .pagerGiant .inputer{border-right-color:#ccc;}
#module_375022054 .pagerGiant .num, #module_375022054 .pagerGiant .inputer{border-right-style:solid;}
#module_375022054 .pagerGiant .num, #module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit, #module_375022054 .pagerGiant .inputer{border-right-width:1px;}
#module_375022054 .page-more a{color:#666 !important;}
#module_375022054 .page-more a{background-color:#fff;}
#module_375022054 .page-more a{border-top-color:#eee;}
#module_375022054 .page-more a{border-top-style:solid;}
#module_375022054 .page-more a{border-top-width:2px;}
#module_375022054 .page-more a{border-bottom-color:#eee;}
#module_375022054 .page-more a{border-bottom-style:solid;}
#module_375022054 .page-more a{border-bottom-width:2px;}
#module_375022054 .page-more a{border-left-color:#eee;}
#module_375022054 .page-more a{border-left-style:solid;}
#module_375022054 .page-more a{border-left-width:2px;}
#module_375022054 .page-more a{border-right-color:#eee;}
#module_375022054 .page-more a{border-right-style:solid;}
#module_375022054 .page-more a{border-right-width:2px;}
#module_375022054 .news-item:hover{background-color:#f5f5f5;}
#module_375022054 .news-item:hover{background-image:none;}
#module_375022054 .news-item:hover{background-repeat:no-repeat;}
#module_375022054 .news-item:hover{}
#module_375022054 .news-item:hover{}
#module_375022054 .news-item:hover{}
#module_375022054 .news-item:hover .news-title{font-size:14px;}
#module_375022054 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_375022054 .news-item:hover .news-title{color:#333333;}
#module_375022054 .news-item:hover .news-title{font-weight:normal;}
#module_375022054 .news-item:hover .news-title{text-decoration:none;}
#module_375022054 .news-item:hover .news-title{font-style:normal;}
#module_375022054 .news-item:hover time{font-size:12px;}
#module_375022054 .news-item:hover time{font-family:微软雅黑,Microsoft YaHei;}
#module_375022054 .news-item:hover time{color:#666666;}
#module_375022054 .news-item:hover time{font-weight:normal;}
#module_375022054 .news-item:hover time{text-decoration:none;}
#module_375022054 .news-item:hover time{font-style:normal;}
#module_375022054 .news-item:hover{border-bottom-color:#eeeeee;}
#module_375022054 .news-item:hover{border-bottom-style:none;}
#module_375022054 .news-item:hover{border-bottom-width:1px;}
#module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit{font-size:12px;}
#module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit{color:#fff;}
#module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit{}
#module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit{}
#module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit{}
#module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit{background-color:#000;}
#module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit, #module_375022054 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit, #module_375022054 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit, #module_375022054 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit, #module_375022054 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit, #module_375022054 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit, #module_375022054 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit, #module_375022054 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_375022054 .pagerGiant .current, #module_375022054 .pagerGiant .submit, #module_375022054 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_375022054 .page-more a:hover{color:#666 !important;}
#module_375022054 .page-more a:hover{background-color:#fff;}
#module_375022054 .page-more a:hover{border-top-color:#eee;}
#module_375022054 .page-more a:hover{border-top-style:solid;}
#module_375022054 .page-more a:hover{border-bottom-color:#eee;}
#module_375022054 .page-more a:hover{border-bottom-style:solid;}
#module_375022054 .page-more a:hover{border-left-color:#eee;}
#module_375022054 .page-more a:hover{border-left-style:solid;}
#module_375022054 .page-more a:hover{border-right-color:#eee;}
#module_375022054 .page-more a:hover{border-right-style:solid;}

.ModuleGridContainer.ModuleGridContainer375022039 #Sub375022039_1 {width:33.3333%;}
.module_375031937 .ModuleHead .HeadCenter{float:none;}
#module_375031937 {
padding:0px;
}
#module_375031937 {
position:static;
z-index:0;
top:39px;
width:100%;
height: auto;
}
#module_375031937 .ModuleHead375031937 {
display:none;
}

#module_375031937 .ModulePlainTextGiantContent{margin-top:0px;}
#module_375031937 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_375031937 .ModulePlainTextGiantContent{margin-left:0px;}
#module_375031937 .ModulePlainTextGiantContent{margin-right:10px;}
#module_375031937 .plainTextGiant-Container{padding-top:10px;}
#module_375031937 .plainTextGiant-Container{padding-bottom:10px;}
#module_375031937 .plainTextGiant-Container{padding-left:10px;}
#module_375031937 .plainTextGiant-Container{padding-right:10px;}
#module_375031937 a{font-size:unset;font-family:unset}
.module_375032913 .ModuleHead .HeadCenter{float:none;}
#module_375032913 {
padding:0px;
}
#module_375032913 {
position:static;
z-index:0;
top:-6px;
left:0px;
width:100%;
height: auto;
}
#module_375032913 .ModuleHead375032913 {
display:none;
}
#module_375032913 .BodyCenter.BodyCenter375032913 {
background:none;background-color:rgba(0,0,0,0);
}
#module_375032913 >.module_375032913 {
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_375032913 >.module_375032913{
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_375032913 .BodyCenter.BodyCenter375032913 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375032913 .BodyCenter.BodyCenter375032913 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_375032913 >.module_375032913 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375032913 >.module_375032913 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_375032913:hover {
border:none;
}
#module_375032913:hover >.module_375032913 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_375032913 .news-item{background-color:transparent;}
#module_375032913 .news-item{background-image:none;}
#module_375032913 .news-item{background-repeat:no-repeat;}
#module_375032913 .news-item{}
#module_375032913 .news-item{}
#module_375032913 .news-item{}
#module_375032913 .news-item{height:50px;line-height:50px;}
#module_375032913 .news-title{font-size:14px;}
#module_375032913 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_375032913 .news-title{color:#666;}
#module_375032913 .news-title{font-weight:normal;}
#module_375032913 .news-title{text-decoration:none;}
#module_375032913 .news-title{font-style:normal;}
#module_375032913 .news-title{margin-top:0px;}
#module_375032913 .news-title{margin-bottom:0px;}
#module_375032913 .news-title{margin-left:0px;}
#module_375032913 .news-title{margin-right:0px;}
#module_375032913 .news-item time{font-size:12px;}
#module_375032913 .news-item time{font-family:微软雅黑,Microsoft YaHei;}
#module_375032913 .news-item time{color:#666666;}
#module_375032913 .news-item time{font-weight:normal;}
#module_375032913 .news-item time{text-decoration:none;}
#module_375032913 .news-item time{font-style:normal;}
#module_375032913 .news-item{border-bottom-color:#eeeeee;}
#module_375032913 .news-item{border-bottom-style:none;}
#module_375032913 .news-item{border-bottom-width:1px;}
#module_375032913 .pagerGiant .text{font-size:12px;}
#module_375032913 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_375032913 .pagerGiant .text{color:#333;}
#module_375032913 .pagerGiant .text{}
#module_375032913 .pagerGiant .text{}
#module_375032913 .pagerGiant .text{}
#module_375032913 .pagerGiant .current,#module_375032913 .pagerGiant .num,#module_375032913 .pagerGiant .inputer{width:30px}
#module_375032913 .pagerGiant .current,#module_375032913 .pagerGiant .num,#module_375032913 .pagerGiant .inputer{height:30px}
#module_375032913 .pagerGiant .num{font-size:12px;}
#module_375032913 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_375032913 .pagerGiant .num{color:#333;}
#module_375032913 .pagerGiant .num{}
#module_375032913 .pagerGiant .num{}
#module_375032913 .pagerGiant .num{}
#module_375032913 .pagerGiant .submit{width:55px}
#module_375032913 .pagerGiant .submit{height:30px}
#module_375032913 .pagerGiant .current,#module_375032913 .pagerGiant .num,#module_375032913 .pagerGiant .inputer,#module_375032913 .pagerGiant .submit{border-top-left-radius:0px;}
#module_375032913 .pagerGiant .current,#module_375032913 .pagerGiant .num,#module_375032913 .pagerGiant .inputer,#module_375032913 .pagerGiant .submit{border-top-right-radius:0px;}
#module_375032913 .pagerGiant .current,#module_375032913 .pagerGiant .num,#module_375032913 .pagerGiant .inputer,#module_375032913 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_375032913 .pagerGiant .current,#module_375032913 .pagerGiant .num,#module_375032913 .pagerGiant .inputer,#module_375032913 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_375032913 .pagerGiant .next,#module_375032913 .pagerGiant .splitline{color:#ccc;}
#module_375032913 .pagerGiant .num{background-color:#fff;}
#module_375032913 .pagerGiant .num, #module_375032913 .pagerGiant .inputer{border-top-color:#ccc;}
#module_375032913 .pagerGiant .num, #module_375032913 .pagerGiant .inputer{border-top-style:solid;}
#module_375032913 .pagerGiant .num, #module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit, #module_375032913 .pagerGiant .inputer{border-top-width:1px;}
#module_375032913 .pagerGiant .num, #module_375032913 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_375032913 .pagerGiant .num, #module_375032913 .pagerGiant .inputer{border-bottom-style:solid;}
#module_375032913 .pagerGiant .num, #module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit, #module_375032913 .pagerGiant .inputer{border-bottom-width:1px;}
#module_375032913 .pagerGiant .num, #module_375032913 .pagerGiant .inputer{border-left-color:#ccc;}
#module_375032913 .pagerGiant .num, #module_375032913 .pagerGiant .inputer{border-left-style:solid;}
#module_375032913 .pagerGiant .num, #module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit, #module_375032913 .pagerGiant .inputer{border-left-width:1px;}
#module_375032913 .pagerGiant .num, #module_375032913 .pagerGiant .inputer{border-right-color:#ccc;}
#module_375032913 .pagerGiant .num, #module_375032913 .pagerGiant .inputer{border-right-style:solid;}
#module_375032913 .pagerGiant .num, #module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit, #module_375032913 .pagerGiant .inputer{border-right-width:1px;}
#module_375032913 .page-more a{color:#666 !important;}
#module_375032913 .page-more a{background-color:#fff;}
#module_375032913 .page-more a{border-top-color:#eee;}
#module_375032913 .page-more a{border-top-style:solid;}
#module_375032913 .page-more a{border-top-width:2px;}
#module_375032913 .page-more a{border-bottom-color:#eee;}
#module_375032913 .page-more a{border-bottom-style:solid;}
#module_375032913 .page-more a{border-bottom-width:2px;}
#module_375032913 .page-more a{border-left-color:#eee;}
#module_375032913 .page-more a{border-left-style:solid;}
#module_375032913 .page-more a{border-left-width:2px;}
#module_375032913 .page-more a{border-right-color:#eee;}
#module_375032913 .page-more a{border-right-style:solid;}
#module_375032913 .page-more a{border-right-width:2px;}
#module_375032913 .news-item:hover{background-color:#f5f5f5;}
#module_375032913 .news-item:hover{background-image:none;}
#module_375032913 .news-item:hover{background-repeat:no-repeat;}
#module_375032913 .news-item:hover{}
#module_375032913 .news-item:hover{}
#module_375032913 .news-item:hover{}
#module_375032913 .news-item:hover .news-title{font-size:14px;}
#module_375032913 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_375032913 .news-item:hover .news-title{color:#333333;}
#module_375032913 .news-item:hover .news-title{font-weight:normal;}
#module_375032913 .news-item:hover .news-title{text-decoration:none;}
#module_375032913 .news-item:hover .news-title{font-style:normal;}
#module_375032913 .news-item:hover time{font-size:12px;}
#module_375032913 .news-item:hover time{font-family:微软雅黑,Microsoft YaHei;}
#module_375032913 .news-item:hover time{color:#666666;}
#module_375032913 .news-item:hover time{font-weight:normal;}
#module_375032913 .news-item:hover time{text-decoration:none;}
#module_375032913 .news-item:hover time{font-style:normal;}
#module_375032913 .news-item:hover{border-bottom-color:#eeeeee;}
#module_375032913 .news-item:hover{border-bottom-style:none;}
#module_375032913 .news-item:hover{border-bottom-width:1px;}
#module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit{font-size:12px;}
#module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit{color:#fff;}
#module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit{}
#module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit{}
#module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit{}
#module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit{background-color:#000;}
#module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit, #module_375032913 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit, #module_375032913 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit, #module_375032913 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit, #module_375032913 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit, #module_375032913 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit, #module_375032913 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit, #module_375032913 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_375032913 .pagerGiant .current, #module_375032913 .pagerGiant .submit, #module_375032913 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_375032913 .page-more a:hover{color:#666 !important;}
#module_375032913 .page-more a:hover{background-color:#fff;}
#module_375032913 .page-more a:hover{border-top-color:#eee;}
#module_375032913 .page-more a:hover{border-top-style:solid;}
#module_375032913 .page-more a:hover{border-bottom-color:#eee;}
#module_375032913 .page-more a:hover{border-bottom-style:solid;}
#module_375032913 .page-more a:hover{border-left-color:#eee;}
#module_375032913 .page-more a:hover{border-left-style:solid;}
#module_375032913 .page-more a:hover{border-right-color:#eee;}
#module_375032913 .page-more a:hover{border-right-style:solid;}

.ModuleGridContainer.ModuleGridContainer375022039 #Sub375022039_2 {width:33.3333%;}
.module_375035211 .ModuleHead .HeadCenter{float:none;}
#module_375035211 {
padding:0px;
}
#module_375035211 {
position:static;
z-index:0;
top:35px;
left:0px;
width:100%;
height: auto;
}
#module_375035211 .ModuleHead375035211 {
display:none;
}

#module_375035211 .ModulePlainTextGiantContent{margin-top:0px;}
#module_375035211 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_375035211 .ModulePlainTextGiantContent{margin-left:0px;}
#module_375035211 .ModulePlainTextGiantContent{margin-right:10px;}
#module_375035211 .plainTextGiant-Container{padding-top:10px;}
#module_375035211 .plainTextGiant-Container{padding-bottom:10px;}
#module_375035211 .plainTextGiant-Container{padding-left:10px;}
#module_375035211 .plainTextGiant-Container{padding-right:10px;}
#module_375035211 a{font-size:unset;font-family:unset}
.module_375035652 .ModuleHead .HeadCenter{float:none;}
#module_375035652 {
padding:0px;
}
#module_375035652 {
position:static;
z-index:0;
top:67px;
left:0px;
width:100%;
height: auto;
}
#module_375035652 .ModuleHead375035652 {
display:none;
}
#module_375035652 .BodyCenter.BodyCenter375035652 {
background:none;background-color:rgba(0,0,0,0);
}
#module_375035652 >.module_375035652 {
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_375035652 >.module_375035652{
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_375035652 .BodyCenter.BodyCenter375035652 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375035652 .BodyCenter.BodyCenter375035652 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_375035652 >.module_375035652 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375035652 >.module_375035652 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_375035652:hover {
border:none;
}
#module_375035652:hover >.module_375035652 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_375035652 .news-item{background-color:transparent;}
#module_375035652 .news-item{background-image:none;}
#module_375035652 .news-item{background-repeat:no-repeat;}
#module_375035652 .news-item{}
#module_375035652 .news-item{}
#module_375035652 .news-item{}
#module_375035652 .news-item{height:50px;line-height:50px;}
#module_375035652 .news-title{font-size:14px;}
#module_375035652 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_375035652 .news-title{color:#666;}
#module_375035652 .news-title{font-weight:normal;}
#module_375035652 .news-title{text-decoration:none;}
#module_375035652 .news-title{font-style:normal;}
#module_375035652 .news-title{margin-top:0px;}
#module_375035652 .news-title{margin-bottom:0px;}
#module_375035652 .news-title{margin-left:0px;}
#module_375035652 .news-title{margin-right:0px;}
#module_375035652 .news-item time{font-size:12px;}
#module_375035652 .news-item time{font-family:微软雅黑,Microsoft YaHei;}
#module_375035652 .news-item time{color:#666666;}
#module_375035652 .news-item time{font-weight:normal;}
#module_375035652 .news-item time{text-decoration:none;}
#module_375035652 .news-item time{font-style:normal;}
#module_375035652 .news-item{border-bottom-color:#eeeeee;}
#module_375035652 .news-item{border-bottom-style:none;}
#module_375035652 .news-item{border-bottom-width:1px;}
#module_375035652 .pagerGiant .text{font-size:12px;}
#module_375035652 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_375035652 .pagerGiant .text{color:#333;}
#module_375035652 .pagerGiant .text{}
#module_375035652 .pagerGiant .text{}
#module_375035652 .pagerGiant .text{}
#module_375035652 .pagerGiant .current,#module_375035652 .pagerGiant .num,#module_375035652 .pagerGiant .inputer{width:30px}
#module_375035652 .pagerGiant .current,#module_375035652 .pagerGiant .num,#module_375035652 .pagerGiant .inputer{height:30px}
#module_375035652 .pagerGiant .num{font-size:12px;}
#module_375035652 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_375035652 .pagerGiant .num{color:#333;}
#module_375035652 .pagerGiant .num{}
#module_375035652 .pagerGiant .num{}
#module_375035652 .pagerGiant .num{}
#module_375035652 .pagerGiant .submit{width:55px}
#module_375035652 .pagerGiant .submit{height:30px}
#module_375035652 .pagerGiant .current,#module_375035652 .pagerGiant .num,#module_375035652 .pagerGiant .inputer,#module_375035652 .pagerGiant .submit{border-top-left-radius:0px;}
#module_375035652 .pagerGiant .current,#module_375035652 .pagerGiant .num,#module_375035652 .pagerGiant .inputer,#module_375035652 .pagerGiant .submit{border-top-right-radius:0px;}
#module_375035652 .pagerGiant .current,#module_375035652 .pagerGiant .num,#module_375035652 .pagerGiant .inputer,#module_375035652 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_375035652 .pagerGiant .current,#module_375035652 .pagerGiant .num,#module_375035652 .pagerGiant .inputer,#module_375035652 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_375035652 .pagerGiant .next,#module_375035652 .pagerGiant .splitline{color:#ccc;}
#module_375035652 .pagerGiant .num{background-color:#fff;}
#module_375035652 .pagerGiant .num, #module_375035652 .pagerGiant .inputer{border-top-color:#ccc;}
#module_375035652 .pagerGiant .num, #module_375035652 .pagerGiant .inputer{border-top-style:solid;}
#module_375035652 .pagerGiant .num, #module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit, #module_375035652 .pagerGiant .inputer{border-top-width:1px;}
#module_375035652 .pagerGiant .num, #module_375035652 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_375035652 .pagerGiant .num, #module_375035652 .pagerGiant .inputer{border-bottom-style:solid;}
#module_375035652 .pagerGiant .num, #module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit, #module_375035652 .pagerGiant .inputer{border-bottom-width:1px;}
#module_375035652 .pagerGiant .num, #module_375035652 .pagerGiant .inputer{border-left-color:#ccc;}
#module_375035652 .pagerGiant .num, #module_375035652 .pagerGiant .inputer{border-left-style:solid;}
#module_375035652 .pagerGiant .num, #module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit, #module_375035652 .pagerGiant .inputer{border-left-width:1px;}
#module_375035652 .pagerGiant .num, #module_375035652 .pagerGiant .inputer{border-right-color:#ccc;}
#module_375035652 .pagerGiant .num, #module_375035652 .pagerGiant .inputer{border-right-style:solid;}
#module_375035652 .pagerGiant .num, #module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit, #module_375035652 .pagerGiant .inputer{border-right-width:1px;}
#module_375035652 .page-more a{color:#666 !important;}
#module_375035652 .page-more a{background-color:#fff;}
#module_375035652 .page-more a{border-top-color:#eee;}
#module_375035652 .page-more a{border-top-style:solid;}
#module_375035652 .page-more a{border-top-width:2px;}
#module_375035652 .page-more a{border-bottom-color:#eee;}
#module_375035652 .page-more a{border-bottom-style:solid;}
#module_375035652 .page-more a{border-bottom-width:2px;}
#module_375035652 .page-more a{border-left-color:#eee;}
#module_375035652 .page-more a{border-left-style:solid;}
#module_375035652 .page-more a{border-left-width:2px;}
#module_375035652 .page-more a{border-right-color:#eee;}
#module_375035652 .page-more a{border-right-style:solid;}
#module_375035652 .page-more a{border-right-width:2px;}
#module_375035652 .news-item:hover{background-color:#f5f5f5;}
#module_375035652 .news-item:hover{background-image:none;}
#module_375035652 .news-item:hover{background-repeat:no-repeat;}
#module_375035652 .news-item:hover{}
#module_375035652 .news-item:hover{}
#module_375035652 .news-item:hover{}
#module_375035652 .news-item:hover .news-title{font-size:14px;}
#module_375035652 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_375035652 .news-item:hover .news-title{color:#333333;}
#module_375035652 .news-item:hover .news-title{font-weight:normal;}
#module_375035652 .news-item:hover .news-title{text-decoration:none;}
#module_375035652 .news-item:hover .news-title{font-style:normal;}
#module_375035652 .news-item:hover time{font-size:12px;}
#module_375035652 .news-item:hover time{font-family:微软雅黑,Microsoft YaHei;}
#module_375035652 .news-item:hover time{color:#666666;}
#module_375035652 .news-item:hover time{font-weight:normal;}
#module_375035652 .news-item:hover time{text-decoration:none;}
#module_375035652 .news-item:hover time{font-style:normal;}
#module_375035652 .news-item:hover{border-bottom-color:#eeeeee;}
#module_375035652 .news-item:hover{border-bottom-style:none;}
#module_375035652 .news-item:hover{border-bottom-width:1px;}
#module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit{font-size:12px;}
#module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit{color:#fff;}
#module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit{}
#module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit{}
#module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit{}
#module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit{background-color:#000;}
#module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit, #module_375035652 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit, #module_375035652 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit, #module_375035652 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit, #module_375035652 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit, #module_375035652 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit, #module_375035652 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit, #module_375035652 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_375035652 .pagerGiant .current, #module_375035652 .pagerGiant .submit, #module_375035652 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_375035652 .page-more a:hover{color:#666 !important;}
#module_375035652 .page-more a:hover{background-color:#fff;}
#module_375035652 .page-more a:hover{border-top-color:#eee;}
#module_375035652 .page-more a:hover{border-top-style:solid;}
#module_375035652 .page-more a:hover{border-bottom-color:#eee;}
#module_375035652 .page-more a:hover{border-bottom-style:solid;}
#module_375035652 .page-more a:hover{border-left-color:#eee;}
#module_375035652 .page-more a:hover{border-left-style:solid;}
#module_375035652 .page-more a:hover{border-right-color:#eee;}
#module_375035652 .page-more a:hover{border-right-style:solid;}

.ModuleGridContainer.ModuleGridContainer375022039 #Sub375022039_3 {width:33.3333%;}
.module_375136096 .ModuleHead .HeadCenter{float:none;}
#module_375136096 {
padding:0px;
}
#module_375136096 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375136096 .ModuleHead375136096 {
display:none;
}
#module_375136096 {
border:none;
}
@media screen and (min-width: 768px){
#module_375136096 .BodyCenter.BodyCenter375136096 {
padding-top:0.0000%;
padding-left:0.4707%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375136096 .BodyCenter.BodyCenter375136096 {
}
}

#module_375136096 .ModuleSubContainer{background-color:transparent;}
#module_375136096 .ModuleSubContainer{}
#module_375136096 .ModuleSubContainer{background-repeat:no-repeat;}
#module_375136096 .ModuleSubContainer{background-position:0% 0%;}
#module_375136096 .ModuleSubContainer{background-attachment:scroll;}
#module_375136096 .ModuleSubContainer{}
#module_375136096 {!bgVideo!}{bgVideoUrl:}
#module_375136096 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_375136096 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_375136096 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer375136096 {}
.ModuleGridContainer.ModuleGridContainer375136096 .SubPadding {width:0px;}
.module_375138012 .ModuleHead .HeadCenter{float:none;}
#module_375138012 {
padding:0px;
}
#module_375138012 {
position:static;
z-index:0;
top:-123px;
left:0px;
width:100%;
height: auto;
}
#module_375138012 .ModuleHead375138012 {
display:none;
}

#module_375138012 .ModulePlainTextGiantContent{margin-top:0px;}
#module_375138012 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_375138012 .ModulePlainTextGiantContent{margin-left:0px;}
#module_375138012 .ModulePlainTextGiantContent{margin-right:10px;}
#module_375138012 .plainTextGiant-Container{padding-top:10px;}
#module_375138012 .plainTextGiant-Container{padding-bottom:10px;}
#module_375138012 .plainTextGiant-Container{padding-left:10px;}
#module_375138012 .plainTextGiant-Container{padding-right:10px;}
#module_375138012 a{font-size:unset;font-family:unset}
.module_375159735 .ModuleHead .HeadCenter{float:none;}
#module_375159735 {
padding:0px;
}
#module_375159735 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375159735 .ModuleHead375159735 {
display:none;
}
#module_375159735 {
border:none;
}
@media screen and (min-width: 768px){
#module_375159735 >.module_375159735 {
margin-top:4.1667%;
margin-left:0.0000%;
margin-right:0.7813%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375159735 >.module_375159735 {
}
}

#module_375159735 img{border-top-color:transparent;}
#module_375159735 img{border-top-style:none;}
#module_375159735 img{border-top-width:0px;}
#module_375159735 img{border-right-color:transparent;}
#module_375159735 img{border-right-style:none;}
#module_375159735 img{border-right-width:0px;}
#module_375159735 img{border-bottom-color:transparent;}
#module_375159735 img{border-bottom-style:none;}
#module_375159735 img{border-bottom-width:0px;}
#module_375159735 img{border-left-color:transparent;}
#module_375159735 img{border-left-style:none;}
#module_375159735 img{border-left-width:0px;}
#module_375159735 img{border-top-left-radius:0px;}
#module_375159735 img{border-top-right-radius:0px;}
#module_375159735 img{border-bottom-left-radius:0px;}
#module_375159735 img{border-bottom-right-radius:0px;}
#module_375159735 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer375136096 #Sub375136096_1 {width:32.0000%;}
/*图文模块 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;}.module_375176138 .ModuleHead .HeadCenter{float:none;}
#module_375176138 {
padding:0px;
}
#module_375176138 {
position:static;
z-index:0;
top:2265px;
left:827px;
width:100%;
height: auto;
}
#module_375176138 .ModuleHead375176138 {
display:none;
}
#module_375176138 {
border:none;
}
@media screen and (min-width: 768px){
#module_375176138 >.module_375176138 {
margin-top:5.3922%;
margin-left:0.9804%;
margin-right:3.1863%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375176138 >.module_375176138 {
}
}

#module_375176138 .ModuleImageTextGiantContent{margin-top:0px;}
#module_375176138 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_375176138 .ModuleImageTextGiantContent{margin-left:0px;}
#module_375176138 .ModuleImageTextGiantContent{margin-right:0px;}
#module_375176138 .imageTextGiant-Container{padding-top:10px;}
#module_375176138 .imageTextGiant-Container{padding-bottom:10px;}
#module_375176138 .imageTextGiant-Container{padding-left:10px;}
#module_375176138 .imageTextGiant-Container{padding-right:10px;}
#module_375176138 .showHandle .btn{font-size:14px;}
#module_375176138 .showHandle .btn{font-family:;}
#module_375176138 .showHandle .btn{color:#333;}
#module_375176138 .showHandle .btn{font-weight:400;}
#module_375176138 .showHandle .btn{text-decoration:none;}
#module_375176138 .showHandle .btn{font-style:normal;}
#module_375176138 .showHandle div{border-top-color:#ddd !important;}
#module_375176138 .showHandle div{border-top-style:solid !important;}
#module_375176138 .showHandle div{border-top-width:1px !important;}
#module_375176138 .showHandle{background-color:transparent;}
#module_375176138 .showHandle{}
#module_375176138 .showHandle{background-repeat:no-repeat;}
#module_375176138 .showHandle{}
#module_375176138 .showHandle{}
#module_375176138 .showHandle{}
#module_375176138 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer375136096 #Sub375136096_2 {width:68%;}
.module_375197944 .ModuleHead .HeadCenter{float:none;}
#module_375197944 {
padding:0px;
}
#module_375197944 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375197944 .ModuleHead375197944 {
display:none;
}
#module_375197944 .BodyCenter.BodyCenter375197944 {
background:none;background-color:rgba(0,0,0,0);
}
#module_375197944 >.module_375197944 {
border-top-style:solid;
border-top-color:rgb(216, 216, 216);
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:none;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_375197944 >.module_375197944{
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_375197944 .BodyCenter.BodyCenter375197944 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375197944 .BodyCenter.BodyCenter375197944 {
padding-top:14.1210%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_375197944 >.module_375197944 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375197944 >.module_375197944 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_375197944:hover {
border:none;
}
#module_375197944:hover >.module_375197944 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_375197944 .ModuleSubContainer{background-color:transparent;}
#module_375197944 .ModuleSubContainer{background-image:none;}
#module_375197944 .ModuleSubContainer{background-repeat:no-repeat;}
#module_375197944 .ModuleSubContainer{background-position:0% 0%;}
#module_375197944 .ModuleSubContainer{background-attachment:scroll;}
#module_375197944 .ModuleSubContainer{}
#module_375197944 {!bgVideo!}{bgVideoUrl:}
#module_375197944 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_375197944 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_375197944 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer375197944 {}
.ModuleGridContainer.ModuleGridContainer375197944 .SubPadding {width:0px;}
.module_375201487 .ModuleHead .HeadCenter{float:none;}
#module_375201487 {
padding:0px;
}
#module_375201487 {
position:static;
z-index:0;
top:-117px;
left:0px;
width:100%;
height: auto;
}
#module_375201487 .ModuleHead375201487 {
display:none;
}
#module_375201487 {
border:none;
}
@media screen and (min-width: 768px){
#module_375201487 >.module_375201487 {
margin-top:4.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375201487 >.module_375201487 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_375201487 .ModulePlainTextGiantContent{margin-top:0px;}
#module_375201487 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_375201487 .ModulePlainTextGiantContent{margin-left:0px;}
#module_375201487 .ModulePlainTextGiantContent{margin-right:10px;}
#module_375201487 .plainTextGiant-Container{padding-top:10px;}
#module_375201487 .plainTextGiant-Container{padding-bottom:10px;}
#module_375201487 .plainTextGiant-Container{padding-left:10px;}
#module_375201487 .plainTextGiant-Container{padding-right:10px;}
#module_375201487 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer375197944 #Sub375197944_1 {width:47.0000%;}
.module_375205619 .ModuleHead .HeadCenter{float:none;}
#module_375205619 {
padding:0px;
}
#module_375205619 {
position:static;
z-index:0;
top:-117px;
left:0px;
width:100%;
height: auto;
}
#module_375205619 .ModuleHead375205619 {
display:none;
}
#module_375205619 {
border:none;
}
@media screen and (min-width: 768px){
#module_375205619 >.module_375205619 {
margin-top:2.0440%;
margin-left:67.6101%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375205619 >.module_375205619 {
}
}

#module_375205619 img{border-top-color:transparent;}
#module_375205619 img{border-top-style:none;}
#module_375205619 img{border-top-width:0px;}
#module_375205619 img{border-right-color:transparent;}
#module_375205619 img{border-right-style:none;}
#module_375205619 img{border-right-width:0px;}
#module_375205619 img{border-bottom-color:transparent;}
#module_375205619 img{border-bottom-style:none;}
#module_375205619 img{border-bottom-width:0px;}
#module_375205619 img{border-left-color:transparent;}
#module_375205619 img{border-left-style:none;}
#module_375205619 img{border-left-width:0px;}
#module_375205619 img{border-top-left-radius:0px;}
#module_375205619 img{border-top-right-radius:0px;}
#module_375205619 img{border-bottom-left-radius:0px;}
#module_375205619 img{border-bottom-right-radius:0px;}
#module_375205619 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer375197944 #Sub375197944_2 {width:53.0000%;}
.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .subnav li a {
    font-size: 15px;
}

.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.mobileFootNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ModuleMobileNavGiant.layout-101 .maxlarge {
    max-width: 10rem;
}

.ModuleMobileNavGiant.layout-101 .maxmiddle {
    max-width: 8rem;
}

.ModuleMobileNavGiant.layout-101 .header-model {
    width: 100%;
    height: 3rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    background: #333333;
    max-height: calc(100vh);
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
}

.mobileNavFloatLayer_1 {
    display: block;
    visibility: hidden;
    width: 17rem;
    height: 100%;
    -ms-transform: translateX(-17rem);
    -khtml-transform: translateX(-17rem);
    -webkit-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    transform: translateX(-17rem);
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    z-index: 9999
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li {
    color: #fff;
    border-bottom: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.on {
    border-left: 5px solid #888888;
    transition: all .3s ease-out
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a {
    padding-left: 15%;
    font-size: 15px;
    color: #fff;
    display: block;
    height: 65px;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a .main-class-colorlump {
    width: 10px;
    height: 66px;
    background-color: #888;
    display: none;
    vertical-align: middle;
    top: unset;
    margin-right: 0;
    transform: unset;
    position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
    width: 18.5px;
    height: 20px;
    display: inline-block;
    margin-right: 1.06rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open>a .more:before {
    content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
    z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
    line-height: 65px;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
    padding-left: 30%;
}

/*滚动条*/

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    overflow: auto;
    height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
    position: relative;
    top: 0;
}

/*二级导航*/

.ModuleMobileNavGiant.layout-101 .subnav a {
    padding-left: 25%;
    display: block;
    font-size: 15px;
    position: relative;
    height: 65px;
    /*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
    display: flex;
    height: 50px!important;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0
}

.ModuleMobileNavGiant.layout-101 header {
    box-sizing: border-box;
    width: 100%
}



.bodyfixd {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bodyabstre {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}



.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
    border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
    border: 0 ! important
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
    border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
    max-height: 40px;
    padding-right: 8pt;
    padding-left: 8pt;
    /* margin-right: 8px;
     margin-left: 15px;
    padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
    display: flex;
    width: calc(100% - 60px);
    margin-left: 50px;
    margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
    width: 56px;
    text-align: center;
    display: block;
}

.ModuleMobileNavGiant.layout-101 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-101 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .mobileNav {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        position: fixed;
    }
    .mobileNavFloatLayer_1 {
        display: block;
        visibility: hidden;
        width: 17rem;
        height: 100%;
        -ms-transform: translateX(-17rem);
        -khtml-transform: translateX(-17rem);
        -webkit-transform: translateX(-17rem);
        -o-transform: translateX(-17rem);
        -moz-transform: translateX(-17rem);
        transform: translateX(-17rem);
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        z-index: 9999
    }
    .mobileNavFloatLayer_r {
        right: 0;
        -ms-transform: translateX(17rem);
        -khtml-transform: translateX(17rem);
        -webkit-transform: translateX(17rem);
        -o-transform: translateX(17rem);
        -moz-transform: translateX(17rem);
        transform: translateX(17rem);
    }
}

@media only screen and (min-width: 768px) {
    .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
        margin-top: 0px;
    }
    .ModuleMobileNavGiant.layout-101 .header-model {
        display: none;
    }
}

.ModuleMobileNavGiant.layout-101 .icon-dianhua-moren {
    font-weight: normal;
}

.ModuleMobileNavGiant.layout-101 .icon-sousuo {
    font-weight: 750;
}

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_375021688 .ModuleHead .HeadCenter{float:none;}
#module_375021688 {
padding:0px;
}
#module_375021688 {
}
#module_375021688 .ModuleHead0 {
display:none;
}

#module_375021688 .langlistbox{background-color:#fff} #module_375021688 .langlistbox .jt{border-bottom-color:#fff}
#module_375021688 .langlistbox .langinfo{color:#333333}
#module_375021688 .langlistbox .langinfo{background-color:#fff}
#module_375021688 .langlistbox .langinfo{border-color:#333333}
#module_375021688 .langlistbox .langtxt{ font-size:16px }
#module_375021688 .langlistbox .langtxt{ color:#333333 }
#module_375021688 {}#module_375021688.layout-101 #header{border-bottom-color:transparent;}
#module_375021688 {}#module_375021688.layout-101 #header{border-bottom-style:none;}
#module_375021688 {}#module_375021688.layout-101 #header{border-bottom-width:0px;}
#module_375021688 {}#module_375021688.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_375021688 {}#module_375021688.layout-101 #MobileNav{background-color: transparent;} #module_375021688.layout-101 #header{background-color:#000000;}
#module_375021688 {}#module_375021688.layout-101 #header{}
#module_375021688 {}#module_375021688.layout-101 #header p{font-Family:微软雅黑,Microsoft YaHei;}
#module_375021688 {}#module_375021688.layout-101 #header p{font-size:16px;}
#module_375021688 {}#module_375021688.layout-101 #header p{color:#fff;}
#module_375021688 {}#module_375021688.layout-101 #header p{font-weight:normal;}
#module_375021688 {}#module_375021688.layout-101 #header p{text-decoration:none;}
#module_375021688 {}#module_375021688.layout-101 #header p{font-style:normal;}
#module_375021688 {}#module_375021688.layout-101 .lcitem .rect{background:#fff;} #module_375021688.layout-101 .icons{color:#fff;} #module_375021688.layout-101 .svgdiv svg>*{fill:#fff;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item ul li{border-bottom-color:#4e4e4e;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item,#module_375021688.layout-101 #MobileNavFloatLayer{background-color:#3c3c3c;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item,#module_375021688.layout-101 #MobileNavFloatLayer{}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a{background:#3c3c3c;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a{}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a,#module_375021688.layout-101 .micro-nav-item>ul>li>a p{color:#fff;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a{background:#353535;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a,#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a,#module_375021688.layout-101 .micro-nav-item>ul>li>a p{font-family:微软雅黑,Microsoft YaHei;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a,#module_375021688.layout-101 .micro-nav-item>ul>li>a p{font-size:15px;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a,#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:微软雅黑,Microsoft YaHei;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a,#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:15px;}
#module_375021688 .langlistbox li:hover .langinfo,#module_375021688 .langactive .langinfo {color:#fff}
#module_375021688 .langlistbox li:hover .langinfo,#module_375021688 .langactive .langinfo{background-color:#333333}
#module_375021688 .langlistbox li:hover .langinfo,#module_375021688 .langactive .langinfo{border-color:#333333}
#module_375021688 .langlistbox li:hover .langtxt,#module_375021688 .langactive .langtxt{ color:#333333 }
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a:hover,#module_375021688.layout-101 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:#585858;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:#4a4747;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a:hover p{color:#fff;}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16); 
    color: #666;
    box-sizing: content-box;
    /* min-width: 80px; */
}
.ModuleMobileFloatNavGiant .defaultbtnbghover{
    transform: rotate(180deg);
    transition: all 0.5s;
}
.ModuleMobileFloatNavGiant .itemtextright{
    text-align: right;
}
.ModuleMobileFloatNavGiant .itemtextleft{
    text-align: left;
}
.ModuleMobileFloatNavGiant .itemtextright::before{
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: -8px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .itemtextleft::before{
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: -7px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .FloatNavitemlist{ height: 0; display: none; transition:all} 
.itemimg{
    max-height: 25px;
    max-width: 25px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%
}
.FloatNavMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    background: #000;
    z-index: 15;
}
.FloatNavQRCode span img {
    border: solid 0.625rem #fff;
}
.FloatNavQRCode span {
    display: block;
    overflow: hidden;
    bottom: 3.750rem;
    right: 0.625rem;
    position: fixed;
    z-index: 20;
}
.FloatNavQRCode {
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}.module_375021693 .ModuleHead .HeadCenter{float:none;}
#module_375021693 {
padding:0px;
}
#module_375021693 {
}
#module_375021693 .ModuleHead0 {
display:none;
}

#module_375021693 .defaultbtn{background-color:#fff}
#module_375021693 .defaultbtn{}
#module_375021693 .spotgroup{color:#000}
#module_375021693 .itembtn{background-color:#fff}
#module_375021693 .itembtn{}
#module_375021693 .itemicon{color:#666} #module_375021693 svg>*{fill:#666}
#module_375021693 .itemtext{background-color:#fff} #module_375021693 .itemtextright::before{border-left-color:#fff} #module_375021693 .itemtextleft::before{border-right-color:#fff}
#module_375021693 .itemtext{}
#module_375021693 .itemtext{font-size:12px;}
#module_375021693 .itemtext{font-family:;}
#module_375021693 .itemtext{color:#666 !important;}
#module_375021693 .itemtext{font-weight:normal;}
#module_375021693 .itemtext{text-decoration:none;}
#module_375021693 .itemtext{font-style:normal;}
#module_375021693 .defaultbtnbghover{background-color:#000000}
#module_375021693 .defaultbtnbghover{}
#module_375021693 .defaultbtniconbghover{color:#fff}
.module_375021689 .ModuleHead .HeadCenter{float:none;}
#module_375021689 {
padding:0px;
}
#module_375021689 {
}
#module_375021689 .ModuleHead0 {
display:none;
}
#module_375021689 .ModuleHead .HeadText.HeadText0 {
}
#module_375021689 .ModuleHead .HeadTextMore.HeadTextMore0 {
}
#module_375021689 >.module_0 {
border:none;
}
@media screen and (min-width: 768px){
#module_375021689 .BodyCenter.BodyCenter0 {
}
}
@media screen and (max-width: 767px){
#module_375021689 .BodyCenter.BodyCenter0 {
}
}
#module_375021689 .BodyCenter.BodyCenter0 {
}
#module_375021689 .BodyCenter a {
}

#module_375021689 .foot-nav-list{background-color:## !important;}
#module_375021689 .foot-nav-list{border-top-color:;}
#module_375021689 .foot-nav-list{border-top-style:;}
#module_375021689 .foot-nav-list{border-top-width:px;}
#module_375021689 #MobileFootNav{box-shadow:;}
#module_375021689 .icon{color: !important;} #module_375021689 .icon svg >*{fill:}
#module_375021689 .itemText{font-size:px;}
#module_375021689 .itemText{font-family:;}
#module_375021689 .itemText{color:## !important;}
#module_375021689 .itemText{}
#module_375021689 .itemText{}
#module_375021689 .itemText{}
#module_375021689 .iconh{color: !important;}  #module_375021689 .iconh svg >*{fill:}
#module_375021689 .itemTexth{font-size:px;}
#module_375021689 .itemTexth{font-family:;}
#module_375021689 .itemTexth{color:## !important;}
#module_375021689 .itemTexth{}
#module_375021689 .itemTexth{}
#module_375021689 .itemTexth{}
