﻿.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
#pagebody.pageStyle .BodyContainer{
background:none;background-color:#f8f8f8;
background-repeat:no-repeat ;
background-position:center;
background-size:auto;
background-Attachment:scroll;
}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridGiant.layout-101{height: 100%;}
.ModuleGridGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: -1;}
.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;
    }
}

/*纯文本模块 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;}

.ModuleLangSwitchGiant.layout-103 .lang-list{
    display: inline-block;
    vertical-align: top;
}
.ModuleLangSwitchGiant.layout-103 .lang-list li{
	float:left
}
.ModuleLangSwitchGiant.layout-103 .lang-text{
	padding:10px;
	position: relative;
}
.ModuleLangSwitchGiant.layout-103 .lang-text.current{
	color:#f10215;
}
.ModuleLangSwitchGiant.layout-103 .lang-text:hover{
	color:#f10215;
}
.ModuleLangSwitchGiant.layout-103 .lang-split{
	border-left:1px solid #333;
}
.ModuleLangSwitchGiant.layout-103 li:nth-last-of-type(1)>.lang-split{
	border-left:none !important;
}
.ModuleLangSwitchGiant.layout-103 .lang-list .separatorTag {color: #fff; padding: 10px 0;}
.ModuleLangSwitchGiant.layout-103 .lang-list li:last-child .separatorTag{display: none;}

.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.ModuleNavGiant.layout-104 .main-nav-content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  overflow:hidden;
}
.ModuleNavGiant.layout-104 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-104 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-104 .moveMenuRight, .ModuleNavGiant.layout-104 .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-104 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-104 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px
}
.ModuleNavGiant.layout-104 .moveMenuRight:hover, .ModuleNavGiant.layout-104 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-104 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-104 .main-nav-item-group {
  box-sizing: border-box;
  -moz-box-sizing:border-box; 
 -webkit-box-sizing:border-box;
  height: 80px;
  line-height: 80px;
  float: left;
  text-align: center;
  margin-right: 5px;
}
.ModuleNavGiant.layout-104 .main-nav-item {
  box-sizing: content-box;
  -moz-box-sizing:content-box; 
 -webkit-box-sizing:content-box;
  padding: 0 25px;
  color: #000000;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.ModuleNavGiant.layout-104 .main-nav-item::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 50%;
  left: 50%;
  transform: translateY(-50%);
  -ms-transform:translateY(-50%);
  -moz-transform:translateY(-50%); 
  -webkit-transform:translateY(-50%);
  -o-transform:translateY(-50%); 
  top: 50%;
  z-index: -1;
  border-radius: 0px;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
}
.ModuleNavGiant.layout-104 .main-nav-item-hover {
  color: #fff;
}
.ModuleNavGiant.layout-104 .main-nav-item-hover:before {
  width: 100%;
  left: 0;
  border-radius: 20px;
  opacity: 1;
}
.ModuleNavGiant.layout-104 .sub-nav-item-group {
  z-index: 3;
  height: 200px;
  bottom: -220px;
  left: -49px;
  width: 192px;
  padding-top: 20px;
  text-align: center;
  display: none;

}
.ModuleNavGiant.layout-104 .sub-nav-item-box {
  width: 100%;
  position: relative;
}
.ModuleNavGiant.layout-104 .sub-nav-item-group{
	position: relative;
}
.ModuleNavGiant.layout-104 .arrow{
	top:13px;
	width:15px;height:15px;position: absolute;
	left: 50%;
  margin-left: -7.5px;
	z-index:-1;
	transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -moz-transform:rotate(45deg); 
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg); 
	transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
  box-shadow: 0 0 1px rgba(0,0,0,.1);
}

.ModuleNavGiant.layout-104 .sub-nav-item {
  display: block;
  height: 42px;
  line-height: 42px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
  font-size: 12px;
  padding-left: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-104 .sub-nav-item .inner {
display: block;
height: 100%;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s; 
-o-transition: all 0.5s;
}
.ModuleNavGiant.layout-104 .sub-nav-item .inner{ 
  height:100%;
  line-height: calc(100% + 18px);
  display: block;
}
.ModuleNavGiant.layout-104 .sub-nav-item:first-child {
  border-top: none!important;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.ModuleNavGiant.layout-104 .sub-nav-item:last-child {
  border-bottom: none!important;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.ModuleNavGiant.layout-104 .sub-nav-item:hover .inner{
  padding-left: 10px;
}
.ModuleNavGiant.layout-104 .sub-nav-item-group.current {
  display: block;
}
.ModuleNavGiant.layout-104 .main-nav-item-group.current .main-nav-item {
  color: #fff;
}
.ModuleNavGiant.layout-104 .main-nav-item-group.current .main-nav-item::after {
  content: '';
  width: 100%;
  left: 0;
  top: 20px;
  height: 40px;
  position: absolute;
  z-index: -1;
  background: #e91e63;
  border-radius: 20px;
}
.ModuleNavGiant.layout-104 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-104 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-104 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-104 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-104 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-104 .verticalMenu .main-nav-item {padding: 0 !important; text-align: center;}.module_22315598 .ModuleHead .HeadCenter{float:none;}
#module_22315598 {
padding:0px;
}
#module_22315598 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22315598 .ModuleHead22315598 {
display:none;
}
#module_22315598 .BodyCenter.BodyCenter22315598 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22315598 >.module_22315598 {border:0px solid #000;}
#module_22315598 >.module_22315598 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22315598 .BodyCenter.BodyCenter22315598 {
padding-top:1.1111%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.1111%;
}
}
@media screen and (max-width: 767px){
#module_22315598 .BodyCenter.BodyCenter22315598 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22315598 >.module_22315598 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_22315598 >.module_22315598 {margin:0px;}
}
#module_22315598 >.module_22315598 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22315598:hover {
border:none;
}
#module_22315598:hover >.module_22315598 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22315598 .main-nav-item-group{height:70px;line-height:70px;} #module_22315598 .main-nav-content{height:70px}
#module_22315598 .main-nav-content{background-color:#fff;}
#module_22315598 .main-nav-content{background-image:none;}
#module_22315598 .main-nav-content{background-repeat:no-repeat;}
#module_22315598 .main-nav-content{}
#module_22315598 .main-nav-content{}
#module_22315598 .main-nav-content, #module_22315598 .verticalMenu .main-nav-item-group{text-align:right;}
#module_22315598 .main-nav-item{font-size:14px;}
#module_22315598 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_22315598 .main-nav-item{color:#333;}
#module_22315598 .main-nav-item{font-weight:normal;}
#module_22315598 .main-nav-item{text-decoration:none;}
#module_22315598 .main-nav-item{font-style:normal;}
#module_22315598 .main-nav-item{width:auto;}
#module_22315598 .main-nav-item{padding-left:29px;padding-right:29px;} #module_22315598 .verticalMenu .main-nav-item-group{margin-bottom:29px;}
#module_22315598 .main-nav-item{background-image:none;}
#module_22315598 .main-nav-item{background-color:transparent;}
#module_22315598 .main-nav-item{background-repeat:no-repeat;}
#module_22315598 .main-nav-item{}
#module_22315598 .main-nav-item{}
#module_22315598 .sub-nav-item-group{width:192px;}
#module_22315598 .sub-nav-item{height:40px;line-height:40px;} #module_22315598 .sub-nav-item .inner {line-height: calc(100% + (40px - 10px));}
#module_22315598 .sub-nav-item .inner{font-size:12px;}
#module_22315598 .sub-nav-item .inner{font-family:微软雅黑,Microsoft YaHei;}
#module_22315598 .sub-nav-item .inner{color:#000;}
#module_22315598 .sub-nav-item .inner{font-weight:normal;}
#module_22315598 .sub-nav-item .inner{text-decoration:none;}
#module_22315598 .sub-nav-item .inner{font-style:normal;}
#module_22315598 .sub-nav-item,#module_22315598 .arrow,#module_22315598 .sub-normal-color{background-color:#fff;}
#module_22315598 .sub-nav-item .inner{background-image:none;}
#module_22315598 .sub-nav-item .inner{background-repeat:no-repeat;}
#module_22315598 .sub-nav-item .inner{}
#module_22315598 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_22315598 .sub-nav-item{border-bottom-style:solid;}
#module_22315598 .sub-nav-item{border-bottom-width:1px;}
#module_22315598 .sub-nav-item{margin-bottom:0px;}
#module_22315598 .main-nav-item-hover{font-size:14px;}
#module_22315598 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_22315598 .main-nav-item-hover{color:#fff;}
#module_22315598 .main-nav-item-hover{font-weight:normal;}
#module_22315598 .main-nav-item-hover{text-decoration:none;}
#module_22315598 .main-nav-item-hover{font-style:normal;}
#module_22315598 .main-nav-item-hover::before{background-color:rgb(255, 127, 39);}
#module_22315598 .main-nav-item-hover::before{background-image:none;}
#module_22315598 .main-nav-item-hover::before{background-repeat:no-repeat;}
#module_22315598 .main-nav-item-hover::before{}
#module_22315598 .main-nav-item-hover::before{}
#module_22315598 .sub-nav-item:hover .inner{font-size:12px;}
#module_22315598 .sub-nav-item:hover .inner{font-family:微软雅黑,Microsoft YaHei;}
#module_22315598 .sub-nav-item:hover .inner{color:#000;}
#module_22315598 .sub-nav-item:hover .inner{font-weight:normal;}
#module_22315598 .sub-nav-item:hover .inner{text-decoration:none;}
#module_22315598 .sub-nav-item:hover .inner{font-style:normal;}
#module_22315598 .sub-nav-item:hover .inner,#module_22315598 .sub-hover-color{background-color:#f2f2f2;}
#module_22315598 .sub-nav-item:hover .inner{background-image:none;}
#module_22315598 .sub-nav-item:hover .inner{background-repeat:no-repeat;}
#module_22315598 .sub-nav-item:hover .inner{}
#module_22315598 .sub-nav-item:hover .inner{}


.module_22949458 .ModuleHead .HeadCenter{float:none;}
#module_22949458 {
padding:0px;
}
#module_22949458 {
position:static;
z-index:0;
top:70px;
left:0px;
width:100%;
height: auto;
}
#module_22949458 .ModuleHead22949458 {
display:none;
}
#module_22949458 .BodyCenter.BodyCenter22949458 {
background-color:transparent;
background-image:url(../image/banner1.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_22949458 >.module_22949458 {border:0px solid #000;}
#module_22949458 >.module_22949458 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22949458 .BodyCenter.BodyCenter22949458 {
padding-top:0.0000%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22949458 .BodyCenter.BodyCenter22949458 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22949458 >.module_22949458 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_22949458 >.module_22949458 {margin:0px;}
}
#module_22949458 >.module_22949458 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22949458:hover {
border:none;
}
#module_22949458:hover >.module_22949458 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22949458 .ModuleSubContainer{background-color:transparent;}
#module_22949458 .ModuleSubContainer{background-image:none;}
#module_22949458 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22949458 .ModuleSubContainer{background-position:0% 0%;}
#module_22949458 .ModuleSubContainer{background-attachment:scroll;}
#module_22949458 {!bgVideo!}{bgVideoUrl:none}
#module_22949458 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22949458 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_22949458 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer22949458 {}
/*图文模块 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_22949460 .ModuleHead .HeadCenter{float:none;}
#module_22949460 {
padding:0px;
}
#module_22949460 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22949460 .ModuleHead22949460 {
display:none;
}
#module_22949460 .BodyCenter.BodyCenter22949460 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22949460 >.module_22949460 {border:0px solid #000;}
#module_22949460 >.module_22949460 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22949460 .BodyCenter.BodyCenter22949460 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22949460 .BodyCenter.BodyCenter22949460 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22949460 >.module_22949460 {
margin-top:8.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:7.5000%;
}
}
@media screen and (max-width: 767px){
#module_22949460 >.module_22949460 {margin:0px;}
}
#module_22949460 >.module_22949460 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22949460:hover {
border:none;
}
#module_22949460:hover >.module_22949460 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22949460 .ModuleImageTextGiantContent{margin-top:px;}
#module_22949460 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_22949460 .ModuleImageTextGiantContent{margin-left:px;}
#module_22949460 .ModuleImageTextGiantContent{margin-right:px;}
#module_22949460 .imageTextGiant-Container{padding-top:0.8333%;}
#module_22949460 .imageTextGiant-Container{padding-bottom:0.8333%;}
#module_22949460 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22949460 .imageTextGiant-Container{padding-right:0.8333%;}
#module_22949460 .showHandle .btn{font-size:px;}
#module_22949460 .showHandle .btn{font-family:;}
#module_22949460 .showHandle .btn{color:;}
#module_22949460 .showHandle .btn{}
#module_22949460 .showHandle .btn{}
#module_22949460 .showHandle .btn{}
#module_22949460 .showHandle div{border-top-color: !important;}
#module_22949460 .showHandle div{border-top-style: !important;}
#module_22949460 .showHandle div{border-top-width:px !important;}
#module_22949460 .showHandle{background-color:;}
#module_22949460 .showHandle{}
#module_22949460 .showHandle{}
#module_22949460 .showHandle{}
#module_22949460 .showHandle{}
#module_22949460 a{font-size:unset;font-family:unset}
.module_22949461 .ModuleHead .HeadCenter{float:none;}
#module_22949461 {
padding:0px;
}
#module_22949461 {
position:static;
z-index:0;
top:291px;
left:0px;
width:100%;
height: auto;
}
#module_22949461 .ModuleHead22949461 {
display:none;
}
#module_22949461 .BodyCenter.BodyCenter22949461 {
background:none;background-color:rgb(255, 255, 255);
}
#module_22949461 >.module_22949461 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(232, 232, 232);
border-bottom-width:1px;
}
#module_22949461 >.module_22949461 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22949461 .BodyCenter.BodyCenter22949461 {
padding-top:0.7845%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.7845%;
}
}
@media screen and (max-width: 767px){
#module_22949461 .BodyCenter.BodyCenter22949461 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22949461 >.module_22949461 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_22949461 >.module_22949461 {margin:0px;}
}
#module_22949461 >.module_22949461 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22949461:hover {
border:none;
}
#module_22949461:hover >.module_22949461 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22949461 .ModuleSubContainer{background-color:transparent;}
#module_22949461 .ModuleSubContainer{background-image:none;}
#module_22949461 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22949461 .ModuleSubContainer{background-position:0% 0%;}
#module_22949461 .ModuleSubContainer{background-attachment:scroll;}
#module_22949461 {!bgVideo!}{bgVideoUrl:none}
#module_22949461 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22949461 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_22949461 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer22949461 {}
.module_22949462 .ModuleHead .HeadCenter{float:none;}
#module_22949462 {
padding:0px;
}
#module_22949462 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22949462 .ModuleHead22949462 {
display:none;
}
#module_22949462 .BodyCenter.BodyCenter22949462 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22949462 >.module_22949462 {border:0px solid #000;}
#module_22949462 >.module_22949462 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22949462 .BodyCenter.BodyCenter22949462 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22949462 .BodyCenter.BodyCenter22949462 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22949462 >.module_22949462 {
margin-top:8.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22949462 >.module_22949462 {margin:0px;}
}
#module_22949462 >.module_22949462 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22949462:hover {
border:none;
}
#module_22949462:hover >.module_22949462 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22949462 .ModuleImageTextGiantContent{margin-top:px;}
#module_22949462 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_22949462 .ModuleImageTextGiantContent{margin-left:px;}
#module_22949462 .ModuleImageTextGiantContent{margin-right:px;}
#module_22949462 .imageTextGiant-Container{padding-top:0.0000%;}
#module_22949462 .imageTextGiant-Container{padding-bottom:0.0000%;}
#module_22949462 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22949462 .imageTextGiant-Container{padding-right:0.0000%;}
#module_22949462 .showHandle .btn{font-size:px;}
#module_22949462 .showHandle .btn{font-family:;}
#module_22949462 .showHandle .btn{color:;}
#module_22949462 .showHandle .btn{}
#module_22949462 .showHandle .btn{}
#module_22949462 .showHandle .btn{}
#module_22949462 .showHandle div{border-top-color: !important;}
#module_22949462 .showHandle div{border-top-style: !important;}
#module_22949462 .showHandle div{border-top-width:px !important;}
#module_22949462 .showHandle{background-color:;}
#module_22949462 .showHandle{}
#module_22949462 .showHandle{}
#module_22949462 .showHandle{}
#module_22949462 .showHandle{}

.ModuleCommonClsGiant.layout-105 .one-classify-box{white-space:nowrap;overflow-x:auto;overflow-y: hidden;font-size: 0;}
.ModuleCommonClsGiant.layout-105 .one-classify-box.show{white-space:normal;}
.ModuleCommonClsGiant.layout-105 .one-classify-box.show .main-class-item{margin-bottom: 5px;}
/*到手机应该隐藏*/
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar{height:4px}
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar-thumb {height:4px;width: 40px;background-color: rgba(94,94,94,.5);border-radius: 2px}
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar-track-piece{height:8px;width: 40px;background-color: #fff}
.ModuleCommonClsGiant.layout-105 .main-class-item{background: #fff;border-top:0;color:#666;width: auto;display:inline-flex;align-content: center;
  justify-content: center;
  justify-items: center;
  align-items: center;}
.ModuleCommonClsGiant.layout-105 .main-class-text{
  text-align: center;
  font-size:12px;width:100%;padding: 0 10px;color:#666;overflow: hidden;
  /*display: inline-block;vertical-align:top;;line-height: 38px;*/}

.ModuleCommonClsGiant.layout-105 .main-class-item.active{background: #303135}
.ModuleCommonClsGiant.layout-105 .main-class-item.active .main-class-text{color:#fff;}

@media (max-width: 767px) {
  .ModuleCommonClsGiant.layout-105 .main-class-text {
    font-size: 12px;
    line-height: 30px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    padding: 0 5px;
  } 
}.module_22949463 .ModuleHead .HeadCenter{float:none;}
#module_22949463 {
padding:0px;
}
#module_22949463 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22949463 .ModuleHead22949463 {
display:none;
}
#module_22949463 .BodyCenter.BodyCenter22949463 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22949463 >.module_22949463 {border:0px solid #000;}
#module_22949463 >.module_22949463 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22949463 .BodyCenter.BodyCenter22949463 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22949463 .BodyCenter.BodyCenter22949463 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22949463 >.module_22949463 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_22949463 >.module_22949463 {margin:0px;}
}
#module_22949463 >.module_22949463 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22949463:hover {
border:none;
}
#module_22949463:hover >.module_22949463 {
border-color:#ccc;
}
#module_22949463:hover >.module_22949463 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22949463 .one-classify-box{text-align:left;}
#module_22949463 .main-class-item{background-color:transparent;}
#module_22949463 .main-class-item{}
#module_22949463 .main-class-item{background-repeat:no-repeat;}
#module_22949463 .main-class-item{}
#module_22949463 .main-class-item{}
#module_22949463 .main-class-item{height:40px;}
#module_22949463 .main-class-item{border-top-color:#000;}
#module_22949463 .main-class-item{border-top-style:solid;}
#module_22949463 .main-class-item{border-top-width:0px;}
#module_22949463 .main-class-item{border-right-color:#000;}
#module_22949463 .main-class-item{border-right-style:solid;}
#module_22949463 .main-class-item{border-right-width:0px;}
#module_22949463 .main-class-item{border-bottom-color:#000;}
#module_22949463 .main-class-item{border-bottom-style:solid;}
#module_22949463 .main-class-item{border-bottom-width:0px;}
#module_22949463 .main-class-item{border-left-color:#000;}
#module_22949463 .main-class-item{border-left-style:solid;}
#module_22949463 .main-class-item{border-left-width:0px;}
#module_22949463 .main-class-item{border-top-left-radius:px;}
#module_22949463 .main-class-item{border-top-right-radius:px;}
#module_22949463 .main-class-item{border-bottom-left-radius:px;}
#module_22949463 .main-class-item{border-bottom-right-radius:px;}
#module_22949463 .main-class-item{margin-right:px;}
#module_22949463 .main-class-text{font-size:14px;}
#module_22949463 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_22949463 .main-class-text{color:#666;}
#module_22949463 .main-class-text{font-weight:normal;}
#module_22949463 .main-class-text{text-decoration:none;}
#module_22949463 .main-class-text{font-style:normal;}
#module_22949463 .main-class-item{width:150px;}
#module_22949463 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_22949463 .main-class-item.active{}
#module_22949463 .main-class-item.active{background-repeat:no-repeat;}
#module_22949463 .main-class-item.active{}
#module_22949463 .main-class-item.active{}
#module_22949463 .main-class-item.active .main-class-text{font-size:14px;}
#module_22949463 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_22949463 .main-class-item.active .main-class-text{color:rgb(255, 127, 44);}
#module_22949463 .main-class-item.active .main-class-text{font-weight:normal;}
#module_22949463 .main-class-item.active .main-class-text{text-decoration:none;}
#module_22949463 .main-class-item.active .main-class-text{font-style:normal;}


