﻿
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
@media screen and (max-width: 700px) { #HeaderZone,#FooterZone { display: none;} }.BodyLeftZone{display:none;}
.BodyRightZone{display:none;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding{
    height: 100%;
    position: relative;
    display: table-cell;
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after{
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}
.ModuleGridCustomGiant.layout-101:hover .SubDrag:after{border-left: 1px dashed rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag{
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover{background-color: rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after{border-left: 1px dashed rgba(75, 151, 255, 0);}
.ModuleGridCustomGiant.layout-101 .row {margin-right: 0px;margin-left: 0px;}
.ModuleGridCustomGiant.layout-101 .ModuleGridCol{padding: 0px;}

.ModuleGridCustomGiant.layout-101 .ModuleGridContainer{
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridCustomGiant.layout-101{height: 100%;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo{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;}
}.module_28068744 .ModuleHead .HeadCenter{float:none;}
#module_28068744 {
padding:0px;
}
#module_28068744 {
position:static;
z-index:0;
top:64px;
left:321px;
width:100%;
height: auto;
}
#module_28068744 .ModuleHead28068744 {
display:none;
}
#module_28068744 .BodyCenter.BodyCenter28068744 {
background:none;background-color:rgb(255, 255, 255);
}
#module_28068744 >.module_28068744 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28068744 >.module_28068744{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28068744 .BodyCenter.BodyCenter28068744 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28068744 .BodyCenter.BodyCenter28068744 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_28068744 >.module_28068744 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28068744 >.module_28068744 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_28068744 >.module_28068744 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28068744:hover {
border:none;
}
#module_28068744:hover >.module_28068744 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28068744 .ModuleSubContainer{background-color:rgb(255, 255, 255);}
#module_28068744 .ModuleSubContainer{background-image:none;}
#module_28068744 .ModuleSubContainer{background-repeat:no-repeat;}
#module_28068744 .ModuleSubContainer{background-position:0% 0%;}
#module_28068744 .ModuleSubContainer{background-attachment:scroll;}
#module_28068744 {!bgVideo!}{bgVideoUrl:none}
#module_28068744 .gridBgVideo .bgVideoMask{opacity:0.2}
.ModuleGridContainer.ModuleGridContainer28068744 {}
.ModuleGridContainer.ModuleGridContainer28068744 .SubPadding {width:0px;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_28101652 .ModuleHead .HeadCenter{float:none;}
#module_28101652 {
padding:0px;
}
#module_28101652 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_28101652 .ModuleHead28101652 {
display:none;
}
#module_28101652 .BodyCenter.BodyCenter28101652 {
background:none;background-color:rgba(0,0,0,0);
}
#module_28101652 >.module_28101652 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28101652 >.module_28101652{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28101652 .BodyCenter.BodyCenter28101652 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28101652 .BodyCenter.BodyCenter28101652 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_28101652 >.module_28101652 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28101652 >.module_28101652 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_28101652 >.module_28101652 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28101652:hover {
border:none;
}
#module_28101652:hover >.module_28101652 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28101652 img{border-top-color:transparent;}
#module_28101652 img{border-top-style:none;}
#module_28101652 img{border-top-width:0px;}
#module_28101652 img{border-right-color:transparent;}
#module_28101652 img{border-right-style:none;}
#module_28101652 img{border-right-width:0px;}
#module_28101652 img{border-bottom-color:transparent;}
#module_28101652 img{border-bottom-style:none;}
#module_28101652 img{border-bottom-width:0px;}
#module_28101652 img{border-left-color:transparent;}
#module_28101652 img{border-left-style:none;}
#module_28101652 img{border-left-width:0px;}
#module_28101652 img{border-top-left-radius:0px;}
#module_28101652 img{border-top-right-radius:0px;}
#module_28101652 img{border-bottom-left-radius:0px;}
#module_28101652 img{border-bottom-right-radius:0px;}
#module_28101652 .BodyCenter{text-align: left;}

.ModuleGridContainer.ModuleGridContainer28068744 #Sub28068744_1 {width:49.7500%;}
.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: 626px;
  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;}.module_28068470 .ModuleHead .HeadCenter{float:none;}
#module_28068470 {
padding:0px;
}
#module_28068470 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_28068470 .ModuleHead28068470 {
display:none;
}
#module_28068470 .BodyCenter.BodyCenter28068470 {
background:none;background-color:rgba(0,0,0,0);
}
#module_28068470 >.module_28068470 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28068470 >.module_28068470{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28068470 .BodyCenter.BodyCenter28068470 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28068470 .BodyCenter.BodyCenter28068470 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 100%){
#module_28068470 >.module_28068470 {
margin-top:0.0000%;
margin-left:10.5032%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28068470 >.module_28068470 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_28068470 >.module_28068470 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28068470:hover {
border:none;
}
#module_28068470:hover >.module_28068470 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28068470 .main-nav-item-group{height:80px;line-height:80px;} #module_28068470 .main-nav-content{height:80px}
#module_28068470 .main-nav-content{background-color:#fff;}
#module_28068470 .main-nav-content{background-image:none;}
#module_28068470 .main-nav-content{background-repeat:no-repeat;}
#module_28068470 .main-nav-content{}
#module_28068470 .main-nav-content{}
#module_28068470 .main-nav-content{text-align:left;}
#module_28068470 .main-nav-item{font-size:14px;}
#module_28068470 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_28068470 .main-nav-item{color:#333;}
#module_28068470 .main-nav-item{font-weight:normal;}
#module_28068470 .main-nav-item{text-decoration:none;}
#module_28068470 .main-nav-item{font-style:normal;}
#module_28068470 .main-nav-item{width:96px;}
#module_28068470 .main-nav-item{padding-left:0px;padding-right:0px;}
#module_28068470 .main-nav-item{background-image:none;}
#module_28068470 .main-nav-item{background-color:transparent;}
#module_28068470 .main-nav-item{background-repeat:no-repeat;}
#module_28068470 .main-nav-item{}
#module_28068470 .main-nav-item{}
#module_28068470 .sub-nav-item-group{width:192px;}
#module_28068470 .sub-nav-item{height:40px;line-height:40px;} #module_28068470 .sub-nav-item .inner {line-height: calc(100% + (40px - 10px));}
#module_28068470 .sub-nav-item .inner{font-size:12px;}
#module_28068470 .sub-nav-item .inner{font-family:微软雅黑,Microsoft YaHei;}
#module_28068470 .sub-nav-item .inner{color:#000;}
#module_28068470 .sub-nav-item .inner{font-weight:normal;}
#module_28068470 .sub-nav-item .inner{text-decoration:none;}
#module_28068470 .sub-nav-item .inner{font-style:normal;}
#module_28068470 .sub-nav-item,#module_28068470 .arrow,#module_28068470 .sub-normal-color{background-color:#fff;}
#module_28068470 .sub-nav-item .inner{background-image:none;}
#module_28068470 .sub-nav-item .inner{background-repeat:no-repeat;}
#module_28068470 .sub-nav-item .inner{}
#module_28068470 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_28068470 .sub-nav-item{border-bottom-style:solid;}
#module_28068470 .sub-nav-item{border-bottom-width:1px;}
#module_28068470 .sub-nav-item{margin-bottom:0px;}
#module_28068470 .main-nav-item-hover{font-size:14px;}
#module_28068470 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_28068470 .main-nav-item-hover{color:#fff;}
#module_28068470 .main-nav-item-hover{font-weight:normal;}
#module_28068470 .main-nav-item-hover{text-decoration:none;}
#module_28068470 .main-nav-item-hover{font-style:normal;}
#module_28068470 .main-nav-item-hover::before{background-color:#009933;}
#module_28068470 .main-nav-item-hover::before{background-image:none;}
#module_28068470 .main-nav-item-hover::before{background-repeat:no-repeat;}
#module_28068470 .main-nav-item-hover::before{}
#module_28068470 .main-nav-item-hover::before{}
#module_28068470 .sub-nav-item:hover .inner{font-size:12px;}
#module_28068470 .sub-nav-item:hover .inner{font-family:微软雅黑,Microsoft YaHei;}
#module_28068470 .sub-nav-item:hover .inner{color:#000;}
#module_28068470 .sub-nav-item:hover .inner{font-weight:normal;}
#module_28068470 .sub-nav-item:hover .inner{text-decoration:none;}
#module_28068470 .sub-nav-item:hover .inner{font-style:normal;}
#module_28068470 .sub-nav-item:hover .inner,#module_28068470 .sub-hover-color{background-color:#f2f2f2;}
#module_28068470 .sub-nav-item:hover .inner{background-image:none;}
#module_28068470 .sub-nav-item:hover .inner{background-repeat:no-repeat;}
#module_28068470 .sub-nav-item:hover .inner{}
#module_28068470 .sub-nav-item:hover .inner{}


