
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
.ModuleTopColumnGiant.layout-101 .ModuleTopColumnContainer{position: fixed; z-index: 99999; top:0; width: 100%; height: auto; max-height: 100%;transition: all 0.2s ease-in-out;}
.ModuleTopColumnGiant.layout-101 .Design.ModuleTopColumnContainer{position: relative; z-index: 0;}
.ModuleTopColumnGiant.layout-101 .ModuleSubContainer{display: table;  width:100%; overflow: hidden;height: 100%;}
.ModuleTopColumnGiant.layout-101 .Design .ModuleSubContainer{overflow: unset;}
.ModuleTopColumnGiant.layout-101 .row{margin-right: 0px; margin-left: 0px; }
.ModuleTopColumnGiant.layout-101 .ModuleTopColumnItem_1{position: relative;opacity: 1; overflow: hidden;}
.ModuleTopColumnGiant.layout-101 .ModuleTopColumnItem_2{overflow: hidden; height:0; visibility: hidden;}
.ModuleTopColumnGiant.layout-101 .Design .ModuleTopColumnItem_1{position: relative; overflow: hidden;}
.ModuleTopColumnGiant.layout-101 .Design .ModuleTopColumnItem_2{overflow: hidden; width: 100%;height:100%; visibility: visible;}

.ModuleTopColumnGiant.layout-101 .Design .ModuleGridCustomGiant.layout-101 .ModuleGridContainer {
	border: 1px dashed blue;
}

.ModuleTopColumnGiant.layout-101 .ModuleTopColumnItem_2.switchFadeIn{ -webkit-animation: switchFadeIn .3s  ease-in-out forwards; animation: switchFadeIn .3s  ease-in-out forwards; }
.ModuleTopColumnGiant.layout-101 .ModuleTopColumnItem_2.switchFadeInDown{ -webkit-animation: switchFadeInDown .3s  ease-in-out forwards; animation: switchFadeInDown .3s  ease-in-out forwards; }
.ModuleTopColumnGiant.layout-101 .ModuleTopColumnItem_2.switchSlideInDown{ -webkit-animation: switchSlideInDown .3s  ease-in-out forwards; animation: switchSlideInDown .3s  ease-in-out forwards; }

.ModuleTopColumnGiant.layout-101 .ModuleTopColumnItem_2.switchSlideInDownOut{ -webkit-animation: switchSlideInDownOut 0.8s  ease-out forwards; animation: switchSlideInDownOut 0.8s  ease-out forwards; }
.ModuleTopColumnGiant.layout-101 .ModuleTopColumnItem_2.switchFadeInDownOut{ -webkit-animation: switchFadeInDownOut 0.8s  ease-out forwards; animation: switchFadeInDownOut 0.8s  ease-out forwards; }
.ModuleTopColumnGiant.layout-101 .ModuleTopColumnItem_2.switchFadeInOut{ -webkit-animation: switchFadeInOut 0.8s  ease-out forwards; animation: switchFadeInOut 0.8s  ease-out forwards; }


.ModuleTopColumnGiant.layout-101 .ScrollActive{top:0px !important;width:100%;height: 100%;visibility:visible;opacity: 1;}
.ModuleTopColumnGiant.layout-101 .ScrollHide{height: 0;visibility:hidden;}


@media only screen and (max-width: 767px) {
	.ModuleTopColumnGiant.layout-101{ display: none !important;}
}

/*start 退出动画*/
@keyframes switchFadeIn {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes switchFadeInOut {
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}

@keyframes switchFadeInDownOut {
	0%{
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	50%{
		opacity: 0;

	}
	100%{
		-webkit-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);

	}
}
@keyframes switchFadeInDown {
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
	100%{
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;

	}
}

@keyframes switchSlideInDownOut  {
	0%{
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	50%{
		opacity: 0;
	}
	100%{
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);

	}
}
@keyframes switchSlideInDown  {
	0%{
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
/*end 退出动画*/.module_542334732 .ModuleHead .HeadCenter{float:none;}
#module_542334732 {
padding:0px;
}
#module_542334732 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_542334732 .ModuleHead542334732 {
display:none;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .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%;}
.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 .ModuleGridBorder{border:0px !important;padding: 0 !important;}
.module_542334733 .ModuleHead .HeadCenter{float:none;}
#module_542334733 {
padding:0px;
}
#module_542334733 {
width:100%;
}
#module_542334733 .ModuleHead542334733 {
display:none;
}
/*tzr height:90px;  background-color: #161015; */
#module_542334733 .BodyCenter.BodyCenter542334733 {
background:none;height:90px;  background-color: #161015;opacity: 0.5;
}
#module_542334733 >.module_542334733 {
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:#071E55;
border-bottom-width:2px;   tzr remove*/
}
#module_542334733 >.module_542334733{
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_542334733 .BodyCenter.BodyCenter542334733 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334733 .BodyCenter.BodyCenter542334733 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334733 >.module_542334733 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334733 >.module_542334733 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334733 >.module_542334733 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334733:hover {
border:none;
}
#module_542334733:hover >.module_542334733 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334733 .ModuleSubContainer{background-color:transparent;}
#module_542334733 .ModuleSubContainer{background-image:none;}
#module_542334733 .ModuleSubContainer{background-repeat:no-repeat;}
#module_542334733 .ModuleSubContainer{background-position:0% 0%;}
#module_542334733 .ModuleSubContainer{background-attachment:scroll;}
#module_542334733 .ModuleSubContainer{}
#module_542334733 {!bgVideo!}{bgVideoUrl:}
#module_542334733 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_542334733 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_542334733 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer542334733 {max-width:1600px;width:auto;}
.ModuleGridContainer.ModuleGridContainer542334733 .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_542334735 .ModuleHead .HeadCenter{float:none;}
#module_542334735 {
padding:0px;
}
#module_542334735 {
position:static;
z-index:1;
top:31px;
left:0px;
width:100%;
height: auto;
}
#module_542334735 .ModuleHead542334735 {
display:none;
}

