﻿/* cache file /mnt/yzproc/YZ-Site/caches/csscache/9/92515/92515_805210_1_.cache exists */
/*md5:2742528a2e49e74a2d63c5b265b19d35*/
/*time: 2025-04-12 03:57:13*/
/*url:www.sunshinewx.com/cn/Product/text/text/text/text/text/text/actuator;/beans*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer.sticky {display:flex}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer.sticky > .SubContainer{display:block; position: sticky; top:20px;height: 100% !important; }
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer.ModuleHoverBoxItem_2{display:none}
.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%;position: relative;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.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: flex;flex-wrap: wrap;}
    .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 > .SubPadding6{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;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer.sticky > .SubContainer{
        position:inherit !important;
        top:unset !important;
    }
}

.ModuleGridCustomGiant.layout-101 .ModuleGridBorder{border:0px !important;padding: 0 !important;}
.module_383568415 .ModuleHead .HeadCenter{float:none;}
#module_383568415 {
padding:0px;
}
#module_383568415 {
position:static;
z-index:4000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_383568415 .ModuleHead383568415 {
display:none;
}
#module_383568415 .BodyCenter.BodyCenter383568415 {
background:none;background-color:rgba(0,0,0,0);
}
#module_383568415 >.module_383568415 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383568415 >.module_383568415{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383568415 .BodyCenter.BodyCenter383568415 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568415 .BodyCenter.BodyCenter383568415 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_383568415 >.module_383568415 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568415 >.module_383568415 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_383568415 >.module_383568415 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383568415:hover {
border:none;
}
#module_383568415:hover >.module_383568415 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383568415 .ModuleSubContainer{background-color:rgb(255, 255, 255);}
#module_383568415 .ModuleSubContainer{background-image:none;}
#module_383568415 .ModuleSubContainer{background-repeat:no-repeat;}
#module_383568415 .ModuleSubContainer{background-position:0% 0%;}
#module_383568415 .ModuleSubContainer{background-attachment:scroll;}
#module_383568415 .ModuleSubContainer{}
#module_383568415 {!bgVideo!}{bgVideoUrl:none}
#module_383568415 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_383568415 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_383568415 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer383568415 {max-width:1400px;width:auto;}
.ModuleGridContainer.ModuleGridContainer383568415 .SubPadding {width:0px;}
/*图文模块 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; position: relative;}.module_383568840 .ModuleHead .HeadCenter{float:none;}
#module_383568840 {
padding:0px;
}
#module_383568840 {
position:static;
z-index:0;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_383568840 .ModuleHead383568840 {
display:none;
}
#module_383568840 {
border:none;
}
@media screen and (min-width: 768px){
#module_383568840 >.module_383568840 {
margin-top:1.6077%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568840 >.module_383568840 {
}
}

#module_383568840 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383568840 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383568840 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383568840 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383568840 .imageTextGiant-Container{padding-top:10px;}
#module_383568840 .imageTextGiant-Container{padding-bottom:10px;}
#module_383568840 .imageTextGiant-Container{padding-left:10px;}
#module_383568840 .imageTextGiant-Container{padding-right:10px;}
#module_383568840 .showHandle .btn{font-size:14px;}
#module_383568840 .showHandle .btn{font-family:;}
#module_383568840 .showHandle .btn{color:#333;}
#module_383568840 .showHandle .btn{font-weight:400;}
#module_383568840 .showHandle .btn{text-decoration:none;}
#module_383568840 .showHandle .btn{font-style:normal;}
#module_383568840 .showHandle div{border-top-color:#ddd !important;}
#module_383568840 .showHandle div{border-top-style:solid !important;}
#module_383568840 .showHandle div{border-top-width:1px !important;}
#module_383568840 .showHandle{background-color:transparent;}
#module_383568840 .showHandle{}
#module_383568840 .showHandle{background-repeat:no-repeat;}
#module_383568840 .showHandle{}
#module_383568840 .showHandle{}
#module_383568840 .showHandle{}
#module_383568840 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer383568415 #Sub383568415_1 {width:25.2857%;}
.ModuleNavGiant.layout-102 .main-nav-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  line-height: 0;
  overflow: hidden;
}
.ModuleNavGiant.layout-102 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-102 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-102 .moveMenuRight, .ModuleNavGiant.layout-102 .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-102 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-102 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px

}
.ModuleNavGiant.layout-102 .moveMenuRight:hover, .ModuleNavGiant.layout-102 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-102 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-102 .main-nav-item-group {
	float: left;
	text-align: center;
}
.ModuleNavGiant.layout-102 .main-nav-item {
  box-sizing: content-box;
  padding: 0 25px;
  height: 80px;
  line-height: 80px;
  color: #000000;
  position: relative;
  display:block;
}
.ModuleNavGiant.layout-102 .main-nav-item::before {
  content: '';
  position: absolute;
  width: 0%;
  transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  border-bottom:3px solid #1976d2;
  z-index: 1;
  left: 50%;
  bottom: 0;
}
.ModuleNavGiant.layout-102 .main-nav-item-hover::before {
  width: 100%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.ModuleNavGiant.layout-102 .sub-nav-item-group {
  width: 192px;
  text-align: center;
  border-top: 2px solid #333;
  display: none;
}
.ModuleNavGiant.layout-102 .sub-nav-item {
  display: block;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 12px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-102 .sub-nav-item:last-child{
  border-bottom: none!important;
}
.ModuleNavGiant.layout-102 .sub-nav-item:hover {
  padding-left: 10px;
  background-color: #f7f7f7;
}
.ModuleNavGiant.layout-102 .sub-nav-item-group.current {
  display: block;
}
.ModuleNavGiant.layout-102 .main-nav-item-group.current .main-nav-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #1976d2;
  z-index: 11111;
  left: 0;
  bottom: 0;
}
.ModuleNavGiant.layout-102 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-102 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-102 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item {display: inline-block; padding: 0 !important; text-align: center;}

.ModuleNavGiant.layout-102 .menu{
    font-size: 12px;
    opacity: 0.6;
    float: right;
    margin-left: 8px;
    margin-top: 1px;
    transform:rotate(0deg);
    transition: all .3s linear;
    -webkit-transform:rotate(0deg);
    -webkit-transition: all .3s linear;
}
.ModuleNavGiant.layout-102 .menuUp{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -1px;
}
.ModuleNavGiant.layout-102 .sub-menu{
    display: none !important;
}.module_383569207 .ModuleHead .HeadCenter{float:none;}
#module_383569207 {
padding:0px;
}
#module_383569207 {
position:static;
z-index:0;
top:53px;
left:1243px;
width:100%;
height: auto;
}
#module_383569207 .ModuleHead383569207 {
display:none;
}
#module_383569207 .BodyCenter.BodyCenter383569207 {
background:none;background-color:rgba(0,0,0,0);
}
#module_383569207 >.module_383569207 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383569207 >.module_383569207{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383569207 .BodyCenter.BodyCenter383569207 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569207 .BodyCenter.BodyCenter383569207 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_383569207 >.module_383569207 {
margin-top:0.0000%;
margin-left:49.4612%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569207 >.module_383569207 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_383569207 >.module_383569207 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383569207:hover {
border:none;
}
#module_383569207:hover >.module_383569207 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383569207 .main-nav-item{height:80px;line-height:80px} #module_383569207 .main-nav-content{height:80px;}
#module_383569207 .main-nav-content{background-color:#fff;}
#module_383569207 .main-nav-content{background-image:none;}
#module_383569207 .main-nav-content{background-repeat:no-repeat;}
#module_383569207 .main-nav-content{}
#module_383569207 .main-nav-content{}
#module_383569207 .main-nav-content{}
#module_383569207 .main-nav-content, #module_383569207 .verticalMenu .main-nav-item-group{text-align:left;}
#module_383569207 .main-nav-item{font-size:14px;}
#module_383569207 .main-nav-item{font-family:arial, helvetica,sans-serif;}
#module_383569207 .main-nav-item{color:#333;}
#module_383569207 .main-nav-item{font-weight:normal;}
#module_383569207 .main-nav-item{text-decoration:none;}
#module_383569207 .main-nav-item{font-style:normal;}
#module_383569207 .main-nav-item{background-color:transparent;}
#module_383569207 .main-nav-item{background-image:none;}
#module_383569207 .main-nav-item{background-repeat:no-repeat;}
#module_383569207 .main-nav-item{}
#module_383569207 .main-nav-item{}
#module_383569207 .main-nav-item{}
#module_383569207 .main-nav-item{width:auto;}
#module_383569207 .main-nav-item{padding-left:16px;padding-right:16px;} #module_383569207 .verticalMenu .main-nav-item-group{margin-bottom:16px;}
#module_383569207 .sub-nav-item-group{border-top-color:rgb(229, 11, 28);}
#module_383569207 .sub-nav-item-group{border-top-style:solid;}
#module_383569207 .sub-nav-item-group{border-top-width:2px;}
#module_383569207 .sub-nav-item-group{border-right-color:transparent;}
#module_383569207 .sub-nav-item-group{border-right-style:none;}
#module_383569207 .sub-nav-item-group{border-right-width:0px;}
#module_383569207 .sub-nav-item-group{border-bottom-color:transparent;}
#module_383569207 .sub-nav-item-group{border-bottom-style:none;}
#module_383569207 .sub-nav-item-group{border-bottom-width:0px;}
#module_383569207 .sub-nav-item-group{border-left-color:transparent;}
#module_383569207 .sub-nav-item-group{border-left-style:none;}
#module_383569207 .sub-nav-item-group{border-left-width:0px;}
#module_383569207 .sub-nav-item-group{width:192px;}
#module_383569207 .sub-nav-item{height:40px;line-height:40px}
#module_383569207 .sub-nav-item{font-size:12px;}
#module_383569207 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_383569207 .sub-nav-item{color:#000;}
#module_383569207 .sub-nav-item{font-weight:normal;}
#module_383569207 .sub-nav-item{text-decoration:none;}
#module_383569207 .sub-nav-item{font-style:normal;}
#module_383569207 .sub-nav-item{background-color:#fff;}
#module_383569207 .sub-nav-item{background-image:none;}
#module_383569207 .sub-nav-item{background-repeat:no-repeat;}
#module_383569207 .sub-nav-item{}
#module_383569207 .sub-nav-item{}
#module_383569207 .sub-nav-item{}
#module_383569207 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_383569207 .sub-nav-item{border-bottom-style:solid;}
#module_383569207 .sub-nav-item{border-bottom-width:1px;}
#module_383569207 .sub-nav-item{margin-top:0px;}
#module_383569207 .main-nav-item-hover{font-size:14px;}
#module_383569207 .main-nav-item-hover{font-family:arial, helvetica,sans-serif;}
#module_383569207 .main-nav-item-hover{color:#e50b1c;}
#module_383569207 .main-nav-item-hover{font-weight:normal;}
#module_383569207 .main-nav-item-hover{text-decoration:none;}
#module_383569207 .main-nav-item-hover{font-style:normal;}
#module_383569207 .main-nav-item-hover{background-color:transparent;}
#module_383569207 .main-nav-item-hover{background-image:none;}
#module_383569207 .main-nav-item-hover{background-repeat:no-repeat;}
#module_383569207 .main-nav-item-hover{}
#module_383569207 .main-nav-item-hover{}
#module_383569207 .main-nav-item-hover{}
#module_383569207 .main-nav-item-hover::before,#module_383569207 .main-nav-item::before{border-bottom-color:#e50b1c;}
#module_383569207 .main-nav-item-hover::before{border-bottom-style:solid;}
#module_383569207 .main-nav-item-hover::before{border-bottom-width:3px;}
#module_383569207 .main-nav-item-hover::before{width:%}
#module_383569207 .sub-nav-item:hover{font-size:12px;}
#module_383569207 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_383569207 .sub-nav-item:hover{color:#000;}
#module_383569207 .sub-nav-item:hover{font-weight:normal;}
#module_383569207 .sub-nav-item:hover{text-decoration:none;}
#module_383569207 .sub-nav-item:hover{font-style:normal;}
#module_383569207 .sub-nav-item:hover{background-color:#f2f2f2;}
#module_383569207 .sub-nav-item:hover{background-image:none;}
#module_383569207 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_383569207 .sub-nav-item:hover{}
#module_383569207 .sub-nav-item:hover{}
#module_383569207 .sub-nav-item:hover{}


.ModuleGridContainer.ModuleGridContainer383568415 #Sub383568415_2 {width:66.2857%;}
.ModuleLangSwitchGiant.layout-102 .lang-list{
    display: inline-block;
    vertical-align: top;
}
.ModuleLangSwitchGiant.layout-102 .lang-list li{
	float:left
}
.ModuleLangSwitchGiant.layout-102 .lang-text{
	font-size:12px;
	color:#333;
	padding:10px;
	position: relative;
}
.ModuleLangSwitchGiant.layout-102 .lang-text.current{
	color:#f10215;
}
.ModuleLangSwitchGiant.layout-102 .lang-text:hover{
	color:#f10215;
}
.ModuleLangSwitchGiant.layout-102 .lang-split{
	border-left:1px solid #333;
}
.ModuleLangSwitchGiant.layout-102 li:nth-last-of-type(1)>.lang-split{
	border-left:none !important;
}
.ModuleLangSwitchGiant.layout-102 .lang-text:after{ content: ""; position: absolute; width: 1px; background: #ccc; height: 14px; top: 50%; right: 0;    transform: translate(0 ,-50%);}
.ModuleLangSwitchGiant.layout-102 .lang-list li:last-child a:after{ background: none !important}.module_383569201 .ModuleHead .HeadCenter{float:none;}
#module_383569201 {
padding:0px;
}
#module_383569201 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383569201 .ModuleHead383569201 {
display:none;
}
#module_383569201 {
border:none;
}
@media screen and (min-width: 768px){
#module_383569201 >.module_383569201 {
margin-top:24.5763%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569201 >.module_383569201 {
}
}

#module_383569201 .BodyCenter{text-align:left;}
#module_383569201 .lang-text{font-size:12px;}
#module_383569201 .lang-text{font-family:;}
#module_383569201 .lang-text{color:#333;}
#module_383569201 .lang-text{font-weight:normal;}
#module_383569201 .lang-text{text-decoration:none;}
#module_383569201 .lang-text{font-style:normal;}
#module_383569201 .lang-text:after{background:;}
#module_383569201 .lang-list{background-color:#fff;}
#module_383569201 .lang-list{}
#module_383569201 .lang-list{background-repeat:no-repeat;}
#module_383569201 .lang-list{}
#module_383569201 .lang-list{}
#module_383569201 .lang-list{}
#module_383569201 .lang-text:hover,#module_383569201 .lang-text.current{font-size:12px;}
#module_383569201 .lang-text:hover,#module_383569201 .lang-text.current{font-family:;}
#module_383569201 .lang-text:hover,#module_383569201 .lang-text.current{color:#f10215;}
#module_383569201 .lang-text:hover,#module_383569201 .lang-text.current{font-weight:normal;}
#module_383569201 .lang-text:hover,#module_383569201 .lang-text.current{text-decoration:none;}
#module_383569201 .lang-text:hover,#module_383569201 .lang-text.current{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer383568415 #Sub383568415_4 {width:8.428599999999998%;}
.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%;position: relative;}
.ModuleGridGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}

@media only screen and (max-width: 767px) { 
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}.module_383568494 .ModuleHead .HeadCenter{float:none;}
#module_383568494 {
padding:0px;
}
#module_383568494 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383568494 .ModuleHead383568494 {
display:none;
}
#module_383568494 .BodyCenter.BodyCenter383568494 {
background:none;background-color:rgba(0,0,0,0);
}
#module_383568494 >.module_383568494 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383568494 >.module_383568494{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383568494 .BodyCenter.BodyCenter383568494 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_383568494 .BodyCenter.BodyCenter383568494 {
padding-top:4.6110%;
padding-left:4.6110%;
padding-right:4.6110%;
padding-bottom:4.6110%;
}
}
@media screen and (min-width: 768px){
#module_383568494 >.module_383568494 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_383568494 >.module_383568494 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_383568494 >.module_383568494 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383568494:hover {
border:none;
}
#module_383568494:hover >.module_383568494 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383568494 .ModuleSubContainer{background-color:transparent;}
#module_383568494 .ModuleSubContainer{background-image:none;}
#module_383568494 .ModuleSubContainer{background-repeat:no-repeat;}
#module_383568494 .ModuleSubContainer{background-position:0% 0%;}
#module_383568494 .ModuleSubContainer{background-attachment:scroll;}
#module_383568494 .ModuleSubContainer{}
#module_383568494 {!bgVideo!}{bgVideoUrl:none}
#module_383568494 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_383568494 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_383568494 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer383568494 {}
.ModuleLangSwitchGiant.layout-106 .lang-list{
    display: inline-block;
    vertical-align: top;
}
.ModuleLangSwitchGiant.layout-106 .lang-list li{
	float:left;
	text-align: center;
	margin-right: 20px;
	line-height: 20px;
}
.ModuleLangSwitchGiant.layout-106 .lang-list li:last-child {
	margin-right: 0;
}
.ModuleLangSwitchGiant.layout-106 .lang-list li a{
	font-size: unset;
}
.ModuleLangSwitchGiant.layout-106 .lang-list li p{
	width: 32px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin-right: 8px;
}
.ModuleLangSwitchGiant.layout-106 .lang-list li p img{
	width: 32px;
	max-width: 100%;
	max-height: 100%;
}.module_383569202 .ModuleHead .HeadCenter{float:none;}
#module_383569202 {
padding:0px;
}
#module_383569202 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383569202 .ModuleHead383569202 {
display:none;
}
#module_383569202 .BodyCenter.BodyCenter383569202 {
background:none;background-color:rgba(0,0,0,0);
}
#module_383569202 >.module_383569202 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383569202 >.module_383569202{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383569202 .BodyCenter.BodyCenter383569202 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_383569202 .BodyCenter.BodyCenter383569202 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_383569202 >.module_383569202 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_383569202 >.module_383569202 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_383569202 >.module_383569202 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383569202:hover {
border:none;
}
#module_383569202:hover >.module_383569202 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383569202 .BodyCenter{text-align:right;}
#module_383569202 .lang-text{font-size:12px;}
#module_383569202 .lang-text{font-family:arial, helvetica,sans-serif;}
#module_383569202 .lang-text{color:#666;}
#module_383569202 .lang-text{font-weight:normal;}
#module_383569202 .lang-text{text-decoration:initial;}
#module_383569202 .lang-text{font-style:normal;}
#module_383569202 .lang-list{background-color:#fff;}
#module_383569202 .lang-list{background-image:none;}
#module_383569202 .lang-list{background-repeat:no-repeat;}
#module_383569202 .lang-list{}
#module_383569202 .lang-list{}
#module_383569202 .lang-list{}
#module_383569202 li:hover .lang-text,#module_383569202 .lang-text.current{font-size:12px;}
#module_383569202 li:hover .lang-text,#module_383569202 .lang-text.current{font-family:arial, helvetica,sans-serif;}
#module_383569202 li:hover .lang-text,#module_383569202 .lang-text.current{color:#f10215;}
#module_383569202 li:hover .lang-text,#module_383569202 .lang-text.current{font-weight:normal;}
#module_383569202 li:hover .lang-text,#module_383569202 .lang-text.current{text-decoration:initial;}
#module_383569202 li:hover .lang-text,#module_383569202 .lang-text.current{font-style:normal;}

/*轮播图样式*/