.ModuleGridContainer.ModuleGridContainer28068744 #Sub28068744_2 {width:50.25%;}
.ModuleProductDetailGiant.layout-108 .icon-qrcode img{width: 100%; position: relative; top: -4px;}
.mobile-share-dow {position: absolute; right: 20px; top: 20px; z-index: 1;}
.ModuleProductDetailGiant.layout-108 .watch-more{padding: 0; height: 32px; width: 32px; line-height: 1.3; background: rgba(0,0,0,0.6); border-radius: 50%;}
.ModuleProductDetailGiant.layout-108 .watch-more:active{box-shadow: none;}
.ModuleProductDetailGiant.layout-108 .watch-more:focus{outline: none;}
.ModuleProductDetailGiant.layout-108 .pro_pic_specification{display: none;}
.ModuleProductDetailGiant.layout-108 .specification_have_pic .pro_text_specification{display: none}
.ModuleProductDetailGiant.layout-108 .specification_have_pic .pro_pic_specification{display: block;}
.ModuleProductDetailGiant.layout-108 .inSwiper-slide{background-size: cover; -moz-background-size: cover;}
.ModuleProductDetailGiant.layout-108 .inSwiper-slide i.boshiweb_bofang{display: block; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 50%; background: rgba(0,0,0,0.3); z-index: 100; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.ModuleProductDetailGiant.layout-108 .inSwiper-slide i.boshiweb_bofang:after{content: ''; display: block; position: relative; top: 50%; left: 50%; border-left: 16px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; transform: translate(-7px,-9px);}
.ModuleProductDetailGiant.layout-108 .gallery-thumbs .swiper-slide {width: 70px;}
.ModuleProductDetailGiant.layout-108 .gallery-thumbs .swiper-slide .inSwiper-slide{border:2px solid rgba(0, 0, 0, 0);}
.ModuleProductDetailGiant.layout-108 .gallery-thumbs .swiper-slide.active .inSwiper-slide{border:2px solid #000000;}
.ModuleProductDetailGiant.layout-108 .mobile-model{line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; max-height: 58px;}
.ModuleProductDetailGiant.layout-108 .mobile-model.pro-row{margin-bottom: 20px;}
.ModuleProductDetailGiant.layout-108 .pro-desc.mobile-model{max-height: unset;}
.ModuleProductDetailGiant.layout-108 .pro-desc .mobile-model{word-wrap:break-word; word-break: normal; max-height: unset;}
.ModuleProductDetailGiant.layout-108 .introduceTop{border-bottom: 0;}
.ModuleProductDetailGiant.layout-108 .border-b-pc{border-bottom: 1px solid #eee;}
.ModuleProductDetailGiant.layout-108 .downloadoncBox,
.ModuleProductDetailGiant.layout-108 .downloadonc{display: inline-block; font-size: 13px}
.ModuleProductDetailGiant.layout-108 .particulars{padding-top: 15px;}
.ModuleProductDetailGiant.layout-108 .downloadonc:hover{text-decoration: none}
.ModuleProductDetailGiant.layout-108 .attachment{padding-right: 5px}
.ModuleProductDetailGiant.layout-108 .downloadoncBox .downloadoncle{padding-right:10px;}
.ModuleProductDetailGiant.layout-108 .downloadoncBox{padding-top: 22px; border-top: 1px solid #eee}.ShareIcon{display: none!important;}
.ModuleProductDetailGiant.layout-108 .pro-big-pic-wb{position: relative;}
.ModuleProductDetailGiant.layout-108 .specification-AttrKeyName{padding-right: 10px; float: left; line-height: 22px;}
.ModuleProductDetailGiant.layout-108 .specification_have_pic .specification-AttrKeyName{line-height: 38px;}
.ModuleProductDetailGiant.layout-108 .mobile-title-parameter{line-height: 44px; padding-left: 14px; border-bottom: 1px solid #eee; display: none; margin-bottom: 20px;}
.ModuleProductDetailGiant.layout-108 .specification-box{font-size: 14px; color:#666; margin-bottom: 15px;}
.ModuleProductDetailGiant.layout-108 .mobile-back,
.ModuleProductDetailGiant.layout-108 .img-text-detail{position: absolute; background: rgba(0,0,0,0.6); top:16px; left:16px; display: none; width: 32px; height: 32px; border-radius: 50%; overflow: hidden; z-index: 2; cursor: pointer; text-align: center; line-height: 32px; color: #fff;}
.ModuleProductDetailGiant.layout-108 .img-text-detail{width: 60px; height: 60px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; left:auto; top:auto; right:18px; bottom:18px; padding:16px 0px; text-decoration: none; font-size: 14px; color:#333; line-height: 14px; background: rgba(0,0,0,0.6); font-size: 12px; color: #fff; border: none;}
.ModuleProductDetailGiant.layout-108 .mobile-back img{display: block; position: relative; height: 18px; top: 7px; margin: auto;}
.ModuleProductDetailGiant.layout-108 .pro-row .pro-name{display:inline;-webkit-box-orient: vertical;overflow: hidden;word-wrap:break-word; word-break: normal;}
.ModuleProductDetailGiant.layout-108 .nav-tabs>li>a:hover{background-color:unset;border-color:unset}
.ModuleProductDetailGiant.layout-108 .pro-row .pro-name.webkitbox{display: -webkit-box;}
.ModuleProductDetailGiant.layout-108 .pro-row .stress:nth-child(2){margin-left: 10px;}
.ModuleProductDetailGiant.layout-108 .pro-row .stress{display: inline-block; padding:3px; font-size: 14px; color:red; border:1px solid red; position: relative; top:-3px; border-radius: 4px; margin-right:10px; margin-top: 8px; cursor:pointer; color:#df1b1b;}
.ModuleProductDetailGiant.layout-108 .pro-row.stress-content{display: none; padding-bottom: 14px;}
.ModuleProductDetailGiant.layout-108 .pro-row.stress-content .stress{margin-top: 0; margin-bottom: 8px; top: 0;}
.ModuleProductDetailGiant.layout-108 .pro-row.stress-content .stress:nth-child(2){margin-left: 0px;}
.ModuleProductDetailGiant.layout-108 .particularsMain{margin-top: 25px}
.ModuleProductDetailGiant.layout-108 .particularsNav{top:0;}
.ModuleProductDetailGiant.layout-108 .particulars .particularsNavBox{border: none;}
.ModuleProductDetailGiant.layout-108 ul.particularsNavBox li{padding: 0 24px; display: inline-block; float: none; padding-left: 19px; padding-right: 19px; font-size: 14px; width: auto;}
.ModuleProductDetailGiant.layout-108 ul.particularsNavBox li a{padding-left: 0; padding-right: 0; margin-right: 0;}
.ModuleProductDetailGiant.layout-108 .nav-tabs>li.active>a,
.ModuleProductDetailGiant.layout-108 .nav-tabs>li.active>a:focus,
.ModuleProductDetailGiant.layout-108 .nav-tabs>li.active>a:hover{background-color: unset !important;color:unset !important;}
.ModuleProductDetailGiant.layout-108 .param{width: 100% ; line-height: 2.6;color: #999;overflow: hidden;text-overflow: ellipsis;font-size: 14px;}
.ModuleProductDetailGiant.layout-108 .icon-qrcode{margin-left:10px; width: 18px; display: inline-block;}
.ModuleProductDetailGiant.layout-108 .particularsNav{border-bottom: unset;}
.ModuleProductDetailGiant.layout-108 .particularsNavBox .active{border-bottom: 4px solid #000;}
.ModuleProductDetailGiant.layout-108 .collect-icon{display: inline-block; font-size:18px; vertical-align: middle;}
.ModuleProductDetailGiant.layout-108 .collect-icon.icon-pic-share{font-size: 19px; color:#333;}
.ModuleProductDetailGiant.layout-108 .popover{padding: 0; width: 104px; border-color: transparent;}
.ModuleProductDetailGiant.layout-108 .popover .arrow{border-bottom-color: rgba(0, 0, 0, 0.05);}
.ModuleProductDetailGiant.layout-108 .popover .popover-content{padding: 0;}
.ModuleProductDetailGiant.layout-108 .popover .popover-content>span{display: block; padding: 0 20px; font-size: 12px; line-height: 40px; height: 40px; color: #333; cursor: pointer;}
.ModuleProductDetailGiant.layout-108 .popover .popover-content>span i{margin-right: 16px; width: 18px; display: inline-block; vertical-align: middle;}
.ModuleProductDetailGiant.layout-108 .mob-enquiry{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.ModuleProductDetailGiant.layout-108 .popover .mob-enquiry .icon-xiaoxi1:before{margin-left: -10px;}
.ModuleProductDetailGiant.layout-108 .popover .popover-content>span+span{border-top: 1px solid #ededed;}
.ModuleProductDetailGiant.layout-108 .pro-btn img{position: relative; top:-2px; padding-right: 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.ModuleProductDetailGiant.layout-108 .pro-btn.active img{top:-2px;}
.ModuleProductDetailGiant.layout-108 .introduceBottom{padding-top: 20px;}
.ModuleProductDetailGiant.layout-108 .introduceBottom .pro-row{background:url(/skinp/modules/ModuleProductDetailGiant/images/dian.jpg) no-repeat center;display: flex;}
.ModuleProductDetailGiant.layout-108 .sharAndCollect{display: none;}
.ModuleProductDetailGiant.layout-108 .dian{display: inline-block; height: 8px; width: 8px; background: #999; margin-bottom: 1px; margin-right: 15px;}
.ModuleProductDetailGiant.layout-108 .introduce{margin-bottom: 8px; font-size: 14px;}
.ModuleProductDetailGiant.layout-108{background: #fff}
.ModuleProductDetailGiant.layout-108 .sharAndCollect strong{display: inline-block; width: 50px; height: 50px; text-align: center; line-height: 1; cursor: pointer; font-weight: normal; color: #333;}
.ModuleProductDetailGiant.layout-108 .icon-pic{position: relative; top:1px; font-size: 16px; color:#333;}
.ModuleProductDetailGiant.layout-108 .sharAndCollect strong b{font-weight: normal; font-size: 12px;}
.ModuleProductDetailGiant.layout-108 .sharAndCollect strong img{display: block; width: 16px; margin: 0 auto; margin-bottom: 4px;}
.ModuleProductDetailGiant.layout-108 .pro-btn{width:auto; padding:0 3%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.ModuleProductDetailGiant.layout-108 .gallery-thumbswb{position: relative;}
.ModuleProductDetailGiant.layout-108 .pro-thumbnail-direction.pro-thumbnail-prev{left:auto; right: 0;}
.ModuleProductDetailGiant.layout-108 .pro-thumbnail-direction{position: absolute; left:0; top:50%; width: 50px; margin-top: -18px; cursor: pointer; font-size: 24px; color:#ccc; font-weight: bold; width: 24px}
.ModuleProductDetailGiant.layout-108 .gallery-thumbswb{padding-left:47px;padding-right:47px;margin-top:10px;}
.ModuleProductDetailGiant.layout-108 .huiSeJianXi{display: none}
/* 分享S */
.ModuleProductDetailGiant.layout-108 .pro-btn-share {position: relative; overflow: unset;}
.ModuleProductDetailGiant.layout-108 .pc-share-list-wb {position: absolute; top: 30px; left: -1px; display: none;}
.ModuleProductDetailGiant.layout-108 .pro-btn-share:hover .pc-share-list-wb {display: block;}
.ModuleProductDetailGiant.layout-108 .pc-share-list .pc-share-list-text {line-height: 24px; margin-right: 8px; color: #666;}
.ModuleProductDetailGiant.layout-108 .pc-share-list li {list-style: none; float: left; height: 24px; line-height: 28px;}
.ModuleProductDetailGiant.layout-108 .pc-share-list li img {width: 24px; margin-right: 8px; cursor: pointer; padding-bottom: 1px;}
.ModuleProductDetailGiant .pro-btn1{width: 80px; height: 30px; font-size: 12px; background: #fff; color: #333; line-height: 28px;}
/* 分享E */
.ModuleProductDetailGiant.layout-108 .ProVideoDiv{height: 100%; position: absolute; width: 100%; z-index: 11; background: #fff;}
.ModuleProductDetailGiant.layout-108 .ProVideo{left: 50%; top: 50%; width:100%; position: absolute; transform: translate(-50%,-50%)}
.ModuleProductDetailGiant.layout-108 .ProVideoIcon{font-size:45px; position:absolute; left:48.8%; top:45%; z-index:1;}
.ModuleProductDetailGiant.layout-108 .params-phone-content{display: none;}
.ModuleProductDetailGiant.layout-108 .params-content{padding-top: 10px; border-top: 1px solid #999;}

.ModuleProductDetailGiant.layout-108 .dummy{padding-top: 100%;}
.ModuleProductDetailGiant.layout-108 .mobile-inSlide-size{position: absolute;width: auto;height: auto;z-index: 1;max-width: 100%;max-height: 100%;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.ModuleProductDetailGiant.layout-108 .pc-inSlide-size{opacity: 0; z-index: -1; position: absolute; top: 0; left: 0; height: 100%;}
.ModuleProductDetailGiant.layout-108 #pro-thumbnail .mobile-inSlide-size{position: absolute; opacity: 0; width: 100%; height: 100%; z-index: 1;}
.ModuleProductDetailGiant.layout-108 #pro-thumbnail .pc-inSlide-size{opacity: 0; z-index: -1; position: relative;}
.ModuleProductDetailGiant.layout-108 .active-transparent{border: transparent !important;}
.ModuleProductDetailGiant.layout-108 .nav-tabs>li>a {border: 0;}
.ModuleProductDetailGiant.layout-108 .swiperBox {background: rgba(255, 255, 255, 0);}
.ModuleProductDetailGiant.layout-108 .particulars {background: rgba(255, 255, 255, 0);}

@media only screen and (min-width: 768px) {
	.ModuleProductDetailGiant.layout-108 .swiperBox {width: 40.57%; min-width: 40.57%; max-width: 60%; display: inline-block; vertical-align: top;} 
	.ModuleProductDetailGiant.layout-108 .pro-row {padding-right: 10px;} 
	.ModuleProductDetailGiant.layout-108 .introduce {padding-top: 24px; width: calc(59.43% - 85px); min-width: calc(40% - 85px); max-width: calc(59.43% - 85px); display: inline-block; margin-left: 85px;} 
	.ModuleProductDetailGiant.layout-108 .introduce.hasntMarginRight {margin-left: 0;}
	.ModuleProductDetailGiant.layout-108 .ModuleProduteDetailMain {padding: 0 70px;}
	.ModuleProductDetailGiant.layout-108 .inModuleProduteDetailTop {font-size: 0;}
	.ModuleProductDetailGiant.layout-108 .mobile-download {display: none} 
	.ModuleProductDetailGiant.layout-108 .xunpan-wrapper {margin-top: 10px;} 
	.ModuleProductDetailGiant.layout-108 .watch-more {display: none !important;} 
	.ModuleProductDetailGiant.layout-108 .introduceTop {min-height: 356px;}
}

@media only screen and (max-width: 767px) {
	.ModuleProductDetailGiant .mobile-footer {display: block; background: #fff; height: 50px; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 25; box-shadow: 0 0 5px rgba(0,0,0,.3); transition: all .3s ease-out;} 
	.ModuleProductDetailGiant.layout-108 .flooter-icon {width: 100px; height: 100%; vertical-align: middle; height: 50px; text-align: center; color: #666; cursor: pointer; position: relative;} 
	.ModuleProductDetailGiant.layout-108 .pro-chang-box, 
	.ModuleProductDetailGiant.layout-108 .pro-thumbnail-direction, 
	.ModuleProductDetailGiant.layout-108 .gallery-thumbswb {display: none} 
	.ModuleProductDetailGiant.layout-108 .downloadoncBox {padding-left: 14px; padding-bottom: 10px; padding-top: 10px;} 
	.ModuleProductDetailGiant.layout-108 .swiperBox {width: 100% !important;} 
	.ModuleProductDetailGiant.layout-108 .introduce {width: 100% !important;} 
	.ModuleProductDetailGiant.layout-108 .introduceBottom {padding-top: 0; display: none;} 
	.ModuleProductDetailGiant.layout-108 .huiSeJianXi {height: 8px; background: #eee; display: block;} 
	.ModuleProductDetailGiant.layout-108 .specification-mobile {padding-top: 12px;} 
	.ModuleProductDetailGiant.layout-108 .mobile-title-parameter, 
	.ModuleProductDetailGiant.layout-108 .inModuleProduteDetailTop .mobile-back, 
	.ModuleProductDetailGiant.layout-108 .img-text-detail {display: block;} 
	.ModuleProductDetailGiant.layout-108 .specification-AttrKeyName {display: block; float: none; padding-bottom: 15px;} 
	.ModuleProductDetailGiant.layout-108 .gallery-thumbs, 
	.ModuleProductDetailGiant.layout-108 .maohao-specification {display: none;} 
	.ModuleProductDetailGiant.layout-108 .mobilepd {padding-bottom: 10px;} 
	.ModuleProductDetailGiant.layout-108 .sharAndCollect {display: inline-block; float: right;} 
	.ModuleProductDetailGiant.layout-108 .pcSharAndCollect {display: none;} 
	.ModuleProductDetailGiant.layout-108 {background: #eee} 
	.ModuleProductDetailGiant.layout-108 .pro-row {padding-left: 14px; padding-right: 10px;} 
	.ModuleProductDetailGiant.layout-108 .mobile-model.pro-row {margin-bottom: 0; padding-bottom: 14px;} 
	.ModuleProductDetailGiant.layout-108 .pro-row .stress {display: none;} 
	.ModuleProductDetailGiant.layout-108 .pro-row.stress-content .stress {display: inline-block;} 
	.ModuleProductDetailGiant.layout-108 .pro-row.stress-content {display: block;}
	.ModuleProductDetailGiant.layout-108 .particularsMain {margin-top: 15px} 
	.ModuleProductDetailGiant.layout-108 .mobile-download {float: left; height: 32px; width: 32px; line-height: 32px; border-radius: 50%; padding: 0; text-align: center; border: 1px solid rgba(0, 0, 0, .2);} 
	.ModuleProductDetailGiant.layout-108 .attachment {padding-right: 0px;} 
	.ModuleProductDetailGiant.layout-108 .icon-qrcode {display: none;} 
	.ShareIcon {display: none !important;} 
	#HeaderZoneContainer, #FooterContainer {display: none;} 
	.ModuleProductDetailGiant.layout-108 ul.particularsNavBox li {padding-left: 15px; padding-right: 15px;} 
	.ModuleProductDetailGiant.layout-108 .liji-xunpan, 
	.ModuleProductDetailGiant.layout-108 .release-pd {display: none !important;} 
	.ModuleProductDetailGiant.layout-108 .enquiry {display: none !important;} 
	.ModuleProductDetailGiant.layout-108 .params-phone-content {display: block;} 
	.ModuleProductDetailGiant.layout-108 .params-phone-content .params-name ul {padding-left: 18px;} 
	.ModuleProductDetailGiant.layout-108 .params-phone-content .params-name li {padding: 12px 0;} 
	.ModuleProductDetailGiant.layout-108 .params-phone-content .param-list {padding: 8px 18px 13px 18px;} 
	.ModuleProductDetailGiant.layout-108 .params-content {display: none;} 
	.ModuleProductDetailGiant.layout-108 .particulars {padding-top: 0;} 
	.ModuleProductDetailGiant.layout-108 .ProVideo {height: 37vh;} 
	.ModuleProductDetailGiant.layout-108 .ProVideoIcon {font-size: 32px; left: 45.8%; top: 46%;}
}.module_28303255 .ModuleHead .HeadCenter{float:none;}
#module_28303255 {
padding:0px;
}
#module_28303255 {
height: auto;
}
#module_28303255 .ModuleHead28303255 {
display:none;
}
#module_28303255 .BodyCenter.BodyCenter28303255 {
background:none;background-color:rgba(0,0,0,0);
}
#module_28303255 >.module_28303255 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28303255 >.module_28303255{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28303255 .BodyCenter.BodyCenter28303255 {
padding-top:2.6896%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28303255 .BodyCenter.BodyCenter28303255 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_28303255 >.module_28303255 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28303255 >.module_28303255 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_28303255 >.module_28303255 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28303255:hover {
border:none;
}
#module_28303255:hover >.module_28303255 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28303255 .pro-btn-share.active{color:#009933;}
#module_28303255 .gallery-thumbs .swiper-slide.active .inSwiper-slide,#module_28303255 .common-border-color{border-color:#009933;} #module_28303255 .downloadonc:hover{color:#000000;} #module_28303255 .particularsNavBox .active,#module_28303255 .pro-btn.active,#module_28303255 .tb-viewer-btn{border-color:#000000;} #module_28303255 .pro-btn.active,#module_28303255  .tb-viewer-btn {background-color:#000000;}
#module_28303255 .enquiry,.mob-enquiry,.mob-enquirylink,.enquirylink{border-color:#009933;}
#module_28303255 .enquiry,.mob-enquiry,.mob-enquirylink,.enquirylink,#module_28303255 .tb-viewer-btn{color:#009933;}
#module_28303255 .enquiry,.mob-enquiry,.mob-enquirylink,.enquirylink{background-color:#009933;}
.module_0 .ModuleHead .HeadCenter{float:none;}
#module_0 {
padding:0px;
}
#module_0 {
height: auto;
}
#module_0 .ModuleHead0 {
display:none;
}
#module_0 .ModuleHead .HeadText.HeadText0 {
}
#module_0 .ModuleHead .HeadTextMore.HeadTextMore0 {
}
#module_0 >.module_0 {
border:none;
}
@media screen and (min-width: 768px){
#module_0 .BodyCenter.BodyCenter0 {
}
}
@media screen and (max-width: 767px){
#module_0 .BodyCenter.BodyCenter0 {
}
}
#module_0 .BodyCenter.BodyCenter0 {
}
#module_0 .BodyCenter a {
}

.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridItem {
    min-height: 5px;
}

.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{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;
    }
}.module_28278903 .ModuleHead .HeadCenter{float:none;}
#module_28278903 {
padding:0px;
}
#module_28278903 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_28278903 .ModuleHead28278903 {
display:none;
}
#module_28278903 .BodyCenter.BodyCenter28278903 {
background:none;background-color:#009933;
}
#module_28278903 >.module_28278903 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28278903 >.module_28278903{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28278903 .BodyCenter.BodyCenter28278903 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278903 .BodyCenter.BodyCenter28278903 {
padding-top:5.4348%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.7174%;
}
}
@media screen and (min-width: 768px){
#module_28278903 >.module_28278903 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278903 >.module_28278903 {
margin-top:5.4348%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_28278903 >.module_28278903 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28278903:hover {
border:none;
}
#module_28278903:hover >.module_28278903 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28278903 .ModuleSubContainer{background-color:transparent;}
#module_28278903 .ModuleSubContainer{background-image:none;}
#module_28278903 .ModuleSubContainer{background-repeat:no-repeat;}
#module_28278903 .ModuleSubContainer{background-position:0% 0%;}
#module_28278903 .ModuleSubContainer{background-attachment:scroll;}
#module_28278903 {!bgVideo!}{bgVideoUrl:none}
#module_28278903 .gridBgVideo .bgVideoMask{opacity:0.2}
.ModuleGridContainer.ModuleGridContainer28278903 {}
.module_28278911 .ModuleHead .HeadCenter{float:none;}
#module_28278911 {
padding:0px;
}
#module_28278911 {
position:static;
z-index:0;
top:15px;
left:0px;
width:100%;
height: auto;
}
#module_28278911 .ModuleHead28278911 {
display:none;
}
#module_28278911 .BodyCenter.BodyCenter28278911 {
background:none;background-color:rgba(0,0,0,0);
}
#module_28278911 >.module_28278911 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28278911 >.module_28278911{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28278911 .BodyCenter.BodyCenter28278911 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278911 .BodyCenter.BodyCenter28278911 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_28278911 >.module_28278911 {
margin-top:10px;
margin-left:180px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278911 >.module_28278911 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_28278911 >.module_28278911 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28278911:hover {
border:none;
}
#module_28278911:hover >.module_28278911 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28278911 img{border-top-color:transparent;}
#module_28278911 img{border-top-style:none;}
#module_28278911 img{border-top-width:0px;}
#module_28278911 img{border-right-color:transparent;}
#module_28278911 img{border-right-style:none;}
#module_28278911 img{border-right-width:0px;}
#module_28278911 img{border-bottom-color:transparent;}
#module_28278911 img{border-bottom-style:none;}
#module_28278911 img{border-bottom-width:0px;}
#module_28278911 img{border-left-color:transparent;}
#module_28278911 img{border-left-style:none;}
#module_28278911 img{border-left-width:0px;}
#module_28278911 img{border-top-left-radius:0px;}
#module_28278911 img{border-top-right-radius:0px;}
#module_28278911 img{border-bottom-left-radius:0px;}
#module_28278911 img{border-bottom-right-radius:0px;}
#module_28278911 .BodyCenter{text-align: center;}

/*图文模块 layout 101*/
.ModuleImageTextGiant.layout-101 .imageTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden;}.module_28278912 .ModuleHead .HeadCenter{float:none;}
#module_28278912 {
padding:0px;
}
#module_28278912 {
position:static;
z-index:0;
top:195px;
left:81px;
width:100%;
height: auto;
}
#module_28278912 .ModuleHead28278912 {
display:none;
}
#module_28278912 .BodyCenter.BodyCenter28278912 {
background:none;background-color:rgba(0,0,0,0);
}
#module_28278912 >.module_28278912 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28278912 >.module_28278912{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28278912 .BodyCenter.BodyCenter28278912 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278912 .BodyCenter.BodyCenter28278912 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_28278912 >.module_28278912 {
margin-top:0px;
margin-left:6px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278912 >.module_28278912 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_28278912 >.module_28278912 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28278912:hover {
border:none;
}
#module_28278912:hover >.module_28278912 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28278912 .ModuleImageTextGiantContent{margin-top:0px;}
#module_28278912 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_28278912 .ModuleImageTextGiantContent{margin-left:0px;}
#module_28278912 .ModuleImageTextGiantContent{margin-right:10px;}
#module_28278912 .imageTextGiant-Container{padding-top:10px;}
#module_28278912 .imageTextGiant-Container{padding-bottom:10px;}
#module_28278912 .imageTextGiant-Container{padding-left:10px;}
#module_28278912 .imageTextGiant-Container{padding-right:10px;}
#module_28278912 a{font-size:unset;font-family:unset}
.module_28278901 .ModuleHead .HeadCenter{float:none;}
#module_28278901 {
padding:0px;
}
#module_28278901 {
position:static;
z-index:0;
top:50px;
left:2106px;
width:100%;
height: auto;
}
#module_28278901 .ModuleHead28278901 {
display:none;
}
#module_28278901 .BodyCenter.BodyCenter28278901 {
background:none;background-color:#009933;
}
#module_28278901 >.module_28278901 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28278901 >.module_28278901{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28278901 .BodyCenter.BodyCenter28278901 {
padding-top:2.6896%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.6896%;
}
}
@media screen and (max-width: 767px){
#module_28278901 .BodyCenter.BodyCenter28278901 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_28278901 >.module_28278901 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28278901 >.module_28278901 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_28278901 >.module_28278901 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28278901:hover {
border:none;
}
#module_28278901:hover >.module_28278901 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28278901 .ModuleSubContainer{background-color:transparent;}
#module_28278901 .ModuleSubContainer{background-image:none;}
#module_28278901 .ModuleSubContainer{background-repeat:no-repeat;}
#module_28278901 .ModuleSubContainer{background-position:0% 0%;}
#module_28278901 .ModuleSubContainer{background-attachment:scroll;}
#module_28278901 {!bgVideo!}{bgVideoUrl:none}
#module_28278901 .gridBgVideo .bgVideoMask{opacity:0.2}
.ModuleGridContainer.ModuleGridContainer28278901 {}
.module_28278904 .ModuleHead .HeadCenter{float:none;}
#module_28278904 {
padding:0px;
}
#module_28278904 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_28278904 .ModuleHead28278904 {
display:none;
}
#module_28278904 .BodyCenter.BodyCenter28278904 {
background:none;background-color:rgba(0,0,0,0);
}
#module_28278904 >.module_28278904 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28278904 >.module_28278904{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28278904 .BodyCenter.BodyCenter28278904 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28278904 .BodyCenter.BodyCenter28278904 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_28278904 >.module_28278904 {
margin-top:11.9919%;
margin-left:0.0000%;
margin-right:33.3218%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28278904 >.module_28278904 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_28278904 >.module_28278904 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28278904:hover {
border:none;
}
#module_28278904:hover >.module_28278904 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28278904 img{border-top-color:transparent;}
#module_28278904 img{border-top-style:none;}
#module_28278904 img{border-top-width:0px;}
#module_28278904 img{border-right-color:transparent;}
#module_28278904 img{border-right-style:none;}
#module_28278904 img{border-right-width:0px;}
#module_28278904 img{border-bottom-color:transparent;}
#module_28278904 img{border-bottom-style:none;}
#module_28278904 img{border-bottom-width:0px;}
#module_28278904 img{border-left-color:transparent;}
#module_28278904 img{border-left-style:none;}
#module_28278904 img{border-left-width:0px;}
#module_28278904 img{border-top-left-radius:0px;}
#module_28278904 img{border-top-right-radius:0px;}
#module_28278904 img{border-bottom-left-radius:0px;}
#module_28278904 img{border-bottom-right-radius:0px;}
#module_28278904 .BodyCenter{text-align: center;}

