.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_22315609 .ModuleHead .HeadCenter{float:none;}
#module_22315609 {padding:0px;}
#module_22315609 {position:static;z-index:0;width:100%;height: auto;}
#module_22315609 .ModuleHead22315609 {display:none;}
#module_22315609 .ModuleSubContainer{background-color:transparent;background-repeat:no-repeat;background-position:0% 0%;background-attachment:scroll;}
#module_22315609 {!bgVideo!}{bgVideoUrl:}
#module_22315609 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22315609 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
.ModuleGridContainer.ModuleGridContainer22315609 {max-width:none;width:100%;}
/*轮播图样式*/

/*切换按钮样式*/
.ModuleSlideGiant.layout-107 .slidegiant-container .swiper-container{ position: relative;}
.ModuleSlideGiant.layout-107 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-107 .slidegiant-container .swiper-slideshow-1-prev{ position: absolute; width: 81px; height: 82px; background: rgba(0,0,0,0.2);top:50%;z-index: 9999;transform : translate(0,-50%); transition: all .3s }
.ModuleSlideGiant.layout-107 .slidegiant-container .swiper-slideshow-1-next:hover,.ModuleSlideGiant.layout-107 .slidegiant-container .swiper-slideshow-1-prev:hover{background: rgba(0,0,0,0.4);}
.ModuleSlideGiant.layout-107 .slidegiant-container .swiper-slideshow-1-next{left: 0; cursor: pointer;}
.ModuleSlideGiant.layout-107 .slidegiant-container .swiper-slideshow-1-prev{right: 0;cursor: pointer;}
.ModuleSlideGiant.layout-107 .slidegiant-container .swiper-slideshow-1-next:before{ content: ""; position: absolute; top:28%; left: 40%; width: 2px; height:20px; background: #fff;transform: rotate(45deg);}
.ModuleSlideGiant.layout-107 .slidegiant-container .swiper-slideshow-1-next:after{ content: ""; position: absolute; top:44%; left: 40%; width: 2px; height:20px; background: #fff;transform: rotate(135deg);}

.ModuleSlideGiant.layout-107 .slidegiant-container .swiper-slideshow-1-prev:before{ content: ""; position: absolute; top:28%; right: 40%; width: 2px; height:20px; background: #fff;transform: rotate(-45deg);}
.ModuleSlideGiant.layout-107 .slidegiant-container .swiper-slideshow-1-prev:after{ content: ""; position: absolute; top:44%; right: 40%; width: 2px; height:20px; background: #fff;transform: rotate(-135deg);}
.ModuleSlideGiant.layout-107 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet{width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1;}
.ModuleSlideGiant.layout-107 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;    transform: translate(-50%,-50%);}
.ModuleSlideGiant.layout-107 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background: rgba(0, 0, 0, 0.21); }
.ModuleSlideGiant.layout-107 .slidegiant-container .tiles-nav  ul li{ display: none;}
/*缩略图*/
.ModuleSlideGiant.layout-107 .slidegiant-container .tiles-nav ul li{ position: absolute; z-index: 1; padding: .3em; margin-top: -1.5em; background: rgba(255,255,255,1);  border-radius: 2px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; -webkit-backface-visibility: hidden;}
.ModuleSlideGiant.layout-107 .slidegiant-container .tiles-nav ul li:after, .ModuleSlideGiant.layout-107 .slidegiant-container .tiles-nav ul li:before {content: ""; position: absolute; top: 100%; left: 50%; margin-left: -10px; border-style: solid; border-width: 10px; border-color: transparent; border-top-color: rgba(255,255,255,1); }
.ModuleSlideGiant.layout-107 .slidegiant-container .tiles-nav img {display: block; height: 80px; width: 188px; }
/*.ModuleSlideGiant.layout-107 .forie .swiper-container {height: 600px;}*/
.ModuleSlideGiant.layout-107 .forie .swiper-pagination {  position: absolute;  left: 0;  text-align: center;  bottom:5px;  width: 100%;  }
.ModuleSlideGiant.layout-107 .forie .swiper-pagination-switch{display: inline-block;width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1; margin: 0 5px;}
.ModuleSlideGiant.layout-107 .forie .swiper-pagination-switch:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 25%; left: 25%;    transform: translate(-50%,-50%);}
.ModuleSlideGiant.layout-107 .forie .swiper-active-switch{background: rgba(0, 0, 0, 0.21); }
@media only screen and (max-width: 767px) {
    .ModuleSlideGiant .SubContainer {display: none;}
    .ModuleSlideGiant.layout-107 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-107 .slidegiant-container .swiper-slideshow-1-prev{display: none}
}

.module_22332847 .ModuleHead .HeadCenter{float:none;}
#module_22332847 {padding:0px;}
#module_22332847 {position:static;z-index:0;top:192px;left:1060px;width:100%;height: auto;}
#module_22332847 .ModuleHead22332847 {display:none;}
#module_22332847 .BodyCenter.BodyCenter22332847 {background:none;background-color:rgba(0,0,0,0);}
#module_22332847 >.module_22332847 {border:0px solid #000;overflow: hidden;	border-radius:0px;}
@media screen and (min-width: 768px){#module_22332847 .BodyCenter.BodyCenter22332847 {padding: 0;}}
@media screen and (max-width: 767px){#module_22332847 .BodyCenter.BodyCenter22332847 {padding: 0;}}
@media screen and (min-width: 768px){#module_22332847 >.module_22332847 {margin: 0;}}
@media screen and (max-width: 767px){#module_22332847 >.module_22332847 {margin: 0;}}
#module_22332847 >.module_22332847 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22332847:hover {border:none;}
#module_22332847:hover >.module_22332847 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22332847 .SubContainer {max-width:1200px !important;}

/*轮播图样式*/

    /* 拖拽新增模块的占位符 */
    #module_22332847 .addnewhelper { background: transparent !important; width: 100%; height: 100% !important; color: #fff !important; font-size: 30px; z-index: auto; }
    #module_22332847 .addnewhelper > span { display: none !important; }

    /* 拖拽进来的占位符 */
    #module_22332847 .silde-new-module-helper { height: 100% !important; }
    #module_22332847 .addmodulehelper > span, #module_22332847 .silde-new-module-helper > span {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 999;}

    /* hack 容器的样式 */
    #module_22332847 .SubContainer { position: absolute; top: 0; left: 50%; width: 100%;
    
    height: 100% !important; z-index: 99; max-width: 1200px; transform: translateX(-50%);
    }
    .module_22332847 .ModuleItem { position: absolute; top: 0; left: 40%; width: 200px; height: 200px; z-index: 99; }

    /* 重置标记 */

    /* 上 */
    #module_22332847 .ui-resizable-n { border-top: 1px solid #0000ff; background-image: none; }
    /* 下 */
    #module_22332847 .ui-resizable-s { border-bottom: 1px solid #0000ff; }
    /* 左 */
    #module_22332847 .ui-resizable-w { border-left: 1px solid #0000ff; background-image: none; }
    /* 右 */
    #module_22332847 .ui-resizable-e { border-right: 1px solid #0000ff; background-image: none; }

    /* 右上角 */
    #module_22332847 .ui-resizable-ne { width: 15px; height: 15px; background:url(/images/mark_bg.png) -33px -8px }
    /* 右下角 */
    #module_22332847 .ui-resizable-se { width: 15px; height: 15px; background:url(/images/mark_bg.png) -33px -33px }
    /* 左上角 */
    #module_22332847 .ui-resizable-nw { width: 15px; height: 15px; background:url(/images/mark_bg.png) -8px -8px }
    /* 左下角 */
    #module_22332847 .ui-resizable-sw { width: 15px; height: 15px; background:url(/images/mark_bg.png) -8px -33px }

/*切换按钮样式*/
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-container{ position: relative;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{ position: absolute; width: 81px; height: 82px; background: rgba(0,0,0,0.2);top:50%;z-index: 9999;
    transform : translate(0,-50%);
    -webkit-transform:translate(0,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(0,-50%);       /* for Firefox */
    -ms-transform:translate(0,-50%);       /* for IE */
    -o-transform: translate(0,-50%);        /* for Opera */
    transition: all .3s
}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:hover,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:hover{background: rgba(0,0,0,0.4);}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next{left: 0; cursor: pointer;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{right: 0;cursor: pointer;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:before{ content: ""; position: absolute;
    top:50%; left: 50%; width: 17px; height:30px; background: #fff;
    transform : translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:translate(-50%,-50%);       /* for IE */
    -o-transform: translate(-50%,-50%);
    background: url("/images/pres.png") no-repeat center;
    background-size: 100%;
}


.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:before{ content: ""; position: absolute;
    top:50%; left: 50%; width: 17px; height:30px; background: #fff;
    transform : translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:translate(-50%,-50%);       /* for IE */
    -o-transform: translate(-50%,-50%);
    background: url("/images/nexts.png") no-repeat center;
    background-size: 100%;
}

.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet{width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1;}
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);   /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:  translate(-50%,-50%);        /* for IE */
    -o-transform:  translate(-50%,-50%);
}
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background: rgba(0, 0, 0, 0.21); }

.forie .swiper-pagination {  position: absolute;  left: 0;  text-align: center;  bottom:5px;  width: 100%;  }
.forie .swiper-pagination-switch{display: inline-block;width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1; margin: 0 5px;}
.forie .swiper-pagination-switch:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;    transform: translate(-50%,-50%);webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -o-transform: translate(-50%,-50%);}
.forie .swiper-active-switch{background: rgba(0, 0, 0, 0.21); }
@media only screen and (max-width: 767px) {
    .ModuleSlideGiant .SubContainer {display: none;}
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
}

.module_22998735 .ModuleHead .HeadCenter{float:none;}
#module_22998735 {padding:0px;}
#module_22998735 {position:static;z-index:0;width:100%;height: auto;}
#module_22998735 .ModuleHead22998735 {display:none;}
#module_22998735 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{background-color:#fff;}
#module_22998735 .slidegiant-container .slideshow-1 .slide_button{width:81px;height:82px;}
#module_22998735 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background-color:rgba(0, 0, 0, 0.21);}
#module_22998735 .SubContainer {max-width:1200px !important;}

	/* hack 容器的样式 */
	#module_22998735 .SubContainer { position: absolute; top: 0; left: 50%; width: 100%;height: 100% !important; z-index: 99; max-width: 1200px; transform: translateX(-50%);}
	.module_22998735 .ModuleItem { position: absolute; top: 0; left: 40%; width: 200px; height: 200px; z-index: 99; }

.module_22998736 .ModuleHead .HeadCenter{float:none;}
#module_22998736 {padding:0px;position:static;z-index:0;top:0px;width:100%;height: auto;}
#module_22998736 .ModuleHead22998736 {display:none;}
#module_22998736 .BodyCenter.BodyCenter22998736 {background:none;background-color:rgb(0, 90, 210);}
#module_22998736 >.module_22998736 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22998736 .BodyCenter.BodyCenter22998736 {padding: 0;}}
@media screen and (max-width: 767px){#module_22998736 .BodyCenter.BodyCenter22998736 {padding:5.4496% 2.7248%;}}
@media screen and (min-width: 768px){#module_22998736 >.module_22998736 {margin: 0;}}
@media screen and (max-width: 767px){#module_22998736 >.module_22998736 {margin:0 0 2.7248% 0;}}
#module_22998736 >.module_22998736 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22998736:hover {border:none;}
#module_22998736:hover >.module_22998736 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22998736 .ModuleSubContainer{background-color:transparent;background-image:none;background-repeat:no-repeat;background-position:0% 0%;background-attachment:scroll;}
#module_22998736 {!bgVideo!}{bgVideoUrl:none}
#module_22998736 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22998736 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}

.module_22998737 .ModuleHead .HeadCenter{float:none;}
#module_22998737 {padding:0px;position:static;z-index:0;top:18px;width:100%;height: auto;}
#module_22998737 .ModuleHead22998737 {display:none;}
#module_22998737 .BodyCenter.BodyCenter22998737 {background:none;background-color:rgba(0,0,0,0);}
#module_22998737 >.module_22998737 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22998737 .BodyCenter.BodyCenter22998737 {padding: 0;}}
@media screen and (max-width: 767px){#module_22998737 .BodyCenter.BodyCenter22998737 {padding: 0;}}
@media screen and (min-width: 768px){#module_22998737 >.module_22998737 {margin: 0;}}
@media screen and (max-width: 767px){#module_22998737 >.module_22998737 {margin: 0;}}
#module_22998737 >.module_22998737 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22998737:hover {border:none;}
#module_22998737:hover >.module_22998737 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22998737 .ModulePlainTextGiantContent{margin:0px;}
#module_22998737 .plainTextGiant-Container{padding-top:10px;}
#module_22998737 .plainTextGiant-Container{padding-bottom:10px;}
#module_22998737 .plainTextGiant-Container{padding-left:0px;}
#module_22998737 .plainTextGiant-Container{padding-right:10px;}

.module_22315612 .ModuleHead .HeadCenter{float:none;}
#module_22315612 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22315612 .ModuleHead22315612 {display:none;}
#module_22315612 .BodyCenter.BodyCenter22315612 {
background-color:transparent;
background-image:url(/images/home/bg2.png);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_22315612 >.module_22315612 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22315612 .BodyCenter.BodyCenter22315612 {
padding-top:0.7322%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.7845%;
}
}
@media screen and (max-width: 767px){#module_22315612 .BodyCenter.BodyCenter22315612 {padding: 0;}}
@media screen and (min-width: 768px){#module_22315612 >.module_22315612 {margin: 0;}}
@media screen and (max-width: 767px){#module_22315612 >.module_22315612 {margin: 0;}}
#module_22315612 >.module_22315612 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22315612:hover {border:none;}
#module_22315612:hover >.module_22315612 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22315612 .ModuleSubContainer{background-color:transparent;background-image:none;background-repeat:no-repeat;background-position:0% 0%;background-attachment:scroll;}
#module_22315612 {!bgVideo!}{bgVideoUrl:none}
#module_22315612 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22315612 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}

.module_22315614 .ModuleHead .HeadCenter{float:none;}
#module_22315614 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22315614 .ModuleHead22315614 {
display:none;
}
#module_22315614 .BodyCenter.BodyCenter22315614 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22315614 >.module_22315614 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22315614 .BodyCenter.BodyCenter22315614 {padding: 0;}}
@media screen and (max-width: 767px){#module_22315614 .BodyCenter.BodyCenter22315614 {padding: 0;}}
@media screen and (min-width: 768px){#module_22315614 >.module_22315614 {margin: 0;}}
@media screen and (max-width: 767px){#module_22315614 >.module_22315614 {margin: 0;}}
#module_22315614 >.module_22315614 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22315614:hover {border:none;}
#module_22315614:hover >.module_22315614 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22315614 .ModulePlainTextGiantContent{margin:0px;}
#module_22315614 .plainTextGiant-Container{padding:10px 10px 10px 0;}

/*图文模块 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_22315617 .ModuleHead .HeadCenter{float:none;}
#module_22315617 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22315617 .ModuleHead22315617 {
display:none;
}
#module_22315617 .BodyCenter.BodyCenter22315617 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22315617 >.module_22315617 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22315617 .BodyCenter.BodyCenter22315617 {padding: 0;}}
@media screen and (max-width: 767px){#module_22315617 .BodyCenter.BodyCenter22315617 {padding: 0;}}
@media screen and (min-width: 768px){#module_22315617 >.module_22315617 {margin: 0;}}
@media screen and (max-width: 767px){#module_22315617 >.module_22315617 {margin: 0;}}
#module_22315617 >.module_22315617 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22315617:hover {border:none;}
#module_22315617:hover >.module_22315617 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22315617 .imageTextGiant-Container{padding-top:2.2500%;}
#module_22315617 .imageTextGiant-Container{padding-bottom:2.2500%;}
#module_22315617 .imageTextGiant-Container{padding-left:2.5000%;}
#module_22315617 .imageTextGiant-Container{padding-right:0.0000%;}
#module_22315617 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22315800 .ModuleHead .HeadCenter{float:none;}
#module_22315800 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22315800 .ModuleHead22315800 {
display:none;
}
#module_22315800 .BodyCenter.BodyCenter22315800 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22315800 >.module_22315800 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22315800 .BodyCenter.BodyCenter22315800 {
padding-top:0.0000%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22315800 .BodyCenter.BodyCenter22315800 {padding: 0;}}
@media screen and (min-width: 768px){#module_22315800 >.module_22315800 {margin: 0;}}
@media screen and (max-width: 767px){#module_22315800 >.module_22315800 {margin: 0;}}
#module_22315800 >.module_22315800 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22315800:hover {border:none;}
#module_22315800:hover >.module_22315800 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22315800 .ModuleSubContainer{background-color:transparent;background-image:none;background-repeat:no-repeat;background-position:0% 0%;background-attachment:scroll;}
#module_22315800 {!bgVideo!}{bgVideoUrl:none}
#module_22315800 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22315800 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}

.module_22315825 .ModuleHead .HeadCenter{float:none;}
#module_22315825 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22315825 .ModuleHead22315825 {
display:none;
}
#module_22315825 .BodyCenter.BodyCenter22315825 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22315825 >.module_22315825 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(227, 227, 227);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(227, 227, 227);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(255, 127, 39);
border-bottom-width:4px;
}
#module_22315825 >.module_22315825{overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22315825 .BodyCenter.BodyCenter22315825 {
padding-top:3.3333%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.3333%;
}
}
@media screen and (max-width: 767px){#module_22315825 .BodyCenter.BodyCenter22315825 {padding: 0;}}
@media screen and (min-width: 768px){#module_22315825 >.module_22315825 {margin: 0;}}
@media screen and (max-width: 767px){#module_22315825 >.module_22315825 {margin: 0;}}
#module_22315825 >.module_22315825 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22315825:hover {border:none;}
#module_22315825:hover >.module_22315825 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22315825 .imageTextGiant-Container{padding:10px;}
#module_22315825 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxContainer{margin-right: auto; margin-left: auto; padding-right: 0; padding-left: 0;}
.ModuleHoverBoxGiant.layout-101 .ModuleSubContainer{position: relative; width:100%; overflow: hidden;}
.ModuleHoverBoxGiant.layout-101 .row{margin-right: 0px; margin-left: 0px;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxContainer{width: 100%; height: 100%}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_1{position: relative; overflow: hidden;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2{overflow: hidden; position: absolute;	top: -100%; left: 0; height: 0; opacity: 0; display: none; background: #fff;}
@media only screen and (min-width: 769px) {
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .ModuleHoverBoxItem_2{height: 100%; opacity: 1; top: 0; display: inline-block; visibility: visible;}
	/* 从上淡入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchFadeInDown{-webkit-animation: fadeInDown .6s ease forwards; animation: fadeInDown .6s ease forwards;}
	/* 从下淡入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchFadeInUp{-webkit-animation: fadeInUp .6s ease forwards; animation: fadeInUp .6s ease forwards;}
	/* 从上滑入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchSlideInDown{-webkit-animation: slideInDown .6s ease forwards; animation: slideInDown .6s ease forwards;}
	/* 从下滑入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchSlideInUp{-webkit-animation: slideInUp .6s ease forwards; animation: slideInUp .6s ease forwards;}
	/* 从里弹入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchBounceIn{-webkit-animation: bounceIn .6s ease forwards; animation: bounceIn .6s ease forwards;}
	/* 从左弹入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchBounceInLeft{-webkit-animation: bounceInLeft .6s ease forwards; animation: bounceInLeft .6s ease forwards;}
	/* 从右弹入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchBounceInRight{-webkit-animation: bounceInRight .6s ease forwards; animation: bounceInRight .6s ease forwards;}
	/* 跳动 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchPulse{-webkit-animation: pulse .6s ease forwards; animation: pulse .6s ease forwards;}
	/* 放大 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchZoomIn{-webkit-animation: zoomIn .6s ease forwards; animation: zoomIn .6s ease forwards;}
	/* Y轴翻转 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchFlipInY{-webkit-animation: flipInY .6s ease forwards; animation: flipInY .6s ease forwards;}
}

@media only screen and (max-width: 768px) {
	.ModuleHoverBoxGiant.layout-101 .ModuleShowHover .ModuleHoverBoxItem_2{display: block !important; height: 100% !important; opacity: 1 !important; top: 0 !important;}
	.ModuleHoverBoxGiant.layout-101 .ModuleShowNormal .ModuleHoverBoxItem_2{display: none !important;}
}.module_22315813 .ModuleHead .HeadCenter{float:none;}
#module_22315813 {padding:0px;position:static;z-index:0;top:946px;left:821px;width:100%;height: auto;}
#module_22315813 .ModuleHead22315813 {
display:none;
}
#module_22315813 >.module_22315813 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22315813 .BodyCenter.BodyCenter22315813 {padding: 0;}}
@media screen and (max-width: 767px){#module_22315813 .BodyCenter.BodyCenter22315813 {padding: 0;}}
@media screen and (min-width: 768px){#module_22315813 >.module_22315813 {margin: 0;}}
@media screen and (max-width: 767px){#module_22315813 >.module_22315813 {margin: 0;}}
#module_22315813 >.module_22315813 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22315813:hover {border:none;}
#module_22315813:hover >.module_22315813 {border-color:#ccc;}
#module_22315813:hover >.module_22315813 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22315813 .ModuleHoverBoxItem_1{
	background-color:#fff;
	background-image:none;
	background-repeat:no-repeat;
	background-attachment:scroll;	
	padding: 0;
	}

#module_22315813 .ModuleHoverBoxItem_2{
	background-color:#fff;
	background-image:none;
	background-repeat:no-repeat;
	background-attachment:scroll;
	padding: 0;
	}
#module_22315813 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_22332713 .ModuleHead .HeadCenter{float:none;}
#module_22332713 {padding:0px;position:static;z-index:0;top:34px;left:0px;width:100%;height: auto;}
#module_22332713 .ModuleHead22332713 {
display:none;
}
#module_22332713 .BodyCenter.BodyCenter22332713 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22332713 >.module_22332713 {
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(227, 227, 227);
border-bottom-width:1px;
}
#module_22332713 >.module_22332713{overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22332713 .BodyCenter.BodyCenter22332713 {
padding-top:3.3333%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.3333%;
}
}
@media screen and (max-width: 767px){#module_22332713 .BodyCenter.BodyCenter22332713 {padding: 0;}}
@media screen and (min-width: 768px){#module_22332713 >.module_22332713 {margin: 0;}}
@media screen and (max-width: 767px){#module_22332713 >.module_22332713 {margin: 0;}}
#module_22332713 >.module_22332713 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22332713:hover {border:none;}
#module_22332713:hover >.module_22332713 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22332713 .imageTextGiant-Container{padding:10px;}
#module_22332713 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22315828 .ModuleHead .HeadCenter{float:none;}
#module_22315828 {
padding:0px;
}
#module_22315828 {
position:static;
z-index:0;
top:969px;
left:855px;
width:100%;
height: auto;
}
#module_22315828 .ModuleHead22315828 {
display:none;
}
#module_22315828 .BodyCenter.BodyCenter22315828 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22315828 >.module_22315828 {
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(255, 127, 39);
border-bottom-width:4px;
}
#module_22315828 >.module_22315828{overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22315828 .BodyCenter.BodyCenter22315828 {
padding-top:3.3333%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.3333%;
}
}
@media screen and (max-width: 767px){#module_22315828 .BodyCenter.BodyCenter22315828 {padding: 0;}}
@media screen and (min-width: 768px){#module_22315828 >.module_22315828 {margin: 0;}}
@media screen and (max-width: 767px){#module_22315828 >.module_22315828 {margin: 0;}}
#module_22315828 >.module_22315828 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22315828:hover {border:none;}
#module_22315828:hover >.module_22315828 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22315828 .imageTextGiant-Container{padding:10px;	}
#module_22315828 .showHandle div{border-top-style: !important;border-top-color: !important;border-top-width:px !important;}

.module_22333570 .ModuleHead .HeadCenter{float:none;}
#module_22333570 {
padding:0px;
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_22333570 .ModuleHead22333570 {display:none;}
#module_22333570 .ModuleHoverBoxItem_1{
	background-color:#fff;
	background-repeat:no-repeat;
	background-attachment:scroll;	
	padding: 0;
	}

#module_22333570 .ModuleHoverBoxItem_2{
	background-color:#fff;
	background-repeat:no-repeat;
	background-attachment:scroll;	
	padding: 0;
	}
#module_22333570 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}

.module_22333573 .ModuleHead .HeadCenter{float:none;}
#module_22333573 {
padding:0px;	
position:static;
z-index:0;
top:18px;
left:0px;
width:100%;
height: auto;
}
#module_22333573 .ModuleHead22333573 {
display:none;
}
#module_22333573 .BodyCenter.BodyCenter22333573 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22333573 >.module_22333573 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(227, 227, 227);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(227, 227, 227);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(227, 227, 227);
border-bottom-width:1px;
}
#module_22333573 >.module_22333573{overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22333573 .BodyCenter.BodyCenter22333573 {
padding-top:3.3333%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.3333%;
}
}
@media screen and (max-width: 767px){#module_22333573 .BodyCenter.BodyCenter22333573 {padding: 0;}}
@media screen and (min-width: 768px){#module_22333573 >.module_22333573 {margin: 0;}}
@media screen and (max-width: 767px){#module_22333573 >.module_22333573 {margin: 0;}}
#module_22333573 >.module_22333573 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22333573:hover {border:none;}
#module_22333573:hover >.module_22333573 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22333573 .imageTextGiant-Container{padding:10px;}
#module_22333573 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22333574 .ModuleHead .HeadCenter{float:none;}
#module_22333574 {
padding:0px;	
position:static;
z-index:0;
top:34px;
left:0px;
width:100%;
height: auto;
}
#module_22333574 .ModuleHead22333574 {
display:none;
}
#module_22333574 .BodyCenter.BodyCenter22333574 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22333574 >.module_22333574 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(227, 227, 227);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(227, 227, 227);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(255, 127, 39);
border-bottom-width:4px;
}
#module_22333574 >.module_22333574{overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22333574 .BodyCenter.BodyCenter22333574 {
padding-top:3.3333%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.3333%;
}
}
@media screen and (max-width: 767px){#module_22333574 .BodyCenter.BodyCenter22333574 {padding: 0;}}
@media screen and (min-width: 768px){#module_22333574 >.module_22333574 {margin: 0;}}
@media screen and (max-width: 767px){#module_22333574 >.module_22333574 {margin: 0;}}
#module_22333574 >.module_22333574 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22333574:hover {border:none;}
#module_22333574:hover >.module_22333574 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22333574 .imageTextGiant-Container{padding:10px;}
#module_22333574 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22333571 .ModuleHead .HeadCenter{float:none;}
#module_22333571 {padding:0px;position:static;z-index:0;top:0px;width:100%;height: auto;}
#module_22333571 .ModuleHead22333571 {display:none;}
#module_22333571 .ModuleHoverBoxItem_1{
	background-color:#fff;
	background-repeat:no-repeat;
	background-attachment:scroll;	
	padding: 0;
	}
#module_22333571 .ModuleHoverBoxItem_2{
	background-color:#fff;
	background-repeat:no-repeat;
	background-attachment:scroll;	
	padding: 0;
	}
#module_22333571 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}

.module_22333575 .ModuleHead .HeadCenter{float:none;}
#module_22333575 {padding:0px;position:static;z-index:0;top:29px;left:0px;width:100%;height: auto;}
#module_22333575 .ModuleHead22333575 {display:none;}
#module_22333575 .BodyCenter.BodyCenter22333575 {background:none;background-color:rgba(0,0,0,0);}
#module_22333575 >.module_22333575 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(227, 227, 227);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(227, 227, 227);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(227, 227, 227);
border-bottom-width:1px;
}
#module_22333575 >.module_22333575{overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22333575 .BodyCenter.BodyCenter22333575 {
padding-top:3.3333%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.3333%;
}
}
@media screen and (max-width: 767px){#module_22333575 .BodyCenter.BodyCenter22333575 {padding: 0;}}
@media screen and (min-width: 768px){#module_22333575 >.module_22333575 {margin: 0;}}
@media screen and (max-width: 767px){#module_22333575 >.module_22333575 {margin: 0;}}
#module_22333575 >.module_22333575 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22333575:hover {border:none;}
#module_22333575:hover >.module_22333575 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22333575 .imageTextGiant-Container{padding:10px;}
#module_22333575 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22333576 .ModuleHead .HeadCenter{float:none;}
#module_22333576 {padding:0px;position:static;z-index:0;top:32px;left:0px;width:100%;height: auto;}
#module_22333576 .ModuleHead22333576 {
display:none;
}
#module_22333576 .BodyCenter.BodyCenter22333576 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22333576 >.module_22333576 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(227, 227, 227);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(227, 227, 227);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(255, 127, 39);
border-bottom-width:4px;
}
#module_22333576 >.module_22333576{overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22333576 .BodyCenter.BodyCenter22333576 {
padding-top:3.3333%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.3333%;
}
}
@media screen and (max-width: 767px){#module_22333576 .BodyCenter.BodyCenter22333576 {padding: 0;}}
@media screen and (min-width: 768px){#module_22333576 >.module_22333576 {margin: 0;}}
@media screen and (max-width: 767px){#module_22333576 >.module_22333576 {margin: 0;}}
#module_22333576 >.module_22333576 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22333576:hover {border:none;}
#module_22333576:hover >.module_22333576 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22333576 .imageTextGiant-Container{padding:10px;}
#module_22333576 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22994303 .ModuleHead .HeadCenter{float:none;}
#module_22994303 {padding:0px;position:static;z-index:0;top:0px;width:100%;height: auto;}
#module_22994303 .ModuleHead22994303 {display:none;}
#module_22994303 .BodyCenter.BodyCenter22994303 {background:none;background-color:rgba(0,0,0,0);}
#module_22994303 >.module_22994303 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22994303 .BodyCenter.BodyCenter22994303 {padding: 0;}}
@media screen and (max-width: 767px){#module_22994303 .BodyCenter.BodyCenter22994303 {padding: 0;}}
@media screen and (min-width: 768px){#module_22994303 >.module_22994303 {margin: 0;}}
@media screen and (max-width: 767px){#module_22994303 >.module_22994303 {margin: 0;}}
#module_22994303 >.module_22994303 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22994303:hover {border:none;}
#module_22994303:hover >.module_22994303 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22994303 .ModuleSubContainer{background-color:transparent;}
#module_22994303 .ModuleSubContainer{background-image:none;}
#module_22994303 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22994303 .ModuleSubContainer{background-position:0% 0%;}
#module_22994303 .ModuleSubContainer{background-attachment:scroll;}
#module_22994303 {!bgVideo!}{bgVideoUrl:none}
#module_22994303 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22994303 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}

.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_22994304 .ModuleHead .HeadCenter{float:none;}
#module_22994304 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22994304 .ModuleHead22994304 {
display:none;
}
#module_22994304 .BodyCenter.BodyCenter22994304 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22994304 >.module_22994304 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22994304 .BodyCenter.BodyCenter22994304 {
padding: 0;
}
}
@media screen and (max-width: 767px){
#module_22994304 .BodyCenter.BodyCenter22994304 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22994304 >.module_22994304 {
margin: 0;
}
}
@media screen and (max-width: 767px){
#module_22994304 >.module_22994304 {
margin: 0;
}
}
#module_22994304 >.module_22994304 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22994304:hover {
border:none;
}
#module_22994304:hover >.module_22994304 {
border-color:#ccc;
}
#module_22994304:hover >.module_22994304 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22994304 .one-classify-box{text-align:center;}
#module_22994304 .main-class-item{background-color:rgb(0, 90, 210);}
#module_22994304 .main-class-item{background-repeat:no-repeat;}
#module_22994304 .main-class-item{height:48px;}
#module_22994304 .main-class-item{border:0px solid #000;border-radius:0px;}
#module_22994304 .main-class-item{margin-right:px;}
#module_22994304 .main-class-text{font-size:14px;}
#module_22994304 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_22994304 .main-class-text{color:rgb(255, 255, 255);}
#module_22994304 .main-class-text{font-weight:normal;}
#module_22994304 .main-class-text{text-decoration:none;}
#module_22994304 .main-class-text{font-style:normal;}
#module_22994304 .main-class-item{width:160px;}
#module_22994304 .main-class-item.active{background-color:rgb(0, 90, 210);}
#module_22994304 .main-class-item.active{background-repeat:no-repeat;}
#module_22994304 .main-class-item.active .main-class-text{font-size:14px;}
#module_22994304 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_22994304 .main-class-item.active .main-class-text{color:#fff;}
#module_22994304 .main-class-item.active .main-class-text{font-weight:normal;}
#module_22994304 .main-class-item.active .main-class-text{text-decoration:none;}
#module_22994304 .main-class-item.active .main-class-text{font-style:normal;}


.module_22315801 .ModuleHead .HeadCenter{float:none;}
#module_22315801 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22315801 .ModuleHead22315801 {
display:none;
}
#module_22315801 .BodyCenter.BodyCenter22315801 {
background-color:transparent;
background-image:url(/images/home/bg3.png);
background-size:auto;
background-repeat:repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_22315801 >.module_22315801 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22315801 .BodyCenter.BodyCenter22315801 {
padding-top:4.1841%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_22315801 .BodyCenter.BodyCenter22315801 {
padding-top:0.0000%;
padding-left:2.7248%;
padding-right:2.7248%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_22315801 >.module_22315801 {
margin: 0;
}
}
@media screen and (max-width: 767px){
#module_22315801 >.module_22315801 {
margin: 0;
}
}
#module_22315801 >.module_22315801 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22315801:hover {
border:none;
}
#module_22315801:hover >.module_22315801 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22315801 .ModuleSubContainer{background-color:transparent;}
#module_22315801 .ModuleSubContainer{background-image:none;}
#module_22315801 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22315801 .ModuleSubContainer{background-position:0% 0%;}
#module_22315801 .ModuleSubContainer{background-attachment:scroll;}
#module_22315801 {!bgVideo!}{bgVideoUrl:none}
#module_22315801 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22315801 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}

/*layout-124内容*/
.ModuleProductListGiant.layout-124 .cor-z{background: #0072d4;}
.ModuleProductListGiant.layout-124 .pro-img{ transition: all ease-in-out .3s; display: block;height: auto; border-bottom: 1px solid #eee; list-style-type: none;  display: block;  max-width: 100%;  width: 100%; position: relative }
.ModuleProductListGiant.layout-124 .pro-img .dummy{  padding-top: 100%;background-color: #fff;  }
.ModuleProductListGiant.layout-124 .pro-img img{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  max-width: 100%;  max-height: 100%;  display: block;  margin:auto;  padding: auto;  }
.ModuleProductListGiant.layout-124 .pro-container>li{ position: relative; float: left; overflow: hidden; }
.ModuleProductListGiant.layout-124 .pro-container>li{ margin: 0 3% 3% 0; background: #fff; font-size: 16px;   padding-right:0;  padding-left: 0; transition: all ease-in-out .3s; }
.ModuleProductListGiant.layout-124 .pro-price{color:#0071d4;line-height: 1;font-weight: bold; margin: 5% 0 2% 0;}
.ModuleProductListGiant.layout-124 .pro-price del{ font-size: 10px;color:#0071d4; display: block; display: inline-block;font-weight: 100!important; }
.ModuleProductListGiant.layout-124 .pro-container li .pro-name{ overflow: hidden;  overflow: hidden;  text-overflow: ellipsis;   max-width: 90%;margin: 0 auto 10px auto;text-align: center;/*white-space: nowrap; */ }
.ModuleProductListGiant.layout-124 .pro-params ul li{ display: inline-block; border: 1px solid #e5e5e5; font-size: 12px; color: #6e6e6e; padding: 1px 5px; display: inline-block;}
.ModuleProductListGiant.layout-124 .pro-tit{ background:#fff;   position: relative;  overflow: hidden;  transition: all ease-in-out .3s;padding-top: 5%;}
.ModuleProductListGiant.layout-124 .pro-container  li .pro-img img{ transition: all ease-in-out .3s;}
.ModuleProductListGiant.layout-124 a:active,.ModuleProductListGiant.layout-124 a:visited,.ModuleProductListGiant.layout-124 a:focus{text-decoration: none;}
.ModuleProductListGiant.layout-124 .pro-item{ padding-bottom: 18px;}
.ModuleProductListGiant.layout-124 .pro-desc{word-break: break-word !important;}
.ModuleProductListGiant.layout-124 .pro-name{word-break: break-word !important;}
.ModuleProductListGiant.layout-124 .more-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    color: #fff;
    background-color: #ff6700;
    text-align: center; 
    line-height: 20px;
    margin: 0px auto;
    /* transform: translateY(-10%) translateZ(0px); */
  
    transition: color ease-in-out .5s,background-color ease-in-out .5s,transform ease-in-out .3s;
    font-size: 16px;
    padding-left: 0;
}


@media screen and (min-width: 768px) {
    .ModuleProductListGiant.layout-124 .pro-container  li:hover .pro-name span{ color: #0072d4;}
    .ModuleProductListGiant.layout-124 .pro-container  li:hover .pro-tit { 
        transform: translateY(-25%);  -webkit-animation-name: fadeInUp;  animation-name: fadeInUp;
    }
    .ModuleProductListGiant.layout-124 .pro-container  li:hover .pro-name span {
        transition: color ease-in-out .5s;
    }
    .ModuleProductListGiant.layout-124 .pro-container  li:hover .more-icon {
        transform: translateY(-60%);
    }
    .ModuleProductListGiant.layout-124 .pro-item{ padding-bottom: 16px;}
    .ModuleProductListGiant.layout-124 .pro-container  li:hover .pro-img {  transform: translateY(-7%);  -webkit-animation-name: fadeInUp;  animation-name: fadeInUp;  }
    .ModuleProductListGiant.layout-124 .pred-filter{display: block}
    .ModuleProductListGiant.layout-124 .silder-filter,.btn-filter{display: none}
    .ModuleProductListGiant.layout-124   li.col-lg-2 {width: 48.5%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-124   li:nth-child(2n).col-lg-2{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-124  li.col-lg-3 {width:31.333%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-124   li:nth-child(3n).col-lg-3{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-124   li.col-lg-4 {width: 22.75%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-124   li:nth-child(4n).col-lg-4{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-124   li.col-lg-5 {width:17.6%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-124   li:nth-child(5n).col-lg-5{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-124   li.col-lg-6 {width:14.1%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-124   li:nth-child(6n).col-lg-6{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-124   li.col-lg-1 {width: 100%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-124  li:nth-child(n).col-lg-1{ margin-right: 0 !important;}
}


.ModuleProductListGiant.layout-124 .bean-finish{background: #1e88e5;color:#fff;}
.ModuleProductListGiant.layout-124 .items-active{background: transparent;border: 1px solid transparent;color: #1e88e5;}
.ModuleProductListGiant.layout-124 .selected-light:hover{color:#1e88e5;}
.ModuleProductListGiant.layout-124 .choosed-tab{color:#1e88e5}

@media only screen and (max-width: 767px)  {
    .ModuleProductListGiant.layout-124 .pro-container>li {
        margin: 0 2% 2% 0 !important;
    }
    .ModuleProductListGiant.layout-124 .pred-filter{display: none}
    .ModuleProductListGiant.layout-124 .silder-filter,.btn-filter{display: block}
    .ModuleProductListGiant.layout-124 .soldOut{font-size: 12px}
    .ModuleProductListGiant.layout-124  .pro-container{ width: 100%;}
    .ModuleProductListGiant.layout-124  .pro-container>li{   background: #fff; }
    .ModuleProductListGiant.layout-124   li.col-xs-2 {width: 49% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-124   li:nth-child(2n).col-xs-2{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-124   li.col-xs-3 {width:32% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-124   li:nth-child(3n).col-xs-3{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-124   li.col-xs-4 {width: 23.5% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-124   li:nth-child(4n).col-xs-4{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-124   li.col-xs-5 {width:18.4% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-124   li:nth-child(5n).col-xs-5{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-124   li.col-xs-6 {width:15% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-124   li:nth-child(6n).col-xs-6{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-124   li.col-xs-1 {width: 100% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-124   li:nth-child(n).col-xs-1{ margin-right: 0 !important;}
   
   
    /*.ModuleProductListGiant.layout-124 .pro-container  li .pro-img{ height:101px; }*/
}

@media only screen and (min-width: 480px) and (max-width: 766px){
    /*.ModuleProductListGiant.layout-124 .pred-filter{display: none}*/
    /*.ModuleProductListGiant.layout-124 .silder-filter,.btn-filter{display: block}*/
    /*.ModuleProductListGiant.layout-124 .soldOut{font-size: 12px}*/
    /*.ModuleProductListGiant.layout-124  .pro-container{ width: 100%;}*/
    .ModuleProductListGiant.layout-124  .pro-container>li{ width: 49%;  background: #fff; font-size: 15px;}
    .ModuleProductListGiant.layout-124 .pro-container>li:nth-child(2n){margin-right:0;}
    .ModuleProductListGiant.layout-124  .pro-desc{ overflow:hidden; }
    .ModuleProductListGiant.layout-124  .pro-price{ font-size: 20px;}
    .ModuleProductListGiant.layout-124   .pro-params{ visibility:hidden; height: 40px;}
    .ModuleProductListGiant.layout-124  .pro-buybtn{ position: absolute;bottom: 0;left: 0;}
}
@media (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio : 3)
{
    .ModuleProductListGiant.layout-124 .more-icon{ line-height: 16px;}
}
.module_22315802 .ModuleHead .HeadCenter{float:none;}
#module_22315802 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22315802 .ModuleHead22315802 {display:none;}
#module_22315802 .BodyCenter.BodyCenter22315802 {background:none;background-color:rgba(0,0,0,0);}
#module_22315802 >.module_22315802 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22315802 .BodyCenter.BodyCenter22315802 {padding: 0;}}
@media screen and (max-width: 767px){#module_22315802 .BodyCenter.BodyCenter22315802 {padding: 0;}}
@media screen and (min-width: 768px){#module_22315802 >.module_22315802 {margin: 0;}}
@media screen and (max-width: 767px){
#module_22315802 >.module_22315802 {
margin-top:2.8818%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_22315802 >.module_22315802 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22315802:hover {
border:none;
}
#module_22315802:hover >.module_22315802 {
border-color:#ccc;
}
#module_22315802:hover >.module_22315802 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22315802 .pro-item{margin-bottom:px; margin-right:px;} #module_22315802 .pro-container li.col-lg-2{width:calc((100% - px) / 2);} #module_22315802 .pro-container li.col-lg-3{width:calc((100% - px * 2) / 3);} #module_22315802 .pro-container li.col-lg-4{width:calc((100% - px * 3) / 4);} #module_22315802 .pro-container li.col-lg-5{width:calc((100% - px * 4) / 5);} #module_22315802 .pro-container li.col-lg-6{width:calc((100% - px * 5) / 6);}
#module_22315802 .pro-item,#module_22315802 .pro-item .pro-tit{background-color:rgb(255, 255, 255);}
#module_22315802 .pro-item{background-image:none;}
#module_22315802 .pro-item{background-repeat:no-repeat;}
#module_22315802 .pro-item{border-top-color:transparent;}
#module_22315802 .pro-item{border-top-style:none;}
#module_22315802 .pro-item{border-top-width:0px;}
#module_22315802 .pro-item{border-right-color:transparent;}
#module_22315802 .pro-item{border-right-style:none;}
#module_22315802 .pro-item{border-right-width:0px;}
#module_22315802 .pro-item{border-bottom-color:transparent;}
#module_22315802 .pro-item{border-bottom-style:none;}
#module_22315802 .pro-item{border-bottom-width:0px;}
#module_22315802 .pro-item{border-left-color:transparent;}
#module_22315802 .pro-item{border-left-style:none;}
#module_22315802 .pro-item{border-left-width:0px;}
#module_22315802 .pro-img .dummy{background-color:transparent;}
#module_22315802 .pro-img .dummy{background-image:none;}
#module_22315802 .pro-img .dummy{background-repeat:no-repeat;}
#module_22315802 .pro-img img{ object-fit:;}
#module_22315802 .pro-img{border-top-color:transparent;}
#module_22315802 .pro-img{border-top-style:none;}
#module_22315802 .pro-img{border-top-width:0px;}
#module_22315802 .pro-img{border-right-color:transparent;}
#module_22315802 .pro-img{border-right-style:none;}
#module_22315802 .pro-img{border-right-width:0px;}
#module_22315802 .pro-img{border-bottom-color:transparent;}
#module_22315802 .pro-img{border-bottom-style:none;}
#module_22315802 .pro-img{border-bottom-width:0px;}
#module_22315802 .pro-img{border-left-color:transparent;}
#module_22315802 .pro-img{border-left-style:none;}
#module_22315802 .pro-img{border-left-width:0px;}
#module_22315802 .pro-name span{font-size:16px;}
#module_22315802 .pro-name span{font-family:微软雅黑,Microsoft YaHei;}
#module_22315802 .pro-name span{color:#333;}
#module_22315802 .pro-name span{font-weight:normal;}
#module_22315802 .pro-name span{text-decoration:none;}
#module_22315802 .pro-desc{font-size:12px;}
#module_22315802 .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_22315802 .pro-desc{color:#6e6e6e;}
#module_22315802 .pro-desc{font-weight:normal;}
#module_22315802 .pro-desc{text-decoration:none;}
#module_22315802 .pro-params ul li{background-color:#fff;}
#module_22315802 .pro-params ul li{background-image:none;}
#module_22315802 .pro-params ul li{background-repeat:no-repeat;}
#module_22315802 .pro-params ul li{border-top-color:#eee;}
#module_22315802 .pro-params ul li{border-top-style:solid;}
#module_22315802 .pro-params ul li{border-top-width:1px;}
#module_22315802 .pro-params ul li{border-right-color:#eee;}
#module_22315802 .pro-params ul li{border-right-style:solid;}
#module_22315802 .pro-params ul li{border-right-width:1px;}
#module_22315802 .pro-params ul li{border-bottom-color:#eee;}
#module_22315802 .pro-params ul li{border-bottom-style:solid;}
#module_22315802 .pro-params ul li{border-bottom-width:1px;}
#module_22315802 .pro-params ul li{border-left-color:#eee;}
#module_22315802 .pro-params ul li{border-left-style:solid;}
#module_22315802 .pro-params ul li{border-left-width:1px;}
#module_22315802 .pro-params ul li{font-size:12px;}
#module_22315802 .pro-params ul li{font-family:微软雅黑,Microsoft YaHei;}
#module_22315802 .pro-params ul li{color:#6e6e6e;}
#module_22315802 .pro-params ul li{font-weight:normal;}
#module_22315802 .pro-params ul li{text-decoration:none;}
#module_22315802 .pro-price{font-size:24px;}
#module_22315802 .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_22315802 .pro-price{color:#fd6e27;}
#module_22315802 .pro-price{font-weight:normal;}
#module_22315802 .pro-price{text-decoration:none;}
#module_22315802 .pro-price del{font-size:12px;}
#module_22315802 .pro-price del{font-family:微软雅黑,Microsoft YaHei;}
#module_22315802 .pro-price del{color:#fd6e27;}
#module_22315802 .pro-price del{font-weight:normal;}
#module_22315802 .pro-price del{text-decoration:through;}
#module_22315802 .more-icon{background-color:rgb(255, 127, 39);}
#module_22315802 .more-icon{color:#fff;}
#module_22315802 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_22315802 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_22315802 .productListOrderCtrlTab .orderCtrlPanel li,#module_22315802 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_22315802 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_22315802 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_22315802 .selected-light,#module_22315802 .choosed-tab,#module_22315802 .items-active,#module_22315802 .setting-left-bar,#module_22315802 .setting-all{font-size:12px;}
#module_22315802 .selected-light,#module_22315802 .choosed-tab,#module_22315802 .items-active,#module_22315802 .setting-left-bar,#module_22315802 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_22315802 .selected-light,#module_22315802 .choosed-tab,#module_22315802 .items-active{color:#666;}
#module_22315802 .selected-light,#module_22315802 .choosed-tab,#module_22315802 .items-active,#module_22315802 .setting-left-bar,#module_22315802 .setting-all{font-weight:normal;}
#module_22315802 .selected-light,#module_22315802 .choosed-tab,#module_22315802 .items-active,#module_22315802 .setting-left-bar,#module_22315802 .setting-all{text-decoration:none;}
#module_22315802 .bean-finish{background-color:#fd6e27;}
#module_22315802 .bean-finish{background-repeat:no-repeat;}
#module_22315802 .bean-finish{color:#fff;}
#module_22315802 .page-more a{color: !important;}

@media screen and (min-width: 1200px) {#module_22315802 .pro-item:hover .pro-name span{font-family:微软雅黑,Microsoft YaHei;font-size:16px;text-decoration:none;color:#fff;font-weight:normal;}}
@media screen and (min-width: 1200px) {#module_22315802 .pro-item:hover .more-icon {color:rgb(255, 127, 39);background-color:#fff;}}
@media screen and (min-width: 1200px) { #module_22315802 .pro-item:hover{background-color:rgb(255, 127, 39);} #module_22315802 .pro-item:hover .pro-tit {background-color:rgb(255, 127, 39);}}
#module_22315802 .pro-item:hover .pro-img{background-repeat:no-repeat;background-image:none;background-color:transparent;}
#module_22315802 .pro-buybtn:hover .shop-icon-style{text-decoration:none;font-weight:normal;font-size:14px;}
#module_22315802 .pro-buybtn:hover{background-repeat:no-repeat;}
#module_22315802 .pro-buybtn:hover .icon-gouwuche,#module_22315802 .pro-buybtn:hover .icon-xunpan1{font-size:14px;font-weight:normal;text-decoration:none;}
#module_22315802 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_22315802 .productListOrderCtrlTab .orderCtrlPanel li.selected{
	font-size:14px;
	font-family:微软雅黑,Microsoft YaHei;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	background-color:rgb(255, 127, 39);
	background-image:none;
	background-repeat:no-repeat;
	}

#module_22315802 .selected-light:hover,#module_22315802 .choosed-tab,#module_22315802 .items-active,#module_22315802 .setting-left-bar:hover,#module_22315802 .setting-all:hover{font-size:12px;}
#module_22315802 .selected-light:hover,#module_22315802 .choosed-tab,#module_22315802 .items-active,#module_22315802 .setting-left-bar:hover,#module_22315802 .setting-all:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_22315802 .selected-light:hover,#module_22315802 .choosed-tab,#module_22315802 .items-active{color:#fd6e27;} #module_22315802 .items-active{border-color:#fd6e27;}
#module_22315802 .selected-light:hover,#module_22315802 .choosed-tab,#module_22315802 .items-active{font-weight:normal;}
#module_22315802 .selected-light:hover,#module_22315802 .choosed-tab,#module_22315802 .items-active,#module_22315802 .setting-left-bar:hover,#module_22315802 .setting-all:hover{text-decoration:none;}
#module_22315802 .page-more a:hover{color: !important;}

.module_22334330 .ModuleHead .HeadCenter{float:none;}
#module_22334330 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22334330 .ModuleHead22334330 {
display:none;
}
#module_22334330 .BodyCenter.BodyCenter22334330 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22334330 >.module_22334330 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22334330 .BodyCenter.BodyCenter22334330 {
padding-top:0.0000%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22334330 .BodyCenter.BodyCenter22334330 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22334330 >.module_22334330 {
margin-top:3.1381%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:2.0921%;
}
}
@media screen and (max-width: 767px){
#module_22334330 >.module_22334330 {
margin: 0;
}
}
#module_22334330 >.module_22334330 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22334330:hover {
border:none;
}
#module_22334330:hover >.module_22334330 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22334330 .ModuleSubContainer{background-attachment:scroll;background-position:0% 0%;background-repeat:no-repeat;background-image:none;background-color:transparent;}
#module_22334330 {!bgVideo!}{bgVideoUrl:none}
#module_22334330 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22334330 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}

.module_22334333 .ModuleHead .HeadCenter{float:none;}
#module_22334333 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22334333 .ModuleHead22334333 {
display:none;
}
#module_22334333 {
border:none;
}
@media screen and (min-width: 768px){
#module_22334333 >.module_22334333 {
margin-top:1.6667%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22334333 >.module_22334333 {}}
#module_22334333 .imageTextGiant-Container{padding:10px;}
#module_22334333 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22994305 .ModuleHead .HeadCenter{float:none;}
#module_22994305 {padding:0px;position:static;z-index:0;top:1243px;left:186px;width:100%;height: auto;}
#module_22994305 .ModuleHead22994305 {
display:none;
}
#module_22994305 {
border:none;
}
@media screen and (min-width: 768px){
#module_22994305 >.module_22994305 {
margin-top:1.6667%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22994305 >.module_22994305 {
margin-top:5.4496%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_22994305 .imageTextGiant-Container{padding:10px;}
#module_22994305 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}
#module_22994305 a{font-size:unset;font-family:unset}
.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;}
}

.module_22336395 .ModuleHead .HeadCenter{float:none;}
#module_22336395 {padding:0px;position:static;z-index:0;top:0px;width:100%;height: auto;}
#module_22336395 .ModuleHead22336395 {
display:none;
}
#module_22336395 .BodyCenter.BodyCenter22336395 {
background-color:transparent;
background-image:url(/images/home/bg1.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_22336395 >.module_22336395 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22336395 .BodyCenter.BodyCenter22336395 {
padding-top:0.0000%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22336395 .BodyCenter.BodyCenter22336395 {
padding: 0;
background-position:100% 50%;
}
}
@media screen and (min-width: 768px){
#module_22336395 >.module_22336395 {
margin: 0;
}
}
@media screen and (max-width: 767px){
#module_22336395 >.module_22336395 {
margin: 0;
}
}
#module_22336395 >.module_22336395 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22336395:hover {
border:none;
}
#module_22336395:hover >.module_22336395 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22336395 .ModuleSubContainer{background-color:transparent;}
#module_22336395 .ModuleSubContainer{background-image:none;}
#module_22336395 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22336395 .ModuleSubContainer{background-position:0% 0%;}
#module_22336395 .ModuleSubContainer{background-attachment:scroll;}
#module_22336395 {!bgVideo!}{bgVideoUrl:none}
#module_22336395 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22336395 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}

.ModuleGridContainer.ModuleGridContainer22336395 {max-width:1220px;width:auto;}
.ModuleGridContainer.ModuleGridContainer22336395 .SubPadding {width:0px;}
.ModuleGridContainer.ModuleGridContainer22336395 #Sub22336395_1 {width:43.2500%;}
/*图文模块 layout 105*/
.ModuleImageTextGiant.layout-105 .row{ margin-left:0; margin-right: 0;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{max-height: 100%; max-width: 100%;/*padding: 10px;*/}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .ModuleImageTextContent{padding:0; padding-left: 15px; margin: 0px }
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{height:auto;padding-left: 0;padding-right: 0}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content{align-items: center;display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{text-align: left; overflow: hidden; display: block; text-align:center; position: relative;}


@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row .col-xs-8{padding: 0 3px;width: 91.333333%;}
}

@media only screen and (min-width: 768px) {
	.ModuleImageTextGiant.layout-105 .col-lg-2 {
    width: 10%;
	}
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper .TextImage{width: 100%}
}


.module_62612585 .ModuleHead .HeadCenter{float:none;}
#module_62612585 {padding:0px;position:static;z-index:0;top:363px;left:0px;width:100%;height: auto;}
#module_62612585 .ModuleHead62612585 {display:none;}
#module_62612585 .BodyCenter.BodyCenter62612585 {background:none;background-color:rgba(0,0,0,0);}
#module_62612585 >.module_62612585 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_62612585 .BodyCenter.BodyCenter62612585 {padding: 0;}}
@media screen and (max-width: 767px){#module_62612585 .BodyCenter.BodyCenter62612585 {padding: 0;}}
@media screen and (min-width: 768px){
#module_62612585 >.module_62612585 {
margin-top:17.6211%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:11.7459%;
}
}
@media screen and (max-width: 767px){
#module_62612585 >.module_62612585 {
margin-top:8.0000%;
margin-left:3.0000%;
margin-right:3.0000%;
margin-bottom:0.0000%;
}
}
#module_62612585 >.module_62612585 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_62612585:hover {
border:none;
}
#module_62612585:hover >.module_62612585 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_62612585 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_62612585 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_62612585 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_62612585 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_62612585 .GraphicUpper{padding: 0;}
#module_62612585 .GraphicUpper{width:12%;} #module_62612585 .ModuleImageTextContent{width: calc(100% - 12%);}
#module_62612585 .MobileGraphicUpper{width:12%;} #module_62612585 .ModuleMobileImageTextContent{width: calc(100% - 12%);}
#module_62612585 .ModuleImageTextGiantContent{padding-top:0px;}
#module_62612585 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_62612585 .ModuleImageTextGiantContent{padding-left:30px;}
#module_62612585 .ModuleImageTextGiantContent{padding-right:0px;}
#module_62612585 .normal_ImgtextBox_content{padding-top:0px;}
#module_62612585 .normal_ImgtextBox_content{padding-bottom:60px;}
#module_62612585 .normal_ImgtextBox_content{padding-left:0px;}
#module_62612585 .normal_ImgtextBox_content{padding-right:0px;}
#module_62612585 .normal_ImgtextBox_content{margin-top:px;margin-bottom:px;}
#module_62612585 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.ModuleGridContainer.ModuleGridContainer22336395 #Sub22336395_2 {width:56.7500%;}

.module_22336810 .ModuleHead .HeadCenter{float:none;}
#module_22336810 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22336810 .ModuleHead22336810 {
display:none;
}
#module_22336810 .BodyCenter.BodyCenter22336810 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22336810 >.module_22336810 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22336810 .BodyCenter.BodyCenter22336810 {
padding-top:4.1841%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:2.0921%;
}
}
@media screen and (max-width: 767px){
#module_22336810 .BodyCenter.BodyCenter22336810 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22336810 >.module_22336810 {
margin: 0;
}
}
@media screen and (max-width: 767px){
#module_22336810 >.module_22336810 {
margin: 0;
}
}
#module_22336810 >.module_22336810 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22336810:hover {
border:none;
}
#module_22336810:hover >.module_22336810 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22336810 .ModuleSubContainer{background-color:transparent;}
#module_22336810 .ModuleSubContainer{background-image:none;}
#module_22336810 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22336810 .ModuleSubContainer{background-position:0% 0%;}
#module_22336810 .ModuleSubContainer{background-attachment:scroll;}
#module_22336810 {!bgVideo!}{bgVideoUrl:none}
#module_22336810 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22336810 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}

.module_22336961 .ModuleHead .HeadCenter{float:none;}
#module_22336961 {padding:0px;position:static;z-index:0;top:27px;left:0px;width:100%;height: auto;}
#module_22336961 .ModuleHead22336961 {
display:none;
}
#module_22336961 .BodyCenter.BodyCenter22336961 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22336961 >.module_22336961 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22336961 .BodyCenter.BodyCenter22336961 {
padding: 0;
}
}
@media screen and (max-width: 767px){
#module_22336961 .BodyCenter.BodyCenter22336961 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22336961 >.module_22336961 {
margin-top:2.2222%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22336961 >.module_22336961 {
margin-top:5.4496%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_22336961 >.module_22336961 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22336961:hover {
border:none;
}
#module_22336961:hover >.module_22336961 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22336961 .imageTextGiant-Container{padding-top:1.1111%;}
#module_22336961 .imageTextGiant-Container{padding-bottom:1.1111%;}
#module_22336961 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22336961 .imageTextGiant-Container{padding-right:1.1111%;}
#module_22336961 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22994310 .ModuleHead .HeadCenter{float:none;}
#module_22994310 {
padding:0px;
}
#module_22994310 {
position:static;
z-index:0;
top:70px;
left:0px;
width:100%;
height: auto;
}
#module_22994310 .ModuleHead22994310 {
display:none;
}
#module_22994310 .BodyCenter.BodyCenter22994310 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22994310 >.module_22994310 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22994310 .BodyCenter.BodyCenter22994310 {
padding: 0;
}
}
@media screen and (max-width: 767px){
#module_22994310 .BodyCenter.BodyCenter22994310 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22994310 >.module_22994310 {
margin-top:2.2222%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22994310 >.module_22994310 {
margin-top:5.4496%;
margin-left:2.7248%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_22994310 >.module_22994310 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22994310:hover {
border:none;
}
#module_22994310:hover >.module_22994310 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22994310 .imageTextGiant-Container{padding-top:10px;}
#module_22994310 .imageTextGiant-Container{padding-bottom:10px;}
#module_22994310 .imageTextGiant-Container{padding-left:0px;}
#module_22994310 .imageTextGiant-Container{padding-right:10px;}
#module_22994310 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.ModuleButtonGiant.layout-101 .moduleButton{
    background-color: #f10251;
    font-size: 14px;
    height: 40px;
    border-radius:20px;
    width:100px;
    color:#fff;
    text-align: center;
    line-height: 40px;
    overflow:hidden;
    cursor: pointer;
	max-width:100%;
    box-sizing: border-box;
    display: inline-table;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.ModuleButtonGiant.layout-101 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-101 .BreadIcon{
    font-size: 16px;
}

.ModuleButtonGiant.layout-101 .moduleButton:hover{
    background-color: #e50b1c;
}

.ModuleButtonGiant.layout-101:hover .moduleButton:before{
    background-color:#000
}
.ModuleButtonGiant.layout-101 .buttonbox{
	display: flex;
    justify-content: center;
    align-items: center;
}
.ModuleButtonGiant.layout-101 .buttonbox > span{
	display:inline-flex;
}

.module_22336970 .ModuleHead .HeadCenter{float:none;}
#module_22336970 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22336970 .ModuleHead22336970 {
display:none;
}
#module_22336970 .BodyCenter.BodyCenter22336970 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22336970 >.module_22336970 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22336970 .BodyCenter.BodyCenter22336970 {
padding-top:4.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22336970 .BodyCenter.BodyCenter22336970 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22336970 >.module_22336970 {
margin: 0;
}
}
@media screen and (max-width: 767px){
#module_22336970 >.module_22336970 {
margin: 0;
}
}
#module_22336970 >.module_22336970 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22336970:hover {
border:none;
}
#module_22336970:hover >.module_22336970 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22336970 .BodyCenter{text-align:right;}
#module_22336970 .moduleButton{font-size:14px;}
#module_22336970 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_22336970 .moduleButton{color:#fff;}
#module_22336970 .moduleButton{font-weight:normal;}
#module_22336970 .moduleButton{text-decoration:none;}
#module_22336970 .moduleButton{font-style:normal;}
#module_22336970 .moduleButton{background-color:rgb(255, 127, 39);} #module_22336970 .moduleButton:before{background-color:rgb(255, 127, 39);}
#module_22336970 .moduleButton{border-color:#000;}
#module_22336970 .moduleButton{border-style:none;}
#module_22336970 .moduleButton{border-width:0px;}
#module_22336970 .moduleButton{border-top-left-radius:50px;}
#module_22336970 .moduleButton{border-top-right-radius:50px;}
#module_22336970 .moduleButton{border-bottom-left-radius:50px;}
#module_22336970 .moduleButton{border-bottom-right-radius:50px;}
#module_22336970 .moduleButton{width:100px;}
#module_22336970 .moduleButton{height:40px;line-height:40px;}
#module_22336970 .BodyCenter{color:#fff;}
#module_22336970 .moduleButton:hover{font-size:14px;}
#module_22336970 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_22336970 .moduleButton:hover{color:#fff;}
#module_22336970 .moduleButton:hover{font-weight:normal;}
#module_22336970 .moduleButton:hover{text-decoration:none;}
#module_22336970 .moduleButton:hover{font-style:normal;}
#module_22336970 .moduleButton:hover{background-color:rgb(232, 116, 38);}#module_22336970 .moduleButton.float:hover{background-color:rgb(232, 116, 38);}
#module_22336970 .moduleButton:hover{border-color:#000;} #module_22336970 .moduleButton.float:hover{border-color:#000;}
#module_22336970 .moduleButton:hover{border-style:none;} #module_22336970 .moduleButton.float:hover{border-style:none;}
#module_22336970 .moduleButton:hover{border-width:0px;}  #module_22336970 .moduleButton.float:hover{border-width:0px;}

.module_22337102 .ModuleHead .HeadCenter{float:none;}
#module_22337102 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22337102 .ModuleHead22337102 {
display:none;
}
#module_22337102 .BodyCenter.BodyCenter22337102 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22337102 >.module_22337102 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22337102 .BodyCenter.BodyCenter22337102 {
padding-top:0.0000%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22337102 .BodyCenter.BodyCenter22337102 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22337102 >.module_22337102 {
margin: 0;
}
}
@media screen and (max-width: 767px){
#module_22337102 >.module_22337102 {
margin-top:5.4496%;
margin-left:2.7248%;
margin-right:2.7248%;
margin-bottom:5.4496%;
}
}
#module_22337102 >.module_22337102 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22337102:hover {
border:none;
}
#module_22337102:hover >.module_22337102 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22337102 .ModuleSubContainer{background-color:transparent;}
#module_22337102 .ModuleSubContainer{background-image:none;}
#module_22337102 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22337102 .ModuleSubContainer{background-position:0% 0%;}
#module_22337102 .ModuleSubContainer{background-attachment:scroll;}
#module_22337102 {!bgVideo!}{bgVideoUrl:none}
#module_22337102 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22337102 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
.ModuleGridContainer.ModuleGridContainer22337102 {max-width:1228px;width:auto;}

.module_22337152 .ModuleHead .HeadCenter{float:none;}
#module_22337152 {
padding:0px;	
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_22337152 .ModuleHead22337152 {
display:none;
}
#module_22337152 >.module_22337152 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22337152 .BodyCenter.BodyCenter22337152 {
padding: 0;
}
}
@media screen and (max-width: 767px){
#module_22337152 .BodyCenter.BodyCenter22337152 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22337152 >.module_22337152 {
margin: 0;
}
}
@media screen and (max-width: 767px){
#module_22337152 >.module_22337152 {
margin: 0;
}
}
#module_22337152 >.module_22337152 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22337152:hover {
border:none;
}
#module_22337152:hover >.module_22337152 {
border-color:#ccc;
}
#module_22337152:hover >.module_22337152 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22337152 .ModuleHoverBoxItem_1{background-color:rgba(0,0,0,0);}
#module_22337152 .ModuleHoverBoxItem_1{background-image:none;}
#module_22337152 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_22337152 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_22337152 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_22337152 .ModuleHoverBoxItem_1{padding-bottom:30px;}
#module_22337152 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_22337152 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_22337152 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_22337152 .ModuleHoverBoxItem_2{background-image:url(/images/aa0.png);}
#module_22337152 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_22337152 .ModuleHoverBoxItem_2{background-position:50% 100%;}
#module_22337152 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_22337152 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_22337152 .ModuleHoverBoxItem_2{padding-bottom:30px;}
#module_22337152 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_22337152 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_22337152 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}

.module_22337154 .ModuleHead .HeadCenter{float:none;}
#module_22337154 {
padding:0px;	
position:static;
z-index:0;
top:20px;
width:100%;
height: auto;
}
#module_22337154 .ModuleHead22337154 {display:none;}
#module_22337154 .BodyCenter.BodyCenter22337154 {background:none;background-color:rgb(0, 90, 210);}
#module_22337154 >.module_22337154 {border:0px solid #000;overflow: hidden;border-radius:10px;}
@media screen and (min-width: 768px){
#module_22337154 .BodyCenter.BodyCenter22337154 {
padding-top:10.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.0000%;
}
}
@media screen and (max-width: 767px){
#module_22337154 .BodyCenter.BodyCenter22337154 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22337154 >.module_22337154 {
margin-top:0.0000%;
margin-left:4.6667%;
margin-right:4.6667%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22337154 >.module_22337154 {
margin: 0;
}
}
#module_22337154 >.module_22337154 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22337154:hover {
border:none;
}
#module_22337154:hover >.module_22337154 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22337154 .imageTextGiant-Container{padding:10px;}
#module_22337154 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22337162 .ModuleHead .HeadCenter{float:none;}
#module_22337162 {
padding:0px;
}
#module_22337162 {
position:static;
z-index:0;
top:35px;
width:100%;
height: auto;
}
#module_22337162 .ModuleHead22337162 {
display:none;
}
#module_22337162 .BodyCenter.BodyCenter22337162 {
background:none;background-color:rgb(255, 127, 44);
}
#module_22337162 >.module_22337162 {border:0px solid #000;overflow: hidden;border-radius:10px;}
@media screen and (min-width: 768px){
#module_22337162 .BodyCenter.BodyCenter22337162 {
padding-top:10.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.0000%;
}
}
@media screen and (max-width: 767px){
#module_22337162 .BodyCenter.BodyCenter22337162 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22337162 >.module_22337162 {
margin-top:0.0000%;
margin-left:4.6667%;
margin-right:4.6667%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22337162 >.module_22337162 {
margin: 0;
}
}
#module_22337162 >.module_22337162 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22337162:hover {
border:none;
}
#module_22337162:hover >.module_22337162 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22337162 .imageTextGiant-Container{padding:10px;}
#module_22337162 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22338000 .ModuleHead .HeadCenter{float:none;}
#module_22338000 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22338000 .ModuleHead22338000 {
display:none;
}
#module_22338000 >.module_22338000 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22338000 .BodyCenter.BodyCenter22338000 {
padding: 0;
}
}
@media screen and (max-width: 767px){
#module_22338000 .BodyCenter.BodyCenter22338000 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22338000 >.module_22338000 {
margin: 0;
}
}
@media screen and (max-width: 767px){
#module_22338000 >.module_22338000 {
margin: 0;
}
}
#module_22338000 >.module_22338000 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338000:hover {
border:none;
}
#module_22338000:hover >.module_22338000 {
border-color:#ccc;
}
#module_22338000:hover >.module_22338000 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22338000 .ModuleHoverBoxItem_1{background-color:rgba(0,0,0,0);}
#module_22338000 .ModuleHoverBoxItem_1{background-image:none;}
#module_22338000 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_22338000 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_22338000 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_22338000 .ModuleHoverBoxItem_1{padding-bottom:30px;}
#module_22338000 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_22338000 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_22338000 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_22338000 .ModuleHoverBoxItem_2{background-image:url(/images/aa0.png);}
#module_22338000 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_22338000 .ModuleHoverBoxItem_2{background-position:50% 100%;}
#module_22338000 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_22338000 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_22338000 .ModuleHoverBoxItem_2{padding-bottom:30px;}
#module_22338000 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_22338000 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_22338000 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}

.module_22338042 .ModuleHead .HeadCenter{float:none;}
#module_22338042 {
padding:0px;
}
#module_22338042 {
position:static;
z-index:0;
top:33px;
left:0px;
width:100%;
height: auto;
}
#module_22338042 .ModuleHead22338042 {
display:none;
}
#module_22338042 .BodyCenter.BodyCenter22338042 {
background:none;background-color:rgb(0, 90, 210);
}
#module_22338042 >.module_22338042 {border:0px solid #000;overflow: hidden;border-radius:10px;}
@media screen and (min-width: 768px){
#module_22338042 .BodyCenter.BodyCenter22338042 {
padding-top:10.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.0000%;
}
}
@media screen and (max-width: 767px){
#module_22338042 .BodyCenter.BodyCenter22338042 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22338042 >.module_22338042 {
margin-top:0.0000%;
margin-left:4.6667%;
margin-right:4.6667%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22338042 >.module_22338042 {
margin: 0;
}
}
#module_22338042 >.module_22338042 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338042:hover {
border:none;
}
#module_22338042:hover >.module_22338042 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338042 .imageTextGiant-Container{padding:10px;}
#module_22338042 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22338076 .ModuleHead .HeadCenter{float:none;}
#module_22338076 {
padding:0px;
}
#module_22338076 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_22338076 .ModuleHead22338076 {
display:none;
}
#module_22338076 .BodyCenter.BodyCenter22338076 {
background:none;background-color:rgb(255, 127, 44);
}
#module_22338076 >.module_22338076 {border:0px solid #000;overflow: hidden;border-radius:10px;}
@media screen and (min-width: 768px){
#module_22338076 .BodyCenter.BodyCenter22338076 {
padding-top:10.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.0000%;
}
}
@media screen and (max-width: 767px){
#module_22338076 .BodyCenter.BodyCenter22338076 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22338076 >.module_22338076 {
margin-top:0.0000%;
margin-left:4.6667%;
margin-right:4.6667%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22338076 >.module_22338076 {
margin: 0;
}
}
#module_22338076 >.module_22338076 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338076:hover {
border:none;
}
#module_22338076:hover >.module_22338076 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338076 .imageTextGiant-Container{padding:10px;}
#module_22338076 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22338087 .ModuleHead .HeadCenter{float:none;}
#module_22338087 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22338087 .ModuleHead22338087 {display:none;}
#module_22338087 >.module_22338087 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22338087 .BodyCenter.BodyCenter22338087 {padding: 0;}}
@media screen and (max-width: 767px){#module_22338087 .BodyCenter.BodyCenter22338087 {padding: 0;}}
@media screen and (min-width: 768px){#module_22338087 >.module_22338087 {margin: 0;}}
@media screen and (max-width: 767px){#module_22338087 >.module_22338087 {margin: 0;}}
#module_22338087 >.module_22338087 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338087:hover {border:none;}
#module_22338087:hover >.module_22338087 {border-color:#ccc;}
#module_22338087:hover >.module_22338087 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338087 .ModuleHoverBoxItem_1{background-color:rgba(0,0,0,0);}
#module_22338087 .ModuleHoverBoxItem_1{background-image:none;}
#module_22338087 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_22338087 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_22338087 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_22338087 .ModuleHoverBoxItem_1{padding-bottom:30px;}
#module_22338087 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_22338087 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_22338087 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_22338087 .ModuleHoverBoxItem_2{background-image:url(/images/aa0.png);}
#module_22338087 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_22338087 .ModuleHoverBoxItem_2{background-position:50% 100%;}
#module_22338087 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_22338087 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_22338087 .ModuleHoverBoxItem_2{padding-bottom:30px;}
#module_22338087 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_22338087 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_22338087 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}

.module_22338123 .ModuleHead .HeadCenter{float:none;}
#module_22338123 {
padding:0px;	
position:static;
z-index:0;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_22338123 .ModuleHead22338123 {
display:none;
}
#module_22338123 .BodyCenter.BodyCenter22338123 {
background:none;background-color:rgb(0, 90, 210);
}
#module_22338123 >.module_22338123 {border:0px solid #000;overflow: hidden;border-radius:10px;}
@media screen and (min-width: 768px){
#module_22338123 .BodyCenter.BodyCenter22338123 {
padding-top:9.7720%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.0977%;
}
}
@media screen and (max-width: 767px){
#module_22338123 .BodyCenter.BodyCenter22338123 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22338123 >.module_22338123 {
margin-top:0.0000%;
margin-left:4.5603%;
margin-right:4.5603%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22338123 >.module_22338123 {
margin: 0;
}
}
#module_22338123 >.module_22338123 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338123:hover {border:none;}
#module_22338123:hover >.module_22338123 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338123 .ModuleImageTextGiantContent{margin-top:0px;}
#module_22338123 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_22338123 .ModuleImageTextGiantContent{margin-left:0px;}
#module_22338123 .ModuleImageTextGiantContent{margin-right:10px;}
#module_22338123 .imageTextGiant-Container{padding:10px;}
#module_22338123 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22338216 .ModuleHead .HeadCenter{float:none;}
#module_22338216 {
padding:0px;	
position:static;
z-index:0;
top:31px;
left:0px;
width:100%;
height: auto;
}
#module_22338216 .ModuleHead22338216 {display:none;}
#module_22338216 .BodyCenter.BodyCenter22338216 {background:none;background-color:rgb(255, 127, 44);}
#module_22338216 >.module_22338216 {border:0px solid #000;overflow: hidden;border-radius:10px;}
@media screen and (min-width: 768px){
#module_22338216 .BodyCenter.BodyCenter22338216 {
padding-top:10.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.0000%;
}
}
@media screen and (max-width: 767px){
#module_22338216 .BodyCenter.BodyCenter22338216 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22338216 >.module_22338216 {
margin-top:0.0000%;
margin-left:4.6667%;
margin-right:4.6667%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22338216 >.module_22338216 {
margin: 0;
}
}
#module_22338216 >.module_22338216 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338216:hover {
border:none;
}
#module_22338216:hover >.module_22338216 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22338216 .imageTextGiant-Container{padding:10px;}
#module_22338216 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22338487 .ModuleHead .HeadCenter{float:none;}
#module_22338487 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22338487 .ModuleHead22338487 {
display:none;
}
#module_22338487 >.module_22338487 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22338487 .BodyCenter.BodyCenter22338487 {
padding: 0;
}
}
@media screen and (max-width: 767px){
#module_22338487 .BodyCenter.BodyCenter22338487 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22338487 >.module_22338487 {
margin: 0;
}
}
@media screen and (max-width: 767px){
#module_22338487 >.module_22338487 {
margin: 0;
}
}
#module_22338487 >.module_22338487 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338487:hover {
border:none;
}
#module_22338487:hover >.module_22338487 {
border-color:#ccc;
}
#module_22338487:hover >.module_22338487 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22338487 .ModuleHoverBoxItem_1{background-color:rgba(0,0,0,0);}
#module_22338487 .ModuleHoverBoxItem_1{background-image:none;}
#module_22338487 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_22338487 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_22338487 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_22338487 .ModuleHoverBoxItem_1{padding-bottom:30px;}
#module_22338487 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_22338487 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_22338487 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_22338487 .ModuleHoverBoxItem_2{background-image:url(/images/aa0.png);}
#module_22338487 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_22338487 .ModuleHoverBoxItem_2{background-position:50% 100%;}
#module_22338487 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_22338487 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_22338487 .ModuleHoverBoxItem_2{padding-bottom:30px;}
#module_22338487 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_22338487 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_22338487 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}

