.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:#161015;opacity: 0.5;height:90px;
}
#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:110px;width:99;}@media only screen and (min-width: 768px){#module_542334737 .location-left .tabContentGiant,#module_542334737 .location-right .tabContentGiant{width: calc(100% - 99px - 14px)}}
#module_542334737 .Nav-Container li a{height:60px;line-height:60px;}
#module_542334737 .Nav-Container li a{font-size:16px;}
#module_542334737 .Nav-Container li a{font-family:微软雅黑,Microsoft YaHei;}
#module_542334737 .Nav-Container li a{color:#FFFFFF;}
#module_542334737 .Nav-Container li a{font-weight:bold;}
#module_542334737 .Nav-Container li a{text-decoration:none;}
#module_542334737 .Nav-Container li a{font-style:normal;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{background-color:transparent;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{background-image:none;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{background-repeat:no-repeat;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{}
#module_542334737 {} #tab_content_clone_module_542334737.tab-content-parent{background-color:rgb(242, 242, 242);}
#module_542334737 {} #tab_content_clone_module_542334737.tab-content-parent{background-image:none;}
#module_542334737 {} #tab_content_clone_module_542334737.tab-content-parent{background-repeat:no-repeat;}
#module_542334737 {} #tab_content_clone_module_542334737.tab-content-parent{}
#module_542334737 {} #tab_content_clone_module_542334737.tab-content-parent{}
#module_542334737 {} #tab_content_clone_module_542334737.tab-content-parent{}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{padding-top:10px;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{padding-bottom:10px;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{padding-left:10px;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{padding-right:10px;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-top-color:transparent;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-top-style:none;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-top-width:0px;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-right-color:transparent;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-right-style:none;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-right-width:0px;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-bottom-color:transparent;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-bottom-style:none;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-bottom-width:0px;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-left-color:transparent;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-left-style:none;}
#module_542334737 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334737.tab-content-parent .tab-pane{border-left-width:0px;}
#module_542334737 .tab-link{margin-right:37px;} @media (min-width: 768px) {#module_542334737 .location-left .tab-link,#module_542334737 .location-right .tab-link{margin-bottom:37px;}}
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{background-image:none;}
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{background-repeat:no-repeat;}
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{}
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{}
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{background-color:transparent;}
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{}
#module_542334737 .Nav-Container li:hover a,#module_542334737 .Nav-Container li.active a{font-size:16px;}
#module_542334737 .Nav-Container li:hover a,#module_542334737 .Nav-Container li.active a{font-family:微软雅黑,Microsoft YaHei;}
#module_542334737 .Nav-Container li:hover a,#module_542334737 .Nav-Container li.active a{color:#9dd0e1;}
#module_542334737 .Nav-Container li:hover a,#module_542334737 .Nav-Container li.active a{font-weight:bold;}
#module_542334737 .Nav-Container li:hover a,#module_542334737 .Nav-Container li.active a{text-decoration:none;}
#module_542334737 .Nav-Container li:hover a,#module_542334737 .Nav-Container li.active a{font-style:normal;}
#module_542334737 .Nav-Container li:hover,#module_542334737 .Nav-Container li.active{border-bottom-color:#9dd0e1;}
#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:#161015;opacity: 0.5;
}
#module_542334734 >.module_542334734 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
/*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:#ffffff;}
#module_542334745 .Nav-Container li a{font-weight:bold;}
#module_542334745 .Nav-Container li a{text-decoration:none;}
#module_542334745 .Nav-Container li a{font-style:normal;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{background-color:rgb(242, 242, 242);}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{background-image:none;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{background-repeat:no-repeat;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{}
#module_542334745 {} #tab_content_clone_module_542334745.tab-content-parent{background-color:rgb(242, 242, 242);}
#module_542334745 {} #tab_content_clone_module_542334745.tab-content-parent{background-image:none;}
#module_542334745 {} #tab_content_clone_module_542334745.tab-content-parent{background-repeat:no-repeat;}
#module_542334745 {} #tab_content_clone_module_542334745.tab-content-parent{}
#module_542334745 {} #tab_content_clone_module_542334745.tab-content-parent{}
#module_542334745 {} #tab_content_clone_module_542334745.tab-content-parent{}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{padding-top:10px;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{padding-bottom:10px;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{padding-left:10px;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{padding-right:9px;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-top-color:transparent;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-top-style:none;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-top-width:0px;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-right-color:transparent;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-right-style:none;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-right-width:0px;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-bottom-color:transparent;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-bottom-style:none;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-bottom-width:0px;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-left-color:transparent;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-left-style:none;}
#module_542334745 .TabContainer-Container .tab-pane,#tab_content_clone_module_542334745.tab-content-parent .tab-pane{border-left-width:0px;}
#module_542334745 .tab-link{margin-right:50px;} @media (min-width: 768px) {#module_542334745 .location-left .tab-link,#module_542334745 .location-right .tab-link{margin-bottom:50px;}}
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{background-image:none;}
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{background-repeat:no-repeat;}
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{}
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{}
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{background-color:transparent;}
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{}
#module_542334745 .Nav-Container li:hover a,#module_542334745 .Nav-Container li.active a{font-size:16px;}
#module_542334745 .Nav-Container li:hover a,#module_542334745 .Nav-Container li.active a{font-family:微软雅黑,Microsoft YaHei;}
#module_542334745 .Nav-Container li:hover a,#module_542334745 .Nav-Container li.active a{color:#9dd0e1;}
#module_542334745 .Nav-Container li:hover a,#module_542334745 .Nav-Container li.active a{font-weight:bold;}
#module_542334745 .Nav-Container li:hover a,#module_542334745 .Nav-Container li.active a{text-decoration:none;}
#module_542334745 .Nav-Container li:hover a,#module_542334745 .Nav-Container li.active a{font-style:normal;}
#module_542334745 .Nav-Container li:hover,#module_542334745 .Nav-Container li.active{border-bottom-color:#9dd0e1;}
#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%;}
/*轮播图样式*/
.ModuleSlideV2Giant.layout-101 .slider-layout-101 {width: 100%; height: auto; margin: auto; position: relative;font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slider-layout-101 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-101 .slick-dotted.slick-slider {margin-bottom: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slide-box img {position: relative; left: 50%; transform: translate(-50%);}
.ModuleSlideV2Giant.layout-101 .slide-box .swiperImg {width:100% !important;}
.ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 30px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li {width: auto; height: auto; margin: 0 12px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 18px; height: 18px; padding: 6px; border-radius: 18px; border: unset; border: 1px solid rgba(255, 255, 255, 0);}
.ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 6px; height: 6px; opacity: 1; font-size: 0; background-color: #fff; border-radius: 6px; top: 6px; left: 6px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button:hover {border: 1px solid #fff;}
.ModuleSlideV2Giant.layout-101 .slick-dots li.slick-active button {border-color: rgba(255, 255, 255, 1);}
.ModuleSlideV2Giant.layout-101 .slide-box video{
    width: 100%;
    height: 100%;
    min-height: 32px;
    display: block;
}
@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 6%}
    .ModuleSlideV2Giant.layout-101 .slick-prev {left:2.5%;}
    .ModuleSlideV2Giant.layout-101 .slick-next {right:2.5%;}
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 8%}
    /* .ModuleSlideV2Giant.layout-101 .slick-active{ margin: 0 10px;} */
    .ModuleSlideV2Giant.layout-101 .slick-dots li button{width: 16px;height:16px; border-radius: 16px;}
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 8% !important}
    .ModuleSlideV2Giant.layout-101 .slick-active{  margin: 0 8px !important;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button{width: 12px !important; height: 12px !important;border-radius: 12px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before{width: 4px !important;height: 4px !important;  border-radius: 4px;}


}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li {margin: 0 7.5px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 15px; height: 15px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 5px; height: 5px; top: 5px; left: 5px;}
}.module_554606007 .ModuleHead .HeadCenter{float:none;}
#module_554606007 {
padding:0px;
}
#module_554606007 {
position:static;
z-index:1;
top:24px;
left:0px;
width:100%;
height: auto;
}
#module_554606007 .ModuleHead554606007 {
display:none;
}
#module_554606007 .BodyCenter.BodyCenter554606007 {
background:none;background-color:rgba(0,0,0,0);
}
#module_554606007 >.module_554606007 {
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_554606007 >.module_554606007{
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_554606007 .BodyCenter.BodyCenter554606007 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554606007 .BodyCenter.BodyCenter554606007 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_554606007 >.module_554606007 {
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554606007 >.module_554606007 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_554606007 >.module_554606007 {box-shadow: 0px 0px 0px 0px #ccc}
#module_554606007:hover {
border:none;
}
#module_554606007:hover >.module_554606007 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_554606007 .slick-dots li button:before{background-color:rgba(0, 0, 0, .5);}
#module_554606007 .slick-dots li button{border-color:rgba(255, 255, 255, 0);}
#module_554606007 .slick-dots li.slick-active button:before, #module_554606007 .slick-dots li:hover button:before{background-color:rgba(255, 255, 255, 1);}
#module_554606007 .slick-dots li.slick-active button, #module_554606007 .slick-dots li button:hover{border-color:rgba(255, 255, 255, 1);}
.ModuleButtonGiant.layout-104 .moduleButton{
	background-color: #000;
	font-size: 12px;
	height: 50px;
	width:180px;
	color:#fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	max-width:100%;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
	 /* display: flex;
    justify-content: center;
    align-items: center; */
}
.ModuleButtonGiant.layout-104 .buttonbox{
	display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
}
.ModuleButtonGiant.layout-104 .buttonbox > span{
	display:inline-flex;
}
.ModuleButtonGiant.layout-104 .moduleButton:hover{
    color:#fff;
}
.ModuleButtonGiant.layout-104 .moduleButton:hover:before{
    background: #333;
}
.ModuleButtonGiant.layout-104 .hvr-sweep-to-right:before,.ModuleButtonGiant.layout-104 .hvr-sweep-to-top:before,.ModuleButtonGiant.layout-104 .Radial-Out:before,.ModuleButtonGiant.layout-104 .RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-104 .Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-104 .Shutter-Out-Vertical:before{
    background: #333
}
.ModuleButtonGiant.layout-104 .BreadsvgIcon{
	flex-direction: column;
	justify-content: center;
}
.ModuleButtonGiant.layout-104 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-104 .BreadIcon{
    font-size: 16px;
}.module_554606029 .ModuleHead .HeadCenter{float:none;}
#module_554606029 {
padding:0px;
}
#module_554606029 {
position:absolute;
z-index:100;
top:59%;
left:55%;
width:17%;
height:9%;
}
#module_554606029 .ModuleHead554606029 {
display:none;
}
#module_554606029 .BodyCenter.BodyCenter554606029 {
background:none;background-color:rgba(0,0,0,0);
}
#module_554606029 >.module_554606029 {
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_554606029 >.module_554606029{
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_554606029 .BodyCenter.BodyCenter554606029 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554606029 .BodyCenter.BodyCenter554606029 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_554606029 >.module_554606029 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554606029 >.module_554606029 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_554606029 >.module_554606029 {box-shadow: 0px 0px 0px 0px #ccc}
#module_554606029:hover {
border:none;
}
#module_554606029:hover >.module_554606029 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_554606029 .BodyCenter{text-align:left;}
#module_554606029 .moduleButton{font-size:14px;}
#module_554606029 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_554606029 .moduleButton{color:#fff;}
#module_554606029 .moduleButton{font-weight:normal;}
#module_554606029 .moduleButton{text-decoration:none;}
#module_554606029 .moduleButton{font-style:normal;}
#module_554606029 .moduleButton, #module_554606029 .moduleButton:before{background-color:#071E55;}
#module_554606029 .moduleButton, #module_554606029 .moduleButton:before{background-image:none;}
#module_554606029 .moduleButton, #module_554606029 .moduleButton:before{background-repeat:no-repeat;}
#module_554606029 .moduleButton, #module_554606029 .moduleButton:before{background-position:none;}
#module_554606029 .moduleButton, #module_554606029 .moduleButton:before{background-attachment:none;}
#module_554606029 .moduleButton, #module_554606029 .moduleButton:before{}
#module_554606029 .moduleButton{border-color:#000;}
#module_554606029 .moduleButton{border-style:solid;}
#module_554606029 .moduleButton{border-width:0px;}
#module_554606029 .moduleButton{width:180px;}
#module_554606029 .moduleButton,#module_554606029 .BreadsvgIcon{height:50px}
#module_554606029 .BodyCenter{color:#fff;}
#module_554606029 .moduleButton{border-top-left-radius:5px;}
#module_554606029 .moduleButton{border-top-right-radius:5px;}
#module_554606029 .moduleButton{border-bottom-left-radius:5px;}
#module_554606029 .moduleButton{border-bottom-right-radius:5px;}
#module_554606029 .BreadIcon{font-size:16px;} #module_554606029 .BreadsvgIcon svg{width:16px;height:16px;}
#module_554606029 .BreadIcon{color:#fff;} #module_554606029 .BreadsvgIcon svg>*{fill:#fff;}
#module_554606029 .BreadIcon,#module_554606029 .BreadsvgIcon{margin-left:10px;}
#module_554606029 .BreadIcon,#module_554606029 .BreadsvgIcon{margin-right:10px;}
#module_554606029 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_554606029 .moduleButton:hover .BreadIcon{font-size:16px;} #module_554606029 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_554606029 .moduleButton:hover .BreadIcon{color:#fff} #module_554606029 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_554606029 .moduleButton:hover{font-size:14px;}
#module_554606029 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_554606029 .moduleButton:hover{color:#fff;}
#module_554606029 .moduleButton:hover{font-weight:normal;}
#module_554606029 .moduleButton:hover{text-decoration:none;}
#module_554606029 .moduleButton:hover{font-style:normal;}
#module_554606029 .moduleButton:hover, #module_554606029 .moduleButton:hover:before{background-image: unset;background-color:rgb(140, 118, 228);}
#module_554606029 .moduleButton:hover, #module_554606029 .moduleButton:hover:before{background-image:none;}
#module_554606029 .moduleButton:hover, #module_554606029 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_554606029 .moduleButton:hover, #module_554606029 .moduleButton:hover:before{background-position:none;}
#module_554606029 .moduleButton:hover, #module_554606029 .moduleButton:hover:before{background-attachment:none;}
#module_554606029 .moduleButton:hover, #module_554606029 .moduleButton:hover:before{}
#module_554606029 .moduleButton:hover{border-color:transparent;}
#module_554606029 .moduleButton:hover{border-style:solid;}
#module_554606029 .moduleButton:hover{border-width:0px;}
#module_554606029 .moduleButton:hover{box-shadow:-4px 0px 0px 0px rgba(0, 0, 0, 0);}

.module_554606009 .ModuleHead .HeadCenter{float:none;}
#module_554606009 {
padding:0px;
}
#module_554606009 {
position:absolute;
z-index:100;
top:59%;
left:55%;
width:17%;
height:9%;
}
#module_554606009 .ModuleHead554606009 {
display:none;
}
#module_554606009 .BodyCenter.BodyCenter554606009 {
background:none;background-color:rgba(0,0,0,0);
}
#module_554606009 >.module_554606009 {
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_554606009 >.module_554606009{
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_554606009 .BodyCenter.BodyCenter554606009 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554606009 .BodyCenter.BodyCenter554606009 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_554606009 >.module_554606009 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554606009 >.module_554606009 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_554606009 >.module_554606009 {box-shadow: 0px 0px 0px 0px #ccc}
#module_554606009:hover {
border:none;
}
#module_554606009:hover >.module_554606009 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_554606009 .BodyCenter{text-align:left;}
#module_554606009 .moduleButton{font-size:14px;}
#module_554606009 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_554606009 .moduleButton{color:#fff;}
#module_554606009 .moduleButton{font-weight:normal;}
#module_554606009 .moduleButton{text-decoration:none;}
#module_554606009 .moduleButton{font-style:normal;}
#module_554606009 .moduleButton, #module_554606009 .moduleButton:before{background-color:#071E55;}
#module_554606009 .moduleButton, #module_554606009 .moduleButton:before{background-image:none;}
#module_554606009 .moduleButton, #module_554606009 .moduleButton:before{background-repeat:no-repeat;}
#module_554606009 .moduleButton, #module_554606009 .moduleButton:before{background-position:none;}
#module_554606009 .moduleButton, #module_554606009 .moduleButton:before{background-attachment:none;}
#module_554606009 .moduleButton, #module_554606009 .moduleButton:before{}
#module_554606009 .moduleButton{border-color:#000;}
#module_554606009 .moduleButton{border-style:solid;}
#module_554606009 .moduleButton{border-width:0px;}
#module_554606009 .moduleButton{width:180px;}
#module_554606009 .moduleButton,#module_554606009 .BreadsvgIcon{height:50px}
#module_554606009 .BodyCenter{color:#fff;}
#module_554606009 .moduleButton{border-top-left-radius:5px;}
#module_554606009 .moduleButton{border-top-right-radius:5px;}
#module_554606009 .moduleButton{border-bottom-left-radius:5px;}
#module_554606009 .moduleButton{border-bottom-right-radius:5px;}
#module_554606009 .BreadIcon{font-size:16px;} #module_554606009 .BreadsvgIcon svg{width:16px;height:16px;}
#module_554606009 .BreadIcon{color:#fff;} #module_554606009 .BreadsvgIcon svg>*{fill:#fff;}
#module_554606009 .BreadIcon,#module_554606009 .BreadsvgIcon{margin-left:10px;}
#module_554606009 .BreadIcon,#module_554606009 .BreadsvgIcon{margin-right:10px;}
#module_554606009 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_554606009 .moduleButton:hover .BreadIcon{font-size:16px;} #module_554606009 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_554606009 .moduleButton:hover .BreadIcon{color:#fff} #module_554606009 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_554606009 .moduleButton:hover{font-size:14px;}
#module_554606009 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_554606009 .moduleButton:hover{color:#fff;}
#module_554606009 .moduleButton:hover{font-weight:normal;}
#module_554606009 .moduleButton:hover{text-decoration:none;}
#module_554606009 .moduleButton:hover{font-style:normal;}
#module_554606009 .moduleButton:hover, #module_554606009 .moduleButton:hover:before{background-image: unset;background-color:rgb(140, 118, 228);}
#module_554606009 .moduleButton:hover, #module_554606009 .moduleButton:hover:before{background-image:none;}
#module_554606009 .moduleButton:hover, #module_554606009 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_554606009 .moduleButton:hover, #module_554606009 .moduleButton:hover:before{background-position:none;}
#module_554606009 .moduleButton:hover, #module_554606009 .moduleButton:hover:before{background-attachment:none;}
#module_554606009 .moduleButton:hover, #module_554606009 .moduleButton:hover:before{}
#module_554606009 .moduleButton:hover{border-color:transparent;}
#module_554606009 .moduleButton:hover{border-style:solid;}
#module_554606009 .moduleButton:hover{border-width:0px;}
#module_554606009 .moduleButton:hover{box-shadow:-4px 0px 0px 0px rgba(0, 0, 0, 0);}

#module_554606007 .SubContainer {max-width:none !important;}
.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridGiant.layout-101{height: 100%;}
.ModuleGridGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}