.module_28278905 .ModuleHead .HeadCenter{float:none;}
#module_28278905 {
padding:0px;
}
#module_28278905 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_28278905 .ModuleHead28278905 {
display:none;
}
#module_28278905 .ModuleHead .HeadText.HeadText28278905 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_28278905 .ModuleHead .HeadCenter.HeadCenter28278905{text-align:left;}
#module_28278905 .ModuleHead .HeadCenter.HeadCenter28278905 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_28278905 .BodyCenter.BodyCenter28278905 {
background:none;background-color:rgba(0,0,0,0);
}
#module_28278905 >.module_28278905 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:dashed;
border-left-color:rgb(141, 179, 226);
border-left-width:1px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28278905 >.module_28278905{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28278905 .BodyCenter.BodyCenter28278905 {
padding-top:0px;
padding-left:40px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278905 .BodyCenter.BodyCenter28278905 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_28278905 >.module_28278905 {
margin-top:0px;
margin-left:10px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278905 >.module_28278905 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_28278905 >.module_28278905 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28278905:hover {
border:none;
}
#module_28278905:hover >.module_28278905 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28278905 .ModuleImageTextGiantContent{margin-top:px;}
#module_28278905 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_28278905 .ModuleImageTextGiantContent{margin-left:px;}
#module_28278905 .ModuleImageTextGiantContent{margin-right:px;}
#module_28278905 .imageTextGiant-Container{padding-top:10px;}
#module_28278905 .imageTextGiant-Container{padding-bottom:10px;}
#module_28278905 .imageTextGiant-Container{padding-left:10px;}
#module_28278905 .imageTextGiant-Container{padding-right:10px;}
#module_28278905 a{font-size:unset;font-family:unset}
.module_28278906 .ModuleHead .HeadCenter{float:none;}
#module_28278906 {
padding:0px;
}
#module_28278906 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_28278906 .ModuleHead28278906 {
display:none;
}
#module_28278906 .ModuleHead .HeadText.HeadText28278906 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_28278906 .ModuleHead .HeadCenter.HeadCenter28278906{text-align:left;}
#module_28278906 .ModuleHead .HeadCenter.HeadCenter28278906 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_28278906 .BodyCenter.BodyCenter28278906 {
background:none;background-color:rgba(0,0,0,0);
}
#module_28278906 >.module_28278906 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28278906 >.module_28278906{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28278906 .BodyCenter.BodyCenter28278906 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278906 .BodyCenter.BodyCenter28278906 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_28278906 >.module_28278906 {
margin-top:10px;
margin-left:180px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278906 >.module_28278906 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_28278906 >.module_28278906 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28278906:hover {
border:none;
}
#module_28278906:hover >.module_28278906 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28278906 img{border-top-color:transparent;}
#module_28278906 img{border-top-style:none;}
#module_28278906 img{border-top-width:0px;}
#module_28278906 img{border-right-color:transparent;}
#module_28278906 img{border-right-style:none;}
#module_28278906 img{border-right-width:0px;}
#module_28278906 img{border-bottom-color:transparent;}
#module_28278906 img{border-bottom-style:none;}
#module_28278906 img{border-bottom-width:0px;}
#module_28278906 img{border-left-color:transparent;}
#module_28278906 img{border-left-style:none;}
#module_28278906 img{border-left-width:0px;}
#module_28278906 img{border-top-left-radius:0px;}
#module_28278906 img{border-top-right-radius:0px;}
#module_28278906 img{border-bottom-left-radius:0px;}
#module_28278906 img{border-bottom-right-radius:0px;}
#module_28278906 .BodyCenter{text-align: ;}