/*切换按钮样式*/
.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;transform: rotate(180deg);margin-top: -41px;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:before{
    color: #fff;
    position: absolute;
    top:50%; left: 50%;
    font-size: 30px;
    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%;
    width: 17px; height:30px;background: #fff;content: "";*/
}

.ModuleSlideGiant.layout-104 .swiper-slide video{min-height: 32px; width: 100%; height: auto; display: block;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:before{
    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%);
    color: #fff;
    font-size: 30px;
    /* background: url("/images/nexts.png") no-repeat center;
    background-size: 100%; width: 17px; height:30px; background: #fff;content: "";*/
}
/*.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:after{ content: ""; position: absolute;*/
/*top:44%; right: 40%; width: 2px; height:20px; background: #fff;*/
/*-webkit-transform: rotate(-135deg);   !* for Chrome || Safari *!*/
/*-moz-transform:  rotate(-135deg);       !* for Firefox *!*/
/*-ms-transform:   rotate(-135deg);        !* for IE *!*/
/*-o-transform:   rotate(-135deg);       !* for Opera *!*/
/*transform: rotate(-135deg);*/
/*}*/
.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-container {height: 600px;}*/
.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}
}
/* @media only screen and (max-width: 480px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next{display: none}
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
} */
.ModuleSlideGiant.layout-104 .swiperImg{width: 100%;}.module_383569257 .ModuleHead .HeadCenter{float:none;}
#module_383569257 {
padding:0px;
}
#module_383569257 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_383569257 .ModuleHead383569257 {
display:none;
}

#module_383569257 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{background-color:#fff;}
#module_383569257 .swiper-slideshow-1-next,#module_383569257 .swiper-slideshow-1-prev{height:82px;}
#module_383569257 .swiper-slideshow-1-next,#module_383569257 .swiper-slideshow-1-prev{width:81px;}
#module_383569257 .swiper-slideshow-1-next:before,#module_383569257 .swiper-slideshow-1-prev:before{color:;}
#module_383569257 .swiper-slideshow-1-next:before,#module_383569257 .swiper-slideshow-1-prev:before{font-size:px;}
#module_383569257 .swiper-slideshow-1-next,#module_383569257 .swiper-slideshow-1-prev{background-color:;}
#module_383569257 .swiper-slideshow-1-next,#module_383569257 .swiper-slideshow-1-prev{}
#module_383569257 .swiper-slideshow-1-next,#module_383569257 .swiper-slideshow-1-prev{}
#module_383569257 .swiper-slideshow-1-next,#module_383569257 .swiper-slideshow-1-prev{}
#module_383569257 .swiper-slideshow-1-next,#module_383569257 .swiper-slideshow-1-prev{}
#module_383569257 .swiper-slideshow-1-next,#module_383569257 .swiper-slideshow-1-prev{}
#module_383569257 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background-color:rgba(0, 0, 0, 0.21);}
#module_383569257 .swiper-slideshow-1-next:hover:before,#module_383569257 .swiper-slideshow-1-prev:hover:before{color:;}
#module_383569257 .swiper-slideshow-1-next:hover,#module_383569257 .swiper-slideshow-1-prev:hover{background-color:;}
#module_383569257 .swiper-slideshow-1-next:hover,#module_383569257 .swiper-slideshow-1-prev:hover{}
#module_383569257 .swiper-slideshow-1-next:hover,#module_383569257 .swiper-slideshow-1-prev:hover{}
#module_383569257 .swiper-slideshow-1-next:hover,#module_383569257 .swiper-slideshow-1-prev{}
#module_383569257 .swiper-slideshow-1-next:hover,#module_383569257 .swiper-slideshow-1-prev:hover{}
#module_383569257 .swiper-slideshow-1-next:hover,#module_383569257 .swiper-slideshow-1-prev:hover{}
#module_383569257 .SubContainer {}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_383568801 .ModuleHead .HeadCenter{float:none;}
#module_383568801 {
padding:0px;
}
#module_383568801 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_383568801 .ModuleHead383568801 {
display:none;
}
#module_383568801 {
border:none;
}
@media screen and (min-width: 768px){
#module_383568801 >.module_383568801 {
margin-top:3.3996%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568801 >.module_383568801 {
}
}

#module_383568801 img{border-top-color:transparent;}
#module_383568801 img{border-top-style:none;}
#module_383568801 img{border-top-width:0px;}
#module_383568801 img{border-right-color:transparent;}
#module_383568801 img{border-right-style:none;}
#module_383568801 img{border-right-width:0px;}
#module_383568801 img{border-bottom-color:transparent;}
#module_383568801 img{border-bottom-style:none;}
#module_383568801 img{border-bottom-width:0px;}
#module_383568801 img{border-left-color:transparent;}
#module_383568801 img{border-left-style:none;}
#module_383568801 img{border-left-width:0px;}
#module_383568801 img{border-top-left-radius:0px;}
#module_383568801 img{border-top-right-radius:0px;}
#module_383568801 img{border-bottom-left-radius:0px;}
#module_383568801 img{border-bottom-right-radius:0px;}
#module_383568801 .BodyCenter{text-align: center;}
.module_383568448 .ModuleHead .HeadCenter{float:none;}
#module_383568448 {
padding:0px;
}
#module_383568448 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_383568448 .ModuleHead383568448 {
display:none;
}
#module_383568448 .BodyCenter.BodyCenter383568448 {
background:none;background-color:rgba(0,0,0,0);
}
#module_383568448 >.module_383568448 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383568448 >.module_383568448{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383568448 .BodyCenter.BodyCenter383568448 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568448 .BodyCenter.BodyCenter383568448 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_383568448 >.module_383568448 {
margin-top:-31.3808%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568448 >.module_383568448 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_383568448 >.module_383568448 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383568448:hover {
border:none;
}
#module_383568448:hover >.module_383568448 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383568448 .ModuleSubContainer{background-color:transparent;}
#module_383568448 .ModuleSubContainer{background-image:none;}
#module_383568448 .ModuleSubContainer{background-repeat:no-repeat;}
#module_383568448 .ModuleSubContainer{background-position:0% 0%;}
#module_383568448 .ModuleSubContainer{background-attachment:scroll;}
#module_383568448 .ModuleSubContainer{}
#module_383568448 {!bgVideo!}{bgVideoUrl:none}
#module_383568448 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_383568448 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_383568448 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer383568448 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer383568448 .SubPadding {width:0px;}
.ModuleGridContainer.ModuleGridContainer383568448 #Sub383568448_1 {width:53.5565%;}
.module_383569162 .ModuleHead .HeadCenter{float:none;}
#module_383569162 {
padding:0px;
}
#module_383569162 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_383569162 .ModuleHead383569162 {
display:none;
}
#module_383569162 {
border:none;
}
@media screen and (min-width: 768px){
#module_383569162 >.module_383569162 {
margin-top:0.0000%;
margin-left:4.9163%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569162 >.module_383569162 {
}
}