@media only screen and (max-width: 767px) { 
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}.module_554605339 .ModuleHead .HeadCenter{float:none;}
#module_554605339 {
padding:0px;
}
#module_554605339 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_554605339 .ModuleHead554605339 {
display:none;
}
#module_554605339 .BodyCenter.BodyCenter554605339 {
background:none;background-color:rgba(0,0,0,0);
}
#module_554605339 >.module_554605339 {
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_554605339 >.module_554605339{
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_554605339 .BodyCenter.BodyCenter554605339 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554605339 .BodyCenter.BodyCenter554605339 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_554605339 >.module_554605339 {
margin-top:4.1899%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554605339 >.module_554605339 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_554605339 >.module_554605339 {box-shadow: 0px 0px 0px 0px #ccc}
#module_554605339:hover {
border:none;
}
#module_554605339:hover >.module_554605339 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_554605339 .ModuleSubContainer{background-color:transparent;}
#module_554605339 .ModuleSubContainer{background-image:none;}
#module_554605339 .ModuleSubContainer{background-repeat:no-repeat;}
#module_554605339 .ModuleSubContainer{background-position:0% 0%;}
#module_554605339 .ModuleSubContainer{background-attachment:scroll;}
#module_554605339 .ModuleSubContainer{}
#module_554605339 {!bgVideo!}{bgVideoUrl:}
#module_554605339 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_554605339 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_554605339 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer554605339 {max-width:1200px;width:auto;}
.hide {display: none !important;}
.ModuleProductDetailGiant.layout-102 a{ text-decoration: unset; outline: 0;}
.ModuleProductDetailGiant.layout-102 .mobile-fujian{ display: none;}
.ModuleProductDetailGiant.layout-102.clone{height: 45px;}
.ModuleProductDetailGiant.layout-102 .inSwiper-slide {background-size: cover; -moz-background-size: cover;}
.ModuleProductDetailGiant.layout-102 .inSwiper-slide i.boshiweb_bofang {display: block; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 50%; background: rgba(0, 0, 0, 0.3); z-index: 100; font-size:50px; position:absolute; left:50%; top:50%; color:#e3e3e3; transform: translate(-50%,-50%);}
.ModuleProductDetailGiant.layout-102 .inSwiper-slide i.boshiweb_bofang:after {content: ''; display: block; position: relative; top: 50%; left: 50%; border-left: 16px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; transform: translate(-7px, -9px);}
.ModuleProductDetailGiant.layout-102 .pro-big-pic-wb {border: 1px solid #dcdcdc; position: relative;}
.ModuleProductDetailGiant.layout-102 .introduce .pro-row.het30 {height: 30px;}
.ModuleProductDetailGiant.layout-102 .mobile-big-pic {position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 4; background: #000; display: none;}
.ModuleProductDetailGiant.layout-102 .pro-release.have-pic-row .pro-style-containt b {margin-left: 36px;}
.ModuleProductDetailGiant.layout-102 .small-pic {display: none;}
.ModuleProductDetailGiant.layout-102 .have-pic-row .small-pic {display: block;}
.ModuleProductDetailGiant.layout-102 .gallery-thumbs-box .pro-thumbnail-direction {font-size: 24px; font-weight: bold; color: #ccc; margin-top: -18px; width: 24px;}
.ModuleProductDetailGiant.layout-102 .gallery-thumbs .swiper-slide {width: 70px; height: 100%; opacity: 1;}
.ModuleProductDetailGiant.layout-102 .mobile-big-pic .swiper-container {height: 100%; box-sizing: border-box; -moz-box-sizing: border-box;  /* Firefox */-webkit-box-sizing: border-box;  /* Safari */padding-top: 50px;}
.ModuleProductDetailGiant.layout-102 .bigpictopwb {min-height: 50px; position: absolute; top: 0; left: 0; width: 100%; line-height: 50px; padding: 0 10px; box-sizing: border-box; -moz-box-sizing: border-box;  /* Firefox */-webkit-box-sizing: border-box;  /* Safari */}
.ModuleProductDetailGiant.layout-102 .mobile-model > span {line-height: 20px; display: -webkit-box; -webkit-box-orient: vertical; /*-webkit-line-clamp: 2; overflow: hidden;*/}
.ModuleProductDetailGiant.layout-102 .mobile-pro-pic-dialog-wb {display: none; width: 125px; height: 125px;}
.ModuleProductDetailGiant.layout-102 .mobile-big-pic-title {color: #fff; font-size: 16px;}
.ModuleProductDetailGiant.layout-102 .mobile-pro-details {background: #fff;}
.ModuleProductDetailGiant.layout-102 .mobile-border-b {border-bottom: 1px solid #eee;}
.ModuleProductDetailGiant.layout-102 .pro-row .stress {display: inline-block; padding: 3px; font-size: 12px; position: relative; top: -3px; margin-left: 1px; color: #fff; background: red; margin-top: 5px;}
.ModuleProductDetailGiant.layout-102 .pro-name {color: #333; font-size: 18px; -webkit-box-orient: vertical; overflow: hidden; display: inline; word-wrap: break-word; word-break: normal;}
.ModuleProductDetailGiant.layout-102 .pro-row .pro-name.webkitbox {display: -webkit-box;}
.ModuleProductDetailGiant.layout-102 .icon-qrcode {margin-left: 10px; width: 20px; display: inline-block;}
.ModuleProductDetailGiant.layout-102 .icon-qrcode img {width: 100%; position: relative; top: -3px;}
.ModuleProductDetailGiant.layout-102 .sharAndCollect {display: none;}
.ModuleProductDetailGiant.layout-102 .dian {display: inline-block; height: 8px; width: 8px; background: #999; margin-bottom: 1px; margin-right: 12px;}
.ModuleProductDetailGiant.layout-102 .introduce {position: relative;}
.ModuleProductDetailGiant.layout-102 {background: #fff;}
.ModuleProductDetailGiant.layout-102 .sharAndCollect strong {display: inline-block; width: 50px; height: 50px; text-align: center; line-height: 1;}
.ModuleProductDetailGiant.layout-102 .sharAndCollect strong b {font-weight: normal; font-size: 12px;}
.ModuleProductDetailGiant.layout-102 .sharAndCollect strong img {display: block; width: 100%; margin-top: 5px;}/*控制色系*/
.ModuleProductDetailGiant.layout-102 .colorSeries {color: #000;}
.ModuleProductDetailGiant.layout-102 .price-box {padding: 10px 0 17px; background: #f3f3f3; margin-bottom: 16px; width: 540px;}
.ModuleProductDetailGiant.layout-102 .introduceTop {padding-bottom: 2px;}
.ModuleProductDetailGiant.layout-102 .inmobile-dialog-content {border-bottom: 1px dashed #dcdcdc;}
.ModuleProductDetailGiant.layout-102 .introduce-warnning {margin-top: 6px; margin-bottom: 6px; position: relative; border: 1px solid transparent;}
.ModuleProductDetailGiant.layout-102 .price-title {font-size: 12px; display: inline-block; max-width: 40%;}
.ModuleProductDetailGiant.layout-102 .specification2 .pro-style-title {line-height: 3;}
.ModuleProductDetailGiant.layout-102 .old-price .price-title {position: relative; top: -7px;}
.ModuleProductDetailGiant.layout-102 .pro-price i {font-size: 18px; font-style: normal; font-weight: bold;}
.ModuleProductDetailGiant.layout-102 .pro-price em {font-style: normal; font-size: 14px; font-weight: normal;}
.ModuleProductDetailGiant.layout-102 .mobile-specification-choose {position: relative;}
.ModuleProductDetailGiant.layout-102 .pc-pd-l14 {padding-left: 14px;}
.ModuleProductDetailGiant.layout-102 .pro-specification-mobile {width: 100%; box-sizing: border-box; -moz-box-sizing: border-box;  /* Firefox */-webkit-box-sizing: border-box;  /* Safari */padding-right: 45px; margin-left: -8px;}
.ModuleProductDetailGiant.layout-102 .color-system {color: red;}
.ModuleProductDetailGiant.layout-102 .selling-price {font-size: 14px; color: #333; text-decoration: line-through;}
.ModuleProductDetailGiant.layout-102 .introduceLast .price-title {float: left;}/* 因为增加了提示语所有抽出来了，小心点改 */
.ModuleProductDetailGiant.layout-102 .introduceLast {padding: 16px 0 0px;}
.ModuleProductDetailGiant.layout-102 .introduceBottom .inbot-pro-row {margin-left: 15px; flex:1;display: inline-block;}
.ModuleProductDetailGiant.layout-102 .selling-price-box .price-title {position: relative; top: -1px;}
.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt {display: inline-block; position: relative; box-sizing: border-box; -moz-box-sizing: border-box;  /* Firefox */-webkit-box-sizing: border-box;  /* Safari */margin-right: 6px; margin-bottom: 10px; cursor: pointer;}
.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt i {float: left; width: 36px; height: 36px; float: left;}
.ModuleProductDetailGiant.layout-102 .pro-style-title {line-height: 2.5;}
.ModuleProductDetailGiant.layout-102 .pro-style-title.het30 {line-height: 30px;}
.ModuleProductDetailGiant.layout-102 .pro-spec-title {line-height: 1 !important; margin-top: -10px; display: inline-block;}
.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt i img {width: 100%;}
.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt b {font-weight: normal; line-height: 26px; display: block; margin-left: 34px; padding: 0 10px; font-size: 12px;}
.ModuleProductDetailGiant.layout-102 .pro-style.have-pic-row .pro-style-containt b {line-height: 36px;}
.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt b {line-height: 28px;}
.ModuleProductDetailGiant.layout-102 .pro-release .pro-style-containt b {margin: 0;}
.ModuleProductDetailGiant.layout-102 .have-repertory {border: 1px solid transparent;}
.ModuleProductDetailGiant.layout-102 .no-repertory {border: 1px dashed #b8b8bd;}
.ModuleProductDetailGiant.layout-102 .pro-style .repertory-active {border: 1px solid red; line-height: 32px;}
.ModuleProductDetailGiant.layout-102 .repertory-active .borderb8 {border: 1px solid rgba(0,0,0,0) !important;}
.ModuleProductDetailGiant.layout-102 .borderb8 {border: 1px solid #b8b8bd; display: block;}
.ModuleProductDetailGiant.layout-102 .pro-style .repertory-active b {line-height: 26px;}
.ModuleProductDetailGiant.layout-102 .borderb8 {border: 1px solid #b8b8bd; display: block;}
.ModuleProductDetailGiant.layout-102 .repertory-active .guoguo {display: block;}
.ModuleProductDetailGiant.layout-102 .buy-btn button {height: 28px; width: 20px; line-height: 26px; color: #333; float: left; border: 1px solid #dbdbdb; background: none; cursor: pointer; margin-left: 5px; background: #f3f3f3;}
.ModuleProductDetailGiant.layout-102 .buy-btn button:hover {}
.ModuleProductDetailGiant.layout-102 .buy-btn .jian-btn {margin-left: 0px; margin-right: 5px;}
.ModuleProductDetailGiant.layout-102 .particulars .particularsNavBox {background: #f3f3f3; border: 0; margin-bottom: 10px; padding: 0 10px;}
.ModuleProductDetailGiant.layout-102 .buy-btn .repertory {font-size: 12px; color: #666; line-height: 30px; padding-left: 10px; cursor: pointer;}
.ModuleProductDetailGiant.layout-102 .particularsNav {padding: 0 20px; color: #333; line-height: 40px; border: none; cursor: pointer; margin-top: -1px;}
.ModuleProductDetailGiant.layout-102 .particularsNav.active {background: #fff; border-top: 2px solid red; color: red;}
.ModuleProductDetailGiant.layout-102 .buy-btn input {float: left; width: 32px; color: #333; height: 28px; background: none; border: none; border: 1px solid #dbdbdb; text-align: center; line-height: 30px;}
.ModuleProductDetailGiant.layout-102 .buyAndCarBox .buy-now,
.ModuleProductDetailGiant.layout-102 .buyAndCarBox .join-car {height: 48px; line-height: 46px; border: 1px solid red; background: #fff; font-size: 16px; color: red; width: 148px; text-align: center; margin-right: 5px; cursor: pointer;}
.ModuleProductDetailGiant.layout-102 .buyAndCarBox button.active {background: red; color: #fff;}
.ModuleProductDetailGiant.layout-102 .examine-car {line-height: 40px; font-size: 12px; text-decoration: none; color: #333;}
.ModuleProductDetailGiant.layout-102 .pro-parameter {padding: 16px 30px 0; position: relative;}
.ModuleProductDetailGiant.layout-102 .pro-chang-box {padding-top: 66px;}
.ModuleProductDetailGiant.layout-102 .change-btn {font-size: 12px; color: #666;}
.ModuleProductDetailGiant.layout-102 .pro-nav-box.active {display: block;}
.ModuleProductDetailGiant.layout-102 .pro-nav-box {display: none;}
.ModuleProductDetailGiant.layout-102 .pro-parameter-list li {width: 25%; padding-right: 60px; line-height: 28px; float: left; color: #666; font-size: 12px; box-sizing: border-box; -moz-box-sizing: border-box;  /* Firefox */-webkit-box-sizing: border-box;  /* Safari */}
.ModuleProductDetailGiant.layout-102 .pc-sharAndEnshrine-box img {width: 12px;}
.ModuleProductDetailGiant.layout-102 .pc-shareAndEnshrine {text-align: center; font-size: 12px; color: #333; line-height: 14px;}
.ModuleProductDetailGiant.layout-102 .inpc-shareAndEnshrine-box {cursor: pointer; border: 1px solid #cccccc;
    border-radius: 4px;
	line-height: 32px;
	height: 32px;
    display: block;
	margin-left: 10px;  padding:0 10px;}
	.ModuleProductDetailGiant.layout-102 .pc-shareAndEnshrine-box{display: flex;
		justify-content: flex-end;padding: 0 40px;}
.ModuleProductDetailGiant.layout-102 .pc-shareAndEnshrine {padding-top: 28px; padding-bottom: 54px; position: relative;}
.ModuleProductDetailGiant.layout-102 .icon-pic {font-size: 14px; margin-right: 5px; color: #f10215;}
.ModuleProductDetailGiant.layout-102 .share-pic {font-size: 30px; color: inherit;}
.ModuleProductDetailGiant.layout-102 .iconfont-box {width: 50px; height: 50px; position: relative; float: left; text-align: center; color: #d6d6d6;}
.ModuleProductDetailGiant.layout-102 .pc-share .icon-pic {top: 0;}
.ModuleProductDetailGiant.layout-102 .pc-shareAndEnshrine .pc-share {display: block;cursor: pointer; position: relative;}
.ModuleProductDetailGiant.layout-102 .pc-shareAndEnshrine .pc-share:hover .pc-share-list-wb {display: block;}
/* .ModuleProductDetailGiant.layout-102 .pc-shareAndEnshrine .pc-share img {position: relative; top: -1px;} */
.ModuleProductDetailGiant.layout-102 .pc-shareAndEnshrine .pc-enshrine img {position: relative; top: -2px;}
.ModuleProductDetailGiant.layout-102 .inpc-shareAndEnshrine-box img {margin-right: 10px;}
.ModuleProductDetailGiant.layout-102 .pc-share-list-wb {position: absolute; padding-top: 24px; top: 0; left: 0; display: none;}
.ModuleProductDetailGiant.layout-102 .pc-share-list .pc-share-list-text {line-height: 24px; margin-right: 8px; color: #666;}
.ModuleProductDetailGiant.layout-102 .pc-share-list li {list-style: none; float: left; line-height: 1;}
.ModuleProductDetailGiant.layout-102 .pc-share-list li img {width: 24px; margin-right: 8px; cursor: pointer; padding-bottom: 1px; top: 1px;}
.ModuleProductDetailGiant.layout-102 .pc-share-list-wb .pc-share-list li img {top: 1px;}
.ModuleProductDetailGiant.layout-102 .pc-share-list li .mg-r0 {margin-right: 0;}
.ModuleProductDetailGiant.layout-102 .pro-price b {font-size: 14px; font-weight: normal;}
.ModuleProductDetailGiant.layout-102 .pro-parameter-list .mobile-dialog-title {display: none; line-height: 48px; font-size: 16px;}
.ModuleProductDetailGiant.layout-102 .mobile-footer{bottom: -50px; transition: bottom 0.5s ease;}
.ModuleProductDetailGiant.layout-102 .color-series,
.ModuleProductDetailGiant.layout-102 .mobile-footer .mobile-joincarAndBuynow-left span {float: left; height: 38px; line-height: 36px; text-align: center; margin: 5px 0px; width: 50px; position: relative; border-radius: 2px; padding: 5px; cursor: pointer;}
.ModuleProductDetailGiant.layout-102 .mobile-footer .mobile-joincarAndBuynow-left span img {width: 40px; padding: 0; position: absolute; top: 0; left: 50%; margin-left: -20px; margin-top: 5px;}
.ModuleProductDetailGiant.layout-102 .mobile-footer.mobile-joincarAndBuynow .mobile-joincarAndBuynow-left span .subn {/*line-height: 16px;*/ text-align: center; top: 8px;}
.ModuleProductDetailGiant.layout-102 .pro-parameter-list li .maohao {font-style: normal;}
.ModuleProductDetailGiant.layout-102 .pro-parameter-list .mobile-dialog-title span {color: #333;}
.ModuleProductDetailGiant.layout-102 .mobile-dialog-title img {width: 30px; position: absolute; top: 0; right: 0; cursor: pointer;}
.ModuleProductDetailGiant.layout-102 .pro-parameter-list li .finish {display: block; height: 50px; font-size: 16px; color: #fff; line-height: 50px; background: red; width: 100%; border: 0; position: fixed; bottom: 0; left: 0;}
.ModuleProductDetailGiant.layout-102 .modulePro-top-nav {display: none; height: 45px; position: fixed; top: 0; left: 0; width: 100%; background: #fff; z-index: 902; border-bottom: 1px solid #ddd;}
.ModuleProductDetailGiant.layout-102 .modulePro-top-nav .nav-list-top {width: calc(100% - 60px); margin: 0 auto;  margin-right: 15px;
    margin-left: 30px;font-size: 0;}
.ModuleProductDetailGiant.layout-102 .modulePro-top-nav .nav-list-top li {display: inline-block; width: auto; font-size: 14px; list-style: none; padding-left: 15px; padding-right: 15px; text-align: center; font-size: 14px; line-height: 43px; color: #666; border-bottom: 2px solid transparent;}
.ModuleProductDetailGiant.layout-102 .modulePro-top-nav .nav-list-top .swiper-wrapper.justify-content{justify-content: center;}
.ModuleProductDetailGiant.layout-102 .gallery-thumbs .swiper-slide.active {opacity: 1;}
.ModuleProductDetailGiant.layout-102 .gallery-thumbs .swiper-slide .inSwiper-slide {border: 1px solid #ddd;}
.ModuleProductDetailGiant.layout-102 .gallery-thumbs .swiper-slide.active .inSwiper-slide {border: 2px solid red;}
.ModuleProductDetailGiant.layout-102 .modulePro-top-nav .nav-list-top li.active {color: red; border-color: red;}
.ModuleProductDetailGiant.layout-102 .modulePro-top-nav .mobile-back {width: 45px; position: absolute; left: 0; top: 0;}.ModuleShare .ShareIcon {display: none !important;}
.ModuleProductDetailGiant.layout-102 .modulePro-top-nav .mobile-back img {width: 100%; display: block;}
.ModuleProductDetailGiant.layout-102 .share-top { margin-right: 7px;  margin-left: 7px;}
.ModuleProductDetailGiant.layout-102 .introduceTop {border-bottom: 1px dashed #eee;}
.ModuleProductDetailGiant.layout-102 .inModuleProduteDetailTop {padding-bottom: 10px; font-size: 0;}
.ModuleProductDetailGiant.layout-102 .mobile-dialog-bottom {padding-top: 0px;}
.ModuleProductDetailGiant.layout-102 .ProVideoDiv {height: 100%; position: absolute; width: 100%; z-index: 11; background: #fff;}
.ModuleProductDetailGiant.layout-102 .ProVideo {left: 50%; top: 50%; width: 100%; position: absolute; transform: translate(-50%, -50%);}
.ModuleProductDetailGiant.layout-102 .buyAndCarBox.release-pd{padding-bottom: 25px;}
.ModuleProductDetailGiant.layout-102 .dummy{padding-top: 100%;}
.ModuleProductDetailGiant.layout-102 .mobile-inSlide-size{position: absolute; width: auto; height: auto; z-index: 1; max-width: 100%; max-height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.ModuleProductDetailGiant.layout-102 .pc-inSlide-size{opacity: 0;  z-index: -1;  position: absolute;  top: 0;  left: 0;  height: 100%;}
.ModuleProductDetailGiant.layout-102 #pro-thumbnail .mobile-inSlide-size{position: absolute; opacity: 0; width: 100%; height: 100%; z-index: 1;}
.ModuleProductDetailGiant.layout-102 #pro-thumbnail .pc-inSlide-size{opacity: 0; z-index: -1; position: relative;}
.ModuleProductDetailGiant.layout-102 .active-transparent{border-color: #ddd !important; border-width: 1px !important;}
.ModuleProductDetailGiant.layout-102 .pro-desc {margin-bottom: 12px;}
.ModuleProductDetailGiant.layout-102 .pro-desc span{word-break: break-all; word-wrap: break-word;}
.ModuleProductDetailGiant.layout-102 .J_ViewerXunPan {border: unset !important;}
.ModuleProductDetailGiant.layout-102 .swiperBox {background: rgba(255, 255, 255, 0);}
.ModuleProductDetailGiant.layout-102 .particulars {margin-top:28px;background: rgba(255, 255, 255, 0);}
.ModuleProductDetailGiant.layout-102 .gallery-thumbs-box {width: 64.7%;}
.ModuleProductDetailGiant.layout-102  .share-pc .horizontal{ display: none;}
.ModuleProductDetailGiant.layout-102  .share-pc .vertical{ display: none;}
.ModuleProductDetailGiant.layout-102 .productshowdiv{ left: 15px;}
.ModuleProductDetailGiant.layout-102 .VRDiv{    z-index: 9; cursor: pointer; display: flex; justify-content: flex-start;align-items: center; color:#fff;font-size: 14px;background-color: rgba(0,0,0,0.4); border-radius: 8px;margin-right: 5px;padding:8px 12px;}
.ModuleProductDetailGiant.layout-102 .VRDiv > svg{ width: 16px; height: 16px;fill: #fff;}
.ModuleProductDetailGiant.layout-102 .VRTipstxt{     text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;margin-left: 8px;}
.ModuleProductDetailGiant.layout-102 .vr-pc{ display: block;}
.ModuleProductDetailGiant.layout-102 .vr-mobile{ display: none;}

@media only screen and (min-width: 768px){
	.ModuleProductDetailGiant.layout-102 .pro-name {margin-bottom: 5px;}
	/* .ModuleProductDetailGiant.layout-102 a:hover {text-decoration: unset !important;} */
	.ModuleProductDetailGiant.layout-102 .introduce .mobile-downc {display: none;}
	.ModuleProductDetailGiant.layout-102 .swiperBox {width: 33.5%;  max-width: 60%;  min-width: 33.5%;  display: inline-block; vertical-align: top;}
	.ModuleProductDetailGiant.layout-102 .introduce {width: calc(66.5% - 36px);  max-width: calc(66.5% - 36px);  min-width: calc(40% - 36px);  display: inline-block; margin-left: 36px;}
	.ModuleProductDetailGiant.layout-102 .buyAndCarBox button {display: inline-block;}
	.ModuleProductDetailGiant.layout-102 .mobile-dialog-content {padding-top: 0 !important;}
	.ModuleProductDetailGiant.layout-102 .buyAndCarBox {position: static !important; padding-top: 24px; padding-bottom: 24px;}
	.ModuleProductDetailGiant.layout-102 .introduce .mobile-specification-dialog {display: block !important;}
	.ModuleProductDetailGiant.layout-102 .pro-parameter-list .finishWb {display: none;}
	.ModuleProductDetailGiant.layout-102 .buyAndCarBox {position: static !important;}
	.ModuleProductDetailGiant.layout-102.clone{display: none;}
	/* .ModuleProductDetailGiant.layout-102 .introduce .specification {display: flex; align-items: center;} */
	.ModuleProductDetailGiant.layout-102 button.enquiry,
	.ModuleProductDetailGiant.layout-102 button.enquirylink {min-width: 148px; max-width: 100%; height: 48px; line-height: 1; padding: 13px 10px; font-size: 12px; overflow: hidden; word-wrap: break-word; word-break: normal; white-space: nowrap; text-overflow: ellipsis;}
	.ModuleProductDetailGiant.layout-102 .OutsideLinkListMoble{	padding: 0 10px; display: none; }
	.ModuleProductDetailGiant.layout-102 .OutsideLinkListPc{display: block; }
}

@media only screen and (max-width: 767px) {
	.ModuleProductDetailGiant.layout-102 .OutsideLinkListMoble{ display: block; }
	.ModuleProductDetailGiant.layout-102 .OutsideLinkListPc{ display: none; }
	.ModuleProductDetailGiant.layout-102 .productshowdiv.mobile{left:0 }
	.ModuleProductDetailGiant.layout-102 .vr-pc{ display: none;}
    .ModuleProductDetailGiant.layout-102  .vr-mobile{display: flex;left: auto;
        right: auto;
        top: auto;
        max-width: 100%;
        position: relative;
        margin-bottom: 15px;
        width: max-content;}
	.ModuleProductDetailGiant.layout-102 .icon-fanhui1{position: absolute;
		transform: translate(50%,50%);
		}
		.ModuleProductDetailGiant.layout-102 .icon-fenxiang4{    /*position: absolute;*/
			transform: translate(50%,50%);
			color: #7F7F7F;
		}
	.ModuleProductDetailGiant.layout-102 .ProVideo {height: 37vh;}
	.ModuleProductDetailGiant.layout-102 .paramlist-item{max-width: 99%;}
	.ModuleProductDetailGiant.layout-102 .mobile-pro-pic-dialog,
	.ModuleProductDetailGiant.layout-102 .modulePro-top-nav,
	.ModuleProductDetailGiant.layout-102 .pro-parameter-list .mobile-dialog-title {display: block;}
	.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt i,
	.ModuleProductDetailGiant.layout-102 #pro-thumbnail,
	.ModuleProductDetailGiant.layout-102 .pro-nav-box.active,
	.ModuleProductDetailGiant.layout-102 .pro-parameter-list li .maohao,
	.ModuleProductDetailGiant.layout-102 .pro-chang-box,
	.ModuleProductDetailGiant.layout-102 .particulars .particularsNavBox,
	.ModuleProductDetailGiant.layout-102 .pc-shareAndEnshrine,
	.ModuleProductDetailGiant.layout-102 .examine-car {display: none;}
	.ModuleProductDetailGiant.layout-102 .introduceTop {padding-left: 10px; padding-right: 10px; border: 0;}
	.ModuleProductDetailGiant.layout-102 .mobile-pro-pic-dialog,
	.ModuleProductDetailGiant.layout-102 .modulePro-top-nav,
	.ModuleProductDetailGiant.layout-102 .pro-parameter-list .mobile-dialog-title {display: block;}
	.ModuleProductDetailGiant.layout-102 .mobile-harebin {margin-bottom: 0;}
	.ModuleProductDetailGiant.layout-102 .inModuleProduteDetailTop {padding-bottom: 0px;}
	.ModuleProductDetailGiant.layout-102.pro-style.have-pic-row.pro-style-containtb {line-height: 28px;}
	.ModuleProductDetailGiant.layout-102 .pro-introduce-pc {display: none !important;}
	.ModuleProductDetailGiant.layout-102 .pro-release.have-pic-row .pro-style-containt b {margin-left: 0;}
	.ModuleProductDetailGiant.layout-102 .inmobile-dialog-content .introduceLast .pro-style-title {line-height: 30px;}
	.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt b {margin-left: 0;}
	.ModuleProductDetailGiant.layout-102 .pc-pd-l14 {padding-left: 0;}
	.ModuleProductDetailGiant.layout-102 .pro-row .stress {font-size: 14px; margin-top: 10px; padding: 2px 5px 1px 5px; word-break: break-all; word-wrap: break-word;}
	.ModuleProductDetailGiant.layout-102 .specification .price-title {padding-left: 0;}
	.ModuleProductDetailGiant.layout-102 .price-box {margin-bottom: 14px;}
	.ModuleProductDetailGiant.layout-102 .introduceTop {padding-left: 10px; padding-right: 10px; border: 0;}
	.ModuleProductDetailGiant.layout-102 .introduceTop .specification {padding-bottom: 14px;}
	.ModuleProductDetailGiant.layout-102 .ModuleProduteDetailMain {padding: 0; padding-bottom: 5px; background: #f3f3f3;}
	.ModuleProductDetailGiant.layout-102 .price-box {width: auto; background: none;}
	.ModuleProductDetailGiant.layout-102 .introduce .pro-row {padding-left: 0; margin-top: 15px;}
	.ModuleProductDetailGiant.layout-102 .swiperBox {width: 100% !important;}
	.ModuleProductDetailGiant.layout-102 .introduce {width: 100% !important;}
	.ModuleProductDetailGiant.layout-102 .price-box {padding: 0;}
	.ModuleProductDetailGiant.layout-102 .introduceBottom .inbot-pro-row {margin-left: 0; padding-top: 10px;}
	.ModuleProductDetailGiant.layout-102 .inmobile-dialog-content .pro-style-title {line-height: 1; padding-top: 2px;}
	.ModuleProductDetailGiant.layout-102 .introduceBottom {padding-top: 14px; padding-bottom: 0; border-bottom: 0;}
	.ModuleProductDetailGiant.layout-102 .introduce .pro-row.mobile-style {padding: 0 10px; line-height: 36px; height: 36px;}
	.ModuleProductDetailGiant.layout-102 .buy-btn button {height: 34px; line-height: 32px; width: 30px; background: #fff;}
	.ModuleProductDetailGiant.layout-102 .buy-btn input {line-height: 36px; height: 34px; width: 110px;}
	.ModuleProductDetailGiant.layout-102 .introduceLast {padding: 4px 0 56px;}
	.ModuleProductDetailGiant.layout-102 .buyAndCarBox .buy-now,
	.ModuleProductDetailGiant.layout-102 .buyAndCarBox .join-car {width: 100%; background: red; line-height: 50px; color: #fff; display: none;}
	.ModuleProductDetailGiant.layout-102 .buyAndCarBox {position: fixed; bottom: 0; width: 100%; left: 0;}
	.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt b {line-height: 28px;}
	.ModuleProductDetailGiant.layout-102 .pro-parameter .dialog-mobile-content {padding: 0px; position: fixed; bottom: 0; width: 100%; background: #fff; z-index: 3; max-height: 70%; min-height: 50%; padding: 0 16px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: auto; padding-bottom: 55px;}
	.ModuleProductDetailGiant.layout-102 .pro-parameter-list li {float: none; padding-right: 0; width: 100%; line-height: 22px; color: #333;}
	.ModuleProductDetailGiant.layout-102 .mobile-arguments-dialog {position: fixed; height: 100%; width: 100%; left: 0; top: 0; padding: 0; z-index: 3;}
	.ModuleProductDetailGiant.layout-102 .pro-parameter-list li span {color: #666; display: inline-block; width: auto; margin-right: 15px;}
	.ModuleProductDetailGiant.layout-102 .pro-parameter-list li .finish {display: block;}
	.ModuleProductDetailGiant.layout-102 .mobile-pro-pic-dialog-wb {display: -webkit-box; display: box; position: absolute; left: 10px; bottom: 0; background: #fff;}
	/* .ModuleProductDetailGiant.layout-102 .particulars{ display:none;} */
	.ModuleProductDetailGiant.layout-102 .particulars{min-height: 0;}
	.ModuleProductDetailGiant.layout-102 .mobile-fujian{ line-height: 44px;
		color: #333;
		font-size: 14px;
		padding-left: 10px;
		background: #fff;
		margin-bottom: 8px; display: block;}
		.ModuleProductDetailGiant.layout-102 .pd-t7{ padding:10px 0}
		.ModuleProductDetailGiant.layout-102 .modulePro-top-nav{	display: flex;
		justify-content: center;
		align-items: center;
		}

}.module_554605333 .ModuleHead .HeadCenter{float:none;}
#module_554605333 {
padding:0px;
}
#module_554605333 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_554605333 .ModuleHead554605333 {
display:none;
}
#module_554605333 .BodyCenter.BodyCenter554605333 {
background:none;background-color:rgba(0,0,0,0);
}
#module_554605333 >.module_554605333 {
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_554605333 >.module_554605333{
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_554605333 .BodyCenter.BodyCenter554605333 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554605333 .BodyCenter.BodyCenter554605333 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_554605333 >.module_554605333 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554605333 >.module_554605333 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_554605333 >.module_554605333 {box-shadow: 0px 0px 0px 0px #ccc}
#module_554605333:hover {
border:none;
}
#module_554605333:hover >.module_554605333 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_554605333 .VRDiv{background-color:rgba(0,0,0,0.4);}
#module_554605333 .VRDiv{background-image:none;}
#module_554605333 .VRDiv{background-repeat:no-repeat;}
#module_554605333 .VRDiv{}
#module_554605333 .VRDiv{}
#module_554605333 .VRDiv{}
#module_554605333 .VRDiv{border-top-left-radius:8px;}
#module_554605333 .VRDiv{border-top-right-radius:8px;}
#module_554605333 .VRDiv{border-bottom-left-radius:8px;}
#module_554605333 .VRDiv{border-bottom-right-radius:8px;}
#module_554605333 .vrIcon  {font-size:16px;}  #module_554605333 .vrIcon  > svg {width:16px; height:16px}
#module_554605333 .vrIcon  {color:#fff;} #module_554605333 .vrIcon  > svg {fill:#fff;}
#module_554605333 .VRDiv{padding-top:8px;}
#module_554605333 .VRDiv{padding-bottom:8px;}
#module_554605333 .VRDiv{padding-left:12px;}
#module_554605333 .VRDiv{padding-right:12px;}
#module_554605333 .VRTipstxt{font-size:14px;}
#module_554605333 .VRTipstxt{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .VRTipstxt{color:#fff;}
#module_554605333 .VRTipstxt{font-weight:normal;}
#module_554605333 .VRTipstxt{text-decoration:none;}
#module_554605333 .VRTipstxt{font-style:normal;}
#module_554605333 .ModuleProductDetailGiant .ModuleProduteDetailMain{max-width:100%;}
#module_554605333 .ModuleProductDetailGiant .ModuleProduteDetailMain{background-color:#fff;}
#module_554605333 .ModuleProductDetailGiant .ModuleProduteDetailMain{background-image:none;}
#module_554605333 .ModuleProductDetailGiant .ModuleProduteDetailMain{background-repeat:no-repeat;}
#module_554605333 .ModuleProductDetailGiant .ModuleProduteDetailMain{}
#module_554605333 .ModuleProductDetailGiant .ModuleProduteDetailMain{}
#module_554605333 .ModuleProductDetailGiant .ModuleProduteDetailMain{}
#module_554605333 .introduceTop,#module_554605333 .inmobile-dialog-content{border-bottom-color:rgb(255, 255, 255);}
#module_554605333 .introduceTop,#module_554605333 .inmobile-dialog-content{border-bottom-style:double;}
#module_554605333 .introduceTop,#module_554605333 .inmobile-dialog-content{border-bottom-width:7px;}
#module_554605333 .ModuleProductDetailGiant .ModuleProduteDetailMain{padding-top:0px;}
#module_554605333 .ModuleProductDetailGiant .ModuleProduteDetailMain{padding-bottom:0px;}
#module_554605333 .ModuleProductDetailGiant .ModuleProduteDetailMain{padding-left:0px;}
#module_554605333 .ModuleProductDetailGiant .ModuleProduteDetailMain{padding-right:0px;}
#module_554605333 .buyAndCarBox .join-car{color:#fff;}
#module_554605333 .color-system,#module_554605333 .examine-car,#module_554605333 .EvaluateX li.selected,#module_554605333 .EvaluateX li.selected p,#module_554605333 .modulePro-top-nav .nav-list-top li.active{color:#f10215;} #module_554605333 .is-collection{color:#f10215;}
#module_554605333 .mobile-joincarAndBuynow-right button.active,#module_554605333 .common-border-color{border-color:#f10215;}
#module_554605333 .guoguo{border-bottom-color:#f10215;}
#module_554605333 .buyAndCarBox .buy-now,#module_554605333 .buyAndCarBox .join-car{border-color:#f10215;} #module_554605333 .mobile-specification-dialog .buyAndCarBox .join-car{ background:#f10215; }
#module_554605333 .mobile-price,#module_554605333 .examine-car{color:#f10215;}
#module_554605333 .buyAndCarBox .join-car,#module_554605333 .modulePro-top-nav .nav-list-top li.active,#module_554605333 .mobile-joincarAndBuynow-right .mobile-joinCar{border-color:#f10215;}
#module_554605333 .buyAndCarBox button.active{border-color:#f10215;background:#f10215;}
#module_554605333 .mobile-harebin-top-right .inShop,#module_554605333 .mobile-joincarAndBuynow-right button.active,#module_554605333 .mobile-joincarAndBuynow-left span .subn{background:#f10215;}
#module_554605333 .buyAndCarBox button.active,#module_554605333 .mobile-joincarAndBuynow-right button.active,#module_554605333 .mobile-joincarAndBuynow-left span .subn{color:#fff;}
#module_554605333 .mobile-joincarAndBuynow-right .mobile-joinCar{color:#f10215;}#module_554605333 .buyAndCarBox .join-car.join-car-pc{color:#f10215;background:#fff;}
#module_554605333 .swiperBox{width:33.5%;} #module_554605333 .introduce{width: calc(100% - 33.5% - 36px);}
#module_554605333 .dummy{padding-top:100%;}
#module_554605333 .mobile-inSlide-size{object-fit:unset;}
#module_554605333 .mobile-inSlide-size{width:auto;}
#module_554605333 .mobile-inSlide-size{height:auto;}
#module_554605333 .pro-big-pic-wb{background-color:rgba(255, 255, 255, 0);}
#module_554605333 .gallery-thumbs .inSwiper-slide{background-size:contain !important;}
#module_554605333 .pro-big-pic-wb{background-image:none;}
#module_554605333 .pro-big-pic-wb{background-repeat:no-repeat;}
#module_554605333 .pro-big-pic-wb{}
#module_554605333 .pro-big-pic-wb{}
#module_554605333 .pro-big-pic-wb{}
#module_554605333 .pro-big-pic-wb{border-color:#dcdcdc;}
#module_554605333 .gallery-thumbs .swiper-slide .inSwiper-slide{border-color:#ddd;}
#module_554605333 .gallery-thumbs-box .pro-thumbnail-direction{color:#ccc;}
#module_554605333 .pro-name{font-size:20px;}
#module_554605333 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-name{color:#333;}
#module_554605333 .pro-name{font-weight:normal;}
#module_554605333 .pro-name{text-decoration:none;}
#module_554605333 .pro-name{font-style:normal;}
#module_554605333 .pro-desc span{font-size:14px;}
#module_554605333 .pro-desc span{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-desc span{color:rgb(89, 89, 89);}
#module_554605333 .pro-desc span{font-weight:normal;}
#module_554605333 .pro-desc span{text-decoration:none;}
#module_554605333 .pro-desc span{font-style:normal;}
#module_554605333 .pro-desc{margin-top:15px;}
#module_554605333 .pro-desc{margin-bottom:12px;}
#module_554605333 .pro-desc{margin-left:0px;}
#module_554605333 .pro-desc{margin-right:0px;}
#module_554605333 .pro-price-box .price-title{font-size:18px;}
#module_554605333 .pro-price-box .price-title{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-price-box .price-title{color:rgb(63, 63, 63);}
#module_554605333 .pro-price-box .price-title{font-weight:normal;}
#module_554605333 .pro-price-box .price-title{text-decoration:none;}
#module_554605333 .pro-price-box .price-title{font-style:normal;}
#module_554605333 .pro-price strong{font-size:30px;}
#module_554605333 .pro-price strong{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-price strong{color:#f10215;}
#module_554605333 .pro-price strong{font-weight:700;}
#module_554605333 .pro-price strong{text-decoration:none;}
#module_554605333 .pro-price strong{font-style:normal;}
#module_554605333 .pro-price i{font-size:18px;}
#module_554605333 .pro-price i{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-price i{color:#f10215;}
#module_554605333 .pro-price i{font-weight:bold;}
#module_554605333 .pro-price i{text-decoration:none;}
#module_554605333 .pro-price i{font-style:normal;}
#module_554605333 .selling-price-box .price-title{font-size:12px;}
#module_554605333 .selling-price-box .price-title{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .selling-price-box .price-title{color:#999;}
#module_554605333 .selling-price-box .price-title{font-weight:normal;}
#module_554605333 .selling-price-box .price-title{text-decoration:none;}
#module_554605333 .selling-price-box .price-title{font-style:normal;}
#module_554605333 .selling-price-box .selling-price{font-size:14px;}
#module_554605333 .selling-price-box .selling-price{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .selling-price-box .selling-price{color:#333;}
#module_554605333 .selling-price-box .selling-price{font-weight:normal;}
#module_554605333 .selling-price-box .selling-price{font-style:normal;}
#module_554605333 .price-box{background-color:#f3f3f3;}
#module_554605333 .price-box{background-image:none;}
#module_554605333 .price-box{background-repeat:no-repeat;}
#module_554605333 .price-box{}
#module_554605333 .price-box{}
#module_554605333 .price-box{}
#module_554605333 .pro-row .stress{background-color:#f10215;}
#module_554605333 .pro-row .stress{background-image:none;}
#module_554605333 .pro-row .stress{background-repeat:no-repeat;}
#module_554605333 .pro-row .stress{}
#module_554605333 .pro-row .stress{}
#module_554605333 .pro-row .stress{}
#module_554605333 .pro-row .stress{font-size:12px;}
#module_554605333 .pro-row .stress{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-row .stress{color:#fff;}
#module_554605333 .pro-row .stress{font-weight:normal;}
#module_554605333 .pro-row .stress{text-decoration:none;}
#module_554605333 .pro-row .stress{font-style:normal;}
#module_554605333 .enquiry,#module_554605333 .enquirylink,#module_554605333 .J_ViewerXunPan{background-color:rgb(228, 121, 17);}
#module_554605333 .enquiry,#module_554605333 .enquirylink,#module_554605333 .J_ViewerXunPan{background-image:none;}
#module_554605333 .enquiry,#module_554605333 .enquirylink,#module_554605333 .J_ViewerXunPan{background-repeat:no-repeat;}
#module_554605333 .enquiry,#module_554605333 .enquirylink,#module_554605333 .J_ViewerXunPan{}
#module_554605333 .enquiry,#module_554605333 .enquirylink,#module_554605333 .J_ViewerXunPan{}
#module_554605333 .enquiry,#module_554605333 .enquirylink,#module_554605333 .J_ViewerXunPan{}
#module_554605333 .enquiry,#module_554605333 .enquirylink,#module_554605333 .J_ViewerXunPan{font-size:14px;}
#module_554605333 .enquiry,#module_554605333 .enquirylink,#module_554605333 .J_ViewerXunPan{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .enquiry,#module_554605333 .enquirylink,#module_554605333 .J_ViewerXunPan{color:#fff;}
#module_554605333 .enquiry,#module_554605333 .enquirylink,#module_554605333 .J_ViewerXunPan{font-weight:normal;}
#module_554605333 .enquiry,#module_554605333 .enquirylink,#module_554605333 .J_ViewerXunPan{text-decoration:none;}
#module_554605333 .enquiry,#module_554605333 .enquirylink,#module_554605333 .J_ViewerXunPan{font-style:normal;}
#module_554605333 .pro-spec-title{font-size:18px;}
#module_554605333 .pro-spec-title{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-spec-title{color:rgb(63, 63, 63);}
#module_554605333 .pro-spec-title{font-weight:normal;}
#module_554605333 .pro-spec-title{text-decoration:none;}
#module_554605333 .pro-spec-title{font-style:normal;}
#module_554605333 .pro-style .pro-style-containt b{font-size:30px;}
#module_554605333 .pro-style .pro-style-containt b{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-style .pro-style-containt b{color:#333;}
#module_554605333 .pro-style .pro-style-containt b{font-weight:bold;}
#module_554605333 .pro-style .pro-style-containt b{text-decoration:none;}
#module_554605333 .pro-style .pro-style-containt b{font-style:normal;}
#module_554605333 .pro-style .pro-style-containt .borderb8{border-top-color:#b8b8bd;}
#module_554605333 .pro-style .pro-style-containt .borderb8{border-top-style:solid;}
#module_554605333 .pro-style .pro-style-containt .borderb8,#module_554605333 .repertory-active{border-top-width:0px;}
#module_554605333 .pro-style .pro-style-containt .borderb8{border-right-color:#b8b8bd;}
#module_554605333 .pro-style .pro-style-containt .borderb8{border-right-style:solid;}
#module_554605333 .pro-style .pro-style-containt .borderb8,#module_554605333 .repertory-active{border-right-width:0px;}
#module_554605333 .pro-style .pro-style-containt .borderb8{border-bottom-color:#b8b8bd;}
#module_554605333 .pro-style .pro-style-containt .borderb8{border-bottom-style:solid;}
#module_554605333 .pro-style .pro-style-containt .borderb8,#module_554605333 .repertory-active{border-bottom-width:0px;}
#module_554605333 .pro-style .pro-style-containt .borderb8{border-left-color:#b8b8bd;}
#module_554605333 .pro-style .pro-style-containt .borderb8{border-left-style:solid;}
#module_554605333 .pro-style .pro-style-containt .borderb8,#module_554605333 .repertory-active{border-left-width:0px;}
#module_554605333 .paramlist-item{font-size:12px;}
#module_554605333 .paramlist-item{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .paramlist-item{color:#333;}
#module_554605333 .paramlist-item{font-weight:normal;}
#module_554605333 .paramlist-item{text-decoration:none;}
#module_554605333 .paramlist-item{font-style:normal;}
#module_554605333 .paramlist-item span,#module_554605333 .maohao{font-size:12px;}
#module_554605333 .paramlist-item span,#module_554605333 .maohao{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .paramlist-item span,#module_554605333 .maohao{color:#333;}
#module_554605333 .paramlist-item span,#module_554605333 .maohao{font-weight:normal;}
#module_554605333 .paramlist-item span,#module_554605333 .maohao{text-decoration:none;}
#module_554605333 .paramlist-item span,#module_554605333 .maohao{font-style:normal;}
#module_554605333 .pro-sales-desc{font-size:12px;}
#module_554605333 .pro-sales-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-sales-desc{color:#333;}
#module_554605333 .pro-sales-desc{font-weight:normal;}
#module_554605333 .pro-sales-desc{text-decoration:none;}
#module_554605333 .pro-sales-desc{font-style:normal;}
#module_554605333 .pro-sales-title{font-size:12px;}
#module_554605333 .pro-sales-title{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-sales-title{color:#999;}
#module_554605333 .pro-sales-title{font-weight:normal;}
#module_554605333 .pro-sales-title{text-decoration:none;}
#module_554605333 .pro-sales-title{font-style:normal;}
#module_554605333 .pro-attention-desc{font-size:12px;}
#module_554605333 .pro-attention-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-attention-desc{color:#333;}
#module_554605333 .pro-attention-desc{font-weight:normal;}
#module_554605333 .pro-attention-desc{text-decoration:none;}
#module_554605333 .pro-attention-desc{font-style:normal;}
#module_554605333 .pro-attention-title{font-size:12px;}
#module_554605333 .pro-attention-title{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-attention-title{color:#999;}
#module_554605333 .pro-attention-title{font-weight:normal;}
#module_554605333 .pro-attention-title{text-decoration:none;}
#module_554605333 .pro-attention-title{font-style:normal;}
#module_554605333 .pro-express-desc{font-size:12px;}
#module_554605333 .pro-express-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-express-desc{color:#333;}
#module_554605333 .pro-express-desc{font-weight:normal;}
#module_554605333 .pro-express-desc{text-decoration:none;}
#module_554605333 .pro-express-desc{font-style:normal;}
#module_554605333 .pro-express-title{font-size:12px;}
#module_554605333 .pro-express-title{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-express-title{color:#999;}
#module_554605333 .pro-express-title{font-weight:normal;}
#module_554605333 .pro-express-title{text-decoration:none;}
#module_554605333 .pro-express-title{font-style:normal;}
#module_554605333 .pc-share .pc-share-title{font-size:12px;}
#module_554605333 .pc-share .pc-share-title{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pc-share .pc-share-title{color:#333;}
#module_554605333 .pc-share .pc-share-title{font-weight:normal;}
#module_554605333 .pc-share .pc-share-title{text-decoration:none;}
#module_554605333 .pc-share .pc-share-title{font-style:normal;}
#module_554605333 .pc-share .icon-pic{font-size:16px;}
#module_554605333 .pc-share .icon-pic{color:#f10215;}
#module_554605333 .pc-share{border-top-color:#ccc;}
#module_554605333 .pc-share{border-top-style:solid;}
#module_554605333 .pc-share{border-top-width:1px;}
#module_554605333 .pc-share{border-right-color:#ccc;}
#module_554605333 .pc-share{border-right-style:solid;}
#module_554605333 .pc-share{border-right-width:1px;}
#module_554605333 .pc-share{border-bottom-color:#ccc;}
#module_554605333 .pc-share{border-bottom-style:solid;}
#module_554605333 .pc-share{border-bottom-width:1px;}
#module_554605333 .pc-share{border-left-color:#ccc;}
#module_554605333 .pc-share{border-left-style:solid;}
#module_554605333 .pc-share{border-left-width:1px;}
#module_554605333 .pc-enshrine .collection-text{font-size:12px;}
#module_554605333 .pc-enshrine .collection-text{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pc-enshrine .collection-text{color:#666;}
#module_554605333 .pc-enshrine .collection-text{font-weight:normal;}
#module_554605333 .pc-enshrine .collection-text{text-decoration:none;}
#module_554605333 .pc-enshrine .collection-text{font-style:normal;}
#module_554605333 .pc-enshrine .icon-pic{font-size:12px;}
#module_554605333 .pc-enshrine .icon-pic{color:#f10215;}
#module_554605333 .pro-download .downloadonc{font-size:12px;}
#module_554605333 .pro-download .downloadonc{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-download .downloadonc{color:#333;}
#module_554605333 .pro-download .downloadonc{font-weight:normal;}
#module_554605333 .pro-download .downloadonc{text-decoration:none;}
#module_554605333 .pro-download .downloadonc{font-style:normal;}
#module_554605333 .pro-download .icon-pic{font-size:12px;}
#module_554605333 .pro-download .icon-pic{color:#f10215;}
#module_554605333 .pro-download{border-top-color:#ccc;}
#module_554605333 .pro-download{border-top-style:solid;}
#module_554605333 .pro-download{border-top-width:1px;}
#module_554605333 .pro-download{border-right-color:#ccc;}
#module_554605333 .pro-download{border-right-style:solid;}
#module_554605333 .pro-download{border-right-width:1px;}
#module_554605333 .pro-download{border-bottom-color:#ccc;}
#module_554605333 .pro-download{border-bottom-style:solid;}
#module_554605333 .pro-download{border-bottom-width:1px;}
#module_554605333 .pro-download{border-left-color:#ccc;}
#module_554605333 .pro-download{border-left-style:solid;}
#module_554605333 .pro-download{border-left-width:1px;}
#module_554605333 .particulars .particularsNavBox{background-color:#f3f3f3;}
#module_554605333 .particulars .particularsNavBox{background-image:none;}
#module_554605333 .particulars .particularsNavBox{background-repeat:no-repeat;}
#module_554605333 .particulars .particularsNavBox{}
#module_554605333 .particulars .particularsNavBox{}
#module_554605333 .particulars .particularsNavBox{}
#module_554605333 .particularsNav{font-size:16px;}
#module_554605333 .particularsNav{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .particularsNav{color:#333;}
#module_554605333 .particularsNav{font-weight:normal;}
#module_554605333 .particularsNav{text-decoration:none;}
#module_554605333 .particularsNav{font-style:normal;}
#module_554605333 .por-prev a,#module_554605333 .por-next a{font-size:14px;}
#module_554605333 .por-prev a,#module_554605333 .por-next a{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .por-prev a,#module_554605333 .por-next a{color:#333;}
#module_554605333 .por-prev a,#module_554605333 .por-next a{font-weight:normal;}
#module_554605333 .por-prev a,#module_554605333 .por-next a{text-decoration:none;}
#module_554605333 .por-prev a,#module_554605333 .por-next a{font-style:normal;}
#module_554605333 .VRDiv:hover{background-color:rgba(0,0,0,0.4);}
#module_554605333 .VRDiv:hover{background-image:none;}
#module_554605333 .VRDiv:hover{background-repeat:no-repeat;}
#module_554605333 .VRDiv:hover{}
#module_554605333 .VRDiv:hover{}
#module_554605333 .VRDiv:hover{}
#module_554605333 .VRDiv:hover .vrIcon  {font-size:16px;}  #module_554605333 .VRDiv:hover .vrIcon  > svg {width:16px; height:16px}
#module_554605333 .VRDiv:hover .vrIcon  {color:#fff;} #module_554605333 .VRDiv:hover .vrIcon  > svg {fill:#fff;}
#module_554605333 .gallery-thumbs .swiper-slide.active .inSwiper-slide{border-color:rgb(63, 63, 63);}
#module_554605333 .repertory-active{border-top-color:rgb(89, 89, 89);}
#module_554605333 .repertory-active{border-top-style:solid;}
#module_554605333 .repertory-active{border-right-color:rgb(89, 89, 89);}
#module_554605333 .repertory-active{border-right-style:solid;}
#module_554605333 .repertory-active,#module_554605333 .guoguo{border-bottom-color:rgb(89, 89, 89);}
#module_554605333 .repertory-active{border-bottom-style:solid;}
#module_554605333 .repertory-active{border-left-color:rgb(89, 89, 89);}
#module_554605333 .repertory-active{border-left-style:solid;}
#module_554605333 .pc-share:hover .icon-pic{font-size:16px;}
#module_554605333 .pc-share:hover .icon-pic{color:#f10215;}
#module_554605333 .pc-share:hover{border-top-color:#ccc;}
#module_554605333 .pc-share:hover{border-top-style:solid;}
#module_554605333 .pc-share:hover{border-top-width:1px;}
#module_554605333 .pc-share:hover{border-right-color:#ccc;}
#module_554605333 .pc-share:hover{border-right-style:solid;}
#module_554605333 .pc-share:hover{border-right-width:1px;}
#module_554605333 .pc-share:hover{border-bottom-color:#ccc;}
#module_554605333 .pc-share:hover{border-bottom-style:solid;}
#module_554605333 .pc-share:hover{border-bottom-width:1px;}
#module_554605333 .pc-share:hover{border-left-color:#ccc;}
#module_554605333 .pc-share:hover{border-left-style:solid;}
#module_554605333 .pc-share:hover{border-left-width:1px;}
#module_554605333 .pc-share:hover .pc-share-title{font-size:12px;}
#module_554605333 .pc-share:hover .pc-share-title{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pc-share:hover .pc-share-title{color:#f10215;}
#module_554605333 .pc-share:hover .pc-share-title{font-weight:normal;}
#module_554605333 .pc-share:hover .pc-share-title{text-decoration:none;}
#module_554605333 .pc-share:hover .pc-share-title{font-style:normal;}
#module_554605333 .pc-enshrine .collection-text:hover{font-size:12px;}
#module_554605333 .pc-enshrine .collection-text:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pc-enshrine .collection-text:hover:hover{color:#f10215;}
#module_554605333 .pc-enshrine .collection-text:hover{font-weight:normal;}
#module_554605333 .pc-enshrine .collection-text:hover{text-decoration:none;}
#module_554605333 .pc-enshrine .collection-text:hover{font-style:normal;}
#module_554605333 .pro-download .downloadonc:hover{font-size:12px;}
#module_554605333 .pro-download .downloadonc:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .pro-download .downloadonc:hover{color:#f10215;}
#module_554605333 .pro-download .downloadonc:hover{font-weight:normal;}
#module_554605333 .pro-download .downloadonc:hover{text-decoration:none;}
#module_554605333 .pro-download .downloadonc:hover{font-style:normal;}
#module_554605333 .pro-download .icon-pic:hover{font-size:12px;}
#module_554605333 .pro-download .icon-pic:hover{color:#f10215;}
#module_554605333 .pro-download:hover {border-top-color:#ccc;}
#module_554605333 .pro-download:hover {border-top-style:solid;}
#module_554605333 .pro-download:hover {border-top-width:1px;}
#module_554605333 .pro-download:hover {border-right-color:#ccc;}
#module_554605333 .pro-download:hover {border-right-style:solid;}
#module_554605333 .pro-download:hover {border-right-width:1px;}
#module_554605333 .pro-download:hover {border-bottom-color:#ccc;}
#module_554605333 .pro-download:hover {border-bottom-style:solid;}
#module_554605333 .pro-download:hover {border-bottom-width:1px;}
#module_554605333 .pro-download:hover {border-left-color:#ccc;}
#module_554605333 .pro-download:hover {border-left-style:solid;}
#module_554605333 .pro-download:hover {border-left-width:1px;}
#module_554605333 .particularsNav.active{font-size:16px;}
#module_554605333 .particularsNav.active{font-family:微软雅黑,Microsoft YaHei;}
#module_554605333 .particularsNav.active{color:rgb(38, 38, 38);}
#module_554605333 .particularsNav.active{font-weight:normal;}
#module_554605333 .particularsNav.active{text-decoration:none;}
#module_554605333 .particularsNav.active{font-style:normal;}
#module_554605333 .particularsNav.active{border-top-color:rgb(38, 38, 38);}
#module_554605333 .particularsNav.active{border-top-style:solid;}
#module_554605333 .particularsNav.active{border-top-width:2px;}
.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_9988554605333 .ModuleHead .HeadCenter{float:none;}
#module_9988554605333 {
padding:0px;
}
#module_9988554605333 {
}
#module_9988554605333 .ModuleHead0 {
display:block;
}

#module_9988554605333 .InsidePage-list-content span,#module_9988554605333 .in-formList-checkbox span{font-size:px;}
#module_9988554605333 .InsidePage-list-content span,#module_9988554605333 .in-formList-checkbox span{font-family:;}
#module_9988554605333 .InsidePage-list-content span,#module_9988554605333 .in-formList-checkbox span{color:;}
#module_9988554605333 .InsidePage-list-content span,#module_9988554605333 .in-formList-checkbox span{}
#module_9988554605333 .InsidePage-list-content span,#module_9988554605333 .in-formList-checkbox span{}
#module_9988554605333 .InsidePage-list-content span,#module_9988554605333 .in-formList-checkbox span{}
#module_9988554605333 .title{font-size:px;}
#module_9988554605333 .title{font-family:;}
#module_9988554605333 .title{color:;}
#module_9988554605333 .title{}
#module_9988554605333 .title{}
#module_9988554605333 .title{}
#module_9988554605333 .title{background-color:;}
#module_9988554605333 .title{}
#module_9988554605333 .title{}
#module_9988554605333 .title{}
#module_9988554605333 .title{}
#module_9988554605333 .title{}
#module_9988554605333 .title{height:px;line-height:px;}
#module_9988554605333 .title{text-align:;}
#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 .customFormCheckbox,#module_9988554605333 input[type=radio],#module_9988554605333.customFormDatetime,#module_9988554605333 input.input-text-color,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .multi-row-text,#module_9988554605333 .cityval{background-color:;}
#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 .customFormCheckbox,#module_9988554605333 input[type=radio],#module_9988554605333.customFormDatetime,#module_9988554605333 input.input-text-color,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .multi-row-text,#module_9988554605333 .cityval{border-top-color:;}
#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 .customFormCheckbox,#module_9988554605333 input[type=radio],#module_9988554605333.customFormDatetime,#module_9988554605333 input.input-text-color,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .multi-row-text,#module_9988554605333 .cityval{border-top-style:;}
#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 .customFormCheckbox,#module_9988554605333 input[type=radio],#module_9988554605333.customFormDatetime,#module_9988554605333 input.input-text-color,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .multi-row-text,#module_9988554605333 .cityval{border-top-width:px;}
#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 .customFormCheckbox,#module_9988554605333 input[type=radio],#module_9988554605333.customFormDatetime,#module_9988554605333 input.input-text-color,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .multi-row-text,#module_9988554605333 .cityval{border-right-color:;}
#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 .customFormCheckbox,#module_9988554605333 input[type=radio],#module_9988554605333.customFormDatetime,#module_9988554605333 input.input-text-color,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .multi-row-text,#module_9988554605333 .cityval{border-right-style:;}
#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 .customFormCheckbox,#module_9988554605333 input[type=radio],#module_9988554605333.customFormDatetime,#module_9988554605333 input.input-text-color,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .multi-row-text,#module_9988554605333 .cityval{border-right-width:px;}
#module_9988554605333 .smsvcode,#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 .customFormCheckbox,#module_9988554605333 input[type=radio],#module_9988554605333.customFormDatetime,#module_9988554605333 input.input-text-color,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .multi-row-text,#module_9988554605333 .cityval{border-bottom-color:;}
#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 .customFormCheckbox,#module_9988554605333 input[type=radio],#module_9988554605333.customFormDatetime,#module_9988554605333 input.input-text-color,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .multi-row-text,#module_9988554605333 .cityval{border-bottom-style:;}
#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 .customFormCheckbox,#module_9988554605333 input[type=radio],#module_9988554605333.customFormDatetime,#module_9988554605333 input.input-text-color,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .multi-row-text,#module_9988554605333 .cityval{border-bottom-width:px;}
#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 .customFormCheckbox,#module_9988554605333 input[type=radio],#module_9988554605333.customFormDatetime,#module_9988554605333 input.input-text-color,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .multi-row-text,#module_9988554605333 .cityval{border-left-color:;}
#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 .customFormCheckbox,#module_9988554605333 input[type=radio],#module_9988554605333.customFormDatetime,#module_9988554605333 input.input-text-color,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .multi-row-text,#module_9988554605333 .cityval{border-left-style:;}
#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 .customFormCheckbox,#module_9988554605333 input[type=radio],#module_9988554605333.customFormDatetime,#module_9988554605333 input.input-text-color,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .multi-row-text,#module_9988554605333 .cityval{border-left-width:px;}
#module_9988554605333 .smsbtn,#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 input.input-text-color,#module_9988554605333.customFormDatetime,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .cityval{border-top-left-radius:px;}
#module_9988554605333 .smsbtn,#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 input.input-text-color,#module_9988554605333.customFormDatetime,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .cityval{border-top-right-radius:px;}
#module_9988554605333 .smsbtn,#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 input.input-text-color,#module_9988554605333.customFormDatetime,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .cityval{border-bottom-left-radius:px;}
#module_9988554605333 .smsbtn,#module_9988554605333 .smsvcode,#module_9988554605333 .frist_item,#module_9988554605333 .VerificationCodeinput,#module_9988554605333 input.input-text-color,#module_9988554605333.customFormDatetime,#module_9988554605333 .Browse-file,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select,#module_9988554605333 .cityval{border-bottom-right-radius:px;}
#module_9988554605333 .Describ-text-color{font-size:px;}
#module_9988554605333 .Describ-text-color{font-family:;}
#module_9988554605333 .Describ-text-color{color:;}
#module_9988554605333 .Describ-text-color{}
#module_9988554605333 .Describ-text-color{}
#module_9988554605333 .Describ-text-color{}
#module_9988554605333 .smsvcode,#module_9988554605333 .smsbtn,#module_9988554605333 .input-text-color,#module_9988554605333 .cityval{font-size:px;}
#module_9988554605333 .smsvcode,#module_9988554605333 .smsbtn,#module_9988554605333 .input-text-color,#module_9988554605333 .cityval{font-family:;}
#module_9988554605333 .smsvcode,#module_9988554605333 .input-text-color,#module_9988554605333 .cityval{color:;}
#module_9988554605333 .smsvcode,#module_9988554605333 .smsbtn,#module_9988554605333 .input-text-color,#module_9988554605333 .cityval{}
#module_9988554605333 .smsvcode,#module_9988554605333 .smsbtn,#module_9988554605333 .input-text-color,#module_9988554605333 .cityval{}
#module_9988554605333 .smsvcode,#module_9988554605333 .smsbtn,#module_9988554605333 .input-text-color,#module_9988554605333 .cityval{}
#module_9988554605333 .smsvaldatebox,#module_9988554605333 .frist_item,#module_9988554605333 input.input-text-color,#module_9988554605333 .customFormDatetime,#module_9988554605333 .pcCitybox select{line-height:px;height:px;}
#module_9988554605333 .input-text-color::placeholder,#module_9988554605333 .smsvcode::placeholder{font-size:px;}
#module_9988554605333 .input-text-color::placeholder,#module_9988554605333 .smsvcode::placeholder{font-family:;}
#module_9988554605333 .input-text-color::placeholder,#module_9988554605333 .smsvcode::placeholder{color:;}
#module_9988554605333 .input-text-color::placeholder,#module_9988554605333 .smsvcode::placeholder{}
#module_9988554605333 .input-text-color::placeholder,#module_9988554605333 .smsvcode::placeholder{}
#module_9988554605333 .input-text-color::placeholder,#module_9988554605333 .smsvcode::placeholder{}
#module_9988554605333 .submitbtn{font-size:px;}
#module_9988554605333 .submitbtn{font-family:;}
#module_9988554605333 .submitbtn{color:;}
#module_9988554605333 .submitbtn{}
#module_9988554605333 .submitbtn{}
#module_9988554605333 .submitbtn{}
#module_9988554605333 .submitbtn{background-color:;} #module_9988554605333 input[type=radio]:checked, #module_9988554605333 input[type=checkbox]:checked{background:;border:1px solid } 
#module_9988554605333 .submitbtn{}
#module_9988554605333 .submitbtn{}
#module_9988554605333 .submitbtn{}
#module_9988554605333 .submitbtn{}
#module_9988554605333 .submitbtn{}
#module_9988554605333 .submitbtnbox{justify-content:;}
#module_9988554605333 .submitbtn{width:%;}
#module_9988554605333 .submitbtn{height:px;line-height:px;}
#module_9988554605333 .submitbtn{border-top-left-radius:px;}
#module_9988554605333 .submitbtn{border-top-right-radius:px;}
#module_9988554605333 .submitbtn{border-bottom-left-radius:px;}
#module_9988554605333 .submitbtn{border-bottom-right-radius:px;}
#module_9988554605333 .vcbtn1{background-color:;}
#module_9988554605333 .vcbtn1{color:;}
#module_9988554605333 .frist_item:hover,#module_9988554605333 .smsvcode:hover, #module_9988554605333 .VerificationCodeinput:hover,#module_9988554605333 .customFormCheckbox:hover,#module_9988554605333 input[type=radio]:hover,#module_9988554605333 input.input-text-color:hover,#module_9988554605333.customFormDatetime:hover,#module_9988554605333 .Browse-file:hover,#module_9988554605333 .customFormDatetime:hover,#module_9988554605333 .pcCitybox select:hover,#module_9988554605333 .multi-row-text:hover,#module_9988554605333 .cityval:hover{border-top-color:;}
#module_9988554605333 .frist_item:hover,#module_9988554605333 .smsvcode:hover, #module_9988554605333 .VerificationCodeinput:hover,#module_9988554605333 .customFormCheckbox:hover,#module_9988554605333 input[type=radio]:hover,#module_9988554605333 input.input-text-color:hover,#module_9988554605333.customFormDatetime:hover,#module_9988554605333 .Browse-file:hover,#module_9988554605333 .customFormDatetime:hover,#module_9988554605333 .pcCitybox select:hover,#module_9988554605333 .multi-row-text:hover,#module_9988554605333 .cityval:hover{border-top-style:;}
#module_9988554605333 .frist_item:hover,#module_9988554605333 .smsvcode:hover, #module_9988554605333 .VerificationCodeinput:hover,#module_9988554605333 .customFormCheckbox:hover,#module_9988554605333 input[type=radio]:hover,#module_9988554605333 input.input-text-color:hover,#module_9988554605333.customFormDatetime:hover,#module_9988554605333 .Browse-file:hover,#module_9988554605333 .customFormDatetime:hover,#module_9988554605333 .pcCitybox select:hover,#module_9988554605333 .multi-row-text:hover,#module_9988554605333 .cityval:hover{border-right-color:;}
#module_9988554605333 .frist_item:hover,#module_9988554605333 .smsvcode:hover, #module_9988554605333 .VerificationCodeinput:hover,#module_9988554605333 .customFormCheckbox:hover,#module_9988554605333 input[type=radio]:hover,#module_9988554605333 input.input-text-color:hover,#module_9988554605333.customFormDatetime:hover,#module_9988554605333 .Browse-file:hover,#module_9988554605333 .customFormDatetime:hover,#module_9988554605333 .pcCitybox select:hover,#module_9988554605333 .multi-row-text:hover,#module_9988554605333 .cityval:hover{border-right-style:;}
#module_9988554605333 .frist_item:hover,#module_9988554605333 .smsvcode:hover, #module_9988554605333 .VerificationCodeinput:hover,#module_9988554605333 .customFormCheckbox:hover,#module_9988554605333 input[type=radio]:hover,#module_9988554605333 input.input-text-color:hover,#module_9988554605333.customFormDatetime:hover,#module_9988554605333 .Browse-file:hover,#module_9988554605333 .customFormDatetime:hover,#module_9988554605333 .pcCitybox select:hover,#module_9988554605333 .multi-row-text:hover,#module_9988554605333 .cityval:hover{border-bottom-color:;}
#module_9988554605333 .frist_item:hover,#module_9988554605333 .smsvcode:hover, #module_9988554605333 .VerificationCodeinput:hover,#module_9988554605333 .customFormCheckbox:hover,#module_9988554605333 input[type=radio]:hover,#module_9988554605333 input.input-text-color:hover,#module_9988554605333.customFormDatetime:hover,#module_9988554605333 .Browse-file:hover,#module_9988554605333 .customFormDatetime:hover,#module_9988554605333 .pcCitybox select:hover,#module_9988554605333 .multi-row-text:hover,#module_9988554605333 .cityval:hover{border-bottom-style:;}
#module_9988554605333 .frist_item:hover,#module_9988554605333 .smsvcode:hover, #module_9988554605333 .VerificationCodeinput:hover,#module_9988554605333 .customFormCheckbox:hover,#module_9988554605333 input[type=radio]:hover,#module_9988554605333 input.input-text-color:hover,#module_9988554605333.customFormDatetime:hover,#module_9988554605333 .Browse-file:hover,#module_9988554605333 .customFormDatetime:hover,#module_9988554605333 .pcCitybox select:hover,#module_9988554605333 .multi-row-text:hover,#module_9988554605333 .cityval:hover{border-left-color:;}
#module_9988554605333 .frist_item:hover,#module_9988554605333 .smsvcode:hover, #module_9988554605333 .VerificationCodeinput:hover,#module_9988554605333 .customFormCheckbox:hover,#module_9988554605333 input[type=radio]:hover,#module_9988554605333 input.input-text-color:hover,#module_9988554605333.customFormDatetime:hover,#module_9988554605333 .Browse-file:hover,#module_9988554605333 .customFormDatetime:hover,#module_9988554605333 .pcCitybox select:hover,#module_9988554605333 .multi-row-text:hover,#module_9988554605333 .cityval:hover{border-left-style:;}
#module_9988554605333 .submitbtn:hover{font-size:px;}
#module_9988554605333 .submitbtn:hover{font-family:;}
#module_9988554605333 .submitbtn:hover{color:;}
#module_9988554605333 .submitbtn:hover{}
#module_9988554605333 .submitbtn:hover{}
#module_9988554605333 .submitbtn:hover{}
#module_9988554605333 .submitbtn:hover{background-color:;}
#module_9988554605333 .submitbtn:hover{}
#module_9988554605333 .submitbtn:hover{}
#module_9988554605333 .submitbtn:hover{}
#module_9988554605333 .submitbtn:hover{}
#module_9988554605333 .submitbtn:hover{}

.module_554605343 .ModuleHead .HeadCenter{float:none;}
#module_554605343 {
padding:0px;
}
#module_554605343 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_554605343 .ModuleHead554605343 {
display:none;
}
#module_554605343 .BodyCenter.BodyCenter554605343 {
background:none;background-color:rgba(0,0,0,0);
}
#module_554605343 >.module_554605343 {
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_554605343 >.module_554605343{
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_554605343 .BodyCenter.BodyCenter554605343 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554605343 .BodyCenter.BodyCenter554605343 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_554605343 >.module_554605343 {
margin-top:-19.4561%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554605343 >.module_554605343 {
margin-top:-72.6225%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_554605343 >.module_554605343 {box-shadow: 0px 0px 0px 0px #ccc}
#module_554605343:hover {
border:none;
}
#module_554605343:hover >.module_554605343 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_554605343 .ModuleSubContainer{background-color:transparent;}
#module_554605343 .ModuleSubContainer{background-image:none;}
#module_554605343 .ModuleSubContainer{background-repeat:no-repeat;}
#module_554605343 .ModuleSubContainer{background-position:0% 0%;}
#module_554605343 .ModuleSubContainer{background-attachment:scroll;}
#module_554605343 .ModuleSubContainer{}
#module_554605343 {!bgVideo!}{bgVideoUrl:}
#module_554605343 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_554605343 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_554605343 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer554605343 {max-width:1200px;width:auto;}
.module_554605344 .ModuleHead .HeadCenter{float:none;}
#module_554605344 {
padding:0px;
}
#module_554605344 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_554605344 .ModuleHead554605344 {
display:none;
}
#module_554605344 .BodyCenter.BodyCenter554605344 {
background:none;background-color:rgba(0,0,0,0);
}
#module_554605344 >.module_554605344 {
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_554605344 >.module_554605344{
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_554605344 .BodyCenter.BodyCenter554605344 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554605344 .BodyCenter.BodyCenter554605344 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_554605344 >.module_554605344 {
margin-top:0.0000%;
margin-left:36.1667%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554605344 >.module_554605344 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_554605344 >.module_554605344 {box-shadow: 0px 0px 0px 0px #ccc}
#module_554605344:hover {
border:none;
}
#module_554605344:hover >.module_554605344 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}


.module_554605345 .ModuleHead .HeadCenter{float:none;}
#module_554605345 {
padding:0px;
}
#module_554605345 {
position:static;
z-index:0;
top:1802px;
left:801px;
width:100%;
height: auto;
}
#module_554605345 .ModuleHead554605345 {
display:none;
}
#module_554605345 .BodyCenter.BodyCenter554605345 {
background:none;background-color:rgba(0,0,0,0);
}
#module_554605345 >.module_554605345 {
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_554605345 >.module_554605345{
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_554605345 .BodyCenter.BodyCenter554605345 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_554605345 .BodyCenter.BodyCenter554605345 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_554605345 >.module_554605345 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_554605345 >.module_554605345 {
margin-top:-45.2450%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_554605345 >.module_554605345 {box-shadow: 0px 0px 0px 0px #ccc}
#module_554605345:hover {
border:none;
}
#module_554605345:hover >.module_554605345 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_554605345 .ModuleSubContainer{background-color:transparent;}
#module_554605345 .ModuleSubContainer{background-image:none;}
#module_554605345 .ModuleSubContainer{background-repeat:no-repeat;}
#module_554605345 .ModuleSubContainer{background-position:0% 0%;}
#module_554605345 .ModuleSubContainer{background-attachment:scroll;}
#module_554605345 .ModuleSubContainer{}
#module_554605345 {!bgVideo!}{bgVideoUrl:}
#module_554605345 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_554605345 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_554605345 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer554605345 {max-width:1200px;width:auto;}
.module_554605346 .ModuleHead .HeadCenter{float:none;}
#module_554605346 {
padding:0px;
}
#module_554605346 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_554605346 .ModuleHead554605346 {
display:none;
}
#module_554605346 .BodyCenter.BodyCenter554605346 {
background:none;background-color:rgba(0,0,0,0);
}
#module_554605346 >.module_554605346 {
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_554605346 >.module_554605346{
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_554605346 .BodyCenter.BodyCenter554605346 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_554605346 .BodyCenter.BodyCenter554605346 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_554605346 >.module_554605346 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_554605346 >.module_554605346 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_554605346 >.module_554605346 {box-shadow: 0px 0px 0px 0px #ccc}
#module_554605346:hover {
border:none;
}
#module_554605346:hover >.module_554605346 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_554605346 .BodyCenter{text-align:left;}
#module_554605346 .moduleButton{font-size:14px;}
#module_554605346 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_554605346 .moduleButton{color:#fff;}
#module_554605346 .moduleButton{font-weight:normal;}
#module_554605346 .moduleButton{text-decoration:none;}
#module_554605346 .moduleButton{font-style:normal;}
#module_554605346 .moduleButton, #module_554605346 .moduleButton:before{background-color:#ff7043;}
#module_554605346 .moduleButton, #module_554605346 .moduleButton:before{background-image:none;}
#module_554605346 .moduleButton, #module_554605346 .moduleButton:before{background-repeat:no-repeat;}
#module_554605346 .moduleButton, #module_554605346 .moduleButton:before{background-position:none;}
#module_554605346 .moduleButton, #module_554605346 .moduleButton:before{background-attachment:none;}
#module_554605346 .moduleButton, #module_554605346 .moduleButton:before{}
#module_554605346 .moduleButton{border-color:#000;}
#module_554605346 .moduleButton{border-style:solid;}
#module_554605346 .moduleButton{border-width:0px;}
#module_554605346 .moduleButton{width:180px;}
#module_554605346 .moduleButton,#module_554605346 .BreadsvgIcon{height:45px}
#module_554605346 .BodyCenter{color:#fff;}
#module_554605346 .moduleButton{border-top-left-radius:0px;}
#module_554605346 .moduleButton{border-top-right-radius:0px;}
#module_554605346 .moduleButton{border-bottom-left-radius:0px;}
#module_554605346 .moduleButton{border-bottom-right-radius:0px;}
#module_554605346 .BreadIcon{font-size:16px;} #module_554605346 .BreadsvgIcon svg{width:16px;height:16px;}
#module_554605346 .BreadIcon{color:#fff;} #module_554605346 .BreadsvgIcon svg>*{fill:#fff;}
#module_554605346 .BreadIcon,#module_554605346 .BreadsvgIcon{margin-left:10px;}
#module_554605346 .BreadIcon,#module_554605346 .BreadsvgIcon{margin-right:10px;}
#module_554605346 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_554605346 .moduleButton:hover .BreadIcon{font-size:16px;} #module_554605346 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_554605346 .moduleButton:hover .BreadIcon{color:#fff} #module_554605346 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_554605346 .moduleButton:hover{font-size:12px;}
#module_554605346 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_554605346 .moduleButton:hover{color:#fff;}
#module_554605346 .moduleButton:hover{font-weight:normal;}
#module_554605346 .moduleButton:hover{text-decoration:none;}
#module_554605346 .moduleButton:hover{font-style:normal;}
#module_554605346 .moduleButton:hover, #module_554605346 .moduleButton:hover:before{background-image: unset;background-color:#f65e12;}
#module_554605346 .moduleButton:hover, #module_554605346 .moduleButton:hover:before{background-image:none;}
#module_554605346 .moduleButton:hover, #module_554605346 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_554605346 .moduleButton:hover, #module_554605346 .moduleButton:hover:before{background-position:none;}
#module_554605346 .moduleButton:hover, #module_554605346 .moduleButton:hover:before{background-attachment:none;}
#module_554605346 .moduleButton:hover, #module_554605346 .moduleButton:hover:before{}
#module_554605346 .moduleButton:hover{border-color:transparent;}
#module_554605346 .moduleButton:hover{border-style:solid;}
#module_554605346 .moduleButton:hover{border-width:0px;}
#module_554605346 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

.module_554605340 .ModuleHead .HeadCenter{float:none;}
#module_554605340 {
padding:0px;
}
#module_554605340 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_554605340 .ModuleHead554605340 {
display:none;
}
#module_554605340 .BodyCenter.BodyCenter554605340 {
background:none;background-color:rgba(0,0,0,0);
}
#module_554605340 >.module_554605340 {
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_554605340 >.module_554605340{
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_554605340 .BodyCenter.BodyCenter554605340 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554605340 .BodyCenter.BodyCenter554605340 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_554605340 >.module_554605340 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554605340 >.module_554605340 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_554605340 >.module_554605340 {box-shadow: 0px 0px 0px 0px #ccc}
#module_554605340:hover {
border:none;
}
#module_554605340:hover >.module_554605340 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_554605340 .ModuleSubContainer{background-color:transparent;}
#module_554605340 .ModuleSubContainer{background-image:none;}
#module_554605340 .ModuleSubContainer{background-repeat:no-repeat;}
#module_554605340 .ModuleSubContainer{background-position:0% 0%;}
#module_554605340 .ModuleSubContainer{background-attachment:scroll;}
#module_554605340 .ModuleSubContainer{}
#module_554605340 {!bgVideo!}{bgVideoUrl:}
#module_554605340 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_554605340 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_554605340 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer554605340 {}
.module_554605341 .ModuleHead .HeadCenter{float:none;}
#module_554605341 {
padding:0px;
}
#module_554605341 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_554605341 .ModuleHead554605341 {
display:none;
}
#module_554605341 .BodyCenter.BodyCenter554605341 {
background:none;background-color:rgb(255, 255, 255);
}
#module_554605341 >.module_554605341 {
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_554605341 >.module_554605341{
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_554605341 .BodyCenter.BodyCenter554605341 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554605341 .BodyCenter.BodyCenter554605341 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_554605341 >.module_554605341 {
margin-top:1.4167%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_554605341 >.module_554605341 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_554605341 >.module_554605341 {box-shadow: 0px 0px 0px 0px #ccc}
#module_554605341:hover {
border:none;
}
#module_554605341:hover >.module_554605341 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_554605341 .ModuleImageTextGiantContent{margin-top:0px;}
#module_554605341 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_554605341 .ModuleImageTextGiantContent{margin-left:0px;}
#module_554605341 .ModuleImageTextGiantContent{margin-right:0px;}
#module_554605341 .imageTextGiant-Container{padding-top:10px;}
#module_554605341 .imageTextGiant-Container{padding-bottom:10px;}
#module_554605341 .imageTextGiant-Container{padding-left:10px;}
#module_554605341 .imageTextGiant-Container{padding-right:10px;}
#module_554605341 .showHandle .btn{font-size:14px;}
#module_554605341 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_554605341 .showHandle .btn{color:#333;}
#module_554605341 .showHandle .btn{font-weight:400;}
#module_554605341 .showHandle .btn{text-decoration:none;}
#module_554605341 .showHandle .btn{font-style:normal;}
#module_554605341 .showHandle div{border-top-color:#ddd !important;}
#module_554605341 .showHandle div{border-top-style:solid !important;}
#module_554605341 .showHandle div{border-top-width:1px !important;}
#module_554605341 .showHandle{background-color:transparent;}
#module_554605341 .showHandle{background-image:none;}
#module_554605341 .showHandle{background-repeat:no-repeat;}
#module_554605341 .showHandle{}
#module_554605341 .showHandle{}
#module_554605341 .showHandle{}
#module_554605341 a{font-size:unset;font-family:unset}
.module_554605342 .ModuleHead .HeadCenter{float:none;}
#module_554605342 {
padding:0px;
}
#module_554605342 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_554605342 .ModuleHead554605342 {
display:none;
}

.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:#161015;
}
#module_542334762 >.module_542334762 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_542334762 >.module_542334762{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_542334762 .BodyCenter.BodyCenter542334762 {
padding-top:0.0000%;
padding-left:3.6313%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334762 .BodyCenter.BodyCenter542334762 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_542334762 >.module_542334762 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_542334762 >.module_542334762 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_542334762 >.module_542334762 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334762:hover {
border:none;
}
#module_542334762:hover >.module_542334762 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334762 .ModuleSubContainer{background-color:transparent;}
#module_542334762 .ModuleSubContainer{background-image:none;}
#module_542334762 .ModuleSubContainer{background-repeat:no-repeat;}
#module_542334762 .ModuleSubContainer{background-position:0% 0%;}
#module_542334762 .ModuleSubContainer{background-attachment:scroll;}
#module_542334762 .ModuleSubContainer{}
#module_542334762 {!bgVideo!}{bgVideoUrl:}
#module_542334762 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_542334762 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_542334762 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer542334762 {max-width:1600px;width:auto;}
.module_542334763 .ModuleHead .HeadCenter{float:none;}
#module_542334763 {
padding:0px;
}
#module_542334763 {
position:static;
z-index:2;
top:-115px;
left:0px;
width:100%;
height: auto;
}
#module_542334763 .ModuleHead542334763 {
display:none;
}
#module_542334763 {
border:none;
}
@media screen and (min-width: 768px){
#module_542334763 >.module_542334763 {
}
}
@media screen and (max-width: 767px){
#module_542334763 >.module_542334763 {
margin-top:4.6110%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_542334763 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334763 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334763 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334763 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334763 .imageTextGiant-Container{padding-top:10px;}
#module_542334763 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334763 .imageTextGiant-Container{padding-left:10px;}
#module_542334763 .imageTextGiant-Container{padding-right:10px;}
#module_542334763 .showHandle .btn{font-size:14px;}
#module_542334763 .showHandle .btn{font-family:;}
#module_542334763 .showHandle .btn{color:#333;}
#module_542334763 .showHandle .btn{font-weight:400;}
#module_542334763 .showHandle .btn{text-decoration:none;}
#module_542334763 .showHandle .btn{font-style:normal;}
#module_542334763 .showHandle div{border-top-color:#ddd !important;}
#module_542334763 .showHandle div{border-top-style:solid !important;}
#module_542334763 .showHandle div{border-top-width:1px !important;}
#module_542334763 .showHandle{background-color:transparent;}
#module_542334763 .showHandle{}
#module_542334763 .showHandle{background-repeat:no-repeat;}
#module_542334763 .showHandle{}
#module_542334763 .showHandle{}
#module_542334763 .showHandle{}
#module_542334763 a{font-size:unset;font-family:unset}
.module_542334764 .ModuleHead .HeadCenter{float:none;}
#module_542334764 {
padding:0px;
}
#module_542334764 {
position:static;
z-index:0;
top:2004px;
left:81px;
width:100%;
height: auto;
}
#module_542334764 .ModuleHead542334764 {
display:none;
}

#module_542334764 .ModuleImageTextGiantContent{margin-top:0px;}
#module_542334764 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_542334764 .ModuleImageTextGiantContent{margin-left:0px;}
#module_542334764 .ModuleImageTextGiantContent{margin-right:0px;}
#module_542334764 .imageTextGiant-Container{padding-top:10px;}
#module_542334764 .imageTextGiant-Container{padding-bottom:10px;}
#module_542334764 .imageTextGiant-Container{padding-left:10px;}
#module_542334764 .imageTextGiant-Container{padding-right:10px;}
#module_542334764 .showHandle .btn{font-size:14px;}
#module_542334764 .showHandle .btn{font-family:;}
#module_542334764 .showHandle .btn{color:#333;}
#module_542334764 .showHandle .btn{font-weight:400;}
#module_542334764 .showHandle .btn{text-decoration:none;}
#module_542334764 .showHandle .btn{font-style:normal;}
#module_542334764 .showHandle div{border-top-color:#ddd !important;}
#module_542334764 .showHandle div{border-top-style:solid !important;}
#module_542334764 .showHandle div{border-top-width:1px !important;}
#module_542334764 .showHandle{background-color:transparent;}
#module_542334764 .showHandle{}
#module_542334764 .showHandle{background-repeat:no-repeat;}
#module_542334764 .showHandle{}
#module_542334764 .showHandle{}
#module_542334764 .showHandle{}
#module_542334764 a{font-size:unset;font-family:unset}
.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .subnav li a {
    font-size: 15px;
}

.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.mobileFootNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ModuleMobileNavGiant.layout-101 .maxlarge {
    max-width: 10rem;
}

.ModuleMobileNavGiant.layout-101 .maxmiddle {
    max-width: 8rem;
}

.ModuleMobileNavGiant.layout-101 .header-model {
    width: 100%;
    height: 3rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    background: #333333;
    max-height: calc(100vh);
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
}

.mobileNavFloatLayer_1 {
    display: block;
    visibility: hidden;
    width: 17rem;
    height: 100%;
    -ms-transform: translateX(-17rem);
    -khtml-transform: translateX(-17rem);
    -webkit-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    transform: translateX(-17rem);
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    z-index: 9999
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li {
    color: #fff;
    border-bottom: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.on {
    border-left: 5px solid #888888;
    transition: all .3s ease-out
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a {
    padding-left: 15%;
    font-size: 15px;
    color: #fff;
    display: block;
    height: 65px;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a .main-class-colorlump {
    width: 10px;
    height: 66px;
    background-color: #888;
    display: none;
    vertical-align: middle;
    top: unset;
    margin-right: 0;
    transform: unset;
    position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
    width: 18.5px;
    height: 20px;
    display: inline-block;
    margin-right: 1.06rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open>a .more:before {
    content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
    z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
    line-height: 65px;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
    padding-left: 30%;
}

/*滚动条*/

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    overflow: auto;
    height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
    position: relative;
    top: 0;
}

/*二级导航*/

.ModuleMobileNavGiant.layout-101 .subnav a {
    padding-left: 25%;
    display: block;
    font-size: 15px;
    position: relative;
    height: 65px;
    /*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
    display: flex;
    height: 50px!important;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0
}

.ModuleMobileNavGiant.layout-101 header {
    box-sizing: border-box;
    width: 100%
}



.bodyfixd {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bodyabstre {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}



.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
    border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
    border: 0 ! important
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
    border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
    max-height: 40px;
    padding-right: 8pt;
    padding-left: 8pt;
    /* margin-right: 8px;
     margin-left: 15px;
    padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
    display: flex;
    width: calc(100% - 60px);
    margin-left: 50px;
    margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
    width: 56px;
    text-align: center;
    display: block;
}

.ModuleMobileNavGiant.layout-101 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-101 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .mobileNav {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        position: fixed;
    }
    .mobileNavFloatLayer_1 {
        display: block;
        visibility: hidden;
        width: 17rem;
        height: 100%;
        -ms-transform: translateX(-17rem);
        -khtml-transform: translateX(-17rem);
        -webkit-transform: translateX(-17rem);
        -o-transform: translateX(-17rem);
        -moz-transform: translateX(-17rem);
        transform: translateX(-17rem);
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        z-index: 9999
    }
    .mobileNavFloatLayer_r {
        right: 0;
        -ms-transform: translateX(17rem);
        -khtml-transform: translateX(17rem);
        -webkit-transform: translateX(17rem);
        -o-transform: translateX(17rem);
        -moz-transform: translateX(17rem);
        transform: translateX(17rem);
    }
}

@media only screen and (min-width: 768px) {
    .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
        margin-top: 0px;
    }
    .ModuleMobileNavGiant.layout-101 .header-model {
        display: none;
    }
}

.ModuleMobileNavGiant.layout-101 .icon-dianhua-moren {
    font-weight: normal;
}

.ModuleMobileNavGiant.layout-101 .icon-sousuo {
    font-weight: 750;
}

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_542334718 .ModuleHead .HeadCenter{float:none;}
#module_542334718 {
padding:0px;
}
#module_542334718 {
}
#module_542334718 .ModuleHead542334718 {
display:none;
}
#module_542334718 .BodyCenter.BodyCenter542334718 {
background:none;background-color:rgba(0,0,0,0);
}
#module_542334718 >.module_542334718 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_542334718 >.module_542334718{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_542334718 .BodyCenter.BodyCenter542334718 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_542334718 .BodyCenter.BodyCenter542334718 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_542334718 >.module_542334718 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_542334718 >.module_542334718 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_542334718 >.module_542334718 {box-shadow: 0px 0px 0px 0px #ccc}
#module_542334718:hover {
border:none;
}
#module_542334718:hover >.module_542334718 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_542334718 .langlistbox{background-color:#fff} #module_542334718 .langlistbox .jt{border-bottom-color:#fff}
#module_542334718 .langlistbox .langinfo{color:#333333}
#module_542334718 .langlistbox .langinfo{background-color:#fff}
#module_542334718 .langlistbox .langinfo{border-color:#333333}
#module_542334718 .langlistbox .langtxt{ font-size:16px }
#module_542334718 .langlistbox .langtxt{ color:#333333 }
#module_542334718 {}#module_542334718.layout-101 #header{border-bottom-color:transparent;}
#module_542334718 {}#module_542334718.layout-101 #header{border-bottom-style:none;}
#module_542334718 {}#module_542334718.layout-101 #header{border-bottom-width:0px;}
#module_542334718 {}#module_542334718.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_542334718 {}#module_542334718.layout-101 #MobileNav{background-color: transparent;} #module_542334718.layout-101 #header{background-color:#161015;}
#module_542334718 {}#module_542334718.layout-101 #header{}
#module_542334718 {}#module_542334718.layout-101 #header p{font-Family:微软雅黑,Microsoft YaHei;}
#module_542334718 {}#module_542334718.layout-101 #header p{font-size:16px;}
#module_542334718 {}#module_542334718.layout-101 #header p{color:#fff;}
#module_542334718 {}#module_542334718.layout-101 #header p{font-weight:normal;}
#module_542334718 {}#module_542334718.layout-101 #header p{text-decoration:none;}
#module_542334718 {}#module_542334718.layout-101 #header p{font-style:normal;}
#module_542334718 {}#module_542334718.layout-101 .lcitem .rect{background:#fff;} #module_542334718.layout-101 .icons{color:#fff;} #module_542334718.layout-101 .svgdiv svg>*{fill:#fff;}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item ul li{border-bottom-color:rgb(216, 216, 216);}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item,#module_542334718.layout-101 #MobileNavFloatLayer{background-color:#161015;}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item,#module_542334718.layout-101 #MobileNavFloatLayer{}
#module_542334718 {}#module_542334718.layout-101 .micro-nav-item>ul>li>a{background:#161015;}
#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{}