#module_542334735 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334735 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334735 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334735 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334735 .imageTextGiant-Container{padding-top:10px;}
#module_542334735 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334735 .imageTextGiant-Container{padding-left:10px;}
#module_542334735 .imageTextGiant-Container{padding-right:10px;}
#module_542334735 .showHandle .btn{font-size:14px;}
#module_542334735 .showHandle .btn{font-family:;}
#module_542334735 .showHandle .btn{color:#333;}
#module_542334735 .showHandle .btn{font-weight:400;}
#module_542334735 .showHandle .btn{text-decoration:none;}
#module_542334735 .showHandle .btn{font-style:normal;}
#module_542334735 .showHandle div{border-top-color:#ddd !important;}
#module_542334735 .showHandle div{border-top-style:solid !important;}
#module_542334735 .showHandle div{border-top-width:1px !important;}
#module_542334735 .showHandle{background-color:transparent;}
#module_542334735 .showHandle{}
#module_542334735 .showHandle{background-repeat:no-repeat;}
#module_542334735 .showHandle{}
#module_542334735 .showHandle{}
#module_542334735 .showHandle{}
#module_542334735 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer542334733 #Sub542334733_1 {width:17.9720%;}
.module_542334736 .ModuleHead .HeadCenter{float:none;}
#module_542334736 {
padding:0px;
}
#module_542334736 {
position:static;
z-index:1;
top:55px;
left:400px;
width:100%;
height: auto;
}
#module_542334736 .ModuleHead542334736 {
display:none;
}
#module_542334736 .BodyCenter.BodyCenter542334736 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542334736 >.module_542334736 {
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_542334736 >.module_542334736{
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_542334736 .BodyCenter.BodyCenter542334736 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334736 .BodyCenter.BodyCenter542334736 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334736 >.module_542334736 {
margin-top:0.5231%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334736 >.module_542334736 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334736 >.module_542334736 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334736:hover {
border:none;
}
#module_542334736:hover >.module_542334736 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334736 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334736 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334736 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334736 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334736 .imageTextGiant-Container{padding-top:10px;}
#module_542334736 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334736 .imageTextGiant-Container{padding-left:10px;}
#module_542334736 .imageTextGiant-Container{padding-right:10px;}
#module_542334736 .showHandle .btn{font-size:14px;}
#module_542334736 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_542334736 .showHandle .btn{color:#333;}
#module_542334736 .showHandle .btn{font-weight:400;}
#module_542334736 .showHandle .btn{text-decoration:none;}
#module_542334736 .showHandle .btn{font-style:normal;}
#module_542334736 .showHandle div{border-top-color:#ddd !important;}
#module_542334736 .showHandle div{border-top-style:solid !important;}
#module_542334736 .showHandle div{border-top-width:1px !important;}
#module_542334736 .showHandle{background-color:transparent;}
#module_542334736 .showHandle{background-image:none;}
#module_542334736 .showHandle{background-repeat:no-repeat;}
#module_542334736 .showHandle{}
#module_542334736 .showHandle{}
#module_542334736 .showHandle{}
#module_542334736 a{font-size:unset;font-family:unset}
.ModuleTabContainerV2Giant.layout-106 .location-right{    display: flex;
    flex-direction: row-reverse;}
.ModuleTabContainerV2Giant.layout-106 .location-left{ display: flex}
.ModuleTabContainerV2Giant.layout-106 .nav-box{position: relative;}
/* .ModuleTabContainerV2Giant.layout-106 .tabContainer.TabContainer-Container {overflow: hidden;} */
.ModuleTabContainerV2Giant.layout-106 .TabContainer-Container .Nav-Container{font-size: 0; white-space:nowrap; overflow: visible; -webkit-overflow-scrolling: touch; transform: translateX(0); transition: transform 0.3s linear 0s;}
.ModuleTabContainerV2Giant.layout-106 .TabContainer-Container .Nav-Container li{color:#666;overflow:hidden;cursor: pointer;text-align: center;margin:0;float: none;display: inline-block;}
.ModuleTabContainerV2Giant.layout-106 .TabContainer-Container .Nav-Container li a{display: block;padding:0;background: none;color:#666;}
.ModuleTabContainerV2Giant.layout-106 .nav-pills>li>a{border-radius: 0;padding: 0;}
.ModuleTabContainerV2Giant.layout-106 .Nav-Container li.active{transition: all 0.4s linear;}
.ModuleTabContainerV2Giant.layout-106 .btnScrollLeft,
.ModuleTabContainerV2Giant.layout-106 .btnScrollRight {
    display: flex;
    width: 28px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-color: transparent;
    color: #fff !important;
    font-size: 15px;
    align-items: center;
    justify-content: center;
}
.ModuleTabContainerV2Giant.layout-106 .btnScrollLeft {left: 10px;}
.ModuleTabContainerV2Giant.layout-106 .glyphicon:before {
    display: flex;
    width: 28px;
    height: 28px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 28px;
    align-items: center;
    justify-content: center;
}
div[id ^= "tab_content_clone_"] {
    display: block;
    position: absolute;
    height: 0;
    overflow: hidden;
    width: 100% !important;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    z-index: 900;
}
.tabContentGiant.tab-content-clone .ModuleContainer {padding: 0}

@media (min-width: 768px){
    .ModuleTabContainerV2Giant.layout-106 .tabContainer .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-106 .tabContainer .btnScrollRight{display: none !important;}
    .ModuleTabContainerV2Giant.layout-103 .location-left .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-103 .location-left .btnScrollRight,
    .ModuleTabContainerV2Giant.layout-103 .location-right .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-103 .location-right .btnScrollRight {display: none;}
    .ModuleTabContainerV2Giant.layout-106 .location-left .Nav-Container,
    .ModuleTabContainerV2Giant.layout-106 .location-right .Nav-Container {display: inline-block; float: left; overflow: hidden;}
    .ModuleTabContainerV2Giant.layout-106 .location-right .Nav-Container {float: right;}
    .ModuleTabContainerV2Giant.layout-106 .location-left.TabContainer-Container .Nav-Container li,
    .ModuleTabContainerV2Giant.layout-106 .location-right.TabContainer-Container .Nav-Container li {display: block;}
    .ModuleTabContainerV2Giant.layout-106 .Nav-Container li.tab-link:last-child,
    .ModuleTabContainerV2Giant.layout-106 .location-left .Nav-Container li.tab-link,
    .ModuleTabContainerV2Giant.layout-106 .location-right .Nav-Container li.tab-link {margin-right: 0 !important;}
    .ModuleTabContainerV2Giant.layout-106 .location-left .Nav-Container li.tab-link:last-child,
    .ModuleTabContainerV2Giant.layout-106 .location-right .Nav-Container li.tab-link:last-child {margin-bottom: 0 !important;}
    .ModuleTabContainerV2Giant.layout-106 .location-left .tabContentGiant {display: inline-block; float: left;}
    .ModuleTabContainerV2Giant.layout-106 .location-right .tabContentGiant {display: inline-block; float: right;}
    .ModuleTabContainerV2Giant.layout-106 .location-bottom .tab-location-top {display: none;}
}

@media (max-width: 767px) {
    .ModuleTabContainerV2Giant.layout-106 .location-bottom .tab-location-bottom {display: none;}
    .ModuleTabContainerV2Giant.layout-106 .location-left,.ModuleTabContainerV2Giant.layout-106 .location-right{
        flex-direction: column;
    }
}.module_542334737 .ModuleHead .HeadCenter{float:none;}
#module_542334737 {
padding:0px;
}
#module_542334737 {
position:static;
z-index:0;
top:74px;
left:515px;
width:100%;
height: auto;
}
#module_542334737 .ModuleHead542334737 {
display:none;
}
#module_542334737 .BodyCenter.BodyCenter542334737 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542334737 >.module_542334737 {
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_542334737 >.module_542334737{
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_542334737 .BodyCenter.BodyCenter542334737 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334737 .BodyCenter.BodyCenter542334737 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334737 >.module_542334737 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334737 >.module_542334737 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334737 >.module_542334737 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334737:hover {
border:none;
}
#module_542334737:hover >.module_542334737 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334737 .Nav-Container li a{margin-left:0px;margin-right:0px;}
#module_542334737 .nav-box{text-align:left;}
#module_542334737 .nav-box{background-color:transparent;}
#module_542334737 .nav-box{background-image:none;}
#module_542334737 .nav-box{background-repeat:no-repeat;}
#module_542334737 .nav-box{}
#module_542334737 .nav-box{}
#module_542334737 .nav-box{}
#module_542334737 .Nav-Container a{text-align:center;}
#module_542334737 .Nav-Container li{background-color:transparent;}
#module_542334737 .Nav-Container li{background-image:none;}
#module_542334737 .Nav-Container li{background-repeat:no-repeat;}
#module_542334737 .Nav-Container li{}
#module_542334737 .Nav-Container li{}
#module_542334737 .Nav-Container li{}
#module_542334737 .Nav-Container li{border-top-color:transparent;}
#module_542334737 .Nav-Container li{border-top-style:none;}
#module_542334737 .Nav-Container li{border-top-width:0px;}
#module_542334737 .Nav-Container li{border-right-color:transparent;}
#module_542334737 .Nav-Container li{border-right-style:none;}
#module_542334737 .Nav-Container li{border-right-width:0px;}
#module_542334737 .Nav-Container li{border-bottom-color:transparent;}
#module_542334737 .Nav-Container li{border-bottom-style:solid;}
#module_542334737 .Nav-Container li{border-bottom-width:2px;}
#module_542334737 .Nav-Container li{border-left-color:transparent;}
#module_542334737 .Nav-Container li{border-left-style:none;}
#module_542334737 .Nav-Container li{border-left-width:0px;}
#module_542334737 .Nav-Container li a{width:110px/*tzr 99px-110px*/;width:99;}@media only screen and (min-width: 768px){#module_542334737 .location-left .tabContentGiant,#module_542334737 .location-right .tabContentGiant{width: calc(100% - 99px - 14px)}}
#module_542334737 .Nav-Container li a{height:60px;line-height:60px;}
#module_542334737 .Nav-Container li a{font-size:16px;}
#module_542334737 .Nav-Container li a{font-family:微软雅黑,Microsoft YaHei;}
/*txt 071E55==>ffffff*/
#module_542334737 .Nav-Container li a{color:#FFFFFF;}
#module_542334737 .Nav-Container li a{font-weight:bold;}
#module_542334737 .Nav-Container li a{text-decoration:none;}
#module_542334737 .Nav-Container li a{font-style:normal;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{background-color:transparent;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{background-image:none;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{background-repeat:no-repeat;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{}
#module_542334737 {} #tab_content_clone_module_542334737.tab-content-parent{background-color: #161015;opacity: 0.5;/* tzr edit rgb(242, 242, 242);*/}
#module_542334737 {} #tab_content_clone_module_542334737.tab-content-parent{background-image:none;}
#module_542334737 {} #tab_content_clone_module_542334737.tab-content-parent{background-repeat:no-repeat;}
#module_542334737 {} #tab_content_clone_module_542334737.tab-content-parent{}
#module_542334737 {} #tab_content_clone_module_542334737.tab-content-parent{}
#module_542334737 {} #tab_content_clone_module_542334737.tab-content-parent{}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{padding-top:10px;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{padding-bottom:10px;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{padding-left:10px;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{padding-right:10px;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-top-color:transparent;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-top-style:none;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-top-width:0px;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-right-color:transparent;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-right-style:none;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-right-width:0px;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-bottom-color:transparent;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-bottom-style:none;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-bottom-width:0px;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-left-color:transparent;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-left-style:none;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-left-width:0px;}
#module_542334737 .tab-link{margin-right:37px;} @media (min-width: 768px) {#module_542334737 .location-left .tab-link,#module_542334737 .location-right .tab-link{margin-bottom:37px;}}
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{background-image:none;}
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{background-repeat:no-repeat;}
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{}
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{}
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{background-color:transparent;}
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{}
#module_542334737 .Nav-Container li:hover a,#module_542334737 .Nav-Container li.active a{font-size:16px;}
#module_542334737 .Nav-Container li:hover a,#module_542334737 .Nav-Container li.active a{font-family:微软雅黑,Microsoft YaHei;}
#module_542334737 .Nav-Container li:hover a,#module_542334737 .Nav-Container li.active a{color:#9dd0e1;}/*tzr 071E55-->  #9dd0e1*/
#module_542334737 .Nav-Container li:hover a,#module_542334737 .Nav-Container li.active a{font-weight:bold;}
#module_542334737 .Nav-Container li:hover a,#module_542334737 .Nav-Container li.active a{text-decoration:none;}
#module_542334737 .Nav-Container li:hover a,#module_542334737 .Nav-Container li.active a{font-style:normal;}
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{border-bottom-color:#9dd0e1;}/*tzr 071E55-->  #9dd0e1*/
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{border-bottom-style:solid;}
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{border-bottom-width:3px;}


#module_542334737__tabPane_1967 #Sub542334737_1967 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_542334737__tabPane_1967 #Sub542334737_1967 > .SubContainer {display: table-cell; vertical-align: top;}
#module_542334737__tabPane_1967 .SubPadding {width:10px; height: 100%; position: relative; display: table-cell;}
#module_542334737__tabPane_1967 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_542334737__tabPane_1967 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_542334737__tabPane_1967:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_542334737__tabPane_1967 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_542334737__tabPane_1967 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_542334737__tabPane_1967 #Sub542334737_1967 {display: block;}
#module_542334737__tabPane_1967 #Sub542334737_1967 > .SubPadding {float:left; height: 10px;}
#module_542334737__tabPane_1967 #Sub542334737_1967 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_542334737__tabPane_1967 #Sub542334737_1967 > .SubContainer .SubDrag {display:none;}
#module_542334737__tabPane_1967 #Sub542334737_1967 > .SubPadding {width:5px;}
#module_542334737__tabPane_1967 #Sub542334737_1967 > .SubContainer {width:calc((100% - 10px) / 3) !important;}
#module_542334737__tabPane_1967 #Sub542334737_1967 > .SubPadding3 {display:none;}
}
#module_542334737__tabPane_1967 #Sub542334737_Tab1967_1 {width:16.6667%;}
#module_542334737__tabPane_1967 #Sub542334737_Tab1967_2 {width:16.6667%;}





#module_542334737__tabPane_1968 #Sub542334737_1968 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_542334737__tabPane_1968 #Sub542334737_1968 > .SubContainer {display: table-cell; vertical-align: top;}
#module_542334737__tabPane_1968 .SubPadding {width:10px; height: 100%; position: relative; display: table-cell;}
#module_542334737__tabPane_1968 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_542334737__tabPane_1968 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_542334737__tabPane_1968:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_542334737__tabPane_1968 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_542334737__tabPane_1968 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_542334737__tabPane_1968 #Sub542334737_1968 {display: block;}
#module_542334737__tabPane_1968 #Sub542334737_1968 > .SubPadding {float:left; height: 10px;}
#module_542334737__tabPane_1968 #Sub542334737_1968 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_542334737__tabPane_1968 #Sub542334737_1968 > .SubContainer .SubDrag {display:none;}
#module_542334737__tabPane_1968 #Sub542334737_1968 > .SubPadding {width:5px;}
#module_542334737__tabPane_1968 #Sub542334737_1968 > .SubContainer {width:calc((100% - 10px) / 3) !important;}
#module_542334737__tabPane_1968 #Sub542334737_1968 > .SubPadding3 {display:none;}
}
#module_542334737__tabPane_1968 #Sub542334737_Tab1968_1 {width:16.6667%;}
#module_542334737__tabPane_1968 #Sub542334737_Tab1968_2 {width:16.6667%;}










.module_542334740 .ModuleHead .HeadCenter{float:none;}
#module_542334740 {
padding:0px;
}
#module_542334740 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_542334740 .ModuleHead542334740 {
display:none;
}
#module_542334740 .BodyCenter.BodyCenter542334740 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542334740 >.module_542334740 {
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_542334740 >.module_542334740{
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_542334740 .BodyCenter.BodyCenter542334740 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334740 .BodyCenter.BodyCenter542334740 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334740 >.module_542334740 {
margin-top:9.0090%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:9.0090%;
}
}
@media screen and (max-width: 767px){
#module_542334740 >.module_542334740 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334740 >.module_542334740 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334740:hover {
border:none;
}
#module_542334740:hover >.module_542334740 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334740 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334740 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334740 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334740 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334740 .imageTextGiant-Container{padding-top:10px;}
#module_542334740 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334740 .imageTextGiant-Container{padding-left:10px;}
#module_542334740 .imageTextGiant-Container{padding-right:10px;}
#module_542334740 .showHandle .btn{font-size:14px;}
#module_542334740 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_542334740 .showHandle .btn{color:#333;}
#module_542334740 .showHandle .btn{font-weight:400;}
#module_542334740 .showHandle .btn{text-decoration:none;}
#module_542334740 .showHandle .btn{font-style:normal;}
#module_542334740 .showHandle div{border-top-color:#ddd !important;}
#module_542334740 .showHandle div{border-top-style:solid !important;}
#module_542334740 .showHandle div{border-top-width:1px !important;}
#module_542334740 .showHandle{background-color:transparent;}
#module_542334740 .showHandle{background-image:none;}
#module_542334740 .showHandle{background-repeat:no-repeat;}
#module_542334740 .showHandle{}
#module_542334740 .showHandle{}
#module_542334740 .showHandle{}
#module_542334740 a{font-size:unset;font-family:unset}
#module_542334737__tabPane_1967 #Sub542334737_Tab1967_3 {width:16.6667%;}
#module_542334737__tabPane_1968 #Sub542334737_Tab1968_3 {width:16.6667%;}
.module_542334741 .ModuleHead .HeadCenter{float:none;}
#module_542334741 {
padding:0px;
}
#module_542334741 {
position:static;
z-index:1;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_542334741 .ModuleHead542334741 {
display:none;
}
#module_542334741 .BodyCenter.BodyCenter542334741 {
background:none;background-color:rgb(242, 242, 242);
}
#module_542334741 >.module_542334741 {
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_542334741 >.module_542334741{
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_542334741 .BodyCenter.BodyCenter542334741 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334741 .BodyCenter.BodyCenter542334741 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334741 >.module_542334741 {
margin-top:8.8106%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:8.8106%;
}
}
@media screen and (max-width: 767px){
#module_542334741 >.module_542334741 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334741 >.module_542334741 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334741:hover {
border:none;
}
#module_542334741:hover >.module_542334741 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334741 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334741 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334741 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334741 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334741 .imageTextGiant-Container{padding-top:10px;}
#module_542334741 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334741 .imageTextGiant-Container{padding-left:10px;}
#module_542334741 .imageTextGiant-Container{padding-right:10px;}
#module_542334741 .showHandle .btn{font-size:14px;}
#module_542334741 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_542334741 .showHandle .btn{color:#333;}
#module_542334741 .showHandle .btn{font-weight:400;}
#module_542334741 .showHandle .btn{text-decoration:none;}
#module_542334741 .showHandle .btn{font-style:normal;}
#module_542334741 .showHandle div{border-top-color:#ddd !important;}
#module_542334741 .showHandle div{border-top-style:solid !important;}
#module_542334741 .showHandle div{border-top-width:1px !important;}
#module_542334741 .showHandle{background-color:transparent;}
#module_542334741 .showHandle{background-image:none;}
#module_542334741 .showHandle{background-repeat:no-repeat;}
#module_542334741 .showHandle{}
#module_542334741 .showHandle{}
#module_542334741 .showHandle{}
#module_542334741 a{font-size:unset;font-family:unset}
#module_542334737__tabPane_1967 #Sub542334737_Tab1967_4 {width:16.6667%;}
#module_542334737__tabPane_1967 #Sub542334737_Tab1967_5 {width:16.6667%;}
#module_542334737__tabPane_1967 #Sub542334737_Tab1967_6 {width:16.6667%;}
#module_542334737__tabPane_1968 #Sub542334737_Tab1968_4 {width:16.6667%;}
#module_542334737__tabPane_1968 #Sub542334737_Tab1968_5 {width:16.6667%;}
#module_542334737__tabPane_1968 #Sub542334737_Tab1968_6 {width:16.6667%;}