.module_28278908 .ModuleHead .HeadCenter{float:none;}
#module_28278908 {
padding:0px;
}
#module_28278908 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_28278908 .ModuleHead28278908 {
display:none;
}
#module_28278908 .ModuleHead .HeadText.HeadText28278908 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_28278908 .ModuleHead .HeadCenter.HeadCenter28278908{text-align:left;}
#module_28278908 .ModuleHead .HeadCenter.HeadCenter28278908 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_28278908 .BodyCenter.BodyCenter28278908 {
background:none;background-color:rgba(0,0,0,0);
}
#module_28278908 >.module_28278908 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28278908 >.module_28278908{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28278908 .BodyCenter.BodyCenter28278908 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278908 .BodyCenter.BodyCenter28278908 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_28278908 >.module_28278908 {
margin-top:0px;
margin-left:0px;
margin-right:10px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278908 >.module_28278908 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_28278908 >.module_28278908 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28278908:hover {
border:none;
}
#module_28278908:hover >.module_28278908 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28278908 .ModuleImageTextGiantContent{margin-top:px;}
#module_28278908 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_28278908 .ModuleImageTextGiantContent{margin-left:px;}
#module_28278908 .ModuleImageTextGiantContent{margin-right:px;}
#module_28278908 .imageTextGiant-Container{padding-top:10px;}
#module_28278908 .imageTextGiant-Container{padding-bottom:10px;}
#module_28278908 .imageTextGiant-Container{padding-left:10px;}
#module_28278908 .imageTextGiant-Container{padding-right:10px;}
#module_28278908 a{font-size:unset;font-family:unset}
.module_28278907 .ModuleHead .HeadCenter{float:none;}
#module_28278907 {
padding:0px;
}
#module_28278907 {
position:static;
z-index:0;
top:33px;
left:0px;
width:100%;
height: auto;
}
#module_28278907 .ModuleHead28278907 {
display:none;
}
#module_28278907 .ModuleHead .HeadText.HeadText28278907 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_28278907 .ModuleHead .HeadCenter.HeadCenter28278907{text-align:left;}
#module_28278907 .ModuleHead .HeadCenter.HeadCenter28278907 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_28278907 .BodyCenter.BodyCenter28278907 {
background:none;background-color:rgba(0,0,0,0);
}
#module_28278907 >.module_28278907 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28278907 >.module_28278907{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28278907 .BodyCenter.BodyCenter28278907 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278907 .BodyCenter.BodyCenter28278907 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_28278907 >.module_28278907 {
margin-top:10px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278907 >.module_28278907 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_28278907 >.module_28278907 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28278907:hover {
border:none;
}
#module_28278907:hover >.module_28278907 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28278907 img{border-top-color:transparent;}
#module_28278907 img{border-top-style:none;}
#module_28278907 img{border-top-width:0px;}
#module_28278907 img{border-right-color:transparent;}
#module_28278907 img{border-right-style:none;}
#module_28278907 img{border-right-width:0px;}
#module_28278907 img{border-bottom-color:transparent;}
#module_28278907 img{border-bottom-style:none;}
#module_28278907 img{border-bottom-width:0px;}
#module_28278907 img{border-left-color:transparent;}
#module_28278907 img{border-left-style:none;}
#module_28278907 img{border-left-width:0px;}
#module_28278907 img{border-top-left-radius:0px;}
#module_28278907 img{border-top-right-radius:0px;}
#module_28278907 img{border-bottom-left-radius:0px;}
#module_28278907 img{border-bottom-right-radius:0px;}
#module_28278907 .BodyCenter{text-align: ;}

