.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;
}
#module_542334733 .BodyCenter.BodyCenter542334733 {
background:none;background-color:#FFF;
}
#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;
}
#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:px;}
#module_542334737 .Nav-Container li a{margin-right:px;}
#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:99px;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;}
#module_542334737 .Nav-Container li a{color:#071E55;}
#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: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:#071E55;}
#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:#071E55;}
#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_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_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_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;
}
#module_542334734 .BodyCenter.BodyCenter542334734 {
background:none;background-color:#FFF;
}
#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;
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{font-family:;}
#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:150;}@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;}
#module_542334745 .Nav-Container li a{color:#071E55;}
#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;}
#module_542334745 .Nav-Container li:hover a,#module_542334745 .Nav-Container li.active a{color:#071E55;}
#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:#071E55;}
#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_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_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_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%;}
.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_547389186 .ModuleHead .HeadCenter{float:none;}
#module_547389186 {
padding:0px;
}
#module_547389186 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_547389186 .ModuleHead547389186 {
display:none;
}
#module_547389186 .BodyCenter.BodyCenter547389186 {
background:none;background-color:rgba(0,0,0,0);
}
#module_547389186 >.module_547389186 {
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_547389186 >.module_547389186{
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_547389186 .BodyCenter.BodyCenter547389186 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_547389186 .BodyCenter.BodyCenter547389186 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_547389186 >.module_547389186 {
margin-top:6.1350%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_547389186 >.module_547389186 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:4.2254%;
}
}
#module_547389186 >.module_547389186 {box-shadow: 0px 0px 0px 0px #ccc}
#module_547389186:hover {
border:none;
}
#module_547389186:hover >.module_547389186 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_547389186 .ModuleSubContainer{background-color:transparent;}
#module_547389186 .ModuleSubContainer{background-image:none;}
#module_547389186 .ModuleSubContainer{background-repeat:no-repeat;}
#module_547389186 .ModuleSubContainer{background-position:0% 0%;}
#module_547389186 .ModuleSubContainer{background-attachment:scroll;}
#module_547389186 .ModuleSubContainer{}
#module_547389186 {!bgVideo!}{bgVideoUrl:}
#module_547389186 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_547389186 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_547389186 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer547389186 {max-width:1600px;width:auto;}
/*layout-105内容*/
.flexs{ display: flex;  flex-wrap: wrap;  align-content: flex-start;}
.ModuleProductListGiant.layout-105 .pro-container>li{ position: relative;transition: all .5s ease-out 0s;}
.ModuleProductListGiant.layout-105  .pro-container li{float: left; margin: 0 2% 2% 0 ; border: 1px solid #ccc; background: #fff; font-size: 16px; cursor: pointer; transition: all 0.3s ease-out 0s;}
.ModuleProductListGiant.layout-105  .pro-container li .pro-img{ list-style-type: none;  display: block; overflow: hidden;  max-width: 100%;  width: 100%;  border:1px solid red;  position: relative;}
.ModuleProductListGiant.layout-105  .pro-container li .pro-img .dummy{  padding-top: 100%;  }
.ModuleProductListGiant.layout-105  .pro-container li .pro-img img{transition: all .3s ease-out 0s; position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  max-width: 100%;  max-height: 100%;  display: block;  margin:auto;  padding: auto;  }
.ModuleProductListGiant.layout-105  .pro-container li .pro-tit{ padding: 15px 15px; position: relative; transition: all .3s ease-out 0s;}
.ModuleProductListGiant.layout-105  .pro-container li .pro-tit .pro-name{ margin-bottom: 5px; overflow: hidden;  overflow: hidden;  text-overflow: ellipsis; /*white-space: nowrap;*/ }
.ModuleProductListGiant.layout-105  .pro-container li .pro-tit .pro-desc{margin-top: 10px !important;  margin-bottom: 15px !important;  color:rgb( 102,102,102); /*text-overflow: ellipsis;  overflow: hidden;  white-space: nowrap;*/ }
.ModuleProductListGiant.layout-105  .pro-container li .pro-buybtn{position:relative;z-index:100; float: right; display:inline-block; margin-top: -34px;cursor: pointer;}
.ModuleProductListGiant.layout-105  .pro-container li .pro-tit .pro-price{ font-size: 18px; color: rgb(241,2,20); font-weight: bold;}
.ModuleProductListGiant.layout-105  .pro-container li .pro-tit .pro-price del{ color:rgb( 102,102,102);font-weight: 100; padding-left: 5px; }
.ModuleProductListGiant.layout-105  .pro-container li .pro-tit .pro-buybtn span{background-size: 100% 100%; width: 26px; height: 23px; display:inline-block;font-size: 26px;}
.ModuleProductListGiant.layout-105  .pro-container li:hover .pro-tit{ background: transparent;}
.ModuleProductListGiant.layout-105  .pro-container li:hover { border: 1px solid #f10214;transition: all 0.5s ease-out;}
.ModuleProductListGiant.layout-105  .pro-container li:hover img{ transform:scale(1.1); -moz-transform:scale(1.1);  -webkit-transform:scale(1.1);  -o-transform:scale(1.1); }
.ModuleProductListGiant.layout-105  .pro-container li:hover .pro-tit .pro-buybtn span{color: #fff;}
.ModuleProductListGiant.layout-105 .pro-desc>span{word-break: break-word !important; display:block;}
.ModuleProductListGiant.layout-105 .pro-name{word-break: break-word !important;}
.ModuleProductListGiant.layout-105  .pro-container li:hover .pro-tit .pro-name ,
.ModuleProductListGiant.layout-105 .pro-container li:hover .pro-tit .pro-desc ,
.ModuleProductListGiant.layout-105 .pro-container li:hover .pro-tit .pro-price,
.ModuleProductListGiant.layout-105 .pro-container li:hover .pro-tit .pro-price del{ color: #fff;}
.ModuleProductListGiant.layout-105 a:active,.ModuleProductListGiant.layout-105 a:visited,.ModuleProductListGiant.layout-105 a:focus{text-decoration: none;}
.ModuleProductListGiant.layout-105 .pro-params .param{line-height: 1.5; overflow: hidden;white-space: nowrap; text-overflow: ellipsis}
.ModuleProductListGiant.layout-105 .smailtool{align-items: flex-start;position: absolute; top:15px; right: 15px; display: flex; }
.ModuleProductListGiant.layout-105 .VRDiv{ display: flex; justify-content: flex-start;align-items: center; margin-right: 5px; color:#fff;font-size: 14px; background-color: rgba(0,0,0,0.4); border-radius: 8px;padding:8px 12px;}
.ModuleProductListGiant.layout-105 .VRDiv > svg{ width: 16px; height: 16px;fill: #fff;}
.ModuleProductListGiant.layout-105 .VRTipstxt{ margin-left: 8px;    text-overflow: ellipsis; overflow: hidden;white-space: nowrap;}
@media screen and (min-width: 768px) {
    .ModuleProductListGiant.layout-105 .pred-filter{display: block}
    .ModuleProductListGiant.layout-105 .silder-filter,.btn-filter{display: none}
    .ModuleProductListGiant.layout-105   li.col-lg-2 {width: 49%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(2n).col-lg-2{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-lg-3 {width:32%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(3n).col-lg-3{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-lg-4 {width: 23.5%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(4n).col-lg-4{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-lg-5 {width:18.4%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(5n).col-lg-5{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-lg-6 {width:15%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(6n).col-lg-6{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-lg-1 {width: 100%; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(n).col-lg-1{ margin-right: 0 !important;}
}

.ModuleProductListGiant.layout-105 .bean-finish{background: #f10215;color:#fff;}
.ModuleProductListGiant.layout-105 .items-active{background: transparent;border: 1px solid transparent;color: #f10215;}
.ModuleProductListGiant.layout-105 .selected-light:hover{color:#f10215;}
.ModuleProductListGiant.layout-105 .choosed-tab{color:#f10215}

@media only screen and (max-width: 767px) {
    .ModuleProductListGiant.layout-105 .smailtool{ right: 5px}
    .ModuleProductListGiant.layout-105 .VRDiv{max-width: 100px;overflow: hidden;}
    .ModuleProductListGiant.layout-105 .pred-filter{display: none}
    .ModuleProductListGiant.layout-105 .silder-filter,.btn-filter{display: block}
    .ModuleProductListGiant.layout-105   .pro-container{ width: 100%;}
    .ModuleProductListGiant.layout-105   .pro-container  li{ margin: 0 2% 2% 0 !important; }
    .ModuleProductListGiant.layout-105   .pro-container li .pro-img{  overflow: hidden; display: block;}
    .ModuleProductListGiant.layout-105   .pro-container li{ width: 49%;  background: #fff; font-size: 15px;}
    .ModuleProductListGiant.layout-105   .pro-container li .pro-tit .pro-price{ font-size: 14px; font-weight: normal;}
    .ModuleProductListGiant.layout-105 .pro-container li .pro-tit {  padding: 10px 15px;}

    .ModuleProductListGiant.layout-105   li.col-xs-2 {width: 49% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(2n).col-xs-2{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-xs-3 {width:32% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(3n).col-xs-3{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-xs-4 {width: 23.5% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(4n).col-xs-4{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-xs-5 {width:18.4% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(5n).col-xs-5{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-xs-6 {width:15% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(6n).col-xs-6{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105   li.col-xs-1 {width: 100% !important; padding-right:0;  padding-left:0;}
    .ModuleProductListGiant.layout-105   li:nth-child(n).col-xs-1{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-105  .pro-container li .pro-tit .pro-desc{padding-bottom:5px;}
}
.ModuleProductListGiant.layout-105 .videosDiv{border-radius: 8px;padding:8px 12px;background:rgba(0,0,0,0.4);}
.ModuleProductListGiant.layout-105 .videosTis{color: #fff;font-size: 12px;}
.ModuleProductListGiant.layout-105 .videosTis > svg{ width: 12px; height: 12px;fill: #fff;}
.ModuleProductListGiant.layout-105 .pagerGiant .inputer{outline: 0;}
.module_547389187 .ModuleHead .HeadCenter{float:none;}
#module_547389187 {
padding:0px;
}
#module_547389187 {
}
#module_547389187 .ModuleHead547389187 {
display:none;
}
#module_547389187 .BodyCenter.BodyCenter547389187 {
background:none;background-color:rgba(0,0,0,0);
}
#module_547389187 >.module_547389187 {
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_547389187 >.module_547389187{
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_547389187 .BodyCenter.BodyCenter547389187 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_547389187 .BodyCenter.BodyCenter547389187 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_547389187 >.module_547389187 {
margin-top:3.1425%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_547389187 >.module_547389187 {
margin-top:14.3662%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_547389187 >.module_547389187 {box-shadow: 0px 0px 0px 0px #ccc}
#module_547389187:hover {
border:none;
}
#module_547389187:hover >.module_547389187 {
border-color:#ccc;
}
#module_547389187:hover >.module_547389187 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_547389187 .videosDiv{background-color:rgba(0,0,0,0.4);}
#module_547389187 .videosDiv{background-image:none;}
#module_547389187 .videosDiv{background-repeat:no-repeat;}
#module_547389187 .videosDiv{}
#module_547389187 .videosDiv{}
#module_547389187 .videosDiv{}
#module_547389187 .videosDiv{border-top-left-radius:8px;}
#module_547389187 .videosDiv{border-top-right-radius:8px;}
#module_547389187 .videosDiv{border-bottom-left-radius:8px;}
#module_547389187 .videosDiv{border-bottom-right-radius:8px;}
#module_547389187 .videosTis {font-size:16px;}  #module_547389187 .videosTis > svg {width:16px; height:16px}
#module_547389187 .videosTis {color:#fff;} #module_547389187 .videosTis > svg {fill:#fff;}
#module_547389187 .videosDiv{padding-top:8px;}
#module_547389187 .videosDiv{padding-bottom:8px;}
#module_547389187 .videosDiv{padding-left:12px;}
#module_547389187 .videosDiv{padding-right:12px;}
#module_547389187 .VRDiv{background-color:rgba(0,0,0,0.4);}
#module_547389187 .VRDiv{background-image:none;}
#module_547389187 .VRDiv{background-repeat:no-repeat;}
#module_547389187 .VRDiv{}
#module_547389187 .VRDiv{}
#module_547389187 .VRDiv{}
#module_547389187 .VRDiv{border-top-left-radius:8px;}
#module_547389187 .VRDiv{border-top-right-radius:8px;}
#module_547389187 .VRDiv{border-bottom-left-radius:8px;}
#module_547389187 .VRDiv{border-bottom-right-radius:8px;}
#module_547389187 .vrIcon  {font-size:16px;}  #module_547389187 .vrIcon  > svg {width:16px; height:16px}
#module_547389187 .vrIcon  {color:#fff;} #module_547389187 .vrIcon  > svg {fill:#fff;}
#module_547389187 .VRDiv{padding-top:8px;}
#module_547389187 .VRDiv{padding-bottom:8px;}
#module_547389187 .VRDiv{padding-left:12px;}
#module_547389187 .VRDiv{padding-right:12px;}
#module_547389187 .VRTipstxt{font-size:14px;}
#module_547389187 .VRTipstxt{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .VRTipstxt{color:#fff;}
#module_547389187 .VRTipstxt{font-weight:normal;}
#module_547389187 .VRTipstxt{text-decoration:none;}
#module_547389187 .VRTipstxt{font-style:normal;}
#module_547389187 .pro-item{margin-bottom:20px; margin-right:20px;} #module_547389187 .pro-container li.col-lg-2{width:calc((100% - 20px) / 2);} #module_547389187 .pro-container li.col-lg-3{width:calc((100% - 20px * 2) / 3);} #module_547389187 .pro-container li.col-lg-4{width:calc((100% - 20px * 3) / 4);} #module_547389187 .pro-container li.col-lg-5{width:calc((100% - 20px * 4) / 5);} #module_547389187 .pro-container li.col-lg-6{width:calc((100% - 20px * 5) / 6);}
#module_547389187 .pro-item{padding-top:0px;}
#module_547389187 .pro-item{padding-bottom:0px;}
#module_547389187 .pro-item{padding-left:0px;}
#module_547389187 .pro-item{padding-right:0px;}
#module_547389187 .pro-item{background-color:#071E55;}
#module_547389187 .pro-item{background-image:none;}
#module_547389187 .pro-item{background-repeat:no-repeat;}
#module_547389187 .pro-item{}
#module_547389187 .pro-item{}
#module_547389187 .pro-item{}
#module_547389187 .pro-item{border-top-color:#ccc;}
#module_547389187 .pro-item{border-top-style:solid;}
#module_547389187 .pro-item{border-top-width:1px;}
#module_547389187 .pro-item{border-right-color:#ccc;}
#module_547389187 .pro-item{border-right-style:solid;}
#module_547389187 .pro-item{border-right-width:1px;}
#module_547389187 .pro-item{border-bottom-color:#ccc;}
#module_547389187 .pro-item{border-bottom-style:solid;}
#module_547389187 .pro-item{border-bottom-width:1px;}
#module_547389187 .pro-item{border-left-color:#ccc;}
#module_547389187 .pro-item{border-left-style:solid;}
#module_547389187 .pro-item{border-left-width:1px;}
#module_547389187 .pro-img .dummy{background-color:rgb(255, 255, 255);}
#module_547389187 .pro-img .dummy{background-image:none;}
#module_547389187 .pro-img .dummy{background-repeat:no-repeat;}
#module_547389187 .pro-img .dummy{}
#module_547389187 .pro-img .dummy{}
#module_547389187 .pro-img .dummy{}
#module_547389187 .pro-img .dummy{padding-top:56.25%;}
#module_547389187 .pro-img img{ object-fit:unset;}
#module_547389187 .pro-img img{ width:auto;}
#module_547389187 .pro-img img{ height:auto;}
#module_547389187 .pro-img img{border-radius:0px;}
#module_547389187 .pro-img{border-top-left-radius:0px;}
#module_547389187 .pro-img{border-top-right-radius:0px;}
#module_547389187 .pro-img{border-bottom-left-radius:0px;}
#module_547389187 .pro-img{border-bottom-right-radius:0px;}
#module_547389187 .pro-img{border-top-color:transparent;}
#module_547389187 .pro-img{border-top-style:none;}
#module_547389187 .pro-img{border-top-width:0px;}
#module_547389187 .pro-img{border-right-color:transparent;}
#module_547389187 .pro-img{border-right-style:none;}
#module_547389187 .pro-img{border-right-width:0px;}
#module_547389187 .pro-img{border-bottom-color:transparent;}
#module_547389187 .pro-img{border-bottom-style:none;}
#module_547389187 .pro-img{border-bottom-width:0px;}
#module_547389187 .pro-img{border-left-color:transparent;}
#module_547389187 .pro-img{border-left-style:none;}
#module_547389187 .pro-img{border-left-width:0px;}
#module_547389187 .pro-name{font-size:16px;}
#module_547389187 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .pro-name{color:rgb(255, 255, 255);}
#module_547389187 .pro-name{font-weight:normal;}
#module_547389187 .pro-name{text-decoration:none;}
#module_547389187 .pro-name{font-style:normal;}
#module_547389187 .pro-name{margin-top:0px;}
#module_547389187 .pro-name{margin-bottom:5px;}
#module_547389187 .pro-desc{font-size:12px;}
#module_547389187 .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .pro-desc{color:#666;}
#module_547389187 .pro-desc{font-weight:normal;}
#module_547389187 .pro-desc{text-decoration:none;}
#module_547389187 .pro-desc{font-style:normal;}
#module_547389187 .pro-desc{margin-top:10px;}
#module_547389187 .pro-desc{margin-bottom:15px;}
#module_547389187 .pro-price{font-size:18px;}
#module_547389187 .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .pro-price{color:#000000;}
#module_547389187 .pro-price{font-weight:normal;}
#module_547389187 .pro-price{text-decoration:none;}
#module_547389187 .pro-price{font-style:normal;}
#module_547389187 .pro-buybtn{color:#ccc;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li,#module_547389187 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_547389187 .choosed-tab, #module_547389187 .setting-screening-criteria{font-size:12px;}
#module_547389187 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .choosed-tab, #module_547389187 .setting-screening-criteria{color:#000;}
#module_547389187 .choosed-tab{}
#module_547389187 .choosed-tab{}
#module_547389187 .choosed-tab{}
#module_547389187 .selected-light,#module_547389187 .setting-all, #module_547389187 .setting-left-bar, #module_547389187 .setting-pred-warp .setting-collapse, #module_547389187 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_547389187 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_547389187 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_547389187 .selected-light,#module_547389187 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .selected-light,#module_547389187 .setting-left-bar,#module_547389187 .setting-reset,#module_547389187 .setting-pred-warp .setting-collapse,#module_547389187 .giantroom .btn-more{color:#000;}
#module_547389187 .selected-light{}
#module_547389187 .selected-light,#module_547389187 .setting-all{}
#module_547389187 .selected-light,#module_547389187 .setting-all{}
#module_547389187 .setting-right-temp ul li, #module_547389187 .choosed-tab{border-top-left-radius:2px;}
#module_547389187 .setting-right-temp ul li, #module_547389187 .choosed-tab{border-top-right-radius:2px;}
#module_547389187 .setting-right-temp ul li, #module_547389187 .choosed-tab{border-bottom-left-radius:2px;}
#module_547389187 .setting-right-temp ul li, #module_547389187 .choosed-tab{border-bottom-right-radius:2px;}
#module_547389187 .pred-filter, #module_547389187 .choosed-tab{border-top-color:#d6d6d6;}
#module_547389187 .pred-filter, #module_547389187 .choosed-tab{border-top-style:solid;}
#module_547389187 .pred-filter, #module_547389187 .choosed-tab, #module_547389187 .giantroom .btn-more{border-top-width:1px;} #module_547389187 .giantroom {margin-top: calc(-16px - 1px);}
#module_547389187 .pred-filter, #module_547389187 .choosed-tab, #module_547389187 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_547389187 .pred-filter, #module_547389187 .choosed-tab, #module_547389187 .giantroom .btn-more{border-bottom-style:solid;}
#module_547389187 .pred-filter, #module_547389187 .choosed-tab, #module_547389187 .giantroom .btn-more{border-bottom-width:1px;}
#module_547389187 .pred-filter, #module_547389187 .choosed-tab, #module_547389187 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_547389187 .pred-filter, #module_547389187 .choosed-tab, #module_547389187 .giantroom .btn-more{border-left-style:solid;}
#module_547389187 .pred-filter, #module_547389187 .choosed-tab, #module_547389187 .giantroom .btn-more{border-left-width:1px;}
#module_547389187 .pred-filter, #module_547389187 .choosed-tab, #module_547389187 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_547389187 .pred-filter, #module_547389187 .choosed-tab, #module_547389187 .giantroom .btn-more{border-right-style:solid;}
#module_547389187 .pred-filter, #module_547389187 .choosed-tab, #module_547389187 .giantroom .btn-more{border-right-width:1px;}
#module_547389187 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_547389187 .setting-left-bar{background-color:#fafafa;}
#module_547389187 .setting-left-bar{width:100px}  #module_547389187 .setting-right-temp ul.FilterPc{width: calc( 100% - 100px );}
#module_547389187 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_547389187 .choosed-tab .icsmall{color:#999;}
#module_547389187 .setting-right-temp ul li{margin-right:10px;}
#module_547389187 .pro-paramname{font-size:12px;}
#module_547389187 .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .pro-paramname{color:#666;}
#module_547389187 .pro-paramname{font-weight:normal;}
#module_547389187 .pro-paramname{text-decoration:none;}
#module_547389187 .pro-paramname{font-style:normal;}
#module_547389187 .pro-paramvalue{font-size:12px;}
#module_547389187 .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .pro-paramvalue{color:#666;}
#module_547389187 .pro-paramvalue{font-weight:normal;}
#module_547389187 .pro-paramvalue{text-decoration:none;}
#module_547389187 .pro-paramvalue{font-style:normal;}
#module_547389187 .pro-params{margin-top:15px;}
#module_547389187 .pro-params{margin-right:0px;}
#module_547389187 .pro-params{margin-left:0px;}
#module_547389187 .pro-params{margin-bottom:15px;}
#module_547389187 .pagerGiant .text{font-size:12px;}
#module_547389187 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .pagerGiant .text{color:#333;}
#module_547389187 .pagerGiant .text{}
#module_547389187 .pagerGiant .text{}
#module_547389187 .pagerGiant .text{}
#module_547389187 .pagerGiant .current,#module_547389187 .pagerGiant .num,#module_547389187 .pagerGiant .inputer{width:30px}
#module_547389187 .pagerGiant .current,#module_547389187 .pagerGiant .num,#module_547389187 .pagerGiant .inputer{height:30px}
#module_547389187 .pagerGiant .num{font-size:12px;}
#module_547389187 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .pagerGiant .num{color:#333;}
#module_547389187 .pagerGiant .num{}
#module_547389187 .pagerGiant .num{}
#module_547389187 .pagerGiant .num{}
#module_547389187 .pagerGiant .submit{width:55px}
#module_547389187 .pagerGiant .submit{height:30px}
#module_547389187 .pagerGiant .current,#module_547389187 .pagerGiant .num,#module_547389187 .pagerGiant .inputer,#module_547389187 .pagerGiant .submit{border-top-left-radius:0px;}
#module_547389187 .pagerGiant .current,#module_547389187 .pagerGiant .num,#module_547389187 .pagerGiant .inputer,#module_547389187 .pagerGiant .submit{border-top-right-radius:0px;}
#module_547389187 .pagerGiant .current,#module_547389187 .pagerGiant .num,#module_547389187 .pagerGiant .inputer,#module_547389187 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_547389187 .pagerGiant .current,#module_547389187 .pagerGiant .num,#module_547389187 .pagerGiant .inputer,#module_547389187 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_547389187 .pagerGiant .next,#module_547389187 .pagerGiant .splitline{color:#ccc;}
#module_547389187 .pagerGiant .num{background-color:#fff;}
#module_547389187 .pagerGiant .num, #module_547389187 .pagerGiant .inputer{border-top-color:#ccc;}
#module_547389187 .pagerGiant .num, #module_547389187 .pagerGiant .inputer{border-top-style:solid;}
#module_547389187 .pagerGiant .num, #module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit, #module_547389187 .pagerGiant .inputer{border-top-width:1px;}
#module_547389187 .pagerGiant .num, #module_547389187 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_547389187 .pagerGiant .num, #module_547389187 .pagerGiant .inputer{border-bottom-style:solid;}
#module_547389187 .pagerGiant .num, #module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit, #module_547389187 .pagerGiant .inputer{border-bottom-width:1px;}
#module_547389187 .pagerGiant .num, #module_547389187 .pagerGiant .inputer{border-left-color:#ccc;}
#module_547389187 .pagerGiant .num, #module_547389187 .pagerGiant .inputer{border-left-style:solid;}
#module_547389187 .pagerGiant .num, #module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit, #module_547389187 .pagerGiant .inputer{border-left-width:1px;}
#module_547389187 .pagerGiant .num, #module_547389187 .pagerGiant .inputer{border-right-color:#ccc;}
#module_547389187 .pagerGiant .num, #module_547389187 .pagerGiant .inputer{border-right-style:solid;}
#module_547389187 .pagerGiant .num, #module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit, #module_547389187 .pagerGiant .inputer{border-right-width:1px;}
#module_547389187 .page-more a{font-size:16px;}
#module_547389187 .page-more a{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .page-more a{color:#666 !important;}
#module_547389187 .page-more a{font-weight:normal;}
#module_547389187 .page-more a{text-decoration:none;}
#module_547389187 .page-more a{font-style:normal;}
#module_547389187 .page-more a{background-color:#fff;}
#module_547389187 .page-more a{border-top-color:#eee;}
#module_547389187 .page-more a{border-top-style:solid;}
#module_547389187 .page-more a{border-top-width:2px;}
#module_547389187 .page-more a{border-bottom-color:#eee;}
#module_547389187 .page-more a{border-bottom-style:solid;}
#module_547389187 .page-more a{border-bottom-width:2px;}
#module_547389187 .page-more a{border-left-color:#eee;}
#module_547389187 .page-more a{border-left-style:solid;}
#module_547389187 .page-more a{border-left-width:2px;}
#module_547389187 .page-more a{border-right-color:#eee;}
#module_547389187 .page-more a{border-right-style:solid;}
#module_547389187 .page-more a{border-right-width:2px;}
#module_547389187 .VRDiv:hover{background-color:rgba(0,0,0,0.4);}
#module_547389187 .VRDiv:hover{background-image:none;}
#module_547389187 .VRDiv:hover{background-repeat:no-repeat;}
#module_547389187 .VRDiv:hover{}
#module_547389187 .VRDiv:hover{}
#module_547389187 .VRDiv:hover{}
#module_547389187 .VRDiv:hover .vrIcon  {font-size:16px;}  #module_547389187 .VRDiv:hover .vrIcon  > svg {width:16px; height:16px}
#module_547389187 .VRDiv:hover .vrIcon  {color:#fff;} #module_547389187 .VRDiv:hover .vrIcon  > svg {fill:#fff;}
#module_547389187 .videosDiv:hover{background-color:rgba(0,0,0,0.4);}
#module_547389187 .videosDiv:hover{background-image:none;}
#module_547389187 .videosDiv:hover{background-repeat:no-repeat;}
#module_547389187 .videosDiv:hover{}
#module_547389187 .videosDiv:hover{}
#module_547389187 .videosDiv:hover{}
#module_547389187 .videosDiv:hover .videosTis {font-size:16px;} #module_547389187 .videosDiv:hover .videosTis > svg {width:16px; height:16px}
#module_547389187 .videosDiv:hover .videosTis {color:#fff;} #module_547389187 .videosDiv:hover .videosTis > svg {fill:#fff;}
#module_547389187 .pro-item:hover .pro-paramname{font-size:12px;}
#module_547389187 .pro-item:hover .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .pro-item:hover .pro-paramname{color:#fff;}
#module_547389187 .pro-paramname:hover{font-weight:normal;}
#module_547389187 .pro-item:hover .pro-paramname{text-decoration:none;}
#module_547389187 .pro-paramname:hover{font-style:normal;}
#module_547389187 .pro-item:hover .pro-paramvalue{font-size:12px;}
#module_547389187 .pro-item:hover .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .pro-item:hover .pro-paramvalue,#module_547389187 .pro-item:hover .param{color:#fff;}
#module_547389187 .pro-item:hover .pro-paramvalue{font-weight:normal;}
#module_547389187 .pro-item:hover .pro-paramvalue{text-decoration:none;}
#module_547389187 .pro-item:hover .pro-paramvalue{font-style:normal;}
#module_547389187 .pro-item:hover{background-color:#071E55;}
#module_547389187 .pro-item:hover{background-image:none;}
#module_547389187 .pro-item:hover{background-repeat:no-repeat;}
#module_547389187 .pro-item:hover{}
#module_547389187 .pro-item:hover{}
#module_547389187 .pro-item:hover{}
#module_547389187 .pro-item:hover{border-top-color:rgb(191, 191, 191);}
#module_547389187 .pro-item:hover{border-top-style:solid;}
#module_547389187 .pro-item:hover{border-right-color:rgb(191, 191, 191);}
#module_547389187 .pro-item:hover{border-right-style:solid;}
#module_547389187 .pro-item:hover{border-bottom-color:rgb(191, 191, 191);}
#module_547389187 .pro-item:hover{border-bottom-style:solid;}
#module_547389187 .pro-item:hover{border-left-color:rgb(191, 191, 191);}
#module_547389187 .pro-item:hover{border-left-style:solid;}
#module_547389187 .pro-img:hover{background-color:transparent;}
#module_547389187 .pro-img:hover{}
#module_547389187 .pro-img:hover{background-repeat:no-repeat;}
#module_547389187 .pro-img:hover{}
#module_547389187 .pro-img:hover{}
#module_547389187 .pro-img:hover{}
#module_547389187 .pro-img:hover{border-top-left-radius:0px;}
#module_547389187 .pro-img:hover{border-top-right-radius:0px;}
#module_547389187 .pro-img:hover{border-bottom-left-radius:0px;}
#module_547389187 .pro-img:hover{border-bottom-right-radius:0px;}
#module_547389187 .pro-img:hover{border-top-color:transparent;}
#module_547389187 .pro-img:hover{border-top-style:none;}
#module_547389187 .pro-img:hover{border-top-width:0px;}
#module_547389187 .pro-img:hover{border-right-color:transparent;}
#module_547389187 .pro-img:hover{border-right-style:none;}
#module_547389187 .pro-img:hover{border-right-width:0px;}
#module_547389187 .pro-img:hover{border-bottom-color:transparent;}
#module_547389187 .pro-img:hover{border-bottom-style:none;}
#module_547389187 .pro-img:hover{border-bottom-width:0px;}
#module_547389187 .pro-img:hover{border-left-color:transparent;}
#module_547389187 .pro-img:hover{border-left-style:none;}
#module_547389187 .pro-img:hover{border-left-width:0px;}
#module_547389187 .pro-item:hover .pro-name{font-size:16px;}
#module_547389187 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .pro-item:hover .pro-name{color:#fff;}
#module_547389187 .pro-item:hover .pro-name{font-weight:normal;}
#module_547389187 .pro-item:hover .pro-name{text-decoration:none;}
#module_547389187 .pro-item:hover .pro-name{font-style:normal;}
#module_547389187 .pro-item:hover .pro-desc{font-size:12px;}
#module_547389187 .pro-item:hover .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .pro-item:hover .pro-desc{color:#fff;}
#module_547389187 .pro-item:hover .pro-desc{font-weight:normal;}
#module_547389187 .pro-item:hover .pro-desc{text-decoration:none;}
#module_547389187 .pro-item:hover .pro-desc{font-style:normal;}
#module_547389187 .pro-item:hover .pro-price{font-size:18px;}
#module_547389187 .pro-item:hover .pro-price{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .pro-item:hover .pro-price{color:#fff;}
#module_547389187 .pro-item:hover .pro-price{font-weight:normal;}
#module_547389187 .pro-item:hover .pro-price{text-decoration:none;}
#module_547389187 .pro-item:hover .pro-price{font-style:normal;}
#module_547389187 .pro-buybtn span:hover{font-size:26px;}
#module_547389187 .pro-buybtn:hover{font-family:;}
#module_547389187 .ModuleProductListGiant.layout-105 .pro-container li:hover .pro-tit .pro-buybtn span{color:#fff;}
#module_547389187 .pro-buybtn:hover{font-weight:normal;}
#module_547389187 .pro-buybtn-pic:hover{text-decoration:none;}
#module_547389187 .pro-buybtn-pic:hover{font-style:normal;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#fff;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#000;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_547389187 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_547389187 .selected-light:hover,#module_547389187 .selected-light.active,#module_547389187 .items-active{font-size:12px;}
#module_547389187 .selected-light:hover,#module_547389187 .selected-light.active,#module_547389187 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .selected-light:hover,#module_547389187 .selected-light.active,#module_547389187 .items-active{color:#000;} #module_547389187 .items-active{border-color:#000;} #module_547389187 .bean-finish{background:#000;}
#module_547389187 .selected-light:hover,#module_547389187 .selected-light.active,#module_547389187 .items-active{}
#module_547389187 .selected-light:hover,#module_547389187 .selected-light.active,#module_547389187 .items-active{}
#module_547389187 .selected-light:hover,#module_547389187 .selected-light.active,#module_547389187 .items-active{}
#module_547389187 .setting-left-bar:hover{background-color:#fafafa;}
#module_547389187 .setting-right-temp ul li:hover, #module_547389187 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_547389187 .choosed-tab .icsmall:hover{color:#999;}
#module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit{font-size:12px;}
#module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit{color:#fff;}
#module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit{}
#module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit{}
#module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit{}
#module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit{background-color:#000;}
#module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit, #module_547389187 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit, #module_547389187 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit, #module_547389187 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit, #module_547389187 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit, #module_547389187 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit, #module_547389187 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit, #module_547389187 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_547389187 .pagerGiant .current, #module_547389187 .pagerGiant .submit, #module_547389187 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_547389187 .page-more a:hover{font-size:16px;}
#module_547389187 .page-more:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_547389187 .page-more a:hover{color:#666 !important;}
#module_547389187 .page-more a:hover {font-weight:normal;}
#module_547389187 .page-more a:hover {text-decoration:none;}
#module_547389187 .page-more a:hover {font-style:normal;}
#module_547389187 .page-more a:hover{background-color:#fff;}
#module_547389187 .page-more a:hover{border-top-color:#eee;}
#module_547389187 .page-more a:hover{border-top-style:solid;}
#module_547389187 .page-more a:hover{border-bottom-color:#eee;}
#module_547389187 .page-more a:hover{border-bottom-style:solid;}
#module_547389187 .page-more a:hover{border-left-color:#eee;}
#module_547389187 .page-more a:hover{border-left-style:solid;}
#module_547389187 .page-more a:hover{border-right-color:#eee;}
#module_547389187 .page-more a:hover{border-right-style:solid;}
.ModuleCustomFormGiant.layout-101 .submitbtnbox{display: flex;}
.ModuleCustomFormGiant.layout-101 .smsvaldatebox,
.ModuleCustomFormGiant.layout-101 .frist_item,
.ModuleCustomFormGiant.layout-101 input.input-text-color,
.ModuleCustomFormGiant.layout-101 .customFormDatetime,
.ModuleCustomFormGiant.layout-101 .pcCitybox select
{
    height: 38px;
    line-height: 38px;
}
/*新验证码开始*/
.ModuleCustomFormGiant.layout-101 .vciline{
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine1 {
     display: none;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine2 {
   transform: rotate(180deg);
   transition:all 0.5s;
}
.ModuleCustomFormGiant.layout-101 .VCClose{
    position: relative;
    margin-right: 20px;
    width: 30px;
    float: right;
    margin-top: 17px;
    height: 30px;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-101 .VCLine1{
     border-top:#ccc solid 2px;
     width: 18px;
     transform: rotate(45deg);
     right: 0;
     position: absolute;
     top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCLine2{
    border-top:#ccc solid 2px;
    width: 18px;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCTitle{
    color:#333;
    font-size:20px;
    font-weight: bold;
    margin-top: 41px;
    margin-bottom: 25px;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn{
     margin-top: 22px;
     text-align: right;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn1{

    width: 80px;
    height: 36px;
    background: #1e88e5;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn2{
    width: 80px;
    height: 36px;
    background: #fff;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #666666 ;
    border: 1px #ccc solid;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput::placeholder{
    color:#999999
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput{
     border:none;
     padding: 20px 0 ;
     background: #fff !important;
     border-bottom: solid #ccc 1px;
     color: #666;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .changebtn{
      text-align: right;
      display: block;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .VerificationCode{
    width: 100%;
    height: 100px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodecontext{
    padding:0 33px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv{

    position: absolute;
    bottom: 0;
    z-index: 999999999;
    background: #fff;
    transform: translate(-50%,-50%);
    top:auto;
    left: 50%;
    max-width: 350px;
    height: 380px;
    border-radius: 6px;
    box-shadow: 9.9px 9.9px 49px 0px rgba(0,0,0,0.11);
    display: none;
    width: 100%;
}
/*新验证码结束*/
.ModuleCustomFormGiant.layout-101 .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: normal;
    min-height: 30px;
}

.ModuleCustomFormGiant.layout-101 .from-Describe {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 15px;
    display: flex;
    align-content: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 input[type=text] {
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    width: 100%;
    padding: 0 10px 0 16px;
    box-sizing: border-box;
    min-height: 30px;
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 textarea {
    -webkit-appearance: none;
}
.ModuleCustomFormGiant.layout-101 .pcCitybox {
    display: -webkit-flex;
    /* Safari */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 .customFormicon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block !important
}

/* .ModuleCustomFormGiant.layout-101 .Select_Simulate li:hover {
    color: #fff;
} */
.ModuleCustomFormGiant.layout-101 label{
    line-height: 2;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate.layout1 .frist_item {

    height: 38px;
    line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .smsvaldatebox{
    height: 40px;
    line-height: 40px;
}
.ModuleCustomFormGiant.layout-101  .Browse-file {
    height: 38px;
    line-height: 38px;
 }
 .ModuleCustomFormGiant.layout-101 .Browse-img {
    height: 80px;

 }
.ModuleCustomFormGiant.layout-101 .multi-row-text
{
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 .Form-list {
    width: 100%;
    padding-top: 20px;
}
.ModuleCustomFormGiant.layout-101 .areabox .area{
  height: 38px;
  line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item{
    padding: 0 16px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .xilaImg {
    float: right;
    margin-top: 16px;
    /* margin-right:16px */
}

.ModuleCustomFormGiant.layout-101 .pcCitybox select {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    height: 34px;
    line-height: 34px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    cursor: pointer;
    background: url(/skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right #fbfbfb;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

.ModuleCustomFormGiant.layout-101 .cityval {
    box-sizing: border-box;
    background: #fbfbfb;
    width: 100%;
    text-align: left;
}

.ModuleCustomFormGiant.layout-101 .choose-time-mobile {
    font-size: 14px;
}

.ModuleCustomFormGiant.layout-101 .pcCitybox .Couty-select {
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-101 .submitbtn {
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin-top: 8px
}

.ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
    width: 188px;
    line-height: 34px;
    margin-right: 10px;
    float: left;
    min-height: 36px;
}

.ModuleCustomFormGiant.layout-101 .VerificationCode {
    width: 86px;
    height: 34px;
    float: left;
}

.ModuleCustomFormGiant.layout-101 .Browse-file-input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
}

.ModuleCustomFormGiant.layout-101 .file-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 .Browse-file {
    /* width: 90px; height: 32px; line-height: 32px;*/
    color: #333;
    background: #f8f8f8;
    border: 1px solid #eee;
    font-size: 12px;
    text-align: center;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -moz-flex-grow: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-101 .Browse-file:hover {
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-101 .input-text-color {
    color: #333;
}

.ModuleCustomFormGiant.layout-101 .Describ-text-color {
    color: #666;
}

.ModuleCustomFormGiant.layout-101 .submibtn-color {
    color: #fff;
    background: #000;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-101 .icon-riqixuanze{
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #b3b6b7;
}
.ModuleCustomFormGiant.layout-101 .submibtn-color:hover {
    color: #fff;
    background: #666;
}

.ModuleCustomFormGiant.layout-101 .multi-row-text, .ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item, .ModuleCustomFormGiant.layout-101 .choose-time {
    background: #fbfbfb;
}

.ModuleCustomFormGiant.layout-101 input[type=radio]:checked, .ModuleCustomFormGiant.layout-101 input[type=checkbox]:checked {
    background: #f10215;
    border: 1px solid #f10215;
}

.ModuleCustomFormGiant.layout-101 label {
    font-weight: normal;
    color: #666
}
.ModuleCustomFormGiant.layout-101 .verticalalign{
    margin-bottom: 12px;
}
.ModuleCustomFormGiant.layout-101  .customform-upload-img-preview{
    border-radius:0
}
.ModuleCustomFormGiant.layout-101  .in-formList-checkbox{
    display: flex;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-101 .in-formList-checkbox span {
    width: calc(100% - 34px);
    display: initial;
    /* vertical-align: middle; */
    min-width: 36px;
    flex:1;
    word-break: break-all;
}

@media screen and (max-width: 767px) {

    .ModuleCustomFormGiant.layout-101 .verticalalign  span {
        width: calc(100% - 34px);
        display: initial;
        vertical-align: middle;
        min-width: 36px;
    }
    .ModuleCustomFormGiant.layout-101 input[type=text],
    .ModuleCustomFormGiant.layout-101 .smsvaldatebox,
    .ModuleCustomFormGiant.layout-101 .cityval,
    .ModuleCustomFormGiant.layout-101 .choose-time {
        line-height: 38px !important;
        height: 38px !important;
        min-height: 38px;
    }
    .ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
        width: 120px;
    }
    .ModuleCustomFormGiant.layout-101 .VerificationCode {
        height: 40px
    }
    .ModuleCustomFormGiant.layout-101 .ModuleCustomFormGiant .changebtn {
        line-height: 40px;
        min-height: 40px;
    }
    .ModuleCustomFormGiant.layout-101  .describe{ margin-top:10px}
    .ModuleCustomFormGiant.layout-101 .customFormTextarea{width:100%}
}

/*  新增*/

.ModuleCustomFormGiant.layout-101 .cityPickerBoxwb,.ModuleCustomFormGiant.layout-101 .cityPickerBox .cityPickerInput {
    height: 38px
}

.ModuleCustomFormGiant.layout-101 .select_box {
    display: none;
}

.ModuleCustomFormGiant.layout-101 .UploadFileSpan {
    line-height: 30px;
    font-size: 12px;
    /* border: 1px solid #e5e5e5;
    background: #fbfbfb; */
    padding: 0 10px;
    box-sizing: border-box;
    min-height: 30px;
    width: 316px;
    display: none;
    padding-left: 0px;
}

.ModuleCustomFormGiant.layout-101  .iconfont-fujian {
    font-size: 19px !important;
}
.ModuleCustomFormGiant.layout-101  .imgclose {
    right: -9px;
    position: absolute;
    top: -10px;
}
.module_9988547389187 .ModuleHead .HeadCenter{float:none;}
#module_9988547389187 {
padding:0px;
}
#module_9988547389187 {
}
#module_9988547389187 .ModuleHead0 {
display:block;
}

#module_9988547389187 .InsidePage-list-content span,#module_9988547389187 .in-formList-checkbox span{font-size:px;}
#module_9988547389187 .InsidePage-list-content span,#module_9988547389187 .in-formList-checkbox span{font-family:;}
#module_9988547389187 .InsidePage-list-content span,#module_9988547389187 .in-formList-checkbox span{color:;}
#module_9988547389187 .InsidePage-list-content span,#module_9988547389187 .in-formList-checkbox span{}
#module_9988547389187 .InsidePage-list-content span,#module_9988547389187 .in-formList-checkbox span{}
#module_9988547389187 .InsidePage-list-content span,#module_9988547389187 .in-formList-checkbox span{}
#module_9988547389187 .title{font-size:px;}
#module_9988547389187 .title{font-family:;}
#module_9988547389187 .title{color:;}
#module_9988547389187 .title{}
#module_9988547389187 .title{}
#module_9988547389187 .title{}
#module_9988547389187 .title{background-color:;}
#module_9988547389187 .title{}
#module_9988547389187 .title{}
#module_9988547389187 .title{}
#module_9988547389187 .title{}
#module_9988547389187 .title{}
#module_9988547389187 .title{height:px;line-height:px;}
#module_9988547389187 .title{text-align:;}
#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 .customFormCheckbox,#module_9988547389187 input[type=radio],#module_9988547389187.customFormDatetime,#module_9988547389187 input.input-text-color,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .multi-row-text,#module_9988547389187 .cityval{background-color:;}
#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 .customFormCheckbox,#module_9988547389187 input[type=radio],#module_9988547389187.customFormDatetime,#module_9988547389187 input.input-text-color,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .multi-row-text,#module_9988547389187 .cityval{border-top-color:;}
#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 .customFormCheckbox,#module_9988547389187 input[type=radio],#module_9988547389187.customFormDatetime,#module_9988547389187 input.input-text-color,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .multi-row-text,#module_9988547389187 .cityval{border-top-style:;}
#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 .customFormCheckbox,#module_9988547389187 input[type=radio],#module_9988547389187.customFormDatetime,#module_9988547389187 input.input-text-color,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .multi-row-text,#module_9988547389187 .cityval{border-top-width:px;}
#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 .customFormCheckbox,#module_9988547389187 input[type=radio],#module_9988547389187.customFormDatetime,#module_9988547389187 input.input-text-color,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .multi-row-text,#module_9988547389187 .cityval{border-right-color:;}
#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 .customFormCheckbox,#module_9988547389187 input[type=radio],#module_9988547389187.customFormDatetime,#module_9988547389187 input.input-text-color,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .multi-row-text,#module_9988547389187 .cityval{border-right-style:;}
#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 .customFormCheckbox,#module_9988547389187 input[type=radio],#module_9988547389187.customFormDatetime,#module_9988547389187 input.input-text-color,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .multi-row-text,#module_9988547389187 .cityval{border-right-width:px;}
#module_9988547389187 .smsvcode,#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 .customFormCheckbox,#module_9988547389187 input[type=radio],#module_9988547389187.customFormDatetime,#module_9988547389187 input.input-text-color,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .multi-row-text,#module_9988547389187 .cityval{border-bottom-color:;}
#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 .customFormCheckbox,#module_9988547389187 input[type=radio],#module_9988547389187.customFormDatetime,#module_9988547389187 input.input-text-color,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .multi-row-text,#module_9988547389187 .cityval{border-bottom-style:;}
#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 .customFormCheckbox,#module_9988547389187 input[type=radio],#module_9988547389187.customFormDatetime,#module_9988547389187 input.input-text-color,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .multi-row-text,#module_9988547389187 .cityval{border-bottom-width:px;}
#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 .customFormCheckbox,#module_9988547389187 input[type=radio],#module_9988547389187.customFormDatetime,#module_9988547389187 input.input-text-color,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .multi-row-text,#module_9988547389187 .cityval{border-left-color:;}
#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 .customFormCheckbox,#module_9988547389187 input[type=radio],#module_9988547389187.customFormDatetime,#module_9988547389187 input.input-text-color,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .multi-row-text,#module_9988547389187 .cityval{border-left-style:;}
#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 .customFormCheckbox,#module_9988547389187 input[type=radio],#module_9988547389187.customFormDatetime,#module_9988547389187 input.input-text-color,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .multi-row-text,#module_9988547389187 .cityval{border-left-width:px;}
#module_9988547389187 .smsbtn,#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 input.input-text-color,#module_9988547389187.customFormDatetime,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .cityval{border-top-left-radius:px;}
#module_9988547389187 .smsbtn,#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 input.input-text-color,#module_9988547389187.customFormDatetime,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .cityval{border-top-right-radius:px;}
#module_9988547389187 .smsbtn,#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 input.input-text-color,#module_9988547389187.customFormDatetime,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .cityval{border-bottom-left-radius:px;}
#module_9988547389187 .smsbtn,#module_9988547389187 .smsvcode,#module_9988547389187 .frist_item,#module_9988547389187 .VerificationCodeinput,#module_9988547389187 input.input-text-color,#module_9988547389187.customFormDatetime,#module_9988547389187 .Browse-file,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select,#module_9988547389187 .cityval{border-bottom-right-radius:px;}
#module_9988547389187 .Describ-text-color{font-size:px;}
#module_9988547389187 .Describ-text-color{font-family:;}
#module_9988547389187 .Describ-text-color{color:;}
#module_9988547389187 .Describ-text-color{}
#module_9988547389187 .Describ-text-color{}
#module_9988547389187 .Describ-text-color{}
#module_9988547389187 .smsvcode,#module_9988547389187 .smsbtn,#module_9988547389187 .input-text-color,#module_9988547389187 .cityval{font-size:px;}
#module_9988547389187 .smsvcode,#module_9988547389187 .smsbtn,#module_9988547389187 .input-text-color,#module_9988547389187 .cityval{font-family:;}
#module_9988547389187 .smsvcode,#module_9988547389187 .input-text-color,#module_9988547389187 .cityval{color:;}
#module_9988547389187 .smsvcode,#module_9988547389187 .smsbtn,#module_9988547389187 .input-text-color,#module_9988547389187 .cityval{}
#module_9988547389187 .smsvcode,#module_9988547389187 .smsbtn,#module_9988547389187 .input-text-color,#module_9988547389187 .cityval{}
#module_9988547389187 .smsvcode,#module_9988547389187 .smsbtn,#module_9988547389187 .input-text-color,#module_9988547389187 .cityval{}
#module_9988547389187 .smsvaldatebox,#module_9988547389187 .frist_item,#module_9988547389187 input.input-text-color,#module_9988547389187 .customFormDatetime,#module_9988547389187 .pcCitybox select{line-height:px;height:px;}
#module_9988547389187 .input-text-color::placeholder,#module_9988547389187 .smsvcode::placeholder{font-size:px;}
#module_9988547389187 .input-text-color::placeholder,#module_9988547389187 .smsvcode::placeholder{font-family:;}
#module_9988547389187 .input-text-color::placeholder,#module_9988547389187 .smsvcode::placeholder{color:;}
#module_9988547389187 .input-text-color::placeholder,#module_9988547389187 .smsvcode::placeholder{}
#module_9988547389187 .input-text-color::placeholder,#module_9988547389187 .smsvcode::placeholder{}
#module_9988547389187 .input-text-color::placeholder,#module_9988547389187 .smsvcode::placeholder{}
#module_9988547389187 .submitbtn{font-size:px;}
#module_9988547389187 .submitbtn{font-family:;}
#module_9988547389187 .submitbtn{color:;}
#module_9988547389187 .submitbtn{}
#module_9988547389187 .submitbtn{}
#module_9988547389187 .submitbtn{}
#module_9988547389187 .submitbtn{background-color:;} #module_9988547389187 input[type=radio]:checked, #module_9988547389187 input[type=checkbox]:checked{background:;border:1px solid } 
#module_9988547389187 .submitbtn{}
#module_9988547389187 .submitbtn{}
#module_9988547389187 .submitbtn{}
#module_9988547389187 .submitbtn{}
#module_9988547389187 .submitbtn{}
#module_9988547389187 .submitbtnbox{justify-content:;}
#module_9988547389187 .submitbtn{width:%;}
#module_9988547389187 .submitbtn{height:px;line-height:px;}
#module_9988547389187 .submitbtn{border-top-left-radius:px;}
#module_9988547389187 .submitbtn{border-top-right-radius:px;}
#module_9988547389187 .submitbtn{border-bottom-left-radius:px;}
#module_9988547389187 .submitbtn{border-bottom-right-radius:px;}
#module_9988547389187 .vcbtn1{background-color:;}
#module_9988547389187 .vcbtn1{color:;}
#module_9988547389187 .frist_item:hover,#module_9988547389187 .smsvcode:hover, #module_9988547389187 .VerificationCodeinput:hover,#module_9988547389187 .customFormCheckbox:hover,#module_9988547389187 input[type=radio]:hover,#module_9988547389187 input.input-text-color:hover,#module_9988547389187.customFormDatetime:hover,#module_9988547389187 .Browse-file:hover,#module_9988547389187 .customFormDatetime:hover,#module_9988547389187 .pcCitybox select:hover,#module_9988547389187 .multi-row-text:hover,#module_9988547389187 .cityval:hover{border-top-color:;}
#module_9988547389187 .frist_item:hover,#module_9988547389187 .smsvcode:hover, #module_9988547389187 .VerificationCodeinput:hover,#module_9988547389187 .customFormCheckbox:hover,#module_9988547389187 input[type=radio]:hover,#module_9988547389187 input.input-text-color:hover,#module_9988547389187.customFormDatetime:hover,#module_9988547389187 .Browse-file:hover,#module_9988547389187 .customFormDatetime:hover,#module_9988547389187 .pcCitybox select:hover,#module_9988547389187 .multi-row-text:hover,#module_9988547389187 .cityval:hover{border-top-style:;}
#module_9988547389187 .frist_item:hover,#module_9988547389187 .smsvcode:hover, #module_9988547389187 .VerificationCodeinput:hover,#module_9988547389187 .customFormCheckbox:hover,#module_9988547389187 input[type=radio]:hover,#module_9988547389187 input.input-text-color:hover,#module_9988547389187.customFormDatetime:hover,#module_9988547389187 .Browse-file:hover,#module_9988547389187 .customFormDatetime:hover,#module_9988547389187 .pcCitybox select:hover,#module_9988547389187 .multi-row-text:hover,#module_9988547389187 .cityval:hover{border-right-color:;}
#module_9988547389187 .frist_item:hover,#module_9988547389187 .smsvcode:hover, #module_9988547389187 .VerificationCodeinput:hover,#module_9988547389187 .customFormCheckbox:hover,#module_9988547389187 input[type=radio]:hover,#module_9988547389187 input.input-text-color:hover,#module_9988547389187.customFormDatetime:hover,#module_9988547389187 .Browse-file:hover,#module_9988547389187 .customFormDatetime:hover,#module_9988547389187 .pcCitybox select:hover,#module_9988547389187 .multi-row-text:hover,#module_9988547389187 .cityval:hover{border-right-style:;}
#module_9988547389187 .frist_item:hover,#module_9988547389187 .smsvcode:hover, #module_9988547389187 .VerificationCodeinput:hover,#module_9988547389187 .customFormCheckbox:hover,#module_9988547389187 input[type=radio]:hover,#module_9988547389187 input.input-text-color:hover,#module_9988547389187.customFormDatetime:hover,#module_9988547389187 .Browse-file:hover,#module_9988547389187 .customFormDatetime:hover,#module_9988547389187 .pcCitybox select:hover,#module_9988547389187 .multi-row-text:hover,#module_9988547389187 .cityval:hover{border-bottom-color:;}
#module_9988547389187 .frist_item:hover,#module_9988547389187 .smsvcode:hover, #module_9988547389187 .VerificationCodeinput:hover,#module_9988547389187 .customFormCheckbox:hover,#module_9988547389187 input[type=radio]:hover,#module_9988547389187 input.input-text-color:hover,#module_9988547389187.customFormDatetime:hover,#module_9988547389187 .Browse-file:hover,#module_9988547389187 .customFormDatetime:hover,#module_9988547389187 .pcCitybox select:hover,#module_9988547389187 .multi-row-text:hover,#module_9988547389187 .cityval:hover{border-bottom-style:;}
#module_9988547389187 .frist_item:hover,#module_9988547389187 .smsvcode:hover, #module_9988547389187 .VerificationCodeinput:hover,#module_9988547389187 .customFormCheckbox:hover,#module_9988547389187 input[type=radio]:hover,#module_9988547389187 input.input-text-color:hover,#module_9988547389187.customFormDatetime:hover,#module_9988547389187 .Browse-file:hover,#module_9988547389187 .customFormDatetime:hover,#module_9988547389187 .pcCitybox select:hover,#module_9988547389187 .multi-row-text:hover,#module_9988547389187 .cityval:hover{border-left-color:;}
#module_9988547389187 .frist_item:hover,#module_9988547389187 .smsvcode:hover, #module_9988547389187 .VerificationCodeinput:hover,#module_9988547389187 .customFormCheckbox:hover,#module_9988547389187 input[type=radio]:hover,#module_9988547389187 input.input-text-color:hover,#module_9988547389187.customFormDatetime:hover,#module_9988547389187 .Browse-file:hover,#module_9988547389187 .customFormDatetime:hover,#module_9988547389187 .pcCitybox select:hover,#module_9988547389187 .multi-row-text:hover,#module_9988547389187 .cityval:hover{border-left-style:;}
#module_9988547389187 .submitbtn:hover{font-size:px;}
#module_9988547389187 .submitbtn:hover{font-family:;}
#module_9988547389187 .submitbtn:hover{color:;}
#module_9988547389187 .submitbtn:hover{}
#module_9988547389187 .submitbtn:hover{}
#module_9988547389187 .submitbtn:hover{}
#module_9988547389187 .submitbtn:hover{background-color:;}
#module_9988547389187 .submitbtn:hover{}
#module_9988547389187 .submitbtn:hover{}
#module_9988547389187 .submitbtn:hover{}
#module_9988547389187 .submitbtn:hover{}
#module_9988547389187 .submitbtn:hover{}


.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;
}
#module_542334762 .BodyCenter.BodyCenter542334762 {
background:none;background-color:#071E55;
}
#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:#071E55;}
#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:rgb(46, 126, 214);}
#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:rgb(46, 126, 214);}
#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{}
