.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.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_22949881 .ModuleHead .HeadCenter{float:none;}
#module_22949881 {
padding:0px;
}
#module_22949881 {
position:static;
z-index:0;
top:67px;
left:0px;
width:100%;
height: auto;
}
#module_22949881 .ModuleHead22949881 {
display:none;
}
#module_22949881 .BodyCenter.BodyCenter22949881 {
background-color:transparent;
background-image:url(/images/contact/banner1.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_22949881 >.module_22949881 {border:0px solid #000;}
#module_22949881 >.module_22949881 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22949881 .BodyCenter.BodyCenter22949881 {
padding-top:0.0000%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22949881 .BodyCenter.BodyCenter22949881 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22949881 >.module_22949881 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_22949881 >.module_22949881 {margin:0px;}
}
#module_22949881 >.module_22949881 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22949881:hover {
border:none;
}
#module_22949881:hover >.module_22949881 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22949881 .ModuleSubContainer{background-color:transparent;}
#module_22949881 .ModuleSubContainer{background-image:none;}
#module_22949881 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22949881 .ModuleSubContainer{background-position:0% 0%;}
#module_22949881 .ModuleSubContainer{background-attachment:scroll;}
#module_22949881 {!bgVideo!}{bgVideoUrl:none}
#module_22949881 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22949881 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_22949881 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer22949881 {}
/*图文模块 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_22949883 .ModuleHead .HeadCenter{float:none;}
#module_22949883 {
padding:0px;
}
#module_22949883 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22949883 .ModuleHead22949883 {
display:none;
}
#module_22949883 .BodyCenter.BodyCenter22949883 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22949883 >.module_22949883 {border:0px solid #000;}
#module_22949883 >.module_22949883 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22949883 .BodyCenter.BodyCenter22949883 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22949883 .BodyCenter.BodyCenter22949883 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22949883 >.module_22949883 {
margin-top:8.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:7.5000%;
}
}
@media screen and (max-width: 767px){
#module_22949883 >.module_22949883 {margin:0px;}
}
#module_22949883 >.module_22949883 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22949883:hover {
border:none;
}
#module_22949883:hover >.module_22949883 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22949883 .ModuleImageTextGiantContent{margin-top:px;}
#module_22949883 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_22949883 .ModuleImageTextGiantContent{margin-left:px;}
#module_22949883 .ModuleImageTextGiantContent{margin-right:px;}
#module_22949883 .imageTextGiant-Container{padding-top:0.8333%;}
#module_22949883 .imageTextGiant-Container{padding-bottom:0.8333%;}
#module_22949883 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22949883 .imageTextGiant-Container{padding-right:0.8333%;}
#module_22949883 .showHandle .btn{font-size:px;}
#module_22949883 .showHandle .btn{font-family:;}
#module_22949883 .showHandle .btn{color:;}
#module_22949883 .showHandle .btn{}
#module_22949883 .showHandle .btn{}
#module_22949883 .showHandle .btn{}
#module_22949883 .showHandle div{border-top-color: !important;}
#module_22949883 .showHandle div{border-top-style: !important;}
#module_22949883 .showHandle div{border-top-width:px !important;}
#module_22949883 .showHandle{background-color:;}
#module_22949883 .showHandle{}
#module_22949883 .showHandle{}
#module_22949883 .showHandle{}
#module_22949883 .showHandle{}
#module_22949883 a{font-size:unset;font-family:unset}
.module_22949895 .ModuleHead .HeadCenter{float:none;}
#module_22949895 {
padding:0px;
}
#module_22949895 {
position:static;
z-index:0;
top:444px;
left:1832px;
width:100%;
height: auto;
}
#module_22949895 .ModuleHead22949895 {
display:none;
}
#module_22949895 .BodyCenter.BodyCenter22949895 {
background:none;background-color:rgb(255, 255, 255);
}
#module_22949895 >.module_22949895 {
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_22949895 >.module_22949895 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22949895 .BodyCenter.BodyCenter22949895 {
padding-top:0.7845%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.7845%;
}
}
@media screen and (max-width: 767px){
#module_22949895 .BodyCenter.BodyCenter22949895 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22949895 >.module_22949895 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_22949895 >.module_22949895 {margin:0px;}
}
#module_22949895 >.module_22949895 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22949895:hover {
border:none;
}
#module_22949895:hover >.module_22949895 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22949895 .ModuleSubContainer{background-color:transparent;}
#module_22949895 .ModuleSubContainer{background-image:none;}
#module_22949895 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22949895 .ModuleSubContainer{background-position:0% 0%;}
#module_22949895 .ModuleSubContainer{background-attachment:scroll;}
#module_22949895 {!bgVideo!}{bgVideoUrl:none}
#module_22949895 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22949895 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_22949895 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer22949895 {}
.module_22949896 .ModuleHead .HeadCenter{float:none;}
#module_22949896 {
padding:0px;
}
#module_22949896 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22949896 .ModuleHead22949896 {
display:none;
}
#module_22949896 .BodyCenter.BodyCenter22949896 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22949896 >.module_22949896 {border:0px solid #000;}
#module_22949896 >.module_22949896 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22949896 .BodyCenter.BodyCenter22949896 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22949896 .BodyCenter.BodyCenter22949896 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22949896 >.module_22949896 {
margin-top:8.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22949896 >.module_22949896 {margin:0px;}
}
#module_22949896 >.module_22949896 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22949896:hover {
border:none;
}
#module_22949896:hover >.module_22949896 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22949896 .ModuleImageTextGiantContent{margin-top:px;}
#module_22949896 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_22949896 .ModuleImageTextGiantContent{margin-left:px;}
#module_22949896 .ModuleImageTextGiantContent{margin-right:px;}
#module_22949896 .imageTextGiant-Container{padding-top:0.0000%;}
#module_22949896 .imageTextGiant-Container{padding-bottom:0.0000%;}
#module_22949896 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22949896 .imageTextGiant-Container{padding-right:0.0000%;}
#module_22949896 .showHandle .btn{font-size:px;}
#module_22949896 .showHandle .btn{font-family:;}
#module_22949896 .showHandle .btn{color:;}
#module_22949896 .showHandle .btn{}
#module_22949896 .showHandle .btn{}
#module_22949896 .showHandle .btn{}
#module_22949896 .showHandle div{border-top-color: !important;}
#module_22949896 .showHandle div{border-top-style: !important;}
#module_22949896 .showHandle div{border-top-width:px !important;}
#module_22949896 .showHandle{background-color:;}
#module_22949896 .showHandle{}
#module_22949896 .showHandle{}
#module_22949896 .showHandle{}
#module_22949896 .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_22949897 .ModuleHead .HeadCenter{float:none;}
#module_22949897 {
padding:0px;
}
#module_22949897 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22949897 .ModuleHead22949897 {
display:none;
}
#module_22949897 .BodyCenter.BodyCenter22949897 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22949897 >.module_22949897 {border:0px solid #000;}
#module_22949897 >.module_22949897 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22949897 .BodyCenter.BodyCenter22949897 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22949897 .BodyCenter.BodyCenter22949897 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22949897 >.module_22949897 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_22949897 >.module_22949897 {margin:0px;}
}
#module_22949897 >.module_22949897 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22949897:hover {
border:none;
}
#module_22949897:hover >.module_22949897 {
border-color:#ccc;
}
#module_22949897:hover >.module_22949897 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22949897 .one-classify-box{text-align:left;}
#module_22949897 .main-class-item{background-color:transparent;}
#module_22949897 .main-class-item{}
#module_22949897 .main-class-item{background-repeat:no-repeat;}
#module_22949897 .main-class-item{}
#module_22949897 .main-class-item{}
#module_22949897 .main-class-item{height:40px;}
#module_22949897 .main-class-item{border-top-color:#000;}
#module_22949897 .main-class-item{border-top-style:solid;}
#module_22949897 .main-class-item{border-top-width:0px;}
#module_22949897 .main-class-item{border-right-color:#000;}
#module_22949897 .main-class-item{border-right-style:solid;}
#module_22949897 .main-class-item{border-right-width:0px;}
#module_22949897 .main-class-item{border-bottom-color:#000;}
#module_22949897 .main-class-item{border-bottom-style:solid;}
#module_22949897 .main-class-item{border-bottom-width:0px;}
#module_22949897 .main-class-item{border-left-color:#000;}
#module_22949897 .main-class-item{border-left-style:solid;}
#module_22949897 .main-class-item{border-left-width:0px;}
#module_22949897 .main-class-item{border-top-left-radius:px;}
#module_22949897 .main-class-item{border-top-right-radius:px;}
#module_22949897 .main-class-item{border-bottom-left-radius:px;}
#module_22949897 .main-class-item{border-bottom-right-radius:px;}
#module_22949897 .main-class-item{margin-right:px;}
#module_22949897 .main-class-text{font-size:14px;}
#module_22949897 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_22949897 .main-class-text{color:#666;}
#module_22949897 .main-class-text{font-weight:normal;}
#module_22949897 .main-class-text{text-decoration:none;}
#module_22949897 .main-class-text{font-style:normal;}
#module_22949897 .main-class-item{width:150px;}
#module_22949897 .main-class-item.active{background-color:rgba(0,0,0,0);}
#module_22949897 .main-class-item.active{}
#module_22949897 .main-class-item.active{background-repeat:no-repeat;}
#module_22949897 .main-class-item.active{}
#module_22949897 .main-class-item.active{}
#module_22949897 .main-class-item.active .main-class-text{font-size:14px;}
#module_22949897 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_22949897 .main-class-item.active .main-class-text{color:rgb(255, 127, 44);}
#module_22949897 .main-class-item.active .main-class-text{font-weight:normal;}
#module_22949897 .main-class-item.active .main-class-text{text-decoration:none;}
#module_22949897 .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_22949899 .ModuleHead .HeadCenter{float:none;}
#module_22949899 {
padding:0px;
}
#module_22949899 {
position:static;
z-index:0;
top:38px;
left:0px;
width:100%;
height: auto;
}
#module_22949899 .ModuleHead22949899 {
display:none;
}
#module_22949899 .BodyCenter.BodyCenter22949899 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22949899 >.module_22949899 {border:0px solid #000;}
#module_22949899 >.module_22949899 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22949899 .BodyCenter.BodyCenter22949899 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_22949899 .BodyCenter.BodyCenter22949899 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22949899 >.module_22949899 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_22949899 >.module_22949899 {margin:0px;}
}
#module_22949899 >.module_22949899 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22949899:hover {
border:none;
}
#module_22949899:hover >.module_22949899 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22949899 .search-item .searchBtnPanel,#module_22949899 .search-item .searchBtnPanel .ModuleSearchButton,#module_22949899 .search-item .searchTypePanel{height:px;line-height:px}
#module_22949899 .search-item{}
#module_22949899 .search-item{background-repeat:no-repeat;}
#module_22949899 .search-item{}
#module_22949899 .search-item{}
#module_22949899 .search-item{border-top-color:rgb(204, 204, 204);}
#module_22949899 .search-item{border-top-style:solid;}
#module_22949899 .search-item{border-top-width:1px;}
#module_22949899 .search-item{border-right-color:rgb(204, 204, 204);}
#module_22949899 .search-item{border-right-style:solid;}
#module_22949899 .search-item{border-right-width:1px;}
#module_22949899 .search-item{border-bottom-color:rgb(204, 204, 204);}
#module_22949899 .search-item{border-bottom-style:solid;}
#module_22949899 .search-item{border-bottom-width:1px;}
#module_22949899 .search-item,#module_22949899 .ModuleSearchFormStyle .searchTypePanel,#module_22949899 .ModuleSearchFormStyle .searchBtnPanel{border-left-color:rgb(204, 204, 204);}
#module_22949899 .search-item,#module_22949899 .ModuleSearchFormStyle .searchTypePanel,#module_22949899 .ModuleSearchFormStyle .searchBtnPanel{border-left-style:solid;}
#module_22949899 .search-item,#module_22949899 .ModuleSearchFormStyle .searchTypePanel,#module_22949899 .ModuleSearchFormStyle .searchBtnPanel{border-left-width:1px;}
#module_22949899 .search-item .bootstrap-select .btn ,#module_22949899 .search-item .ModuleSearchInput {background-color:;}
#module_22949899 .search-item .ModuleSearchInput::placeholder,#module_22949899 .search-item .ModuleSearchInput{font-size:px;}
#module_22949899 .search-item .bootstrap-select .btn ,#module_22949899  .search-item .ModuleSearchInput::placeholder,#module_22949899 .search-item .ModuleSearchInput{font-family:;}
#module_22949899 .search-item .bootstrap-select .btn , #module_22949899 .search-item .searchIcon,#module_22949899  .search-item .ModuleSearchInput::placeholder,#module_22949899 .search-item .ModuleSearchInput{color:;}
#module_22949899 .search-item .bootstrap-select .btn ,#module_22949899  .search-item .ModuleSearchInput::placeholder,#module_22949899 .search-item .ModuleSearchInput{}
#module_22949899 .search-item .bootstrap-select .btn ,#module_22949899  .search-item .ModuleSearchInput::placeholder,#module_22949899 .search-item .ModuleSearchInput{}
#module_22949899 .search-item .searchIcon .icon-sousuo1{font-size:20px;}
#module_22949899 .search-item .searchIcon .icon-sousuo1{font-family:微软雅黑,Microsoft YaHei;}
#module_22949899 .search-item .searchIcon .icon-sousuo1{color:#999;}
#module_22949899 .search-item .searchIcon .icon-sousuo1{font-weight:normal;}
#module_22949899 .search-item .searchIcon .icon-sousuo1{text-decoration:none;}
#module_22949899 .search-item .searchIcon .icon-sousuo1{font-style:normal;}
#module_22949899 .search-item .searchBtnPanel,#module_22949899 .search-item .searchBtnPanel .ModuleSearchButton{background-color:rgba(0,0,0,0);}
#module_22949899 .search-item .searchBtnPanel,#module_22949899 .search-item .searchBtnPanel .ModuleSearchButton{background-image:none;}
#module_22949899 .search-item .searchBtnPanel,#module_22949899 .search-item .searchBtnPanel .ModuleSearchButton{background-repeat:no-repeat;}
#module_22949899 .search-item .searchBtnPanel,#module_22949899 .search-item .searchBtnPanel .ModuleSearchButton{}
#module_22949899 .search-item .searchBtnPanel,#module_22949899 .search-item .searchBtnPanel .ModuleSearchButton{}
#module_22949899 .search-hot ul li{border-top-color:#e3e3e3;}
#module_22949899 .search-hot ul li{border-top-style:solid;}
#module_22949899 .search-hot ul li{border-top-width:0px;}
#module_22949899 .search-hot ul li{border-right-color:#e3e3e3;}
#module_22949899 .search-hot ul li{border-right-style:solid;}
#module_22949899 .search-hot ul li{border-right-width:1px;}
#module_22949899 .search-hot ul li{border-bottom-color:#e3e3e3;}
#module_22949899 .search-hot ul li{border-bottom-style:solid;}
#module_22949899 .search-hot ul li{border-bottom-width:0px;}
#module_22949899 .search-hot ul li{border-left-color:#e3e3e3;}
#module_22949899 .search-hot ul li{border-left-style:solid;}
#module_22949899 .search-hot ul li{border-left-width:0px;}
#module_22949899 .search-hot ul li a{font-size:12px;}
#module_22949899 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_22949899 .search-hot ul li a{color:#666;}
#module_22949899 .search-hot ul li a{font-weight:normal;}
#module_22949899 .search-hot ul li a{text-decoration:none;}
#module_22949899 .search-hot ul li a{font-style:normal;}
#module_22949899 .search-item .searchBtnPanel:hover, #module_22949899 .search-item .searchBtnPanel:hover .ModuleSearchButton{background-color:rgb(255, 127, 44);}
#module_22949899 .search-item .searchBtnPanel:hover, #module_22949899 .search-item .searchBtnPanel:hover .ModuleSearchButton{background-image:none;}
#module_22949899 .search-item .searchBtnPanel:hover, #module_22949899 .search-item .searchBtnPanel:hover .ModuleSearchButton{background-repeat:no-repeat;}
#module_22949899 .search-item .searchBtnPanel:hover, #module_22949899 .search-item .searchBtnPanel:hover .ModuleSearchButton{}
#module_22949899 .search-item .searchBtnPanel:hover, #module_22949899 .search-item .searchBtnPanel:hover .ModuleSearchButton{}
#module_22949899 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-size:20px;}
#module_22949899 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-family:微软雅黑,Microsoft YaHei;}
#module_22949899 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{color:rgb(255, 255, 255);}
#module_22949899 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-weight:normal;}
#module_22949899 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{text-decoration:none;}
#module_22949899 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-style:normal;}
#module_22949899 .search-hot ul li:hover a{font-size:12px;}
#module_22949899 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_22949899 .search-hot ul li:hover a{color:#333;}
#module_22949899 .search-hot ul li:hover a{font-weight:normal;}
#module_22949899 .search-hot ul li:hover a{text-decoration:none;}
#module_22949899 .search-hot ul li:hover a{font-style:normal;}

.module_23008207 .ModuleHead .HeadCenter{float:none;}
#module_23008207 {
padding:0px;
}
#module_23008207 {
position:static;
z-index:0;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_23008207 .ModuleHead23008207 {
display:none;
}
#module_23008207 .BodyCenter.BodyCenter23008207 {
background-color:transparent;
background-image:url(/images/contact/banner1m.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_23008207 >.module_23008207 {border:0px solid #000;}
#module_23008207 >.module_23008207 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_23008207 .BodyCenter.BodyCenter23008207 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_23008207 .BodyCenter.BodyCenter23008207 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_23008207 >.module_23008207 {margin:0px;}
}
@media screen and (max-width: 767px){
#module_23008207 >.module_23008207 {margin:0px;}
}
#module_23008207 >.module_23008207 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_23008207:hover {
border:none;
}
#module_23008207:hover >.module_23008207 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_23008207 .ModuleSubContainer{background-color:transparent;}
#module_23008207 .ModuleSubContainer{background-image:none;}
#module_23008207 .ModuleSubContainer{background-repeat:no-repeat;}
#module_23008207 .ModuleSubContainer{background-position:0% 0%;}
#module_23008207 .ModuleSubContainer{background-attachment:scroll;}
#module_23008207 {!bgVideo!}{bgVideoUrl:none}
#module_23008207 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_23008207 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_23008207 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer23008207 {}
.module_23008209 .ModuleHead .HeadCenter{float:none;}
#module_23008209 {
padding:0px;
}
#module_23008209 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_23008209 .ModuleHead23008209 {
display:none;
}
#module_23008209 .BodyCenter.BodyCenter23008209 {
background:none;background-color:rgba(0,0,0,0);
}
#module_23008209 >.module_23008209 {border:0px solid #000;}
#module_23008209 >.module_23008209 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_23008209 .BodyCenter.BodyCenter23008209 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_23008209 .BodyCenter.BodyCenter23008209 {
padding-top:10.8992%;
padding-left:2.7248%;
padding-right:2.7248%;
padding-bottom:10.8992%;
}
}
@media screen and (min-width: 768px){
#module_23008209 >.module_23008209 {
margin-top:8.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:7.5000%;
}
}
@media screen and (max-width: 767px){
#module_23008209 >.module_23008209 {margin:0px;}
}
#module_23008209 >.module_23008209 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_23008209:hover {
border:none;
}
#module_23008209:hover >.module_23008209 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_23008209 .ModuleImageTextGiantContent{margin-top:px;}
#module_23008209 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_23008209 .ModuleImageTextGiantContent{margin-left:px;}
#module_23008209 .ModuleImageTextGiantContent{margin-right:px;}
#module_23008209 .imageTextGiant-Container{padding-top:10px;}
#module_23008209 .imageTextGiant-Container{padding-bottom:10px;}
#module_23008209 .imageTextGiant-Container{padding-left:0px;}
#module_23008209 .imageTextGiant-Container{padding-right:10px;}
#module_23008209 .showHandle .btn{font-size:px;}
#module_23008209 .showHandle .btn{font-family:;}
#module_23008209 .showHandle .btn{color:;}
#module_23008209 .showHandle .btn{}
#module_23008209 .showHandle .btn{}
#module_23008209 .showHandle .btn{}
#module_23008209 .showHandle div{border-top-color: !important;}
#module_23008209 .showHandle div{border-top-style: !important;}
#module_23008209 .showHandle div{border-top-width:px !important;}
#module_23008209 .showHandle{background-color:;}
#module_23008209 .showHandle{}
#module_23008209 .showHandle{}
#module_23008209 .showHandle{}
#module_23008209 .showHandle{}

.module_22951123 .ModuleHead .HeadCenter{float:none;}
#module_22951123 {
padding:0px;
}
#module_22951123 {
position:static;
z-index:0;
top:966px;
left:1790px;
width:100%;
height: auto;
}
#module_22951123 .ModuleHead22951123 {
display:none;
}
#module_22951123 .BodyCenter.BodyCenter22951123 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22951123 >.module_22951123 {border:0px solid #000;}
#module_22951123 >.module_22951123 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22951123 .BodyCenter.BodyCenter22951123 {
padding-top:0.0000%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22951123 .BodyCenter.BodyCenter22951123 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22951123 >.module_22951123 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.1381%;
}
}
@media screen and (max-width: 767px){
#module_22951123 >.module_22951123 {margin:0px;}
}
#module_22951123 >.module_22951123 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22951123:hover {
border:none;
}
#module_22951123:hover >.module_22951123 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22951123 .ModuleSubContainer{background-color:transparent;}
#module_22951123 .ModuleSubContainer{background-image:none;}
#module_22951123 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22951123 .ModuleSubContainer{background-position:0% 0%;}
#module_22951123 .ModuleSubContainer{background-attachment:scroll;}
#module_22951123 {!bgVideo!}{bgVideoUrl:none}
#module_22951123 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22951123 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_22951123 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer22951123 {}
/*地图模块*/
.ModuleMapGiant.layout-101 .mapgiant-container .mapContainer{height:400px;color:#000;}
.ModuleMapGiant.layout-101 .mapgiant-container .baiduMapContainer img {max-width: unset !important;}
.ModuleMapGiant.layout-101 .mapgiant-container iframe{overflow: hidden;}
.ModuleMapGiant.layout-101 .mapgiant-container a.IMPanel:link,.ModuleMapGiant.layout-101 .mapgiant-container a.IMPanel:visited,.ModuleMapGiant.layout-101 .mapgiant-container a.IMPanel:hover{color: #000;}
.ModuleMapGiant.layout-101 .mapContainer input[type=checkbox]{top:-1px;}
.ModuleMapGiant.layout-101 .mapContainer input[type=checkbox]:checked::before{left:2px;}
.ModuleMapGiant.layout-101 .mapContainer label{margin-bottom: 0}
.ModuleMapGiant.layout-101{position: relative;}

.ModuleMapGiant.layout-101 .mapgiant-container .vehicleTab {margin: 20px 0 10px 0; font-size: 0;}
.ModuleMapGiant.layout-101 .mapgiant-container .vehicleTab p {display: inline-flex; color: #666; font-size: 14px; line-height: 1; align-items: center; cursor: pointer;}
.ModuleMapGiant.layout-101 .mapgiant-container .vehicleTab .navBtn {margin-right: 30px;}
.ModuleMapGiant.layout-101 .mapgiant-container .vehicleTab p.active span,
.ModuleMapGiant.layout-101 .mapgiant-container .vehicleTab p.active .iconfont {color: #0072DA;}
.ModuleMapGiant.layout-101 .mapgiant-container .vehicleTab .iconfont {color: #999; font-size: 20px; margin-right: 8px; line-height: 1;}
.ModuleMapGiant.layout-101 .mapgiant-container .keywordBox {font-size: 0; position: relative; margin-bottom: 32px;}
.ModuleMapGiant.layout-101 .mapgiant-container .keywordBox .fromKeywordLabel {display: inline-flex; width: 480px; height: 48px; border: 1px solid #dcdcdc; border-top-color: #1C93FF; border-right: unset; align-items: center;}
.ModuleMapGiant.layout-101 .mapgiant-container .keywordBox .fromKeywordLabel span {width: 12px; height: 12px; margin: 0 10px 0 16px; border-radius: 100%; border: 2px solid #67C395;}
.ModuleMapGiant.layout-101 .mapgiant-container .keywordBox .fromKeywordLabel:before,
.ModuleMapGiant.layout-101 .mapgiant-container .keywordBox .fromKeywordLabel:after {width: 0; height: 0; border: solid transparent; position: absolute; left: 26px; content: '';}
.ModuleMapGiant.layout-101 .mapgiant-container .keywordBox .fromKeywordLabel:before{border-width: 5px; border-bottom-color: #1C93FF; top: -10px;}
.ModuleMapGiant.layout-101 .mapgiant-container .keywordBox .fromKeywordLabel:after{border-width: 5px; border-bottom-color: #fff; top: -8px;}
.ModuleMapGiant.layout-101 .mapgiant-container .keywordBox .fromKeywordLabel.busBtn:before,
.ModuleMapGiant.layout-101 .mapgiant-container .keywordBox .fromKeywordLabel.busBtn:after {left: 112px;}
.ModuleMapGiant.layout-101 .mapgiant-container .keywordBox input {display: inline-flex; flex: 1; font-size: 16px; color: #333; width: 440px; height: 30px; padding: 0 5px;}
.ModuleMapGiant.layout-101 .mapgiant-container .keywordBox input:focus {outline: none;}
.ModuleMapGiant.layout-101 .mapgiant-container .keywordBox .searchBtn {display: inline-flex; width: 48px; height: 48px; position: absolute; top: 0; left: 480px; align-items: center; justify-content: center; background: #0072DA;}
.ModuleMapGiant.layout-101 .mapgiant-container .keywordBox .searchBtn .iconfont {color: #fff; font-size: 18px;}

@media only screen and (max-width: 767px) {
    .ModuleMapGiant.layout-101 .mapgiant-container .keywordBox {margin-bottom: 10px;}
    .ModuleMapGiant.layout-101 .mapgiant-container .keywordBox .fromKeywordLabel {width: calc(100vw - 48px);}
    .ModuleMapGiant.layout-101 .mapgiant-container .keywordBox .searchBtn {left: unset; right: 0;}
}.module_22951129 .ModuleHead .HeadCenter{float:none;}
#module_22951129 {
padding:0px;
}
#module_22951129 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22951129 .ModuleHead22951129 {
display:none;
}

#module_22951129 .mapgiant-container .mapContainer{height:400px;}
#module_22951129 .mapgiant-container .keywordBox .fromKeywordLabel{border-color:;}
#module_22951129 .mapgiant-container .vehicleTab .iconfont{color:;}
#module_22951129 .mapgiant-container .vehicleTab p span{color:;}
#module_22951129 .mapgiant-container .vehicleTab p span{font-size:px;}
#module_22951129 .mapgiant-container .vehicleTab p span{font-weight:}
#module_22951129 .mapgiant-container .vehicleTab p span{font-family:;}
#module_22951129 .mapgiant-container .vehicleTab p span{}
#module_22951129 .mapgiant-container .vehicleTab p span{}
#module_22951129 .mapgiant-container .keywordBox .searchBtn{background-color:;}
#module_22951129 .mapgiant-container .keywordBox .searchBtn .iconfont{color:;}
#module_22951129 .mapgiant-container .keywordBox .fromKeywordLabel{border-top-color:;} #module_22951129 .mapgiant-container .keywordBox .fromKeywordLabel:before{border-bottom-color:;}
#module_22951129 .mapgiant-container .vehicleTab p.active .iconfont{color:;}
#module_22951129 .mapgiant-container .vehicleTab p.active span{color:;}
#module_22951129 .mapgiant-container .vehicleTab p.active span{font-size:px;}
#module_22951129 .mapgiant-container .vehicleTab p.active span{font-weight:}
#module_22951129 .mapgiant-container .vehicleTab p.active span{font-family:;}
#module_22951129 .mapgiant-container .vehicleTab p.active span{}
#module_22951129 .mapgiant-container .vehicleTab p.active span{}
#module_22951129 .mapgiant-container .keywordBox .searchBtn:hover{background-color:;}
#module_22951129 .mapgiant-container .keywordBox .searchBtn:hover .iconfont{color:;}

.module_23008762 .ModuleHead .HeadCenter{float:none;}
#module_23008762 {
padding:0px;
}
#module_23008762 {
position:static;
z-index:0;
top:688px;
left:303px;
width:100%;
height: auto;
}
#module_23008762 .ModuleHead23008762 {
display:none;
}
#module_23008762 .BodyCenter.BodyCenter23008762 {
background:none;background-color:rgba(0,0,0,0);
}
#module_23008762 >.module_23008762 {border:0px solid #000;}
#module_23008762 >.module_23008762 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_23008762 .BodyCenter.BodyCenter23008762 {padding:0px;}
}
@media screen and (max-width: 767px){
#module_23008762 .BodyCenter.BodyCenter23008762 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_23008762 >.module_23008762 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:5.2301%;
}
}
@media screen and (max-width: 767px){
#module_23008762 >.module_23008762 {margin:0px;}
}
#module_23008762 >.module_23008762 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_23008762:hover {
border:none;
}
#module_23008762:hover >.module_23008762 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_23008762 .ModuleSubContainer{background-color:rgb(0, 90, 210);}
#module_23008762 .ModuleSubContainer{background-image:none;}
#module_23008762 .ModuleSubContainer{background-repeat:no-repeat;}
#module_23008762 .ModuleSubContainer{background-position:0% 0%;}
#module_23008762 .ModuleSubContainer{background-attachment:scroll;}
#module_23008762 {!bgVideo!}{bgVideoUrl:none}
#module_23008762 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_23008762 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_23008762 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer23008762 {}
.module_23008763 .ModuleHead .HeadCenter{float:none;}
#module_23008763 {
padding:0px;
}
#module_23008763 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_23008763 .ModuleHead23008763 {
display:none;
}
#module_23008763 .BodyCenter.BodyCenter23008763 {
background:none;background-color:rgba(0,0,0,0);
}
#module_23008763 >.module_23008763 {
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:dashed;
border-bottom-color:rgba(255, 255, 255, 0.48);
border-bottom-width:1px;
}
#module_23008763 >.module_23008763 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_23008763 .BodyCenter.BodyCenter23008763 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2500%;
}
}
@media screen and (max-width: 767px){
#module_23008763 .BodyCenter.BodyCenter23008763 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_23008763 >.module_23008763 {
margin-top:3.8333%;
margin-left:3.3333%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_23008763 >.module_23008763 {
margin-top:5.4496%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_23008763 >.module_23008763 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_23008763:hover {
border:none;
}
#module_23008763:hover >.module_23008763 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_23008763 .ModuleImageTextGiantContent{margin-top:px;}
#module_23008763 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_23008763 .ModuleImageTextGiantContent{margin-left:px;}
#module_23008763 .ModuleImageTextGiantContent{margin-right:px;}
#module_23008763 .imageTextGiant-Container{padding-top:10px;}
#module_23008763 .imageTextGiant-Container{padding-bottom:10px;}
#module_23008763 .imageTextGiant-Container{padding-left:10px;}
#module_23008763 .imageTextGiant-Container{padding-right:10px;}
#module_23008763 .showHandle .btn{font-size:px;}
#module_23008763 .showHandle .btn{font-family:;}
#module_23008763 .showHandle .btn{color:;}
#module_23008763 .showHandle .btn{}
#module_23008763 .showHandle .btn{}
#module_23008763 .showHandle .btn{}
#module_23008763 .showHandle div{border-top-color: !important;}
#module_23008763 .showHandle div{border-top-style: !important;}
#module_23008763 .showHandle div{border-top-width:px !important;}
#module_23008763 .showHandle{background-color:;}
#module_23008763 .showHandle{}
#module_23008763 .showHandle{}
#module_23008763 .showHandle{}
#module_23008763 .showHandle{}

.module_23008764 .ModuleHead .HeadCenter{float:none;}
#module_23008764 {
padding:0px;
}
#module_23008764 {
position:static;
z-index:0;
top:45px;
left:0px;
width:100%;
height: auto;
}
#module_23008764 .ModuleHead23008764 {
display:none;
}
#module_23008764 .BodyCenter.BodyCenter23008764 {
background:none;background-color:rgba(0,0,0,0);
}
#module_23008764 >.module_23008764 {
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:dashed;
border-bottom-color:rgba(255, 255, 255, 0.48);
border-bottom-width:1px;
}
#module_23008764 >.module_23008764 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_23008764 .BodyCenter.BodyCenter23008764 {
padding-top:1.2500%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2500%;
}
}
@media screen and (max-width: 767px){
#module_23008764 .BodyCenter.BodyCenter23008764 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_23008764 >.module_23008764 {
margin-top:0.0820%;
margin-left:3.3307%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_23008764 >.module_23008764 {
margin-top:2.7248%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:2.7248%;
}
}
#module_23008764 >.module_23008764 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_23008764:hover {
border:none;
}
#module_23008764:hover >.module_23008764 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_23008764 .ModuleImageTextGiantContent{margin-top:px;}
#module_23008764 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_23008764 .ModuleImageTextGiantContent{margin-left:px;}
#module_23008764 .ModuleImageTextGiantContent{margin-right:px;}
#module_23008764 .imageTextGiant-Container{padding-top:10px;}
#module_23008764 .imageTextGiant-Container{padding-bottom:10px;}
#module_23008764 .imageTextGiant-Container{padding-left:10px;}
#module_23008764 .imageTextGiant-Container{padding-right:10px;}
#module_23008764 .showHandle .btn{font-size:px;}
#module_23008764 .showHandle .btn{font-family:;}
#module_23008764 .showHandle .btn{color:;}
#module_23008764 .showHandle .btn{}
#module_23008764 .showHandle .btn{}
#module_23008764 .showHandle .btn{}
#module_23008764 .showHandle div{border-top-color: !important;}
#module_23008764 .showHandle div{border-top-style: !important;}
#module_23008764 .showHandle div{border-top-width:px !important;}
#module_23008764 .showHandle{background-color:;}
#module_23008764 .showHandle{}
#module_23008764 .showHandle{}
#module_23008764 .showHandle{}
#module_23008764 .showHandle{}
#module_23008764 a{font-size:unset;font-family:unset}
.module_23008765 .ModuleHead .HeadCenter{float:none;}
#module_23008765 {
padding:0px;
}
#module_23008765 {
position:static;
z-index:0;
top:145px;
left:0px;
width:100%;
height: auto;
}
#module_23008765 .ModuleHead23008765 {
display:none;
}
#module_23008765 .BodyCenter.BodyCenter23008765 {
background:none;background-color:rgba(0,0,0,0);
}
#module_23008765 >.module_23008765 {
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:dashed;
border-bottom-color:rgba(255, 255, 255, 0.48);
border-bottom-width:0px;
}
#module_23008765 >.module_23008765 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_23008765 .BodyCenter.BodyCenter23008765 {
padding-top:1.2500%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.6667%;
}
}
@media screen and (max-width: 767px){
#module_23008765 .BodyCenter.BodyCenter23008765 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_23008765 >.module_23008765 {
margin-top:0.0833%;
margin-left:3.3320%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_23008765 >.module_23008765 {
margin-top:2.7248%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:2.7248%;
}
}
#module_23008765 >.module_23008765 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_23008765:hover {
border:none;
}
#module_23008765:hover >.module_23008765 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_23008765 .ModuleImageTextGiantContent{margin-top:px;}
#module_23008765 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_23008765 .ModuleImageTextGiantContent{margin-left:px;}
#module_23008765 .ModuleImageTextGiantContent{margin-right:px;}
#module_23008765 .imageTextGiant-Container{padding-top:10px;}
#module_23008765 .imageTextGiant-Container{padding-bottom:10px;}
#module_23008765 .imageTextGiant-Container{padding-left:10px;}
#module_23008765 .imageTextGiant-Container{padding-right:10px;}
#module_23008765 .showHandle .btn{font-size:px;}
#module_23008765 .showHandle .btn{font-family:;}
#module_23008765 .showHandle .btn{color:;}
#module_23008765 .showHandle .btn{}
#module_23008765 .showHandle .btn{}
#module_23008765 .showHandle .btn{}
#module_23008765 .showHandle div{border-top-color: !important;}
#module_23008765 .showHandle div{border-top-style: !important;}
#module_23008765 .showHandle div{border-top-width:px !important;}
#module_23008765 .showHandle{background-color:;}
#module_23008765 .showHandle{}
#module_23008765 .showHandle{}
#module_23008765 .showHandle{}
#module_23008765 .showHandle{}
#module_23008765 a{font-size:unset;font-family:unset}
.module_22951133 .ModuleHead .HeadCenter{float:none;}
#module_22951133 {
padding:0px;
}
#module_22951133 {
position:static;
z-index:0;
top:948px;
left:1636px;
width:100%;
height: auto;
}
#module_22951133 .ModuleHead22951133 {
display:none;
}
#module_22951133 .BodyCenter.BodyCenter22951133 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22951133 >.module_22951133 {border:0px solid #000;}
#module_22951133 >.module_22951133 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22951133 .BodyCenter.BodyCenter22951133 {
padding-top:0.0000%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22951133 .BodyCenter.BodyCenter22951133 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22951133 >.module_22951133 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:5.2301%;
}
}
@media screen and (max-width: 767px){
#module_22951133 >.module_22951133 {margin:0px;}
}
#module_22951133 >.module_22951133 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22951133:hover {
border:none;
}
#module_22951133:hover >.module_22951133 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22951133 .ModuleSubContainer{background-color:rgb(0, 90, 210);}
#module_22951133 .ModuleSubContainer{background-image:none;}
#module_22951133 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22951133 .ModuleSubContainer{background-position:0% 0%;}
#module_22951133 .ModuleSubContainer{background-attachment:scroll;}
#module_22951133 {!bgVideo!}{bgVideoUrl:none}
#module_22951133 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22951133 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_22951133 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer22951133 {}
.module_22951734 .ModuleHead .HeadCenter{float:none;}
#module_22951734 {
padding:0px;
}
#module_22951734 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_22951734 .ModuleHead22951734 {
display:none;
}
#module_22951734 .BodyCenter.BodyCenter22951734 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22951734 >.module_22951734 {
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:dashed;
border-bottom-color:rgba(255, 255, 255, 0.48);
border-bottom-width:1px;
}
#module_22951734 >.module_22951734 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22951734 .BodyCenter.BodyCenter22951734 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2500%;
}
}
@media screen and (max-width: 767px){
#module_22951734 .BodyCenter.BodyCenter22951734 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22951734 >.module_22951734 {
margin-top:3.8333%;
margin-left:3.3333%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22951734 >.module_22951734 {margin:0px;}
}
#module_22951734 >.module_22951734 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22951734:hover {
border:none;
}
#module_22951734:hover >.module_22951734 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22951734 .ModuleImageTextGiantContent{margin-top:px;}
#module_22951734 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_22951734 .ModuleImageTextGiantContent{margin-left:px;}
#module_22951734 .ModuleImageTextGiantContent{margin-right:px;}
#module_22951734 .imageTextGiant-Container{padding-top:10px;}
#module_22951734 .imageTextGiant-Container{padding-bottom:10px;}
#module_22951734 .imageTextGiant-Container{padding-left:10px;}
#module_22951734 .imageTextGiant-Container{padding-right:10px;}
#module_22951734 .showHandle .btn{font-size:px;}
#module_22951734 .showHandle .btn{font-family:;}
#module_22951734 .showHandle .btn{color:;}
#module_22951734 .showHandle .btn{}
#module_22951734 .showHandle .btn{}
#module_22951734 .showHandle .btn{}
#module_22951734 .showHandle div{border-top-color: !important;}
#module_22951734 .showHandle div{border-top-style: !important;}
#module_22951734 .showHandle div{border-top-width:px !important;}
#module_22951734 .showHandle{background-color:;}
#module_22951734 .showHandle{}
#module_22951734 .showHandle{}
#module_22951734 .showHandle{}
#module_22951734 .showHandle{}
#module_22951734 a{font-size:unset;font-family:unset}
.module_22951772 .ModuleHead .HeadCenter{float:none;}
#module_22951772 {
padding:0px;
}
#module_22951772 {
position:static;
z-index:0;
top:45px;
left:0px;
width:100%;
height: auto;
}
#module_22951772 .ModuleHead22951772 {
display:none;
}
#module_22951772 .BodyCenter.BodyCenter22951772 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22951772 >.module_22951772 {
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:dashed;
border-bottom-color:rgba(255, 255, 255, 0.48);
border-bottom-width:1px;
}
#module_22951772 >.module_22951772 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22951772 .BodyCenter.BodyCenter22951772 {
padding-top:1.2500%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2500%;
}
}
@media screen and (max-width: 767px){
#module_22951772 .BodyCenter.BodyCenter22951772 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22951772 >.module_22951772 {
margin-top:0.0820%;
margin-left:3.3307%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22951772 >.module_22951772 {margin:0px;}
}
#module_22951772 >.module_22951772 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22951772:hover {
border:none;
}
#module_22951772:hover >.module_22951772 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22951772 .ModuleImageTextGiantContent{margin-top:px;}
#module_22951772 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_22951772 .ModuleImageTextGiantContent{margin-left:px;}
#module_22951772 .ModuleImageTextGiantContent{margin-right:px;}
#module_22951772 .imageTextGiant-Container{padding-top:10px;}
#module_22951772 .imageTextGiant-Container{padding-bottom:10px;}
#module_22951772 .imageTextGiant-Container{padding-left:10px;}
#module_22951772 .imageTextGiant-Container{padding-right:10px;}
#module_22951772 .showHandle .btn{font-size:px;}
#module_22951772 .showHandle .btn{font-family:;}
#module_22951772 .showHandle .btn{color:;}
#module_22951772 .showHandle .btn{}
#module_22951772 .showHandle .btn{}
#module_22951772 .showHandle .btn{}
#module_22951772 .showHandle div{border-top-color: !important;}
#module_22951772 .showHandle div{border-top-style: !important;}
#module_22951772 .showHandle div{border-top-width:px !important;}
#module_22951772 .showHandle{background-color:;}
#module_22951772 .showHandle{}
#module_22951772 .showHandle{}
#module_22951772 .showHandle{}
#module_22951772 .showHandle{}
#module_22951772 a{font-size:unset;font-family:unset}
.module_22953074 .ModuleHead .HeadCenter{float:none;}
#module_22953074 {
padding:0px;
}
#module_22953074 {
position:static;
z-index:0;
top:145px;
left:0px;
width:100%;
height: auto;
}
#module_22953074 .ModuleHead22953074 {
display:none;
}
#module_22953074 .BodyCenter.BodyCenter22953074 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22953074 >.module_22953074 {
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:dashed;
border-bottom-color:rgba(255, 255, 255, 0.48);
border-bottom-width:0px;
}
#module_22953074 >.module_22953074 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22953074 .BodyCenter.BodyCenter22953074 {
padding-top:1.2500%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.6667%;
}
}
@media screen and (max-width: 767px){
#module_22953074 .BodyCenter.BodyCenter22953074 {padding:0px;}
}
@media screen and (min-width: 768px){
#module_22953074 >.module_22953074 {
margin-top:0.0833%;
margin-left:3.3320%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22953074 >.module_22953074 {margin:0px;}
}
#module_22953074 >.module_22953074 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22953074:hover {
border:none;
}
#module_22953074:hover >.module_22953074 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22953074 .ModuleImageTextGiantContent{margin-top:px;}
#module_22953074 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_22953074 .ModuleImageTextGiantContent{margin-left:px;}
#module_22953074 .ModuleImageTextGiantContent{margin-right:px;}
#module_22953074 .imageTextGiant-Container{padding-top:10px;}
#module_22953074 .imageTextGiant-Container{padding-bottom:10px;}
#module_22953074 .imageTextGiant-Container{padding-left:10px;}
#module_22953074 .imageTextGiant-Container{padding-right:10px;}
#module_22953074 .showHandle .btn{font-size:px;}
#module_22953074 .showHandle .btn{font-family:;}
#module_22953074 .showHandle .btn{color:;}
#module_22953074 .showHandle .btn{}
#module_22953074 .showHandle .btn{}
#module_22953074 .showHandle .btn{}
#module_22953074 .showHandle div{border-top-color: !important;}
#module_22953074 .showHandle div{border-top-style: !important;}
#module_22953074 .showHandle div{border-top-width:px !important;}
#module_22953074 .showHandle{background-color:;}
#module_22953074 .showHandle{}
#module_22953074 .showHandle{}
#module_22953074 .showHandle{}
#module_22953074 .showHandle{}

.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;}
}