/*全局layout103*/
.ModuleSearchGiant.layout-103 .btn-group.open .dropdown-toggle{box-shadow: none;}
.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle{padding: 0;}
.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .content{display:table;width: 100%;height:auto;border: 1px solid #ccc;border-radius: 34px;overflow: hidden;}
.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .searchTypePanel,
.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .searchBtnPanel{position: relative;display:table-cell;height: 36px;border:0px;vertical-align: middle;}
.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .searchTypePanel,
.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .searchBtnPanel{width: 1%;border-left: 1px #ccc solid;}
/*.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .searchBtnPanel{padding-top: 5px;background: #fff;}*/
.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .ModuleSearchInput{float: left;width: 100%;height: 100%;border-bottom-left-radius: 34px;border-top-left-radius: 34px;border: 0;text-indent: 14px;font-size:14px;outline: none;}
.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .searchTypePanel select{height: 100%;border: 0;}
.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .bootstrap-select{float: left;height:100%;border:0;border-radius: 0;}
.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .bootstrap-select .btn{height:100%;border: 0;border-radius: 0;font-size: 12px;}
.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .ModuleSearchButton{background: #fff; position: relative;display: inline-block;width: 50px;height: 100% !important;border-radius: 0;text-align: center;line-height: 1;}
/*.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .searchIcon{display: block;width: 20px;height: 20px;margin: 0 auto;}*/
.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .searchIcon .icon-sousuo1{font-size: 22px; color: #ccc;}
.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .search-hot{padding-right: 50px;}
.ModuleSearchGiant.layout-103 .ModuleSearchFormStyle .ModuleSearchButton{border-radius: 34px;}.module_22949465 .ModuleHead .HeadCenter{float:none;}
#module_22949465 {
padding:0px;
}
#module_22949465 {
position:static;
z-index:0;
top:38px;
left:0px;
width:100%;
height: auto;
}
#module_22949465 .ModuleHead22949465 {
display:none;
}
#module_22949465 .BodyCenter.BodyCenter22949465 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22949465 >.module_22949465 {border:0px solid #000;}
#module_22949465 >.module_22949465 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22949465 .BodyCenter.BodyCenter22949465 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22949465 .BodyCenter.BodyCenter22949465 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22949465 >.module_22949465 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_22949465 >.module_22949465 {margin:0px;}
}
#module_22949465 >.module_22949465 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22949465:hover {
border:none;
}
#module_22949465:hover >.module_22949465 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22949465 .search-item .searchBtnPanel,#module_22949465 .search-item .searchBtnPanel .ModuleSearchButton,#module_22949465 .search-item .searchTypePanel{height:px;line-height:px}
#module_22949465 .search-item{}
#module_22949465 .search-item{background-repeat:no-repeat;}
#module_22949465 .search-item{}
#module_22949465 .search-item{}
#module_22949465 .search-item{border-top-color:rgb(204, 204, 204);}
#module_22949465 .search-item{border-top-style:solid;}
#module_22949465 .search-item{border-top-width:1px;}
#module_22949465 .search-item{border-right-color:rgb(204, 204, 204);}
#module_22949465 .search-item{border-right-style:solid;}
#module_22949465 .search-item{border-right-width:1px;}
#module_22949465 .search-item{border-bottom-color:rgb(204, 204, 204);}
#module_22949465 .search-item{border-bottom-style:solid;}
#module_22949465 .search-item{border-bottom-width:1px;}
#module_22949465 .search-item,#module_22949465 .ModuleSearchFormStyle .searchTypePanel,#module_22949465 .ModuleSearchFormStyle .searchBtnPanel{border-left-color:rgb(204, 204, 204);}
#module_22949465 .search-item,#module_22949465 .ModuleSearchFormStyle .searchTypePanel,#module_22949465 .ModuleSearchFormStyle .searchBtnPanel{border-left-style:solid;}
#module_22949465 .search-item,#module_22949465 .ModuleSearchFormStyle .searchTypePanel,#module_22949465 .ModuleSearchFormStyle .searchBtnPanel{border-left-width:1px;}
#module_22949465 .search-item .bootstrap-select .btn ,#module_22949465 .search-item .ModuleSearchInput {background-color:;}
#module_22949465 .search-item .ModuleSearchInput::placeholder,#module_22949465 .search-item .ModuleSearchInput{font-size:px;}
#module_22949465 .search-item .bootstrap-select .btn ,#module_22949465  .search-item .ModuleSearchInput::placeholder,#module_22949465 .search-item .ModuleSearchInput{font-family:;}
#module_22949465 .search-item .bootstrap-select .btn , #module_22949465 .search-item .searchIcon,#module_22949465  .search-item .ModuleSearchInput::placeholder,#module_22949465 .search-item .ModuleSearchInput{color:;}
#module_22949465 .search-item .bootstrap-select .btn ,#module_22949465  .search-item .ModuleSearchInput::placeholder,#module_22949465 .search-item .ModuleSearchInput{}
#module_22949465 .search-item .bootstrap-select .btn ,#module_22949465  .search-item .ModuleSearchInput::placeholder,#module_22949465 .search-item .ModuleSearchInput{}
#module_22949465 .search-item .searchIcon .icon-sousuo1{font-size:20px;}
#module_22949465 .search-item .searchIcon .icon-sousuo1{font-family:微软雅黑,Microsoft YaHei;}
#module_22949465 .search-item .searchIcon .icon-sousuo1{color:#999;}
#module_22949465 .search-item .searchIcon .icon-sousuo1{font-weight:normal;}
#module_22949465 .search-item .searchIcon .icon-sousuo1{text-decoration:none;}
#module_22949465 .search-item .searchIcon .icon-sousuo1{font-style:normal;}
#module_22949465 .search-item .searchBtnPanel,#module_22949465 .search-item .searchBtnPanel .ModuleSearchButton{background-color:rgba(0,0,0,0);}
#module_22949465 .search-item .searchBtnPanel,#module_22949465 .search-item .searchBtnPanel .ModuleSearchButton{background-image:none;}
#module_22949465 .search-item .searchBtnPanel,#module_22949465 .search-item .searchBtnPanel .ModuleSearchButton{background-repeat:no-repeat;}
#module_22949465 .search-item .searchBtnPanel,#module_22949465 .search-item .searchBtnPanel .ModuleSearchButton{}
#module_22949465 .search-item .searchBtnPanel,#module_22949465 .search-item .searchBtnPanel .ModuleSearchButton{}
#module_22949465 .search-hot ul li{border-top-color:#e3e3e3;}
#module_22949465 .search-hot ul li{border-top-style:solid;}
#module_22949465 .search-hot ul li{border-top-width:0px;}
#module_22949465 .search-hot ul li{border-right-color:#e3e3e3;}
#module_22949465 .search-hot ul li{border-right-style:solid;}
#module_22949465 .search-hot ul li{border-right-width:1px;}
#module_22949465 .search-hot ul li{border-bottom-color:#e3e3e3;}
#module_22949465 .search-hot ul li{border-bottom-style:solid;}
#module_22949465 .search-hot ul li{border-bottom-width:0px;}
#module_22949465 .search-hot ul li{border-left-color:#e3e3e3;}
#module_22949465 .search-hot ul li{border-left-style:solid;}
#module_22949465 .search-hot ul li{border-left-width:0px;}
#module_22949465 .search-hot ul li a{font-size:12px;}
#module_22949465 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_22949465 .search-hot ul li a{color:#666;}
#module_22949465 .search-hot ul li a{font-weight:normal;}
#module_22949465 .search-hot ul li a{text-decoration:none;}
#module_22949465 .search-hot ul li a{font-style:normal;}
#module_22949465 .search-item .searchBtnPanel:hover, #module_22949465 .search-item .searchBtnPanel:hover .ModuleSearchButton{background-color:rgb(255, 127, 44);}
#module_22949465 .search-item .searchBtnPanel:hover, #module_22949465 .search-item .searchBtnPanel:hover .ModuleSearchButton{background-image:none;}
#module_22949465 .search-item .searchBtnPanel:hover, #module_22949465 .search-item .searchBtnPanel:hover .ModuleSearchButton{background-repeat:no-repeat;}
#module_22949465 .search-item .searchBtnPanel:hover, #module_22949465 .search-item .searchBtnPanel:hover .ModuleSearchButton{}
#module_22949465 .search-item .searchBtnPanel:hover, #module_22949465 .search-item .searchBtnPanel:hover .ModuleSearchButton{}
#module_22949465 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-size:20px;}
#module_22949465 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-family:微软雅黑,Microsoft YaHei;}
#module_22949465 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{color:rgb(255, 255, 255);}
#module_22949465 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-weight:normal;}
#module_22949465 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{text-decoration:none;}
#module_22949465 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-style:normal;}
#module_22949465 .search-hot ul li:hover a{font-size:12px;}
#module_22949465 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_22949465 .search-hot ul li:hover a{color:#333;}
#module_22949465 .search-hot ul li:hover a{font-weight:normal;}
#module_22949465 .search-hot ul li:hover a{text-decoration:none;}
#module_22949465 .search-hot ul li:hover a{font-style:normal;}