#module_383569162 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569162 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569162 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569162 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569162 .imageTextGiant-Container{padding-top:10px;}
#module_383569162 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569162 .imageTextGiant-Container{padding-left:10px;}
#module_383569162 .imageTextGiant-Container{padding-right:10px;}
#module_383569162 .showHandle .btn{font-size:14px;}
#module_383569162 .showHandle .btn{font-family:;}
#module_383569162 .showHandle .btn{color:#333;}
#module_383569162 .showHandle .btn{font-weight:400;}
#module_383569162 .showHandle .btn{text-decoration:none;}
#module_383569162 .showHandle .btn{font-style:normal;}
#module_383569162 .showHandle div{border-top-color:#ddd !important;}
#module_383569162 .showHandle div{border-top-style:solid !important;}
#module_383569162 .showHandle div{border-top-width:1px !important;}
#module_383569162 .showHandle{background-color:transparent;}
#module_383569162 .showHandle{}
#module_383569162 .showHandle{background-repeat:no-repeat;}
#module_383569162 .showHandle{}
#module_383569162 .showHandle{}
#module_383569162 .showHandle{}
#module_383569162 a{font-size:unset;font-family:unset}
.module_383569163 .ModuleHead .HeadCenter{float:none;}
#module_383569163 {
padding:0px;
}
#module_383569163 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_383569163 .ModuleHead383569163 {
display:none;
}
#module_383569163 {
border:none;
}
@media screen and (min-width: 768px){
#module_383569163 >.module_383569163 {
margin-top:0.0000%;
margin-left:5.1255%;
margin-right:37.5523%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569163 >.module_383569163 {
}
}

#module_383569163 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569163 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569163 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569163 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569163 .imageTextGiant-Container{padding-top:10px;}
#module_383569163 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569163 .imageTextGiant-Container{padding-left:10px;}
#module_383569163 .imageTextGiant-Container{padding-right:10px;}
#module_383569163 .showHandle .btn{font-size:14px;}
#module_383569163 .showHandle .btn{font-family:;}
#module_383569163 .showHandle .btn{color:#333;}
#module_383569163 .showHandle .btn{font-weight:400;}
#module_383569163 .showHandle .btn{text-decoration:none;}
#module_383569163 .showHandle .btn{font-style:normal;}
#module_383569163 .showHandle div{border-top-color:#ddd !important;}
#module_383569163 .showHandle div{border-top-style:solid !important;}
#module_383569163 .showHandle div{border-top-width:1px !important;}
#module_383569163 .showHandle{background-color:transparent;}
#module_383569163 .showHandle{}
#module_383569163 .showHandle{background-repeat:no-repeat;}
#module_383569163 .showHandle{}
#module_383569163 .showHandle{}
#module_383569163 .showHandle{}
#module_383569163 a{font-size:unset;font-family:unset}
.module_383569161 .ModuleHead .HeadCenter{float:none;}
#module_383569161 {
padding:0px;
}
#module_383569161 {
position:static;
z-index:1;
top:501px;
left:0px;
width:100%;
height: auto;
}
#module_383569161 .ModuleHead383569161 {
display:none;
}
#module_383569161 .BodyCenter.BodyCenter383569161 {
background:none;background-color:rgba(0,0,0,0);
}
#module_383569161 >.module_383569161 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383569161 >.module_383569161{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383569161 .BodyCenter.BodyCenter383569161 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569161 .BodyCenter.BodyCenter383569161 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_383569161 >.module_383569161 {
margin-top:6.9038%;
margin-left:5.0209%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569161 >.module_383569161 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_383569161 >.module_383569161 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383569161:hover {
border:none;
}
#module_383569161:hover >.module_383569161 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383569161 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569161 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569161 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569161 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569161 .imageTextGiant-Container{padding-top:10px;}
#module_383569161 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569161 .imageTextGiant-Container{padding-left:10px;}
#module_383569161 .imageTextGiant-Container{padding-right:10px;}
#module_383569161 .showHandle .btn{font-size:14px;}
#module_383569161 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_383569161 .showHandle .btn{color:#333;}
#module_383569161 .showHandle .btn{font-weight:400;}
#module_383569161 .showHandle .btn{text-decoration:none;}
#module_383569161 .showHandle .btn{font-style:normal;}
#module_383569161 .showHandle div{border-top-color:#ddd !important;}
#module_383569161 .showHandle div{border-top-style:solid !important;}
#module_383569161 .showHandle div{border-top-width:1px !important;}
#module_383569161 .showHandle{background-color:transparent;}
#module_383569161 .showHandle{background-image:none;}
#module_383569161 .showHandle{background-repeat:no-repeat;}
#module_383569161 .showHandle{}
#module_383569161 .showHandle{}
#module_383569161 .showHandle{}
#module_383569161 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer383568448 #Sub383568448_2 {width:46.4435%;}
.module_383568449 .ModuleHead .HeadCenter{float:none;}
#module_383568449 {
padding:0px;
}
#module_383568449 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_383568449 .ModuleHead383568449 {
display:none;
}
#module_383568449 .BodyCenter.BodyCenter383568449 {
background:none;background-color:rgb(109, 115, 127);
}
#module_383568449 >.module_383568449 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383568449 >.module_383568449{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383568449 .BodyCenter.BodyCenter383568449 {
padding-top:1.6736%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.6736%;
}
}
@media screen and (max-width: 767px){
#module_383568449 .BodyCenter.BodyCenter383568449 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_383568449 >.module_383568449 {
margin-top:2.0921%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568449 >.module_383568449 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_383568449 >.module_383568449 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383568449:hover {
border:none;
}
#module_383568449:hover >.module_383568449 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383568449 .ModuleSubContainer{background-color:transparent;}
#module_383568449 .ModuleSubContainer{background-image:none;}
#module_383568449 .ModuleSubContainer{background-repeat:no-repeat;}
#module_383568449 .ModuleSubContainer{background-position:0% 0%;}
#module_383568449 .ModuleSubContainer{background-attachment:scroll;}
#module_383568449 .ModuleSubContainer{}
#module_383568449 {!bgVideo!}{bgVideoUrl:}
#module_383568449 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_383568449 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_383568449 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer383568449 {max-width:1280px;width:auto;}
.ModuleGridContainer.ModuleGridContainer383568449 .SubPadding {width:0px;}
.module_383569164 .ModuleHead .HeadCenter{float:none;}
#module_383569164 {
padding:0px;
}
#module_383569164 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383569164 .ModuleHead383569164 {
display:none;
}
#module_383569164 {
border:none;
}
@media screen and (min-width: 768px){
#module_383569164 >.module_383569164 {
margin-top:10.7143%;
margin-left:0.0000%;
margin-right:12.4150%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569164 >.module_383569164 {
}
}

#module_383569164 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569164 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569164 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569164 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569164 .imageTextGiant-Container{padding-top:10px;}
#module_383569164 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569164 .imageTextGiant-Container{padding-left:10px;}
#module_383569164 .imageTextGiant-Container{padding-right:10px;}
#module_383569164 .showHandle .btn{font-size:14px;}
#module_383569164 .showHandle .btn{font-family:;}
#module_383569164 .showHandle .btn{color:#333;}
#module_383569164 .showHandle .btn{font-weight:400;}
#module_383569164 .showHandle .btn{text-decoration:none;}
#module_383569164 .showHandle .btn{font-style:normal;}
#module_383569164 .showHandle div{border-top-color:#ddd !important;}
#module_383569164 .showHandle div{border-top-style:solid !important;}
#module_383569164 .showHandle div{border-top-width:1px !important;}
#module_383569164 .showHandle{background-color:transparent;}
#module_383569164 .showHandle{}
#module_383569164 .showHandle{background-repeat:no-repeat;}
#module_383569164 .showHandle{}
#module_383569164 .showHandle{}
#module_383569164 .showHandle{}
#module_383569164 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer383568449 #Sub383568449_1 {width:45.9167%;}
.module_383568802 .ModuleHead .HeadCenter{float:none;}
#module_383568802 {
padding:0px;
}
#module_383568802 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383568802 .ModuleHead383568802 {
display:none;
}
#module_383568802 {
border:none;
}
@media screen and (min-width: 768px){
#module_383568802 >.module_383568802 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568802 >.module_383568802 {
}
}

#module_383568802 img{border-top-color:transparent;}
#module_383568802 img{border-top-style:none;}
#module_383568802 img{border-top-width:0px;}
#module_383568802 img{border-right-color:transparent;}
#module_383568802 img{border-right-style:none;}
#module_383568802 img{border-right-width:0px;}
#module_383568802 img{border-bottom-color:transparent;}
#module_383568802 img{border-bottom-style:none;}
#module_383568802 img{border-bottom-width:0px;}
#module_383568802 img{border-left-color:transparent;}
#module_383568802 img{border-left-style:none;}
#module_383568802 img{border-left-width:0px;}
#module_383568802 img{border-top-left-radius:0px;}
#module_383568802 img{border-top-right-radius:0px;}
#module_383568802 img{border-bottom-left-radius:0px;}
#module_383568802 img{border-bottom-right-radius:0px;}
#module_383568802 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer383568449 #Sub383568449_2 {width:54.0833%;}
.module_383568450 .ModuleHead .HeadCenter{float:none;}
#module_383568450 {
padding:0px;
}
#module_383568450 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_383568450 .ModuleHead383568450 {
display:none;
}
#module_383568450 .BodyCenter.BodyCenter383568450 {
background:none;background-color:rgb(109, 115, 127);
}
#module_383568450 >.module_383568450 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383568450 >.module_383568450{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383568450 .BodyCenter.BodyCenter383568450 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.6736%;
}
}
@media screen and (max-width: 767px){
#module_383568450 .BodyCenter.BodyCenter383568450 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_383568450 >.module_383568450 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568450 >.module_383568450 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_383568450 >.module_383568450 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383568450:hover {
border:none;
}
#module_383568450:hover >.module_383568450 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383568450 .ModuleSubContainer{background-color:transparent;}
#module_383568450 .ModuleSubContainer{background-image:none;}
#module_383568450 .ModuleSubContainer{background-repeat:no-repeat;}
#module_383568450 .ModuleSubContainer{background-position:0% 0%;}
#module_383568450 .ModuleSubContainer{background-attachment:scroll;}
#module_383568450 .ModuleSubContainer{}
#module_383568450 {!bgVideo!}{bgVideoUrl:}
#module_383568450 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_383568450 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_383568450 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer383568450 {max-width:1280px;width:auto;}
.ModuleGridContainer.ModuleGridContainer383568450 .SubPadding {width:0px;}
.module_383568803 .ModuleHead .HeadCenter{float:none;}
#module_383568803 {
padding:0px;
}
#module_383568803 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383568803 .ModuleHead383568803 {
display:none;
}

#module_383568803 img{border-top-color:transparent;}
#module_383568803 img{border-top-style:none;}
#module_383568803 img{border-top-width:0px;}
#module_383568803 img{border-right-color:transparent;}
#module_383568803 img{border-right-style:none;}
#module_383568803 img{border-right-width:0px;}
#module_383568803 img{border-bottom-color:transparent;}
#module_383568803 img{border-bottom-style:none;}
#module_383568803 img{border-bottom-width:0px;}
#module_383568803 img{border-left-color:transparent;}
#module_383568803 img{border-left-style:none;}
#module_383568803 img{border-left-width:0px;}
#module_383568803 img{border-top-left-radius:0px;}
#module_383568803 img{border-top-right-radius:0px;}
#module_383568803 img{border-bottom-left-radius:0px;}
#module_383568803 img{border-bottom-right-radius:0px;}
#module_383568803 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer383568450 #Sub383568450_1 {width:52.1875%;}
.module_383569165 .ModuleHead .HeadCenter{float:none;}
#module_383569165 {
padding:0px;
}
#module_383569165 {
position:static;
z-index:1;
top:36px;
left:0px;
width:100%;
height: auto;
}
#module_383569165 .ModuleHead383569165 {
display:none;
}
#module_383569165 {
border:none;
}
@media screen and (min-width: 768px){
#module_383569165 >.module_383569165 {
margin-top:7.3529%;
margin-left:6.2092%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569165 >.module_383569165 {
}
}