.module_28278909 .ModuleHead .HeadCenter{float:none;}
#module_28278909 {
padding:0px;
}
#module_28278909 {
position:static;
z-index:0;
top:871px;
left:1559px;
width:100%;
height: auto;
}
#module_28278909 .ModuleHead28278909 {
display:none;
}
#module_28278909 .ModuleHead .HeadText.HeadText28278909 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_28278909 .ModuleHead .HeadCenter.HeadCenter28278909{text-align:left;}
#module_28278909 .ModuleHead .HeadCenter.HeadCenter28278909 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_28278909 .BodyCenter.BodyCenter28278909 {
background:none;background-color:rgba(0,0,0,0);
}
#module_28278909 >.module_28278909 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28278909 >.module_28278909{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28278909 .BodyCenter.BodyCenter28278909 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278909 .BodyCenter.BodyCenter28278909 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_28278909 >.module_28278909 {
margin-top:0px;
margin-left:6px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28278909 >.module_28278909 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_28278909 >.module_28278909 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28278909:hover {
border:none;
}
#module_28278909:hover >.module_28278909 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28278909 .ModuleImageTextGiantContent{margin-top:px;}
#module_28278909 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_28278909 .ModuleImageTextGiantContent{margin-left:px;}
#module_28278909 .ModuleImageTextGiantContent{margin-right:px;}
#module_28278909 .imageTextGiant-Container{padding-top:10px;}
#module_28278909 .imageTextGiant-Container{padding-bottom:10px;}
#module_28278909 .imageTextGiant-Container{padding-left:10px;}
#module_28278909 .imageTextGiant-Container{padding-right:10px;}
#module_28278909 a{font-size:unset;font-family:unset}
.module_28356458 .ModuleHead .HeadCenter{float:none;}
#module_28356458 {
padding:0px;
}
#module_28356458 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_28356458 .ModuleHead28356458 {
display:none;
}
#module_28356458 .BodyCenter.BodyCenter28356458 {
background:none;background-color:#009933;
}
#module_28356458 >.module_28356458 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28356458 >.module_28356458{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28356458 .BodyCenter.BodyCenter28356458 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28356458 .BodyCenter.BodyCenter28356458 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_28356458 >.module_28356458 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28356458 >.module_28356458 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_28356458 >.module_28356458 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28356458:hover {
border:none;
}
#module_28356458:hover >.module_28356458 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28356458 .ModuleSubContainer{background-color:transparent;}
#module_28356458 .ModuleSubContainer{background-image:none;}
#module_28356458 .ModuleSubContainer{background-repeat:no-repeat;}
#module_28356458 .ModuleSubContainer{background-position:0% 0%;}
#module_28356458 .ModuleSubContainer{background-attachment:scroll;}
#module_28356458 {!bgVideo!}{bgVideoUrl:none}
#module_28356458 .gridBgVideo .bgVideoMask{opacity:0.2}
.ModuleGridContainer.ModuleGridContainer28356458 {}
/*友情链接 layout 101*/