#module_542334737__tabPane_4028 #Sub542334737_4028 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_542334737__tabPane_4028 #Sub542334737_4028 > .SubContainer {display: table-cell; vertical-align: top;}
#module_542334737__tabPane_4028 .SubPadding {width:10px; height: 100%; position: relative; display: table-cell;}
#module_542334737__tabPane_4028 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_542334737__tabPane_4028 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_542334737__tabPane_4028:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_542334737__tabPane_4028 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_542334737__tabPane_4028 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_542334737__tabPane_4028 #Sub542334737_4028 {display: block;}
#module_542334737__tabPane_4028 #Sub542334737_4028 > .SubPadding {float:left; height: 10px;}
#module_542334737__tabPane_4028 #Sub542334737_4028 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_542334737__tabPane_4028 #Sub542334737_4028 > .SubContainer .SubDrag {display:none;}
#module_542334737__tabPane_4028 #Sub542334737_4028 > .SubPadding {width:0px; display:none;}
#module_542334737__tabPane_4028 #Sub542334737_4028 > .SubContainer {width:100% !important; height: auto;}
}
#module_542334737__tabPane_4028 #Sub542334737_Tab4028_1 {width:50%;}
.module_542334742 .ModuleHead .HeadCenter{float:none;}
#module_542334742 {
padding:0px;
}
#module_542334742 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_542334742 .ModuleHead542334742 {
display:none;
}
#module_542334742 .BodyCenter.BodyCenter542334742 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542334742 >.module_542334742 {
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_542334742 >.module_542334742{
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_542334742 .BodyCenter.BodyCenter542334742 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334742 .BodyCenter.BodyCenter542334742 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334742 >.module_542334742 {
margin-top:4.2336%;
margin-left:0.0000%;
margin-right:0.1460%;
margin-bottom:7.2993%;
}
}
@media screen and (max-width: 767px){
#module_542334742 >.module_542334742 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334742 >.module_542334742 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334742:hover {
border:none;
}
#module_542334742:hover >.module_542334742 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334742 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334742 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334742 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334742 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334742 .imageTextGiant-Container{padding-top:10px;}
#module_542334742 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334742 .imageTextGiant-Container{padding-left:10px;}
#module_542334742 .imageTextGiant-Container{padding-right:10px;}
#module_542334742 .showHandle .btn{font-size:14px;}
#module_542334742 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_542334742 .showHandle .btn{color:#333;}
#module_542334742 .showHandle .btn{font-weight:400;}
#module_542334742 .showHandle .btn{text-decoration:none;}
#module_542334742 .showHandle .btn{font-style:normal;}
#module_542334742 .showHandle div{border-top-color:#ddd !important;}
#module_542334742 .showHandle div{border-top-style:solid !important;}
#module_542334742 .showHandle div{border-top-width:1px !important;}
#module_542334742 .showHandle{background-color:transparent;}
#module_542334742 .showHandle{background-image:none;}
#module_542334742 .showHandle{background-repeat:no-repeat;}
#module_542334742 .showHandle{}
#module_542334742 .showHandle{}
#module_542334742 .showHandle{}
#module_542334742 a{font-size:unset;font-family:unset}
#module_542334737__tabPane_4028 #Sub542334737_Tab4028_2 {width:50%;}
.module_542334743 .ModuleHead .HeadCenter{float:none;}
#module_542334743 {
padding:0px;
}
#module_542334743 {
position:static;
z-index:1;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_542334743 .ModuleHead542334743 {
display:none;
}
#module_542334743 .BodyCenter.BodyCenter542334743 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542334743 >.module_542334743 {
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_542334743 >.module_542334743{
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_542334743 .BodyCenter.BodyCenter542334743 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334743 .BodyCenter.BodyCenter542334743 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334743 >.module_542334743 {
margin-top:4.2336%;
margin-left:0.0000%;
margin-right:0.1460%;
margin-bottom:7.2993%;
}
}
@media screen and (max-width: 767px){
#module_542334743 >.module_542334743 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334743 >.module_542334743 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334743:hover {
border:none;
}
#module_542334743:hover >.module_542334743 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334743 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334743 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334743 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334743 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334743 .imageTextGiant-Container{padding-top:10px;}
#module_542334743 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334743 .imageTextGiant-Container{padding-left:10px;}
#module_542334743 .imageTextGiant-Container{padding-right:10px;}
#module_542334743 .showHandle .btn{font-size:14px;}
#module_542334743 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_542334743 .showHandle .btn{color:#333;}
#module_542334743 .showHandle .btn{font-weight:400;}
#module_542334743 .showHandle .btn{text-decoration:none;}
#module_542334743 .showHandle .btn{font-style:normal;}
#module_542334743 .showHandle div{border-top-color:#ddd !important;}
#module_542334743 .showHandle div{border-top-style:solid !important;}
#module_542334743 .showHandle div{border-top-width:1px !important;}
#module_542334743 .showHandle{background-color:transparent;}
#module_542334743 .showHandle{background-image:none;}
#module_542334743 .showHandle{background-repeat:no-repeat;}
#module_542334743 .showHandle{}
#module_542334743 .showHandle{}
#module_542334743 .showHandle{}
#module_542334743 a{font-size:unset;font-family:unset}


.ModuleGridContainer.ModuleGridContainer542334733 #Sub542334733_2 {width:82.0280%;}
.module_542334734 .ModuleHead .HeadCenter{float:none;}
#module_542334734 {
padding:0px;
}
#module_542334734 {
width:100%;
}
#module_542334734 .ModuleHead542334734 {
display:none;
}
/*tzr fff-->161015  opacity: 0.5;*/
#module_542334734 .BodyCenter.BodyCenter542334734 {
background:none;background-color:#161015;opacity: 0.5;
}
#module_542334734 >.module_542334734 {
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;
/* TZR REMOVE
border-bottom-style:solid;
border-bottom-color:rgb(216, 216, 216);
border-bottom-width:2px;*/
}
#module_542334734 >.module_542334734{
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_542334734 .BodyCenter.BodyCenter542334734 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334734 .BodyCenter.BodyCenter542334734 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334734 >.module_542334734 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334734 >.module_542334734 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334734 >.module_542334734 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334734:hover {
border:none;
}
#module_542334734:hover >.module_542334734 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334734 .ModuleSubContainer{background-color:transparent;}
#module_542334734 .ModuleSubContainer{background-image:none;}
#module_542334734 .ModuleSubContainer{background-repeat:no-repeat;}
#module_542334734 .ModuleSubContainer{background-position:0% 0%;}
#module_542334734 .ModuleSubContainer{background-attachment:scroll;}
#module_542334734 .ModuleSubContainer{}
#module_542334734 {!bgVideo!}{bgVideoUrl:}
#module_542334734 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_542334734 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_542334734 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer542334734 {max-width:1600px;width:auto;}
.ModuleGridContainer.ModuleGridContainer542334734 .SubPadding {width:0px;}
.module_542334744 .ModuleHead .HeadCenter{float:none;}
#module_542334744 {
padding:0px;
}
#module_542334744 {
position:static;
z-index:1;
top:21px;
left:0px;
width:100%;
height: auto;
}
#module_542334744 .ModuleHead542334744 {
display:none;
}