#module_383569165 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569165 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569165 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569165 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569165 .imageTextGiant-Container{padding-top:10px;}
#module_383569165 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569165 .imageTextGiant-Container{padding-left:10px;}
#module_383569165 .imageTextGiant-Container{padding-right:10px;}
#module_383569165 .showHandle .btn{font-size:14px;}
#module_383569165 .showHandle .btn{font-family:;}
#module_383569165 .showHandle .btn{color:#333;}
#module_383569165 .showHandle .btn{font-weight:400;}
#module_383569165 .showHandle .btn{text-decoration:none;}
#module_383569165 .showHandle .btn{font-style:normal;}
#module_383569165 .showHandle div{border-top-color:#ddd !important;}
#module_383569165 .showHandle div{border-top-style:solid !important;}
#module_383569165 .showHandle div{border-top-width:1px !important;}
#module_383569165 .showHandle{background-color:transparent;}
#module_383569165 .showHandle{}
#module_383569165 .showHandle{background-repeat:no-repeat;}
#module_383569165 .showHandle{}
#module_383569165 .showHandle{}
#module_383569165 .showHandle{}
#module_383569165 a{font-size:unset;font-family:unset}
.module_383569167 .ModuleHead .HeadCenter{float:none;}
#module_383569167 {
padding:0px;
}
#module_383569167 {
position:static;
z-index:2;
top:177px;
left:0px;
width:100%;
height: auto;
}
#module_383569167 .ModuleHead383569167 {
display:none;
}
#module_383569167 .BodyCenter.BodyCenter383569167 {
background:none;background-color:rgba(0,0,0,0);
}
#module_383569167 >.module_383569167 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383569167 >.module_383569167{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383569167 .BodyCenter.BodyCenter383569167 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569167 .BodyCenter.BodyCenter383569167 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_383569167 >.module_383569167 {
margin-top:0.8170%;
margin-left:6.2092%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569167 >.module_383569167 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_383569167 >.module_383569167 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383569167:hover {
border:none;
}
#module_383569167:hover >.module_383569167 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383569167 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569167 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569167 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569167 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569167 .imageTextGiant-Container{padding-top:10px;}
#module_383569167 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569167 .imageTextGiant-Container{padding-left:10px;}
#module_383569167 .imageTextGiant-Container{padding-right:10px;}
#module_383569167 .showHandle .btn{font-size:14px;}
#module_383569167 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_383569167 .showHandle .btn{color:rgb(255, 255, 255);}
#module_383569167 .showHandle .btn{font-weight:400;}
#module_383569167 .showHandle .btn{text-decoration:none;}
#module_383569167 .showHandle .btn{font-style:normal;}
#module_383569167 .showHandle div{border-top-color:#ddd !important;}
#module_383569167 .showHandle div{border-top-style:solid !important;}
#module_383569167 .showHandle div{border-top-width:1px !important;}
#module_383569167 .showHandle{background-color:transparent;}
#module_383569167 .showHandle{background-image:none;}
#module_383569167 .showHandle{background-repeat:no-repeat;}
#module_383569167 .showHandle{}
#module_383569167 .showHandle{}
#module_383569167 .showHandle{}
#module_383569167 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer383568450 #Sub383568450_2 {width:47.8125%;}
.module_383568451 .ModuleHead .HeadCenter{float:none;}
#module_383568451 {
padding:0px;
}
#module_383568451 {
position:static;
z-index:0;
top:2429px;
left:1215px;
width:100%;
height: auto;
}
#module_383568451 .ModuleHead383568451 {
display:none;
}
#module_383568451 .BodyCenter.BodyCenter383568451 {
background:none;background-color:rgb(109, 115, 127);
}
#module_383568451 >.module_383568451 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383568451 >.module_383568451{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383568451 .BodyCenter.BodyCenter383568451 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.6736%;
}
}
@media screen and (max-width: 767px){
#module_383568451 .BodyCenter.BodyCenter383568451 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_383568451 >.module_383568451 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568451 >.module_383568451 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_383568451 >.module_383568451 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383568451:hover {
border:none;
}
#module_383568451:hover >.module_383568451 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383568451 .ModuleSubContainer{background-color:transparent;}
#module_383568451 .ModuleSubContainer{background-image:none;}
#module_383568451 .ModuleSubContainer{background-repeat:no-repeat;}
#module_383568451 .ModuleSubContainer{background-position:0% 0%;}
#module_383568451 .ModuleSubContainer{background-attachment:scroll;}
#module_383568451 .ModuleSubContainer{}
#module_383568451 {!bgVideo!}{bgVideoUrl:}
#module_383568451 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_383568451 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_383568451 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer383568451 {max-width:1280px;width:auto;}
.ModuleGridContainer.ModuleGridContainer383568451 .SubPadding {width:0px;}
.module_383568804 .ModuleHead .HeadCenter{float:none;}
#module_383568804 {
padding:0px;
}
#module_383568804 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383568804 .ModuleHead383568804 {
display:none;
}

#module_383568804 img{border-top-color:transparent;}
#module_383568804 img{border-top-style:none;}
#module_383568804 img{border-top-width:0px;}
#module_383568804 img{border-right-color:transparent;}
#module_383568804 img{border-right-style:none;}
#module_383568804 img{border-right-width:0px;}
#module_383568804 img{border-bottom-color:transparent;}
#module_383568804 img{border-bottom-style:none;}
#module_383568804 img{border-bottom-width:0px;}
#module_383568804 img{border-left-color:transparent;}
#module_383568804 img{border-left-style:none;}
#module_383568804 img{border-left-width:0px;}
#module_383568804 img{border-top-left-radius:0px;}
#module_383568804 img{border-top-right-radius:0px;}
#module_383568804 img{border-bottom-left-radius:0px;}
#module_383568804 img{border-bottom-right-radius:0px;}
#module_383568804 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer383568451 #Sub383568451_1 {width:52.4219%;}
.module_383569166 .ModuleHead .HeadCenter{float:none;}
#module_383569166 {
padding:0px;
}
#module_383569166 {
position:static;
z-index:1;
top:36px;
left:0px;
width:100%;
height: auto;
}
#module_383569166 .ModuleHead383569166 {
display:none;
}
#module_383569166 {
border:none;
}
@media screen and (min-width: 768px){
#module_383569166 >.module_383569166 {
margin-top:6.8966%;
margin-left:5.9113%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569166 >.module_383569166 {
}
}

#module_383569166 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569166 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569166 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569166 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569166 .imageTextGiant-Container{padding-top:10px;}
#module_383569166 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569166 .imageTextGiant-Container{padding-left:10px;}
#module_383569166 .imageTextGiant-Container{padding-right:10px;}
#module_383569166 .showHandle .btn{font-size:14px;}
#module_383569166 .showHandle .btn{font-family:;}
#module_383569166 .showHandle .btn{color:#333;}
#module_383569166 .showHandle .btn{font-weight:400;}
#module_383569166 .showHandle .btn{text-decoration:none;}
#module_383569166 .showHandle .btn{font-style:normal;}
#module_383569166 .showHandle div{border-top-color:#ddd !important;}
#module_383569166 .showHandle div{border-top-style:solid !important;}
#module_383569166 .showHandle div{border-top-width:1px !important;}
#module_383569166 .showHandle{background-color:transparent;}
#module_383569166 .showHandle{}
#module_383569166 .showHandle{background-repeat:no-repeat;}
#module_383569166 .showHandle{}
#module_383569166 .showHandle{}
#module_383569166 .showHandle{}
#module_383569166 a{font-size:unset;font-family:unset}
.module_383569168 .ModuleHead .HeadCenter{float:none;}
#module_383569168 {
padding:0px;
}
#module_383569168 {
position:static;
z-index:3;
top:139px;
left:0px;
width:100%;
height: auto;
}
#module_383569168 .ModuleHead383569168 {
display:none;
}
#module_383569168 .BodyCenter.BodyCenter383569168 {
background:none;background-color:rgba(0,0,0,0);
}
#module_383569168 >.module_383569168 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383569168 >.module_383569168{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383569168 .BodyCenter.BodyCenter383569168 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569168 .BodyCenter.BodyCenter383569168 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_383569168 >.module_383569168 {
margin-top:0.0000%;
margin-left:5.9113%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569168 >.module_383569168 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_383569168 >.module_383569168 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383569168:hover {
border:none;
}
#module_383569168:hover >.module_383569168 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383569168 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569168 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569168 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569168 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569168 .imageTextGiant-Container{padding-top:10px;}
#module_383569168 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569168 .imageTextGiant-Container{padding-left:10px;}
#module_383569168 .imageTextGiant-Container{padding-right:10px;}
#module_383569168 .showHandle .btn{font-size:14px;}
#module_383569168 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_383569168 .showHandle .btn{color:rgb(255, 255, 255);}
#module_383569168 .showHandle .btn{font-weight:400;}
#module_383569168 .showHandle .btn{text-decoration:none;}
#module_383569168 .showHandle .btn{font-style:normal;}
#module_383569168 .showHandle div{border-top-color:#ddd !important;}
#module_383569168 .showHandle div{border-top-style:solid !important;}
#module_383569168 .showHandle div{border-top-width:1px !important;}
#module_383569168 .showHandle{background-color:transparent;}
#module_383569168 .showHandle{background-image:none;}
#module_383569168 .showHandle{background-repeat:no-repeat;}
#module_383569168 .showHandle{}
#module_383569168 .showHandle{}
#module_383569168 .showHandle{}
#module_383569168 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer383568451 #Sub383568451_2 {width:47.5781%;}
.module_383568452 .ModuleHead .HeadCenter{float:none;}
#module_383568452 {
padding:0px;
}
#module_383568452 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_383568452 .ModuleHead383568452 {
display:none;
}
#module_383568452 {
border:none;
}
@media screen and (min-width: 768px){
#module_383568452 .BodyCenter.BodyCenter383568452 {
padding-top:2.3536%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568452 .BodyCenter.BodyCenter383568452 {
}
}

#module_383568452 .ModuleSubContainer{background-color:transparent;}
#module_383568452 .ModuleSubContainer{}
#module_383568452 .ModuleSubContainer{background-repeat:no-repeat;}
#module_383568452 .ModuleSubContainer{background-position:0% 0%;}
#module_383568452 .ModuleSubContainer{background-attachment:scroll;}
#module_383568452 .ModuleSubContainer{}
#module_383568452 {!bgVideo!}{bgVideoUrl:}
#module_383568452 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_383568452 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_383568452 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer383568452 {}
.ModuleGridContainer.ModuleGridContainer383568452 .SubPadding {width:0px;}
.module_383568805 .ModuleHead .HeadCenter{float:none;}
#module_383568805 {
padding:0px;
}
#module_383568805 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383568805 .ModuleHead383568805 {
display:none;
}

#module_383568805 img{border-top-color:transparent;}
#module_383568805 img{border-top-style:none;}
#module_383568805 img{border-top-width:0px;}
#module_383568805 img{border-right-color:transparent;}
#module_383568805 img{border-right-style:none;}
#module_383568805 img{border-right-width:0px;}
#module_383568805 img{border-bottom-color:transparent;}
#module_383568805 img{border-bottom-style:none;}
#module_383568805 img{border-bottom-width:0px;}
#module_383568805 img{border-left-color:transparent;}
#module_383568805 img{border-left-style:none;}
#module_383568805 img{border-left-width:0px;}
#module_383568805 img{border-top-left-radius:0px;}
#module_383568805 img{border-top-right-radius:0px;}
#module_383568805 img{border-bottom-left-radius:0px;}
#module_383568805 img{border-bottom-right-radius:0px;}
#module_383568805 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer383568452 #Sub383568452_1 {width:49.9167%;}
.module_383568806 .ModuleHead .HeadCenter{float:none;}
#module_383568806 {
padding:0px;
}
#module_383568806 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383568806 .ModuleHead383568806 {
display:none;
}
#module_383568806 {
border:none;
}
@media screen and (min-width: 768px){
#module_383568806 >.module_383568806 {
margin-top:189.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568806 >.module_383568806 {
}
}

#module_383568806 img{border-top-color:transparent;}
#module_383568806 img{border-top-style:none;}
#module_383568806 img{border-top-width:0px;}
#module_383568806 img{border-right-color:transparent;}
#module_383568806 img{border-right-style:none;}
#module_383568806 img{border-right-width:0px;}
#module_383568806 img{border-bottom-color:transparent;}
#module_383568806 img{border-bottom-style:none;}
#module_383568806 img{border-bottom-width:0px;}
#module_383568806 img{border-left-color:transparent;}
#module_383568806 img{border-left-style:none;}
#module_383568806 img{border-left-width:0px;}
#module_383568806 img{border-top-left-radius:0px;}
#module_383568806 img{border-top-right-radius:0px;}
#module_383568806 img{border-bottom-left-radius:0px;}
#module_383568806 img{border-bottom-right-radius:0px;}
#module_383568806 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer383568452 #Sub383568452_2 {width:6.2500%;}
.module_383569169 .ModuleHead .HeadCenter{float:none;}
#module_383569169 {
padding:0px;
}
#module_383569169 {
position:static;
z-index:0;
top:3019px;
left:1074px;
width:100%;
height: auto;
}
#module_383569169 .ModuleHead383569169 {
display:none;
}
#module_383569169 {
border:none;
}
@media screen and (min-width: 768px){
#module_383569169 >.module_383569169 {
margin-top:12.7376%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569169 >.module_383569169 {
}
}

#module_383569169 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569169 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569169 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569169 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569169 .imageTextGiant-Container{padding-top:10px;}
#module_383569169 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569169 .imageTextGiant-Container{padding-left:10px;}
#module_383569169 .imageTextGiant-Container{padding-right:10px;}
#module_383569169 .showHandle .btn{font-size:14px;}
#module_383569169 .showHandle .btn{font-family:;}
#module_383569169 .showHandle .btn{color:#333;}
#module_383569169 .showHandle .btn{font-weight:400;}
#module_383569169 .showHandle .btn{text-decoration:none;}
#module_383569169 .showHandle .btn{font-style:normal;}
#module_383569169 .showHandle div{border-top-color:#ddd !important;}
#module_383569169 .showHandle div{border-top-style:solid !important;}
#module_383569169 .showHandle div{border-top-width:1px !important;}
#module_383569169 .showHandle{background-color:transparent;}
#module_383569169 .showHandle{}
#module_383569169 .showHandle{background-repeat:no-repeat;}
#module_383569169 .showHandle{}
#module_383569169 .showHandle{}
#module_383569169 .showHandle{}
#module_383569169 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer383568452 #Sub383568452_3 {width:43.8333%;}
.module_383568453 .ModuleHead .HeadCenter{float:none;}
#module_383568453 {
padding:0px;
}
#module_383568453 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_383568453 .ModuleHead383568453 {
display:none;
}
#module_383568453 {
border:none;
}
@media screen and (min-width: 768px){
#module_383568453 .BodyCenter.BodyCenter383568453 {
padding-top:2.7720%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568453 .BodyCenter.BodyCenter383568453 {
}
}