.module_22338576 .ModuleHead .HeadCenter{float:none;}
#module_22338576 {
padding:0px;	
position:static;
z-index:0;
top:12px;
left:0px;
width:100%;
height: auto;
}
#module_22338576 .ModuleHead22338576 {display:none;}
#module_22338576 .BodyCenter.BodyCenter22338576 {background:none;background-color:rgb(0, 90, 210);}
#module_22338576 >.module_22338576 {border:0px solid #000;overflow: hidden;border-radius:10px;}
@media screen and (min-width: 768px){
#module_22338576 .BodyCenter.BodyCenter22338576 {
padding-top:10.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.6667%;
}
}
@media screen and (max-width: 767px){#module_22338576 .BodyCenter.BodyCenter22338576 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22338576 >.module_22338576 {
margin-top:0.0000%;
margin-left:4.6667%;
margin-right:4.6667%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22338576 >.module_22338576 {margin: 0;}}
#module_22338576 >.module_22338576 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338576:hover {border:none;}
#module_22338576:hover >.module_22338576 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338576 .imageTextGiant-Container{padding:10px;}
#module_22338576 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}
#module_22338576 a{font-size:unset;font-family:unset}.module_23586073 .ModuleHead .HeadCenter{float:none;}

#module_23586073 {
padding:0px;	
position:static;
z-index:0;
top:33px;
left:0px;
width:100%;
height: auto;
}
#module_23586073 .ModuleHead23586073 {display:none;}
#module_23586073 .BodyCenter.BodyCenter23586073 {background:none;background-color:rgb(255, 127, 44);}
#module_23586073 >.module_23586073 {border:0px solid #000;overflow: hidden;border-radius:10px;}
@media screen and (min-width: 768px){
#module_23586073 .BodyCenter.BodyCenter23586073 {
padding-top:9.7720%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.4919%;
}
}
@media screen and (max-width: 767px){
#module_23586073 .BodyCenter.BodyCenter23586073 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_23586073 >.module_23586073 {
margin-top:0.0000%;
margin-left:4.5603%;
margin-right:4.5603%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_23586073 >.module_23586073 {
margin: 0;
}
}
#module_23586073 >.module_23586073 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_23586073:hover {
border:none;
}
#module_23586073:hover >.module_23586073 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_23586073 .imageTextGiant-Container{padding:10px;}
#module_23586073 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22338620 .ModuleHead .HeadCenter{float:none;}
#module_22338620 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22338620 .ModuleHead22338620 {
display:none;
}
#module_22338620 .BodyCenter.BodyCenter22338620 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22338620 >.module_22338620 {border:0px solid #000;overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22338620 .BodyCenter.BodyCenter22338620 {
padding-top:2.0921%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22338620 .BodyCenter.BodyCenter22338620 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22338620 >.module_22338620 {
margin: 0;
}
}
@media screen and (max-width: 767px){
#module_22338620 >.module_22338620 {
margin-top:0.0000%;
margin-left:2.7248%;
margin-right:2.7248%;
margin-bottom:0.0000%;
}
}
#module_22338620 >.module_22338620 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338620:hover {
border:none;
}
#module_22338620:hover >.module_22338620 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22338620 .ModuleSubContainer{background-color:transparent;}
#module_22338620 .ModuleSubContainer{background-image:none;}
#module_22338620 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22338620 .ModuleSubContainer{background-position:0% 0%;}
#module_22338620 .ModuleSubContainer{background-attachment:scroll;}
#module_22338620 {!bgVideo!}{bgVideoUrl:none}
#module_22338620 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22338620 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}