#module_542334744 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334744 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334744 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334744 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334744 .imageTextGiant-Container{padding-top:10px;}
#module_542334744 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334744 .imageTextGiant-Container{padding-left:10px;}
#module_542334744 .imageTextGiant-Container{padding-right:10px;}
#module_542334744 .showHandle .btn{font-size:14px;}
#module_542334744 .showHandle .btn{color:#333;}
#module_542334744 .showHandle .btn{font-weight:400;}
#module_542334744 .showHandle .btn{text-decoration:none;}
#module_542334744 .showHandle .btn{font-style:normal;}
#module_542334744 .showHandle div{border-top-color:#ddd !important;}
#module_542334744 .showHandle div{border-top-style:solid !important;}
#module_542334744 .showHandle div{border-top-width:1px !important;}
#module_542334744 .showHandle{background-color:transparent;}
#module_542334744 .showHandle{}
#module_542334744 .showHandle{background-repeat:no-repeat;}
#module_542334744 .showHandle{}
#module_542334744 .showHandle{}
#module_542334744 .showHandle{}
#module_542334744 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer542334734 #Sub542334734_1 {width:17.6681%;}
.module_542334745 .ModuleHead .HeadCenter{float:none;}
#module_542334745 {
padding:0px;
}
#module_542334745 {
position:static;
z-index:1;
top:24px;
left:0px;
width:100%;
height: auto;
}
#module_542334745 .ModuleHead542334745 {
display:none;
}
#module_542334745 .BodyCenter.BodyCenter542334745 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542334745 >.module_542334745 {
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_542334745 >.module_542334745{
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_542334745 .BodyCenter.BodyCenter542334745 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334745 .BodyCenter.BodyCenter542334745 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334745 >.module_542334745 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334745 >.module_542334745 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334745 >.module_542334745 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334745:hover {
border:none;
}
#module_542334745:hover >.module_542334745 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334745 .Nav-Container li a{margin-left:px;}
#module_542334745 .Nav-Container li a{margin-right:px;}
#module_542334745 .nav-box{text-align:left;}
#module_542334745 .nav-box{background-color:transparent;}
#module_542334745 .nav-box{background-image:none;}
#module_542334745 .nav-box{background-repeat:no-repeat;}
#module_542334745 .nav-box{}
#module_542334745 .nav-box{}
#module_542334745 .nav-box{}
#module_542334745 .Nav-Container a{text-align:center;}
#module_542334745 .Nav-Container li{background-color:transparent;}
#module_542334745 .Nav-Container li{background-image:none;}
#module_542334745 .Nav-Container li{background-repeat:no-repeat;}
#module_542334745 .Nav-Container li{}
#module_542334745 .Nav-Container li{}
#module_542334745 .Nav-Container li{}
#module_542334745 .Nav-Container li{border-top-color:transparent;}
#module_542334745 .Nav-Container li{border-top-style:none;}
#module_542334745 .Nav-Container li{border-top-width:0px;}
#module_542334745 .Nav-Container li{border-right-color:transparent;}
#module_542334745 .Nav-Container li{border-right-style:none;}
#module_542334745 .Nav-Container li{border-right-width:0px;}
#module_542334745 .Nav-Container li{border-bottom-color:transparent;}
#module_542334745 .Nav-Container li{border-bottom-style:solid;}
#module_542334745 .Nav-Container li{border-bottom-width:2px;}
#module_542334745 .Nav-Container li{border-left-color:transparent;}
#module_542334745 .Nav-Container li{border-left-style:none;}
#module_542334745 .Nav-Container li{border-left-width:0px;}
#module_542334745 .Nav-Container li a{width:150px;width:150px;}@media only screen and (min-width: 768px){#module_542334745 .location-left .tabContentGiant,#module_542334745 .location-right .tabContentGiant{width: calc(100% - 300px - 14px)}}
#module_542334745 .Nav-Container li a{height:60px;line-height:60px;}
#module_542334745 .Nav-Container li a{font-size:16px;}
#module_542334745 .Nav-Container li a{font-family:微软雅黑,Microsoft YaHei;}
/*tzr 071E55 --> #ffffff*/
#module_542334745 .Nav-Container li a{color:#ffffff;}
#module_542334745 .Nav-Container li a{font-weight:bold;}
#module_542334745 .Nav-Container li a{text-decoration:none;}
#module_542334745 .Nav-Container li a{font-style:normal;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{background-color:rgb(242, 242, 242);}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{background-image:none;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{background-repeat:no-repeat;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{}
#module_542334745 {} #tab_content_clone_module_542334745.tab-content-parent{background-color:rgb(242, 242, 242);}
#module_542334745 {} #tab_content_clone_module_542334745.tab-content-parent{background-image:none;}
#module_542334745 {} #tab_content_clone_module_542334745.tab-content-parent{background-repeat:no-repeat;}
#module_542334745 {} #tab_content_clone_module_542334745.tab-content-parent{}
#module_542334745 {} #tab_content_clone_module_542334745.tab-content-parent{}
#module_542334745 {} #tab_content_clone_module_542334745.tab-content-parent{}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{padding-top:10px;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{padding-bottom:10px;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{padding-left:10px;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{padding-right:9px;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-top-color:transparent;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-top-style:none;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-top-width:0px;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-right-color:transparent;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-right-style:none;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-right-width:0px;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-bottom-color:transparent;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-bottom-style:none;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-bottom-width:0px;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-left-color:transparent;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-left-style:none;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-left-width:0px;}
#module_542334745 .tab-link{margin-right:50px;} @media (min-width: 768px) {#module_542334745 .location-left .tab-link,#module_542334745 .location-right .tab-link{margin-bottom:50px;}}
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{background-image:none;}
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{background-repeat:no-repeat;}
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{}
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{}
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{background-color:transparent;}
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{}
#module_542334745 .Nav-Container li:hover a,#module_542334745 .Nav-Container li.active a{font-size:16px;}
#module_542334745 .Nav-Container li:hover a,#module_542334745 .Nav-Container li.active a{font-family:微软雅黑,Microsoft YaHei;}
/*tzr 071E55--> #9dd0e1*/
#module_542334745 .Nav-Container li:hover a,#module_542334745 .Nav-Container li.active a{color:#9dd0e1;}
#module_542334745 .Nav-Container li:hover a,#module_542334745 .Nav-Container li.active a{font-weight:bold;}
#module_542334745 .Nav-Container li:hover a,#module_542334745 .Nav-Container li.active a{text-decoration:none;}
#module_542334745 .Nav-Container li:hover a,#module_542334745 .Nav-Container li.active a{font-style:normal;}
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{border-bottom-color:#9dd0e1;}/*tzr edit*/
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{border-bottom-style:solid;}
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{border-bottom-width:0px;}


#module_542334745__tabPane_1967 #Sub542334745_1967 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_542334745__tabPane_1967 #Sub542334745_1967 > .SubContainer {display: table-cell; vertical-align: top;}
#module_542334745__tabPane_1967 .SubPadding {width:10px; height: 100%; position: relative; display: table-cell;}
#module_542334745__tabPane_1967 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_542334745__tabPane_1967 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_542334745__tabPane_1967:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_542334745__tabPane_1967 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_542334745__tabPane_1967 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_542334745__tabPane_1967 #Sub542334745_1967 {display: block;}
#module_542334745__tabPane_1967 #Sub542334745_1967 > .SubPadding {float:left; height: 10px;}
#module_542334745__tabPane_1967 #Sub542334745_1967 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_542334745__tabPane_1967 #Sub542334745_1967 > .SubContainer .SubDrag {display:none;}
#module_542334745__tabPane_1967 #Sub542334745_1967 > .SubPadding {width:5px;}
#module_542334745__tabPane_1967 #Sub542334745_1967 > .SubContainer {width:calc((100% - 10px) / 3) !important;}
#module_542334745__tabPane_1967 #Sub542334745_1967 > .SubPadding3 {display:none;}
}
#module_542334745__tabPane_1967 #Sub542334745_Tab1967_1 {width:16.6667%;}
#module_542334745__tabPane_1967 #Sub542334745_Tab1967_2 {width:16.6667%;}




#module_542334745__tabPane_1968 #Sub542334745_1968 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_542334745__tabPane_1968 #Sub542334745_1968 > .SubContainer {display: table-cell; vertical-align: top;}
#module_542334745__tabPane_1968 .SubPadding {width:10px; height: 100%; position: relative; display: table-cell;}
#module_542334745__tabPane_1968 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_542334745__tabPane_1968 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_542334745__tabPane_1968:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_542334745__tabPane_1968 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_542334745__tabPane_1968 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_542334745__tabPane_1968 #Sub542334745_1968 {display: block;}
#module_542334745__tabPane_1968 #Sub542334745_1968 > .SubPadding {float:left; height: 10px;}
#module_542334745__tabPane_1968 #Sub542334745_1968 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_542334745__tabPane_1968 #Sub542334745_1968 > .SubContainer .SubDrag {display:none;}
#module_542334745__tabPane_1968 #Sub542334745_1968 > .SubPadding {width:5px;}
#module_542334745__tabPane_1968 #Sub542334745_1968 > .SubContainer {width:calc((100% - 10px) / 3) !important;}
#module_542334745__tabPane_1968 #Sub542334745_1968 > .SubPadding3 {display:none;}
}
#module_542334745__tabPane_1968 #Sub542334745_Tab1968_1 {width:16.6667%;}
#module_542334745__tabPane_1968 #Sub542334745_Tab1968_2 {width:16.6667%;}







.module_542334748 .ModuleHead .HeadCenter{float:none;}
#module_542334748 {
padding:0px;
}
#module_542334748 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_542334748 .ModuleHead542334748 {
display:none;
}
#module_542334748 .BodyCenter.BodyCenter542334748 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542334748 >.module_542334748 {
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_542334748 >.module_542334748{
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_542334748 .BodyCenter.BodyCenter542334748 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334748 .BodyCenter.BodyCenter542334748 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334748 >.module_542334748 {
margin-top:9.0090%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:9.0090%;
}
}
@media screen and (max-width: 767px){
#module_542334748 >.module_542334748 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334748 >.module_542334748 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334748:hover {
border:none;
}
#module_542334748:hover >.module_542334748 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334748 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334748 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334748 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334748 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334748 .imageTextGiant-Container{padding-top:10px;}
#module_542334748 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334748 .imageTextGiant-Container{padding-left:10px;}
#module_542334748 .imageTextGiant-Container{padding-right:10px;}
#module_542334748 .showHandle .btn{font-size:14px;}
#module_542334748 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_542334748 .showHandle .btn{color:#333;}
#module_542334748 .showHandle .btn{font-weight:400;}
#module_542334748 .showHandle .btn{text-decoration:none;}
#module_542334748 .showHandle .btn{font-style:normal;}
#module_542334748 .showHandle div{border-top-color:#ddd !important;}
#module_542334748 .showHandle div{border-top-style:solid !important;}
#module_542334748 .showHandle div{border-top-width:1px !important;}
#module_542334748 .showHandle{background-color:transparent;}
#module_542334748 .showHandle{background-image:none;}
#module_542334748 .showHandle{background-repeat:no-repeat;}
#module_542334748 .showHandle{}
#module_542334748 .showHandle{}
#module_542334748 .showHandle{}
#module_542334748 a{font-size:unset;font-family:unset}
#module_542334745__tabPane_1967 #Sub542334745_Tab1967_3 {width:16.6667%;}
#module_542334745__tabPane_1968 #Sub542334745_Tab1968_3 {width:16.6667%;}
.module_542334749 .ModuleHead .HeadCenter{float:none;}
#module_542334749 {
padding:0px;
}
#module_542334749 {
position:static;
z-index:1;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_542334749 .ModuleHead542334749 {
display:none;
}
#module_542334749 .BodyCenter.BodyCenter542334749 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542334749 >.module_542334749 {
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_542334749 >.module_542334749{
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_542334749 .BodyCenter.BodyCenter542334749 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334749 .BodyCenter.BodyCenter542334749 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334749 >.module_542334749 {
margin-top:10.8108%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:10.8108%;
}
}
@media screen and (max-width: 767px){
#module_542334749 >.module_542334749 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334749 >.module_542334749 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334749:hover {
border:none;
}
#module_542334749:hover >.module_542334749 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334749 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334749 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334749 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334749 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334749 .imageTextGiant-Container{padding-top:10px;}
#module_542334749 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334749 .imageTextGiant-Container{padding-left:10px;}
#module_542334749 .imageTextGiant-Container{padding-right:10px;}
#module_542334749 .showHandle .btn{font-size:14px;}
#module_542334749 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_542334749 .showHandle .btn{color:#333;}
#module_542334749 .showHandle .btn{font-weight:400;}
#module_542334749 .showHandle .btn{text-decoration:none;}
#module_542334749 .showHandle .btn{font-style:normal;}
#module_542334749 .showHandle div{border-top-color:#ddd !important;}
#module_542334749 .showHandle div{border-top-style:solid !important;}
#module_542334749 .showHandle div{border-top-width:1px !important;}
#module_542334749 .showHandle{background-color:transparent;}
#module_542334749 .showHandle{background-image:none;}
#module_542334749 .showHandle{background-repeat:no-repeat;}
#module_542334749 .showHandle{}
#module_542334749 .showHandle{}
#module_542334749 .showHandle{}
#module_542334749 a{font-size:unset;font-family:unset}
#module_542334745__tabPane_1967 #Sub542334745_Tab1967_4 {width:16.6667%;}
#module_542334745__tabPane_1967 #Sub542334745_Tab1967_5 {width:16.6667%;}
#module_542334745__tabPane_1967 #Sub542334745_Tab1967_6 {width:16.6667%;}
#module_542334745__tabPane_1968 #Sub542334745_Tab1968_4 {width:16.6667%;}
#module_542334745__tabPane_1968 #Sub542334745_Tab1968_5 {width:16.6667%;}
#module_542334745__tabPane_1968 #Sub542334745_Tab1968_6 {width:16.6667%;}



