
.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 .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 .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{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 .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_22457438 .ModuleHead .HeadCenter{float:none;}
#module_22457438 {
padding:0px;
}
#module_22457438 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22457438 .ModuleHead22457438 {
display:none;
}
#module_22457438 .BodyCenter.BodyCenter22457438 {
background-color:transparent;
background-image:url(/images/about/banner2.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_22457438 >.module_22457438 {border:0px solid #000;}
#module_22457438 >.module_22457438 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22457438 .BodyCenter.BodyCenter22457438 {
padding-top:0.0000%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22457438 .BodyCenter.BodyCenter22457438 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22457438 >.module_22457438 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_22457438 >.module_22457438 {margin:0px;}
}
#module_22457438 >.module_22457438 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22457438:hover {
border:none;
}
#module_22457438:hover >.module_22457438 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22457438 .ModuleSubContainer{background-color:transparent;}
#module_22457438 .ModuleSubContainer{background-image:none;}
#module_22457438 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22457438 .ModuleSubContainer{background-position:0% 0%;}
#module_22457438 .ModuleSubContainer{background-attachment:scroll;}
#module_22457438 {!bgVideo!}{bgVideoUrl:none}
#module_22457438 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22457438 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_22457438 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer22457438 {}
/*图文模块 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_22458264 .ModuleHead .HeadCenter{float:none;}
#module_22458264 {
padding:0px;
}
#module_22458264 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22458264 .ModuleHead22458264 {
display:none;
}
#module_22458264 .BodyCenter.BodyCenter22458264 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22458264 >.module_22458264 {border:0px solid #000;}
#module_22458264 >.module_22458264 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22458264 .BodyCenter.BodyCenter22458264 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22458264 .BodyCenter.BodyCenter22458264 {
padding-top:10.8992%;
padding-left:2.7248%;
padding-right:2.7248%;
padding-bottom:10.8992%;
}
}
@media screen and (min-width: 768px){
#module_22458264 >.module_22458264 {
margin-top:8.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:7.5000%;
}
}
@media screen and (max-width: 767px){
#module_22458264 >.module_22458264 {margin:0px;}
}
#module_22458264 >.module_22458264 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22458264:hover {
border:none;
}
#module_22458264:hover >.module_22458264 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22458264 .ModuleImageTextGiantContent{margin-top:px;}
#module_22458264 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_22458264 .ModuleImageTextGiantContent{margin-left:px;}
#module_22458264 .ModuleImageTextGiantContent{margin-right:px;}
#module_22458264 .imageTextGiant-Container{padding-top:10px;}
#module_22458264 .imageTextGiant-Container{padding-bottom:10px;}
#module_22458264 .imageTextGiant-Container{padding-left:0px;}
#module_22458264 .imageTextGiant-Container{padding-right:10px;}
#module_22458264 .showHandle .btn{font-size:px;}
#module_22458264 .showHandle .btn{font-family:;}
#module_22458264 .showHandle .btn{color:;}
#module_22458264 .showHandle .btn{}
#module_22458264 .showHandle .btn{}
#module_22458264 .showHandle .btn{}
#module_22458264 .showHandle div{border-top-color: !important;}
#module_22458264 .showHandle div{border-top-style: !important;}
#module_22458264 .showHandle div{border-top-width:px !important;}
#module_22458264 .showHandle{background-color:;}
#module_22458264 .showHandle{}
#module_22458264 .showHandle{}
#module_22458264 .showHandle{}
#module_22458264 .showHandle{}
#module_22458264 a{font-size:unset;font-family:unset}
.module_22994302 .ModuleHead .HeadCenter{float:none;}
#module_22994302 {
padding:0px;
}
#module_22994302 {
position:static;
z-index:0;
top:50px;
width:100%;
height: auto;
}
#module_22994302 .ModuleHead22994302 {
display:none;
}
#module_22994302 .BodyCenter.BodyCenter22994302 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22994302 >.module_22994302 {border:0px solid #000;}
#module_22994302 >.module_22994302 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22994302 .BodyCenter.BodyCenter22994302 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22994302 .BodyCenter.BodyCenter22994302 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22994302 >.module_22994302 {
margin-top:8.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:7.5000%;
}
}
@media screen and (max-width: 767px){
#module_22994302 >.module_22994302 {margin:0px;}
}
#module_22994302 >.module_22994302 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22994302:hover {
border:none;
}
#module_22994302:hover >.module_22994302 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22994302 .ModuleImageTextGiantContent{margin-top:px;}
#module_22994302 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_22994302 .ModuleImageTextGiantContent{margin-left:px;}
#module_22994302 .ModuleImageTextGiantContent{margin-right:px;}
#module_22994302 .imageTextGiant-Container{padding-top:0.8333%;}
#module_22994302 .imageTextGiant-Container{padding-bottom:0.8333%;}
#module_22994302 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22994302 .imageTextGiant-Container{padding-right:0.8333%;}
#module_22994302 .showHandle .btn{font-size:px;}
#module_22994302 .showHandle .btn{font-family:;}
#module_22994302 .showHandle .btn{color:;}
#module_22994302 .showHandle .btn{}
#module_22994302 .showHandle .btn{}
#module_22994302 .showHandle .btn{}
#module_22994302 .showHandle div{border-top-color: !important;}
#module_22994302 .showHandle div{border-top-style: !important;}
#module_22994302 .showHandle div{border-top-width:px !important;}
#module_22994302 .showHandle{background-color:;}
#module_22994302 .showHandle{}
#module_22994302 .showHandle{}
#module_22994302 .showHandle{}
#module_22994302 .showHandle{}

.module_23007045 .ModuleHead .HeadCenter{float:none;}
#module_23007045 {
padding:0px;
}
#module_23007045 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_23007045 .ModuleHead23007045 {
display:none;
}

#module_23007045 .ModuleSubContainer{background-color:transparent;}
#module_23007045 .ModuleSubContainer{}
#module_23007045 .ModuleSubContainer{background-repeat:no-repeat;}
#module_23007045 .ModuleSubContainer{background-position:0% 0%;}
#module_23007045 .ModuleSubContainer{background-attachment:scroll;}
#module_23007045 {!bgVideo!}{bgVideoUrl:}
#module_23007045 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_23007045 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_23007045 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer23007045 {}
.module_23007033 .ModuleHead .HeadCenter{float:none;}
#module_23007033 {
padding:0px;
}
#module_23007033 {
position:static;
z-index:0;
top:150px;
left:276px;
width:100%;
height: auto;
}
#module_23007033 .ModuleHead23007033 {
display:none;
}
#module_23007033 .BodyCenter.BodyCenter23007033 {
background-color:transparent;
background-image:url(/images/about/banner2m.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_23007033 >.module_23007033 {border:0px solid #000;}
#module_23007033 >.module_23007033 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_23007033 .BodyCenter.BodyCenter23007033 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_23007033 .BodyCenter.BodyCenter23007033 {
padding-top:10.8992%;
padding-left:2.7248%;
padding-right:2.7248%;
padding-bottom:10.8992%;
}
}
@media screen and (min-width: 768px){
#module_23007033 >.module_23007033 {
margin-top:8.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:7.5000%;
}
}
@media screen and (max-width: 767px){
#module_23007033 >.module_23007033 {margin:0px;}
}
#module_23007033 >.module_23007033 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_23007033:hover {
border:none;
}
#module_23007033:hover >.module_23007033 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_23007033 .ModuleImageTextGiantContent{margin-top:px;}
#module_23007033 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_23007033 .ModuleImageTextGiantContent{margin-left:px;}
#module_23007033 .ModuleImageTextGiantContent{margin-right:px;}
#module_23007033 .imageTextGiant-Container{padding-top:10px;}
#module_23007033 .imageTextGiant-Container{padding-bottom:10px;}
#module_23007033 .imageTextGiant-Container{padding-left:0px;}
#module_23007033 .imageTextGiant-Container{padding-right:10px;}
#module_23007033 .showHandle .btn{font-size:px;}
#module_23007033 .showHandle .btn{font-family:;}
#module_23007033 .showHandle .btn{color:;}
#module_23007033 .showHandle .btn{}
#module_23007033 .showHandle .btn{}
#module_23007033 .showHandle .btn{}
#module_23007033 .showHandle div{border-top-color: !important;}
#module_23007033 .showHandle div{border-top-style: !important;}
#module_23007033 .showHandle div{border-top-width:px !important;}
#module_23007033 .showHandle{background-color:;}
#module_23007033 .showHandle{}
#module_23007033 .showHandle{}
#module_23007033 .showHandle{}
#module_23007033 .showHandle{}
#module_23007033 a{font-size:unset;font-family:unset}
.module_22458278 .ModuleHead .HeadCenter{float:none;}
#module_22458278 {
padding:0px;
}
#module_22458278 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22458278 .ModuleHead22458278 {
display:none;
}
#module_22458278 .BodyCenter.BodyCenter22458278 {
background:none;background-color:rgb(255, 255, 255);
}
#module_22458278 >.module_22458278 {
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_22458278 >.module_22458278 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22458278 .BodyCenter.BodyCenter22458278 {
padding-top:0.7845%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.7845%;
}
}
@media screen and (max-width: 767px){
#module_22458278 .BodyCenter.BodyCenter22458278 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22458278 >.module_22458278 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.1381%;
}
}
@media screen and (max-width: 767px){
#module_22458278 >.module_22458278 {margin:0px;}
}
#module_22458278 >.module_22458278 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22458278:hover {
border:none;
}
#module_22458278:hover >.module_22458278 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22458278 .ModuleSubContainer{background-color:transparent;}
#module_22458278 .ModuleSubContainer{background-image:none;}
#module_22458278 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22458278 .ModuleSubContainer{background-position:0% 0%;}
#module_22458278 .ModuleSubContainer{background-attachment:scroll;}
#module_22458278 {!bgVideo!}{bgVideoUrl:none}
#module_22458278 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22458278 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_22458278 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer22458278 {}
.module_22458294 .ModuleHead .HeadCenter{float:none;}
#module_22458294 {
padding:0px;
}
#module_22458294 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22458294 .ModuleHead22458294 {
display:none;
}
#module_22458294 .BodyCenter.BodyCenter22458294 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22458294 >.module_22458294 {border:0px solid #000;}
#module_22458294 >.module_22458294 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22458294 .BodyCenter.BodyCenter22458294 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22458294 .BodyCenter.BodyCenter22458294 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22458294 >.module_22458294 {
margin-top:8.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22458294 >.module_22458294 {margin:0px;}
}
#module_22458294 >.module_22458294 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22458294:hover {
border:none;
}
#module_22458294:hover >.module_22458294 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22458294 .ModuleImageTextGiantContent{margin-top:px;}
#module_22458294 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_22458294 .ModuleImageTextGiantContent{margin-left:px;}
#module_22458294 .ModuleImageTextGiantContent{margin-right:px;}
#module_22458294 .imageTextGiant-Container{padding-top:0.0000%;}
#module_22458294 .imageTextGiant-Container{padding-bottom:0.0000%;}
#module_22458294 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22458294 .imageTextGiant-Container{padding-right:0.0000%;}
#module_22458294 .showHandle .btn{font-size:px;}
#module_22458294 .showHandle .btn{font-family:;}
#module_22458294 .showHandle .btn{color:;}
#module_22458294 .showHandle .btn{}
#module_22458294 .showHandle .btn{}
#module_22458294 .showHandle .btn{}
#module_22458294 .showHandle div{border-top-color: !important;}
#module_22458294 .showHandle div{border-top-style: !important;}
#module_22458294 .showHandle div{border-top-width:px !important;}
#module_22458294 .showHandle{background-color:;}
#module_22458294 .showHandle{}
#module_22458294 .showHandle{}
#module_22458294 .showHandle{}
#module_22458294 .showHandle{}
#module_22458294 a{font-size:unset;font-family:unset}
.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_22458301 .ModuleHead .HeadCenter{float:none;}
#module_22458301 {
padding:0px;
}
#module_22458301 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22458301 .ModuleHead22458301 {
display:none;
}
#module_22458301 .BodyCenter.BodyCenter22458301 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22458301 >.module_22458301 {border:0px solid #000;}
#module_22458301 >.module_22458301 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22458301 .BodyCenter.BodyCenter22458301 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22458301 .BodyCenter.BodyCenter22458301 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22458301 >.module_22458301 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_22458301 >.module_22458301 {margin:0px;}
}
#module_22458301 >.module_22458301 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22458301:hover {
border:none;
}
#module_22458301:hover >.module_22458301 {
border-color:#ccc;
}
#module_22458301:hover >.module_22458301 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22458301 .one-classify-box{text-align:left;}
#module_22458301 .main-class-item{background-color:transparent;}
#module_22458301 .main-class-item{}
#module_22458301 .main-class-item{background-repeat:no-repeat;}
#module_22458301 .main-class-item{}
#module_22458301 .main-class-item{}
#module_22458301 .main-class-item{height:40px;}
#module_22458301 .main-class-item{border-top-color:#000;}
#module_22458301 .main-class-item{border-top-style:solid;}
#module_22458301 .main-class-item{border-top-width:0px;}
#module_22458301 .main-class-item{border-right-color:#000;}
#module_22458301 .main-class-item{border-right-style:solid;}
#module_22458301 .main-class-item{border-right-width:0px;}
#module_22458301 .main-class-item{border-bottom-color:#000;}
#module_22458301 .main-class-item{border-bottom-style:solid;}
#module_22458301 .main-class-item{border-bottom-width:0px;}
#module_22458301 .main-class-item{border-left-color:#000;}
#module_22458301 .main-class-item{border-left-style:solid;}
#module_22458301 .main-class-item{border-left-width:0px;}
#module_22458301 .main-class-item{border-top-left-radius:px;}
#module_22458301 .main-class-item{border-top-right-radius:px;}
#module_22458301 .main-class-item{border-bottom-left-radius:px;}
#module_22458301 .main-class-item{border-bottom-right-radius:px;}
#module_22458301 .main-class-item{margin-right:px;}
#module_22458301 .main-class-text{font-size:14px;}
#module_22458301 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_22458301 .main-class-text{color:#666;}
#module_22458301 .main-class-text{font-weight:normal;}
#module_22458301 .main-class-text{text-decoration:none;}
#module_22458301 .main-class-text{font-style:normal;}
#module_22458301 .main-class-item{width:150px;}
#module_22458301 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_22458301 .main-class-item.active{}
#module_22458301 .main-class-item.active{background-repeat:no-repeat;}
#module_22458301 .main-class-item.active{}
#module_22458301 .main-class-item.active{}
#module_22458301 .main-class-item.active .main-class-text{font-size:14px;}
#module_22458301 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_22458301 .main-class-item.active .main-class-text{color:rgb(255, 127, 44);}
#module_22458301 .main-class-item.active .main-class-text{font-weight:normal;}
#module_22458301 .main-class-item.active .main-class-text{text-decoration:none;}
#module_22458301 .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_22459007 .ModuleHead .HeadCenter{float:none;}
#module_22459007 {
padding:0px;
}
#module_22459007 {
position:static;
z-index:0;
top:38px;
left:0px;
width:100%;
height: auto;
}
#module_22459007 .ModuleHead22459007 {
display:none;
}
#module_22459007 .BodyCenter.BodyCenter22459007 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22459007 >.module_22459007 {border:0px solid #000;}
#module_22459007 >.module_22459007 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22459007 .BodyCenter.BodyCenter22459007 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22459007 .BodyCenter.BodyCenter22459007 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22459007 >.module_22459007 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_22459007 >.module_22459007 {margin:0px;}
}
#module_22459007 >.module_22459007 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22459007:hover {
border:none;
}
#module_22459007:hover >.module_22459007 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22459007 .search-item .searchBtnPanel,#module_22459007 .search-item .searchBtnPanel .ModuleSearchButton,#module_22459007 .search-item .searchTypePanel{height:px;line-height:px}
#module_22459007 .search-item{}
#module_22459007 .search-item{background-repeat:no-repeat;}
#module_22459007 .search-item{}
#module_22459007 .search-item{}
#module_22459007 .search-item{border-top-color:rgb(204, 204, 204);}
#module_22459007 .search-item{border-top-style:solid;}
#module_22459007 .search-item{border-top-width:1px;}
#module_22459007 .search-item{border-right-color:rgb(204, 204, 204);}
#module_22459007 .search-item{border-right-style:solid;}
#module_22459007 .search-item{border-right-width:1px;}
#module_22459007 .search-item{border-bottom-color:rgb(204, 204, 204);}
#module_22459007 .search-item{border-bottom-style:solid;}
#module_22459007 .search-item{border-bottom-width:1px;}
#module_22459007 .search-item,#module_22459007 .ModuleSearchFormStyle .searchTypePanel,#module_22459007 .ModuleSearchFormStyle .searchBtnPanel{border-left-color:rgb(204, 204, 204);}
#module_22459007 .search-item,#module_22459007 .ModuleSearchFormStyle .searchTypePanel,#module_22459007 .ModuleSearchFormStyle .searchBtnPanel{border-left-style:solid;}
#module_22459007 .search-item,#module_22459007 .ModuleSearchFormStyle .searchTypePanel,#module_22459007 .ModuleSearchFormStyle .searchBtnPanel{border-left-width:1px;}
#module_22459007 .search-item .bootstrap-select .btn ,#module_22459007 .search-item .ModuleSearchInput {background-color:;}
#module_22459007 .search-item .ModuleSearchInput::placeholder,#module_22459007 .search-item .ModuleSearchInput{font-size:px;}
#module_22459007 .search-item .bootstrap-select .btn ,#module_22459007  .search-item .ModuleSearchInput::placeholder,#module_22459007 .search-item .ModuleSearchInput{font-family:;}
#module_22459007 .search-item .bootstrap-select .btn , #module_22459007 .search-item .searchIcon,#module_22459007  .search-item .ModuleSearchInput::placeholder,#module_22459007 .search-item .ModuleSearchInput{color:;}
#module_22459007 .search-item .bootstrap-select .btn ,#module_22459007  .search-item .ModuleSearchInput::placeholder,#module_22459007 .search-item .ModuleSearchInput{}
#module_22459007 .search-item .bootstrap-select .btn ,#module_22459007  .search-item .ModuleSearchInput::placeholder,#module_22459007 .search-item .ModuleSearchInput{}
#module_22459007 .search-item .searchIcon .icon-sousuo1{font-size:20px;}
#module_22459007 .search-item .searchIcon .icon-sousuo1{font-family:微软雅黑,Microsoft YaHei;}
#module_22459007 .search-item .searchIcon .icon-sousuo1{color:#999;}
#module_22459007 .search-item .searchIcon .icon-sousuo1{font-weight:normal;}
#module_22459007 .search-item .searchIcon .icon-sousuo1{text-decoration:none;}
#module_22459007 .search-item .searchIcon .icon-sousuo1{font-style:normal;}
#module_22459007 .search-item .searchBtnPanel,#module_22459007 .search-item .searchBtnPanel .ModuleSearchButton{background-color:rgba(0,0,0,0);}
#module_22459007 .search-item .searchBtnPanel,#module_22459007 .search-item .searchBtnPanel .ModuleSearchButton{background-image:none;}
#module_22459007 .search-item .searchBtnPanel,#module_22459007 .search-item .searchBtnPanel .ModuleSearchButton{background-repeat:no-repeat;}
#module_22459007 .search-item .searchBtnPanel,#module_22459007 .search-item .searchBtnPanel .ModuleSearchButton{}
#module_22459007 .search-item .searchBtnPanel,#module_22459007 .search-item .searchBtnPanel .ModuleSearchButton{}
#module_22459007 .search-hot ul li{border-top-color:#e3e3e3;}
#module_22459007 .search-hot ul li{border-top-style:solid;}
#module_22459007 .search-hot ul li{border-top-width:0px;}
#module_22459007 .search-hot ul li{border-right-color:#e3e3e3;}
#module_22459007 .search-hot ul li{border-right-style:solid;}
#module_22459007 .search-hot ul li{border-right-width:1px;}
#module_22459007 .search-hot ul li{border-bottom-color:#e3e3e3;}
#module_22459007 .search-hot ul li{border-bottom-style:solid;}
#module_22459007 .search-hot ul li{border-bottom-width:0px;}
#module_22459007 .search-hot ul li{border-left-color:#e3e3e3;}
#module_22459007 .search-hot ul li{border-left-style:solid;}
#module_22459007 .search-hot ul li{border-left-width:0px;}
#module_22459007 .search-hot ul li a{font-size:12px;}
#module_22459007 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_22459007 .search-hot ul li a{color:#666;}
#module_22459007 .search-hot ul li a{font-weight:normal;}
#module_22459007 .search-hot ul li a{text-decoration:none;}
#module_22459007 .search-hot ul li a{font-style:normal;}
#module_22459007 .search-item .searchBtnPanel:hover, #module_22459007 .search-item .searchBtnPanel:hover .ModuleSearchButton{background-color:rgb(255, 127, 44);}
#module_22459007 .search-item .searchBtnPanel:hover, #module_22459007 .search-item .searchBtnPanel:hover .ModuleSearchButton{background-image:none;}
#module_22459007 .search-item .searchBtnPanel:hover, #module_22459007 .search-item .searchBtnPanel:hover .ModuleSearchButton{background-repeat:no-repeat;}
#module_22459007 .search-item .searchBtnPanel:hover, #module_22459007 .search-item .searchBtnPanel:hover .ModuleSearchButton{}
#module_22459007 .search-item .searchBtnPanel:hover, #module_22459007 .search-item .searchBtnPanel:hover .ModuleSearchButton{}
#module_22459007 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-size:20px;}
#module_22459007 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-family:微软雅黑,Microsoft YaHei;}
#module_22459007 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{color:rgb(255, 255, 255);}
#module_22459007 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-weight:normal;}
#module_22459007 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{text-decoration:none;}
#module_22459007 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-style:normal;}
#module_22459007 .search-hot ul li:hover a{font-size:12px;}
#module_22459007 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_22459007 .search-hot ul li:hover a{color:#333;}
#module_22459007 .search-hot ul li:hover a{font-weight:normal;}
#module_22459007 .search-hot ul li:hover a{text-decoration:none;}
#module_22459007 .search-hot ul li:hover a{font-style:normal;}

.module_22956126 .ModuleHead .HeadCenter{float:none;}
#module_22956126 {
padding:0px;
}
#module_22956126 {
position:static;
z-index:0;
top:425px;
width:100%;
height: auto;
}
#module_22956126 .ModuleHead22956126 {
display:none;
}
#module_22956126 .BodyCenter.BodyCenter22956126 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22956126 >.module_22956126 {border:0px solid #000;}
#module_22956126 >.module_22956126 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22956126 .BodyCenter.BodyCenter22956126 {
padding-top:0.0000%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22956126 .BodyCenter.BodyCenter22956126 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22956126 >.module_22956126 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:2.6151%;
}
}
@media screen and (max-width: 767px){
#module_22956126 >.module_22956126 {margin:0px;}
}
#module_22956126 >.module_22956126 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22956126:hover {
border:none;
}
#module_22956126:hover >.module_22956126 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22956126 .ModuleSubContainer{background-color:transparent;}
#module_22956126 .ModuleSubContainer{background-image:none;}
#module_22956126 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22956126 .ModuleSubContainer{background-position:0% 0%;}
#module_22956126 .ModuleSubContainer{background-attachment:scroll;}
#module_22956126 {!bgVideo!}{bgVideoUrl:none}
#module_22956126 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22956126 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_22956126 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer22956126 {}
.module_22956128 .ModuleHead .HeadCenter{float:none;}
#module_22956128 {
padding:0px;
}
#module_22956128 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22956128 .ModuleHead22956128 {
display:none;
}
#module_22956128 .BodyCenter.BodyCenter22956128 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22956128 >.module_22956128 {border:0px solid #000;}
#module_22956128 >.module_22956128 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22956128 .BodyCenter.BodyCenter22956128 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22956128 .BodyCenter.BodyCenter22956128 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22956128 >.module_22956128 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_22956128 >.module_22956128 {
margin-top:4.0872%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_22956128 >.module_22956128 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22956128:hover {
border:none;
}
#module_22956128:hover >.module_22956128 {
border-color:rgb(164, 80, 80);
}
#module_22956128:hover >.module_22956128 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22956128 .one-classify-box{text-align:center;}
#module_22956128 .main-class-item{background-color:rgb(255, 255, 255);}
#module_22956128 .main-class-item{background-image:none;}
#module_22956128 .main-class-item{background-repeat:no-repeat;}
#module_22956128 .main-class-item{}
#module_22956128 .main-class-item{}
#module_22956128 .main-class-item{height:48px;}
#module_22956128 .main-class-item{border-top-color:rgb(216, 216, 216);}
#module_22956128 .main-class-item{border-top-style:solid;}
#module_22956128 .main-class-item{border-top-width:1px;}
#module_22956128 .main-class-item{border-right-color:rgb(216, 216, 216);}
#module_22956128 .main-class-item{border-right-style:solid;}
#module_22956128 .main-class-item{border-right-width:1px;}
#module_22956128 .main-class-item{border-bottom-color:rgb(216, 216, 216);}
#module_22956128 .main-class-item{border-bottom-style:solid;}
#module_22956128 .main-class-item{border-bottom-width:1px;}
#module_22956128 .main-class-item{border-left-color:rgb(216, 216, 216);}
#module_22956128 .main-class-item{border-left-style:solid;}
#module_22956128 .main-class-item{border-left-width:1px;}
#module_22956128 .main-class-item{border-top-left-radius:0px;}
#module_22956128 .main-class-item{border-top-right-radius:0px;}
#module_22956128 .main-class-item{border-bottom-left-radius:0px;}
#module_22956128 .main-class-item{border-bottom-right-radius:0px;}
#module_22956128 .main-class-item{margin-right:10px;}
#module_22956128 .main-class-text{font-size:15px;}
#module_22956128 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_22956128 .main-class-text{color:#666;}
#module_22956128 .main-class-text{font-weight:normal;}
#module_22956128 .main-class-text{text-decoration:none;}
#module_22956128 .main-class-text{font-style:normal;}
#module_22956128 .main-class-item{width:150px;}
@media screen and (max-width: 767px){
	#module_22956128 .main-class-item{
		width:30.3333%;
		margin:0 1.5%;
		}	
}
#module_22956128 .main-class-item.active{background-color:rgb(0, 90, 210);}
#module_22956128 .main-class-item.active{background-image:none;}
#module_22956128 .main-class-item.active{background-repeat:no-repeat;}
#module_22956128 .main-class-item.active{}
#module_22956128 .main-class-item.active{}
#module_22956128 .main-class-item.active .main-class-text{font-size:14px;}
#module_22956128 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_22956128 .main-class-item.active .main-class-text{color:#fff;}
#module_22956128 .main-class-item.active .main-class-text{font-weight:normal;}
#module_22956128 .main-class-item.active .main-class-text{text-decoration:none;}
#module_22956128 .main-class-item.active .main-class-text{font-style:normal;}


.module_22993368 .ModuleHead .HeadCenter{float:none;}
#module_22993368 {
padding:0px;
}
#module_22993368 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_22993368 .ModuleHead22993368 {
display:none;
}
#module_22993368 .BodyCenter.BodyCenter22993368 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22993368 >.module_22993368 {border:0px solid #000;}
#module_22993368 >.module_22993368 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22993368 .BodyCenter.BodyCenter22993368 {
padding-top:0.0000%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22993368 .BodyCenter.BodyCenter22993368 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22993368 >.module_22993368 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_22993368 >.module_22993368 {
margin-top:0.0000%;
margin-left:2.7248%;
margin-right:2.7248%;
margin-bottom:0.0000%;
}
}
#module_22993368 >.module_22993368 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22993368:hover {
border:none;
}
#module_22993368:hover >.module_22993368 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22993368 .ModuleSubContainer{background-color:transparent;}
#module_22993368 .ModuleSubContainer{background-image:none;}
#module_22993368 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22993368 .ModuleSubContainer{background-position:0% 0%;}
#module_22993368 .ModuleSubContainer{background-attachment:scroll;}
#module_22993368 {!bgVideo!}{bgVideoUrl:none}
#module_22993368 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22993368 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_22993368 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer22993368 {}
.module_22993369 .ModuleHead .HeadCenter{float:none;}
#module_22993369 {
padding:0px;
}
#module_22993369 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22993369 .ModuleHead22993369 {
display:none;
}
#module_22993369 {
border:none;
}
@media screen and (min-width: 768px){
#module_22993369 >.module_22993369 {
}
}
@media screen and (max-width: 767px){
#module_22993369 >.module_22993369 {
margin-top:5.7637%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_22993369 img{border-top-color:transparent;}
#module_22993369 img{border-top-style:none;}
#module_22993369 img{border-top-width:0px;}
#module_22993369 img{border-right-color:transparent;}
#module_22993369 img{border-right-style:none;}
#module_22993369 img{border-right-width:0px;}
#module_22993369 img{border-bottom-color:transparent;}
#module_22993369 img{border-bottom-style:none;}
#module_22993369 img{border-bottom-width:0px;}
#module_22993369 img{border-left-color:transparent;}
#module_22993369 img{border-left-style:none;}
#module_22993369 img{border-left-width:0px;}
#module_22993369 img{border-top-left-radius:0px;}
#module_22993369 img{border-top-right-radius:0px;}
#module_22993369 img{border-bottom-left-radius:0px;}
#module_22993369 img{border-bottom-right-radius:0px;}
#module_22993369 .BodyCenter{text-align: center;}

.module_22956134 .ModuleHead .HeadCenter{float:none;}
#module_22956134 {
padding:0px;
}
#module_22956134 {
position:static;
z-index:0;
top:573px;
left:0px;
width:100%;
height: auto;
}
#module_22956134 .ModuleHead22956134 {
display:none;
}
#module_22956134 .BodyCenter.BodyCenter22956134 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22956134 >.module_22956134 {border:0px solid #000;}
#module_22956134 >.module_22956134 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22956134 .BodyCenter.BodyCenter22956134 {
padding-top:0.0000%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22956134 .BodyCenter.BodyCenter22956134 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22956134 >.module_22956134 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:2.6151%;
}
}
@media screen and (max-width: 767px){
#module_22956134 >.module_22956134 {
margin-top:0.0000%;
margin-left:2.7248%;
margin-right:2.7248%;
margin-bottom:0.0000%;
}
}
#module_22956134 >.module_22956134 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22956134:hover {
border:none;
}
#module_22956134:hover >.module_22956134 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22956134 .ModuleSubContainer{background-color:transparent;}
#module_22956134 .ModuleSubContainer{background-image:none;}
#module_22956134 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22956134 .ModuleSubContainer{background-position:0% 0%;}
#module_22956134 .ModuleSubContainer{background-attachment:scroll;}
#module_22956134 {!bgVideo!}{bgVideoUrl:none}
#module_22956134 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22956134 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_22956134 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer22956134 {}
.module_22992754 .ModuleHead .HeadCenter{float:none;}
#module_22992754 {
padding:0px;
}
#module_22992754 {
position:static;
z-index:0;
top:1137px;
left:640px;
width:100%;
height: auto;
}
#module_22992754 .ModuleHead22992754 {
display:none;
}
#module_22992754 .BodyCenter.BodyCenter22992754 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22992754 >.module_22992754 {border:0px solid #000;}
#module_22992754 >.module_22992754 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22992754 .BodyCenter.BodyCenter22992754 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22992754 .BodyCenter.BodyCenter22992754 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22992754 >.module_22992754 {
margin-top:7.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22992754 >.module_22992754 {
margin-top:5.7637%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_22992754 >.module_22992754 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22992754:hover {
border:none;
}
#module_22992754:hover >.module_22992754 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22992754 .ModuleImageTextGiantContent{margin-top:px;}
#module_22992754 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_22992754 .ModuleImageTextGiantContent{margin-left:px;}
#module_22992754 .ModuleImageTextGiantContent{margin-right:px;}
#module_22992754 .imageTextGiant-Container{padding-top:0.0000%;}
#module_22992754 .imageTextGiant-Container{padding-bottom:0.0000%;}
#module_22992754 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22992754 .imageTextGiant-Container{padding-right:0.0000%;}
#module_22992754 .showHandle .btn{font-size:px;}
#module_22992754 .showHandle .btn{font-family:;}
#module_22992754 .showHandle .btn{color:;}
#module_22992754 .showHandle .btn{}
#module_22992754 .showHandle .btn{}
#module_22992754 .showHandle .btn{}
#module_22992754 .showHandle div{border-top-color: !important;}
#module_22992754 .showHandle div{border-top-style: !important;}
#module_22992754 .showHandle div{border-top-width:px !important;}
#module_22992754 .showHandle{background-color:;}
#module_22992754 .showHandle{}
#module_22992754 .showHandle{}
#module_22992754 .showHandle{}
#module_22992754 .showHandle{}
#module_22992754 a{font-size:unset;font-family:unset}
.module_22993196 .ModuleHead .HeadCenter{float:none;}
#module_22993196 {
padding:0px;
}
#module_22993196 {
position:static;
z-index:0;
top:1130px;
left:520px;
width:100%;
height: auto;
}
#module_22993196 .ModuleHead22993196 {
display:none;
}
#module_22993196 .BodyCenter.BodyCenter22993196 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22993196 >.module_22993196 {border:0px solid #000;}
#module_22993196 >.module_22993196 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22993196 .BodyCenter.BodyCenter22993196 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22993196 .BodyCenter.BodyCenter22993196 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22993196 >.module_22993196 {
margin-top:2.2000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22993196 >.module_22993196 {margin:0px;}
}
#module_22993196 >.module_22993196 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22993196:hover {
border:none;
}
#module_22993196:hover >.module_22993196 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22993196 .ModuleImageTextGiantContent{margin-top:px;}
#module_22993196 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_22993196 .ModuleImageTextGiantContent{margin-left:px;}
#module_22993196 .ModuleImageTextGiantContent{margin-right:px;}
#module_22993196 .imageTextGiant-Container{padding-top:0.0000%;}
#module_22993196 .imageTextGiant-Container{padding-bottom:0.0000%;}
#module_22993196 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22993196 .imageTextGiant-Container{padding-right:0.0000%;}
#module_22993196 .showHandle .btn{font-size:px;}
#module_22993196 .showHandle .btn{font-family:;}
#module_22993196 .showHandle .btn{color:;}
#module_22993196 .showHandle .btn{}
#module_22993196 .showHandle .btn{}
#module_22993196 .showHandle .btn{}
#module_22993196 .showHandle div{border-top-color: !important;}
#module_22993196 .showHandle div{border-top-style: !important;}
#module_22993196 .showHandle div{border-top-width:px !important;}
#module_22993196 .showHandle{background-color:;}
#module_22993196 .showHandle{}
#module_22993196 .showHandle{}
#module_22993196 .showHandle{}
#module_22993196 .showHandle{}
#module_22993196 a{font-size:unset;font-family:unset}
.module_22992734 .ModuleHead .HeadCenter{float:none;}
#module_22992734 {
padding:0px;
}
#module_22992734 {
position:static;
z-index:0;
top:1234px;
left:480px;
width:100%;
height: auto;
}
#module_22992734 .ModuleHead22992734 {
display:none;
}
#module_22992734 .BodyCenter.BodyCenter22992734 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22992734 >.module_22992734 {border:0px solid #000;}
#module_22992734 >.module_22992734 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22992734 .BodyCenter.BodyCenter22992734 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22992734 .BodyCenter.BodyCenter22992734 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22992734 >.module_22992734 {
margin-top:1.5990%;
margin-left:0.0000%;
margin-right:3.3333%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22992734 >.module_22992734 {margin:0px;}
}
#module_22992734 >.module_22992734 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22992734:hover {
border:none;
}
#module_22992734:hover >.module_22992734 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22992734 .ModuleImageTextGiantContent{margin-top:px;}
#module_22992734 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_22992734 .ModuleImageTextGiantContent{margin-left:px;}
#module_22992734 .ModuleImageTextGiantContent{margin-right:px;}
#module_22992734 .imageTextGiant-Container{padding-top:0px;}
#module_22992734 .imageTextGiant-Container{padding-bottom:0px;}
#module_22992734 .imageTextGiant-Container{padding-left:0px;}
#module_22992734 .imageTextGiant-Container{padding-right:0px;}
#module_22992734 .showHandle .btn{font-size:px;}
#module_22992734 .showHandle .btn{font-family:;}
#module_22992734 .showHandle .btn{color:;}
#module_22992734 .showHandle .btn{}
#module_22992734 .showHandle .btn{}
#module_22992734 .showHandle .btn{}
#module_22992734 .showHandle div{border-top-color: !important;}
#module_22992734 .showHandle div{border-top-style: !important;}
#module_22992734 .showHandle div{border-top-width:px !important;}
#module_22992734 .showHandle{background-color:;}
#module_22992734 .showHandle{}
#module_22992734 .showHandle{}
#module_22992734 .showHandle{}
#module_22992734 .showHandle{}
#module_22992734 a{font-size:unset;font-family:unset}
.module_22992736 .ModuleHead .HeadCenter{float:none;}
#module_22992736 {
padding:0px;
}
#module_22992736 {
position:static;
z-index:0;
top:921px;
left:1125px;
width:100%;
height: auto;
}
#module_22992736 .ModuleHead22992736 {
display:none;
}
#module_22992736 .BodyCenter.BodyCenter22992736 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22992736 >.module_22992736 {border:0px solid #000;}
#module_22992736 >.module_22992736 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22992736 .BodyCenter.BodyCenter22992736 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22992736 .BodyCenter.BodyCenter22992736 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22992736 >.module_22992736 {
margin-top:24.4480%;
margin-left:3.3333%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22992736 >.module_22992736 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:8.6455%;
}
}
#module_22992736 >.module_22992736 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22992736:hover {
border:none;
}
#module_22992736:hover >.module_22992736 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22992736 .ModuleImageTextGiantContent{margin-top:px;}
#module_22992736 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_22992736 .ModuleImageTextGiantContent{margin-left:px;}
#module_22992736 .ModuleImageTextGiantContent{margin-right:px;}
#module_22992736 .imageTextGiant-Container{padding-top:0px;}
#module_22992736 .imageTextGiant-Container{padding-bottom:0px;}
#module_22992736 .imageTextGiant-Container{padding-left:0px;}
#module_22992736 .imageTextGiant-Container{padding-right:0px;}

#module_22992736 .showHandle div{border-top-color: !important;}
#module_22992736 .showHandle div{border-top-style: !important;}
#module_22992736 .showHandle div{border-top-width:px !important;}
#module_22992736 .showHandle{background-color:;}


.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;}
}