.ModuleLinkListGiant.layout-101{min-height: 29px;}
.ModuleLinkListGiant.layout-101 .LinkHor{float: left;display: inline-block;white-space: nowrap;}
.ModuleLinkListGiant.layout-101 .LinkVer{display:block;}
.ModuleLinkListGiant.layout-101 .btn:hover{text-decoration:underline;}.module_28356460 .ModuleHead .HeadCenter{float:none;}
#module_28356460 {
padding:0px;
}
#module_28356460 {
position:static;
z-index:0;
top:2949px;
left:997px;
width:100%;
height: auto;
}
#module_28356460 .ModuleHead28356460 {
display:none;
}
#module_28356460 .BodyCenter.BodyCenter28356460 {
background:none;background-color:rgba(0,0,0,0);
}
#module_28356460 >.module_28356460 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28356460 >.module_28356460{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28356460 .BodyCenter.BodyCenter28356460 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28356460 .BodyCenter.BodyCenter28356460 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_28356460 >.module_28356460 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28356460 >.module_28356460 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_28356460 >.module_28356460 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28356460:hover {
border:none;
}
#module_28356460:hover >.module_28356460 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28356460 .link-item .LinkHor .btn-link{font-size:12px;}
#module_28356460 .link-item .LinkHor .btn-link{font-family:微软雅黑,Microsoft YaHei;}
#module_28356460 .link-item .LinkHor .btn-link{color:rgba(255, 255, 255, 0.71);}
#module_28356460 .link-item .LinkHor .btn-link{font-weight:normal;}
#module_28356460 .link-item .LinkHor .btn-link{text-decoration:none;}
#module_28356460 .link-item .LinkHor .btn-link{font-style:normal;}
#module_28356460 .link-item .LinkHor .btn-link:hover{font-size:12px;}
#module_28356460 .link-item .LinkHor .btn-link:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_28356460 .link-item .LinkHor .btn-link:hover{color:rgb(255, 255, 255);}
#module_28356460 .link-item .LinkHor .btn-link:hover{font-weight:normal;}
#module_28356460 .link-item .LinkHor .btn-link:hover{text-decoration:underline;}
#module_28356460 .link-item .LinkHor .btn-link:hover{font-style:normal;}