#module_383568453 .ModuleSubContainer{background-color:transparent;}
#module_383568453 .ModuleSubContainer{}
#module_383568453 .ModuleSubContainer{background-repeat:no-repeat;}
#module_383568453 .ModuleSubContainer{background-position:0% 0%;}
#module_383568453 .ModuleSubContainer{background-attachment:scroll;}
#module_383568453 .ModuleSubContainer{}
#module_383568453 {!bgVideo!}{bgVideoUrl:}
#module_383568453 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_383568453 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_383568453 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer383568453 {}
.ModuleGridContainer.ModuleGridContainer383568453 .SubPadding {width:0px;}
.module_383569170 .ModuleHead .HeadCenter{float:none;}
#module_383569170 {
padding:0px;
}
#module_383569170 {
position:static;
z-index:1;
top:33px;
left:0px;
width:100%;
height: auto;
}
#module_383569170 .ModuleHead383569170 {
display:none;
}
#module_383569170 {
border:none;
}
@media screen and (min-width: 768px){
#module_383569170 >.module_383569170 {
margin-top:17.1815%;
margin-left:0.0000%;
margin-right:13.5135%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569170 >.module_383569170 {
}
}

#module_383569170 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569170 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569170 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569170 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569170 .imageTextGiant-Container{padding-top:10px;}
#module_383569170 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569170 .imageTextGiant-Container{padding-left:10px;}
#module_383569170 .imageTextGiant-Container{padding-right:10px;}
#module_383569170 .showHandle .btn{font-size:14px;}
#module_383569170 .showHandle .btn{font-family:;}
#module_383569170 .showHandle .btn{color:#333;}
#module_383569170 .showHandle .btn{font-weight:400;}
#module_383569170 .showHandle .btn{text-decoration:none;}
#module_383569170 .showHandle .btn{font-style:normal;}
#module_383569170 .showHandle div{border-top-color:#ddd !important;}
#module_383569170 .showHandle div{border-top-style:solid !important;}
#module_383569170 .showHandle div{border-top-width:1px !important;}
#module_383569170 .showHandle{background-color:transparent;}
#module_383569170 .showHandle{}
#module_383569170 .showHandle{background-repeat:no-repeat;}
#module_383569170 .showHandle{}
#module_383569170 .showHandle{}
#module_383569170 .showHandle{}
#module_383569170 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer383568453 #Sub383568453_1 {width:43.1667%;}
.module_383568807 .ModuleHead .HeadCenter{float:none;}
#module_383568807 {
padding:0px;
}
#module_383568807 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383568807 .ModuleHead383568807 {
display:none;
}

#module_383568807 img{border-top-color:transparent;}
#module_383568807 img{border-top-style:none;}
#module_383568807 img{border-top-width:0px;}
#module_383568807 img{border-right-color:transparent;}
#module_383568807 img{border-right-style:none;}
#module_383568807 img{border-right-width:0px;}
#module_383568807 img{border-bottom-color:transparent;}
#module_383568807 img{border-bottom-style:none;}
#module_383568807 img{border-bottom-width:0px;}
#module_383568807 img{border-left-color:transparent;}
#module_383568807 img{border-left-style:none;}
#module_383568807 img{border-left-width:0px;}
#module_383568807 img{border-top-left-radius:0px;}
#module_383568807 img{border-top-right-radius:0px;}
#module_383568807 img{border-bottom-left-radius:0px;}
#module_383568807 img{border-bottom-right-radius:0px;}
#module_383568807 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer383568453 #Sub383568453_2 {width:56.8333%;}
.module_383568454 .ModuleHead .HeadCenter{float:none;}
#module_383568454 {
padding:0px;
}
#module_383568454 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_383568454 .ModuleHead383568454 {
display:none;
}
#module_383568454 {
border:none;
}
@media screen and (min-width: 768px){
#module_383568454 .BodyCenter.BodyCenter383568454 {
padding-top:2.6151%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568454 .BodyCenter.BodyCenter383568454 {
}
}

#module_383568454 .ModuleSubContainer{background-color:transparent;}
#module_383568454 .ModuleSubContainer{}
#module_383568454 .ModuleSubContainer{background-repeat:no-repeat;}
#module_383568454 .ModuleSubContainer{background-position:0% 0%;}
#module_383568454 .ModuleSubContainer{background-attachment:scroll;}
#module_383568454 .ModuleSubContainer{}
#module_383568454 {!bgVideo!}{bgVideoUrl:}
#module_383568454 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_383568454 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_383568454 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer383568454 {}
.ModuleGridContainer.ModuleGridContainer383568454 .SubPadding {width:0px;}
.module_383568808 .ModuleHead .HeadCenter{float:none;}
#module_383568808 {
padding:0px;
}
#module_383568808 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383568808 .ModuleHead383568808 {
display:none;
}

#module_383568808 img{border-top-color:transparent;}
#module_383568808 img{border-top-style:none;}
#module_383568808 img{border-top-width:0px;}
#module_383568808 img{border-right-color:transparent;}
#module_383568808 img{border-right-style:none;}
#module_383568808 img{border-right-width:0px;}
#module_383568808 img{border-bottom-color:transparent;}
#module_383568808 img{border-bottom-style:none;}
#module_383568808 img{border-bottom-width:0px;}
#module_383568808 img{border-left-color:transparent;}
#module_383568808 img{border-left-style:none;}
#module_383568808 img{border-left-width:0px;}
#module_383568808 img{border-top-left-radius:0px;}
#module_383568808 img{border-top-right-radius:0px;}
#module_383568808 img{border-bottom-left-radius:0px;}
#module_383568808 img{border-bottom-right-radius:0px;}
#module_383568808 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer383568454 #Sub383568454_1 {width:53.8333%;}
.module_383569171 .ModuleHead .HeadCenter{float:none;}
#module_383569171 {
padding:0px;
}
#module_383569171 {
position:static;
z-index:2;
top:31px;
left:0px;
width:100%;
height: auto;
}
#module_383569171 .ModuleHead383569171 {
display:none;
}
#module_383569171 {
border:none;
}
@media screen and (min-width: 768px){
#module_383569171 >.module_383569171 {
margin-top:17.8700%;
margin-left:12.9964%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569171 >.module_383569171 {
}
}

#module_383569171 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569171 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569171 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569171 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569171 .imageTextGiant-Container{padding-top:10px;}
#module_383569171 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569171 .imageTextGiant-Container{padding-left:10px;}
#module_383569171 .imageTextGiant-Container{padding-right:10px;}
#module_383569171 .showHandle .btn{font-size:14px;}
#module_383569171 .showHandle .btn{font-family:;}
#module_383569171 .showHandle .btn{color:#333;}
#module_383569171 .showHandle .btn{font-weight:400;}
#module_383569171 .showHandle .btn{text-decoration:none;}
#module_383569171 .showHandle .btn{font-style:normal;}
#module_383569171 .showHandle div{border-top-color:#ddd !important;}
#module_383569171 .showHandle div{border-top-style:solid !important;}
#module_383569171 .showHandle div{border-top-width:1px !important;}
#module_383569171 .showHandle{background-color:transparent;}
#module_383569171 .showHandle{}
#module_383569171 .showHandle{background-repeat:no-repeat;}
#module_383569171 .showHandle{}
#module_383569171 .showHandle{}
#module_383569171 .showHandle{}
#module_383569171 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer383568454 #Sub383568454_2 {width:46.1667%;}
.module_383568455 .ModuleHead .HeadCenter{float:none;}
#module_383568455 {
padding:0px;
}
#module_383568455 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_383568455 .ModuleHead383568455 {
display:none;
}
#module_383568455 {
border:none;
}
@media screen and (min-width: 768px){
#module_383568455 .BodyCenter.BodyCenter383568455 {
padding-top:2.2490%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568455 .BodyCenter.BodyCenter383568455 {
}
}

#module_383568455 .ModuleSubContainer{background-color:transparent;}
#module_383568455 .ModuleSubContainer{}
#module_383568455 .ModuleSubContainer{background-repeat:no-repeat;}
#module_383568455 .ModuleSubContainer{background-position:0% 0%;}
#module_383568455 .ModuleSubContainer{background-attachment:scroll;}
#module_383568455 .ModuleSubContainer{}
#module_383568455 {!bgVideo!}{bgVideoUrl:}
#module_383568455 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_383568455 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_383568455 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer383568455 {}
.ModuleGridContainer.ModuleGridContainer383568455 .SubPadding {width:0px;}
.module_383569172 .ModuleHead .HeadCenter{float:none;}
#module_383569172 {
padding:0px;
}
#module_383569172 {
position:static;
z-index:3;
top:42px;
left:0px;
width:100%;
height: auto;
}
#module_383569172 .ModuleHead383569172 {
display:none;
}
#module_383569172 {
border:none;
}
@media screen and (min-width: 768px){
#module_383569172 >.module_383569172 {
margin-top:11.7647%;
margin-left:0.0000%;
margin-right:4.6713%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569172 >.module_383569172 {
}
}

#module_383569172 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569172 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569172 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569172 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569172 .imageTextGiant-Container{padding-top:10px;}
#module_383569172 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569172 .imageTextGiant-Container{padding-left:10px;}
#module_383569172 .imageTextGiant-Container{padding-right:10px;}
#module_383569172 .showHandle .btn{font-size:14px;}
#module_383569172 .showHandle .btn{font-family:;}
#module_383569172 .showHandle .btn{color:#333;}
#module_383569172 .showHandle .btn{font-weight:400;}
#module_383569172 .showHandle .btn{text-decoration:none;}
#module_383569172 .showHandle .btn{font-style:normal;}
#module_383569172 .showHandle div{border-top-color:#ddd !important;}
#module_383569172 .showHandle div{border-top-style:solid !important;}
#module_383569172 .showHandle div{border-top-width:1px !important;}
#module_383569172 .showHandle{background-color:transparent;}
#module_383569172 .showHandle{}
#module_383569172 .showHandle{background-repeat:no-repeat;}
#module_383569172 .showHandle{}
#module_383569172 .showHandle{}
#module_383569172 .showHandle{}
#module_383569172 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer383568455 #Sub383568455_1 {width:48.1667%;}
.module_383568809 .ModuleHead .HeadCenter{float:none;}
#module_383568809 {
padding:0px;
}
#module_383568809 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383568809 .ModuleHead383568809 {
display:none;
}

#module_383568809 img{border-top-color:transparent;}
#module_383568809 img{border-top-style:none;}
#module_383568809 img{border-top-width:0px;}
#module_383568809 img{border-right-color:transparent;}
#module_383568809 img{border-right-style:none;}
#module_383568809 img{border-right-width:0px;}
#module_383568809 img{border-bottom-color:transparent;}
#module_383568809 img{border-bottom-style:none;}
#module_383568809 img{border-bottom-width:0px;}
#module_383568809 img{border-left-color:transparent;}
#module_383568809 img{border-left-style:none;}
#module_383568809 img{border-left-width:0px;}
#module_383568809 img{border-top-left-radius:0px;}
#module_383568809 img{border-top-right-radius:0px;}
#module_383568809 img{border-bottom-left-radius:0px;}
#module_383568809 img{border-bottom-right-radius:0px;}
#module_383568809 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer383568455 #Sub383568455_2 {width:51.8333%;}
.module_383568456 .ModuleHead .HeadCenter{float:none;}
#module_383568456 {
padding:0px;
}
#module_383568456 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_383568456 .ModuleHead383568456 {
display:none;
}
#module_383568456 {
border:none;
}
@media screen and (min-width: 768px){
#module_383568456 .BodyCenter.BodyCenter383568456 {
padding-top:2.0921%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568456 .BodyCenter.BodyCenter383568456 {
}
}

#module_383568456 .ModuleSubContainer{background-color:transparent;}
#module_383568456 .ModuleSubContainer{}
#module_383568456 .ModuleSubContainer{background-repeat:no-repeat;}
#module_383568456 .ModuleSubContainer{background-position:0% 0%;}
#module_383568456 .ModuleSubContainer{background-attachment:scroll;}
#module_383568456 .ModuleSubContainer{}
#module_383568456 {!bgVideo!}{bgVideoUrl:}
#module_383568456 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_383568456 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_383568456 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer383568456 {}
.ModuleGridContainer.ModuleGridContainer383568456 .SubPadding {width:0px;}
.module_383568810 .ModuleHead .HeadCenter{float:none;}
#module_383568810 {
padding:0px;
}
#module_383568810 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383568810 .ModuleHead383568810 {
display:none;
}

#module_383568810 img{border-top-color:transparent;}
#module_383568810 img{border-top-style:none;}
#module_383568810 img{border-top-width:0px;}
#module_383568810 img{border-right-color:transparent;}
#module_383568810 img{border-right-style:none;}
#module_383568810 img{border-right-width:0px;}
#module_383568810 img{border-bottom-color:transparent;}
#module_383568810 img{border-bottom-style:none;}
#module_383568810 img{border-bottom-width:0px;}
#module_383568810 img{border-left-color:transparent;}
#module_383568810 img{border-left-style:none;}
#module_383568810 img{border-left-width:0px;}
#module_383568810 img{border-top-left-radius:0px;}
#module_383568810 img{border-top-right-radius:0px;}
#module_383568810 img{border-bottom-left-radius:0px;}
#module_383568810 img{border-bottom-right-radius:0px;}
#module_383568810 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer383568456 #Sub383568456_1 {width:51.7500%;}
.module_383569173 .ModuleHead .HeadCenter{float:none;}
#module_383569173 {
padding:0px;
}
#module_383569173 {
position:static;
z-index:3;
top:36px;
left:0px;
width:100%;
height: auto;
}
#module_383569173 .ModuleHead383569173 {
display:none;
}
#module_383569173 {
border:none;
}
@media screen and (min-width: 768px){
#module_383569173 >.module_383569173 {
margin-top:12.6079%;
margin-left:7.4266%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569173 >.module_383569173 {
}
}