#module_542334745__tabPane_4028 #Sub542334745_4028 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_542334745__tabPane_4028 #Sub542334745_4028 > .SubContainer {display: table-cell; vertical-align: top;}
#module_542334745__tabPane_4028 .SubPadding {width:10px; height: 100%; position: relative; display: table-cell;}
#module_542334745__tabPane_4028 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_542334745__tabPane_4028 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_542334745__tabPane_4028:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_542334745__tabPane_4028 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_542334745__tabPane_4028 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_542334745__tabPane_4028 #Sub542334745_4028 {display: block;}
#module_542334745__tabPane_4028 #Sub542334745_4028 > .SubPadding {float:left; height: 10px;}
#module_542334745__tabPane_4028 #Sub542334745_4028 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_542334745__tabPane_4028 #Sub542334745_4028 > .SubContainer .SubDrag {display:none;}
#module_542334745__tabPane_4028 #Sub542334745_4028 > .SubPadding {width:0px; display:none;}
#module_542334745__tabPane_4028 #Sub542334745_4028 > .SubContainer {width:100% !important; height: auto;}
}
#module_542334745__tabPane_4028 #Sub542334745_Tab4028_1 {width:50%;}
.module_542334750 .ModuleHead .HeadCenter{float:none;}
#module_542334750 {
padding:0px;
}
#module_542334750 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_542334750 .ModuleHead542334750 {
display:none;
}
#module_542334750 .BodyCenter.BodyCenter542334750 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542334750 >.module_542334750 {
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_542334750 >.module_542334750{
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_542334750 .BodyCenter.BodyCenter542334750 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334750 .BodyCenter.BodyCenter542334750 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334750 >.module_542334750 {
margin-top:4.2336%;
margin-left:0.0000%;
margin-right:0.1460%;
margin-bottom:7.2993%;
}
}
@media screen and (max-width: 767px){
#module_542334750 >.module_542334750 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334750 >.module_542334750 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334750:hover {
border:none;
}
#module_542334750:hover >.module_542334750 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334750 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334750 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334750 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334750 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334750 .imageTextGiant-Container{padding-top:10px;}
#module_542334750 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334750 .imageTextGiant-Container{padding-left:10px;}
#module_542334750 .imageTextGiant-Container{padding-right:10px;}
#module_542334750 .showHandle .btn{font-size:14px;}
#module_542334750 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_542334750 .showHandle .btn{color:#333;}
#module_542334750 .showHandle .btn{font-weight:400;}
#module_542334750 .showHandle .btn{text-decoration:none;}
#module_542334750 .showHandle .btn{font-style:normal;}
#module_542334750 .showHandle div{border-top-color:#ddd !important;}
#module_542334750 .showHandle div{border-top-style:solid !important;}
#module_542334750 .showHandle div{border-top-width:1px !important;}
#module_542334750 .showHandle{background-color:transparent;}
#module_542334750 .showHandle{background-image:none;}
#module_542334750 .showHandle{background-repeat:no-repeat;}
#module_542334750 .showHandle{}
#module_542334750 .showHandle{}
#module_542334750 .showHandle{}
#module_542334750 a{font-size:unset;font-family:unset}
#module_542334745__tabPane_4028 #Sub542334745_Tab4028_2 {width:50%;}
.module_542334751 .ModuleHead .HeadCenter{float:none;}
#module_542334751 {
padding:0px;
}
#module_542334751 {
position:static;
z-index:1;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_542334751 .ModuleHead542334751 {
display:none;
}
#module_542334751 .BodyCenter.BodyCenter542334751 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542334751 >.module_542334751 {
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_542334751 >.module_542334751{
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_542334751 .BodyCenter.BodyCenter542334751 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334751 .BodyCenter.BodyCenter542334751 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334751 >.module_542334751 {
margin-top:4.2336%;
margin-left:0.0000%;
margin-right:0.1460%;
margin-bottom:7.2993%;
}
}
@media screen and (max-width: 767px){
#module_542334751 >.module_542334751 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334751 >.module_542334751 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334751:hover {
border:none;
}
#module_542334751:hover >.module_542334751 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334751 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334751 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334751 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334751 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334751 .imageTextGiant-Container{padding-top:10px;}
#module_542334751 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334751 .imageTextGiant-Container{padding-left:10px;}
#module_542334751 .imageTextGiant-Container{padding-right:10px;}
#module_542334751 .showHandle .btn{font-size:14px;}
#module_542334751 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_542334751 .showHandle .btn{color:#333;}
#module_542334751 .showHandle .btn{font-weight:400;}
#module_542334751 .showHandle .btn{text-decoration:none;}
#module_542334751 .showHandle .btn{font-style:normal;}
#module_542334751 .showHandle div{border-top-color:#ddd !important;}
#module_542334751 .showHandle div{border-top-style:solid !important;}
#module_542334751 .showHandle div{border-top-width:1px !important;}
#module_542334751 .showHandle{background-color:transparent;}
#module_542334751 .showHandle{background-image:none;}
#module_542334751 .showHandle{background-repeat:no-repeat;}
#module_542334751 .showHandle{}
#module_542334751 .showHandle{}
#module_542334751 .showHandle{}
#module_542334751 a{font-size:unset;font-family:unset}