.module_28278902 .ModuleHead .HeadCenter{float:none;}
#module_28278902 {
padding:0px;
}
#module_28278902 {
position:static;
z-index:0;
top:206px;
left:353px;
width:100%;
height: auto;
}
#module_28278902 .ModuleHead28278902 {
display:none;
}
#module_28278902 .BodyCenter.BodyCenter28278902 {
background:none;background-color:#009933;
}
#module_28278902 >.module_28278902 {
border-top-style:solid;
border-top-color:#fff;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28278902 >.module_28278902{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28278902 .BodyCenter.BodyCenter28278902 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28278902 .BodyCenter.BodyCenter28278902 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_28278902 >.module_28278902 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28278902 >.module_28278902 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_28278902 >.module_28278902 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28278902:hover {
border:none;
}
#module_28278902:hover >.module_28278902 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28278902 .ModuleSubContainer{background-color:transparent;}
#module_28278902 .ModuleSubContainer{background-image:none;}
#module_28278902 .ModuleSubContainer{background-repeat:no-repeat;}
#module_28278902 .ModuleSubContainer{background-position:0% 0%;}
#module_28278902 .ModuleSubContainer{background-attachment:scroll;}
#module_28278902 {!bgVideo!}{bgVideoUrl:none}
#module_28278902 .gridBgVideo .bgVideoMask{opacity:0.2}
.ModuleGridContainer.ModuleGridContainer28278902 {}
.module_28278910 .ModuleHead .HeadCenter{float:none;}
#module_28278910 {
padding:0px;
}
#module_28278910 {
position:static;
z-index:0;
top:42px;
left:0px;
width:100%;
height: auto;
}
#module_28278910 .ModuleHead28278910 {
display:none;
}
#module_28278910 .BodyCenter.BodyCenter28278910 {
background:none;background-color:rgba(0,0,0,0);
}
#module_28278910 >.module_28278910 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28278910 >.module_28278910{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28278910 .BodyCenter.BodyCenter28278910 {
padding-top:0.4167%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28278910 .BodyCenter.BodyCenter28278910 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_28278910 >.module_28278910 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_28278910 >.module_28278910 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_28278910 >.module_28278910 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28278910:hover {
border:none;
}
#module_28278910:hover >.module_28278910 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28278910 .ModuleImageTextGiantContent{margin-top:0px;}
#module_28278910 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_28278910 .ModuleImageTextGiantContent{margin-left:0px;}
#module_28278910 .ModuleImageTextGiantContent{margin-right:10px;}
#module_28278910 .imageTextGiant-Container{padding-top:10px;}
#module_28278910 .imageTextGiant-Container{padding-bottom:10px;}
#module_28278910 .imageTextGiant-Container{padding-left:10px;}
#module_28278910 .imageTextGiant-Container{padding-right:10px;}
#module_28278910 a{font-size:unset;font-family:unset}
.ModuleMobileNavGiant.layout-101 p{ color: #fff;}
.ModuleMobileNavGiant.layout-101 .subnav li a { font-size: 15px;}
.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav{    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;}
 .mobileFootNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.ModuleMobileNavGiant.layout-101 .maxlarge{max-width: 10rem;}
.ModuleMobileNavGiant.layout-101 .maxmiddle{max-width: 8rem;}
.ModuleMobileNavGiant.layout-101  .header-model{width: 100%; height: 3rem;}
.ModuleMobileNavGiant.layout-101 .micro-nav-item{ background:#333333;max-height: calc(100vh);z-index: 99999;-webkit-overflow-scrolling: touch;}
 .mobileNavFloatLayer_1 {  display: block;  visibility: hidden;  width: 17rem;  height: 100%;  -ms-transform: translateX(-17rem);  -khtml-transform: translateX(-17rem);  -webkit-transform: translateX(-17rem);  -o-transform: translateX(-17rem);  -moz-transform: translateX(-17rem);  transform: translateX(-17rem);  -ms-transition: 0.5s;  -webkit-transition: 0.5s;  -khtml-transition: 0.5;  -o-transition: 0.5s;  -moz-transition: 0.5s;  transition: 0.5s;  -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0,0,0,.3);  -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0,0,0,.3);  -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0,0,0,.3);  -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0,0,0,.3);  box-shadow: inset -0.3rem 0rem 0.5rem rgba(0,0,0,.3);  }