#module_383569173 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569173 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569173 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569173 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569173 .imageTextGiant-Container{padding-top:10px;}
#module_383569173 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569173 .imageTextGiant-Container{padding-left:10px;}
#module_383569173 .imageTextGiant-Container{padding-right:10px;}
#module_383569173 .showHandle .btn{font-size:14px;}
#module_383569173 .showHandle .btn{font-family:;}
#module_383569173 .showHandle .btn{color:#333;}
#module_383569173 .showHandle .btn{font-weight:400;}
#module_383569173 .showHandle .btn{text-decoration:none;}
#module_383569173 .showHandle .btn{font-style:normal;}
#module_383569173 .showHandle div{border-top-color:#ddd !important;}
#module_383569173 .showHandle div{border-top-style:solid !important;}
#module_383569173 .showHandle div{border-top-width:1px !important;}
#module_383569173 .showHandle{background-color:transparent;}
#module_383569173 .showHandle{}
#module_383569173 .showHandle{background-repeat:no-repeat;}
#module_383569173 .showHandle{}
#module_383569173 .showHandle{}
#module_383569173 .showHandle{}
#module_383569173 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer383568456 #Sub383568456_2 {width:48.2500%;}
.module_383568521 .ModuleHead .HeadCenter{float:none;}
#module_383568521 {
padding:0px;
}
#module_383568521 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383568521 .ModuleHead383568521 {
display:none;
}
#module_383568521 .BodyCenter.BodyCenter383568521 {
background:none;background-color:rgba(0,0,0,0);
}
#module_383568521 >.module_383568521 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383568521 >.module_383568521{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383568521 .BodyCenter.BodyCenter383568521 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_383568521 .BodyCenter.BodyCenter383568521 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_383568521 >.module_383568521 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568521 >.module_383568521 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_383568521 >.module_383568521 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383568521:hover {
border:none;
}
#module_383568521:hover >.module_383568521 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383568521 .ModuleSubContainer{background-color:transparent;}
#module_383568521 .ModuleSubContainer{background-image:none;}
#module_383568521 .ModuleSubContainer{background-repeat:no-repeat;}
#module_383568521 .ModuleSubContainer{background-position:0% 0%;}
#module_383568521 .ModuleSubContainer{background-attachment:scroll;}
#module_383568521 .ModuleSubContainer{}
#module_383568521 {!bgVideo!}{bgVideoUrl:}
#module_383568521 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_383568521 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_383568521 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer383568521 {}
.module_383569174 .ModuleHead .HeadCenter{float:none;}
#module_383569174 {
padding:0px;
}
#module_383569174 {
position:static;
z-index:4;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_383569174 .ModuleHead383569174 {
display:none;
}
#module_383569174 {
border:none;
}
@media screen and (min-width: 768px){
#module_383569174 >.module_383569174 {
margin-top:8.1667%;
margin-left:26.6667%;
margin-right:21.6667%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569174 >.module_383569174 {
}
}

#module_383569174 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569174 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569174 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569174 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569174 .imageTextGiant-Container{padding-top:10px;}
#module_383569174 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569174 .imageTextGiant-Container{padding-left:10px;}
#module_383569174 .imageTextGiant-Container{padding-right:10px;}
#module_383569174 .showHandle .btn{font-size:14px;}
#module_383569174 .showHandle .btn{font-family:;}
#module_383569174 .showHandle .btn{color:#333;}
#module_383569174 .showHandle .btn{font-weight:400;}
#module_383569174 .showHandle .btn{text-decoration:none;}
#module_383569174 .showHandle .btn{font-style:normal;}
#module_383569174 .showHandle div{border-top-color:#ddd !important;}
#module_383569174 .showHandle div{border-top-style:solid !important;}
#module_383569174 .showHandle div{border-top-width:1px !important;}
#module_383569174 .showHandle{background-color:transparent;}
#module_383569174 .showHandle{}
#module_383569174 .showHandle{background-repeat:no-repeat;}
#module_383569174 .showHandle{}
#module_383569174 .showHandle{}
#module_383569174 .showHandle{}
#module_383569174 a{font-size:unset;font-family:unset}
.module_383568811 .ModuleHead .HeadCenter{float:none;}
#module_383568811 {
padding:0px;
}
#module_383568811 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383568811 .ModuleHead383568811 {
display:none;
}
#module_383568811 {
border:none;
}
@media screen and (min-width: 768px){
#module_383568811 >.module_383568811 {
margin-top:2.4167%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568811 >.module_383568811 {
}
}

#module_383568811 img{border-top-color:transparent;}
#module_383568811 img{border-top-style:none;}
#module_383568811 img{border-top-width:0px;}
#module_383568811 img{border-right-color:transparent;}
#module_383568811 img{border-right-style:none;}
#module_383568811 img{border-right-width:0px;}
#module_383568811 img{border-bottom-color:transparent;}
#module_383568811 img{border-bottom-style:none;}
#module_383568811 img{border-bottom-width:0px;}
#module_383568811 img{border-left-color:transparent;}
#module_383568811 img{border-left-style:none;}
#module_383568811 img{border-left-width:0px;}
#module_383568811 img{border-top-left-radius:0px;}
#module_383568811 img{border-top-right-radius:0px;}
#module_383568811 img{border-bottom-left-radius:0px;}
#module_383568811 img{border-bottom-right-radius:0px;}
#module_383568811 .BodyCenter{text-align: center;}

.module_383568416 .ModuleHead .HeadCenter{float:none;}
#module_383568416 {
padding:0px;
}
#module_383568416 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_383568416 .ModuleHead383568416 {
display:none;
}
#module_383568416 .BodyCenter.BodyCenter383568416 {
background:none;background-color:rgb(237, 237, 237);
}
#module_383568416 >.module_383568416 {
border-top-style:solid;
border-top-color:rgb(161, 171, 180);
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_383568416 >.module_383568416{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383568416 .BodyCenter.BodyCenter383568416 {
padding-top:2.5105%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.5105%;
}
}
@media screen and (max-width: 767px){
#module_383568416 .BodyCenter.BodyCenter383568416 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_383568416 >.module_383568416 {
margin-top:2.0921%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568416 >.module_383568416 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_383568416 >.module_383568416 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383568416:hover {
border:none;
}
#module_383568416:hover >.module_383568416 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383568416 .ModuleSubContainer{background-color:transparent;}
#module_383568416 .ModuleSubContainer{background-image:none;}
#module_383568416 .ModuleSubContainer{background-repeat:no-repeat;}
#module_383568416 .ModuleSubContainer{background-position:0% 0%;}
#module_383568416 .ModuleSubContainer{background-attachment:scroll;}
#module_383568416 .ModuleSubContainer{}
#module_383568416 {!bgVideo!}{bgVideoUrl:}
#module_383568416 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_383568416 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_383568416 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer383568416 {max-width:1280px;width:auto;}
.ModuleGridContainer.ModuleGridContainer383568416 .SubPadding {width:0px;}
.module_383569013 .ModuleHead .HeadCenter{float:none;}
#module_383569013 {
padding:0px;
}
#module_383569013 {
position:static;
z-index:0;
top:4944px;
left:477px;
width:100%;
height: auto;
}
#module_383569013 .ModuleHead383569013 {
display:none;
}

#module_383569013 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569013 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569013 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569013 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569013 .imageTextGiant-Container{padding-top:10px;}
#module_383569013 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569013 .imageTextGiant-Container{padding-left:10px;}
#module_383569013 .imageTextGiant-Container{padding-right:10px;}
#module_383569013 .showHandle .btn{font-size:14px;}
#module_383569013 .showHandle .btn{font-family:;}
#module_383569013 .showHandle .btn{color:#333;}
#module_383569013 .showHandle .btn{font-weight:400;}
#module_383569013 .showHandle .btn{text-decoration:none;}
#module_383569013 .showHandle .btn{font-style:normal;}
#module_383569013 .showHandle div{border-top-color:#ddd !important;}
#module_383569013 .showHandle div{border-top-style:solid !important;}
#module_383569013 .showHandle div{border-top-width:1px !important;}
#module_383569013 .showHandle{background-color:transparent;}
#module_383569013 .showHandle{}
#module_383569013 .showHandle{background-repeat:no-repeat;}
#module_383569013 .showHandle{}
#module_383569013 .showHandle{}
#module_383569013 .showHandle{}
#module_383569013 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer383568416 #Sub383568416_1 {width:18.4375%;}
.module_383569014 .ModuleHead .HeadCenter{float:none;}
#module_383569014 {
padding:0px;
}
#module_383569014 {
position:static;
z-index:0;
top:4962px;
left:673px;
width:100%;
height: auto;
}
#module_383569014 .ModuleHead383569014 {
display:none;
}

#module_383569014 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569014 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569014 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569014 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569014 .imageTextGiant-Container{padding-top:10px;}
#module_383569014 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569014 .imageTextGiant-Container{padding-left:10px;}
#module_383569014 .imageTextGiant-Container{padding-right:10px;}
#module_383569014 .showHandle .btn{font-size:14px;}
#module_383569014 .showHandle .btn{font-family:;}
#module_383569014 .showHandle .btn{color:#333;}
#module_383569014 .showHandle .btn{font-weight:400;}
#module_383569014 .showHandle .btn{text-decoration:none;}
#module_383569014 .showHandle .btn{font-style:normal;}
#module_383569014 .showHandle div{border-top-color:#ddd !important;}
#module_383569014 .showHandle div{border-top-style:solid !important;}
#module_383569014 .showHandle div{border-top-width:1px !important;}
#module_383569014 .showHandle{background-color:transparent;}
#module_383569014 .showHandle{}
#module_383569014 .showHandle{background-repeat:no-repeat;}
#module_383569014 .showHandle{}
#module_383569014 .showHandle{}
#module_383569014 .showHandle{}
#module_383569014 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer383568416 #Sub383568416_2 {width:19.4531%;}
.module_383569012 .ModuleHead .HeadCenter{float:none;}
#module_383569012 {
padding:0px;
}
#module_383569012 {
position:static;
z-index:0;
top:4957px;
left:943px;
width:100%;
height: auto;
}
#module_383569012 .ModuleHead383569012 {
display:none;
}

#module_383569012 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569012 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569012 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569012 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569012 .imageTextGiant-Container{padding-top:10px;}
#module_383569012 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569012 .imageTextGiant-Container{padding-left:10px;}
#module_383569012 .imageTextGiant-Container{padding-right:10px;}
#module_383569012 .showHandle .btn{font-size:14px;}
#module_383569012 .showHandle .btn{font-family:;}
#module_383569012 .showHandle .btn{color:#333;}
#module_383569012 .showHandle .btn{font-weight:400;}
#module_383569012 .showHandle .btn{text-decoration:none;}
#module_383569012 .showHandle .btn{font-style:normal;}
#module_383569012 .showHandle div{border-top-color:#ddd !important;}
#module_383569012 .showHandle div{border-top-style:solid !important;}
#module_383569012 .showHandle div{border-top-width:1px !important;}
#module_383569012 .showHandle{background-color:transparent;}
#module_383569012 .showHandle{}
#module_383569012 .showHandle{background-repeat:no-repeat;}
#module_383569012 .showHandle{}
#module_383569012 .showHandle{}
#module_383569012 .showHandle{}
#module_383569012 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer383568416 #Sub383568416_3 {width:20.3125%;}
.module_383569015 .ModuleHead .HeadCenter{float:none;}
#module_383569015 {
padding:0px;
}
#module_383569015 {
position:static;
z-index:0;
top:6519px;
left:1023px;
width:100%;
height: auto;
}
#module_383569015 .ModuleHead383569015 {
display:none;
}

#module_383569015 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383569015 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383569015 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383569015 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383569015 .imageTextGiant-Container{padding-top:10px;}
#module_383569015 .imageTextGiant-Container{padding-bottom:10px;}
#module_383569015 .imageTextGiant-Container{padding-left:10px;}
#module_383569015 .imageTextGiant-Container{padding-right:10px;}
#module_383569015 .showHandle .btn{font-size:14px;}
#module_383569015 .showHandle .btn{font-family:;}
#module_383569015 .showHandle .btn{color:#333;}
#module_383569015 .showHandle .btn{font-weight:400;}
#module_383569015 .showHandle .btn{text-decoration:none;}
#module_383569015 .showHandle .btn{font-style:normal;}
#module_383569015 .showHandle div{border-top-color:#ddd !important;}
#module_383569015 .showHandle div{border-top-style:solid !important;}
#module_383569015 .showHandle div{border-top-width:1px !important;}
#module_383569015 .showHandle{background-color:transparent;}
#module_383569015 .showHandle{}
#module_383569015 .showHandle{background-repeat:no-repeat;}
#module_383569015 .showHandle{}
#module_383569015 .showHandle{}
#module_383569015 .showHandle{}
#module_383569015 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer383568416 #Sub383568416_4 {width:18.8281%;}
.module_383571646 .ModuleHead .HeadCenter{float:none;}
#module_383571646 {
padding:0px;
}
#module_383571646 {
position:static;
z-index:1;
top:6044px;
left:1427px;
width:100%;
height: auto;
}
#module_383571646 .ModuleHead383571646 {
display:none;
}