.ModuleGridContainer.ModuleGridContainer542334734 #Sub542334734_2 {width:82.3319%;}
/*轮播图样式*/
.ModuleSlideV2Giant.layout-101 .slider-layout-101 {width: 100%; height: auto; margin: auto; position: relative;font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slider-layout-101 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-101 .slick-dotted.slick-slider {margin-bottom: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slide-box img {position: relative; left: 50%; transform: translate(-50%);}
/*.ModuleSlideV2Giant.layout-101 .slide-box .swiperImg {width:100% !important;}*/
.ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 30px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li {width: auto; height: auto; margin: 0 12px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 18px; height: 18px; padding: 6px; border-radius: 18px; border: unset; border: 1px solid rgba(255, 255, 255, 0);}
.ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 6px; height: 6px; opacity: 1; font-size: 0; background-color: #fff; border-radius: 6px; top: 6px; left: 6px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button:hover {border: 1px solid #fff;}
.ModuleSlideV2Giant.layout-101 .slick-dots li.slick-active button {border-color: rgba(255, 255, 255, 1);}
.ModuleSlideV2Giant.layout-101 .slide-box video{
    width: 100%;
    height: 100%;
    min-height: 32px;
    display: block;
}
@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 6%}
    .ModuleSlideV2Giant.layout-101 .slick-prev {left:2.5%;}
    .ModuleSlideV2Giant.layout-101 .slick-next {right:2.5%;}
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 8%}
    /* .ModuleSlideV2Giant.layout-101 .slick-active{ margin: 0 10px;} */
    .ModuleSlideV2Giant.layout-101 .slick-dots li button{width: 16px;height:16px; border-radius: 16px;}
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 8% !important}
    .ModuleSlideV2Giant.layout-101 .slick-active{  margin: 0 8px !important;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button{width: 12px !important; height: 12px !important;border-radius: 12px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before{width: 4px !important;height: 4px !important;  border-radius: 4px;}


}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li {margin: 0 7.5px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 15px; height: 15px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 5px; height: 5px; top: 5px; left: 5px;}
}.module_542334726 .ModuleHead .HeadCenter{float:none;}
#module_542334726 {
padding:0px;
}
#module_542334726 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_542334726 .ModuleHead542334726 {
display:none;
}
#module_542334726 .BodyCenter.BodyCenter542334726 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542334726 >.module_542334726 {
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_542334726 >.module_542334726{
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_542334726 .BodyCenter.BodyCenter542334726 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334726 .BodyCenter.BodyCenter542334726 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334726 >.module_542334726 {
margin-top:0px;/*tzr 63-->0*/
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334726 >.module_542334726 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334726 >.module_542334726 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334726:hover {
border:none;
}
#module_542334726:hover >.module_542334726 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334726 .slick-dots li button:before{background-color:rgba(0, 0, 0, .5);}
#module_542334726 .slick-dots li button{border-color:rgba(255, 255, 255, 0);}
#module_542334726 .slick-dots li.slick-active button:before, #module_542334726 .slick-dots li:hover button:before{background-color:rgba(255, 255, 255, 1);}
#module_542334726 .slick-dots li.slick-active button, #module_542334726 .slick-dots li button:hover{border-color:rgba(255, 255, 255, 1);}
.ModuleButtonGiant.layout-104 .moduleButton{
	background-color: #000;
	font-size: 12px;
	height: 50px;
	width:180px;
	color:#fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	max-width:100%;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
	 /* display: flex;
    justify-content: center;
    align-items: center; */
}
.ModuleButtonGiant.layout-104 .buttonbox{
	display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
}
.ModuleButtonGiant.layout-104 .buttonbox > span{
	display:inline-flex;
}
.ModuleButtonGiant.layout-104 .moduleButton:hover{
    color:#fff;
}
.ModuleButtonGiant.layout-104 .moduleButton:hover:before{
    background: #333;
}
.ModuleButtonGiant.layout-104 .hvr-sweep-to-right:before,.ModuleButtonGiant.layout-104 .hvr-sweep-to-top:before,.ModuleButtonGiant.layout-104 .Radial-Out:before,.ModuleButtonGiant.layout-104 .RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-104 .Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-104 .Shutter-Out-Vertical:before{
    background: #333
}
.ModuleButtonGiant.layout-104 .BreadsvgIcon{
	flex-direction: column;
	justify-content: center;
}
.ModuleButtonGiant.layout-104 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-104 .BreadIcon{
    font-size: 16px;
}.module_554558532 .ModuleHead .HeadCenter{float:none;}
#module_554558532 {
padding:0px;
}
#module_554558532 {
position:absolute;
z-index:99;
top:59%;
left:8%;
width:17%;
height:9%;
}
@media screen and (max-width: 999px){
    #module_554558532 {
        width: auto;
        height: auto;
        margin-top: 12px;
    }
    #module_554558532 .moduleButton{
        width: auto !important;
        height: auto !important;
        line-height: initial !important;

    }
    #module_554558532 .moduleButton span.ButtonText{
        display: block !important;
        padding: 10% 20px !important;
    }


    #module_554558533 {
        width: auto !important;
        height: auto !important;
        margin-top: 12px !important;
    }
    #module_554558533 .moduleButton{
        width: auto !important;
        height: auto !important;
        line-height: initial !important;

    }
    #module_554558533 .moduleButton span.ButtonText{
        display: block !important;
        padding: 10% 20px !important;
    }
}
#module_554558532 .ModuleHead554558532 {
display:none;
}
#module_554558532 .BodyCenter.BodyCenter554558532 {
background:none;background-color:rgba(0,0,0,0);
}
#module_554558532 >.module_554558532 {
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_554558532 >.module_554558532{
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_554558532 .BodyCenter.BodyCenter554558532 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554558532 .BodyCenter.BodyCenter554558532 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_554558532 >.module_554558532 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554558532 >.module_554558532 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_554558532 >.module_554558532 {box-shadow: 0px 0px 0px 0px #ccc}
#module_554558532:hover {
border:none;
}
#module_554558532:hover >.module_554558532 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_554558532 .BodyCenter{text-align:left;}
#module_554558532 .moduleButton{font-size:14px;}
#module_554558532 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_554558532 .moduleButton{color:#fff;}
#module_554558532 .moduleButton{font-weight:normal;}
#module_554558532 .moduleButton{text-decoration:none;}
#module_554558532 .moduleButton{font-style:normal;}
#module_554558532 .moduleButton, #module_554558532 .moduleButton:before{background-color:#2196f3;}
#module_554558532 .moduleButton, #module_554558532 .moduleButton:before{background-image:none;}
#module_554558532 .moduleButton, #module_554558532 .moduleButton:before{background-repeat:no-repeat;}
#module_554558532 .moduleButton, #module_554558532 .moduleButton:before{background-position:none;}
#module_554558532 .moduleButton, #module_554558532 .moduleButton:before{background-attachment:none;}
#module_554558532 .moduleButton, #module_554558532 .moduleButton:before{}
#module_554558532 .moduleButton{border-color:#000;}
#module_554558532 .moduleButton{border-style:solid;}
#module_554558532 .moduleButton{border-width:0px;}
#module_554558532 .moduleButton{width:180px;}
#module_554558532 .moduleButton,#module_554558532 .BreadsvgIcon{height:50px}
#module_554558532 .BodyCenter{color:#fff;}
#module_554558532 .moduleButton{border-top-left-radius:5px;}
#module_554558532 .moduleButton{border-top-right-radius:5px;}
#module_554558532 .moduleButton{border-bottom-left-radius:5px;}
#module_554558532 .moduleButton{border-bottom-right-radius:5px;}
#module_554558532 .BreadIcon{font-size:16px;} #module_554558532 .BreadsvgIcon svg{width:16px;height:16px;}
#module_554558532 .BreadIcon{color:#fff;} #module_554558532 .BreadsvgIcon svg>*{fill:#fff;}
#module_554558532 .BreadIcon,#module_554558532 .BreadsvgIcon{margin-left:10px;}
#module_554558532 .BreadIcon,#module_554558532 .BreadsvgIcon{margin-right:10px;}
#module_554558532 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_554558532 .moduleButton:hover .BreadIcon{font-size:16px;} #module_554558532 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_554558532 .moduleButton:hover .BreadIcon{color:#fff} #module_554558532 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_554558532 .moduleButton:hover{font-size:14px;}
#module_554558532 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_554558532 .moduleButton:hover{color:#fff;}
#module_554558532 .moduleButton:hover{font-weight:normal;}
#module_554558532 .moduleButton:hover{text-decoration:none;}
#module_554558532 .moduleButton:hover{font-style:normal;}
#module_554558532 .moduleButton:hover, #module_554558532 .moduleButton:hover:before{background-image: unset;background-color:#1976d2;}
#module_554558532 .moduleButton:hover, #module_554558532 .moduleButton:hover:before{background-image:none;}
#module_554558532 .moduleButton:hover, #module_554558532 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_554558532 .moduleButton:hover, #module_554558532 .moduleButton:hover:before{background-position:none;}
#module_554558532 .moduleButton:hover, #module_554558532 .moduleButton:hover:before{background-attachment:none;}
#module_554558532 .moduleButton:hover, #module_554558532 .moduleButton:hover:before{}
#module_554558532 .moduleButton:hover{border-color:transparent;}
#module_554558532 .moduleButton:hover{border-style:solid;}
#module_554558532 .moduleButton:hover{border-width:0px;}
#module_554558532 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

.module_554558533 .ModuleHead .HeadCenter{float:none;}
#module_554558533 {
padding:0px;
}
#module_554558533 {
position:absolute;
z-index:100;
top:52%;
left:63%;
width:17%;
height:9%;
}
#module_554558533 .ModuleHead554558533 {
display:none;
}
#module_554558533 .BodyCenter.BodyCenter554558533 {
background:none;background-color:rgba(0,0,0,0);
}
#module_554558533 >.module_554558533 {
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_554558533 >.module_554558533{
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_554558533 .BodyCenter.BodyCenter554558533 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554558533 .BodyCenter.BodyCenter554558533 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_554558533 >.module_554558533 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554558533 >.module_554558533 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_554558533 >.module_554558533 {box-shadow: 0px 0px 0px 0px #ccc}
#module_554558533:hover {
border:none;
}
#module_554558533:hover >.module_554558533 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_554558533 .BodyCenter{text-align:left;}
#module_554558533 .moduleButton{font-size:14px;}
#module_554558533 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_554558533 .moduleButton{color:#fff;}
#module_554558533 .moduleButton{font-weight:normal;}
#module_554558533 .moduleButton{text-decoration:none;}
#module_554558533 .moduleButton{font-style:normal;}
#module_554558533 .moduleButton, #module_554558533 .moduleButton:before{background-color:#071E55;}
#module_554558533 .moduleButton, #module_554558533 .moduleButton:before{background-image:none;}
#module_554558533 .moduleButton, #module_554558533 .moduleButton:before{background-repeat:no-repeat;}
#module_554558533 .moduleButton, #module_554558533 .moduleButton:before{background-position:none;}
#module_554558533 .moduleButton, #module_554558533 .moduleButton:before{background-attachment:none;}
#module_554558533 .moduleButton, #module_554558533 .moduleButton:before{}
#module_554558533 .moduleButton{border-color:#000;}
#module_554558533 .moduleButton{border-style:solid;}
#module_554558533 .moduleButton{border-width:0px;}
#module_554558533 .moduleButton{width:180px;}
#module_554558533 .moduleButton,#module_554558533 .BreadsvgIcon{height:50px}
#module_554558533 .BodyCenter{color:#fff;}
#module_554558533 .moduleButton{border-top-left-radius:5px;}
#module_554558533 .moduleButton{border-top-right-radius:5px;}
#module_554558533 .moduleButton{border-bottom-left-radius:5px;}
#module_554558533 .moduleButton{border-bottom-right-radius:5px;}
#module_554558533 .BreadIcon{font-size:16px;} #module_554558533 .BreadsvgIcon svg{width:16px;height:16px;}
#module_554558533 .BreadIcon{color:#fff;} #module_554558533 .BreadsvgIcon svg>*{fill:#fff;}
#module_554558533 .BreadIcon,#module_554558533 .BreadsvgIcon{margin-left:10px;}
#module_554558533 .BreadIcon,#module_554558533 .BreadsvgIcon{margin-right:10px;}
#module_554558533 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_554558533 .moduleButton:hover .BreadIcon{font-size:16px;} #module_554558533 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_554558533 .moduleButton:hover .BreadIcon{color:#fff} #module_554558533 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_554558533 .moduleButton:hover{font-size:14px;}
#module_554558533 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_554558533 .moduleButton:hover{color:#fff;}
#module_554558533 .moduleButton:hover{font-weight:normal;}
#module_554558533 .moduleButton:hover{text-decoration:none;}
#module_554558533 .moduleButton:hover{font-style:normal;}
#module_554558533 .moduleButton:hover, #module_554558533 .moduleButton:hover:before{background-image: unset;background-color:rgb(140, 118, 228);}
#module_554558533 .moduleButton:hover, #module_554558533 .moduleButton:hover:before{background-image:none;}
#module_554558533 .moduleButton:hover, #module_554558533 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_554558533 .moduleButton:hover, #module_554558533 .moduleButton:hover:before{background-position:none;}
#module_554558533 .moduleButton:hover, #module_554558533 .moduleButton:hover:before{background-attachment:none;}
#module_554558533 .moduleButton:hover, #module_554558533 .moduleButton:hover:before{}
#module_554558533 .moduleButton:hover{border-color:transparent;}
#module_554558533 .moduleButton:hover{border-style:solid;}
#module_554558533 .moduleButton:hover{border-width:0px;}
#module_554558533 .moduleButton:hover{box-shadow:-4px 0px 0px 0px rgba(0, 0, 0, 0);}

#module_542334726 .SubContainer {max-width:none !important;}
.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridGiant.layout-101{height: 100%;}
.ModuleGridGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 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_542334752 .ModuleHead .HeadCenter{float:none;}
#module_542334752 {
padding:0px;
}
#module_542334752 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_542334752 .ModuleHead542334752 {
display:none;
}
#module_542334752 .BodyCenter.BodyCenter542334752 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542334752 >.module_542334752 {
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_542334752 >.module_542334752{
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_542334752 .BodyCenter.BodyCenter542334752 {
padding-top:3.4218%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.4218%;
}
}
@media screen and (max-width: 767px){
#module_542334752 .BodyCenter.BodyCenter542334752 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334752 >.module_542334752 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334752 >.module_542334752 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334752 >.module_542334752 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334752:hover {
border:none;
}
#module_542334752:hover >.module_542334752 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334752 .ModuleSubContainer{background-color:transparent;}
#module_542334752 .ModuleSubContainer{background-image:none;}
#module_542334752 .ModuleSubContainer{background-repeat:no-repeat;}
#module_542334752 .ModuleSubContainer{background-position:0% 0%;}
#module_542334752 .ModuleSubContainer{background-attachment:scroll;}
#module_542334752 .ModuleSubContainer{}
#module_542334752 {!bgVideo!}{bgVideoUrl:}
#module_542334752 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_542334752 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_542334752 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer542334752 {max-width:1600px;width:auto;}
.module_542337461 .ModuleHead .HeadCenter{float:none;}
#module_542337461 {
padding:0px;
}
#module_542337461 {
position:static;
z-index:1;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_542337461 .ModuleHead542337461 {
display:none;
}
#module_542337461 .BodyCenter.BodyCenter542337461 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542337461 >.module_542337461 {
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_542337461 >.module_542337461{
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_542337461 .BodyCenter.BodyCenter542337461 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542337461 .BodyCenter.BodyCenter542337461 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542337461 >.module_542337461 {
margin-top:4.0503%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:6.9832%;
}
}
@media screen and (max-width: 767px){
#module_542337461 >.module_542337461 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542337461 >.module_542337461 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542337461:hover {
border:none;
}
#module_542337461:hover >.module_542337461 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542337461 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542337461 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542337461 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542337461 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542337461 .imageTextGiant-Container{padding-top:10px;}
#module_542337461 .imageTextGiant-Container{padding-bottom:10px;}
#module_542337461 .imageTextGiant-Container{padding-left:10px;}
#module_542337461 .imageTextGiant-Container{padding-right:10px;}
#module_542337461 .showHandle .btn{font-size:14px;}
#module_542337461 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_542337461 .showHandle .btn{color:#333;}
#module_542337461 .showHandle .btn{font-weight:400;}
#module_542337461 .showHandle .btn{text-decoration:none;}
#module_542337461 .showHandle .btn{font-style:normal;}
#module_542337461 .showHandle div{border-top-color:#ddd !important;}
#module_542337461 .showHandle div{border-top-style:solid !important;}
#module_542337461 .showHandle div{border-top-width:1px !important;}
#module_542337461 .showHandle{background-color:transparent;}
#module_542337461 .showHandle{background-image:none;}
#module_542337461 .showHandle{background-repeat:no-repeat;}
#module_542337461 .showHandle{}
#module_542337461 .showHandle{}
#module_542337461 .showHandle{}
#module_542337461 a{font-size:unset;font-family:unset}
.module_542337463 .ModuleHead .HeadCenter{float:none;}
#module_542337463 {
padding:0px;
}
#module_542337463 {
position:static;
z-index:2;
top:26px;
left:0px;
width:100%;
height: auto;
}
#module_542337463 .ModuleHead542337463 {
display:none;
}
#module_542337463 .BodyCenter.BodyCenter542337463 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542337463 >.module_542337463 {
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_542337463 >.module_542337463{
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_542337463 .BodyCenter.BodyCenter542337463 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542337463 .BodyCenter.BodyCenter542337463 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542337463 >.module_542337463 {
margin-top:4.0503%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:6.9832%;
}
}
@media screen and (max-width: 767px){
#module_542337463 >.module_542337463 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542337463 >.module_542337463 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542337463:hover {
border:none;
}
#module_542337463:hover >.module_542337463 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542337463 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542337463 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542337463 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542337463 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542337463 .imageTextGiant-Container{padding-top:10px;}
#module_542337463 .imageTextGiant-Container{padding-bottom:10px;}
#module_542337463 .imageTextGiant-Container{padding-left:10px;}
#module_542337463 .imageTextGiant-Container{padding-right:10px;}
#module_542337463 .showHandle .btn{font-size:14px;}
#module_542337463 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_542337463 .showHandle .btn{color:#333;}
#module_542337463 .showHandle .btn{font-weight:400;}
#module_542337463 .showHandle .btn{text-decoration:none;}
#module_542337463 .showHandle .btn{font-style:normal;}
#module_542337463 .showHandle div{border-top-color:#ddd !important;}
#module_542337463 .showHandle div{border-top-style:solid !important;}
#module_542337463 .showHandle div{border-top-width:1px !important;}
#module_542337463 .showHandle{background-color:transparent;}
#module_542337463 .showHandle{background-image:none;}
#module_542337463 .showHandle{background-repeat:no-repeat;}
#module_542337463 .showHandle{}
#module_542337463 .showHandle{}
#module_542337463 .showHandle{}
#module_542337463 a{font-size:unset;font-family:unset}
.module_542334757 .ModuleHead .HeadCenter{float:none;}
#module_542334757 {
padding:0px;
}
#module_542334757 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_542334757 .ModuleHead542334757 {
display:none;
}
#module_542334757 .BodyCenter.BodyCenter542334757 {
background:none;background-color:rgb(247, 248, 251);
}
#module_542334757 >.module_542334757 {
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_542334757 >.module_542334757{
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_542334757 .BodyCenter.BodyCenter542334757 {
padding-top:3.5615%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.9553%;
}
}
@media screen and (max-width: 767px){
#module_542334757 .BodyCenter.BodyCenter542334757 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334757 >.module_542334757 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334757 >.module_542334757 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334757 >.module_542334757 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334757:hover {
border:none;
}
#module_542334757:hover >.module_542334757 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334757 .ModuleSubContainer{background-color:transparent;}
#module_542334757 .ModuleSubContainer{background-image:none;}
#module_542334757 .ModuleSubContainer{background-repeat:no-repeat;}
#module_542334757 .ModuleSubContainer{background-position:0% 0%;}
#module_542334757 .ModuleSubContainer{background-attachment:scroll;}
#module_542334757 .ModuleSubContainer{}
#module_542334757 {!bgVideo!}{bgVideoUrl:}
#module_542334757 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_542334757 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_542334757 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer542334757 {max-width:1600px;width:auto;}
.ModuleGridContainer.ModuleGridContainer542334757 .SubPadding {width:0px;}
.ModuleGridContainer.ModuleGridContainer542334757 #Sub542334757_1 {width:4.4693%;}
.module_542334758 .ModuleHead .HeadCenter{float:none;}
#module_542334758 {
padding:0px;
}
#module_542334758 {
position:static;
z-index:0;
top:1848px;
left:309px;
width:100%;
height: auto;
}
#module_542334758 .ModuleHead542334758 {
display:none;
}