.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li{  color: #fff;border-bottom: 1px solid #666; }
.ModuleMobileNavGiant.layout-101 .micro-nav-item ul  li.on{border-left: 5px solid #888888;transition: all .3s ease-out }
.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a{padding-left:15%; font-size: 15px; color: #fff; display: block;  height: 65px; position: relative;}
.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a .main-class-colorlump{width: 10px;height: 66px;background-color: #888;display: none;vertical-align: middle;top: unset; margin-right: 0; transform: unset; position: unset;}
.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i{ width:18.5px; height: 20px;  display: inline-block; margin-right: 1.06rem; position: absolute; top: 50%;  transform: translateY(-50%);}
.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis; font-size: 15px;position: absolute; top: 50%;  transform: translateY(-50%); margin-left: 2.06rem;}
.ModuleMobileNavGiant.layout-101 .micro-nav-item ul  li.open>a .more:before { content: "\e6a6";   }
.ModuleMobileNavGiant.layout-101 .subnav{ z-index: -99;}
.ModuleMobileNavGiant.layout-101 .micro-nav{ position: absolute; top: 50px;    width: 100%;display: none;}
.ModuleMobileNavGiant.layout-101 .more{line-height: 65px; z-index: 999;font-size: 20px; text-align: center;width: 50px; height: 100%; display: inline-block; position: absolute; right: 0;top: 50%;  transform: translateY(-50%);     transition: all 0.4s ease;}
.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu{padding-left:30%;}
/*滚动条*/
.ModuleMobileNavGiant.layout-101 .micro-nav-item {  overflow: auto; height: 100%;}
.ModuleMobileNavGiant.layout-101 #accordion{    position: relative; top: 0;  }
/*二级导航*/
.ModuleMobileNavGiant.layout-101 .subnav a{padding-left: 25%; display: block; font-size:15px;position: relative; height: 65px; /*line-height: 65px;*/ }
.ModuleMobileNavGiant.layout-101 .containers{ width: 100%;  height: 100%;  max-width: 100%;  overflow: hidden; position: relative;  }
.ModuleMobileNavGiant.layout-101 header {  height:50px!important;  background: #000;  font-size: 16px;  font-weight: 700;  color: #fff;  line-height: 50px;  -moz-box-sizing: border-box;  box-sizing: border-box;  width: 100%;  height: 50px;  padding: 0 0  }
.ModuleMobileNavGiant.layout-101 header {  box-sizing: border-box;  width: 100%  }
.ModuleMobileNavGiant.layout-101 header a.mm-hbtn {  background: center center no-repeat transparent;  display: block;  width: 30px;  height: 30px;  position: absolute;  top: 0;  left: 10px;  margin: 10px  }
.ModuleMobileNavGiant.layout-101 .lcbody {  width: 30px;  height: 30px;  position: relative;  transform: translateZ(0) rotate(0);  transition: transform .4s cubic-bezier(.4,.01,.165,.99)  }
.ModuleMobileNavGiant.layout-101 .lcitem {  position: absolute;  left: 0;  top: 0;  transform: translateZ(0) rotate(0);  transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;  -webkit-transform: translateZ(0) rotate(0);  -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;  width: 30px;  height: 30px  }
.ModuleMobileNavGiant.layout-101 .lcitem .rect {  width: 30px;  height: 2px;  background: #fff;  position: absolute;  left: 0;  top: 46%;  transition: transform .2s ease .2s;  -webkit-transition: -webkit-transform .2s ease .2s  }
.ModuleMobileNavGiant.layout-101 .lcitem .rect.top {  transform: translate3d(0,-6px,0);  -webkit-transform: translate3d(0,-6px,0) }
.ModuleMobileNavGiant.layout-101 .lcitem .rect.bottom {  transform: translate3d(0,6px,0);  -webkit-transform: translate3d(0,6px,0)  }
.bodyfixd{position:fixed;width:100%;height:100%;overflow: hidden}
.bodyabstre{position:absolute;width:100%;height:100%;overflow: hidden}
.ModuleMobileNavGiant.layout-101 .view-change header .mm-hbtn .lcbody {  transform: translateZ(0) rotate(90deg);  -webkit-transform: translateZ(0) rotate(90deg)  }
.ModuleMobileNavGiant.layout-101 .view-change header .mm-hbtn .lcitem {  transform: translateZ(0) rotate(45deg);  transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;  -webkit-transform: translateZ(0) rotate(45deg);  -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s  }
.ModuleMobileNavGiant.layout-101 .view-change header .mm-hbtn .lcitem.bottom {  transform: translateZ(0) rotate(-45deg);  -webkit-transform: translateZ(0) rotate(-45deg)  }
.ModuleMobileNavGiant.layout-101 .view-change .mm-hbtn .lcitem .rect {  transition: transform .2s ease .2s;  transform: translate3d(0,0,0);  -webkit-transition: -webkit-transform .2s ease .2s;  -webkit-transform: translate3d(0,0,0)  }
.ModuleMobileNavGiant.layout-101 .subnav li:first-child{border-top: 1px solid #666;}
.ModuleMobileNavGiant.layout-101 .subnav li{border: 0 ! important}
.ModuleMobileNavGiant.layout-101 .subnav li:last-child{border-bottom:0;}
.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top:3rem;
}
.ModuleMobileNavGiant.layout-101 #header p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
}
.ModuleMobileNavGiant.layout-101 #header p img{
    max-height: 40px;
    margin-right: 8px;
    margin-left: 15px;
    padding-left: 40px;
}
@media only screen and (max-width: 767px){
    .mobileNav {  width: 100%;  height: 3rem;  line-height: 3rem;  text-align: center;    position:fixed;}

    .mobileNavFloatLayer_1 {  display: block;  visibility: hidden;  width: 17rem;  height: 100%;  -ms-transform: translateX(-17rem);  -khtml-transform: translateX(-17rem);  -webkit-transform: translateX(-17rem);  -o-transform: translateX(-17rem);  -moz-transform: translateX(-17rem);  transform: translateX(-17rem);  -ms-transition: 0.5s;  -webkit-transition: 0.5s;  -khtml-transition: 0.5;  -o-transition: 0.5s;  -moz-transition: 0.5s;  transition: 0.5s;  -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0,0,0,.3);  -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0,0,0,.3);  -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0,0,0,.3);  -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0,0,0,.3);  box-shadow: inset -0.3rem 0rem 0.5rem rgba(0,0,0,.3);  }
}
@media only screen and (min-width: 768px){
    .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
        margin-top:0px;
    }
    .ModuleMobileNavGiant.layout-101 .header-model{ display: none;}
}.module_28059384 .ModuleHead .HeadCenter{float:none;}
#module_28059384 {
padding:0px;
}
#module_28059384 {
}
#module_28059384 .ModuleHead28059384 {
display:none;
}
#module_28059384 .BodyCenter.BodyCenter28059384 {
background:none;background-color:rgba(0,0,0,0);
}
#module_28059384 >.module_28059384 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_28059384 >.module_28059384{
overflow: hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_28059384 .BodyCenter.BodyCenter28059384 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28059384 .BodyCenter.BodyCenter28059384 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_28059384 >.module_28059384 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_28059384 >.module_28059384 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_28059384 >.module_28059384 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_28059384:hover {
border:none;
}
#module_28059384:hover >.module_28059384 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_28059384 {}#module_28059384.layout-101 #header{background-color:rgb(26, 62, 106);}
#module_28059384 {}#module_28059384.layout-101 #header p{color:#fff;}
#module_28059384 {}#module_28059384.layout-101 .lcitem .rect{background:#fff;}
#module_28059384 {}#module_28059384.layout-101 .micro-nav-item ul li{border-bottom-color:rgb(42, 75, 115);}
#module_28059384 {}#module_28059384.layout-101 .micro-nav-item,#module_28059384.layout-101 #MobileNavFloatLayer{background-color:#009933;}
#module_28059384 {}#module_28059384.layout-101 .micro-nav-item>ul>li>a{background:#009933;}
#module_28059384 {}#module_28059384.layout-101 .micro-nav-item>ul>li>a,#module_28059384.layout-101 .micro-nav-item>ul>li>a p{color:#fff;}
#module_28059384 {}#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a{background:#3c3c3c;}
#module_28059384 {}#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a,#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_28059384 {}#module_28059384.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_28059384 {}#module_28059384.layout-101 .micro-nav-item>ul>li>a:hover,#module_28059384.layout-101 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_28059384 {}#module_28059384.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:#009933;}
#module_28059384 {}#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:#777;}
#module_28059384 {}#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_28059384.layout-101 .micro-nav-item>ul>li .subnav a:hover p{color:#fff;}
.module_28059385 .ModuleHead .HeadCenter{float:none;}
#module_28059385 {
padding:0px;
}
#module_28059385 {
}
#module_28059385 .ModuleHead0 {
display:none;
}
#module_28059385 .ModuleHead .HeadText.HeadText0 {
}
#module_28059385 .ModuleHead .HeadTextMore.HeadTextMore0 {
}
#module_28059385 >.module_0 {
border:none;
}
@media screen and (min-width: 768px){
#module_28059385 .BodyCenter.BodyCenter0 {
}
}
@media screen and (max-width: 767px){
#module_28059385 .BodyCenter.BodyCenter0 {
}
}
#module_28059385 .BodyCenter.BodyCenter0 {
}
#module_28059385 .BodyCenter a {
}