#module_383571646 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383571646 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383571646 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383571646 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383571646 .imageTextGiant-Container{padding-top:10px;}
#module_383571646 .imageTextGiant-Container{padding-bottom:10px;}
#module_383571646 .imageTextGiant-Container{padding-left:10px;}
#module_383571646 .imageTextGiant-Container{padding-right:10px;}
#module_383571646 .showHandle .btn{font-size:14px;}
#module_383571646 .showHandle .btn{font-family:;}
#module_383571646 .showHandle .btn{color:#333;}
#module_383571646 .showHandle .btn{font-weight:400;}
#module_383571646 .showHandle .btn{text-decoration:none;}
#module_383571646 .showHandle .btn{font-style:normal;}
#module_383571646 .showHandle div{border-top-color:#ddd !important;}
#module_383571646 .showHandle div{border-top-style:solid !important;}
#module_383571646 .showHandle div{border-top-width:1px !important;}
#module_383571646 .showHandle{background-color:transparent;}
#module_383571646 .showHandle{}
#module_383571646 .showHandle{background-repeat:no-repeat;}
#module_383571646 .showHandle{}
#module_383571646 .showHandle{}
#module_383571646 .showHandle{}
#module_383571646 a{font-size:unset;font-family:unset}
/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row { display: flex; flex-wrap: wrap;justify-content: center; margin: 0 !important;}
.ModuleImageTextGiant.layout-109 .imageTextGiant-Container{max-height: 100%; max-width: 100%;}
.ModuleImageTextGiant.layout-109 .imageTextContainer{overflow:unset !important;}

@media only screen and (min-width: 767px) {
	
	.ModuleImageTextGiant.layout-109 .normal_ImgtextBox:last-child{ margin-right: 0 !important;}
}
@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-109 .MobileImgtextBox:nth-child(2n){ margin-right: 0 !important;}
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row{display: inline-block;*/
	/*	flex-wrap: wrap;flex: auto;}*/
	.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row .col-xs-6{
		width: 49%;
    	/*padding: 10px 0 10px 10px;*/
   		 box-sizing: border-box;
	}
	.ModuleImageTextGiant.layout-109 .oneline{ width: 100% !important;}
	/* .ModuleImageTextGiant.layout-109 .oneline:nth-child(1){ margin-top: 0 !important; }
	
	.ModuleImageTextGiant.layout-109 .twoline:nth-child(1),.ModuleImageTextGiant.layout-109 .twoline:nth-child(2){ margin-top: 0 !important; } */
}

/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row{width:auto;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row{width:auto;}*/
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row .col-xs-6{width: 49.66666%;!*padding: 15px 15px 0 15px;*!}*/
	/*.ModuleImageTextGiant.layout-109 .normal_ImgtextBox_content .GraphicUpper{padding-bottom: 15px;}*/
/*}*/.module_383568897 .ModuleHead .HeadCenter{float:none;}
#module_383568897 {
padding:0px;
}
#module_383568897 {
position:static;
z-index:0;
top:6528px;
left:1234px;
width:100%;
height: auto;
}
#module_383568897 .ModuleHead383568897 {
display:none;
}
#module_383568897 {
border:none;
}
@media screen and (min-width: 768px){
#module_383568897 >.module_383568897 {
margin-top:3.7415%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568897 >.module_383568897 {
}
}