.module_22338676 .ModuleHead .HeadCenter{float:none;}
#module_22338676 {
padding:0px;	
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_22338676 .ModuleHead22338676 {
display:none;
}
#module_22338676 .BodyCenter.BodyCenter22338676 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22338676 >.module_22338676 {border:0px solid #000;}
#module_22338676 >.module_22338676 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22338676 .BodyCenter.BodyCenter22338676 {
padding: 0;
}
}
@media screen and (max-width: 767px){
#module_22338676 .BodyCenter.BodyCenter22338676 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22338676 >.module_22338676 {
margin: 0;
}
}
@media screen and (max-width: 767px){
#module_22338676 >.module_22338676 {
margin: 0;
}
}
#module_22338676 >.module_22338676 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338676:hover {
border:none;
}
#module_22338676:hover >.module_22338676 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22338676 .imageTextGiant-Container{padding-top:0.8333%;}
#module_22338676 .imageTextGiant-Container{padding-bottom:0.8333%;}
#module_22338676 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22338676 .imageTextGiant-Container{padding-right:0.8333%;}

#module_22338676 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22338869 .ModuleHead .HeadCenter{float:none;}
#module_22338869 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22338869 .ModuleHead22338869 {display:none;}
#module_22338869 .BodyCenter.BodyCenter22338869 {background:none;background-color:rgba(0,0,0,0);}
#module_22338869 >.module_22338869 {border:0px solid #000;}
#module_22338869 >.module_22338869 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22338869 .BodyCenter.BodyCenter22338869 {padding: 0;}}
@media screen and (max-width: 767px){#module_22338869 .BodyCenter.BodyCenter22338869 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22338869 >.module_22338869 {
margin-top:0.0833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22338869 >.module_22338869 {margin: 0;}}
#module_22338869 >.module_22338869 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338869:hover {border:none;}
#module_22338869:hover >.module_22338869 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22338869 .imageTextGiant-Container{padding-top:0.8333%;}
#module_22338869 .imageTextGiant-Container{padding-bottom:0.8333%;}
#module_22338869 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22338869 .imageTextGiant-Container{padding-right:0.8333%;}
#module_22338869 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22338881 .ModuleHead .HeadCenter{float:none;}
#module_22338881 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22338881 .ModuleHead22338881 {display:none;}
#module_22338881 .ModuleSubContainer{background-color:transparent;}
#module_22338881 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22338881 .ModuleSubContainer{background-position:0% 0%;}
#module_22338881 .ModuleSubContainer{background-attachment:scroll;}
#module_22338881 {!bgVideo!}{bgVideoUrl:}
#module_22338881 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22338881 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}