.module_23007253 .ModuleHead .HeadCenter{float:none;}
#module_23007253 {
padding:0px;
}
#module_23007253 {
position:static;
z-index:0;
top:97px;
left:0px;
width:100%;
height: auto;
}
#module_23007253 .ModuleHead23007253 {
display:none;
}
#module_23007253 .BodyCenter.BodyCenter23007253 {
background-color:transparent;
background-image:url(../image/banner1m.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_23007253 >.module_23007253 {border:0px solid #000;}
#module_23007253 >.module_23007253 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_23007253 .BodyCenter.BodyCenter23007253 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_23007253 .BodyCenter.BodyCenter23007253 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_23007253 >.module_23007253 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_23007253 >.module_23007253 {margin:0px;}
}
#module_23007253 >.module_23007253 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_23007253:hover {
border:none;
}
#module_23007253:hover >.module_23007253 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_23007253 .ModuleSubContainer{background-color:transparent;}
#module_23007253 .ModuleSubContainer{background-image:none;}
#module_23007253 .ModuleSubContainer{background-repeat:no-repeat;}
#module_23007253 .ModuleSubContainer{background-position:0% 0%;}
#module_23007253 .ModuleSubContainer{background-attachment:scroll;}
#module_23007253 {!bgVideo!}{bgVideoUrl:none}
#module_23007253 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_23007253 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_23007253 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer23007253 {}
.module_23007255 .ModuleHead .HeadCenter{float:none;}
#module_23007255 {
padding:0px;
}
#module_23007255 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_23007255 .ModuleHead23007255 {
display:none;
}
#module_23007255 .BodyCenter.BodyCenter23007255 {
background:none;background-color:rgba(0,0,0,0);
}
#module_23007255 >.module_23007255 {border:0px solid #000;}
#module_23007255 >.module_23007255 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_23007255 .BodyCenter.BodyCenter23007255 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_23007255 .BodyCenter.BodyCenter23007255 {
padding-top:10.8992%;
padding-left:2.7248%;
padding-right:2.7248%;
padding-bottom:10.8992%;
}
}
@media screen and (min-width: 768px){
#module_23007255 >.module_23007255 {
margin-top:8.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:7.5000%;
}
}
@media screen and (max-width: 767px){
#module_23007255 >.module_23007255 {margin:0px;}
}
#module_23007255 >.module_23007255 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_23007255:hover {
border:none;
}
#module_23007255:hover >.module_23007255 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_23007255 .ModuleImageTextGiantContent{margin-top:px;}
#module_23007255 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_23007255 .ModuleImageTextGiantContent{margin-left:px;}
#module_23007255 .ModuleImageTextGiantContent{margin-right:px;}
#module_23007255 .imageTextGiant-Container{padding-top:10px;}
#module_23007255 .imageTextGiant-Container{padding-bottom:10px;}
#module_23007255 .imageTextGiant-Container{padding-left:0px;}
#module_23007255 .imageTextGiant-Container{padding-right:10px;}
#module_23007255 .showHandle .btn{font-size:px;}
#module_23007255 .showHandle .btn{font-family:;}
#module_23007255 .showHandle .btn{color:;}
#module_23007255 .showHandle .btn{}
#module_23007255 .showHandle .btn{}
#module_23007255 .showHandle .btn{}
#module_23007255 .showHandle div{border-top-color: !important;}
#module_23007255 .showHandle div{border-top-style: !important;}
#module_23007255 .showHandle div{border-top-width:px !important;}
#module_23007255 .showHandle{background-color:;}
#module_23007255 .showHandle{}
#module_23007255 .showHandle{}
#module_23007255 .showHandle{}
#module_23007255 .showHandle{}