#module_383568897 .GraphicUpper .TextImage{border-top-left-radius:px;}
#module_383568897 .GraphicUpper .TextImage{border-top-right-radius:px;}
#module_383568897 .GraphicUpper .TextImage{border-bottom-left-radius:px;}
#module_383568897 .GraphicUpper .TextImage{border-bottom-right-radius:px;}
#module_383568897 .GraphicUpper .TextImage{padding-top:px;}
#module_383568897 .GraphicUpper .TextImage{padding-bottom:px;}
#module_383568897 .GraphicUpper .TextImage{padding-left:px;}
#module_383568897 .GraphicUpper .TextImage{padding-right:px;}
#module_383568897 .GraphicUpper .TextImage{width:%;}
#module_383568897 .GraphicUpper .MobileTextImage{width:%;}
#module_383568897 .imageTextGiant-Container .GraphicUpper{ text-align:;}
#module_383568897 .ModuleImageTextGiantContent{padding-top:px;}
#module_383568897 .ModuleImageTextGiantContent{padding-bottom:px;}
#module_383568897 .ModuleImageTextGiantContent{padding-left:px;}
#module_383568897 .ModuleImageTextGiantContent{padding-right:px;}
#module_383568897 .normal_ImgtextBox{padding-top:px;}
#module_383568897 .normal_ImgtextBox{padding-bottom:px;}
#module_383568897 .normal_ImgtextBox{padding-left:px;}
#module_383568897 .normal_ImgtextBox{padding-right:px;}
#module_383568897 .normal_ImgtextBox{margin-top:px;margin-bottom:px;}
#module_383568897 .normal_ImgtextBox.col-lg-6 {margin-right:px; width:calc((99% - px * 5)/ 6)} #module_383568897 .normal_ImgtextBox.col-lg-5 {margin-right:px; width:calc((99% - px * 4)/ 5)} #module_383568897 .normal_ImgtextBox.col-lg-4 {margin-right:px; width:calc((99% - px * 3)/ 4)} #module_383568897 .normal_ImgtextBox.col-lg-3 {margin-right:px; width:calc((99% - px * 2)/ 3)} #module_383568897 .normal_ImgtextBox.col-lg-2 {margin-right:px; width:calc((99% - px)/ 2)}  #module_383568897 .MobileImgtextBox{margin-right:px;margin-left:0; width:calc((99% - px) / 2);}
#module_383568897 .normal_ImgtextBox{box-shadow:;}
#module_383568897 .normal_ImgtextBox{background-color:;}
#module_383568897 .normal_ImgtextBox{}
#module_383568897 .normal_ImgtextBox{}
#module_383568897 .normal_ImgtextBox{}
#module_383568897 .normal_ImgtextBox{}
#module_383568897 .normal_ImgtextBox{}
#module_383568897 .normal_ImgtextBox{border-top-left-radius:px;}
#module_383568897 .normal_ImgtextBox{border-top-right-radius:px;}
#module_383568897 .normal_ImgtextBox{border-bottom-left-radius:px;}
#module_383568897 .normal_ImgtextBox{border-bottom-right-radius:px;}
#module_383568897 .normal_ImgtextBox{border-top-color:;}
#module_383568897 .normal_ImgtextBox{border-top-style:;}
#module_383568897 .normal_ImgtextBox{border-top-width:px;}
#module_383568897 .normal_ImgtextBox{border-right-color:;}
#module_383568897 .normal_ImgtextBox{border-right-style:;}
#module_383568897 .normal_ImgtextBox{border-right-width:px;}
#module_383568897 .normal_ImgtextBox{border-bottom-color:;}
#module_383568897 .normal_ImgtextBox{border-bottom-style:;}
#module_383568897 .normal_ImgtextBox{border-bottom-width:px;}
#module_383568897 .normal_ImgtextBox{border-left-color:;}
#module_383568897 .normal_ImgtextBox{border-left-style:;}
#module_383568897 .normal_ImgtextBox{border-left-width:px;}
#module_383568897 .showHandle .btn{font-size:px;}
#module_383568897 .showHandle .btn{font-family:;}
#module_383568897 .showHandle .btn{color:;}
#module_383568897 .showHandle .btn{}
#module_383568897 .showHandle .btn{}
#module_383568897 .showHandle .btn{}
#module_383568897 .showHandle div{border-top-color: !important;}
#module_383568897 .showHandle div{border-top-style: !important;}
#module_383568897 .showHandle div{border-top-width:px !important;}
#module_383568897 .showHandle{background-color:;}
#module_383568897 .showHandle{}
#module_383568897 .showHandle{}
#module_383568897 .showHandle{}
#module_383568897 .showHandle{}
#module_383568897 .showHandle{}
#module_383568897 .normal_ImgtextBox:hover{box-shadow:;}
#module_383568897 .normal_ImgtextBox:hover{border-top-color:;}
#module_383568897 .normal_ImgtextBox:hover{border-top-style:;}
#module_383568897 .normal_ImgtextBox:hover{border-right-color:;}
#module_383568897 .normal_ImgtextBox:hover{border-right-style:;}
#module_383568897 .normal_ImgtextBox:hover{border-bottom-color:;}
#module_383568897 .normal_ImgtextBox:hover{border-bottom-style:;}
#module_383568897 .normal_ImgtextBox:hover{border-left-color:;}
#module_383568897 .normal_ImgtextBox:hover{border-left-style:;}
#module_383568897 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer383568416 #Sub383568416_5 {width:22.9688%;}
.module_383568472 .ModuleHead .HeadCenter{float:none;}
#module_383568472 {
padding:0px;
}
#module_383568472 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_383568472 .ModuleHead383568472 {
display:none;
}
#module_383568472 .BodyCenter.BodyCenter383568472 {
background:none;background-color:rgb(63, 71, 86);
}
#module_383568472 >.module_383568472 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383568472 >.module_383568472{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383568472 .BodyCenter.BodyCenter383568472 {
padding-top:0.4184%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.8368%;
}
}
@media screen and (max-width: 767px){
#module_383568472 .BodyCenter.BodyCenter383568472 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_383568472 >.module_383568472 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568472 >.module_383568472 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_383568472 >.module_383568472 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383568472:hover {
border:none;
}
#module_383568472:hover >.module_383568472 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383568472 .ModuleSubContainer{background-color:transparent;}
#module_383568472 .ModuleSubContainer{background-image:none;}
#module_383568472 .ModuleSubContainer{background-repeat:no-repeat;}
#module_383568472 .ModuleSubContainer{background-position:0% 0%;}
#module_383568472 .ModuleSubContainer{background-attachment:scroll;}
#module_383568472 .ModuleSubContainer{}
#module_383568472 {!bgVideo!}{bgVideoUrl:none}
#module_383568472 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_383568472 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_383568472 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer383568472 {max-width:1280px;width:auto;}
.module_383568873 .ModuleHead .HeadCenter{float:none;}
#module_383568873 {
padding:0px;
}
#module_383568873 {
position:static;
z-index:0;
top:4995px;
left:1069px;
width:100%;
height: auto;
}
#module_383568873 .ModuleHead383568873 {
display:none;
}
#module_383568873 .BodyCenter.BodyCenter383568873 {
background:none;background-color:rgba(0,0,0,0);
}
#module_383568873 >.module_383568873 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383568873 >.module_383568873{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383568873 .BodyCenter.BodyCenter383568873 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568873 .BodyCenter.BodyCenter383568873 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_383568873 >.module_383568873 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383568873 >.module_383568873 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_383568873 >.module_383568873 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383568873:hover {
border:none;
}
#module_383568873:hover >.module_383568873 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383568873 .ModuleImageTextGiantContent{margin-top:0px;}
#module_383568873 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_383568873 .ModuleImageTextGiantContent{margin-left:0px;}
#module_383568873 .ModuleImageTextGiantContent{margin-right:0px;}
#module_383568873 .imageTextGiant-Container{padding-top:10px;}
#module_383568873 .imageTextGiant-Container{padding-bottom:10px;}
#module_383568873 .imageTextGiant-Container{padding-left:10px;}
#module_383568873 .imageTextGiant-Container{padding-right:10px;}
#module_383568873 .showHandle .btn{font-size:14px;}
#module_383568873 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_383568873 .showHandle .btn{color:#333;}
#module_383568873 .showHandle .btn{font-weight:400;}
#module_383568873 .showHandle .btn{text-decoration:none;}
#module_383568873 .showHandle .btn{font-style:normal;}
#module_383568873 .showHandle div{border-top-color:#ddd !important;}
#module_383568873 .showHandle div{border-top-style:solid !important;}
#module_383568873 .showHandle div{border-top-width:1px !important;}
#module_383568873 .showHandle{background-color:transparent;}
#module_383568873 .showHandle{background-image:none;}
#module_383568873 .showHandle{background-repeat:no-repeat;}
#module_383568873 .showHandle{}
#module_383568873 .showHandle{}
#module_383568873 .showHandle{}
#module_383568873 a{font-size:unset;font-family:unset}
.ModuleMobileNavGiant.layout-102 p{ color: #fff;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li a p{
    font-size: 15px;
    width:12rem;/*要显示文字的宽度*/
    overflow:hidden; /*超出的部分隐藏起来。*/
    white-space:nowrap;/*不显示的地方用省略号...代替*/
    text-overflow:ellipsis;/* 支持 IE */
}
.ModuleMobileNavGiant.layout-102 .micro-nav-item{ background:#f84b14;height: calc(100vh);}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li{  color: #fff;  }
.ModuleMobileNavGiant.layout-102  .header-model{width: 100%; height: 3rem;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li a{padding: 0 25px; color: #fff; display: block;font-size: 15px;  height: 56px; border-bottom: 1px solid #fa825a; position: relative;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li i{ width:21px; line-height: 25PX; height: 25px;  display: inline-block; margin-right: 20px; position: absolute; top: 50%;  transform: translateY(-50%);}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li .home{  background: url("http://cdn-hk.wds168.cn/images/index.png") no-repeat left; background-size: 100% auto; }
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li .about-us{ background: url("http://cdn-hk.wds168.cn/images/about-us.png") no-repeat left;background-size: 100% auto;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li .product-center{  background: url("http://cdn-hk.wds168.cn/images/pro.png") no-repeat left;background-size: 100% auto;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li .news{ background: url("http://cdn-hk.wds168.cn/images/news.png") no-repeat left;background-size: 100% auto;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li .case{  background: url("http://cdn-hk.wds168.cn/images/anli.png") no-repeat left;background-size: 100% auto;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul li p{ font-size: 15px;position: absolute; top: 50%; color: #fff; transform: translateY(-50%); margin-left: 2.06rem;}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul#accordion>li.open>a .more {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    margin-top: -12px;
}
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul  li ul .open .more {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    margin-top: -12px;
}
.ModuleMobileNavGiant.layout-102 .micro-nav-item::-webkit-scrollbar {  display: none;}
.ModuleMobileNavGiant.layout-102 .micro-nav,#accordion {  height: calc(100vh - 3rem);  }
.ModuleMobileNavGiant.layout-102 .micro-nav {  position: relative;  overflow: hidden;  }
.ModuleMobileNavGiant.layout-102 .micro-nav-item{  position: absolute; left: 0; width: 100%; overflow-x: hidden;overflow-y: scroll;height: calc(100%); }
.ModuleMobileNavGiant.layout-102 header { display: flex;  height:50px!important;  background: #f84b14;  font-size: 16px;  font-weight: 700;  color: #fff;  line-height: 50px;  -moz-box-sizing: border-box;  box-sizing: border-box;  width: 100%;  height: 50px;  padding: 0 0  }
.ModuleMobileNavGiant.layout-102 header {  box-sizing: border-box;  width: 100%  }
.ModuleMobileNavGiant.layout-102 header {  position: fixed; top: 0;  text-align: center;z-index: 950; margin: 0 auto  }

.ModuleMobileNavGiant.layout-102 .micro-nav{ position: fixed; top: 50px;    width: 100%;display: none; z-index: 9999;}
.ModuleMobileNavGiant.layout-102 .micro-nav .more{ width: .5rem; height: 1.2rem; background: #fff; display: inline-block; position: absolute; left: 50%;top: 50%;  transform: translate(-50%,-50%); background: url("../image/tubiao.png") no-repeat right; background-size: 100% auto;    transition: all 0.4s ease;}
.ModuleMobileNavGiant.layout-102 .subnav li{border-bottom-style: none !important;}
/*二级导航*/
.ModuleMobileNavGiant.layout-102 .micro-nav-item ul ul li a{ display:block;padding-left: 78px; background: #ff6637; height: 56px; line-height: 56px;font-size: 15px;position:relative;}
.ModuleMobileNavGiant.layout-102 #header p img{ max-height: 40px;     padding-right: 8pt;
    padding-left: 8pt; /*padding-left:40px;margin-right: 8px; margin-left: 15px;*/}
.ModuleMobileNavGiant.layout-102 .navcontent{ width: calc(100% - 60px);display:flex;  margin-left: 50px;    margin-right: 8pt;}
.ModuleMobileNavGiant.layout-102 .navcontent a{  width: 56px; text-align: center;    display: block;}


.ModuleMobileNavGiant.layout-102 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-102 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-102 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}
@media only screen and (min-width: 768px){
    .ModuleMobileNavGiant.layout-102  #header,.ModuleMobileNavGiant.layout-102 .micro-nav-item{ display: none !important;}
    #mobileDesignerContainer #pagebody{  margin-top:0px;  }
    .ModuleMobileNavGiant.layout-102 .header-model{ display: none;}
}
/*三级导航*/
.ModuleMobileNavGiant.layout-102 .subnav .subnav a{padding-left: 131px;}

.ModuleMobileNavGiant.layout-102 .moreOpen{
    position: absolute;
    right: 9px;
    top: 50%;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
}
.ModuleMobileNavGiant.layout-102 #header p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}
.ModuleMobileNavGiant.layout-102 .icon-dianhua-moren{ font-weight: normal;}
.ModuleMobileNavGiant.layout-102 .icon-sousuo{ font-weight: 750;}.module_383569206 .ModuleHead .HeadCenter{float:none;}
#module_383569206 {
padding:0px;
}
#module_383569206 {
}
#module_383569206 .ModuleHead383569206 {
display:none;
}
#module_383569206 .BodyCenter.BodyCenter383569206 {
background:none;background-color:rgba(0,0,0,0);
}
#module_383569206 >.module_383569206 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383569206 >.module_383569206{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383569206 .BodyCenter.BodyCenter383569206 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569206 .BodyCenter.BodyCenter383569206 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_383569206 >.module_383569206 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_383569206 >.module_383569206 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_383569206 >.module_383569206 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383569206:hover {
border:none;
}
#module_383569206:hover >.module_383569206 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383569206 .langlistbox{background-color:} #module_383569206 .langlistbox .jt{border-bottom-color:}
#module_383569206 .langlistbox .langinfo{color:}
#module_383569206 .langlistbox .langinfo{background-color:}
#module_383569206 .langlistbox .langinfo{border-color:}
#module_383569206 .langlistbox .langtxt{ font-size:px }
#module_383569206 .langlistbox .langtxt{ color: }
#module_383569206 {}#module_383569206.layout-102 #header{border-bottom-color:transparent;}
#module_383569206 {}#module_383569206.layout-102 #header{border-bottom-style:none;}
#module_383569206 {}#module_383569206.layout-102 #header{border-bottom-width:0px;}
#module_383569206 {}#module_383569206.layout-102 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_383569206 {}#module_383569206.layout-102 #MobileNav{background-color: transparent;} #module_383569206.layout-102 #header{background:rgb(255, 255, 255);}
#module_383569206 {}#module_383569206.layout-102 #header{}
#module_383569206 {}#module_383569206.layout-102 #header p{color:rgb(0, 0, 0);}
#module_383569206 {}#module_383569206.layout-102 .lcitem .rect{background:rgb(156, 0, 0);} #module_383569206.layout-102 .icons{color:rgb(156, 0, 0);} #module_383569206.layout-102 .svgdiv svg>*{fill:rgb(156, 0, 0);}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item ul li a{border-bottom-color:#fd8b68;}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item{background-color:rgb(192, 0, 0);}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item{}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li>a{background:#f10215;}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li>a{}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li>a,#module_383569206.layout-102 .micro-nav-item>ul>li>a p{color:#fff;}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li .subnav a{background:#f10215;}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li .subnav a{}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li .subnav a,#module_383569206.layout-102 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_383569206 {}#module_383569206.layout-102 #header p{font-family:;}
#module_383569206 {}#module_383569206.layout-102 #header p{font-size:px;}
#module_383569206 {}#module_383569206.layout-102 #header p{}
#module_383569206 {}#module_383569206.layout-1012 #header p{}
#module_383569206 {}#module_383569206.layout-102 #header p{}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li>a,#module_383569206.layout-102 .micro-nav-item>ul>li>a p{font-family:;}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li>a,#module_383569206.layout-102 .micro-nav-item>ul>li>a p{font-size:px;}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li .subnav a,#module_383569206.layout-102 .micro-nav-item>ul>li .subnav a p{font-family:;}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li .subnav a,#module_383569206.layout-102 .micro-nav-item>ul>li .subnav a p{font-size:px;}
#module_383569206 .langlistbox li:hover .langinfo,#module_383569206 .langactive .langinfo {color:}
#module_383569206 .langlistbox li:hover .langinfo,#module_383569206 .langactive .langinfo{background-color:}
#module_383569206 .langlistbox li:hover .langinfo,#module_383569206 .langactive .langinfo{border-color:}
#module_383569206 .langlistbox li:hover .langtxt,#module_383569206 .langactive .langtxt{ color: }
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li>a:hover,#module_383569206.layout-102 .micro-nav-item>ul>li.active>a:hover{background:#f10215;}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li>a:hover,#module_383569206.layout-102 .micro-nav-item>ul>li.active>a:hover{}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li.active>a:hover p,#module_383569206.layout-102 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li .subnav a:hover,#module_383569206.layout-102 .micro-nav-item>ul>li .subnav li.active>a:hover{background:#f10215;}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li .subnav a:hover,#module_383569206.layout-102 .micro-nav-item>ul>li .subnav li.active>a:hover{}
#module_383569206 {}#module_383569206.layout-102 .micro-nav-item>ul>li .subnav li.active a:hover p,#module_383569206.layout-102 .micro-nav-item>ul>li .subnav a:hover p{color:#fff;}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16);
    color: #666;
    box-sizing: content-box;
    white-space: nowrap;
    /* min-width: 80px; */
}
.ModuleMobileFloatNavGiant .defaultbtnbghover{
    transform: rotate(180deg);
    transition: all 0.5s;
}
.ModuleMobileFloatNavGiant .itemtextright{
    text-align: right;
}
.ModuleMobileFloatNavGiant .itemtextleft{
    text-align: left;
}
.ModuleMobileFloatNavGiant .itemtextright::before{
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: -8px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .itemtextleft::before{
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: -7px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .FloatNavitemlist{ height: 0; display: none; transition:all}
.itemimg{
    max-height: 25px;
    max-width: 25px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%
}
.FloatNavMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    background: #000;
    z-index: 15;
}
.FloatNavQRCode span img {
    border: solid 0.625rem #fff;
}
.FloatNavQRCode span {
    display: block;
    overflow: hidden;
    bottom: 3.750rem;
    right: 0.625rem;
    position: fixed;
    z-index: 20;
}
.FloatNavQRCode {
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}.module_383569204 .ModuleHead .HeadCenter{float:none;}
#module_383569204 {
padding:0px;
}
#module_383569204 {
}
#module_383569204 .ModuleHead383569204 {
display:none;
}
#module_383569204 .BodyCenter.BodyCenter383569204 {
background:none;background-color:rgba(0,0,0,0);
}
#module_383569204 >.module_383569204 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_383569204 >.module_383569204{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_383569204 .BodyCenter.BodyCenter383569204 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_383569204 .BodyCenter.BodyCenter383569204 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_383569204 >.module_383569204 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_383569204 >.module_383569204 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_383569204 >.module_383569204 {box-shadow: 0px 0px 0px 0px #ccc}
#module_383569204:hover {
border:none;
}
#module_383569204:hover >.module_383569204 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_383569204 .defaultbtn{background-color:#fff}
#module_383569204 .defaultbtn{}
#module_383569204 .spotgroup{color:#f10215}
#module_383569204 .itembtn{background-color:#fff}
#module_383569204 .itembtn{}
#module_383569204 .itemicon{color:#666} #module_383569204 svg>*{fill:#666}
#module_383569204 .itemtext{background-color:#fff} #module_383569204 .itemtextright::before{border-left-color:#fff} #module_383569204 .itemtextleft::before{border-right-color:#fff}
#module_383569204 .itemtext{}
#module_383569204 .itemtext{font-size:12px;}
#module_383569204 .itemtext{font-family:微软雅黑,Microsoft YaHei;}
#module_383569204 .itemtext{color:#666 !important;}
#module_383569204 .itemtext{font-weight:normal;}
#module_383569204 .itemtext{text-decoration:none;}
#module_383569204 .itemtext{font-style:normal;}
#module_383569204 .defaultbtnbghover{background-color:#f10215}
#module_383569204 .defaultbtnbghover{}
#module_383569204 .defaultbtniconbghover{color:#fff}
.module_383569205 .ModuleHead .HeadCenter{float:none;}
#module_383569205 {
padding:0px;
}
#module_383569205 {
}
#module_383569205 .ModuleHead0 {
display:none;
}
#module_383569205 .ModuleHead .HeadText.HeadText0 {
}
#module_383569205 .ModuleHead .HeadTextMore.HeadTextMore0 {
}
#module_383569205 >.module_0 {
border:none;
}
@media screen and (min-width: 768px){
#module_383569205 .BodyCenter.BodyCenter0 {
}
}
@media screen and (max-width: 767px){
#module_383569205 .BodyCenter.BodyCenter0 {
}
}
#module_383569205 .BodyCenter.BodyCenter0 {
}
#module_383569205 .BodyCenter a {
}

#module_383569205 .foot-nav-list{background-color:rgb(0, 0, 0) !important;}
#module_383569205 .foot-nav-list{border-top-color:;}
#module_383569205 .foot-nav-list{border-top-style:;}
#module_383569205 .foot-nav-list{border-top-width:px;}
#module_383569205 #MobileFootNav{box-shadow:;}
#module_383569205 .icon{color: !important;} #module_383569205 .icon svg >*{fill:}
#module_383569205 .itemText{font-size:px;}
#module_383569205 .itemText{font-family:;}
#module_383569205 .itemText{color:#fff !important;}
#module_383569205 .itemText{}
#module_383569205 .itemText{}
#module_383569205 .itemText{}
#module_383569205 .iconh{color: !important;}  #module_383569205 .iconh svg >*{fill:}
#module_383569205 .itemTexth{font-size:px;}
#module_383569205 .itemTexth{font-family:;}
#module_383569205 .itemTexth{color:#fff !important;}
#module_383569205 .itemTexth{}
#module_383569205 .itemTexth{}
#module_383569205 .itemTexth{}