.module_22339986 .ModuleHead .HeadCenter{float:none;}
#module_22339986 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22339986 .ModuleHead22339986 {display:none;}
#module_22339986 .BodyCenter.BodyCenter22339986 {background:none;background-color:rgba(0,0,0,0);}
#module_22339986 >.module_22339986 {border:0px solid #000;}
#module_22339986 >.module_22339986 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22339986 .BodyCenter.BodyCenter22339986 {padding: 0;}}
@media screen and (max-width: 767px){#module_22339986 .BodyCenter.BodyCenter22339986 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22339986 >.module_22339986 {
margin-top:13.6667%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22339986 >.module_22339986 {
margin: 0;
}
}
#module_22339986 >.module_22339986 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22339986:hover {
border:none;
}
#module_22339986:hover >.module_22339986 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22339986 .imageTextGiant-Container{padding-top:3.3333%;}
#module_22339986 .imageTextGiant-Container{padding-bottom:3.3333%;}
#module_22339986 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22339986 .imageTextGiant-Container{padding-right:3.3333%;}

#module_22339986 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22340003 .ModuleHead .HeadCenter{float:none;}
#module_22340003 {
padding:0px;	
position:static;
z-index:0;
top:23px;
left:0px;
width:100%;
height: auto;
}
#module_22340003 .ModuleHead22340003 {display:none;}
#module_22340003 .BodyCenter.BodyCenter22340003 {background:none;background-color:rgba(0,0,0,0);}
#module_22340003 >.module_22340003 {border:0px solid #000;}
#module_22340003 >.module_22340003 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22340003 .BodyCenter.BodyCenter22340003 {padding: 0;}}
@media screen and (max-width: 767px){#module_22340003 .BodyCenter.BodyCenter22340003 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22340003 >.module_22340003 {
margin-top:13.6667%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22340003 >.module_22340003 {margin: 0;}}
#module_22340003 >.module_22340003 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22340003:hover {border:none;}
#module_22340003:hover >.module_22340003 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22340003 .imageTextGiant-Container{padding-top:3.3333%;}
#module_22340003 .imageTextGiant-Container{padding-bottom:3.3333%;}
#module_22340003 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22340003 .imageTextGiant-Container{padding-right:3.3333%;}
#module_22340003 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22340004 .ModuleHead .HeadCenter{float:none;}
#module_22340004 {
padding:0px;	
position:static;
z-index:0;
top:31px;
left:0px;
width:100%;
height: auto;
}
#module_22340004 .ModuleHead22340004 {display:none;}
#module_22340004 .BodyCenter.BodyCenter22340004 {background:none;background-color:rgba(0,0,0,0);}
#module_22340004 >.module_22340004 {border:0px solid #000;}
#module_22340004 >.module_22340004 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22340004 .BodyCenter.BodyCenter22340004 {padding: 0;}}
@media screen and (max-width: 767px){#module_22340004 .BodyCenter.BodyCenter22340004 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22340004 >.module_22340004 {
margin-top:13.6667%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22340004 >.module_22340004 {margin: 0;}}
#module_22340004 >.module_22340004 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22340004:hover {border:none;}
#module_22340004:hover >.module_22340004 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22340004 .imageTextGiant-Container{padding-top:3.3333%;}
#module_22340004 .imageTextGiant-Container{padding-bottom:3.3333%;}
#module_22340004 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22340004 .imageTextGiant-Container{padding-right:3.3333%;}
#module_22340004 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22340005 .ModuleHead .HeadCenter{float:none;}
#module_22340005 {
padding:0px;	
position:static;
z-index:0;
top:21px;
left:0px;
width:100%;
height: auto;
}
#module_22340005 .ModuleHead22340005 {display:none;}
#module_22340005 .BodyCenter.BodyCenter22340005 {background:none;background-color:rgba(0,0,0,0);}
#module_22340005 >.module_22340005 {border:0px solid #000;}
#module_22340005 >.module_22340005 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22340005 .BodyCenter.BodyCenter22340005 {padding: 0;}}
@media screen and (max-width: 767px){#module_22340005 .BodyCenter.BodyCenter22340005 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22340005 >.module_22340005 {
margin-top:13.6667%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22340005 >.module_22340005 {
margin: 0;
}
}
#module_22340005 >.module_22340005 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22340005:hover {
border:none;
}
#module_22340005:hover >.module_22340005 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22340005 .imageTextGiant-Container{padding-top:3.3333%;}
#module_22340005 .imageTextGiant-Container{padding-bottom:3.3333%;}
#module_22340005 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22340005 .imageTextGiant-Container{padding-right:0.0000%;}