#module_542334758 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334758 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334758 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334758 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334758 .imageTextGiant-Container{padding-top:10px;}
#module_542334758 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334758 .imageTextGiant-Container{padding-left:10px;}
#module_542334758 .imageTextGiant-Container{padding-right:10px;}
#module_542334758 .showHandle .btn{font-size:14px;}
#module_542334758 .showHandle .btn{font-family:;}
#module_542334758 .showHandle .btn{color:#333;}
#module_542334758 .showHandle .btn{font-weight:400;}
#module_542334758 .showHandle .btn{text-decoration:none;}
#module_542334758 .showHandle .btn{font-style:normal;}
#module_542334758 .showHandle div{border-top-color:#ddd !important;}
#module_542334758 .showHandle div{border-top-style:solid !important;}
#module_542334758 .showHandle div{border-top-width:1px !important;}
#module_542334758 .showHandle{background-color:transparent;}
#module_542334758 .showHandle{}
#module_542334758 .showHandle{background-repeat:no-repeat;}
#module_542334758 .showHandle{}
#module_542334758 .showHandle{}
#module_542334758 .showHandle{}
#module_542334758 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer542334757 #Sub542334757_2 {width:11.4525%;}
.module_542334760 .ModuleHead .HeadCenter{float:none;}
#module_542334760 {
padding:0px;
}
#module_542334760 {
position:static;
z-index:1;
top:1848px;
left:757px;
width:100%;
height: auto;
}
#module_542334760 .ModuleHead542334760 {
display:none;
}
#module_542334760 .BodyCenter.BodyCenter542334760 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542334760 >.module_542334760 {
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_542334760 >.module_542334760{
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_542334760 .BodyCenter.BodyCenter542334760 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334760 .BodyCenter.BodyCenter542334760 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334760 >.module_542334760 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334760 >.module_542334760 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334760 >.module_542334760 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334760:hover {
border:none;
}
#module_542334760:hover >.module_542334760 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334760 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334760 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334760 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334760 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334760 .imageTextGiant-Container{padding-top:10px;}
#module_542334760 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334760 .imageTextGiant-Container{padding-left:10px;}
#module_542334760 .imageTextGiant-Container{padding-right:10px;}
#module_542334760 .showHandle .btn{font-size:14px;}
#module_542334760 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_542334760 .showHandle .btn{color:#333;}
#module_542334760 .showHandle .btn{font-weight:400;}
#module_542334760 .showHandle .btn{text-decoration:none;}
#module_542334760 .showHandle .btn{font-style:normal;}
#module_542334760 .showHandle div{border-top-color:#ddd !important;}
#module_542334760 .showHandle div{border-top-style:solid !important;}
#module_542334760 .showHandle div{border-top-width:1px !important;}
#module_542334760 .showHandle{background-color:transparent;}
#module_542334760 .showHandle{background-image:none;}
#module_542334760 .showHandle{background-repeat:no-repeat;}
#module_542334760 .showHandle{}
#module_542334760 .showHandle{}
#module_542334760 .showHandle{}
#module_542334760 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer542334757 #Sub542334757_5 {width:11.4525%;}
.module_542334761 .ModuleHead .HeadCenter{float:none;}
#module_542334761 {
padding:0px;
}
#module_542334761 {
position:static;
z-index:0;
top:1847px;
left:979px;
width:100%;
height: auto;
}
#module_542334761 .ModuleHead542334761 {
display:none;
}

#module_542334761 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334761 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334761 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334761 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334761 .imageTextGiant-Container{padding-top:10px;}
#module_542334761 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334761 .imageTextGiant-Container{padding-left:10px;}
#module_542334761 .imageTextGiant-Container{padding-right:10px;}
#module_542334761 .showHandle .btn{font-size:14px;}
#module_542334761 .showHandle .btn{font-family:;}
#module_542334761 .showHandle .btn{color:#333;}
#module_542334761 .showHandle .btn{font-weight:400;}
#module_542334761 .showHandle .btn{text-decoration:none;}
#module_542334761 .showHandle .btn{font-style:normal;}
#module_542334761 .showHandle div{border-top-color:#ddd !important;}
#module_542334761 .showHandle div{border-top-style:solid !important;}
#module_542334761 .showHandle div{border-top-width:1px !important;}
#module_542334761 .showHandle{background-color:transparent;}
#module_542334761 .showHandle{}
#module_542334761 .showHandle{background-repeat:no-repeat;}
#module_542334761 .showHandle{}
#module_542334761 .showHandle{}
#module_542334761 .showHandle{}
#module_542334761 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer542334757 #Sub542334757_6 {width:52.5140%;}
.ModuleGridContainer.ModuleGridContainer542334757 #Sub542334757_7 {width:20.1117%;}
.module_542334762 .ModuleHead .HeadCenter{float:none;}
#module_542334762 {
padding:0px;
}
#module_542334762 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_542334762 .ModuleHead542334762 {
display:none;
}
/*tzr 071E55  -> 161015  */
#module_542334762 .BodyCenter.BodyCenter542334762 {
background:none;background-color:#161015;
}
#module_542334762 >.module_542334762 {
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_542334762 >.module_542334762{
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_542334762 .BodyCenter.BodyCenter542334762 {
padding-top:0.0000%;
padding-left:3.6313%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334762 .BodyCenter.BodyCenter542334762 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334762 >.module_542334762 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334762 >.module_542334762 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334762 >.module_542334762 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334762:hover {
border:none;
}
#module_542334762:hover >.module_542334762 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334762 .ModuleSubContainer{background-color:transparent;}
#module_542334762 .ModuleSubContainer{background-image:none;}
#module_542334762 .ModuleSubContainer{background-repeat:no-repeat;}
#module_542334762 .ModuleSubContainer{background-position:0% 0%;}
#module_542334762 .ModuleSubContainer{background-attachment:scroll;}
#module_542334762 .ModuleSubContainer{}
#module_542334762 {!bgVideo!}{bgVideoUrl:}
#module_542334762 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_542334762 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_542334762 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer542334762 {max-width:1600px;width:auto;}
.module_542334763 .ModuleHead .HeadCenter{float:none;}
#module_542334763 {
padding:0px;
}
#module_542334763 {
position:static;
z-index:2;
top:-115px;
left:0px;
width:100%;
height: auto;
}
#module_542334763 .ModuleHead542334763 {
display:none;
}
#module_542334763 {
border:none;
}
@media screen and (min-width: 768px){
#module_542334763 >.module_542334763 {
}
}
@media screen and (max-width: 767px){
#module_542334763 >.module_542334763 {
margin-top:4.6110%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_542334763 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334763 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334763 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334763 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334763 .imageTextGiant-Container{padding-top:10px;}
#module_542334763 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334763 .imageTextGiant-Container{padding-left:10px;}
#module_542334763 .imageTextGiant-Container{padding-right:10px;}
#module_542334763 .showHandle .btn{font-size:14px;}
#module_542334763 .showHandle .btn{font-family:;}
#module_542334763 .showHandle .btn{color:#333;}
#module_542334763 .showHandle .btn{font-weight:400;}
#module_542334763 .showHandle .btn{text-decoration:none;}
#module_542334763 .showHandle .btn{font-style:normal;}
#module_542334763 .showHandle div{border-top-color:#ddd !important;}
#module_542334763 .showHandle div{border-top-style:solid !important;}
#module_542334763 .showHandle div{border-top-width:1px !important;}
#module_542334763 .showHandle{background-color:transparent;}
#module_542334763 .showHandle{}
#module_542334763 .showHandle{background-repeat:no-repeat;}
#module_542334763 .showHandle{}
#module_542334763 .showHandle{}
#module_542334763 .showHandle{}
#module_542334763 a{font-size:unset;font-family:unset}
.module_542334764 .ModuleHead .HeadCenter{float:none;}
#module_542334764 {
padding:0px;
}
#module_542334764 {
position:static;
z-index:0;
top:2004px;
left:81px;
width:100%;
height: auto;
}
#module_542334764 .ModuleHead542334764 {
display:none;
}