.module_22991627 .ModuleHead .HeadCenter{float:none;}
#module_22991627 {
padding:0px;
}
#module_22991627 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_22991627 .ModuleHead22991627 {
display:none;
}
#module_22991627 .BodyCenter.BodyCenter22991627 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22991627 >.module_22991627 {border:0px solid #000;}
#module_22991627 >.module_22991627 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22991627 .BodyCenter.BodyCenter22991627 {
padding-top:0.0000%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22991627 .BodyCenter.BodyCenter22991627 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22991627 >.module_22991627 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:1.5690%;
}
}
@media screen and (max-width: 767px){
#module_22991627 >.module_22991627 {margin:0px;}
}
#module_22991627 >.module_22991627 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22991627:hover {
border:none;
}
#module_22991627:hover >.module_22991627 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22991627 .ModuleSubContainer{background-color:transparent;}
#module_22991627 .ModuleSubContainer{background-image:none;}
#module_22991627 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22991627 .ModuleSubContainer{background-position:0% 0%;}
#module_22991627 .ModuleSubContainer{background-attachment:scroll;}
#module_22991627 {!bgVideo!}{bgVideoUrl:none}
#module_22991627 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22991627 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_22991627 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer22991627 {}
.module_22991628 .ModuleHead .HeadCenter{float:none;}
#module_22991628 {
padding:0px;
}
#module_22991628 {
position:static;
z-index:0;
top:21px;
left:0px;
width:100%;
height: auto;
}
#module_22991628 .ModuleHead22991628 {
display:none;
}
#module_22991628 .BodyCenter.BodyCenter22991628 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22991628 >.module_22991628 {border:0px solid #000;}
#module_22991628 >.module_22991628 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22991628 .BodyCenter.BodyCenter22991628 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22991628 .BodyCenter.BodyCenter22991628 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22991628 >.module_22991628 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_22991628 >.module_22991628 {margin:0px;}
}
#module_22991628 >.module_22991628 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22991628:hover {
border:none;
}
#module_22991628:hover >.module_22991628 {
border-color:rgb(164, 80, 80);
}
#module_22991628:hover >.module_22991628 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22991628 .one-classify-box{text-align:left;}
#module_22991628 .main-class-item{background-color:rgb(255, 255, 255);}
#module_22991628 .main-class-item{}
#module_22991628 .main-class-item{background-repeat:no-repeat;}
#module_22991628 .main-class-item{}
#module_22991628 .main-class-item{}
#module_22991628 .main-class-item{height:48px;}
#module_22991628 .main-class-item{border-top-color:rgb(216, 216, 216);}
#module_22991628 .main-class-item{border-top-style:solid;}
#module_22991628 .main-class-item{border-top-width:1px;}
#module_22991628 .main-class-item{border-right-color:rgb(216, 216, 216);}
#module_22991628 .main-class-item{border-right-style:solid;}
#module_22991628 .main-class-item{border-right-width:1px;}
#module_22991628 .main-class-item{border-bottom-color:rgb(216, 216, 216);}
#module_22991628 .main-class-item{border-bottom-style:solid;}
#module_22991628 .main-class-item{border-bottom-width:1px;}
#module_22991628 .main-class-item{border-left-color:rgb(216, 216, 216);}
#module_22991628 .main-class-item{border-left-style:solid;}
#module_22991628 .main-class-item{border-left-width:1px;}
#module_22991628 .main-class-item{border-top-left-radius:0px;}
#module_22991628 .main-class-item{border-top-right-radius:0px;}
#module_22991628 .main-class-item{border-bottom-left-radius:0px;}
#module_22991628 .main-class-item{border-bottom-right-radius:0px;}
#module_22991628 .main-class-item{margin-right:px;}
#module_22991628 .main-class-text{font-size:15px;}
#module_22991628 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_22991628 .main-class-text{color:#666;}
#module_22991628 .main-class-text{font-weight:normal;}
#module_22991628 .main-class-text{text-decoration:none;}
#module_22991628 .main-class-text{font-style:normal;}
#module_22991628 .main-class-item{width:150px;}
#module_22991628 .main-class-item.active{background-color:rgb(0, 90, 210);}
#module_22991628 .main-class-item.active{}
#module_22991628 .main-class-item.active{background-repeat:no-repeat;}
#module_22991628 .main-class-item.active{}
#module_22991628 .main-class-item.active{}
#module_22991628 .main-class-item.active .main-class-text{font-size:14px;}
#module_22991628 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_22991628 .main-class-item.active .main-class-text{color:#fff;}
#module_22991628 .main-class-item.active .main-class-text{font-weight:normal;}
#module_22991628 .main-class-item.active .main-class-text{text-decoration:none;}
#module_22991628 .main-class-item.active .main-class-text{font-style:normal;}