#module_22340005 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22999114 .ModuleHead .HeadCenter{float:none;}
#module_22999114 {
padding:0px;	
position:static;
z-index:0;
top:4459px;
left:1871px;
width:100%;
height: auto;
}
#module_22999114 .ModuleHead22999114 {display:none;}
#module_22999114 .BodyCenter.BodyCenter22999114 {background:none;background-color:rgba(0,0,0,0);}
#module_22999114 >.module_22999114 {border:0px solid #000;}
#module_22999114 >.module_22999114 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22999114 .BodyCenter.BodyCenter22999114 {padding: 0;}}
@media screen and (max-width: 767px){#module_22999114 .BodyCenter.BodyCenter22999114 {padding: 0;}}
@media screen and (min-width: 768px){#module_22999114 >.module_22999114 {margin: 0;}}
@media screen and (max-width: 767px){
#module_22999114 >.module_22999114 {
margin-top:4.0872%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:5.4496%;
}
}
#module_22999114 >.module_22999114 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22999114:hover {border:none;}
#module_22999114:hover >.module_22999114 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22999114 .ModuleSubContainer{background-color:transparent;}
#module_22999114 .ModuleSubContainer{background-image:none;}
#module_22999114 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22999114 .ModuleSubContainer{background-position:0% 0%;}
#module_22999114 .ModuleSubContainer{background-attachment:scroll;}
#module_22999114 {!bgVideo!}{bgVideoUrl:none}
#module_22999114 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22999114 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}

.module_22999115 .ModuleHead .HeadCenter{float:none;}
#module_22999115 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22999115 .ModuleHead22999115 {display:none;}
#module_22999115 .BodyCenter.BodyCenter22999115 {background:none;background-color:rgba(0,0,0,0);}
#module_22999115 >.module_22999115 {border:0px solid #000;}
#module_22999115 >.module_22999115 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22999115 .BodyCenter.BodyCenter22999115 {padding: 0;}}
@media screen and (max-width: 767px){#module_22999115 .BodyCenter.BodyCenter22999115 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22999115 >.module_22999115 {
margin-top:13.6667%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22999115 >.module_22999115 {margin: 0;}}
#module_22999115 >.module_22999115 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22999115:hover {border:none;}
#module_22999115:hover >.module_22999115 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22999115 .imageTextGiant-Container{padding-top:3.3333%;}
#module_22999115 .imageTextGiant-Container{padding-bottom:3.3333%;}
#module_22999115 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22999115 .imageTextGiant-Container{padding-right:3.3333%;}
#module_22999115 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22999116 .ModuleHead .HeadCenter{float:none;}
#module_22999116 {
padding:0px;	
position:static;
z-index:0;
top:23px;
left:0px;
width:100%;
height: auto;
}
#module_22999116 .ModuleHead22999116 {display:none;}
#module_22999116 .BodyCenter.BodyCenter22999116 {background:none;background-color:rgba(0,0,0,0);}
#module_22999116 >.module_22999116 {border:0px solid #000;}
#module_22999116 >.module_22999116 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22999116 .BodyCenter.BodyCenter22999116 {padding: 0;}}
@media screen and (max-width: 767px){#module_22999116 .BodyCenter.BodyCenter22999116 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22999116 >.module_22999116 {
margin-top:13.6667%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22999116 >.module_22999116 {margin: 0;}}
#module_22999116 >.module_22999116 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22999116:hover {border:none;}
#module_22999116:hover >.module_22999116 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22999116 .imageTextGiant-Container{padding-top:3.3333%;}
#module_22999116 .imageTextGiant-Container{padding-bottom:3.3333%;}
#module_22999116 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22999116 .imageTextGiant-Container{padding-right:3.3333%;}
#module_22999116 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22999117 .ModuleHead .HeadCenter{float:none;}
#module_22999117 {
padding:0px;	
position:static;
z-index:0;
top:31px;
left:0px;
width:100%;
height: auto;
}
#module_22999117 .ModuleHead22999117 {display:none;}
#module_22999117 .BodyCenter.BodyCenter22999117 {background:none;background-color:rgba(0,0,0,0);}
#module_22999117 >.module_22999117 {border:0px solid #000;}
#module_22999117 >.module_22999117 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22999117 .BodyCenter.BodyCenter22999117 {padding: 0;}}
@media screen and (max-width: 767px){#module_22999117 .BodyCenter.BodyCenter22999117 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22999117 >.module_22999117 {
margin-top:13.6667%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22999117 >.module_22999117 {margin: 0;}}
#module_22999117 >.module_22999117 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22999117:hover {border:none;}
#module_22999117:hover >.module_22999117 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22999117 .imageTextGiant-Container{padding-top:3.3333%;}
#module_22999117 .imageTextGiant-Container{padding-bottom:3.3333%;}
#module_22999117 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22999117 .imageTextGiant-Container{padding-right:3.3333%;}
#module_22999117 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22999118 .ModuleHead .HeadCenter{float:none;}
#module_22999118 {
padding:0px;	
position:static;
z-index:0;
top:21px;
left:0px;
width:100%;
height: auto;
}
#module_22999118 .ModuleHead22999118 {display:none;}
#module_22999118 .BodyCenter.BodyCenter22999118 {background:none;background-color:rgba(0,0,0,0);}
#module_22999118 >.module_22999118 {border:0px solid #000;}
#module_22999118 >.module_22999118 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22999118 .BodyCenter.BodyCenter22999118 {padding:0px;}}
@media screen and (max-width: 767px){#module_22999118 .BodyCenter.BodyCenter22999118 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22999118 >.module_22999118 {
margin-top:13.6667%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22999118 >.module_22999118 {margin: 0;}}
#module_22999118 >.module_22999118 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22999118:hover {border:none;}
#module_22999118:hover >.module_22999118 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22999118 .imageTextGiant-Container{padding-top:3.3333%;}
#module_22999118 .imageTextGiant-Container{padding-bottom:3.3333%;}
#module_22999118 .imageTextGiant-Container{padding-left:0.0000%;}
#module_22999118 .imageTextGiant-Container{padding-right:0.0000%;}
#module_22999118 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22340423 .ModuleHead .HeadCenter{float:none;}
#module_22340423 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22340423 .ModuleHead22340423 {display:none;}
#module_22340423 .BodyCenter.BodyCenter22340423 {background:none;background-color:rgb(248, 248, 248);}
#module_22340423 >.module_22340423 {border:0px solid #000;}
#module_22340423 >.module_22340423 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22340423 .BodyCenter.BodyCenter22340423 {
padding-top:4.1841%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){#module_22340423 .BodyCenter.BodyCenter22340423 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22340423 >.module_22340423 {
margin-top:2.6151%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22340423 >.module_22340423 {margin: 0;}}
#module_22340423 >.module_22340423 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22340423:hover {border:none;}
#module_22340423:hover >.module_22340423 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22340423 .ModuleSubContainer{background-color:transparent;}
#module_22340423 .ModuleSubContainer{background-image:none;}
#module_22340423 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22340423 .ModuleSubContainer{background-position:0% 0%;}
#module_22340423 .ModuleSubContainer{background-attachment:scroll;}
#module_22340423 {!bgVideo!}{bgVideoUrl:none}
#module_22340423 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22340423 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}

.module_22340503 .ModuleHead .HeadCenter{float:none;}
#module_22340503 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22340503 .ModuleHead22340503 {display:none;}
#module_22340503 img{border-top-color:transparent;}
#module_22340503 img{border-top-style:none;}
#module_22340503 img{border-top-width:0px;}
#module_22340503 img{border-right-color:transparent;}
#module_22340503 img{border-right-style:none;}
#module_22340503 img{border-right-width:0px;}
#module_22340503 img{border-bottom-color:transparent;}
#module_22340503 img{border-bottom-style:none;}
#module_22340503 img{border-bottom-width:0px;}
#module_22340503 img{border-left-color:transparent;}
#module_22340503 img{border-left-style:none;}
#module_22340503 img{border-left-width:0px;}
#module_22340503 img{border-top-left-radius:0px;}
#module_22340503 img{border-top-right-radius:0px;}
#module_22340503 img{border-bottom-left-radius:0px;}
#module_22340503 img{border-bottom-right-radius:0px;}
#module_22340503 .BodyCenter{text-align: center;}

.module_22340504 .ModuleHead .HeadCenter{float:none;}
#module_22340504 {
padding:0px;	
position:static;
z-index:0;
top:4208px;
left:701px;
width:100%;
height: auto;
}
#module_22340504 .ModuleHead22340504 {display:none;}
#module_22340504 .BodyCenter.BodyCenter22340504 {background:none;background-color:rgb(255, 255, 255);}
#module_22340504 >.module_22340504 {border:0px solid #000;}
#module_22340504 >.module_22340504 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22340504 .BodyCenter.BodyCenter22340504 {
padding-top:4.2857%;
padding-left:7.1429%;
padding-right:7.1429%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22340504 .BodyCenter.BodyCenter22340504 {
padding-top:2.7248%;
padding-left:2.7248%;
padding-right:2.7248%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){#module_22340504 >.module_22340504 {margin: 0;}}
@media screen and (max-width: 767px){#module_22340504 >.module_22340504 {margin: 0;}}
#module_22340504 >.module_22340504 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22340504:hover {border:none;}
#module_22340504:hover >.module_22340504 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22340504 .imageTextGiant-Container{padding-top:10px;}
#module_22340504 .imageTextGiant-Container{padding-bottom:10px;}
#module_22340504 .imageTextGiant-Container{padding-left:0px;}
#module_22340504 .imageTextGiant-Container{padding-right:10px;}
#module_22340504 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22340505 .ModuleHead .HeadCenter{float:none;}
#module_22340505 {
padding:0px;	
position:static;
z-index:0;
top:4273px;
left:676px;
width:100%;
height: auto;
}
#module_22340505 .ModuleHead22340505 {display:none;}
#module_22340505 .BodyCenter.BodyCenter22340505 {background:none;background-color:rgb(255, 255, 255);}
#module_22340505 >.module_22340505 {border:0px solid #000;}
#module_22340505 >.module_22340505 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22340505 .BodyCenter.BodyCenter22340505 {
padding-top:2.1429%;
padding-left:7.1429%;
padding-right:7.1429%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22340505 .BodyCenter.BodyCenter22340505 {
padding-top:0.0000%;
padding-left:2.7248%;
padding-right:2.7248%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){#module_22340505 >.module_22340505 {margin: 0;}}
@media screen and (max-width: 767px){#module_22340505 >.module_22340505 {margin: 0;}}
#module_22340505 >.module_22340505 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22340505:hover {border:none;}
#module_22340505:hover >.module_22340505 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22340505 .imageTextGiant-Container{padding-top:10px;}
#module_22340505 .imageTextGiant-Container{padding-bottom:10px;}
#module_22340505 .imageTextGiant-Container{padding-left:0px;}
#module_22340505 .imageTextGiant-Container{padding-right:10px;}
#module_22340505 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22340597 .ModuleHead .HeadCenter{float:none;}
#module_22340597 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22340597 .ModuleHead22340597 {display:none;}
#module_22340597 .BodyCenter.BodyCenter22340597 {background:none;background-color:rgb(255, 255, 255);}
#module_22340597 >.module_22340597 {border:0px solid #000;}
#module_22340597 >.module_22340597 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22340597 .BodyCenter.BodyCenter22340597 {
padding-top:2.8571%;
padding-left:7.1429%;
padding-right:7.1429%;
padding-bottom:8.5714%;
}
}
@media screen and (max-width: 767px){
#module_22340597 .BodyCenter.BodyCenter22340597 {
padding-top:0.0000%;
padding-left:2.9973%;
padding-right:2.7248%;
padding-bottom:5.4496%;
}
}
@media screen and (min-width: 768px){#module_22340597 >.module_22340597 {margin: 0;}}
@media screen and (max-width: 767px){#module_22340597 >.module_22340597 {margin: 0;}}
#module_22340597 >.module_22340597 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22340597:hover {border:none;}
#module_22340597:hover >.module_22340597 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22340597 .imageTextGiant-Container{padding:0px;}
#module_22340597 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22341286 .ModuleHead .HeadCenter{float:none;}
#module_22341286 {
padding:0px;	
position:static;
z-index:0;
top:3942px;
left:1265px;
width:100%;
height: auto;
}
#module_22341286 .ModuleHead22341286 {display:none;}
#module_22341286 .BodyCenter.BodyCenter22341286 {background:none;background-color:rgb(255, 255, 255);}
#module_22341286 >.module_22341286 {
border-top-style:solid;
border-top-color:rgb(0, 90, 210);
border-top-width:8px;
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_22341286 >.module_22341286 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22341286 .BodyCenter.BodyCenter22341286 {
padding-top:6.0000%;
padding-left:10.0000%;
padding-right:10.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22341286 .BodyCenter.BodyCenter22341286 {
padding-top:0.0000%;
padding-left:2.7248%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_22341286 >.module_22341286 {
margin-top:0.0000%;
margin-left:7.6000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22341286 >.module_22341286 {margin: 0;}}
#module_22341286 >.module_22341286 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341286:hover {border:none;}
#module_22341286:hover >.module_22341286 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341286 .imageTextGiant-Container{padding-top:10px;}
#module_22341286 .imageTextGiant-Container{padding-bottom:10px;}
#module_22341286 .imageTextGiant-Container{padding-left:0px;}
#module_22341286 .imageTextGiant-Container{padding-right:10px;}
#module_22341286 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22341290 .ModuleHead .HeadCenter{float:none;}
#module_22341290 {
padding:0px;	
position:static;
z-index:0;
top:3942px;
left:1294px;
width:100%;
height: auto;
}
#module_22341290 .ModuleHead22341290 {display:none;}
#module_22341290 .BodyCenter.BodyCenter22341290 {background:none;background-color:rgb(255, 255, 255);}
#module_22341290 >.module_22341290 {border:0px solid #000;}
#module_22341290 >.module_22341290 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22341290 .BodyCenter.BodyCenter22341290 {
padding-top:3.0000%;
padding-left:10.0000%;
padding-right:10.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22341290 .BodyCenter.BodyCenter22341290 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22341290 >.module_22341290 {
margin-top:0.0000%;
margin-left:7.6000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22341290 >.module_22341290 {margin: 0;}}
#module_22341290 >.module_22341290 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341290:hover {border:none;}
#module_22341290:hover >.module_22341290 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341290 .imageTextGiant-Container{padding:10px;}
#module_22341290 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22341302 .ModuleHead .HeadCenter{float:none;}
#module_22341302 {
padding:0px;	
position:static;
z-index:0;
top:132px;
left:1294px;
width:100%;
height: auto;
}
#module_22341302 .ModuleHead22341302 {display:none;}
#module_22341302 .BodyCenter.BodyCenter22341302 {background:none;background-color:rgb(255, 255, 255);}
#module_22341302 >.module_22341302 {
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(227, 227, 227);
border-bottom-width:0px;
}
#module_22341302 >.module_22341302 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22341302 .BodyCenter.BodyCenter22341302 {
padding-top:2.0000%;
padding-left:10.0000%;
padding-right:10.0000%;
padding-bottom:12.0000%;
}
}
@media screen and (max-width: 767px){#module_22341302 .BodyCenter.BodyCenter22341302 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22341302 >.module_22341302 {
margin-top:0.0000%;
margin-left:7.6000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22341302 >.module_22341302 {margin: 0;}}
#module_22341302 >.module_22341302 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341302:hover {border:none;}
#module_22341302:hover >.module_22341302 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341302 .imageTextGiant-Container{padding:10px;}
#module_22341302 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.ModuleHorizontalGiant.layout-101 .hr-line {
	margin:0 auto;
	width: auto;
	/* border: 1px solid #333; */
	border-top: 0 !important;
}

.module_22341483 .ModuleHead .HeadCenter{float:none;}
#module_22341483 {
padding:0px;	
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_22341483 .ModuleHead22341483 {display:none;}
#module_22341483 .BodyCenter.BodyCenter22341483 {background:none;background-color:rgb(255, 255, 255);}
#module_22341483 >.module_22341483 {border:0px solid #000;}
#module_22341483 >.module_22341483 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22341483 .BodyCenter.BodyCenter22341483 {
padding-top:0.0000%;
padding-left:11.8000%;
padding-right:12.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22341483 .BodyCenter.BodyCenter22341483 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22341483 >.module_22341483 {
margin-top:0.0000%;
margin-left:7.6000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22341483 >.module_22341483 {
margin-top:5px;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
}
}
#module_22341483 >.module_22341483 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341483:hover {border:none;}
#module_22341483:hover >.module_22341483 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341483 .hr-line{width:auto;max-width:autopx;}
#module_22341483 .hr-line{border-bottom-color:rgb(227, 227, 227);}
#module_22341483 .hr-line{border-bottom-style:solid;}
#module_22341483 .hr-line{border-bottom-width:1px;}

.module_22341311 .ModuleHead .HeadCenter{float:none;}
#module_22341311 {
padding:0px;	
position:static;
z-index:0;
top:308px;
left:1294px;
width:100%;
height: auto;
}
#module_22341311 .ModuleHead22341311 {display:none;}
#module_22341311 .BodyCenter.BodyCenter22341311 {background:none;background-color:rgb(255, 255, 255);}
#module_22341311 >.module_22341311 {
border-top-style:solid;
border-top-color:rgb(0, 90, 210);
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_22341311 >.module_22341311 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22341311 .BodyCenter.BodyCenter22341311 {
padding-top:6.0000%;
padding-left:10.0000%;
padding-right:10.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22341311 .BodyCenter.BodyCenter22341311 {
padding-top:0.0000%;
padding-left:2.7248%;
padding-right:2.7248%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_22341311 >.module_22341311 {
margin-top:0.0000%;
margin-left:7.6000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22341311 >.module_22341311 {margin: 0;}}
#module_22341311 >.module_22341311 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341311:hover {border:none;}
#module_22341311:hover >.module_22341311 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341311 .imageTextGiant-Container{padding-top:10px;}
#module_22341311 .imageTextGiant-Container{padding-bottom:10px;}
#module_22341311 .imageTextGiant-Container{padding-left:0px;}
#module_22341311 .imageTextGiant-Container{padding-right:10px;}
#module_22341311 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22341319 .ModuleHead .HeadCenter{float:none;}
#module_22341319 {
padding:0px;	
position:static;
z-index:0;
top:404px;
left:1294px;
width:100%;
height: auto;
}
#module_22341319 .ModuleHead22341319 {display:none;}
#module_22341319 .BodyCenter.BodyCenter22341319 {background:none;background-color:rgb(255, 255, 255);}
#module_22341319 >.module_22341319 {border:0px solid #000;}
#module_22341319 >.module_22341319 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22341319 .BodyCenter.BodyCenter22341319 {
padding-top:3.0000%;
padding-left:10.0000%;
padding-right:10.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22341319 .BodyCenter.BodyCenter22341319 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22341319 >.module_22341319 {
margin-top:0.0000%;
margin-left:7.6000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22341319 >.module_22341319 {margin: 0;}}
#module_22341319 >.module_22341319 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341319:hover {border:none;}
#module_22341319:hover >.module_22341319 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341319 .imageTextGiant-Container{padding-top:2.7624%;}
#module_22341319 .imageTextGiant-Container{padding-bottom:2.7624%;}
#module_22341319 .imageTextGiant-Container{padding-left:2.7624%;}
#module_22341319 .imageTextGiant-Container{padding-right:2.7624%;}
#module_22341319 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22341322 .ModuleHead .HeadCenter{float:none;}
#module_22341322 {
padding:0px;	
position:static;
z-index:0;
top:496px;
left:0px;
width:100%;
height: auto;
}
#module_22341322 .ModuleHead22341322 {display:none;}
#module_22341322 .BodyCenter.BodyCenter22341322 {background:none;background-color:rgb(255, 255, 255);}
#module_22341322 >.module_22341322 {
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(227, 227, 227);
border-bottom-width:0px;
}
#module_22341322 >.module_22341322 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22341322 .BodyCenter.BodyCenter22341322 {
padding-top:0.0000%;
padding-left:10.0000%;
padding-right:10.0000%;
padding-bottom:10.0000%;
}
}
@media screen and (max-width: 767px){
#module_22341322 .BodyCenter.BodyCenter22341322 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22341322 >.module_22341322 {
margin-top:0.0000%;
margin-left:7.6000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22341322 >.module_22341322 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:2.7248%;
}
}
#module_22341322 >.module_22341322 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341322:hover {border:none;}
#module_22341322:hover >.module_22341322 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341322 .imageTextGiant-Container{padding:10px;}
#module_22341322 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22341902 .ModuleHead .HeadCenter{float:none;}
#module_22341902 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22341902 .ModuleHead22341902 {display:none;}
#module_22341902 .BodyCenter.BodyCenter22341902 {
background-color:transparent;
background-image:url(/images/home/bg4.png);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_22341902 >.module_22341902 {border:0px solid #000;}
#module_22341902 >.module_22341902 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22341902 .BodyCenter.BodyCenter22341902 {
padding-top:3.6611%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:3.6611%;
}
}
@media screen and (max-width: 767px){
#module_22341902 .BodyCenter.BodyCenter22341902 {
padding: 0;
}
}
@media screen and (min-width: 768px){
#module_22341902 >.module_22341902 {
margin-top:-0.6276%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22341902 >.module_22341902 {margin: 0;}}
#module_22341902 >.module_22341902 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341902:hover {border:none;}
#module_22341902:hover >.module_22341902 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341902 .ModuleSubContainer{background-color:transparent;}
#module_22341902 .ModuleSubContainer{background-image:none;}
#module_22341902 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22341902 .ModuleSubContainer{background-position:0% 0%;}
#module_22341902 .ModuleSubContainer{background-attachment:scroll;}
#module_22341902 {!bgVideo!}{bgVideoUrl:none}
#module_22341902 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22341902 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}