#module_542334764 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334764 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334764 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334764 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334764 .imageTextGiant-Container{padding-top:10px;}
#module_542334764 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334764 .imageTextGiant-Container{padding-left:10px;}
#module_542334764 .imageTextGiant-Container{padding-right:10px;}
#module_542334764 .showHandle .btn{font-size:14px;}
#module_542334764 .showHandle .btn{font-family:;}
#module_542334764 .showHandle .btn{color:#333;}
#module_542334764 .showHandle .btn{font-weight:400;}
#module_542334764 .showHandle .btn{text-decoration:none;}
#module_542334764 .showHandle .btn{font-style:normal;}
#module_542334764 .showHandle div{border-top-color:#ddd !important;}
#module_542334764 .showHandle div{border-top-style:solid !important;}
#module_542334764 .showHandle div{border-top-width:1px !important;}
#module_542334764 .showHandle{background-color:transparent;}
#module_542334764 .showHandle{}
#module_542334764 .showHandle{background-repeat:no-repeat;}
#module_542334764 .showHandle{}
#module_542334764 .showHandle{}
#module_542334764 .showHandle{}
#module_542334764 a{font-size:unset;font-family:unset}
.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .subnav li a {
    font-size: 15px;
}

.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.mobileFootNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ModuleMobileNavGiant.layout-101 .maxlarge {
    max-width: 10rem;
}

.ModuleMobileNavGiant.layout-101 .maxmiddle {
    max-width: 8rem;
}

.ModuleMobileNavGiant.layout-101 .header-model {
    width: 100%;
    height: 3rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    background: #333333;
    max-height: calc(100vh);
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
}

.mobileNavFloatLayer_1 {
    display: block;
    visibility: hidden;
    width: 17rem;
    height: 100%;
    -ms-transform: translateX(-17rem);
    -khtml-transform: translateX(-17rem);
    -webkit-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    transform: translateX(-17rem);
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    z-index: 9999
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li {
    color: #fff;
    border-bottom: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.on {
    border-left: 5px solid #888888;
    transition: all .3s ease-out
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a {
    padding-left: 15%;
    font-size: 15px;
    color: #fff;
    display: block;
    height: 65px;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a .main-class-colorlump {
    width: 10px;
    height: 66px;
    background-color: #888;
    display: none;
    vertical-align: middle;
    top: unset;
    margin-right: 0;
    transform: unset;
    position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
    width: 18.5px;
    height: 20px;
    display: inline-block;
    margin-right: 1.06rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open>a .more:before {
    content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
    z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
    line-height: 65px;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
    padding-left: 30%;
}

/*滚动条*/

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    overflow: auto;
    height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
    position: relative;
    top: 0;
}

/*二级导航*/

.ModuleMobileNavGiant.layout-101 .subnav a {
    padding-left: 25%;
    display: block;
    font-size: 15px;
    position: relative;
    height: 65px;
    /*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
    display: flex;
    height: 50px!important;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0
}

.ModuleMobileNavGiant.layout-101 header {
    box-sizing: border-box;
    width: 100%
}



.bodyfixd {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bodyabstre {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}



.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
    border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
    border: 0 ! important
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
    border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
    max-height: 40px;
    padding-right: 8pt;
    padding-left: 8pt;
    /* margin-right: 8px;
     margin-left: 15px;
    padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
    display: flex;
    width: calc(100% - 60px);
    margin-left: 50px;
    margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
    width: 56px;
    text-align: center;
    display: block;
}

.ModuleMobileNavGiant.layout-101 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-101 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .mobileNav {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        position: fixed;
    }
    .mobileNavFloatLayer_1 {
        display: block;
        visibility: hidden;
        width: 17rem;
        height: 100%;
        -ms-transform: translateX(-17rem);
        -khtml-transform: translateX(-17rem);
        -webkit-transform: translateX(-17rem);
        -o-transform: translateX(-17rem);
        -moz-transform: translateX(-17rem);
        transform: translateX(-17rem);
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        z-index: 9999
    }
    .mobileNavFloatLayer_r {
        right: 0;
        -ms-transform: translateX(17rem);
        -khtml-transform: translateX(17rem);
        -webkit-transform: translateX(17rem);
        -o-transform: translateX(17rem);
        -moz-transform: translateX(17rem);
        transform: translateX(17rem);
    }
}

@media only screen and (min-width: 768px) {
    .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
        margin-top: 0px;
    }
    .ModuleMobileNavGiant.layout-101 .header-model {
        display: none;
    }
}

.ModuleMobileNavGiant.layout-101 .icon-dianhua-moren {
    font-weight: normal;
}

.ModuleMobileNavGiant.layout-101 .icon-sousuo {
    font-weight: 750;
}

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_542334718 .ModuleHead .HeadCenter{float:none;}
#module_542334718 {
padding:0px;
}
#module_542334718 {
}
#module_542334718 .ModuleHead542334718 {
display:none;
}
#module_542334718 .BodyCenter.BodyCenter542334718 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542334718 >.module_542334718 {
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_542334718 >.module_542334718{
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_542334718 .BodyCenter.BodyCenter542334718 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_542334718 .BodyCenter.BodyCenter542334718 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_542334718 >.module_542334718 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_542334718 >.module_542334718 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_542334718 >.module_542334718 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334718:hover {
border:none;
}
#module_542334718:hover >.module_542334718 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334718 .langlistbox{background-color:#fff} #module_542334718 .langlistbox .jt{border-bottom-color:#fff}
#module_542334718 .langlistbox .langinfo{color:#333333}
#module_542334718 .langlistbox .langinfo{background-color:#fff}
#module_542334718 .langlistbox .langinfo{border-color:#333333}
#module_542334718 .langlistbox .langtxt{ font-size:16px }
#module_542334718 .langlistbox .langtxt{ color:#333333 }
#module_542334718 {}#module_542334718.layout-101 #header{border-bottom-color:transparent;}
#module_542334718 {}#module_542334718.layout-101 #header{border-bottom-style:none;}
#module_542334718 {}#module_542334718.layout-101 #header{border-bottom-width:0px;}
#module_542334718 {}#module_542334718.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_542334718 {}#module_542334718.layout-101 #MobileNav{background-color: transparent;} #module_542334718.layout-101 #header{background-color:#161015;}/*tzr edit 071E55-->161015 */
#module_542334718 {}#module_542334718.layout-101 #header{}
#module_542334718 {}#module_542334718.layout-101 #header p{font-Family:微软雅黑,Microsoft YaHei;}
#module_542334718 {}#module_542334718.layout-101 #header p{font-size:16px;}
#module_542334718 {}#module_542334718.layout-101 #header p{color:#fff;}
#module_542334718 {}#module_542334718.layout-101 #header p{font-weight:normal;}
#module_542334718 {}#module_542334718.layout-101 #header p{text-decoration:none;}
#module_542334718 {}#module_542334718.layout-101 #header p{font-style:normal;}
#module_542334718 {}#module_542334718.layout-101 .lcitem .rect{background:#fff;} #module_542334718.layout-101 .icons{color:#fff;} #module_542334718.layout-101 .svgdiv svg>*{fill:#fff;}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item ul li{border-bottom-color:rgb(216, 216, 216);}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item,#module_542334718.layout-101 #MobileNavFloatLayer{background-color:#161015;}/*tzr edit rgb(46, 126, 214) -->#161015 */
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item,#module_542334718.layout-101 #MobileNavFloatLayer{}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li>a{background:#161015;}/*tzr edit rgb(46, 126, 214)-->#161015*/
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li>a{}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li>a,#module_542334718.layout-101 .micro-nav-item>ul>li>a p{color:#fff;}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li .subnav a{background:rgb(46, 126, 214);}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li .subnav a,#module_542334718.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li>a,#module_542334718.layout-101 .micro-nav-item>ul>li>a p{font-family:微软雅黑,Microsoft YaHei;}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li>a,#module_542334718.layout-101 .micro-nav-item>ul>li>a p{font-size:15px;}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li .subnav a,#module_542334718.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:微软雅黑,Microsoft YaHei;}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li .subnav a,#module_542334718.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:15px;}
#module_542334718 .langlistbox li:hover .langinfo,#module_542334718 .langactive .langinfo {color:#fff}
#module_542334718 .langlistbox li:hover .langinfo,#module_542334718 .langactive .langinfo{background-color:#333333}
#module_542334718 .langlistbox li:hover .langinfo,#module_542334718 .langactive .langinfo{border-color:#333333}
#module_542334718 .langlistbox li:hover .langtxt,#module_542334718 .langactive .langtxt{ color:#333333 }
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li>a:hover,#module_542334718.layout-101 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:#585858;}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:#4a4747;}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_542334718.layout-101 .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_542334719 .ModuleHead .HeadCenter{float:none;}
#module_542334719 {
padding:0px;
}
#module_542334719 {
}
#module_542334719 .ModuleHead0 {
display:none;
}

#module_542334719 .defaultbtn{background-color:#fff}
#module_542334719 .defaultbtn{}
#module_542334719 .spotgroup{color:#000}
#module_542334719 .itembtn{background-color:#fff}
#module_542334719 .itembtn{}
#module_542334719 .itemicon{color:#666} #module_542334719 svg>*{fill:#666}
#module_542334719 .itemtext{background-color:#fff} #module_542334719 .itemtextright::before{border-left-color:#fff} #module_542334719 .itemtextleft::before{border-right-color:#fff}
#module_542334719 .itemtext{}
#module_542334719 .itemtext{font-size:12px;}
#module_542334719 .itemtext{font-family:;}
#module_542334719 .itemtext{color:#666 !important;}
#module_542334719 .itemtext{font-weight:normal;}
#module_542334719 .itemtext{text-decoration:none;}
#module_542334719 .itemtext{font-style:normal;}
#module_542334719 .defaultbtnbghover{background-color:#000000}
#module_542334719 .defaultbtnbghover{}
#module_542334719 .defaultbtniconbghover{color:#fff}
.module_542334720 .ModuleHead .HeadCenter{float:none;}
#module_542334720 {
padding:0px;
}
#module_542334720 {
}
#module_542334720 .ModuleHead0 {
display:none;
}
#module_542334720 .ModuleHead .HeadText.HeadText0 {
}
#module_542334720 .ModuleHead .HeadTextMore.HeadTextMore0 {
}
#module_542334720 >.module_0 {
border:none;
}
@media screen and (min-width: 768px){
#module_542334720 .BodyCenter.BodyCenter0 {
}
}
@media screen and (max-width: 767px){
#module_542334720 .BodyCenter.BodyCenter0 {
}
}
#module_542334720 .BodyCenter.BodyCenter0 {
}
#module_542334720 .BodyCenter a {
}

#module_542334720 .foot-nav-list{background-color:rgb(0, 0, 0) !important;}
#module_542334720 .foot-nav-list{border-top-color:;}
#module_542334720 .foot-nav-list{border-top-style:;}
#module_542334720 .foot-nav-list{border-top-width:px;}
#module_542334720 #MobileFootNav{box-shadow:;}
#module_542334720 .icon{color: !important;} #module_542334720 .icon svg >*{fill:}
#module_542334720 .itemText{font-size:px;}
#module_542334720 .itemText{font-family:;}
#module_542334720 .itemText{color: !important;}
#module_542334720 .itemText{}
#module_542334720 .itemText{}
#module_542334720 .itemText{}
#module_542334720 .iconh{color: !important;}  #module_542334720 .iconh svg >*{fill:}
#module_542334720 .itemTexth{font-size:px;}
#module_542334720 .itemTexth{font-family:;}
#module_542334720 .itemTexth{color: !important;}
#module_542334720 .itemTexth{}
#module_542334720 .itemTexth{}
#module_542334720 .itemTexth{}