.module_22949467 .ModuleHead .HeadCenter{float:none;}
#module_22949467 {
padding:0px;
}
#module_22949467 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22949467 .ModuleHead22949467 {
display:none;
}
#module_22949467 .BodyCenter.BodyCenter22949467 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22949467 >.module_22949467 {border:0px solid #000;}
#module_22949467 >.module_22949467 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22949467 .BodyCenter.BodyCenter22949467 {
padding-top:0.0000%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22949467 .BodyCenter.BodyCenter22949467 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22949467 >.module_22949467 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:5.2301%;
}
}
@media screen and (max-width: 767px){
#module_22949467 >.module_22949467 {margin:0px;}
}
#module_22949467 >.module_22949467 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22949467:hover {
border:none;
}
#module_22949467:hover >.module_22949467 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22949467 .ModuleSubContainer{background-color:transparent;}
#module_22949467 .ModuleSubContainer{background-image:none;}
#module_22949467 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22949467 .ModuleSubContainer{background-position:0% 0%;}
#module_22949467 .ModuleSubContainer{background-attachment:scroll;}
#module_22949467 {!bgVideo!}{bgVideoUrl:none}
#module_22949467 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22949467 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_22949467 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer22949467 {}
/*内容*/
.ModuleNewsListGiant.layout-107 .news-container{ width: 100%; margin: 0 auto; }
.ModuleNewsListGiant.layout-107 .news-container .news-item-box{display: flex; vertical-align: middle;}
.ModuleNewsListGiant.layout-107 .news-container .news-con-box {width: 80%; padding-right: 8px; display:flex;}
.ModuleNewsListGiant.layout-107 .news-time{display: inline-block; float: left;}
.ModuleNewsListGiant.layout-107 .news-time time {position: relative;  margin-bottom: 16px;padding-top: 14px; font-size: 24px;  color: #999;  -webkit-transition: all .3s;  transition: all .3s;  display: inline-block;  }
.ModuleNewsListGiant.layout-107 .news-time time:before {position: absolute;  content: "";  width: 25px;  height: 1px;  left: 100%;  top: 30px;  border-bottom:1px solid #BFBFBF;  -webkit-transition: all .3s;  transition: all .3s;  }
.ModuleNewsListGiant.layout-107 .news-item .news-icon {position: relative;  width: 35px;  height: 35px;  border: 1px solid transparent;  background-color: transparent;  -webkit-transition: all .3s;  transition: all .3s;  top: -10px;  }
.ModuleNewsListGiant.layout-107 .news-item .news-icon span {position: absolute;  top: 9px;  left: 9px;  width: 14px;  height: 15px;  background: url("../image/icon.png") no-repeat center;  }
.ModuleNewsListGiant.layout-107 .news-item .news-con .news-title{ margin-bottom: 14px; -webkit-transition: all .3s;  transition: all .3s; color: #666;}
.ModuleNewsListGiant.layout-107 .news-con {display: inline-block; width: 84%;padding-left:30px; margin-top: 19px; -webkit-transition: all .3s;  transition: all .3s;}
.ModuleNewsListGiant.layout-107 .news-img {position: relative;width: 20%; overflow: hidden;list-style-type: none;display: inline-block;max-width: 100%;margin: auto;}
.ModuleNewsListGiant.layout-107 .news-img .dummy {padding-top: 77%;}
.ModuleNewsListGiant.layout-107 .news-img img{display: block;position: absolute;transform: translate(-50%, -50%);max-width: 100%;max-height: 100%;top: 50%;left: 50%;margin:auto;padding: auto;}
.ModuleNewsListGiant.layout-107 .news-con .news-desc {width: 100%; line-height: 24px; display: block; font-size: 13px; color: #7D7D7D; -webkit-transition: all .3s; transition: all .3s;}
.ModuleNewsListGiant.layout-107 .news-item{padding: 14px 10px;clear: both;}
.ModuleNewsListGiant.layout-107 .news-item:nth-last-child{border-bottom:none!important;}
.ModuleNewsListGiant.layout-107 .news-item:hover .news-icon{background: #014352;}
.ModuleNewsListGiant.layout-107 .news-item:hover .news-icon span {background: url("../image/icon_hover.png") no-repeat center; }
.ModuleNewsListGiant.layout-107 .label-box {font-size: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ModuleNewsListGiant.layout-107 .news-label {display: inline-block; font-size: 12px; color: #999; padding: 3px 12px; line-height: 1; background: #eee; margin-top: 2px; margin-right: 10px;}

@media (max-width: 767px){
  .ModuleNewsListGiant.layout-107 .news-container{ width: 96%; margin: 0 auto; }
  .ModuleNewsListGiant.layout-107 .news-item { padding: 14px 0; }
  .ModuleNewsListGiant.layout-107 .news-time{ min-width: 26% }
  .ModuleNewsListGiant.layout-107 .news-time time {  position: relative; padding-top: 0;  margin-bottom: 4px;}
  .ModuleNewsListGiant.layout-107 .news-time time:before{opacity: 0;}
  .ModuleNewsListGiant.layout-107 .news-item .news-icon{display:none}
  .ModuleNewsListGiant.layout-107 .news-con{ margin-top: 0;padding-left:0;}
  .ModuleNewsListGiant.layout-107 .news-con .news-desc{font-size: 12px; overflow: hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
  .ModuleNewsListGiant.layout-107 .news-item .news-con .news-title{margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
}

/*置顶推荐*/
.ModuleNewsListGiant.layout-107 .staFun{
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: text-top;
}.module_22949849 .ModuleHead .HeadCenter{float:none;}
#module_22949849 {
padding:0px;
}
#module_22949849 {
position:static;
z-index:0;
top:697px;
left:1045px;
width:100%;
height: auto;
}
#module_22949849 .ModuleHead22949849 {
display:none;
}
#module_22949849 .BodyCenter.BodyCenter22949849 {
background:none;background-color:rgb(255, 255, 255);
}
#module_22949849 >.module_22949849 {border:0px solid #000;}
#module_22949849 >.module_22949849 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22949849 .BodyCenter.BodyCenter22949849 {
padding-top:0.0000%;
padding-left:2.5000%;
padding-right:2.5000%;
padding-bottom:3.3333%;
}
}
@media screen and (max-width: 767px){
#module_22949849 .BodyCenter.BodyCenter22949849 {
padding-top:0.0000%;
padding-left:2.7248%;
padding-right:2.7248%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_22949849 >.module_22949849 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_22949849 >.module_22949849 {
margin-top:0.0000%;
margin-left:2.7248%;
margin-right:2.7248%;
margin-bottom:2.7248%;
}
}
#module_22949849 >.module_22949849 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22949849:hover {
border:none;
}
#module_22949849:hover >.module_22949849 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22949849 .news-item{background-color:#ffffff;}
#module_22949849 .news-item{background-image:none;}
#module_22949849 .news-item{background-repeat:no-repeat;}
#module_22949849 .news-item{}
#module_22949849 .news-item{}
#module_22949849 .news-item{border-top-color:#dddddd;}
#module_22949849 .news-item{border-top-style:;}
#module_22949849 .news-item{border-top-width:px;}
#module_22949849 .news-item{border-right-color:#dddddd;}
#module_22949849 .news-item{border-right-style:;}
#module_22949849 .news-item{border-right-width:px;}
#module_22949849 .news-item{border-bottom-color:#dddddd;}
#module_22949849 .news-item{border-bottom-style:solid;}
#module_22949849 .news-item{border-bottom-width:1px;}
#module_22949849 .news-item{border-left-color:#dddddd;}
#module_22949849 .news-item{border-left-style:;}
#module_22949849 .news-item{border-left-width:px;}
#module_22949849 .news-img .dummy{background-color:transparent;}
#module_22949849 .news-img .dummy{}
#module_22949849 .news-img .dummy{background-repeat:no-repeat;}
#module_22949849 .news-img .dummy{}
#module_22949849 .news-img .dummy{}
#module_22949849 .news-img{border-top-left-radius:0px;}
#module_22949849 .news-img{border-top-right-radius:0px;}
#module_22949849 .news-img{border-bottom-left-radius:0px;}
#module_22949849 .news-img{border-bottom-right-radius:0px;}
#module_22949849 .news-img{border-top-color:transparent;}
#module_22949849 .news-img{border-top-style:none;}
#module_22949849 .news-img{border-top-width:0px;}
#module_22949849 .news-img{border-right-color:transparent;}
#module_22949849 .news-img{border-right-style:none;}
#module_22949849 .news-img{border-right-width:0px;}
#module_22949849 .news-img{border-bottom-color:transparent;}
#module_22949849 .news-img{border-bottom-style:none;}
#module_22949849 .news-img{border-bottom-width:0px;}
#module_22949849 .news-img{border-left-color:transparent;}
#module_22949849 .news-img{border-left-style:none;}
#module_22949849 .news-img{border-left-width:0px;}
#module_22949849 .news-img{width:%;} #module_22949849 .news-con-box{width:calc(100% - %);}
#module_22949849 {}@media (max-width: 767px) {#module_22949849 .news-img{width:%;} #module_22949849 .news-con-box{width:calc(100% - %);}}
#module_22949849 .news-img .dummy{padding-top:;}
#module_22949849 .news-img .t-img{ object-fit:;}
#module_22949849 .news-img .t-img{ width:;}
#module_22949849 .news-img .t-img{ height:;}
#module_22949849 .news-img .t-img{border-radius:px;}
#module_22949849 .news-title{font-size:16px;}
#module_22949849 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_22949849 .news-title{color:#333;}
#module_22949849 .news-title{font-weight:normal;}
#module_22949849 .news-title{text-decoration:none;}
#module_22949849 .news-title{font-style:normal;}
#module_22949849 .news-title{margin-top:px;}
#module_22949849 .news-title{margin-bottom:px;}
#module_22949849 .news-desc{font-size:14px;}
#module_22949849 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_22949849 .news-desc{color:#999;}
#module_22949849 .news-desc{font-weight:normal;}
#module_22949849 .news-desc{text-decoration:none;}
#module_22949849 .news-desc{font-style:normal;}
#module_22949849 .news-desc{margin-top:px;}
#module_22949849 .news-desc{margin-bottom:px;}
#module_22949849 time{font-size:24px;}
#module_22949849 time{font-family:微软雅黑,Microsoft YaHei;}
#module_22949849 time{color:#999;}
#module_22949849 time{font-weight:normal;}
#module_22949849 time{text-decoration:none;}
#module_22949849 time{font-style:normal;}
#module_22949849 .news-time{margin-top:px;}
#module_22949849 .news-time{margin-bottom:px;}
#module_22949849 time:before{border-bottom-color:#ddd;}
#module_22949849 time:before{border-bottom-style:solid;}
#module_22949849 time:before{border-bottom-width:1px;}
#module_22949849 .news-icon{background-color:transparent;}
#module_22949849 .news-icon{background-image:none;}
#module_22949849 .news-icon{background-repeat:no-repeat;}
#module_22949849 .news-icon{}
#module_22949849 .news-icon{}
#module_22949849 .news-icon{font-size:12px;}
#module_22949849 .news-icon{font-family:;}
#module_22949849 .news-icon{color:#666;}
#module_22949849 .news-icon{font-weight:normal;}
#module_22949849 .news-icon{text-decoration:none;}
#module_22949849 .news-icon{font-style:normal;}
#module_22949849 .news-label a{font-size:px;}
#module_22949849 .news-label a{font-family:;}
#module_22949849 .news-label a{color:;}
#module_22949849 .news-label a{}
#module_22949849 .news-label a{}
#module_22949849 .news-label a{}
#module_22949849 .news-label{margin-top:px;}
#module_22949849 .news-label{margin-bottom:px;}
#module_22949849 .news-label{margin-left:px;}
#module_22949849 .news-label{margin-right:px;}
#module_22949849 .news-label{padding-top:px;}
#module_22949849 .news-label{padding-bottom:px;}
#module_22949849 .news-label{padding-left:px;}
#module_22949849 .news-label{padding-right:px;}
#module_22949849 .news-label{background-color:;}
#module_22949849 .news-label{}
#module_22949849 .news-label{}
#module_22949849 .news-label{}
#module_22949849 .news-label{}
#module_22949849 .news-label{border-top-color:;}
#module_22949849 .news-label{border-top-style:;}
#module_22949849 .news-label{border-top-width:px;}
#module_22949849 .news-label{border-right-color:;}
#module_22949849 .news-label{border-right-style:;}
#module_22949849 .news-label{border-right-width:px;}
#module_22949849 .news-label{border-bottom-color:;}
#module_22949849 .news-label{border-bottom-style:;}
#module_22949849 .news-label{border-bottom-width:px;}
#module_22949849 .news-label{border-left-color:;}
#module_22949849 .news-label{border-left-style:;}
#module_22949849 .news-label{border-left-width:px;}
#module_22949849 .pagerGiant .text{color:;}
#module_22949849 .pagerGiant .num{color:;}
#module_22949849 .pagerGiant .num{background-color:;}
#module_22949849 .pagerGiant .num{border-top-color:;}
#module_22949849 .pagerGiant .num{border-top-style:;}
#module_22949849 .pagerGiant .num, #module_22949849 .pagerGiant .current, #module_22949849 .pagerGiant .submit{border-top-width:px;}
#module_22949849 .pagerGiant .num{border-bottom-color:;}
#module_22949849 .pagerGiant .num{border-bottom-style:;}
#module_22949849 .pagerGiant .num, #module_22949849 .pagerGiant .current, #module_22949849 .pagerGiant .submit{border-bottom-width:px;}
#module_22949849 .pagerGiant .num{border-left-color:;}
#module_22949849 .pagerGiant .num{border-left-style:;}
#module_22949849 .pagerGiant .num, #module_22949849 .pagerGiant .current, #module_22949849 .pagerGiant .submit{border-left-width:px;}
#module_22949849 .pagerGiant .num{border-right-color:;}
#module_22949849 .pagerGiant .num{border-right-style:;}
#module_22949849 .pagerGiant .num, #module_22949849 .pagerGiant .current, #module_22949849 .pagerGiant .submit{border-right-width:px;}
#module_22949849 .page-more a{color: !important;}
#module_22949849 .page-more a{background-color:;}
#module_22949849 .page-more a{border-top-color:;}
#module_22949849 .page-more a{border-top-style:;}
#module_22949849 .page-more a{border-top-width:px;}
#module_22949849 .page-more a{border-bottom-color:;}
#module_22949849 .page-more a{border-bottom-style:;}
#module_22949849 .page-more a{border-bottom-width:px;}
#module_22949849 .page-more a{border-left-color:;}
#module_22949849 .page-more a{border-left-style:;}
#module_22949849 .page-more a{border-left-width:px;}
#module_22949849 .page-more a{border-right-color:;}
#module_22949849 .page-more a{border-right-style:;}
#module_22949849 .page-more a{border-right-width:px;}
#module_22949849 .news-item:hover{background-color:#ffffff;}
#module_22949849 .news-item:hover{background-image:none;}
#module_22949849 .news-item:hover{background-repeat:no-repeat;}
#module_22949849 .news-item:hover{}
#module_22949849 .news-item:hover{}
#module_22949849 .news-item:hover{border-top-color:#dddddd;}
#module_22949849 .news-item:hover{border-top-style:;}
#module_22949849 .news-item:hover{border-top-width:px;}
#module_22949849 .news-item:hover{border-right-color:#dddddd;}
#module_22949849 .news-item:hover{border-right-style:;}
#module_22949849 .news-item:hover{border-right-width:px;}
#module_22949849 .news-item:hover{border-bottom-color:#dddddd;}
#module_22949849 .news-item:hover{border-bottom-style:solid;}
#module_22949849 .news-item:hover{border-bottom-width:1px;}
#module_22949849 .news-item:hover{border-left-color:#dddddd;}
#module_22949849 .news-item:hover{border-left-style:;}
#module_22949849 .news-item:hover{border-left-width:px;}
#module_22949849 .news-item:hover .news-img{border-top-color:transparent;}
#module_22949849 .news-item:hover .news-img{border-top-style:none;}
#module_22949849 .news-item:hover .news-img{border-top-width:0px;}
#module_22949849 .news-item:hover .news-img{border-right-color:transparent;}
#module_22949849 .news-item:hover .news-img{border-right-style:none;}
#module_22949849 .news-item:hover .news-img{border-right-width:0px;}
#module_22949849 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_22949849 .news-item:hover .news-img{border-bottom-style:none;}
#module_22949849 .news-item:hover .news-img{border-bottom-width:0px;}
#module_22949849 .news-item:hover .news-img{border-left-color:transparent;}
#module_22949849 .news-item:hover .news-img{border-left-style:none;}
#module_22949849 .news-item:hover .news-img{border-left-width:0px;}
#module_22949849 .news-item:hover .news-title{font-size:16px;}
#module_22949849 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_22949849 .news-item:hover .news-title{color:rgb(17, 88, 158);}
#module_22949849 .news-item:hover .news-title{font-weight:normal;}
#module_22949849 .news-item:hover .news-title{text-decoration:none;}
#module_22949849 .news-item:hover .news-title{font-style:normal;}
#module_22949849 .news-item:hover .news-desc{font-size:14px;}
#module_22949849 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_22949849 .news-item:hover .news-desc{color:#999;}
#module_22949849 .news-item:hover .news-desc{font-weight:normal;}
#module_22949849 .news-item:hover .news-desc{text-decoration:none;}
#module_22949849 .news-item:hover .news-desc{font-style:normal;}
#module_22949849 .news-item:hover time{font-size:24px;}
#module_22949849 .news-item:hover time{font-family:微软雅黑,Microsoft YaHei;}
#module_22949849 .news-item:hover time{color:#999;}
#module_22949849 .news-item:hover time{font-weight:normal;}
#module_22949849 .news-item:hover time{text-decoration:none;}
#module_22949849 .news-item:hover time{font-style:normal;}
#module_22949849 .news-item:hover time:before{border-bottom-color:#828281;}
#module_22949849 .news-item:hover time:before{border-bottom-style:solid;}
#module_22949849 .news-item:hover time:before{border-bottom-width:1px;}
#module_22949849 .news-item:hover .news-icon{background-color:rgb(0, 90, 210);}
#module_22949849 .news-item:hover .news-icon{background-image:none;}
#module_22949849 .news-item:hover .news-icon{background-repeat:no-repeat;}
#module_22949849 .news-item:hover .news-icon{}
#module_22949849 .news-item:hover .news-icon{}
#module_22949849 .news-item:hover .news-icon{font-size:12px;}
#module_22949849 .news-item:hover .news-icon{font-family:;}
#module_22949849 .news-item:hover .news-icon{color:#fff;}
#module_22949849 .news-item:hover .news-icon{font-weight:normal;}
#module_22949849 .news-item:hover .news-icon{text-decoration:none;}
#module_22949849 .news-item:hover .news-icon{font-style:normal;}
#module_22949849 .news-label:hover a{font-size:px;}
#module_22949849 .news-label:hover a{font-family:;}
#module_22949849 .news-label:hover a{color:;}
#module_22949849 .news-label:hover a{}
#module_22949849 .news-label:hover a{}
#module_22949849 .news-label:hover a{}
#module_22949849 .news-label:hover{background-color:;}
#module_22949849 .news-label:hover{}
#module_22949849 .news-label:hover{}
#module_22949849 .news-label:hover{}
#module_22949849 .news-label:hover{}
#module_22949849 .news-label:hover{border-top-color:;}
#module_22949849 .news-label:hover{border-top-style:;}
#module_22949849 .news-label:hover{border-right-color:;}
#module_22949849 .news-label:hover{border-right-style:;}
#module_22949849 .news-label:hover{border-bottom-color:;}
#module_22949849 .news-label:hover{border-bottom-style:;}
#module_22949849 .news-label:hover{border-left-color:;}
#module_22949849 .news-label:hover{border-left-style:;}
#module_22949849 .pagerGiant .current, #module_22949849 .pagerGiant .submit{color:;}
#module_22949849 .pagerGiant .current, #module_22949849 .pagerGiant .submit{background-color:;}
#module_22949849 .pagerGiant .current, #module_22949849 .pagerGiant .submit{border-top-color:;}
#module_22949849 .pagerGiant .current, #module_22949849 .pagerGiant .submit{border-top-style:;}
#module_22949849 .pagerGiant .current, #module_22949849 .pagerGiant .submit{border-bottom-color:;}
#module_22949849 .pagerGiant .current, #module_22949849 .pagerGiant .submit{border-bottom-style:;}
#module_22949849 .pagerGiant .current, #module_22949849 .pagerGiant .submit{border-left-color:;}
#module_22949849 .pagerGiant .current, #module_22949849 .pagerGiant .submit{border-left-style:;}
#module_22949849 .pagerGiant .current, #module_22949849 .pagerGiant .submit{border-right-color:;}
#module_22949849 .pagerGiant .current, #module_22949849 .pagerGiant .submit{border-right-style:;}
#module_22949849 .page-more a:hover{color: !important;}
#module_22949849 .page-more a:hover{background-color:;}
#module_22949849 .page-more a:hover{border-top-color:;}
#module_22949849 .page-more a:hover{border-top-style:;}
#module_22949849 .page-more a:hover{border-bottom-color:;}
#module_22949849 .page-more a:hover{border-bottom-style:;}
#module_22949849 .page-more a:hover{border-left-color:;}
#module_22949849 .page-more a:hover{border-left-style:;}
#module_22949849 .page-more a:hover{border-right-color:;}
#module_22949849 .page-more a:hover{border-right-style:;}

.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: -1;}
.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: block;}
    .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 > .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;}
}