.module_22341915 .ModuleHead .HeadCenter{float:none;}
#module_22341915 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22341915 .ModuleHead22341915 {display:none;}
#module_22341915 .BodyCenter.BodyCenter22341915 {background:none;background-color:rgba(0,0,0,0);}
#module_22341915 >.module_22341915 {border:0px solid #000;}
#module_22341915 >.module_22341915 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22341915 .BodyCenter.BodyCenter22341915 {padding: 0;}}
@media screen and (max-width: 767px){
#module_22341915 .BodyCenter.BodyCenter22341915 {
padding-top:5.4496%;
padding-left:2.7248%;
padding-right:2.7248%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){#module_22341915 >.module_22341915 {margin: 0;}}
@media screen and (max-width: 767px){#module_22341915 >.module_22341915 {margin: 0;}}
#module_22341915 >.module_22341915 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341915:hover {border:none;}
#module_22341915:hover >.module_22341915 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22341915 .imageTextGiant-Container{padding-top:10px;}
#module_22341915 .imageTextGiant-Container{padding-bottom:10px;}
#module_22341915 .imageTextGiant-Container{padding-left:0px;}
#module_22341915 .imageTextGiant-Container{padding-right:10px;}
#module_22341915 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

/*全局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_22342566 .ModuleHead .HeadCenter{float:none;}

#module_22342566 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22342566 .ModuleHead22342566 {display:none;}
#module_22342566 .BodyCenter.BodyCenter22342566 {background:none;background-color:rgba(0,0,0,0);}
#module_22342566 >.module_22342566 {border:0px solid #000;}
#module_22342566 >.module_22342566 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22342566 .BodyCenter.BodyCenter22342566 {padding: 0;}}
@media screen and (max-width: 767px){#module_22342566 .BodyCenter.BodyCenter22342566 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22342566 >.module_22342566 {
margin-top:2.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22342566 >.module_22342566 {
margin-top:2.7248%;
margin-left:2.7248%;
margin-right:2.7248%;
margin-bottom:5.4496%;
}
}
#module_22342566 >.module_22342566 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22342566:hover {border:none;}
#module_22342566:hover >.module_22342566 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22342566 .search-item .searchBtnPanel,#module_22342566 .search-item .searchBtnPanel .ModuleSearchButton,#module_22342566 .search-item .searchTypePanel{height:36px;line-height:36px}
#module_22342566 .search-item{background-repeat:no-repeat;}
#module_22342566 .search-item{border-top-color:#000000;}
#module_22342566 .search-item{border-top-style:solid;}
#module_22342566 .search-item{border-top-width:0px;}
#module_22342566 .search-item{border-right-color:#000000;}
#module_22342566 .search-item{border-right-style:solid;}
#module_22342566 .search-item{border-right-width:0px;}
#module_22342566 .search-item{border-bottom-color:#000000;}
#module_22342566 .search-item{border-bottom-style:solid;}
#module_22342566 .search-item{border-bottom-width:0px;}
#module_22342566 .search-item,#module_22342566 .ModuleSearchFormStyle .searchTypePanel,#module_22342566 .ModuleSearchFormStyle .searchBtnPanel{border-left-color:#000000;}
#module_22342566 .search-item,#module_22342566 .ModuleSearchFormStyle .searchTypePanel,#module_22342566 .ModuleSearchFormStyle .searchBtnPanel{border-left-style:solid;}
#module_22342566 .search-item,#module_22342566 .ModuleSearchFormStyle .searchTypePanel,#module_22342566 .ModuleSearchFormStyle .searchBtnPanel{border-left-width:0px;}
#module_22342566 .search-item .ModuleSearchInput::placeholder,#module_22342566 .search-item .ModuleSearchInput{font-size:12px;}
#module_22342566 .search-item .bootstrap-select .btn ,#module_22342566  .search-item .ModuleSearchInput::placeholder,#module_22342566 .search-item .ModuleSearchInput{font-family:微软雅黑,Microsoft YaHei;}
#module_22342566 .search-item .bootstrap-select .btn , #module_22342566 .search-item .searchIcon,#module_22342566  .search-item .ModuleSearchInput::placeholder,#module_22342566 .search-item .ModuleSearchInput{color:#333;}
#module_22342566 .search-item .bootstrap-select .btn ,#module_22342566  .search-item .ModuleSearchInput::placeholder,#module_22342566 .search-item .ModuleSearchInput{font-weight:normal;}
#module_22342566 .search-item .bootstrap-select .btn ,#module_22342566  .search-item .ModuleSearchInput::placeholder,#module_22342566 .search-item .ModuleSearchInput{text-decoration:none;}
#module_22342566 .search-item .searchIcon .icon-sousuo1{font-size:19px;}
#module_22342566 .search-item .searchIcon .icon-sousuo1{font-family:微软雅黑,Microsoft YaHei;}
#module_22342566 .search-item .searchIcon .icon-sousuo1{color:#999;}
#module_22342566 .search-item .searchIcon .icon-sousuo1{font-weight:normal;}
#module_22342566 .search-item .searchIcon .icon-sousuo1{text-decoration:none;}
#module_22342566 .search-item .searchIcon .icon-sousuo1{font-style:normal;}
#module_22342566 .search-item .searchBtnPanel,#module_22342566 .search-item .searchBtnPanel .ModuleSearchButton{background-color:rgb(255, 255, 255);}
#module_22342566 .search-item .searchBtnPanel,#module_22342566 .search-item .searchBtnPanel .ModuleSearchButton{background-image:none;}
#module_22342566 .search-item .searchBtnPanel,#module_22342566 .search-item .searchBtnPanel .ModuleSearchButton{background-repeat:no-repeat;}
#module_22342566 .search-hot ul li{border-top-color:#e3e3e3;}
#module_22342566 .search-hot ul li{border-top-style:solid;}
#module_22342566 .search-hot ul li{border-top-width:0px;}
#module_22342566 .search-hot ul li{border-right-color:#e3e3e3;}
#module_22342566 .search-hot ul li{border-right-style:solid;}
#module_22342566 .search-hot ul li{border-right-width:1px;}
#module_22342566 .search-hot ul li{border-bottom-color:#e3e3e3;}
#module_22342566 .search-hot ul li{border-bottom-style:solid;}
#module_22342566 .search-hot ul li{border-bottom-width:0px;}
#module_22342566 .search-hot ul li{border-left-color:#e3e3e3;}
#module_22342566 .search-hot ul li{border-left-style:solid;}
#module_22342566 .search-hot ul li{border-left-width:0px;}
#module_22342566 .search-hot ul li a{font-size:12px;}
#module_22342566 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_22342566 .search-hot ul li a{color:#666;}
#module_22342566 .search-hot ul li a{font-weight:normal;}
#module_22342566 .search-hot ul li a{text-decoration:none;}
#module_22342566 .search-hot ul li a{font-style:normal;}
#module_22342566 .search-item .searchBtnPanel:hover, #module_22342566 .search-item .searchBtnPanel:hover .ModuleSearchButton{background-color:rgb(255, 127, 44);}
#module_22342566 .search-item .searchBtnPanel:hover, #module_22342566 .search-item .searchBtnPanel:hover .ModuleSearchButton{background-image:none;}
#module_22342566 .search-item .searchBtnPanel:hover, #module_22342566 .search-item .searchBtnPanel:hover .ModuleSearchButton{background-repeat:no-repeat;}
#module_22342566 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-size:20px;}
#module_22342566 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-family:微软雅黑,Microsoft YaHei;}
#module_22342566 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{color:rgb(255, 255, 255);}
#module_22342566 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-weight:normal;}
#module_22342566 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{text-decoration:none;}
#module_22342566 .search-item .searchBtnPanel:hover .searchIcon .icon-sousuo1{font-style:normal;}
#module_22342566 .search-hot ul li:hover a{font-size:12px;}
#module_22342566 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_22342566 .search-hot ul li:hover a{color:#333;}
#module_22342566 .search-hot ul li:hover a{font-weight:normal;}
#module_22342566 .search-hot ul li:hover a{text-decoration:none;}
#module_22342566 .search-hot ul li:hover a{font-style:normal;}

.module_22342589 .ModuleHead .HeadCenter{float:none;}
#module_22342589 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22342589 .ModuleHead22342589 {display:none;}
#module_22342589 .BodyCenter.BodyCenter22342589 {background:none;background-color:rgba(0,0,0,0);}
#module_22342589 >.module_22342589 {
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(227, 227, 227);
border-bottom-width:1px;
}
#module_22342589 >.module_22342589 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22342589 .BodyCenter.BodyCenter22342589 {
padding-top:1.2000%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:1.2000%;
}
}
@media screen and (max-width: 767px){#module_22342589 .BodyCenter.BodyCenter22342589 {padding: 0;}}
@media screen and (min-width: 768px){
#module_22342589 >.module_22342589 {
margin-top:-0.6799%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22342589 >.module_22342589 {margin: 0;}}
#module_22342589 >.module_22342589 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22342589:hover {border:none;}
#module_22342589:hover >.module_22342589 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22342589 .ModuleSubContainer{background-color:transparent;}
#module_22342589 .ModuleSubContainer{background-image:none;}
#module_22342589 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22342589 .ModuleSubContainer{background-position:0% 0%;}
#module_22342589 .ModuleSubContainer{background-attachment:scroll;}
#module_22342589 {!bgVideo!}{bgVideoUrl:none}
#module_22342589 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22342589 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
.ModuleGridContainer.ModuleGridContainer22342589 {max-width:none;width:100%;}

.ModuleImageTextGiant.layout-104 .imageTextContainer{ display: flex; flex-flow:column;}
.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .GraphicUpper{float: left;padding:0;}
/* .ModuleImageTextGiant.layout-104 .imageTextGiant-Container .col-sm-3 img{max-width: 65px;max-height: 65px} */
.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .normal_ImgtextBox_content .col-sm-8{padding:0;}
.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .TextImage { width: 100%;}
.ModuleImageTextGiant.layout-104 .ModuleImageTextGiantContent{  padding-left: 15px;}
.ModuleImageTextGiant.layout-104 .rowss{display: flex; flex-wrap: wrap; }
.ModuleImageTextGiant.layout-104 .normal_ImgtextBox_content:nth-child(2n){margin-right: 0 !important;}


@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .GraphicUpper{padding-left: 0}
	.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .row2content{ width: 50%;}
	.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .row1content{ width: 100% !important;}
	.ModuleImageTextGiant.layout-104 .rows1{display: block;}
	/* .ModuleImageTextGiant.layout-104 .rows1:nth-child(1) .row1content:first-child { margin-top: 0 !important; }

	.ModuleImageTextGiant.layout-104 .rowss:first-child .row2content{ margin-top: 0 !important; } */
}
@media only screen and (min-width: 768px) {
   .ModuleImageTextGiant.layout-104 .imageTextGiant-Container .normal_ImgtextBox_content .col-sm-8{padding: 0px;}
   .ModuleImageTextGiant.layout-104 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper .TextImage {  
	     width: 100%;
	     max-width: 100%;
	}
}

.module_22342976 .ModuleHead .HeadCenter{float:none;}
#module_22342976 {
position:static;
z-index:0;
top:0;
width:100%;
height: auto;
}
#module_22342976 .ModuleHead22342976 {display:none;}
#module_22342976 .BodyCenter.BodyCenter22342976 {background:none;background-color:rgba(0,0,0,0);}
#module_22342976 >.module_22342976 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(227, 227, 227);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(227, 227, 227);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_22342976 >.module_22342976 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22342976 .BodyCenter.BodyCenter22342976 {padding:18.6916% 0 18.6916% 12%;}}
@media screen and (max-width: 767px){#module_22342976 .BodyCenter.BodyCenter22342976 {padding:0px;}}
@media screen and (min-width: 768px){#module_22342976 >.module_22342976 {margin:0;}}
@media screen and (max-width: 767px){
#module_22342976 >.module_22342976 {
margin-top:9.8050%;
margin-left:5.4496%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_22342976 >.module_22342976 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22342976:hover {border:none;}
#module_22342976:hover >.module_22342976 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22342976 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_22342976 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_22342976 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_22342976 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_22342976 .GraphicUpper .TextImage{padding-top:0px;}
#module_22342976 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_22342976 .GraphicUpper .TextImage{padding-left:0px;}
#module_22342976 .GraphicUpper .TextImage{padding-right:20px;}
#module_22342976 .GraphicUpper {width:18%;} #module_22342976 .ModuleImageTextContent{width: calc(100% - 20%);}
#module_22342976 .MobileGraphicUpper {width:12%;} #module_22342976 .ModuleMobileImageTextContent{width: calc(100% - 20%);}
#module_22342976 .ModuleImageTextGiantContent{padding:0px;}
#module_22342976 .normal_ImgtextBox_content{padding:0px;}
#module_22342976 .normal_ImgtextBox_content{margin-top:px;margin-bottom:px;}
#module_22342976 .normal_ImgtextBox_content{margin-right:px; width:calc((100% - px)/ 2)}  #module_22342976 .MobileImgtextBox{margin-right:px;margin-left:0; width:calc((100% - px) / 2);}
#module_22342976 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22343514 .ModuleHead .HeadCenter{float:none;}
#module_22343514 {
position:static;
z-index:0;
top:0;
width:100%;
height: auto;
}
#module_22343514 .ModuleHead22343514 {display:none;}
#module_22343514 .BodyCenter.BodyCenter22343514 {background:none;background-color:rgba(0,0,0,0);}
#module_22343514 >.module_22343514 {
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:rgb(227, 227, 227);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_22343514 >.module_22343514 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22343514 .BodyCenter.BodyCenter22343514 {padding:18.6916% 0 18.6916% 12%;}}
@media screen and (max-width: 767px){#module_22343514 .BodyCenter.BodyCenter22343514 {padding:0;}}
@media screen and (min-width: 768px){#module_22343514 >.module_22343514 {margin:0;}}
@media screen and (max-width: 767px){
#module_22343514 >.module_22343514 {
margin-top:4.9046%;
margin-left:5.4496%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_22343514 >.module_22343514 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22343514:hover {border:none;}
#module_22343514:hover >.module_22343514 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22343514 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_22343514 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_22343514 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_22343514 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_22343514 .GraphicUpper .TextImage{padding-top:0px;}
#module_22343514 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_22343514 .GraphicUpper .TextImage{padding-left:0px;}
#module_22343514 .GraphicUpper .TextImage{padding-right:20px;}
#module_22343514 .GraphicUpper {width:18%;} #module_22343514 .ModuleImageTextContent{width: calc(100% - 20%);}
#module_22343514 .MobileGraphicUpper {width:12%;} #module_22343514 .ModuleMobileImageTextContent{width: calc(100% - 20%);}
#module_22343514 .ModuleImageTextGiantContent{padding:0px;}
#module_22343514 .normal_ImgtextBox_content{padding:0px;}
#module_22343514 .normal_ImgtextBox_content{margin-top:px;margin-bottom:px;}
#module_22343514 .normal_ImgtextBox_content{margin-right:px; width:calc((100% - px)/ 2)}  #module_22343514 .MobileImgtextBox{margin-right:px;margin-left:0; width:calc((100% - px) / 2);}
#module_22343514 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22343519 .ModuleHead .HeadCenter{float:none;}
#module_22343519 {
position:static;
z-index:0;
top:0;
width:100%;
height: auto;
}
#module_22343519 .ModuleHead22343519 {display:none;}
#module_22343519 .BodyCenter.BodyCenter22343519 {background:none;background-color:rgba(0,0,0,0);}
#module_22343519 >.module_22343519 {
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:rgb(227, 227, 227);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_22343519 >.module_22343519 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22343519 .BodyCenter.BodyCenter22343519 {padding:18.6916% 0 18.6916% 12%;}}
@media screen and (max-width: 767px){#module_22343519 .BodyCenter.BodyCenter22343519 {padding:0;}}
@media screen and (min-width: 768px){#module_22343519 >.module_22343519 {margin:0;}}
@media screen and (max-width: 767px){
#module_22343519 >.module_22343519 {
margin-top:4.9046%;
margin-left:5.4496%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_22343519 >.module_22343519 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22343519:hover {border:none;}
#module_22343519:hover >.module_22343519 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22343519 .GraphicUpper .TextImage{border-radius:0px;}
#module_22343519 .GraphicUpper .TextImage{padding-top:0px;}
#module_22343519 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_22343519 .GraphicUpper .TextImage{padding-left:0px;}
#module_22343519 .GraphicUpper .TextImage{padding-right:20px;}
#module_22343519 .GraphicUpper {width:18%;} #module_22343519 .ModuleImageTextContent{width: calc(100% - 20%);}
#module_22343519 .MobileGraphicUpper {width:12%;} #module_22343519 .ModuleMobileImageTextContent{width: calc(100% - 20%);}
#module_22343519 .ModuleImageTextGiantContent{padding:0px;}
#module_22343519 .normal_ImgtextBox_content{padding:0px;}
#module_22343519 .normal_ImgtextBox_content{margin-top:px;margin-bottom:px;}
#module_22343519 .normal_ImgtextBox_content{margin-right:px; width:calc((100% - px)/ 2)}  
#module_22343519 .MobileImgtextBox{margin-right:px;margin-left:0; width:calc((100% - px) / 2);}
#module_22343519 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22343520 .ModuleHead .HeadCenter{float:none;}
#module_22343520 {
position:static;
z-index:0;
top:0;
width:100%;
height: auto;
}
#module_22343520 .ModuleHead22343520 {display:none;}
#module_22343520 .BodyCenter.BodyCenter22343520 {background:none;background-color:rgba(0,0,0,0);}
#module_22343520 >.module_22343520 {
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:rgb(227, 227, 227);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_22343520 >.module_22343520 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){#module_22343520 .BodyCenter.BodyCenter22343520 {padding:18.6916% 0 18.6916% 12%;}}
@media screen and (max-width: 767px){#module_22343520 .BodyCenter.BodyCenter22343520 {padding:0;}}
@media screen and (min-width: 768px){#module_22343520 >.module_22343520 {margin:0;}}
@media screen and (max-width: 767px){
#module_22343520 >.module_22343520 {
margin-top:4.9046%;
margin-left:5.4496%;
margin-right:0.0000%;
margin-bottom:8.1744%;
}
}
#module_22343520 >.module_22343520 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22343520:hover {border:none;}
#module_22343520:hover >.module_22343520 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22343520 .GraphicUpper .TextImage{padding: 0 20px 0 0;border-radius:0px;}
#module_22343520 .GraphicUpper {width:18%;} #module_22343520 .ModuleImageTextContent{width: calc(100% - 20%);}
#module_22343520 .MobileGraphicUpper {width:12%;} #module_22343520 .ModuleMobileImageTextContent{width: calc(100% - 20%);}
#module_22343520 .ModuleImageTextGiantContent{padding:0px;}
#module_22343520 .normal_ImgtextBox_content{padding:0px;}
#module_22343520 .normal_ImgtextBox_content{margin-top:px;margin-bottom:px;}
#module_22343520 .normal_ImgtextBox_content{margin-right:px; width:calc((100% - px)/ 2)}  #module_22343520 .MobileImgtextBox{margin-right:px;margin-left:0; width:calc((100% - px) / 2);}
#module_22343520 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

.module_22343544 .ModuleHead .HeadCenter{float:none;}
#module_22343544 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22343544 .ModuleHead22343544 {display:none;}
#module_22343544 .BodyCenter.BodyCenter22343544 {background:none;background-color:rgb(248, 248, 248);}
#module_22343544 >.module_22343544 {border:0px solid #000;}
#module_22343544 >.module_22343544 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22343544 .BodyCenter.BodyCenter22343544 {
padding-top:4.1841%;
padding-left:5.2301%;
padding-right:5.2301%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_22343544 .BodyCenter.BodyCenter22343544 {
padding-top:2.7248%;
padding-left:2.7248%;
padding-right:2.7248%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_22343544 >.module_22343544 {
margin:0;
}
}
@media screen and (max-width: 767px){
#module_22343544 >.module_22343544 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:8.1744%;
}
}
#module_22343544 >.module_22343544 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22343544:hover {
border:none;
}
#module_22343544:hover >.module_22343544 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22343544 .ModuleSubContainer{background-color:transparent;}
#module_22343544 .ModuleSubContainer{background-image:none;}
#module_22343544 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22343544 .ModuleSubContainer{background-position:0% 0%;}
#module_22343544 .ModuleSubContainer{background-attachment:scroll;}
#module_22343544 {!bgVideo!}{bgVideoUrl:none}
#module_22343544 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22343544 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_22343544 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}

.module_22345624 .ModuleHead .HeadCenter{float:none;}
#module_22345624 {
padding:0px;	
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_22345624 .ModuleHead22345624 {display:none;}
#module_22345624 .BodyCenter.BodyCenter22345624 {background:none;background-color:rgb(0, 90, 210);}
#module_22345624 >.module_22345624 {border:0px solid #000;}
#module_22345624 >.module_22345624{overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22345624 .BodyCenter.BodyCenter22345624 {
padding-top:12.5000%;
padding-left:5.0000%;
padding-right:0.0000%;
padding-bottom:5.0000%;
}
}
@media screen and (max-width: 767px){
#module_22345624 .BodyCenter.BodyCenter22345624 {
padding-top:2.8818%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){#module_22345624 >.module_22345624 {margin: 0;}}
@media screen and (max-width: 767px){#module_22345624 >.module_22345624 {margin: 0;}}
#module_22345624 >.module_22345624 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22345624:hover {border:none;}
#module_22345624:hover >.module_22345624 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22345624 .imageTextGiant-Container{padding:10px;}
#module_22345624 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

@keyframes liner{
	0%  {width:10%; }
	30% {width:20%; }
	60% {width:60%; }
	100%{width:100%; }
}
.ModuleNewsListGiant.layout-110 .news-item{ float: left; position: relative; cursor: pointer;background:#fff;margin-bottom: 2%}
.ModuleNewsListGiant.layout-110 .news-item .news-img .dummy {padding-top: 66.666%;}
.ModuleNewsListGiant.layout-110 .news-item .news-img{list-style-type: none;display: block;overflow: hidden;max-width: 100%;width: 100%;position: relative;margin: auto}
.ModuleNewsListGiant.layout-110 .news-item .news-img img{position: absolute; top: 0;  bottom: 0;  left: 0;  right: 0;  max-width: 100%; width: 100%; margin:auto;  padding: auto;  display: block;}
.ModuleNewsListGiant.layout-110 .news-item .news-tit{ position: relative; padding-top: 20px; }
.ModuleNewsListGiant.layout-110 .news-item  .news-title{white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis; }
.ModuleNewsListGiant.layout-110 .news-item:hover time:before{margin-bottom: -10px;background:-webkit-gradient(linear,0 0 ,0 100%, from(#fff), to(#fff));-webkit-animation:liner 0.6s linear 1;-webkit-animation-fill-mode:both;border-bottom-color:#2196f3; }
.ModuleNewsListGiant.layout-110 .news-item:hover .news-title{color:#2196f3}
.ModuleNewsListGiant.layout-110 .news-item time{ position:relative;font-size:12px; display: block;margin:11px 0 10px 0;}
.ModuleNewsListGiant.layout-110 .news-item time:before{margin-bottom: -10px;transition: all 0.1s  cubic-bezier(.23, 1, .38, 1) 0.1s;position: absolute;height: 1px; width: 100%; content: ""; position: absolute; bottom:0px; left: 0; }
.ModuleNewsListGiant.layout-110 .news-item .news-tit .news-name{ padding: 0 0 5px 0; }
.ModuleNewsListGiant.layout-110 .news-item .news-tit .news-desc{color: #999;line-height: 22px;margin-top: 31px}
.ModuleNewsListGiant.layout-110  li.news-item img{height: auto;}
.ModuleNewsListGiant.layout-110 .laout-110-title{vertical-align: middle;}
.ModuleNewsListGiant.layout-110 .label-box {font-size: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ModuleNewsListGiant.layout-110 .news-label {display: inline-block; font-size: 12px; color: #999; padding: 0 10px; margin-top: 18px; border-left: 1px solid #eee; line-height: 1.5;}
/*手机屏幕*/
@media (max-width: 767px) {
	.ModuleNewsListGiant.layout-110  .news-container{ width: 100%;overflow: hidden}
	.ModuleNewsListGiant.layout-110  li.col-xs-1 {width: 100%;padding-right:0;  padding-left:0;}
	.ModuleNewsListGiant.layout-110  li.col-xs-2 {width: 49%; padding-right:0;  padding-left:0;margin-right: 2%}
	.ModuleNewsListGiant.layout-110  li.col-xs-2:nth-child(2n){margin-right: 0%}
}
/*PC屏幕*/
@media (min-width: 768px){
	.ModuleNewsListGiant.layout-110 .news-container {display:flex; flex-wrap: wrap;}
	.ModuleNewsListGiant.layout-110 li.col-lg-1 {width: 100%; padding-right:0; padding-left:0;}
	.ModuleNewsListGiant.layout-110 li.col-lg-2 {width: 48%; padding-right:0; padding-left:0; margin-right: 2%;}
	.ModuleNewsListGiant.layout-110 li.col-lg-3 {width: 31%; padding-right:0; padding-left:0; margin-right: 3%;}
	.ModuleNewsListGiant.layout-110 li.col-lg-4 {width: 23%; padding-right:0; padding-left:0; margin-right: 2.66%;}
	.ModuleNewsListGiant.layout-110 li.col-lg-5 {width: 17.9%; padding-right:0; padding-left:0; margin-right: 2.5%;}
	.ModuleNewsListGiant.layout-110 li.col-lg-6 {width: 15%; padding-right:0; padding-left:0; margin-right: 2%;}
	.ModuleNewsListGiant.layout-110 li.col-lg-2:nth-child(2n),
	.ModuleNewsListGiant.layout-110 li.col-lg-3:nth-child(3n),
	.ModuleNewsListGiant.layout-110 li.col-lg-4:nth-child(4n),
	.ModuleNewsListGiant.layout-110 li.col-lg-5:nth-child(5n),
	.ModuleNewsListGiant.layout-110 li.col-lg-6:nth-child(6n){margin-right: 0%;}
}
/*置顶推荐*/
.ModuleNewsListGiant.layout-110 .staFun{border: 1px solid #e50b1c;font-size: 12px;padding: 0px 2px;color: #fff; font-weight: bold;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;vertical-align: text-bottom;;background: #e50b1c;}
.module_22344079 .ModuleHead .HeadCenter{float:none;}
#module_22344079 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22344079 .ModuleHead22344079 {display:none;}
#module_22344079 .BodyCenter.BodyCenter22344079 {
background-color:transparent;
background-image:url(/images/home/bg5.png);
background-size:auto;
background-repeat:repeat-x;
background-position:50% 100%;
background-Attachment:scroll;
}
#module_22344079 >.module_22344079 {border:0px solid #000;}
#module_22344079 >.module_22344079{overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22344079 .BodyCenter.BodyCenter22344079 {
padding-top:0.0000%;
padding-left:7.5000%;
padding-right:7.5000%;
padding-bottom:10.0000%;
}
}
@media screen and (max-width: 767px){
#module_22344079 .BodyCenter.BodyCenter22344079 {
padding-top:0%;
padding-left:7.5000%;
padding-right:7.5000%;
padding-bottom:2.8818%;
}
}
@media screen and (min-width: 768px){
#module_22344079 >.module_22344079 {
margin:0;
}
}
@media screen and (max-width: 767px){
#module_22344079 >.module_22344079 {
margin:0;
}
}
#module_22344079 >.module_22344079 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22344079:hover {border:none;}
#module_22344079:hover >.module_22344079 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22344079 .news-item{background-color:rgb(255, 255, 255);}
#module_22344079 .news-item{background-image:none;}
#module_22344079 .news-item{background-repeat:no-repeat;}
#module_22344079 .news-img .dummy{background-color:transparent;}
#module_22344079 .news-img .dummy{background-image:none;}
#module_22344079 .news-img .dummy{background-repeat:no-repeat;}
#module_22344079 .news-img .dummy{padding-top:auto;}
#module_22344079 .news-img .t-img{ object-fit:unset;}
#module_22344079 .news-img .t-img{ width:auto;}
#module_22344079 .news-img .t-img{ height:auto;}
#module_22344079 .news-img,#module_22344079 .news-item{border-top-left-radius:0px;}
#module_22344079 .news-img,#module_22344079 .news-item{border-top-right-radius:0px;}
#module_22344079 .news-img{border-bottom-left-radius:0px;}
#module_22344079 .news-img{border-bottom-right-radius:0px;}
#module_22344079 .news-title{font-size:18px;}
#module_22344079 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_22344079 .news-title{color:#333;}
#module_22344079 .news-title{font-weight:normal;}
#module_22344079 .laout-110-title{text-decoration:none;}
#module_22344079 .news-title{font-style:normal;}
#module_22344079 .news-title{margin-top:0px;}
#module_22344079 .news-title{margin-bottom:0px;}
#module_22344079 .news-desc{font-size:12px;}
#module_22344079 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_22344079 .news-desc{color:#999;}
#module_22344079 .news-desc{font-weight:normal;}
#module_22344079 .news-desc{text-decoration:none;}
#module_22344079 .news-desc{font-style:normal;}
#module_22344079 .news-desc{margin-top:31px;}
#module_22344079 .news-desc{margin-bottom:0px;}
#module_22344079 time{font-size:12px;}
#module_22344079 time{font-family:微软雅黑,Microsoft YaHei;}
#module_22344079 time{font-weight:normal;}
#module_22344079 time{text-decoration:none;}
#module_22344079 time{font-style:normal;}
#module_22344079 time{color:#666;}
#module_22344079 time{margin-top:11px;}
#module_22344079 time{margin-bottom:10px;}
#module_22344079 .news-item time:before{border-bottom-color:#ccc;}
#module_22344079 .news-item time:before{border-bottom-style:solid;}
#module_22344079 .news-item time:before{border-bottom-width:0px;}
#module_22344079 .news-label a{font-size:12px;}
#module_22344079 .news-label a{font-family:微软雅黑,Microsoft YaHei;}
#module_22344079 .news-label a{color:#999;}
#module_22344079 .news-label a{font-weight:normal;}
#module_22344079 .news-label a{text-decoration:none;}
#module_22344079 .news-label a{font-style:normal;}
#module_22344079 .news-label{margin-top:18px;}
#module_22344079 .news-label{margin-bottom:0px;}
#module_22344079 .news-label{margin-left:0px;}
#module_22344079 .news-label{margin-right:0px;}
#module_22344079 .news-label{padding-top:0px;}
#module_22344079 .news-label{padding-bottom:0px;}
#module_22344079 .news-label{padding-left:10px;}
#module_22344079 .news-label{padding-right:10px;}
#module_22344079 .news-label{background-color:rgba(255, 255, 255, 0);}
#module_22344079 .news-label{background-image:none;}
#module_22344079 .news-label{background-repeat:no-repeat;}
#module_22344079 .news-label{border-top-color:transparent;}
#module_22344079 .news-label{border-top-style:none;}
#module_22344079 .news-label{border-top-width:0px;}
#module_22344079 .news-label{border-right-color:transparent;}
#module_22344079 .news-label{border-right-style:none;}
#module_22344079 .news-label{border-right-width:0px;}
#module_22344079 .news-label{border-bottom-color:transparent;}
#module_22344079 .news-label{border-bottom-style:none;}
#module_22344079 .news-label{border-bottom-width:0px;}
#module_22344079 .news-label{border-left-color:#eee;}
#module_22344079 .news-label{border-left-style:solid;}
#module_22344079 .news-label{border-left-width:1px;}
#module_22344079 .pagerGiant .text{color:#333;}
#module_22344079 .pagerGiant .num{color:#333;}
#module_22344079 .pagerGiant .num{background-color:#fff;}
#module_22344079 .pagerGiant .num{border-top-color:#ccc;}
#module_22344079 .pagerGiant .num{border-top-style:solid;}
#module_22344079 .pagerGiant .num, #module_22344079 .pagerGiant .current, #module_22344079 .pagerGiant .submit{border-top-width:1px;}
#module_22344079 .pagerGiant .num{border-bottom-color:#ccc;}
#module_22344079 .pagerGiant .num{border-bottom-style:solid;}
#module_22344079 .pagerGiant .num, #module_22344079 .pagerGiant .current, #module_22344079 .pagerGiant .submit{border-bottom-width:1px;}
#module_22344079 .pagerGiant .num{border-left-color:#ccc;}
#module_22344079 .pagerGiant .num{border-left-style:solid;}
#module_22344079 .pagerGiant .num, #module_22344079 .pagerGiant .current, #module_22344079 .pagerGiant .submit{border-left-width:1px;}
#module_22344079 .pagerGiant .num{border-right-color:#ccc;}
#module_22344079 .pagerGiant .num{border-right-style:solid;}
#module_22344079 .pagerGiant .num, #module_22344079 .pagerGiant .current, #module_22344079 .pagerGiant .submit{border-right-width:1px;}
#module_22344079 .page-more a{color:#666 !important;}
#module_22344079 .page-more a{background-color:#fff;}
#module_22344079 .page-more a{border-top-color:#eee;}
#module_22344079 .page-more a{border-top-style:solid;}
#module_22344079 .page-more a{border-top-width:2px;}
#module_22344079 .page-more a{border-bottom-color:#eee;}
#module_22344079 .page-more a{border-bottom-style:solid;}
#module_22344079 .page-more a{border-bottom-width:2px;}
#module_22344079 .page-more a{border-left-color:#eee;}
#module_22344079 .page-more a{border-left-style:solid;}
#module_22344079 .page-more a{border-left-width:2px;}
#module_22344079 .page-more a{border-right-color:#eee;}
#module_22344079 .page-more a{border-right-style:solid;}
#module_22344079 .page-more a{border-right-width:2px;}
#module_22344079 .news-item:hover{background-color:rgb(255, 255, 255);}
#module_22344079 .news-item:hover{background-image:none;}
#module_22344079 .news-item:hover{background-repeat:no-repeat;}
#module_22344079 .news-item:hover .news-title{font-size:18px;}
#module_22344079 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_22344079 .news-item:hover .news-title{color:rgb(255, 127, 44);}
#module_22344079 .news-item:hover .news-title{font-weight:normal;}
#module_22344079 .news-item:hover .news-title{text-decoration:none;}
#module_22344079 .news-item:hover .news-title{font-style:normal;}
#module_22344079 .news-item:hover time:before{border-bottom-color:rgba(0,0,0,0);}
#module_22344079 .news-item:hover time:before{border-bottom-style:solid;}
#module_22344079 .news-item:hover time:before{border-bottom-width:0px;}
#module_22344079 .news-label:hover a{font-size:12px;}
#module_22344079 .news-label:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_22344079 .news-label:hover a{color:#999;}
#module_22344079 .news-label:hover a{font-weight:normal;}
#module_22344079 .news-label:hover a{text-decoration:none;}
#module_22344079 .news-label:hover a{font-style:normal;}
#module_22344079 .news-label:hover{background-color:rgba(255, 255, 255, 0);}
#module_22344079 .news-label:hover{background-image:none;}
#module_22344079 .news-label:hover{background-repeat:no-repeat;}
#module_22344079 .news-label:hover{border-top-color:transparent;}
#module_22344079 .news-label:hover{border-top-style:none;}
#module_22344079 .news-label:hover{border-right-color:transparent;}
#module_22344079 .news-label:hover{border-right-style:none;}
#module_22344079 .news-label:hover{border-bottom-color:transparent;}
#module_22344079 .news-label:hover{border-bottom-style:none;}
#module_22344079 .news-label:hover{border-left-color:#eee;}
#module_22344079 .news-label:hover{border-left-style:solid;}
#module_22344079 .pagerGiant .current, #module_22344079 .pagerGiant .submit{color:#fff;}
#module_22344079 .pagerGiant .current, #module_22344079 .pagerGiant .submit{background-color:#1e88e5;}
#module_22344079 .pagerGiant .current, #module_22344079 .pagerGiant .submit{border-top-color:#1e88e5;}
#module_22344079 .pagerGiant .current, #module_22344079 .pagerGiant .submit{border-top-style:solid;}
#module_22344079 .pagerGiant .current, #module_22344079 .pagerGiant .submit{border-bottom-color:#1e88e5;}
#module_22344079 .pagerGiant .current, #module_22344079 .pagerGiant .submit{border-bottom-style:solid;}
#module_22344079 .pagerGiant .current, #module_22344079 .pagerGiant .submit{border-left-color:#1e88e5;}
#module_22344079 .pagerGiant .current, #module_22344079 .pagerGiant .submit{border-left-style:solid;}
#module_22344079 .pagerGiant .current, #module_22344079 .pagerGiant .submit{border-right-color:#1e88e5;}
#module_22344079 .pagerGiant .current, #module_22344079 .pagerGiant .submit{border-right-style:solid;}
#module_22344079 .page-more a:hover{color:#666 !important;}
#module_22344079 .page-more a:hover{background-color:#fff;}
#module_22344079 .page-more a:hover{border-top-color:#eee;}
#module_22344079 .page-more a:hover{border-top-style:solid;}
#module_22344079 .page-more a:hover{border-bottom-color:#eee;}
#module_22344079 .page-more a:hover{border-bottom-style:solid;}
#module_22344079 .page-more a:hover{border-left-color:#eee;}
#module_22344079 .page-more a:hover{border-left-style:solid;}
#module_22344079 .page-more a:hover{border-right-color:#eee;}
#module_22344079 .page-more a:hover{border-right-style:solid;}

.module_22345642 .ModuleHead .HeadCenter{float:none;}
#module_22345642 {
padding:0px;	
position:static;
z-index:0;
top:5230px;
left:1035px;
width:100%;
height: auto;
}
#module_22345642 .ModuleHead22345642 {display:none;}
#module_22345642 .BodyCenter.BodyCenter22345642 {background:none;background-color:rgb(255, 255, 255);}
#module_22345642 >.module_22345642 {border:0px solid #000;}
#module_22345642 >.module_22345642{overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22345642 .BodyCenter.BodyCenter22345642 {
padding-top:1.8750%;
padding-left:2.5000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22345642 .BodyCenter.BodyCenter22345642 {
padding-top:2.8818%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:2.8818%;
}
}
@media screen and (min-width: 768px){
#module_22345642 >.module_22345642 {
margin-top:0.0000%;
margin-left:5.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22345642 >.module_22345642 {
margin-top:5.7637%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_22345642 >.module_22345642 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22345642:hover {border:none;}
#module_22345642:hover >.module_22345642 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22345642 .ModuleImageTextGiantContent{margin-top:0px;}
#module_22345642 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_22345642 .ModuleImageTextGiantContent{margin-left:0px;}
#module_22345642 .ModuleImageTextGiantContent{margin-right:10px;}
#module_22345642 .imageTextGiant-Container{padding-top:0px;}
#module_22345642 .imageTextGiant-Container{padding-bottom:0px;}
#module_22345642 .imageTextGiant-Container{padding-left:10px;}
#module_22345642 .imageTextGiant-Container{padding-right:10px;}
#module_22345642 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

/*内容*/
.ModuleNewsListGiant.layout-107 .news-container{ width: 100%; margin: 0 auto; }
.ModuleNewsListGiant.layout-107 .news-container .news-item-box{display: flex; vertical-align: middle;}
.ModuleNewsListGiant.layout-107 .news-container .news-con-box {width: 80%; padding-right: 8px; display:flex;}
.ModuleNewsListGiant.layout-107 .news-time{display: inline-block; float: left;}
.ModuleNewsListGiant.layout-107 .news-time time {position: relative;  margin-bottom: 16px;padding-top: 14px; font-size: 24px;  color: #999;  -webkit-transition: all .3s;  transition: all .3s;  display: inline-block;  }
.ModuleNewsListGiant.layout-107 .news-time time:before {position: absolute;  content: "";  width: 25px;  height: 1px;  left: 100%;  top: 30px;  border-bottom:1px solid #BFBFBF;  -webkit-transition: all .3s;  transition: all .3s;  }
.ModuleNewsListGiant.layout-107 .news-item .news-icon {position: relative;  width: 35px;  height: 35px;  border: 1px solid transparent;  background-color: transparent;  -webkit-transition: all .3s;  transition: all .3s;  top: -10px;  }
.ModuleNewsListGiant.layout-107 .news-item .news-icon span {position: absolute;  top: 9px;  left: 9px;  width: 14px;  height: 15px;  background: url("/images/icon.png") no-repeat center;  }
.ModuleNewsListGiant.layout-107 .news-item .news-con .news-title{ margin-bottom: 14px; -webkit-transition: all .3s;  transition: all .3s; color: #666;}
.ModuleNewsListGiant.layout-107 .news-con {display: inline-block; width: 84%;padding-left:30px; margin-top: 19px; -webkit-transition: all .3s;  transition: all .3s;}
.ModuleNewsListGiant.layout-107 .news-img {position: relative;width: 20%; overflow: hidden;list-style-type: none;display: inline-block;max-width: 100%;margin: auto;}
.ModuleNewsListGiant.layout-107 .news-img .dummy {padding-top: 77%;}
.ModuleNewsListGiant.layout-107 .news-img img{display: block;position: absolute;transform: translate(-50%, -50%);max-width: 100%;max-height: 100%;top: 50%;left: 50%;margin:auto;padding: auto;}
.ModuleNewsListGiant.layout-107 .news-con .news-desc {width: 100%; line-height: 24px; display: block; font-size: 13px; color: #7D7D7D; -webkit-transition: all .3s; transition: all .3s;}
.ModuleNewsListGiant.layout-107 .news-item{padding: 14px 10px;clear: both;}
.ModuleNewsListGiant.layout-107 .news-item:nth-last-child{border-bottom:none!important;}
.ModuleNewsListGiant.layout-107 .news-item:hover .news-icon{background: #014352;}
.ModuleNewsListGiant.layout-107 .news-item:hover .news-icon span {background: url("/images/icon_hover.png") no-repeat center; }
.ModuleNewsListGiant.layout-107 .label-box {font-size: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ModuleNewsListGiant.layout-107 .news-label {display: inline-block; font-size: 12px; color: #999; padding: 3px 12px; line-height: 1; background: #eee; margin-top: 2px; margin-right: 10px;}

@media (max-width: 767px){
  .ModuleNewsListGiant.layout-107 .news-container{ width: 96%; margin: 0 auto; }
  .ModuleNewsListGiant.layout-107 .news-item { padding: 14px 0; }
  .ModuleNewsListGiant.layout-107 .news-time{ width: 26% }
  .ModuleNewsListGiant.layout-107 .news-time time {  position: relative; padding-top: 0;  margin-bottom: 4px;}
  .ModuleNewsListGiant.layout-107 .news-time time:before{opacity: 0;}
  .ModuleNewsListGiant.layout-107 .news-item .news-icon{display:none}
  .ModuleNewsListGiant.layout-107 .news-con{ margin-top: 0;padding-left:0;}
  .ModuleNewsListGiant.layout-107 .news-con .news-desc{font-size: 12px; overflow: hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}
  .ModuleNewsListGiant.layout-107 .news-item .news-con .news-title{margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
}

/*置顶推荐*/
.ModuleNewsListGiant.layout-107 .staFun{
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: text-top;
}

.module_22344084 .ModuleHead .HeadCenter{float:none;}
#module_22344084 {padding:0px;position:static;z-index:0;width:100%;height: auto;}
#module_22344084 .ModuleHead22344084 {display:none;}
#module_22344084 .BodyCenter.BodyCenter22344084 {background:none;background-color:rgb(255, 255, 255);}
#module_22344084 >.module_22344084 {border:0px solid #000;}
#module_22344084 >.module_22344084 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22344084 .BodyCenter.BodyCenter22344084 {
padding-top:0.0000%;
padding-left:3.7500%;
padding-right:3.7500%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22344084 .BodyCenter.BodyCenter22344084 {
padding-top:2.8818%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:2.8818%;
}
}
@media screen and (min-width: 768px){
#module_22344084 >.module_22344084 {
margin-top:0.0000%;
margin-left:5.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22344084 >.module_22344084 {margin:0;}}
#module_22344084 >.module_22344084 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22344084:hover {border:none;}
#module_22344084:hover >.module_22344084 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22344084 .news-item{background-color:#ffffff;}
#module_22344084 .news-item{background-image:none;}
#module_22344084 .news-item{background-repeat:no-repeat;}
#module_22344084 .news-item{border-top-color:rgb(227, 227, 227);}
#module_22344084 .news-item{border-top-style:;}
#module_22344084 .news-item{border-top-width:0px;}
#module_22344084 .news-item{border-right-color:rgb(227, 227, 227);}
#module_22344084 .news-item{border-right-style:solid;}
#module_22344084 .news-item{border-right-width:0px;}
#module_22344084 .news-item{border-bottom-color:rgb(227, 227, 227);}
#module_22344084 .news-item{border-bottom-style:solid;}
#module_22344084 .news-item{border-bottom-width:0px;}
#module_22344084 .news-item{border-left-color:rgb(227, 227, 227);}
#module_22344084 .news-item{border-left-style:solid;}
#module_22344084 .news-item{border-left-width:0px;}
#module_22344084 .news-img .dummy{background-color:transparent;}
#module_22344084 .news-img .dummy{background-image:none;}
#module_22344084 .news-img .dummy{background-repeat:no-repeat;}
#module_22344084 .news-img{border-top-left-radius:0px;}
#module_22344084 .news-img{border-top-right-radius:0px;}
#module_22344084 .news-img{border-bottom-left-radius:0px;}
#module_22344084 .news-img{border-bottom-right-radius:0px;}
#module_22344084 .news-img{border-top-color:transparent;}
#module_22344084 .news-img{border-top-style:none;}
#module_22344084 .news-img{border-top-width:0px;}
#module_22344084 .news-img{border-right-color:transparent;}
#module_22344084 .news-img{border-right-style:none;}
#module_22344084 .news-img{border-right-width:0px;}
#module_22344084 .news-img{border-bottom-color:transparent;}
#module_22344084 .news-img{border-bottom-style:none;}
#module_22344084 .news-img{border-bottom-width:0px;}
#module_22344084 .news-img{border-left-color:transparent;}
#module_22344084 .news-img{border-left-style:none;}
#module_22344084 .news-img{border-left-width:0px;}
#module_22344084 .news-img{width:%;} #module_22344084 .news-con-box{width:calc(100% - %);}
@media (max-width: 767px) {#module_22344084 .news-img{width:%;} #module_22344084 .news-con-box{width:calc(100% - %);}}
#module_22344084 .news-img .dummy{padding-top:auto;}
#module_22344084 .news-img .t-img{ object-fit:unset;}
#module_22344084 .news-img .t-img{ width:auto;}
#module_22344084 .news-img .t-img{ height:auto;}
#module_22344084 .news-img .t-img{border-radius:0px;}
#module_22344084 .news-title{font-size:18px;}
#module_22344084 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_22344084 .news-title{color:#333;}
#module_22344084 .news-title{font-weight:normal;}
#module_22344084 .news-title{text-decoration:none;}
#module_22344084 .news-title{font-style:normal;}
#module_22344084 .news-title{margin-top:0px;}
#module_22344084 .news-title{margin-bottom:14px;}
#module_22344084 .news-desc{font-size:14px;}
#module_22344084 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_22344084 .news-desc{color:#999;}
#module_22344084 .news-desc{font-weight:normal;}
#module_22344084 .news-desc{text-decoration:none;}
#module_22344084 .news-desc{font-style:normal;}
#module_22344084 .news-desc{margin-top:0px;}
#module_22344084 .news-desc{margin-bottom:0px;}
#module_22344084 time{font-size:20px;}
#module_22344084 time{font-family:微软雅黑,Microsoft YaHei;}
#module_22344084 time{color:#999;}
#module_22344084 time{font-weight:normal;}
#module_22344084 time{text-decoration:none;}
#module_22344084 time{font-style:normal;}
#module_22344084 .news-time{margin-top:0px;}
#module_22344084 .news-time{margin-bottom:0px;}
#module_22344084 time:before{border-bottom-color:rgba(0,0,0,0);}
#module_22344084 time:before{border-bottom-style:solid;}
#module_22344084 time:before{border-bottom-width:0px;}
#module_22344084 .news-icon{background-color:transparent;}
#module_22344084 .news-icon{background-image:none;}
#module_22344084 .news-icon{background-repeat:no-repeat;}
#module_22344084 .news-icon{font-size:12px;}
#module_22344084 .news-icon{color:#666;}
#module_22344084 .news-icon{font-weight:normal;}
#module_22344084 .news-icon{text-decoration:none;}
#module_22344084 .news-icon{font-style:normal;}
#module_22344084 .news-label a{font-size:12px;}
#module_22344084 .news-label a{font-family:微软雅黑,Microsoft YaHei;}
#module_22344084 .news-label a{color:#999;}
#module_22344084 .news-label a{font-weight:normal;}
#module_22344084 .news-label a{text-decoration:none;}
#module_22344084 .news-label a{font-style:normal;}
#module_22344084 .news-label{margin-top:15px;}
#module_22344084 .news-label{margin-bottom:0px;}
#module_22344084 .news-label{margin-left:0px;}
#module_22344084 .news-label{margin-right:10px;}
#module_22344084 .news-label{padding-top:8px;}
#module_22344084 .news-label{padding-bottom:8px;}
#module_22344084 .news-label{padding-left:12px;}
#module_22344084 .news-label{padding-right:12px;}
#module_22344084 .news-label{background-color:#eee;}
#module_22344084 .news-label{background-image:none;}
#module_22344084 .news-label{background-repeat:no-repeat;}
#module_22344084 .news-label{border-top-color:transparent;}
#module_22344084 .news-label{border-top-style:none;}
#module_22344084 .news-label{border-top-width:0px;}
#module_22344084 .news-label{border-right-color:transparent;}
#module_22344084 .news-label{border-right-style:none;}
#module_22344084 .news-label{border-right-width:0px;}
#module_22344084 .news-label{border-bottom-color:transparent;}
#module_22344084 .news-label{border-bottom-style:none;}
#module_22344084 .news-label{border-bottom-width:0px;}
#module_22344084 .news-label{border-left-color:transparent;}
#module_22344084 .news-label{border-left-style:none;}
#module_22344084 .news-label{border-left-width:0px;}
#module_22344084 .pagerGiant .text{color:#333;}
#module_22344084 .pagerGiant .num{color:#333;}
#module_22344084 .pagerGiant .num{background-color:#fff;}
#module_22344084 .pagerGiant .num{border-top-color:#ccc;}
#module_22344084 .pagerGiant .num{border-top-style:solid;}
#module_22344084 .pagerGiant .num, #module_22344084 .pagerGiant .current, #module_22344084 .pagerGiant .submit{border-top-width:1px;}
#module_22344084 .pagerGiant .num{border-bottom-color:#ccc;}
#module_22344084 .pagerGiant .num{border-bottom-style:solid;}
#module_22344084 .pagerGiant .num, #module_22344084 .pagerGiant .current, #module_22344084 .pagerGiant .submit{border-bottom-width:1px;}
#module_22344084 .pagerGiant .num{border-left-color:#ccc;}
#module_22344084 .pagerGiant .num{border-left-style:solid;}
#module_22344084 .pagerGiant .num, #module_22344084 .pagerGiant .current, #module_22344084 .pagerGiant .submit{border-left-width:1px;}
#module_22344084 .pagerGiant .num{border-right-color:#ccc;}
#module_22344084 .pagerGiant .num{border-right-style:solid;}
#module_22344084 .pagerGiant .num, #module_22344084 .pagerGiant .current, #module_22344084 .pagerGiant .submit{border-right-width:1px;}
#module_22344084 .page-more a{color:#666 !important;}
#module_22344084 .page-more a{background-color:#fff;}
#module_22344084 .page-more a{border-top-color:#eee;}
#module_22344084 .page-more a{border-top-style:solid;}
#module_22344084 .page-more a{border-top-width:2px;}
#module_22344084 .page-more a{border-bottom-color:#eee;}
#module_22344084 .page-more a{border-bottom-style:solid;}
#module_22344084 .page-more a{border-bottom-width:2px;}
#module_22344084 .page-more a{border-left-color:#eee;}
#module_22344084 .page-more a{border-left-style:solid;}
#module_22344084 .page-more a{border-left-width:2px;}
#module_22344084 .page-more a{border-right-color:#eee;}
#module_22344084 .page-more a{border-right-style:solid;}
#module_22344084 .page-more a{border-right-width:2px;}
#module_22344084 .news-item:hover{background-color:#ffffff;}
#module_22344084 .news-item:hover{background-image:none;}
#module_22344084 .news-item:hover{background-repeat:no-repeat;}
#module_22344084 .news-item:hover{border-top-color:#dddddd;}
#module_22344084 .news-item:hover{border-top-style:;}
#module_22344084 .news-item:hover{border-top-width:px;}
#module_22344084 .news-item:hover{border-right-color:#dddddd;}
#module_22344084 .news-item:hover{border-right-style:;}
#module_22344084 .news-item:hover{border-right-width:px;}
#module_22344084 .news-item:hover{border-bottom-color:#dddddd;}
#module_22344084 .news-item:hover{border-bottom-style:solid;}
#module_22344084 .news-item:hover{border-bottom-width:0px;}
#module_22344084 .news-item:hover{border-left-color:#dddddd;}
#module_22344084 .news-item:hover{border-left-style:;}
#module_22344084 .news-item:hover{border-left-width:px;}
#module_22344084 .news-item:hover .news-img{border-top-color:transparent;}
#module_22344084 .news-item:hover .news-img{border-top-style:none;}
#module_22344084 .news-item:hover .news-img{border-top-width:0px;}
#module_22344084 .news-item:hover .news-img{border-right-color:transparent;}
#module_22344084 .news-item:hover .news-img{border-right-style:none;}
#module_22344084 .news-item:hover .news-img{border-right-width:0px;}
#module_22344084 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_22344084 .news-item:hover .news-img{border-bottom-style:none;}
#module_22344084 .news-item:hover .news-img{border-bottom-width:0px;}
#module_22344084 .news-item:hover .news-img{border-left-color:transparent;}
#module_22344084 .news-item:hover .news-img{border-left-style:none;}
#module_22344084 .news-item:hover .news-img{border-left-width:0px;}
#module_22344084 .news-item:hover .news-title{font-size:18px;}
#module_22344084 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_22344084 .news-item:hover .news-title{color:rgb(255, 127, 44);}
#module_22344084 .news-item:hover .news-title{font-weight:normal;}
#module_22344084 .news-item:hover .news-title{text-decoration:none;}
#module_22344084 .news-item:hover .news-title{font-style:normal;}
#module_22344084 .news-item:hover .news-desc{font-size:14px;}
#module_22344084 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_22344084 .news-item:hover .news-desc{color:#999;}
#module_22344084 .news-item:hover .news-desc{font-weight:normal;}
#module_22344084 .news-item:hover .news-desc{text-decoration:none;}
#module_22344084 .news-item:hover .news-desc{font-style:normal;}
#module_22344084 .news-item:hover time{font-size:20px;}
#module_22344084 .news-item:hover time{font-family:微软雅黑,Microsoft YaHei;}
#module_22344084 .news-item:hover time{color:rgb(255, 127, 44);}
#module_22344084 .news-item:hover time{font-weight:normal;}
#module_22344084 .news-item:hover time{text-decoration:none;}
#module_22344084 .news-item:hover time{font-style:normal;}
#module_22344084 .news-item:hover time:before{border-bottom-color:rgba(0,0,0,0);}
#module_22344084 .news-item:hover time:before{border-bottom-style:solid;}
#module_22344084 .news-item:hover time:before{border-bottom-width:0px;}
#module_22344084 .news-item:hover .news-icon{background-color:rgba(0,0,0,0);}
#module_22344084 .news-item:hover .news-icon{background-image:none;}
#module_22344084 .news-item:hover .news-icon{background-repeat:no-repeat;}
#module_22344084 .news-item:hover .news-icon{font-size:12px;}
#module_22344084 .news-item:hover .news-icon{color:#fff;}
#module_22344084 .news-item:hover .news-icon{font-weight:normal;}
#module_22344084 .news-item:hover .news-icon{text-decoration:none;}
#module_22344084 .news-item:hover .news-icon{font-style:normal;}
#module_22344084 .news-label:hover a{font-size:12px;}
#module_22344084 .news-label:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_22344084 .news-label:hover a{color:#999;}
#module_22344084 .news-label:hover a{font-weight:normal;}
#module_22344084 .news-label:hover a{text-decoration:none;}
#module_22344084 .news-label:hover a{font-style:normal;}
#module_22344084 .news-label:hover{background-color:#eee;}
#module_22344084 .news-label:hover{background-image:none;}
#module_22344084 .news-label:hover{background-repeat:no-repeat;}
#module_22344084 .news-label:hover{border-top-color:transparent;}
#module_22344084 .news-label:hover{border-top-style:none;}
#module_22344084 .news-label:hover{border-right-color:transparent;}
#module_22344084 .news-label:hover{border-right-style:none;}
#module_22344084 .news-label:hover{border-bottom-color:transparent;}
#module_22344084 .news-label:hover{border-bottom-style:none;}
#module_22344084 .news-label:hover{border-left-color:transparent;}
#module_22344084 .news-label:hover{border-left-style:none;}
#module_22344084 .pagerGiant .current, #module_22344084 .pagerGiant .submit{color:#fff;}
#module_22344084 .pagerGiant .current, #module_22344084 .pagerGiant .submit{background-color:#4caf50;}
#module_22344084 .pagerGiant .current, #module_22344084 .pagerGiant .submit{border-top-color:#4caf50;}
#module_22344084 .pagerGiant .current, #module_22344084 .pagerGiant .submit{border-top-style:solid;}
#module_22344084 .pagerGiant .current, #module_22344084 .pagerGiant .submit{border-bottom-color:#4caf50;}
#module_22344084 .pagerGiant .current, #module_22344084 .pagerGiant .submit{border-bottom-style:solid;}
#module_22344084 .pagerGiant .current, #module_22344084 .pagerGiant .submit{border-left-color:#4caf50;}
#module_22344084 .pagerGiant .current, #module_22344084 .pagerGiant .submit{border-left-style:solid;}
#module_22344084 .pagerGiant .current, #module_22344084 .pagerGiant .submit{border-right-color:#4caf50;}
#module_22344084 .pagerGiant .current, #module_22344084 .pagerGiant .submit{border-right-style:solid;}
#module_22344084 .page-more a:hover{color:#666 !important;}
#module_22344084 .page-more a:hover{background-color:#fff;}
#module_22344084 .page-more a:hover{border-top-color:#eee;}
#module_22344084 .page-more a:hover{border-top-style:solid;}
#module_22344084 .page-more a:hover{border-bottom-color:#eee;}
#module_22344084 .page-more a:hover{border-bottom-style:solid;}
#module_22344084 .page-more a:hover{border-left-color:#eee;}
#module_22344084 .page-more a:hover{border-left-style:solid;}
#module_22344084 .page-more a:hover{border-right-color:#eee;}
#module_22344084 .page-more a:hover{border-right-style:solid;}

.module_22348430 .ModuleHead .HeadCenter{float:none;}
#module_22348430 {
padding:0px;	
position:static;
z-index:0;
top:278px;
left:1035px;
width:100%;
height: auto;
}
#module_22348430 .ModuleHead22348430 {display:none;}
#module_22348430 .BodyCenter.BodyCenter22348430 {background:none;background-color:rgb(255, 255, 255);}
#module_22348430 >.module_22348430 {border:0px solid #000;}
#module_22348430 >.module_22348430 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_22348430 .BodyCenter.BodyCenter22348430 {
padding-top:1.8750%;
padding-left:2.5000%;
padding-right:0.0000%;
padding-bottom:1.2500%;
}
}
@media screen and (max-width: 767px){#module_22348430 .BodyCenter.BodyCenter22348430 {padding:2.8818%;}}
@media screen and (min-width: 768px){
#module_22348430 >.module_22348430 {
margin-top:3.0000%;
margin-left:5.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_22348430 >.module_22348430 {margin:0;}}
#module_22348430 >.module_22348430 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22348430:hover {border:none;}
#module_22348430:hover >.module_22348430 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22348430 .ModuleImageTextGiantContent{margin-top:0px;}
#module_22348430 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_22348430 .ModuleImageTextGiantContent{margin-left:0px;}
#module_22348430 .ModuleImageTextGiantContent{margin-right:10px;}
#module_22348430 .imageTextGiant-Container{padding-top:0px;}
#module_22348430 .imageTextGiant-Container{padding-bottom:10px;}
#module_22348430 .imageTextGiant-Container{padding-left:10px;}
#module_22348430 .imageTextGiant-Container{padding-right:10px;}
#module_22348430 .showHandle div{border-top-color: !important;border-top-style: !important;border-top-width:px !important;}

/*layout-121*/
.ModuleNewsListGiant.layout-121 .news-module-container{overflow: hidden;position: relative;}
.ModuleNewsListGiant.layout-121 .news-item{ min-height: 109px; padding-left: 10px;padding-right: 10px;margin-bottom: 30px;}
.ModuleNewsListGiant.layout-121 .news-item .news-tit .news-title{width: 100%; line-height: 26px;  margin-bottom: 20px;}
.ModuleNewsListGiant.layout-121 .news-item .news-tit .news-title-txt:hover{color: #10aa9c}
.ModuleNewsListGiant.layout-121 .news-item .news-title .news-title-txt{ color: #333333;}
.ModuleNewsListGiant.layout-121 .news-item .news-tit .news-symbol{ font-size: 12px;display: block; margin-right: 16px;float: left;width: 26px;height: 26px;border-radius: 26px;text-align: center;line-height: 26px;background-color: #10aa9c;color: #fff; }
.ModuleNewsListGiant.layout-121 .news-item .news-desc .news-desc-txt{
    font-size: 14px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

}

.ModuleNewsListGiant.layout-121 .news-item .text-ellipsis{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-121 .news-item{padding-left: 10px;padding-right: 10px;margin-bottom: 20px;}
    .ModuleNewsListGiant.layout-121 .news-item:hover .news-title .news-title-txt{font-size: 14px;}
    .ModuleNewsListGiant.layout-121 .news-item .news-tit .news-title{width: 100%; line-height: 20px;  margin-bottom: 18px;}
    .ModuleNewsListGiant.layout-121 .news-item .news-tit .news-symbol{ font-size: 12px;display: block; margin-right: 10px;float: left;width: 20px;height: 20px;border-radius: 20px;text-align: center;line-height: 20px;background-color: #10aa9c;color: #fff; }
    /* .ModuleNewsListGiant.layout-121 .news-item .news-tit .news-qsymbol{ font-size: 12px;display: block; margin-right: 10px;float: left;width: 20px;height: 20px;border-radius: 20px;text-align: center;line-height: 20px;background-color: #10aa9c;color: #fff; } */
    .ModuleNewsListGiant.layout-121 .news-item .news-desc .news-desc-txt{font-size: 12px}
}


/*置顶推荐*/
/* .ModuleNewsListGiant.layout-121 .staFun{
    background-color: #e50b1c;
    font-size: 12px;
    padding: 2px 3px;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: text-top;
}
 */
.module_23586208 .ModuleHead .HeadCenter{float:none;}
#module_23586208 {
padding:0px;	
position:static;
z-index:0;
top:5652px;
left:1103px;
width:100%;
height: auto;
}
#module_23586208 .ModuleHead23586208 {display:none;}
#module_23586208 .BodyCenter.BodyCenter23586208 {background:none;background-color:rgb(255, 255, 255);}
#module_23586208 >.module_23586208 {border:0px solid #000;}
#module_23586208 >.module_23586208 {overflow: hidden;border-radius:0px;}
@media screen and (min-width: 768px){
#module_23586208 .BodyCenter.BodyCenter23586208 {
padding-top:0.0000%;
padding-left:3.1250%;
padding-right:3.1250%;
padding-bottom:1.8750%;
}
}
@media screen and (max-width: 767px){#module_23586208 .BodyCenter.BodyCenter23586208 {padding:2.8818%;}}
@media screen and (min-width: 768px){
#module_23586208 >.module_23586208 {
margin-top:0.0000%;
margin-left:5.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){#module_23586208 >.module_23586208 {margin:0;}}
#module_23586208 >.module_23586208 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_23586208:hover {border:none;}
#module_23586208:hover >.module_23586208 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_23586208 .news-item{background-color:rgba(255, 255, 255, 0);}
#module_23586208 .news-item{padding:10px;}
#module_23586208 .news-item{margin:0px;}
#module_23586208 .news-title .news-title-txt{font-size:14px;}
#module_23586208 .news-title .news-title-txt{font-family:微软雅黑,Microsoft YaHei;}
#module_23586208 .news-title .news-title-txt{color:#333;}
#module_23586208 .news-title .news-title-txt{font-weight:normal;}
#module_23586208 .news-title .news-title-txt{text-decoration:none;}
#module_23586208 .news-title .news-title-txt{font-style:normal;}
#module_23586208 .news-desc .news-desc-txt{font-size:14px;}
#module_23586208 .news-desc .news-desc-txt{color:#666;}
#module_23586208 .news-desc .news-desc-txt{font-weight:normal;}
#module_23586208 .news-desc .news-desc-txt{text-decoration:none;}
#module_23586208 .news-desc .news-desc-txt{font-style:normal;}
#module_23586208 .news-item .news-symbol{font-size:14px;}
#module_23586208 .news-item .news-symbol{font-family:微软雅黑,Microsoft YaHei;}
#module_23586208 .news-item .news-symbol{color:#fff;}
#module_23586208 .news-item .news-symbol{font-weight:normal;}
#module_23586208 .news-item .news-symbol{text-decoration:none;}
#module_23586208 .news-item .news-symbol{font-style:normal;}
#module_23586208 .news-item .news-symbol{background-color:#1e88e5;}
#module_23586208 .news-item .news-symbol{background-image:none;}
#module_23586208 .news-item .news-symbol{background-repeat:no-repeat;}
#module_23586208 .news-item .news-qsymbol{background-color:#1e88e5;} 
#module_23586208 .news-item .news-qsymbol{background-image:none;}
#module_23586208 .news-item .news-qsymbol  {background-repeat:no-repeat;}
#module_23586208 .news-item .news-symbol{border-top-color:#fff;}
#module_23586208 .news-item .news-symbol{border-top-style:none;}
#module_23586208 .news-item .news-symbol{border-top-width:0px;}
#module_23586208 .news-item .news-symbol{border-right-color:#fff;}
#module_23586208 .news-item .news-symbol{border-right-style:none;}
#module_23586208 .news-item .news-symbol{border-right-width:0px;}
#module_23586208 .news-item .news-symbol{border-bottom-color:#fff;}
#module_23586208 .news-item .news-symbol{border-bottom-style:none;}
#module_23586208 .news-item .news-symbol{border-bottom-width:0px;}
#module_23586208 .news-item .news-symbol{border-left-color:#fff;}
#module_23586208 .news-item .news-symbol{border-left-style:none;}
#module_23586208 .news-item .news-symbol{border-left-width:26px;}
#module_23586208 .news-item .news-symbol{border-top-left-radius:26px;}
#module_23586208 .news-item .news-symbol{border-top-right-radius:26px;}
#module_23586208 .news-item .news-symbol{border-bottom-left-radius:26px;}
#module_23586208 .news-item .news-symbol{border-bottom-right-radius:26px;}
#module_23586208 .news-item .news-symbol{height:26px;line-height:26px;}
#module_23586208 .news-item .news-symbol{width:26px}
#module_23586208 .news-item:hover{background-color:rgba(255, 255, 255, 0);}
#module_23586208 .news-item:hover{background-repeat:no-repeat;}
#module_23586208 .news-item:hover .news-title .news-title-txt{font-size:14px;}
#module_23586208 .news-item:hover .news-title .news-title-txt{font-family:微软雅黑,Microsoft YaHei;}
#module_23586208 .news-item:hover .news-title .news-title-txt{color:#1e88e5;}
#module_23586208 .news-item:hover .news-title .news-title-txt{font-weight:normal;}
#module_23586208 .news-item:hover .news-title .news-title-txt{text-decoration:none;}
#module_23586208 .news-item:hover .news-title .news-title-txt{font-style:normal;}
#module_23586208 .news-desc:hover .news-desc-txt{font-size:14px;color:#666;font-weight:normal;text-decoration:none;font-style:normal;}
