/*read from redis*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
@media only screen and (max-width: 767px) {
	.ModuleOnLineServiceGiant.layout-109 {
		display: none;
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-giant-container {
	width: 66px;
	float: right;
}
.ModuleOnLineServiceGiant.layout-109 .qrcodetips{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	 text-align: center;
	  margin-top:4px;
	  color:#666
	}

@keyframes scaleToggleOne {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleTwo {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleThree {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes turn{
	0%{-webkit-transform:rotate(0deg);}
	25%{-webkit-transform:rotate(90deg);}
	50%{-webkit-transform:rotate(180deg);}
	75%{-webkit-transform:rotate(270deg);}
	100%{-webkit-transform:rotate(360deg);}
}

.turn{
	animation:turn 1s linear ;
}

.ModuleOnLineServiceGiant.layout-109  .animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.ModuleOnLineServiceGiant.layout-109 .online-service {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	/* position:fixed;
	bottom:0;
	right:40px; */
	opacity: 0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	/* z-index:700; */
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
	transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

.ModuleOnLineServiceGiant.layout-109 .online-service:focus {
	outline: 0
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animated {
	opacity: 1;
	/* transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px) */
	margin-bottom: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 51;
	background: transparent;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2:after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
	position: absolute;
	right: 0px;
	top: 5px;
	z-index: 50
}

.ModuleOnLineServiceGiant.layout-109 .online-service .head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles .circle {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-1 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-2 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-3 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	min-height: 44px;
	z-index: 0;
	-webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
	transition: all .3s cubic-bezier(.86, 0, .07, 1);
	width: 180px;
	/* background-color: #1E88E5; */
	color: #fff;
	text-align: left;
	border-radius: 15px 15px 0px 15px;
	box-shadow: 0px 0px 20px 0px rgba(30, 136, 229, 0.08);
	display: flex;
	align-items: center;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.show_hint {
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 1
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.hide_hint {
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.ModuleOnLineServiceGiant.layout-109 .online-service-top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fffefe;
	box-shadow: 0px 0px 10px 0px rgba(0, 69, 129, 0.08);
	text-align: center;
	line-height: 40px;
	transform: rotate(180deg);
	color: #1E88E5;
	margin: 0 auto;
	cursor: pointer;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content {
	width: 66px;
	background: #fffefe;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	bottom: 60px;
	text-align: center;
	padding-top: 20px;
	display: none;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-tab {
	min-height: 40px;
	height: auto;
	/*max-height: 60px;
    padding-bottom: 10px;
	padding-top: 5px; */
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	position: relative;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	width: 100%;
    height: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .imitem{
	width: 190px;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3{
	width: 2px;
	height: 18px;
	display: inline-block;
	background-color:#666;
	position: absolute;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3:before{ content: '';}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .topline{
	/* visibility: hidden; */
	transform: rotate(45deg);
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .bottomline{
	/* visibility: hidden; */
	transform: rotate(-45deg);
}
@keyframes topline{
	0%{
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	100%{
		transform: rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
}
@keyframes bottomline{
	0%{
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}

	100%{
		transform: rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .topline {
	animation: 0.5s topline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .bottomline {
	animation: 0.5s bottomline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .iconfont {
	font-size: 20px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .active {
	background: #1E88E5;
	color: #fff;
	padding: 5px 0;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close::after {
	position: absolute;
	content: '';
	width: 29px;
	height: 1px;
	border: 1px solid #eeeeee;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.ModuleOnLineServiceGiant.layout-109 .content-tab-name {
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.54s;
}
.ModuleOnLineServiceGiant.layout-109 .content-tab-name.tabnameshow {
	min-height: 20px;
	/* overflow:visible; */
	opacity: 1;
	height: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .hoverdiv {
	position: absolute;
	width: 100%;
	left: -45px;
	height: 100%;
	transform: translatey(-50%);
	top: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content {
	max-width: 450px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	display: flex;
	padding: 20px;
	position: absolute;
	right: 40px;
	flex-wrap: wrap;
	text-align: left;
	width:max-content;
}

.ModuleOnLineServiceGiant.layout-109 .content-common {
	left: auto;
	top: 50%;
	transform: translate(0,-50%);
	right: 40px;
	visibility: hidden;
}
.ModuleOnLineServiceGiant.layout-109 .content-common.showami{
	visibility:visible;
	transform: translate(-10px, -50%);
	transition:all 0.3s;
}

.ModuleOnLineServiceGiant.layout-109 .content-common::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 8px solid #fff;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	/* right: 40px;  */
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a {
	width: calc((100% - 30px) / 2);
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:first {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:nth-child(2n+1) {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IconType img {
	width: 14px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IMType {
	color: #999999;
	font-size: 12px;
	margin-left: 5px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content {
	padding: 14px 0px;
	border-top: 1px solid #eeeeee;
	margin-top: 2px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .IMName {
	width: calc(100% - 50px);
	margin-left: 10px;
	display: inline-block;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.ModuleOnLineServiceGiant.layout-109 .Contacts-content {
	max-width: 324px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
	cursor: text;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item {
	/* align-items: flex-start;
	align-content: flex-start;*/
	display: flex;
	margin-bottom: 25px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item:last-child {
	margin-bottom: 0;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon{
    width: 12px;
	margin-top: -3px;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon img {
	width: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item-name {
	margin-right: 30px;
	color: #999999;
	font-size: 12px;
	max-width: 100px;
	text-align: left;
	display: inline-block;
	vertical-align: top;

}

.ModuleOnLineServiceGiant.layout-109 .ContactContent {
	color: #333;
	font-size: 12px;
	word-break: break-word;
	width:  calc(100% - 17px);
	margin-left: 5px;
	max-width: 270px;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content {
    max-width: 100%;
	display: flex;
}

.ModuleOnLineServiceGiant.layout-109 .QRcode-content {
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .qrcode-content {
	width: 170px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.ModuleOnLineServiceGiant.layout-109 .qrcode-content .img{
	max-height:170px;
}

.ModuleOnLineServiceGiant.layout-109 .nodata {
	min-width: 180px;
	border-radius: 10px;
	color: #999999;
	font-size: 12px;
	background: #FEFEFE;
	text-align: center;

}
.module_174337014 .ModuleHead .HeadCenter{float:none;}
#module_174337014 {
padding:0px;
}
#module_174337014 {
position:absolute;
z-index:4001;
top:395px;
left:0px;
width:100%;
height:126px;
}
#module_174337014 .ModuleHead174337014 {
display:none;
}

#module_174337014 .animated-circles.animated .c-1,#module_174337014 .animated-circles.animated .c-2,#module_174337014 .animated-circles.animated.c-3{opacity: 0.25; background-color:#10aa9c;} #module_174337014 .animated-circles2:after{background-image:linear-gradient(to bottom, #10aa9c, #10aa9c)}
#module_174337014 .online-service-nav .head{background-color:#FFFFFF;}
#module_174337014 .online-service{border-width:0px;}
#module_174337014 .online-service{border-style:;}
#module_174337014 .online-service{border-color:;}
#module_174337014 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_174337014 .online-service-content{background-color:#fff;}
#module_174337014 .online-service-content{border-top-left-radius:20px;}
#module_174337014 .online-service-content{border-bottom-left-radius:20px;}
#module_174337014 .online-service-content{border-bottom-right-radius:20px;}
#module_174337014 .online-service-content{border-top-right-radius:20px;}
#module_174337014 .online-service-content-tab .content-tab{background-color:transparent;}
#module_174337014 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_174337014 .content-close::after{border-width:1px;}
#module_174337014 .content-close::after{border-style:solid;}
#module_174337014 .content-close::after{border-color:#eeeeee;}
#module_174337014 .content-close span{background-color:#999999;}
#module_174337014 .online-service-top{background-color:#ffffff;}
#module_174337014 .online-service-top .iconfont{color:#10aa9c;}
#module_174337014 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_174337014 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_174337014 .online-service:hover{border-width:0px;}
#module_174337014 .online-service:hover{border-style:;}
#module_174337014 .online-service:hover{border-color:;}
#module_174337014 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_174337014 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_174337014 .online-service:hover .online-service-hint{background-color:#139d8f;}
#module_174337014 .online-service-content-tab .content-tabh:hover{background-color:#139d8f;}
#module_174337014 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_174337014 .content-close:hover span{background-color:#999999;}
#module_174337014 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_174337014 .online-service-top:hover{background-color:#ffffff;}
#module_174337014 .online-service-top:hover .iconfont{color:#139d8f;}
#module_174337014 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:521px}
.module_349539534 .ModuleHead .HeadCenter{float:none;}
#module_349539534 {
padding:0px;
}
#module_349539534 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_349539534 .ModuleHead349539534 {
display:none;
}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer.sticky {display:flex}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer.sticky > .SubContainer{display:block; position: sticky; top:20px;height: 100% !important; }
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer.ModuleHoverBoxItem_2{display:none}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding{
    height: 100%;
    position: relative;
    display: table-cell;
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after{
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}
.ModuleGridCustomGiant.layout-101:hover .SubDrag:after{border-left: 1px dashed rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag{
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover{background-color: rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after{border-left: 1px dashed rgba(75, 151, 255, 0);}
.ModuleGridCustomGiant.layout-101 .row {margin-right: 0px;margin-left: 0px;}
.ModuleGridCustomGiant.layout-101 .ModuleGridCol{padding: 0px;}

.ModuleGridCustomGiant.layout-101 .ModuleGridContainer{
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridCustomGiant.layout-101{height: 100%;position: relative;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .ModuleContainer .SubPadding {height: 100%}

@media only screen and (max-width: 767px) {
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display: flex;flex-wrap: wrap;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding{float:left;height: 10px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{float:left;padding-top:2px;padding-bottom:2px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding .SubDrag{display:none;}
    /* padding 宽度 用 5，子容器宽度为 (100% - (列数 - 1) * padding宽度)/列数) */
    /* 12列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubContainer{width:calc((100% - 55px)/12)!important;}
    /* 11列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubContainer{width:calc((100% - 50px)/11)!important;}
    /* 10列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubContainer{width:calc((100% - 45px)/10)!important;}
    /* 9列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubContainer{width:calc((100% - 40px)/10)!important;}
    /* 8列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubContainer{width:calc((100% - 35px)/8)!important;}
    /* 7列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubContainer{width:calc((100% - 30px)/7)!important;}
	/* 6列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubContainer{width:calc((100% - 25px)/6)!important;}
	/* 5列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding5{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubContainer{width:calc((100% - 20px)/5)!important;}
	/* 4列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubContainer{width:calc((100% - 15px)/4)!important;}
	/* 3列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding3{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding6{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubContainer{width:calc((100% - 10px)/3)!important;}
	/* 2列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding2{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding6{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubContainer{width:calc((100% - 5px)/2)!important;}
	/* 1列 无padding */
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubPadding{width:0px;display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubContainer{width:100%!important;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer.sticky > .SubContainer{
        position:inherit !important;
        top:unset !important;
    }
}

.ModuleGridCustomGiant.layout-101 .ModuleGridBorder{border:0px !important;padding: 0 !important;}
.module_364546847 .ModuleHead .HeadCenter{float:none;}
#module_364546847 {
padding:0px;
}
#module_364546847 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_364546847 .ModuleHead364546847 {
display:none;
}
#module_364546847 .BodyCenter.BodyCenter364546847 {
background:none;background-color:rgb(135, 136, 136);
}
#module_364546847 >.module_364546847 {
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_364546847 >.module_364546847{
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_364546847 .BodyCenter.BodyCenter364546847 {
padding-top:0.2615%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.2615%;
}
}
@media screen and (max-width: 767px){
#module_364546847 .BodyCenter.BodyCenter364546847 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_364546847 >.module_364546847 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_364546847 >.module_364546847 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_364546847 >.module_364546847 {box-shadow: 0px 0px 0px 0px #ccc}
#module_364546847:hover {
border:none;
}
#module_364546847:hover >.module_364546847 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_364546847 .ModuleSubContainer{background-color:transparent;}
#module_364546847 .ModuleSubContainer{background-image:none;}
#module_364546847 .ModuleSubContainer{background-repeat:no-repeat;}
#module_364546847 .ModuleSubContainer{background-position:0% 0%;}
#module_364546847 .ModuleSubContainer{background-attachment:scroll;}
#module_364546847 .ModuleSubContainer{}
#module_364546847 {!bgVideo!}{bgVideoUrl:none}
#module_364546847 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_364546847 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_364546847 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer364546847 {}
.ModuleGridContainer.ModuleGridContainer364546847 .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_364555679 .ModuleHead .HeadCenter{float:none;}
#module_364555679 {
padding:0px;
}
#module_364555679 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_364555679 .ModuleHead364555679 {
display:none;
}
#module_364555679 {
border:none;
}
@media screen and (min-width: 768px){
#module_364555679 >.module_364555679 {
}
}
@media screen and (max-width: 767px){
#module_364555679 >.module_364555679 {
margin-top:3.1700%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_364555679 .ModuleImageTextGiantContent{margin-top:0px;}
#module_364555679 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_364555679 .ModuleImageTextGiantContent{margin-left:0px;}
#module_364555679 .ModuleImageTextGiantContent{margin-right:0px;}
#module_364555679 .imageTextGiant-Container{padding-top:10px;}
#module_364555679 .imageTextGiant-Container{padding-bottom:10px;}
#module_364555679 .imageTextGiant-Container{padding-left:10px;}
#module_364555679 .imageTextGiant-Container{padding-right:10px;}
#module_364555679 .showHandle .btn{font-size:14px;}
#module_364555679 .showHandle .btn{font-family:;}
#module_364555679 .showHandle .btn{color:#333;}
#module_364555679 .showHandle .btn{font-weight:400;}
#module_364555679 .showHandle .btn{text-decoration:none;}
#module_364555679 .showHandle .btn{font-style:normal;}
#module_364555679 .showHandle div{border-top-color:#ddd !important;}
#module_364555679 .showHandle div{border-top-style:solid !important;}
#module_364555679 .showHandle div{border-top-width:1px !important;}
#module_364555679 .showHandle{background-color:transparent;}
#module_364555679 .showHandle{}
#module_364555679 .showHandle{background-repeat:no-repeat;}
#module_364555679 .showHandle{}
#module_364555679 .showHandle{}
#module_364555679 .showHandle{}
#module_364555679 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer364546847 #Sub364546847_1 {width:50%;}
.module_364578647 .ModuleHead .HeadCenter{float:none;}
#module_364578647 {
padding:0px;
}
#module_364578647 {
position:static;
z-index:0;
top:7px;
left:0px;
width:100%;
height: auto;
}
#module_364578647 .ModuleHead364578647 {
display:none;
}
#module_364578647 .BodyCenter.BodyCenter364578647 {
background:none;background-color:rgba(0,0,0,0);
}
#module_364578647 >.module_364578647 {
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_364578647 >.module_364578647{
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_364578647 .BodyCenter.BodyCenter364578647 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_364578647 .BodyCenter.BodyCenter364578647 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_364578647 >.module_364578647 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_364578647 >.module_364578647 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_364578647 >.module_364578647 {box-shadow: 0px 0px 0px 0px #ccc}
#module_364578647:hover {
border:none;
}
#module_364578647:hover >.module_364578647 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_364578647 .ModuleImageTextGiantContent{margin-top:0px;}
#module_364578647 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_364578647 .ModuleImageTextGiantContent{margin-left:0px;}
#module_364578647 .ModuleImageTextGiantContent{margin-right:0px;}
#module_364578647 .imageTextGiant-Container{padding-top:10px;}
#module_364578647 .imageTextGiant-Container{padding-bottom:10px;}
#module_364578647 .imageTextGiant-Container{padding-left:0px;}
#module_364578647 .imageTextGiant-Container{padding-right:0px;}
#module_364578647 .showHandle .btn{font-size:14px;}
#module_364578647 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_364578647 .showHandle .btn{color:#333;}
#module_364578647 .showHandle .btn{font-weight:400;}
#module_364578647 .showHandle .btn{text-decoration:none;}
#module_364578647 .showHandle .btn{font-style:normal;}
#module_364578647 .showHandle div{border-top-color:#ddd !important;}
#module_364578647 .showHandle div{border-top-style:solid !important;}
#module_364578647 .showHandle div{border-top-width:1px !important;}
#module_364578647 .showHandle{background-color:transparent;}
#module_364578647 .showHandle{background-image:none;}
#module_364578647 .showHandle{background-repeat:no-repeat;}
#module_364578647 .showHandle{}
#module_364578647 .showHandle{}
#module_364578647 .showHandle{}
#module_364578647 a{font-size:unset;font-family:unset}
.module_364563540 .ModuleHead .HeadCenter{float:none;}
#module_364563540 {
padding:0px;
}
#module_364563540 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_364563540 .ModuleHead364563540 {
display:none;
}
#module_364563540 .BodyCenter.BodyCenter364563540 {
background:none;background-color:rgba(0,0,0,0);
}
#module_364563540 >.module_364563540 {
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_364563540 >.module_364563540{
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_364563540 .BodyCenter.BodyCenter364563540 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_364563540 .BodyCenter.BodyCenter364563540 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_364563540 >.module_364563540 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_364563540 >.module_364563540 {
margin-top:0.0000%;
margin-left:2.8818%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_364563540 >.module_364563540 {box-shadow: 0px 0px 0px 0px #ccc}
#module_364563540:hover {
border:none;
}
#module_364563540:hover >.module_364563540 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_364563540 .ModuleImageTextGiantContent{margin-top:0px;}
#module_364563540 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_364563540 .ModuleImageTextGiantContent{margin-left:0px;}
#module_364563540 .ModuleImageTextGiantContent{margin-right:0px;}
#module_364563540 .imageTextGiant-Container{padding-top:10px;}
#module_364563540 .imageTextGiant-Container{padding-bottom:10px;}
#module_364563540 .imageTextGiant-Container{padding-left:0px;}
#module_364563540 .imageTextGiant-Container{padding-right:0px;}
#module_364563540 .showHandle .btn{font-size:14px;}
#module_364563540 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_364563540 .showHandle .btn{color:#333;}
#module_364563540 .showHandle .btn{font-weight:400;}
#module_364563540 .showHandle .btn{text-decoration:none;}
#module_364563540 .showHandle .btn{font-style:normal;}
#module_364563540 .showHandle div{border-top-color:#ddd !important;}
#module_364563540 .showHandle div{border-top-style:solid !important;}
#module_364563540 .showHandle div{border-top-width:1px !important;}
#module_364563540 .showHandle{background-color:transparent;}
#module_364563540 .showHandle{background-image:none;}
#module_364563540 .showHandle{background-repeat:no-repeat;}
#module_364563540 .showHandle{}
#module_364563540 .showHandle{}
#module_364563540 .showHandle{}
#module_364563540 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer364546847 #Sub364546847_2 {width:50%;}
.module_174336801 .ModuleHead .HeadCenter{float:none;}
#module_174336801 {
padding:0px;
}
#module_174336801 {
position:static;
z-index:0;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_174336801 .ModuleHead174336801 {
display:none;
}
#module_174336801 .BodyCenter.BodyCenter174336801 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336801 >.module_174336801 {
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_174336801 >.module_174336801{
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_174336801 .BodyCenter.BodyCenter174336801 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336801 .BodyCenter.BodyCenter174336801 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336801 >.module_174336801 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336801 >.module_174336801 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336801 >.module_174336801 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336801:hover {
border:none;
}
#module_174336801:hover >.module_174336801 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336801 .ModuleSubContainer{background-color:transparent;}
#module_174336801 .ModuleSubContainer{background-image:none;}
#module_174336801 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174336801 .ModuleSubContainer{background-position:0% 0%;}
#module_174336801 .ModuleSubContainer{background-attachment:scroll;}
#module_174336801 .ModuleSubContainer{}
#module_174336801 {!bgVideo!}{bgVideoUrl:none}
#module_174336801 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174336801 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174336801 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174336801 {}
.ModuleGridContainer.ModuleGridContainer174336801 .SubPadding {width:0px;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_174336878 .ModuleHead .HeadCenter{float:none;}
#module_174336878 {
padding:0px;
}
#module_174336878 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336878 .ModuleHead174336878 {
display:none;
}
#module_174336878 .BodyCenter.BodyCenter174336878 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336878 >.module_174336878 {
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_174336878 >.module_174336878{
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_174336878 .BodyCenter.BodyCenter174336878 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336878 .BodyCenter.BodyCenter174336878 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336878 >.module_174336878 {
margin-top:13.8365%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336878 >.module_174336878 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336878 >.module_174336878 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336878:hover {
border:none;
}
#module_174336878:hover >.module_174336878 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336878 img{border-top-color:transparent;}
#module_174336878 img{border-top-style:none;}
#module_174336878 img{border-top-width:0px;}
#module_174336878 img{border-right-color:transparent;}
#module_174336878 img{border-right-style:none;}
#module_174336878 img{border-right-width:0px;}
#module_174336878 img{border-bottom-color:transparent;}
#module_174336878 img{border-bottom-style:none;}
#module_174336878 img{border-bottom-width:0px;}
#module_174336878 img{border-left-color:transparent;}
#module_174336878 img{border-left-style:none;}
#module_174336878 img{border-left-width:0px;}
#module_174336878 img{border-top-left-radius:0px;}
#module_174336878 img{border-top-right-radius:0px;}
#module_174336878 img{border-bottom-left-radius:0px;}
#module_174336878 img{border-bottom-right-radius:0px;}
#module_174336878 .BodyCenter{text-align: left;}

.ModuleGridContainer.ModuleGridContainer174336801 #Sub174336801_1 {width:13.2500%;}
.ModuleNavGiant.layout-110 .main-nav-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 0;
    overflow:hidden;
}
.ModuleNavGiant.layout-110 .aroundMune{
    position: absolute;
    display: flex;
    align-items: center;
    right: 0px;
    padding:0 10px;
    height: 100%;
    z-index: 5;
    transform: rotateY(90deg);
}
.ModuleNavGiant.layout-110 .aroundMune.active{
    transform: rotateY(0deg);
}
.ModuleNavGiant.layout-110 .moveMenuRight, .ModuleNavGiant.layout-110 .moveMenuLeft{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color:#666;
    text-align: center;
    border:1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    cursor: pointer;
}
.ModuleNavGiant.layout-110 .main-nav-content .moveMenuRight{
    background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-110 .main-nav-content .moveMenuLeft{
    display:none;
    background-color: rgba(238,238,238,.6);
    margin-right: 10px

}
.ModuleNavGiant.layout-110 .moveMenuRight:hover, .ModuleNavGiant.layout-110 .moveMenuLeft:hover{
    color:#fff;
    background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-110 .main-nav-content >.blank-solve{
    width: auto;
    display: inline-block;
    transition: all .4s;
    position: relative;
    left: 0;
}
.ModuleNavGiant.layout-110 .main-nav-item-group {
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    height: 80px;
    line-height: 80px;
    text-align: center;
    float: left;
}
.ModuleNavGiant.layout-110 .main-nav-item {
    box-sizing: content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    padding: 0 25px;
    color: #000000;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.ModuleNavGiant.layout-110 .main-nav-item::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 50%;
    left: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    top: 50%;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.ModuleNavGiant.layout-110 .main-nav-item-hover {
    color: #fff;
}
.ModuleNavGiant.layout-110 .main-nav-item-hover::before {
    width: 100%;
    left: 0;
    opacity: 1;
}
.ModuleNavGiant.layout-110 .sub-nav-item-group {
    z-index: 3;
    height: 200px;
    bottom: -220px;
    left: -49px;
    width: 192px;
    padding-top: 20px;
    text-align: center;
    display: none;
}
.ModuleNavGiant.layout-110 .sub-nav-item-box {
    width: 100%;
    position: relative;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    height: 42px;
}
.ModuleNavGiant.layout-110 .sub-nav-item-group{
    position: relative;
}
.ModuleNavGiant.layout-110 .arrow{
    top:13px;
    width:15px;
    height:15px;
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
    z-index:-1;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: 0 0 1px rgba(0,0,0,.1);
}

.ModuleNavGiant.layout-110 .sub-nav-item:first-child {
    border-top: none!important;
}
.ModuleNavGiant.layout-110 .sub-nav-item:last-child {
    border-bottom: none!important;
}
.ModuleNavGiant.layout-110 .maxLine{
    display: inline-block;
    max-width: calc(100% - 80px);
    width: 100%;
}
.ModuleNavGiant.layout-110 .sub-nav-item {
    display: block;
    height: 42px;
    line-height: 42px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 12px;
    padding-left: 0;
}
.ModuleNavGiant.layout-110 .sub-nav-item:hover {
    background-color: #f7f7f7;
}
.ModuleNavGiant.layout-110 .sub-nav-item-hover {
    background-color: #f7f7f7;
}
.ModuleNavGiant.layout-110 .sub-nav-item-group.current {
    display: block;
}
.ModuleNavGiant.layout-110 .main-nav-item-group.current .main-nav-item {
    color: #fff;
}
.ModuleNavGiant.layout-110 .main-nav-item-group.current .main-nav-item::after {
    content: '';
    width: 100%;
    left: 0;
    top: 20px;
    height: 40px;
    position: absolute;
    z-index: -1;
    background: #e91e63;
    border-radius: 20px;
}
.ModuleNavGiant.layout-110 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}

/* 三级菜单 Begin*/
.ModuleNavGiant.layout-110 .third-nav-item-group {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    display:none;
}
.ModuleNavGiant.layout-110 .third-nav-item:first-child {
    border-top: none!important;
}
.ModuleNavGiant.layout-110 .third-nav-item:last-child {
    border-bottom: none!important;
}
.ModuleNavGiant.layout-110 .third-nav-item {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 12px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    display: block;
}
.ModuleNavGiant.layout-110 .third-nav-item:hover {
    background-color: #f7f7f7;
}
.ModuleNavGiant.layout-110 .third-nav-item-inner {
    display: block;
    height: calc(100%);
}
.ModuleNavGiant.layout-110 .main-nav-item-hover::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    -webkit-animation: layout-110-nav-active2 0.5s;
    -moz-animation: layout-110-nav-active2 0.5s;
    -o-animation: layout-110-nav-active2 0.5s;
    animation: layout-110-nav-active2 0.5s;
    bottom: 18%;
}
.ModuleNavGiant.layout-110 .sub-nav-item-p{
    float: left;
    margin: 0px 0px 0px 70px;
}
.ModuleNavGiant.layout-110 .sub-nav-item-span{
    float: right;
    margin: 0px 24px 0px 0px;
    font-size: 16px;
    display: none;
}
.ModuleNavGiant.layout-110 .sub-nav-item-box:hover .sub-nav-item:after,.ModuleNavGiant.layout-110 .sub-nav-item-box:hover .sub-nav-item-hover::after{
    content: "\e65f";
    position: absolute;
    -webkit-animation: layout-110-nav-active2 0.5s;
    -moz-animation: layout-110-nav-active2 0.5s;
    -o-animation: layout-110-nav-active2 0.5s;
    animation: layout-110-nav-active2 0.5s;
    right: 25px;
}
.ModuleNavGiant.layout-110 .nohover::after{
    content: ""!important;
}
.ModuleNavGiant.layout-110 .sub-nav-item{
    height: calc(100% + 1px);
}
.ModuleNavGiant.layout-110 .sub-nav-item-box .icon-xiangyoujiantou:before{
    content:"";
}
.ModuleNavGiant.layout-110 .sub-nav-item-box .icon-xiangzuojiantou:before{
    position: absolute;
    -webkit-animation: layout-110-nav-active2 0.5s;
    -moz-animation: layout-110-nav-active2 0.5s;
    -o-animation: layout-110-nav-active2 0.5s;
    animation: layout-110-nav-active2 0.5s;
    left: 25px;
}
.ModuleNavGiant.layout-110 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-110 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-110 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-110 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-110 .verticalMenu .main-nav-item {padding: 0 !important; text-align: center;}
.ModuleNavGiant.layout-110 .sub-nav-item-group.sub-menu{
    display: none !important;
}.module_174337009 .ModuleHead .HeadCenter{float:none;}
#module_174337009 {
padding:0px;
}
#module_174337009 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174337009 .ModuleHead174337009 {
display:none;
}
#module_174337009 .BodyCenter.BodyCenter174337009 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337009 >.module_174337009 {
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_174337009 >.module_174337009{
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_174337009 .BodyCenter.BodyCenter174337009 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337009 .BodyCenter.BodyCenter174337009 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174337009 >.module_174337009 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337009 >.module_174337009 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174337009 >.module_174337009 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337009:hover {
border:none;
}
#module_174337009:hover >.module_174337009 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337009 .main-nav-item-group{height:100px;line-height:100px;} #module_174337009 .main-nav-content{height:100px}
#module_174337009 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_174337009 .main-nav-content{background-image:none;}
#module_174337009 .main-nav-content{background-repeat:no-repeat;}
#module_174337009 .main-nav-content{}
#module_174337009 .main-nav-content{}
#module_174337009 .main-nav-content{}
#module_174337009 .main-nav-content, #module_174337009 .verticalMenu .main-nav-item-group{text-align:center;}
#module_174337009 .main-nav-item{font-size:18px;}
#module_174337009 .main-nav-item{font-family:arial, helvetica,sans-serif;}
#module_174337009 .main-nav-item{color:rgb(0, 0, 0);} ,#module_174337009 .main-nav-item:hover::after{background-color:rgb(0, 0, 0);}
#module_174337009 .main-nav-item{font-weight:normal;}
#module_174337009 .main-nav-item{text-decoration:none;}
#module_174337009 .main-nav-item{font-style:normal;}
#module_174337009 .main-nav-item{width:auto;}
#module_174337009 .main-nav-item{padding-left:27px;padding-right:27px;} #module_174337009 .verticalMenu .main-nav-item-group{margin-bottom:27px;}
#module_174337009 .main-nav-item{background-color:transparent;}
#module_174337009 .main-nav-item{background-image:none;}
#module_174337009 .main-nav-item{background-repeat:no-repeat;}
#module_174337009 .main-nav-item{}
#module_174337009 .main-nav-item{}
#module_174337009 .main-nav-item{}
#module_174337009 .sub-nav-item-group{width:200px;}
#module_174337009 .sub-nav-item-box{height:40px;line-height:40px;} #module_174337009 .sub-nav-item {line-height:calc(100% + (40px - 10px));}
#module_174337009 .sub-nav-item .maxLine,.sub-nav-item .maxLine:after{font-size:14px;}
#module_174337009 .sub-nav-item .maxLine,.sub-nav-item .maxLine:after{font-family:arial, helvetica,sans-serif;}
#module_174337009 .sub-nav-item .maxLine{color:#333;},#module_174337009 .sub-nav-item:hover::after{color:#333;}
#module_174337009 .sub-nav-item .maxLine,.sub-nav-item .maxLine:after{font-weight:normal;}
#module_174337009 .sub-nav-item .maxLine{text-decoration:none;}
#module_174337009 .sub-nav-item .maxLine{font-style:normal;}
#module_174337009 .sub-nav-item-box,#module_174337009 .arrow,#module_174337009 .sub-normal-color{background-color:#fff;}
#module_174337009 .sub-nav-item-box{background-image:none;}
#module_174337009 .sub-nav-item-box{background-repeat:no-repeat;}
#module_174337009 .sub-nav-item-box{}
#module_174337009 .sub-nav-item-box{}
#module_174337009 .sub-nav-item-box{}
#module_174337009 .sub-nav-item-box{border-bottom-color:#f2f2f2;}
#module_174337009 .sub-nav-item-box{border-bottom-style:solid;}
#module_174337009 .sub-nav-item-box{border-bottom-width:1px;}
#module_174337009 .sub-nav-item-box{margin-bottom:0px;}
#module_174337009 .third-nav-item-group{width:150px;}
#module_174337009 .third-nav-item{height:40px;line-height:40px;} #module_174337009 .third-nav-item {line-height:calc(100% + (40px - 10px));}
#module_174337009 .third-nav-item .third-nav-item-inner{font-size:14px;}
#module_174337009 .third-nav-item .third-nav-item-inner{font-family:arial, helvetica,sans-serif;}
#module_174337009 .third-nav-item .third-nav-item-inner{color:#333;}
#module_174337009 .third-nav-item .third-nav-item-inner{font-weight:normal;}
#module_174337009 .third-nav-item .third-nav-item-inner{text-decoration:none;}
#module_174337009 .third-nav-item .third-nav-item-inner{font-style:normal;}
#module_174337009 .third-nav-item,#module_174337009 .third-normal-color{background-color:#fff;}
#module_174337009 .third-nav-item{background-image:none;}
#module_174337009 .third-nav-item{background-repeat:no-repeat;}
#module_174337009 .third-nav-item{}
#module_174337009 .third-nav-item{}
#module_174337009 .third-nav-item{}
#module_174337009 .third-nav-item{border-bottom-color:#f2f2f2;}
#module_174337009 .third-nav-item{border-bottom-style:solid;}
#module_174337009 .third-nav-item{border-bottom-width:1px;}
#module_174337009 .third-nav-item{margin-bottom:0px;}
#module_174337009 .main-nav-item-hover{font-size:18px;}
#module_174337009 .main-nav-item-hover{font-family:arial, helvetica,sans-serif;}
#module_174337009 .main-nav-item-hover{color:rgb(33, 219, 176);}  #module_174337009 .add{color:rgb(33, 219, 176);}#module_174337009 .main-nav-item-hover::after{background-color:rgb(33, 219, 176);}
#module_174337009 .main-nav-item-hover{font-weight:normal;}
#module_174337009 .main-nav-item-hover{text-decoration:none;}
#module_174337009 .main-nav-item-hover{font-style:normal;}
#module_174337009 .main-nav-item-hover{background-color:transparent;}
#module_174337009 .main-nav-item-hover{background-image:none;}
#module_174337009 .main-nav-item-hover{background-repeat:no-repeat;}
#module_174337009 .main-nav-item-hover{}
#module_174337009 .main-nav-item-hover{}
#module_174337009 .main-nav-item-hover{}
#module_174337009 .sub-nav-item:hover .maxLine{font-size:14px;}
#module_174337009 .sub-nav-item:hover .maxLine{font-family:arial, helvetica,sans-serif;}
#module_174337009 .sub-nav-item:hover .maxLine,#module_174337009 .sub-nav-item:hover{color:rgb(33, 219, 176);}
#module_174337009 .sub-nav-item:hover .maxLine{font-weight:normal;}
#module_174337009 .sub-nav-item:hover .maxLine{text-decoration:none;}
#module_174337009 .sub-nav-item:hover .maxLine{font-style:normal;}
#module_174337009 .sub-nav-item:hover,#module_174337009 .sub-hover-color{background-color:rgb(242, 242, 242);}, #module_174337009 .sub-nav-item-hover{background-color:rgb(242, 242, 242);}
#module_174337009 .sub-nav-item:hover{background-image:none;}
#module_174337009 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_174337009 .sub-nav-item:hover{}
#module_174337009 .sub-nav-item:hover{}
#module_174337009 .sub-nav-item:hover{}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{font-size:14px;}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{font-family:arial, helvetica,sans-serif;}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{color:rgb(33, 219, 176);}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{font-weight:normal;}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{text-decoration:none;}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{font-style:normal;}
#module_174337009 .third-nav-item:hover .third-nav-item-inner,#module_174337009 .third-hover-color{background-color:rgb(242, 242, 242);}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{background-image:none;}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{background-repeat:no-repeat;}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{}


.ModuleGridContainer.ModuleGridContainer174336801 #Sub174336801_2 {width:71.0000%;}
/*全局搜索 layout102*/
.ModuleSearchGiant.layout-108 .searchform-fixed{position: fixed;z-index: 999999;visibility: visible;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle{padding: 0;}
.ModuleSearchGiant.layout-108 .btn-group.open .dropdown-toggle{box-shadow: none}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .content { opacity: 0; visibility: hidden; position: fixed; z-index: 999;background: #FFF;top: 0px;left: 0px; display:table;width: 100%;height:auto;border: 0;border-radius: 0px;overflow: hidden;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .group{display: table;padding:0 2%;  border-bottom:1px solid #eee;width: 100%;height:60px;border-radius: 0px;overflow: hidden;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel{position: relative;display:table-cell;height:auto;border:0px;vertical-align: middle;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchInputPanel{ width: calc(100% - 30px);}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel{width: 1%;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchBtnPanel{width: 30px;display: table-cell;position: relative;height:auto;border:0px;}
.ModuleSearchGiant.layout-108 .searchIcon{ font-size: 18px; font-weight: bold;position: absolute;margin-top:-12px;top: 50%;left: 10px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .closeIcon{ cursor: pointer; font-size: 18px; font-weight: bold;position: absolute;margin-top:-12px;top: 50%;left: 10px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .ModuleSearchInput{    padding-right: 50px;float: none;display:block;width: 100%;height: 59px;border: 1px solid #fff;border-right:0px !important;border-radius: 0;text-indent: 10px;font-size:16px;outline: none;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel select{height: 100%;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select{float: left;height: auto;border: 0;border-radius: 0;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn{border: unset !important;padding-top: 0;padding-bottom: 0;height: 59px;border: 1px solid #fff;border-left-width: 1px;border-radius: 0;line-height: 59px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn span{font-size: 16px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .icon-cuowu{right: 10px; left: unset; color: #333333}
.ModuleSearchGiant.layout-108  .icon-sousuo4{ color: #333333}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .ModuleSearchButton{ height: 59px !important; padding-right: 0px;padding-left: 0px;background:#fff;float: left;display: block; min-width: 10px; width: 100%;border: 0;border-radius: 0;font-family: 微软雅黑,Microsoft YaHei;font-size: 12px;color:#fff;font-weight:normal;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .index_mark{display: none;  z-index: 999; background: #000;height:100vh; position:fixed; width: 100%;    top: 0px;left: 0px; opacity: 0.48; }
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot{  display: flex; align-items: center;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul{    margin-bottom: 15px; padding:0 2%; height: auto;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li{ margin-top: 15px!important; padding:unset !important;line-height: 32px; height: 32px;min-width: 64px;text-align: center; border-right:unset !important;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li a{height: 32px;display: block;line-height: 32px;padding: 0 20px;border-radius: 30px; margin-right: 15px;border-radius: 30px;color:#666;background: #eee;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li a:hover{background:#dedede;}
.searchform-slide{-webkit-animation: am-gn-searchform-slide 1s both; animation: am-gn-searchform-slide 1s both;}
.searchform-fade{-webkit-animation: am-searchform-fade 400ms both;animation: am-searchform-fade 400ms both;}
.ModuleSearchGiant.layout-108   .btnicon{margin: 0 auto;display:block;font-size: 18px;font-weight: bold;    padding: 10px;cursor: pointer;}
.ModuleSearchGiant.layout-108  .ModuleSearchFormStyle .bootstrap-select .btn:active{-webkit-box-shadow:unset;box-shadow:unset;}
.bootstrap-select.btn-group .dropdown-menu{ z-index: 1000000 !important;}
.ModuleSearchGiant.layout-108  .ModuleSearchFormStyle .bootstrap-select .dropdown-toggle:focus{outline:none !important;}
  a:focus {outline:none !important;}

.ModuleSearchGiant.layout-108  .ModuleSearchFormStyle .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default{
    background-color:unset;
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before {
    transform: rotateZ(45deg);
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before,.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    background: #000;
    margin: 0;
    position: absolute;
    z-index: 0;
    top: 33%;
    right: 15px;
    
   
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before,.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    transition: 0.3s ease 0s;
    height: 28px;
    background: #666;
    content: '';
    width: 2px;
    vertical-align: top;
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    transform: rotateZ(-45deg);
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span {
    position: relative;
    margin: 0 auto;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span {
    background: none;
    opacity: 0;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-i {
    transition: 0.5s ease 0.5s;
    overflow: hidden;
    width: 30px;
    text-align: center;
    cursor: pointer;
    height: 59px;
    position: absolute;
    top:0;
    right: 0;

}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle #menu-close:hover .menu-icon:before, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle #menu-close:hover .menu-icon:after {
    transform:rotateZ(90deg);
}
@media (max-width: 767px) {
    .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after{
        right: 20px;
      
    }
    .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .group{ padding:unset}

}

@-webkit-keyframes am-gn-searchform-slide {
	0% {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
		animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes am-gn-searchform-slide {
	0% {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
		animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@-webkit-keyframes am-searchform-fade {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
		animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
	}

	100% {
		opacity: 1
	}
}

@keyframes am-searchform-fade {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
		animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
	}

	100% {
		opacity: 1
	}
}.module_174337031 .ModuleHead .HeadCenter{float:none;}
#module_174337031 {
padding:0px;
}
#module_174337031 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174337031 .ModuleHead174337031 {
display:none;
}
#module_174337031 .BodyCenter.BodyCenter174337031 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337031 >.module_174337031 {
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_174337031 >.module_174337031{
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_174337031 .BodyCenter.BodyCenter174337031 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337031 .BodyCenter.BodyCenter174337031 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174337031 >.module_174337031 {
margin-top:44.4444%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337031 >.module_174337031 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174337031 >.module_174337031 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337031:hover {
border:none;
}
#module_174337031:hover >.module_174337031 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337031 .btnicon{font-size:24px;}
#module_174337031 .btnicon{font-family:;}
#module_174337031 .btnicon{color:rgb(0, 0, 0);}
#module_174337031 .btnicon{font-weight:normal;}
#module_174337031  .btnicon{text-decoration:none;}
#module_174337031 .btnicon{font-style:normal;}
#module_174337031 .btnicon{background-color:rgba(0, 0, 0, 0);}
#module_174337031 .btnicon{background-image:none;}
#module_174337031 .btnicon{background-repeat:no-repeat;}
#module_174337031 .btnicon{}
#module_174337031 .btnicon{}
#module_174337031 .btnicon{}
#module_174337031 .btnicon{text-align:center;}
#module_174337031 .search-hot ul li a{font-size:12px;}
#module_174337031 .search-hot ul li a{font-family:arial, helvetica,sans-serif;}
#module_174337031 .search-hot ul li a{color:#666;}
#module_174337031 .search-hot ul li a{font-weight:normal;}
#module_174337031 .search-hot ul li a{text-decoration:none;}
#module_174337031 .search-hot ul li a{font-style:normal;}
#module_174337031 .search-hot ul li a{background-color:#eee;}
#module_174337031 .search-hot ul li a{}
#module_174337031  .btnicon:hover{background-color:rgba(0, 0, 0, 0);}
#module_174337031  .btnicon:hover{background-image:none;}
#module_174337031  .btnicon:hover{background-repeat:no-repeat;}
#module_174337031  .btnicon:hover{}
#module_174337031  .btnicon:hover{}
#module_174337031 .btnicon:hover{}
#module_174337031  .btnicon:hover{font-size:24px;}
#module_174337031 .ModuleSearchButton:hover{font-family:;}
#module_174337031  .btnicon:hover{color:rgb(33, 219, 176);}
#module_174337031  .btnicon:hover{font-weight:normal;}
#module_174337031  .btnicon:hover{text-decoration:none;}
#module_174337031  .btnicon:hover{font-style:normal;}
#module_174337031 .search-hot ul li:hover a{font-size:12px;}
#module_174337031 .search-hot ul li:hover a{font-family:arial, helvetica,sans-serif;}
#module_174337031 .search-hot ul li:hover a{color:#666;}
#module_174337031 .search-hot ul li:hover a{font-weight:normal;}
#module_174337031 .search-hot ul li:hover a{text-decoration:none;}
#module_174337031 .search-hot ul li:hover a{font-style:normal;}
#module_174337031 .search-hot ul li a:hover{background-color:#dedede;}
#module_174337031 .search-hot ul li a:hover{}

.ModuleGridContainer.ModuleGridContainer174336801 #Sub174336801_3 {width:4.7500%;}
.ModuleLangSwitchGiant.layout-107 .lang-container{
	display: inline-block;
    border: 1px solid #e5e5e5;
	width:auto;
}

.ModuleLangSwitchGiant.layout-107 .imgBox{
	width: 32px;
	height: 40px;
	margin: 0 10px;
	line-height: 40px;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ModuleLangSwitchGiant.layout-107 .imgBox img{
	width: 32px;
	height: 20px;
}

.ModuleLangSwitchGiant.layout-107 .lang-text{
	font-size:12px;
	color:#666666;
	vertical-align: top;
	width: 42px;
	height: 40px;
	line-height: 42px;
	display: block;
	text-align: left;
	float: left;
}

.ModuleLangSwitchGiant.layout-107 .icoBox{
	width: 21px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #9a9a9a;
	float: left;
}

.ModuleLangSwitchGiant.layout-107 .lang-container:hover .icoBox{
	transform: rotate(180deg);
	transition: ease-in-out .3s;
}

.ModuleLangSwitchGiant.layout-107 .lang-selection{
	background:#fff;
	display:none;
	border: 1px solid #e5e5e5;
	width:auto;
}

.ModuleLangSwitchGiant.layout-107 .lang-selection li{
	height: 40px;
    line-height: 40px;
	cursor:pointer;
	padding-right: 21px;
	text-align: left;
}
.ModuleLangSwitchGiant.layout-107 .lang-selection li:hover .lang-text{
	color:#f10215;
}
.module_174337003 .ModuleHead .HeadCenter{float:none;}
#module_174337003 {
padding:0px;
}
#module_174337003 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174337003 .ModuleHead174337003 {
display:none;
}
#module_174337003 .BodyCenter.BodyCenter174337003 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337003 >.module_174337003 {
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_174337003 >.module_174337003{
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_174337003 .BodyCenter.BodyCenter174337003 {
padding-top:20.4545%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337003 .BodyCenter.BodyCenter174337003 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174337003 >.module_174337003 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337003 >.module_174337003 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174337003 >.module_174337003 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337003:hover {
border:none;
}
#module_174337003:hover >.module_174337003 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337003 .BodyCenter{text-align:right;}
#module_174337003 .lang-text,#clone_module_174337003 .lang-text{font-size:12px;}
#module_174337003 .lang-text,#clone_module_174337003 .lang-text{font-family:arial, helvetica,sans-serif;}
#module_174337003 .lang-text,#clone_module_174337003 .lang-text{color:#333;}
#module_174337003 .lang-text,#clone_module_174337003 .lang-text{font-weight:normal;}
#module_174337003 .lang-text,#clone_module_174337003 .lang-text{text-decoration:initial;}
#module_174337003 .lang-text,#clone_module_174337003 .lang-text{font-style:normal;}
#module_174337003 {} #clone_module_174337003 .lang-selection{border-color:;} #module_174337003 .lang-text{border-right:1px solid ;}
#module_174337003 {} #clone_module_174337003 .lang-selection,#module_174337003 .lang-container{background-color:#fff;}
#module_174337003 {} #clone_module_174337003 .lang-selection,#module_174337003 .lang-container{background-image:none;}
#module_174337003 {} #clone_module_174337003 .lang-selection,#module_174337003 .lang-container{background-repeat:no-repeat;}
#module_174337003 {} #clone_module_174337003 .lang-selection,#module_174337003 .lang-container{}
#module_174337003 {} #clone_module_174337003 .lang-selection,#module_174337003 .lang-container{}
#module_174337003 {} #clone_module_174337003 .lang-selection,#module_174337003 .lang-container{}
#module_174337003 {} #clone_module_174337003 .lang-text,#module_174337003 .lang-text{width:px}
#module_174337003 .lang-selection .lang-text:hover,#clone_module_174337003 .lang-selection .lang-text:hover{font-size:12px;}
#module_174337003 .lang-selection .lang-text:hover,#clone_module_174337003 .lang-selection .lang-text:hover{font-family:arial, helvetica,sans-serif;}
#module_174337003 .lang-selection .lang-text:hover,#clone_module_174337003 .lang-selection .lang-text:hover{color:#f10215;}
#module_174337003 .lang-selection .lang-text:hover,#clone_module_174337003 .lang-selection .lang-text:hover{font-weight:normal;}
#module_174337003 .lang-selection .lang-text:hover,#clone_module_174337003 .lang-selection .lang-text:hover{text-decoration:initial;}
#module_174337003 .lang-selection .lang-text:hover,#clone_module_174337003 .lang-selection .lang-text:hover{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer174336801 #Sub174336801_4 {width:10.999999999999995%;}
.ModulePupopGiant.layout-101 {height: 100%; background-color: rgba(0, 0, 0, .6);}
.ModulePupopGiant.layout-101 .row {margin-right: 0px; margin-left: 0px;}
.ModulePupopGiant.layout-101 .ModuleSubContainer {width: 100%; position: relative;}
.ModulePupopGiant.layout-101 .ModuleSubContainer .addnewhelper {white-space: unset;}
.ModulePupopGiant.layout-101 .ModulePupopContainer {
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModulePupopGiant.layout-101 .IsAdvertisement {position: fixed;}
.ModulePupopGiant.layout-101 .IsAdvertisement .ModulePupopContainer {
    position: static;
    top: 0 !important;
    left: 0 !important;
    transform: unset !important;
}
.ModulePupopGiant.layout-101 .pupopClose {
    position: absolute;
    z-index: 99999;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.ModulePupopGiant.layout-101 .pupopClose .iconfont {font-size: 30px; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.ModulePupopGiant.layout-101 .ModulePupopContainer .ModuleSubPupopBox {height: auto; overflow-y: auto;}
.ModulePupopGiant.layout-101 .ModulePuponArrow { position: absolute;
    left: 50%;
    transform: translatex(-50%);
    border: 9px solid transparent;
    width: 0;
    height: 0;
}
.ModulePupopGiant.layout-101 .ModulePuponArrow.PosTop {
    border-bottom-color: #e8e8e8;
    border-bottom-width: 12px;
    top:-20px;
}

.ModulePupopGiant.layout-101 .ModulePuponArrow.PosBottom {
    border-top-color: #e8e8e8;
    border-top-width: 12px;
    bottom:-20px;
}

@media only screen and (max-width: 767px) {
    .ModulePupopGiant.layout-101 .ModuleSubContainer {display: block;}
    .ModulePupopGiant.layout-101 .IsAdvertisement .ModulePupopContainer {max-width: 100vw;}
}.module_174337029 .ModuleHead .HeadCenter{float:none;}
#module_174337029 {
padding:0px;
}
#module_174337029 {
position:fixed;
z-index:5000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_174337029 .ModuleHead174337029 {
display:none;
}

#module_174337029 .ModulePupopContainer{top:calc(50% + 0px);left:calc(50% + 0px);transform:translate(-50%, -50%);} #module_174337029 .IsAdvertisement{top:calc(50% + 0px);left:calc(50% + 0px);transform:translate(-50%, -50%);}
#module_174337029 .ModulePupopContainer{background-color:rgba(255, 255, 255, 1);}
#module_174337029 .ModulePupopContainer{}
#module_174337029 .ModulePupopContainer{background-repeat:no-repeat;}
#module_174337029 .ModulePupopContainer{background-position:0% 0%;}
#module_174337029 .ModulePupopContainer{background-attachment:scroll;}
#module_174337029 .ModulePupopContainer{}
#module_174337029 .ModulePupopContainer{padding-top:0px;}
#module_174337029 .ModulePupopContainer{padding-bottom:0px;}
#module_174337029 .ModulePupopContainer{padding-left:0px;}
#module_174337029 .ModulePupopContainer{padding-right:0px;}
#module_174337029 .ModulePupopContainer{border-top-color:#e1e1e1;}
#module_174337029 .ModulePupopContainer{border-top-style:solid;}
#module_174337029 .ModulePupopContainer{border-top-width:0px;}
#module_174337029 .ModulePupopContainer{border-bottom-color:#e1e1e1;}
#module_174337029 .ModulePupopContainer{border-bottom-style:solid;}
#module_174337029 .ModulePupopContainer{border-bottom-width:0px;}
#module_174337029 .ModulePupopContainer{border-left-color:#e1e1e1;}
#module_174337029 .ModulePupopContainer{border-left-style:solid;}
#module_174337029 .ModulePupopContainer{border-left-width:0px;}
#module_174337029 .ModulePupopContainer{border-right-color:#e1e1e1;}
#module_174337029 .ModulePupopContainer{border-right-style:solid;}
#module_174337029 .ModulePupopContainer{border-right-width:0px;}
#module_174337029 .ModulePupopContainer{border-top-left-radius:0px;}
#module_174337029 .ModulePupopContainer{border-top-right-radius:0px;}
#module_174337029 .ModulePupopContainer{border-bottom-left-radius:0px;}
#module_174337029 .ModulePupopContainer{border-bottom-right-radius:0px;}
#module_174337029 .ModulePupopContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174337029 .pupopClose{top:20px;right:20px;left:auto;transform:none;}
#module_174337029 .pupopClose{width:calc(26px + 3px); height:calc(26px + 3px);}
#module_174337029 .pupopClose .iconfont{font-size:24px;}
#module_174337029 .pupopClose .iconfont{color:#ccc;}
#module_174337029 .pupopClose{background-color:rgba(255, 255, 255, 0);}
#module_174337029 .pupopClose{}
#module_174337029 .pupopClose{background-repeat:no-repeat;}
#module_174337029 .pupopClose{background-position:0% 0%;}
#module_174337029 .pupopClose{background-attachment:scroll;}
#module_174337029 .pupopClose{}
#module_174337029 .pupopClose{border-top-color:#e1e1e1;}
#module_174337029 .pupopClose{border-top-style:solid;}
#module_174337029 .pupopClose{border-top-width:0px;}
#module_174337029 .pupopClose{border-bottom-color:#e1e1e1;}
#module_174337029 .pupopClose{border-bottom-style:solid;}
#module_174337029 .pupopClose{border-bottom-width:0px;}
#module_174337029 .pupopClose{border-left-color:#e1e1e1;}
#module_174337029 .pupopClose{border-left-style:solid;}
#module_174337029 .pupopClose{border-left-width:0px;}
#module_174337029 .pupopClose{border-right-color:#e1e1e1;}
#module_174337029 .pupopClose{border-right-style:solid;}
#module_174337029 .pupopClose{border-right-width:0px;}
#module_174337029 .pupopClose{border-top-left-radius:0px;}
#module_174337029 .pupopClose{border-top-right-radius:0px;}
#module_174337029 .pupopClose{border-bottom-left-radius:0px;}
#module_174337029 .pupopClose{border-bottom-right-radius:0px;}
#module_174337029 .ModulePupopGiant{background-color:rgba(0, 0, 0, .6);}
#module_174337029 .ModulePuponArrow.PosTop {border-bottom-color:;} #module_174337029 .ModulePuponArrow.PosBottom {border-top-color:;}
#module_174337029{position: fixed !important; top: 0 !important; left: 0 !important; z-index: 100000 !important; display: none;width: 100% !important; height: 100% !important;}.ModulePupopContainer.ModulePupopContainer174337029 {max-width:1200px;}
.IsAdvertisement .ModulePupopContainer.ModulePupopContainer174337029 {width:1200px;}
#Sub174337029_1.ModuleSubPupopBox {height: auto !important; max-height: calc(100vh - 100px);}
/*视频模块*/
.ModuleVideoGiant.layout-101 video{ display: block;}
.ModuleVideoGiant.layout-101 .videogiant-container{position: relative; text-align:center;}
.ModuleVideoGiant.layout-101 .videogiant-container .videoWrapper{height: auto;}
.ModuleVideoGiant.layout-101 .iframeBox .videoWrapper{padding-bottom: 56%;}
.ModuleVideoGiant.layout-101 .videogiant-container iframe,
.ModuleVideoGiant.layout-101 .videogiant-container embed,
.ModuleVideoGiant.layout-101 .videogiant-container object{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ModuleVideoGiant.layout-101 .videoPlayBtn{
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('../png/vbg.png') -116px -196px no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 11;
    -webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    visibility: visible;
    cursor: pointer;
}
.ModuleVideoGiant.layout-101 .videogiant-container:hover .videoPlayBtn{
    transform: scale(1.4);
    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -o-transform:scale(1.4);
}
.ModuleVideoGiant.layout-101 .videoCoverPic{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-color: #fff; */
    -webkit-transition: all .46s ease;
    transition: all .46s ease;
}
.ModuleVideoGiant.layout-101 .playModeBox {opacity: 0;}
/*兼容ios、safari border-radius*/
.ModuleVideoGiant.layout-101{transform:rotate(0);}.module_174337052 .ModuleHead .HeadCenter{float:none;}
#module_174337052 {
padding:0px;
}
#module_174337052 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174337052 .ModuleHead174337052 {
display:none;
}

#module_174337052 .videoTitle{font-size:14px;}
#module_174337052 .videoTitle{font-family:;}
#module_174337052 .videoTitle{color:#333;}
#module_174337052 .videoTitle{font-weight:bold;}
#module_174337052 .videoTitle{text-decoration:none;}
#module_174337052 .videoTitle{font-style:normal;}
#module_174337052 .videoTitle{text-align:left;}
#module_174337052 .videoTitle{margin-top:8px;}
#module_174337052 .videoTitle{margin-bottom:2px;}
#module_174337052 .videoTitle{margin-left:0px;}
#module_174337052 .videoTitle{margin-right:0px;}
#module_174337052 .videoDescrib{font-size:12px;}
#module_174337052 .videoDescrib{font-family:;}
#module_174337052 .videoDescrib{color:#999;}
#module_174337052 .videoDescrib{font-weight:normal;}
#module_174337052 .videoDescrib{text-decoration:none;}
#module_174337052 .videoDescrib{font-style:normal;}
#module_174337052 .videoDescrib{text-align:left;}
#module_174337052 .videoBox:hover .videoTitle{font-size:14px;}
#module_174337052 .videoBox:hover .videoTitle{font-family:;}
#module_174337052 .videoBox:hover .videoTitle{color:#333;}
#module_174337052 .videoBox:hover .videoTitle{font-weight:bold;}
#module_174337052 .videoBox:hover .videoTitle{text-decoration:none;}
#module_174337052 .videoBox:hover .videoTitle{font-style:normal;}
#module_174337052 .videoBox:hover .videoDescrib{font-size:12px;}
#module_174337052 .videoBox:hover .videoDescrib{font-family:;}
#module_174337052 .videoBox:hover .videoDescrib{color:#999;}
#module_174337052 .videoBox:hover .videoDescrib{font-weight:normal;}
#module_174337052 .videoBox:hover .videoDescrib{text-decoration:none;}
#module_174337052 .videoBox:hover .videoDescrib{font-style:normal;}

.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridGiant.layout-101{height: 100%;position: relative;}
.ModuleGridGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}

@media only screen and (max-width: 767px) { 
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}.module_354300797 .ModuleHead .HeadCenter{float:none;}
#module_354300797 {
padding:0px;
}
#module_354300797 {
position:static;
z-index:0;
top:181px;
width:100%;
height: auto;
}
#module_354300797 .ModuleHead354300797 {
display:none;
}
#module_354300797 .BodyCenter.BodyCenter354300797 {
background:none;background-color:rgba(0,0,0,0);
background-image:url(../jpg/20210428181637af863c.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_354300797 >.module_354300797 {
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_354300797 >.module_354300797{
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_354300797 .BodyCenter.BodyCenter354300797 {
padding-top:2.0921%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.0921%;
}
}
@media screen and (max-width: 767px){
#module_354300797 .BodyCenter.BodyCenter354300797 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354300797 >.module_354300797 {
margin-top:5.2301%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354300797 >.module_354300797 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354300797 >.module_354300797 {box-shadow: 0px 0px 0px 0px #ccc}
#module_354300797:hover {
border:none;
}
#module_354300797:hover >.module_354300797 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_354300797 .ModuleSubContainer{background-color:transparent;}
#module_354300797 .ModuleSubContainer{background-image:none;}
#module_354300797 .ModuleSubContainer{background-repeat:no-repeat;}
#module_354300797 .ModuleSubContainer{background-position:0% 0%;}
#module_354300797 .ModuleSubContainer{background-attachment:scroll;}
#module_354300797 .ModuleSubContainer{}
#module_354300797 {!bgVideo!}{bgVideoUrl:none}
#module_354300797 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_354300797 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_354300797 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer354300797 {}
.module_354300798 .ModuleHead .HeadCenter{float:none;}
#module_354300798 {
padding:0px;
}
#module_354300798 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_354300798 .ModuleHead354300798 {
display:none;
}

#module_354300798 .ModuleImageTextGiantContent{margin-top:0px;}
#module_354300798 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_354300798 .ModuleImageTextGiantContent{margin-left:0px;}
#module_354300798 .ModuleImageTextGiantContent{margin-right:0px;}
#module_354300798 .imageTextGiant-Container{padding-top:10px;}
#module_354300798 .imageTextGiant-Container{padding-bottom:10px;}
#module_354300798 .imageTextGiant-Container{padding-left:10px;}
#module_354300798 .imageTextGiant-Container{padding-right:10px;}
#module_354300798 .showHandle .btn{font-size:14px;}
#module_354300798 .showHandle .btn{font-family:;}
#module_354300798 .showHandle .btn{color:#333;}
#module_354300798 .showHandle .btn{font-weight:400;}
#module_354300798 .showHandle .btn{text-decoration:none;}
#module_354300798 .showHandle .btn{font-style:normal;}
#module_354300798 .showHandle div{border-top-color:#ddd !important;}
#module_354300798 .showHandle div{border-top-style:solid !important;}
#module_354300798 .showHandle div{border-top-width:1px !important;}
#module_354300798 .showHandle{background-color:transparent;}
#module_354300798 .showHandle{}
#module_354300798 .showHandle{background-repeat:no-repeat;}
#module_354300798 .showHandle{}
#module_354300798 .showHandle{}
#module_354300798 .showHandle{}
#module_354300798 a{font-size:unset;font-family:unset}
.module_174336803 .ModuleHead .HeadCenter{float:none;}
#module_174336803 {
padding:0px;
}
#module_174336803 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336803 .ModuleHead174336803 {
display:none;
}
#module_174336803 .BodyCenter.BodyCenter174336803 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336803 >.module_174336803 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(227, 227, 227);
border-bottom-width:1px;
}
#module_174336803 >.module_174336803{
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_174336803 .BodyCenter.BodyCenter174336803 {
padding-top:2.0921%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.0921%;
}
}
@media screen and (max-width: 767px){
#module_174336803 .BodyCenter.BodyCenter174336803 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174336803 >.module_174336803 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336803 >.module_174336803 {
margin-top:2.8818%;
margin-left:2.8818%;
margin-right:2.8818%;
margin-bottom:2.8818%;
}
}
#module_174336803 >.module_174336803 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336803:hover {
border:none;
}
#module_174336803:hover >.module_174336803 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336803 .ModuleSubContainer{background-color:transparent;}
#module_174336803 .ModuleSubContainer{background-image:none;}
#module_174336803 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174336803 .ModuleSubContainer{background-position:0% 0%;}
#module_174336803 .ModuleSubContainer{background-attachment:scroll;}
#module_174336803 .ModuleSubContainer{}
#module_174336803 {!bgVideo!}{bgVideoUrl:none}
#module_174336803 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174336803 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174336803 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174336803 {}
.ModuleGridContainer.ModuleGridContainer174336803 .SubPadding {width:0px;}
.ModuleCommonClsGiant.layout-111 .class-title {display: none;}
.ModuleCommonClsGiant.layout-111 .main-class-item-box {display: inline-block; max-width: 100%; font-size: 0;}
.ModuleCommonClsGiant.layout-111 .main-class-item {display: flex; align-items: center; justify-content: space-between; line-height: 1.2; background: #fff; padding: 20px 26px; cursor: pointer;}
.ModuleCommonClsGiant.layout-111 .main-class-item-box:last-child {margin-right: 0 !important;}
.ModuleCommonClsGiant.layout-111 .main-class-text {display: block; width: auto; color: #333; font-size: 18px; margin-right: 16px;}
.ModuleCommonClsGiant.layout-111 .main-class-icon {position: relative; display: inline-block; margin-top: -5px;}
.ModuleCommonClsGiant.layout-111 .main-class-icon:before,
.ModuleCommonClsGiant.layout-111 .main-class-icon:after {content: ' '; display: block; position: absolute; top: 0px; width: 2px; height: 6px; background: #262626; -webkit-transition: all .25s ease-out; transition: all .25s ease-out;}
.ModuleCommonClsGiant.layout-111 .main-class-icon:before {right: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.ModuleCommonClsGiant.layout-111 .main-class-icon:after {right: -4px;  -webkit-transform: rotate(-135deg); transform: rotate(-135deg);}
.ModuleCommonClsGiant.layout-111 .two-classify {display: none; width: auto; position: fixed; background: #F4F6F7; padding: 25px 30px 10px 30px; overflow: hidden; z-index: 999;}
.ModuleCommonClsGiant.layout-111 .sub-class-item {display: inline-block; line-height: 1.2; padding: 11px 16px; margin-right: 15px; margin-bottom: 15px; background: #e3e3e3; border-radius: 200px; border: 1px solid #e3e3e3;}
.ModuleCommonClsGiant.layout-111 .sub-class-item:last-child {margin-right: 0 !important;}
.ModuleCommonClsGiant.layout-111 .sub-class-text {display: inline-block; color: #555; font-size: 12px;}
.ModuleCommonClsGiant.layout-111 .close-icon {display: none;}

@media only screen and (min-width: 768px) {
	.ModuleCommonClsGiant.layout-111 .main-class-container {font-size: 0;}
	.ModuleCommonClsGiant.layout-111 .main-class-item-box:hover .main-class-item {background: #F4F6F7;}
	.ModuleCommonClsGiant.layout-111 .main-class-item-box:hover .main-class-icon:before {right: -4px;}
	.ModuleCommonClsGiant.layout-111 .main-class-item-box:hover .main-class-icon:after {right: 0px;}
	.ModuleCommonClsGiant.layout-111 .main-class-item-box:hover .two-classify {display: block;}
}

@media only screen and (max-width: 767px) {
	.ModuleCommonClsGiant.layout-111 .class-title {display: flex; height: 50px; align-items: center; justify-content: space-between; padding: 0 20px; background: #F4F6F7;}
	.ModuleCommonClsGiant.layout-111 .class-title .class-title-text {width: 100%; font-size: 20px; color: #333; font-weight: 400; line-height: 1;}
	.ModuleCommonClsGiant.layout-111 .class-title .class-title-icon {font-size: 20px; line-height: 1; color: #333;}
	.ModuleCommonClsGiant.layout-111 .main-class-container {display: block; width: 100%; height: 100%; padding: 20px 10px; position: fixed; top: 0; left: 100%; z-index: 9999; overflow-y: auto; background: #fff; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
	.ModuleCommonClsGiant.layout-111 .main-class-container.active {left: 0;}
	.ModuleCommonClsGiant.layout-111 .close-icon {display: block; font-size: 22px; line-height: 1; color: #333; margin-left: 23px;}
	.ModuleCommonClsGiant.layout-111 .main-class-item-box {display: block; padding: 30px 20px 15px 20px; border-bottom: 1px dashed #e3e3e3; margin-right: 0 !important;}
	.ModuleCommonClsGiant.layout-111 .main-class-item {width: 100%; padding: 0 !important; line-height: 1; border: unset !important; background: unset !important;}
	.ModuleCommonClsGiant.layout-111 .main-class-item-box:hover .main-class-item {background: unset !important;}
	.ModuleCommonClsGiant.layout-111 .main-class-text {width: calc(100% - 24px); font-size: 16px !important; color: #333 !important; font-weight: 400 !important; font-style: normal !important; font-family: initial !important; text-decoration: none !important; margin-right: 8px; text-align: left !important;}
	.ModuleCommonClsGiant.layout-111 .main-class-icon {width: 16px; height: 10px; margin-top: 0;}
	.ModuleCommonClsGiant.layout-111 .main-class-icon:before,
	.ModuleCommonClsGiant.layout-111 .main-class-icon:after {left: 3px; height: 10px; background: #262626 !important;}
	.ModuleCommonClsGiant.layout-111 .main-class-item-box .main-class-icon:after {left: 10px;}
	.ModuleCommonClsGiant.layout-111 .main-class-item-box.active .main-class-icon:before {left: 10px;}
	.ModuleCommonClsGiant.layout-111 .main-class-item-box.active .main-class-icon:after {left: 3px;}
	.ModuleCommonClsGiant.layout-111 .two-classify {display: none; width: 100%; position: unset; background: #fff !important; padding: 0; margin-top: 25px; box-shadow: none !important;}
	.ModuleCommonClsGiant.layout-111 .main-class-item-box.active .two-classify {display: block;}
	.ModuleCommonClsGiant.layout-111 .sub-class-item {max-width: 100%; font-size: 12px !important; color: #555 !important; font-weight: 400 !important; font-style: normal !important; font-family: initial !important; text-decoration: none !important; padding: 10px 17px !important; margin: 0 10px 15px 0 !important; border-radius: 17px; background: transparent !important; border: 1px solid #e3e3e3 !important;}
	.ModuleCommonClsGiant.layout-111 .sub-class-text {font-size: 12px; color: #555;}
}
.module_174336785 .ModuleHead .HeadCenter{float:none;}
#module_174336785 {
padding:0px;
}
#module_174336785 {
position:static;
z-index:0;
top:899px;
left:859px;
width:100%;
height: auto;
}
#module_174336785 .ModuleHead174336785 {
display:none;
}
#module_174336785 .BodyCenter.BodyCenter174336785 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336785 >.module_174336785 {
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_174336785 >.module_174336785{
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_174336785 .BodyCenter.BodyCenter174336785 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336785 .BodyCenter.BodyCenter174336785 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174336785 >.module_174336785 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336785 >.module_174336785 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336785 >.module_174336785 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336785:hover {
border:none;
}
#module_174336785:hover >.module_174336785 {
border-color:#ccc;
}
#module_174336785:hover >.module_174336785 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336785 .class-title{padding-left:px;}
#module_174336785 .class-title .class-title-text, #module_174336785 .class-title .class-title-icon{font-size:18px;}
#module_174336785 .class-title .class-title-text{font-family:arial, helvetica,sans-serif;}
#module_174336785 .class-title .class-title-text, #module_174336785 .class-title .class-title-icon{color:#333;}
#module_174336785 .class-title .class-title-text{font-weight:400;}
#module_174336785 .class-title .class-title-text{text-decoration:none;}
#module_174336785 .class-title .class-title-text{font-style:normal;}
#module_174336785 .class-title{background-color:#F4F6F7;}
#module_174336785 .class-title{background-image:none;}
#module_174336785 .class-title{}
#module_174336785 .class-title{}
#module_174336785 .class-title{}
#module_174336785 .class-title{}
#module_174336785 .class-title{border-top-color:transparent;}
#module_174336785 .class-title{border-top-style:none;}
#module_174336785 .class-title{border-top-width:0px;}
#module_174336785 .class-title{border-right-color:transparent;}
#module_174336785 .class-title{border-right-style:none;}
#module_174336785 .class-title{border-right-width:0px;}
#module_174336785 .class-title{border-bottom-color:transparent;}
#module_174336785 .class-title{border-bottom-style:none;}
#module_174336785 .class-title{border-bottom-width:0px;}
#module_174336785 .class-title{border-left-color:transparent;}
#module_174336785 .class-title{border-left-style:none;}
#module_174336785 .class-title{border-left-width:0px;}
#module_174336785 .class-title{height:50px;}
#module_174336785 .main-class-item{background-color:rgb(242, 242, 242);}
#module_174336785 .main-class-item{background-image:none;}
#module_174336785 .main-class-item{background-repeat:no-repeat;}
#module_174336785 .main-class-item{}
#module_174336785 .main-class-item{}
#module_174336785 .main-class-item{}
#module_174336785 .main-class-item{border-top-color:rgb(189, 189, 189);}
#module_174336785 .main-class-item{border-top-style:solid;}
#module_174336785 .main-class-item{border-top-width:1px;}
#module_174336785 .main-class-item{border-bottom-color:rgb(189, 189, 189);}
#module_174336785 .main-class-item{border-bottom-style:solid;}
#module_174336785 .main-class-item{border-bottom-width:1px;}
#module_174336785 .main-class-item{border-left-color:rgb(189, 189, 189);}
#module_174336785 .main-class-item{border-left-style:solid;}
#module_174336785 .main-class-item{border-left-width:1px;}
#module_174336785 .main-class-item{border-right-color:rgb(189, 189, 189);}
#module_174336785 .main-class-item{border-right-style:solid;}
#module_174336785 .main-class-item{border-right-width:1px;}
#module_174336785 .main-class-item{border-top-left-radius:5px;}
#module_174336785 .main-class-item{border-top-right-radius:5px;}
#module_174336785 .main-class-item{border-bottom-left-radius:5px;}
#module_174336785 .main-class-item{border-bottom-right-radius:5px;}
#module_174336785 .main-class-text{font-size:16px;}
#module_174336785 .main-class-text{font-family:arial, helvetica,sans-serif;}
#module_174336785 .main-class-text{color:rgb(51, 51, 51);} #module_174336785 .main-class-icon:before,#module_174336785 .main-class-icon:after {background:rgb(51, 51, 51);}
#module_174336785 .main-class-text{font-weight:normal;}
#module_174336785 .main-class-text{text-decoration:none;}
#module_174336785 .main-class-text{font-style:normal;}
#module_174336785 .main-class-item-box{margin-right:22px;}
#module_174336785 .main-class-item-box{margin-bottom:10px;}
#module_174336785 .main-class-item{padding-top:10px;}
#module_174336785 .main-class-item{padding-bottom:10px;}
#module_174336785 .main-class-item{padding-left:16px;}
#module_174336785 .main-class-item{padding-right:16px;}
#module_174336785 .sub-class-item{background-color:rgb(225, 225, 225);}
#module_174336785 .sub-class-item{background-image:none;}
#module_174336785 .sub-class-item{background-repeat:no-repeat;}
#module_174336785 .sub-class-item{}
#module_174336785 .sub-class-item{}
#module_174336785 .sub-class-item{}
#module_174336785 .sub-class-item{border-top-color:rgb(225, 225, 225);}
#module_174336785 .sub-class-item{border-top-style:solid;}
#module_174336785 .sub-class-item{border-top-width:1px;}
#module_174336785 .sub-class-item{border-bottom-color:rgb(225, 225, 225);}
#module_174336785 .sub-class-item{border-bottom-style:solid;}
#module_174336785 .sub-class-item{border-bottom-width:1px;}
#module_174336785 .sub-class-item{border-left-color:rgb(225, 225, 225);}
#module_174336785 .sub-class-item{border-left-style:solid;}
#module_174336785 .sub-class-item{border-left-width:1px;}
#module_174336785 .sub-class-item{border-right-color:rgb(225, 225, 225);}
#module_174336785 .sub-class-item{border-right-style:solid;}
#module_174336785 .sub-class-item{border-right-width:1px;}
#module_174336785 .sub-class-text{font-size:14px;}
#module_174336785 .sub-class-text{font-family:arial, helvetica,sans-serif;}
#module_174336785 .sub-class-text{color:#555;}
#module_174336785 .sub-class-text{font-weight:normal;}
#module_174336785 .sub-class-text{text-decoration:none;}
#module_174336785 .sub-class-text{font-style:normal;}
#module_174336785 .sub-class-item{margin-right:15px; margin-bottom:15px;}
#module_174336785 .sub-class-item{padding-top:10px;}
#module_174336785 .sub-class-item{padding-bottom:10px;}
#module_174336785 .sub-class-item{padding-left:10px;}
#module_174336785 .sub-class-item{padding-right:10px;}
#module_174336785 .two-classify{background-color:#F4F6F7;}
#module_174336785 .two-classify{background-image:none;}
#module_174336785 .two-classify{background-repeat:no-repeat;}
#module_174336785 .two-classify{}
#module_174336785 .two-classify{}
#module_174336785 .two-classify{}
#module_174336785 .two-classify{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_174336785 .main-class-item-box:hover .main-class-item{background-color:rgb(244, 246, 247);}
#module_174336785 .main-class-item-box:hover .main-class-item{background-image:none;}
#module_174336785 .main-class-item-box:hover .main-class-item{background-repeat:no-repeat;}
#module_174336785 .main-class-item-box:hover .main-class-item{}
#module_174336785 .main-class-item-box:hover .main-class-item{}
#module_174336785 .main-class-item-box:hover .main-class-item{}
#module_174336785 .main-class-item-box:hover .main-class-text{font-size:16px;}
#module_174336785 .main-class-item-box:hover .main-class-text{font-family:arial, helvetica,sans-serif;}
#module_174336785 .main-class-item-box:hover .main-class-text{color:rgb(33, 219, 176);} #module_174336785 .main-class-item-box:hover .main-class-icon:before,#module_174336785 .main-class-item-box:hover .main-class-icon:after {background:rgb(33, 219, 176);}
#module_174336785 .main-class-item-box:hover .main-class-text{font-weight:normal;}
#module_174336785 .main-class-item-box:hover .main-class-text{text-decoration:none;}
#module_174336785 .main-class-item-box:hover .main-class-text{font-style:normal;}
#module_174336785 .sub-class-item:hover{background-color:#e3e3e3;}
#module_174336785 .sub-class-item:hover{background-image:none;}
#module_174336785 .sub-class-item:hover{background-repeat:no-repeat;}
#module_174336785 .sub-class-item:hover{}
#module_174336785 .sub-class-item:hover{}
#module_174336785 .sub-class-item:hover{}
#module_174336785 .sub-class-item:hover{border-top-color:rgb(225, 225, 225);}
#module_174336785 .sub-class-item:hover{border-top-style:solid;}
#module_174336785 .sub-class-item:hover{border-bottom-color:rgb(225, 225, 225);}
#module_174336785 .sub-class-item:hover{border-bottom-style:solid;}
#module_174336785 .sub-class-item:hover{border-left-color:rgb(225, 225, 225);}
#module_174336785 .sub-class-item:hover{border-left-style:solid;}
#module_174336785 .sub-class-item:hover{border-right-color:rgb(225, 225, 225);}
#module_174336785 .sub-class-item:hover{border-right-style:solid;}
#module_174336785 .sub-class-item:hover{font-size:14px;}
#module_174336785 .sub-class-item:hover{font-family:arial, helvetica,sans-serif;}
#module_174336785 .sub-class-item:hover{color:rgb(33, 219, 176);}
#module_174336785 .sub-class-item:hover{font-weight:normal;}
#module_174336785 .sub-class-item:hover{text-decoration:none;}
#module_174336785 .sub-class-item:hover{font-style:normal;}


.ModuleGridContainer.ModuleGridContainer174336803 #Sub174336803_1 {width:77.7500%;}
/*全局搜索 101*/
.ModuleSearchGiant.layout-101 .ModuleSearchFormStyle{padding: 0;}
.ModuleSearchGiant.layout-101 .ModuleSearchFormStyle .bootstrap-select .btn span{font-size: 12px;}
.ModuleSearchGiant.layout-101 .ModuleSearchFormStyle .content{display:table;width: 100%;height:auto;border: 0;border-radius: 0px;overflow: hidden;}
.ModuleSearchGiant.layout-101 .ModuleSearchFormStyle .group{display:table;width: 100%;height:auto;/*border: 1px solid #ccc;*/border-radius: 0px;overflow: hidden;}
.ModuleSearchGiant.layout-101 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-101 .ModuleSearchFormStyle .searchTypePanel{position: relative;display:table-cell;height:auto;border:0px;vertical-align: middle;}
.ModuleSearchGiant.layout-101 .ModuleSearchFormStyle .searchTypePanel{width: 1%;}
.ModuleSearchGiant.layout-101 .ModuleSearchFormStyle .ModuleSearchInput{float: left;width: 100%;height: 36px;border-radius: 0;border: 1px solid #ccc;border-radius: 8px 0 0 8px;text-indent: 12px;font-size:14px;outline: none;}
.ModuleSearchGiant.layout-101 .ModuleSearchFormStyle.withSelect .ModuleSearchInput{border-radius: 0 !important;}
.ModuleSearchGiant.layout-101 .ModuleSearchFormStyle .searchTypePanel select{height: 34px;border: 0;}
.ModuleSearchGiant.layout-101 .ModuleSearchFormStyle .bootstrap-select{float: left;height:100%;border:0;border-radius: 0;}
.ModuleSearchGiant.layout-101 .ModuleSearchFormStyle .bootstrap-select .btn{padding-top: 0;padding-bottom: 0;padding-left:15px;height: 36px;border: 1px solid #ccc;border-right-width: 0px !important;border-radius: 8px 0 0 8px;line-height: 34px}
.ModuleSearchGiant.layout-101 .ModuleSearchFormStyle .searchBtnPanel{width:1%;height:36px;}
.ModuleSearchGiant.layout-101 .btn-group.open .dropdown-toggle{box-shadow: none}
.ModuleSearchGiant.layout-101 .ModuleSearchFormStyle .ModuleSearchButton{position: relative;display: inline-block;min-width: 50px;height:100% !important;line-height: inherit !important;background: #000;border:1px none;border-radius: 0 8px 8px 0;text-align: center;font-weight:normal;font-family:微软雅黑,Microsoft YaHei;font-size:12px;color:#fff;}
.ModuleSearchGiant.layout-101 .ModuleSearchFormStyle .searchIcon{position: absolute;margin-top: -10px;top: 50%;left: 10px;width: 20px;height: 20px;}.module_174337032 .ModuleHead .HeadCenter{float:none;}
#module_174337032 {
padding:0px;
}
#module_174337032 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174337032 .ModuleHead174337032 {
display:none;
}
#module_174337032 .BodyCenter.BodyCenter174337032 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337032 >.module_174337032 {
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_174337032 >.module_174337032{
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_174337032 .BodyCenter.BodyCenter174337032 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337032 .BodyCenter.BodyCenter174337032 {
padding-top:3.0581%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.5872%;
}
}
@media screen and (min-width: 768px){
#module_174337032 >.module_174337032 {
margin-top:1.4981%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337032 >.module_174337032 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174337032 >.module_174337032 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337032:hover {
border:none;
}
#module_174337032:hover >.module_174337032 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337032 .search-item .bootstrap-select .btn,#module_174337032 .search-item .ModuleSearchInput{height:36px;line-height:36px} #module_174337032 .search-item .searchBtnPanel{height:36px;}
#module_174337032 .search-item .bootstrap-select .btn,#module_174337032 .search-item .ModuleSearchInput{border-top-color:#10aa9c;}
#module_174337032 .search-item .bootstrap-select .btn,#module_174337032 .search-item .ModuleSearchInput{border-top-style:solid;}
#module_174337032 .search-item .bootstrap-select .btn,#module_174337032 .search-item .ModuleSearchInput{border-top-width:1px;}
#module_174337032 .search-item .ModuleSearchInput{border-right-color:#10aa9c;}
#module_174337032 .search-item .ModuleSearchInput{border-right-style:solid;}
#module_174337032 .search-item .ModuleSearchInput{border-right-width:1px;}
#module_174337032 .search-item .bootstrap-select .btn,#module_174337032 .search-item .ModuleSearchInput{border-bottom-color:#10aa9c;}
#module_174337032 .search-item .bootstrap-select .btn,#module_174337032 .search-item .ModuleSearchInput{border-bottom-style:solid;}
#module_174337032 .search-item .bootstrap-select .btn,#module_174337032 .search-item .ModuleSearchInput{border-bottom-width:1px;}
#module_174337032 .search-item .bootstrap-select .btn,#module_174337032 .search-item .ModuleSearchInput{border-left-color:#10aa9c;}
#module_174337032 .search-item .bootstrap-select .btn,#module_174337032 .search-item .ModuleSearchInput{border-left-style:solid;}
#module_174337032 .search-item .bootstrap-select .btn,#module_174337032 .search-item .ModuleSearchInput{border-left-width:1px;}
#module_174337032 .search-item .bootstrap-select .btn ,#module_174337032 .search-item .ModuleSearchInput {background-color:#fff;}
#module_174337032 .search-item .bootstrap-select .btn ,#module_174337032 .search-item .ModuleSearchInput{}
#module_174337032 .search-item .ModuleSearchInput::placeholder,#module_174337032 .search-item .ModuleSearchInput{font-size:px;}
#module_174337032 .search-item .bootstrap-select .btn ,#module_174337032  .search-item .ModuleSearchInput::placeholder,#module_174337032 .search-item .ModuleSearchInput{font-family:arial, helvetica,sans-serif;}
#module_174337032 .search-item .bootstrap-select .btn , #module_174337032 .search-item .searchIcon,#module_174337032  .search-item .ModuleSearchInput::placeholder,#module_174337032 .search-item .ModuleSearchInput{color:rgb(127, 127, 127);}
#module_174337032 .search-item .bootstrap-select .btn ,#module_174337032  .search-item .ModuleSearchInput::placeholder,#module_174337032 .search-item .ModuleSearchInput{font-weight:normal;}
#module_174337032 .search-item .bootstrap-select .btn ,#module_174337032  .search-item .ModuleSearchInput::placeholder,#module_174337032 .search-item .ModuleSearchInput{text-decoration:none;}
#module_174337032 .search-item .ModuleSearchButton{font-size:14px;}
#module_174337032 .search-item .ModuleSearchButton{font-family:arial, helvetica,sans-serif;}
#module_174337032 .search-item .ModuleSearchButton{color:#fff;}
#module_174337032 .search-item .ModuleSearchButton{font-weight:normal;}
#module_174337032 .search-item .ModuleSearchButton{text-decoration:none;}
#module_174337032 .search-item .ModuleSearchButton{font-style:normal;}
#module_174337032 .search-item .ModuleSearchButton{background-color:#10aa9c;}
#module_174337032 .search-item .ModuleSearchButton{background-image:none;}
#module_174337032 .search-item .ModuleSearchButton{background-repeat:no-repeat;}
#module_174337032 .search-item .ModuleSearchButton{}
#module_174337032 .search-item .ModuleSearchButton{}
#module_174337032 .search-item .ModuleSearchButton{}
#module_174337032 .search-hot ul li{border-top-color:#e3e3e3;}
#module_174337032 .search-hot ul li{border-top-style:solid;}
#module_174337032 .search-hot ul li{border-top-width:0px;}
#module_174337032 .search-hot ul li{border-right-color:#e3e3e3;}
#module_174337032 .search-hot ul li{border-right-style:solid;}
#module_174337032 .search-hot ul li{border-right-width:1px;}
#module_174337032 .search-hot ul li{border-bottom-color:#e3e3e3;}
#module_174337032 .search-hot ul li{border-bottom-style:solid;}
#module_174337032 .search-hot ul li{border-bottom-width:0px;}
#module_174337032 .search-hot ul li{border-left-color:#e3e3e3;}
#module_174337032 .search-hot ul li{border-left-style:solid;}
#module_174337032 .search-hot ul li{border-left-width:0px;}
#module_174337032 .search-hot ul li a{font-size:12px;}
#module_174337032 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_174337032 .search-hot ul li a{color:#666;}
#module_174337032 .search-hot ul li a{font-weight:normal;}
#module_174337032 .search-hot ul li a{text-decoration:none;}
#module_174337032 .search-hot ul li a{font-style:normal;}
#module_174337032 .search-item .ModuleSearchButton:hover{background-color:#139d8f;}
#module_174337032 .search-item .ModuleSearchButton:hover{background-image:none;}
#module_174337032 .search-item .ModuleSearchButton:hover{background-repeat:no-repeat;}
#module_174337032 .search-item .ModuleSearchButton:hover{}
#module_174337032 .search-item .ModuleSearchButton:hover{}
#module_174337032 .search-item .ModuleSearchButton:hover{}
#module_174337032 .search-item .ModuleSearchButton:hover{font-size:14px;}
#module_174337032 .search-item .ModuleSearchButton:hover{font-family:arial, helvetica,sans-serif;}
#module_174337032 .search-item .ModuleSearchButton:hover{color:#fff;}
#module_174337032 .search-item .ModuleSearchButton:hover{font-weight:normal;}
#module_174337032 .search-item .ModuleSearchButton:hover{text-decoration:none;}
#module_174337032 .search-item .ModuleSearchButton:hover{font-style:normal;}
#module_174337032 .search-hot ul li:hover a{font-size:12px;}
#module_174337032 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_174337032 .search-hot ul li:hover a{color:#333;}
#module_174337032 .search-hot ul li:hover a{font-weight:normal;}
#module_174337032 .search-hot ul li:hover a{text-decoration:none;}
#module_174337032 .search-hot ul li:hover a{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer174336803 #Sub174336803_2 {width:22.2500%;}
.module_174336820 .ModuleHead .HeadCenter{float:none;}
#module_174336820 {
padding:0px;
}
#module_174336820 {
position:static;
z-index:0;
top:820px;
left:1663px;
width:100%;
height: auto;
}
#module_174336820 .ModuleHead174336820 {
display:none;
}
#module_174336820 .BodyCenter.BodyCenter174336820 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336820 >.module_174336820 {
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_174336820 >.module_174336820{
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_174336820 .BodyCenter.BodyCenter174336820 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336820 .BodyCenter.BodyCenter174336820 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174336820 >.module_174336820 {
margin-top:3.1381%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.1381%;
}
}
@media screen and (max-width: 767px){
#module_174336820 >.module_174336820 {
margin-top:2.8818%;
margin-left:2.8818%;
margin-right:2.8818%;
margin-bottom:2.8818%;
}
}
#module_174336820 >.module_174336820 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336820:hover {
border:none;
}
#module_174336820:hover >.module_174336820 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336820 .ModuleSubContainer{background-color:transparent;}
#module_174336820 .ModuleSubContainer{background-image:none;}
#module_174336820 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174336820 .ModuleSubContainer{background-position:0% 0%;}
#module_174336820 .ModuleSubContainer{background-attachment:scroll;}
#module_174336820 .ModuleSubContainer{}
#module_174336820 {!bgVideo!}{bgVideoUrl:none}
#module_174336820 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174336820 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174336820 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174336820 {}
/*layout-107内容*/
.ModuleProductListGiant.layout-107 .cor-z {background: #0072d4;}
.ModuleProductListGiant.layout-107 .pro-img {transition: all ease-out .3s; display: block; height: auto; border-bottom: 1px solid #eee; list-style-type: none; max-width: 100%; width: 100%; position: relative}
.ModuleProductListGiant.layout-107 .pro-img .dummy {padding-top: 100%;}
.ModuleProductListGiant.layout-107 .pro-img img {position: absolute; top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; max-height: 100%; display: block; margin: auto;}
.ModuleProductListGiant.layout-107 .pro-container > li {position: relative; float: left; overflow: hidden; box-shadow: 0 6px 40px rgba(0, 0, 0, .1);}
.ModuleProductListGiant.layout-107 .pro-container > li {margin: 0 2% 2% 0; background: #fff; font-size: 16px; padding-right: 0; padding-left: 0;}
.ModuleProductListGiant.layout-107 .pro-price {color: #0071d4; line-height: 1; font-weight: bold; margin: 0 0 2% 0;}
.ModuleProductListGiant.layout-107 .pro-price del {display: block; width: 100%; text-align: right; font-size: 10px; color: #0071d4; font-weight: 100 !important;}
.ModuleProductListGiant.layout-107 .pro-Labels {transition: all ease-out .3s; margin-top: 5%}
.ModuleProductListGiant.layout-107 .pro-container li .pro-name {overflow: hidden; text-overflow: ellipsis;}
.ModuleProductListGiant.layout-107 .pro-Labels ul li {display: inline-block; border: 1px solid #e5e5e5; font-size: 12px; color: #6e6e6e; padding: 1px 5px;}
.ModuleProductListGiant.layout-107 .pro-container li .pro-img .rectborder {width: calc(100% + 20px); height: calc(100% + 20px); position: absolute; left: -10px; top: -10px; border: rgba(255, 255, 255, .6) 1px solid; transition: all ease-out .3s;}
.ModuleProductListGiant.layout-107 .pro-tit {padding: 24px 20px; position: relative; overflow: hidden; transition: all ease-out .3s;}
.ModuleProductListGiant.layout-107 .pro-container li .pro-img img {transition: all ease-out .3s;}
.ModuleProductListGiant.layout-107 .pro-desc {font-size: 12px; color: #6e6e6e; margin: 3% 0 5% 0;}
.ModuleProductListGiant.layout-107 .pro-buybtn {width: 100%; color: #fff; position: absolute; transition: all ease-out .3s; bottom: -52px; left: 0; text-align: center; height: 40px; line-height: 40px;}
.ModuleProductListGiant.layout-107 .soldOut {font-size: 14px; color: #666;}
.ModuleProductListGiant.layout-107 .pro-buybtn {cursor: pointer;}
.ModuleProductListGiant.layout-107 a:active,
.ModuleProductListGiant.layout-107 a:visited,
.ModuleProductListGiant.layout-107 a:focus {text-decoration: none;}
.ModuleProductListGiant.layout-107 .pro-params .param {line-height: 1.5; overflow: hidden; white-space: nowrap; text-overflow: ellipsis}
.ModuleProductListGiant.layout-107 .pro-desc {word-break: break-word !important;}
.ModuleProductListGiant.layout-107 .pro-name {word-break: break-word !important;}
.ModuleProductListGiant.layout-107 .bean-finish {background: #1e88e5; color: #fff;}
.ModuleProductListGiant.layout-107 .items-active {background: transparent; border: 1px solid transparent; color: #1e88e5;}
.ModuleProductListGiant.layout-107 .selected-light:hover {color: #1e88e5;}
.ModuleProductListGiant.layout-107 .choosed-tab {color: #1e88e5}
.ModuleProductListGiant.layout-107 .BodyCenter {position: relative;}
.ModuleProductListGiant.layout-107 .swiper-container {width: calc(88%);}
.ModuleProductListGiant.layout-107 .swiper-container.swiper-check {width: 100%;}
.ModuleProductListGiant.layout-107 .swiper-pagination {position: relative;}
.ModuleProductListGiant.layout-107 .swiper-pagination-bullet {width: 10px; height: 10px; margin-right: 22px; background: #ccc; opacity: 1;}
.ModuleProductListGiant.layout-107 .swiper-pagination-bullet:last-child {margin-right: 0;}
.ModuleProductListGiant.layout-107 .swiper-pagination-bullet-active {background: #005fcf;}
.ModuleProductListGiant.layout-107 .swiper-pro-button {width: 50px; height: 50px; display: flex; position: absolute; top: calc(50% - 20px); right: 0; z-index: 2; margin-top: -2%; background: #1e88e5; cursor: pointer; overflow: hidden;}
.ModuleProductListGiant.layout-107 .swiper-pro-butto-prev {transform: rotateY(180deg); left: 0; right: unset;}
.ModuleProductListGiant.layout-107 .swiper-pro-button .icon-leftMenu {width: 100%; height: 100%; display: block; position: relative; color: #fff; font-size: 16px; text-align: center;}
.ModuleProductListGiant.layout-107 .swiper-pro-button .icon-leftMenu:before {opacity: 1;}
.ModuleProductListGiant.layout-107 .swiper-pro-button .icon-leftMenu:after {opacity: 0;}
.ModuleProductListGiant.layout-107 .swiper-pro-butto-prev .icon-leftMenu:before,
.ModuleProductListGiant.layout-107 .swiper-pro-butto-prev .icon-leftMenu:after {position: absolute; right: 50%; top: 50%; transform: translate(50%, -50%); transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; -webkit-font-smoothing: antialiased;}
.ModuleProductListGiant.layout-107 .swiper-pro-butto-next .icon-leftMenu:before,
.ModuleProductListGiant.layout-107 .swiper-pro-butto-next .icon-leftMenu:after {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; -webkit-font-smoothing: antialiased;}
.ModuleProductListGiant.layout-107 .swiper-pro-butto-prev .icon-leftMenu:after {content: ''; right: 0%; top: 48%; width: 50%; height: 2px; background-color: #fff;}
.ModuleProductListGiant.layout-107 .swiper-pro-butto-next .icon-leftMenu:after {content: ''; left: 100%; top: 48%; width: 50%; height: 2px; background-color: #fff;}
.ModuleProductListGiant.layout-107 .swiper-pro-butto-prev:hover .icon-leftMenu:before {right: 36%;}
.ModuleProductListGiant.layout-107 .swiper-pro-butto-next:hover .icon-leftMenu:before {left: 64%;}
.ModuleProductListGiant.layout-107 .swiper-pro-butto-prev:hover .icon-leftMenu:after {opacity: 1; right: 55%;}
.ModuleProductListGiant.layout-107 .swiper-pro-butto-next:hover .icon-leftMenu:after {opacity: 1; left: 45%;}
.ModuleProductListGiant.layout-107 .VRDiv{ cursor: pointer;display: flex; justify-content: flex-start;align-items: center; left: 15px; color:#fff;font-size: 14px; top:15px;  position: absolute;background-color: rgba(0,0,0,0.4); border-radius: 8px;margin-right: 5px;padding:8px 12px;}
.ModuleProductListGiant.layout-107 .VRDiv > svg{ width: 16px; height: 16px;fill: #fff;}
.ModuleProductListGiant.layout-107 .VRTipstxt{  text-overflow: ellipsis; overflow: hidden;white-space: nowrap; margin-left: 8px;}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.ModuleProductListGiant.layout-107 .pred-filter {display: none}
    .ModuleProductListGiant.layout-107 .silder-filter,
    .ModuleProductListGiant.layout-107 .btn-filter {display: block}
    .ModuleProductListGiant.layout-107 .soldOut {font-size: 12px}
    .ModuleProductListGiant.layout-107 .pro-container {display: flex;flex-wrap: wrap;width: 100%; position: relative;}
    .ModuleProductListGiant.layout-107 .pro-container > li {background: #fff;}
    .ModuleProductListGiant.layout-107 .pro-tit {padding: 14px 10px; height: auto;}
    .ModuleProductListGiant.layout-107 .pro-buybtn {position: absolute; bottom: 0; left: 0;}
    .ModuleProductListGiant.layout-107 .pro-Labels {height: 40px; margin-bottom: 26%;}
    .ModuleProductListGiant.layout-107 .list-mode .pro-container li .pro-img .rectborder {display: none;}
    .ModuleProductListGiant.layout-107 li.col-sm-2 {width: 49%; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 li.col-sm-3 {width: 32%; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 li.col-sm-4 {width: 23.5%; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 li.col-sm-5 {width: 18.4%; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 li.col-sm-6 {width: 15%; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 li.col-sm-1 {width: 100%; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(n).col-sm-1,
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(2n).col-sm-2,
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(3n).col-sm-3,
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(4n).col-sm-4,
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(5n).col-sm-5,
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(6n).col-sm-6 {margin-right: 0 !important;}
}

@media screen and (min-width: 768px) {
	.ModuleProductListGiant.layout-107 .pred-filter {display: block}
    .ModuleProductListGiant.layout-107 .silder-filter,
    .ModuleProductListGiant.layout-107 .btn-filter {display: none}
    .ModuleProductListGiant.layout-107 .pro-container li:hover .pro-buybtn {bottom: 0px;}
    .ModuleProductListGiant.layout-107 .pro-container li:hover .pro-name span {color: #0072d4;}
    .ModuleProductListGiant.layout-107 .pro-container li:hover .pro-tit {transform: translateY(-25px); -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
    .ModuleProductListGiant.layout-107 .pro-container li:hover .pro-img img {transform: scale(1.1, 1.1);}
    .ModuleProductListGiant.layout-107 .pro-container li:hover .rectborder {width: calc(100% - 22px); height: calc(100% - 44px); left: 10px; top: 10px;}
    .ModuleProductListGiant.layout-107 li.col-lg-2 {width: 49%; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 li.col-lg-3 {width: 32%; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 li.col-lg-4 {width: 23.5%; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 li.col-lg-5 {width: 18.4%; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 li.col-lg-6 {width: 15%; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 li.col-lg-1 {width: 100%; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(n).col-lg-1,
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(2n).col-lg-2,
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(3n).col-lg-3,
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(4n).col-lg-4,
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(5n).col-lg-5,
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(6n).col-lg-6 {margin-right: 0 !important;}
}

@media only screen and (max-width: 767px) {
    .ModuleProductListGiant.layout-107 .VRDiv{left: 8px; top: 8px;max-width: 140px;overflow: hidden;}
    .ModuleProductListGiant.layout-107 .swiper-container {width: 100%;}
    .ModuleProductListGiant.layout-107 .swiper-pro-button {display: none;}
	.ModuleProductListGiant.layout-107 .pred-filter {display: none}
    .ModuleProductListGiant.layout-107 .silder-filter,
    .ModuleProductListGiant.layout-107 .btn-filter {display: block}
    .ModuleProductListGiant.layout-107 .soldOut {font-size: 12px}
    .ModuleProductListGiant.layout-107 .pro-container {width: 100%;}
    .ModuleProductListGiant.layout-107 .pro-container > li {background: #fff;}
    .ModuleProductListGiant.layout-107 .pro-desc {overflow: hidden;}
    .ModuleProductListGiant.layout-107 .pro-tit {padding: 14px 10px; height: auto;}
    .ModuleProductListGiant.layout-107 .pro-Labels {margin-bottom: 23%;}
    .ModuleProductListGiant.layout-107 .pro-container > li {margin: 0 3.1% 3.1% 0 !important;}
    .ModuleProductListGiant.layout-107 .pro-buybtn {position: absolute; bottom: 0; left: 0;}
    .ModuleProductListGiant.layout-107 li.col-xs-2 {width: 48% !important; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 li.col-xs-3 {width: 31.1% !important; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 li.col-xs-4 {width: 23.5% !important; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 li.col-xs-5 {width: 18.4% !important; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 li.col-xs-6 {width: 15% !important; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 li.col-xs-1 {width: 100% !important; padding-right: 0; padding-left: 0;}
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(n).col-xs-1,
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(2n).col-xs-2,
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(3n).col-xs-3,
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(4n).col-xs-4,
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(5n).col-xs-5,
    .ModuleProductListGiant.layout-107 .list-mode li:nth-child(6n).col-xs-6 {margin-right: 0 !important;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.ModuleProductListGiant.layout-107 .pro-container > li {width: 49%; background: #fff; font-size: 15px;}
    .ModuleProductListGiant.layout-107 .pro-container > li:nth-child(2n) {margin-right: 0;}
    .ModuleProductListGiant.layout-107 .pro-desc {overflow: hidden;}
    .ModuleProductListGiant.layout-107 .pro-price {font-size: 20px;}
    .ModuleProductListGiant.layout-107 .pro-tit {padding: 14px 10px; height: auto;}
    .ModuleProductListGiant.layout-107 .pro-Labels {visibility: hidden; height: 40px;}
}
.ModuleProductListGiant.layout-107 .pagerGiant .inputer{outline: 0;}


.module_174337027 .ModuleHead .HeadCenter{float:none;}
#module_174337027 {
padding:0px;
}
#module_174337027 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174337027 .ModuleHead174337027 {
display:none;
}
#module_174337027 .BodyCenter.BodyCenter174337027 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337027 >.module_174337027 {
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_174337027 >.module_174337027{
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_174337027 .BodyCenter.BodyCenter174337027 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337027 .BodyCenter.BodyCenter174337027 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174337027 >.module_174337027 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337027 >.module_174337027 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174337027 >.module_174337027 {box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)}
#module_174337027:hover {
border:none;
}
#module_174337027:hover >.module_174337027 {
border-color:rgba(0,0,0,0);
}
#module_174337027:hover >.module_174337027 {box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);transition: box-shadow 0.5s ease 0s;}

#module_174337027 .VRDiv{background-color:;}
#module_174337027 .VRDiv{}
#module_174337027 .VRDiv{}
#module_174337027 .VRDiv{}
#module_174337027 .VRDiv{}
#module_174337027 .VRDiv{}
#module_174337027 .VRDiv{border-top-left-radius:px;}
#module_174337027 .VRDiv{border-top-right-radius:px;}
#module_174337027 .VRDiv{border-bottom-left-radius:px;}
#module_174337027 .VRDiv{border-bottom-right-radius:px;}
#module_174337027 .vrIcon  {font-size:px;}  #module_174337027 .vrIcon  > svg {width:px; height:px}
#module_174337027 .vrIcon  {color:;} #module_174337027 .vrIcon  > svg {fill:;}
#module_174337027 .VRDiv{padding-top:px;}
#module_174337027 .VRDiv{padding-bottom:px;}
#module_174337027 .VRDiv{padding-left:px;}
#module_174337027 .VRDiv{padding-right:px;}
#module_174337027 .VRTipstxt{font-size:px;}
#module_174337027 .VRTipstxt{font-family:;}
#module_174337027 .VRTipstxt{color:;}
#module_174337027 .VRTipstxt{}
#module_174337027 .VRTipstxt{}
#module_174337027 .VRTipstxt{}
#module_174337027 .list-mode .pro-item{margin-bottom:25px;} #module_174337027 .pro-item{margin-right:25px;} #module_174337027 .pro-container li.col-lg-2{width:calc((100% - 25px) / 2);} #module_174337027 .pro-container li.col-lg-3{width:calc((100% - 25px * 2) / 3);} #module_174337027 .pro-container li.col-lg-4{width:calc((100% - 25px * 3) / 4);} #module_174337027 .pro-container li.col-lg-5{width:calc((100% - 25px * 4) / 5);} #module_174337027 .pro-container li.col-lg-6{width:calc((100% - 25px * 5) / 6);}
#module_174337027 .pro-item{padding-top:NaN%;}
#module_174337027 .pro-item{padding-bottom:NaN%;}
#module_174337027 .pro-item{padding-left:NaN%;}
#module_174337027 .pro-item{padding-right:NaN%;}
#module_174337027 .pro-item{background-color:rgba(0,0,0,0);}
#module_174337027 .pro-item{background-image:none;}
#module_174337027 .pro-item{background-repeat:no-repeat;}
#module_174337027 .pro-item{}
#module_174337027 .pro-item{}
#module_174337027 .pro-item{}
#module_174337027 .pro-tit{background-color:rgba(0,0,0,0);}
#module_174337027 .pro-tit{background-image:none;}
#module_174337027 .pro-tit{background-repeat:no-repeat;}
#module_174337027 .pro-tit{}
#module_174337027 .pro-tit{}
#module_174337027 .pro-tit{}
#module_174337027 .pro-item{border-top-color:transparent;}
#module_174337027 .pro-item{border-top-style:none;}
#module_174337027 .pro-item{border-top-width:0px;}
#module_174337027 .pro-item{border-right-color:transparent;}
#module_174337027 .pro-item{border-right-style:none;}
#module_174337027 .pro-item{border-right-width:0px;}
#module_174337027 .pro-item{border-bottom-color:transparent;}
#module_174337027 .pro-item{border-bottom-style:none;}
#module_174337027 .pro-item{border-bottom-width:0px;}
#module_174337027 .pro-item{border-left-color:transparent;}
#module_174337027 .pro-item{border-left-style:none;}
#module_174337027 .pro-item{border-left-width:0px;}
#module_174337027 .pro-img .dummy{background-color:rgba(0,0,0,0);}
#module_174337027 .pro-img .dummy{background-image:none;}
#module_174337027 .pro-img .dummy{background-repeat:no-repeat;}
#module_174337027 .pro-img .dummy{}
#module_174337027 .pro-img .dummy{}
#module_174337027 .pro-img .dummy{}
#module_174337027 .pro-img .dummy{padding-top:100%;}
#module_174337027 .pro-img img{ object-fit:unset;}
#module_174337027 .pro-img img{ width:auto;}
#module_174337027 .pro-img img{ height:auto;}
#module_174337027 .pro-img img{border-radius:0px;}
#module_174337027 .pro-img{border-top-color:transparent;}
#module_174337027 .pro-img{border-top-style:none;}
#module_174337027 .pro-img{border-top-width:0px;}
#module_174337027 .pro-img{border-right-color:transparent;}
#module_174337027 .pro-img{border-right-style:none;}
#module_174337027 .pro-img{border-right-width:0px;}
#module_174337027 .pro-img{border-bottom-color:transparent;}
#module_174337027 .pro-img{border-bottom-style:none;}
#module_174337027 .pro-img{border-bottom-width:0px;}
#module_174337027 .pro-img{border-left-color:transparent;}
#module_174337027 .pro-img{border-left-style:none;}
#module_174337027 .pro-img{border-left-width:0px;}
#module_174337027 .pro-name span{font-size:14px;line-height:14px;} #module_174337027 .pro-name{line-height:calc(14px + 12px);}
#module_174337027 .pro-name span{font-family:arial, helvetica,sans-serif;}
#module_174337027 .pro-name span{color:#262626;}
#module_174337027 .pro-name span{font-weight:normal;}
#module_174337027 .pro-name span{text-decoration:none;}
#module_174337027 .pro-name span{}
#module_174337027 .pro-name{margin-top:0px;}
#module_174337027 .pro-name{margin-bottom:0px;}
#module_174337027 .pro-desc{margin-top:8px;}
#module_174337027 .pro-desc{margin-bottom:12px;}
#module_174337027 .pro-desc{font-size:14px;}
#module_174337027 .pro-desc{font-family:arial, helvetica,sans-serif;}
#module_174337027 .pro-desc{color:#6e6e6e;}
#module_174337027 .pro-desc{font-weight:normal;}
#module_174337027 .pro-desc{text-decoration:none;}
#module_174337027 .pro-desc{}
#module_174337027 .pro-Labels ul li{background-color:rgb(16, 170, 156);}
#module_174337027 .pro-Labels ul li{background-image:none;}
#module_174337027 .pro-Labels ul li{background-repeat:no-repeat;}
#module_174337027 .pro-Labels ul li{}
#module_174337027 .pro-Labels ul li{}
#module_174337027 .pro-Labels ul li{}
#module_174337027 .pro-Labels ul li{border-top-color:#eee;}
#module_174337027 .pro-Labels ul li{border-top-style:solid;}
#module_174337027 .pro-Labels ul li{border-top-width:0px;}
#module_174337027 .pro-Labels ul li{border-right-color:#eee;}
#module_174337027 .pro-Labels ul li{border-right-style:solid;}
#module_174337027 .pro-Labels ul li{border-right-width:0px;}
#module_174337027 .pro-Labels ul li{border-bottom-color:#eee;}
#module_174337027 .pro-Labels ul li{border-bottom-style:solid;}
#module_174337027 .pro-Labels ul li{border-bottom-width:0px;}
#module_174337027 .pro-Labels ul li{border-left-color:#eee;}
#module_174337027 .pro-Labels ul li{border-left-style:solid;}
#module_174337027 .pro-Labels ul li{border-left-width:0px;}
#module_174337027 .pro-Labels ul li{font-size:12px;}
#module_174337027 .pro-Labels ul li{font-family:arial, helvetica,sans-serif;}
#module_174337027 .pro-Labels ul li{color:rgb(255, 255, 255);}
#module_174337027 .pro-Labels ul li{font-weight:normal;}
#module_174337027 .pro-Labels ul li{text-decoration:none;}
#module_174337027 .pro-Labels ul li{}
#module_174337027 .pro-price{font-size:20px;}
#module_174337027 .pro-price{font-family:arial, helvetica,sans-serif;}
#module_174337027 .pro-price{color:rgb(255, 0, 0);}
#module_174337027 .pro-price{font-weight:normal;}
#module_174337027 .pro-price{text-decoration:none;}
#module_174337027 .pro-price{}
#module_174337027 .pro-price del{font-size:12px;}
#module_174337027 .pro-price del{font-family:arial, helvetica,sans-serif;}
#module_174337027 .pro-price del{color:#10aa9c;}
#module_174337027 .pro-price del{font-weight:normal;}
#module_174337027 .pro-price del{text-decoration:through;}
#module_174337027 .pro-price del{}
#module_174337027 .pro-buybtn .shop-icon-style{font-size:14px;}
#module_174337027 .pro-buybtn .shop-icon-style{font-family:arial, helvetica,sans-serif;}
#module_174337027 .pro-buybtn .shop-icon-style{color:#fff;}
#module_174337027 .pro-buybtn .shop-icon-style{font-weight:normal;}
#module_174337027 .pro-buybtn .shop-icon-style{text-decoration:none;}
#module_174337027 .pro-buybtn .shop-icon-style{}
#module_174337027 .pro-buybtn{background-color:#10aa9c;}
#module_174337027 .pro-buybtn{background-image:none;}
#module_174337027 .pro-buybtn{background-repeat:no-repeat;}
#module_174337027 .pro-buybtn{}
#module_174337027 .pro-buybtn{}
#module_174337027 .pro-buybtn{}
#module_174337027 .pro-buybtn .icon-gouwuche,#module_174337027 .pro-buybtn .icon-xunpan1{font-size:14px;}
#module_174337027 .pro-buybtn .icon-gouwuche,#module_174337027 .pro-buybtn .icon-xunpan1{font-family:;}
#module_174337027 .pro-buybtn .icon-gouwuche,#module_174337027 .pro-buybtn .icon-xunpan1{color:#ffffff;}
#module_174337027 .pro-buybtn .icon-gouwuche,#module_174337027 .pro-buybtn .icon-xunpan1{font-weight:normal;}
#module_174337027 .pro-buybtn .icon-gouwuche,#module_174337027 .pro-buybtn .icon-xunpan1{text-decoration:none;}
#module_174337027 .pro-buybtn .icon-gouwuche,#module_174337027 .pro-buybtn .icon-xunpan1{}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li{font-family:arial, helvetica,sans-serif;}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li,#module_174337027 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li{}
#module_174337027 .choosed-tab, #module_174337027 .setting-screening-criteria{font-size:12px;}
#module_174337027 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_174337027 .choosed-tab, #module_174337027 .setting-screening-criteria{color:#10aa9c;}
#module_174337027 .choosed-tab{}
#module_174337027 .choosed-tab{}
#module_174337027 .choosed-tab{}
#module_174337027 .selected-light,#module_174337027 .setting-all, #module_174337027 .setting-left-bar, #module_174337027 .setting-pred-warp .setting-collapse, #module_174337027 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_174337027 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_174337027 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_174337027 .selected-light,#module_174337027 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_174337027 .selected-light,#module_174337027 .setting-left-bar,#module_174337027 .setting-reset,#module_174337027 .setting-pred-warp .setting-collapse,#module_174337027 .giantroom .btn-more{color:#000;}
#module_174337027 .selected-light{}
#module_174337027 .selected-light,#module_174337027 .setting-all{}
#module_174337027 .selected-light,#module_174337027 .setting-all{}
#module_174337027 .setting-right-temp ul li, #module_174337027 .choosed-tab{border-top-left-radius:2px;}
#module_174337027 .setting-right-temp ul li, #module_174337027 .choosed-tab{border-top-right-radius:2px;}
#module_174337027 .setting-right-temp ul li, #module_174337027 .choosed-tab{border-bottom-left-radius:2px;}
#module_174337027 .setting-right-temp ul li, #module_174337027 .choosed-tab{border-bottom-right-radius:2px;}
#module_174337027 .pred-filter, #module_174337027 .choosed-tab{border-top-color:#d6d6d6;}
#module_174337027 .pred-filter, #module_174337027 .choosed-tab{border-top-style:solid;}
#module_174337027 .pred-filter, #module_174337027 .choosed-tab, #module_174337027 .giantroom .btn-more{border-top-width:1px;} #module_174337027 .giantroom {margin-top: calc(-16px - 1px);}
#module_174337027 .pred-filter, #module_174337027 .choosed-tab, #module_174337027 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_174337027 .pred-filter, #module_174337027 .choosed-tab, #module_174337027 .giantroom .btn-more{border-bottom-style:solid;}
#module_174337027 .pred-filter, #module_174337027 .choosed-tab, #module_174337027 .giantroom .btn-more{border-bottom-width:1px;}
#module_174337027 .pred-filter, #module_174337027 .choosed-tab, #module_174337027 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_174337027 .pred-filter, #module_174337027 .choosed-tab, #module_174337027 .giantroom .btn-more{border-left-style:solid;}
#module_174337027 .pred-filter, #module_174337027 .choosed-tab, #module_174337027 .giantroom .btn-more{border-left-width:1px;}
#module_174337027 .pred-filter, #module_174337027 .choosed-tab, #module_174337027 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_174337027 .pred-filter, #module_174337027 .choosed-tab, #module_174337027 .giantroom .btn-more{border-right-style:solid;}
#module_174337027 .pred-filter, #module_174337027 .choosed-tab, #module_174337027 .giantroom .btn-more{border-right-width:1px;}
#module_174337027 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_174337027 .setting-left-bar{background-color:#fafafa;}
#module_174337027 .setting-left-bar{width:px} #module_174337027 .setting-right-temp ul.FilterPc{width: calc( 100% - px );}
#module_174337027 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_174337027 .choosed-tab .icsmall{color:#999;}
#module_174337027 .setting-right-temp ul li{margin-right:10px;}
#module_174337027 .pro-paramname{font-size:12px;}
#module_174337027 .pro-paramname{font-family:arial, helvetica,sans-serif;}
#module_174337027 .pro-paramname{color:#666;}
#module_174337027 .pro-paramname{font-weight:normal;}
#module_174337027 .pro-paramname{text-decoration:none;}
#module_174337027 .pro-paramname{font-style:normal;}
#module_174337027 .pro-paramvalue{font-size:12px;}
#module_174337027 .pro-paramvalue{font-family:arial, helvetica,sans-serif;}
#module_174337027 .pro-paramvalue{color:#666;}
#module_174337027 .pro-paramvalue{font-weight:normal;}
#module_174337027 .pro-paramvalue{text-decoration:none;}
#module_174337027 .pro-paramvalue{font-style:normal;}
#module_174337027 .pro-params{margin-top:15px;}
#module_174337027 .pro-params{margin-right:0px;}
#module_174337027 .pro-params{margin-left:0px;}
#module_174337027 .pro-params{margin-bottom:15px;}
#module_174337027 .pagerGiant .text{font-size:px;}
#module_174337027 .pagerGiant .text{font-family:;}
#module_174337027 .pagerGiant .text{color:;}
#module_174337027 .pagerGiant .text{}
#module_174337027 .pagerGiant .text{}
#module_174337027 .pagerGiant .text{}
#module_174337027 .pagerGiant .current,#module_174337027 .pagerGiant .num,#module_174337027 .pagerGiant .inputer{width:px}
#module_174337027 .pagerGiant .current,#module_174337027 .pagerGiant .num,#module_174337027 .pagerGiant .inputer{height:px}
#module_174337027 .pagerGiant .num{font-size:px;}
#module_174337027 .pagerGiant .num{font-family:;}
#module_174337027 .pagerGiant .num{color:;}
#module_174337027 .pagerGiant .num{}
#module_174337027 .pagerGiant .num{}
#module_174337027 .pagerGiant .num{}
#module_174337027 .pagerGiant .submit{width:px}
#module_174337027 .pagerGiant .submit{height:px}
#module_174337027 .pagerGiant .current,#module_174337027 .pagerGiant .num,#module_174337027 .pagerGiant .inputer,#module_174337027 .pagerGiant .submit{border-top-left-radius:px;}
#module_174337027 .pagerGiant .current,#module_174337027 .pagerGiant .num,#module_174337027 .pagerGiant .inputer,#module_174337027 .pagerGiant .submit{border-top-right-radius:px;}
#module_174337027 .pagerGiant .current,#module_174337027 .pagerGiant .num,#module_174337027 .pagerGiant .inputer,#module_174337027 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_174337027 .pagerGiant .current,#module_174337027 .pagerGiant .num,#module_174337027 .pagerGiant .inputer,#module_174337027 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_174337027 .pagerGiant .next,#module_174337027 .pagerGiant .splitline{color:;}
#module_174337027 .pagerGiant .num{background-color:#fff;}
#module_174337027 .pagerGiant .num, #module_174337027 .pagerGiant .inputer{border-top-color:#ccc;}
#module_174337027 .pagerGiant .num, #module_174337027 .pagerGiant .inputer{border-top-style:solid;}
#module_174337027 .pagerGiant .num, #module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit, #module_174337027 .pagerGiant .inputer{border-top-width:1px;}
#module_174337027 .pagerGiant .num, #module_174337027 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_174337027 .pagerGiant .num, #module_174337027 .pagerGiant .inputer{border-bottom-style:solid;}
#module_174337027 .pagerGiant .num, #module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit, #module_174337027 .pagerGiant .inputer{border-bottom-width:1px;}
#module_174337027 .pagerGiant .num, #module_174337027 .pagerGiant .inputer{border-left-color:#ccc;}
#module_174337027 .pagerGiant .num, #module_174337027 .pagerGiant .inputer{border-left-style:solid;}
#module_174337027 .pagerGiant .num, #module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit, #module_174337027 .pagerGiant .inputer{border-left-width:1px;}
#module_174337027 .pagerGiant .num, #module_174337027 .pagerGiant .inputer{border-right-color:#ccc;}
#module_174337027 .pagerGiant .num, #module_174337027 .pagerGiant .inputer{border-right-style:solid;}
#module_174337027 .pagerGiant .num, #module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit, #module_174337027 .pagerGiant .inputer{border-right-width:1px;}
#module_174337027 .page-more a{font-size:px;}
#module_174337027 .page-more a{font-family:;}
#module_174337027 .page-more a{color: !important;}
#module_174337027 .page-more a{}
#module_174337027 .page-more a{}
#module_174337027 .page-more a{}
#module_174337027 .page-more a{background-color:#fff;}
#module_174337027 .page-more a{border-top-color:#eee;}
#module_174337027 .page-more a{border-top-style:solid;}
#module_174337027 .page-more a{border-top-width:2px;}
#module_174337027 .page-more a{border-bottom-color:#eee;}
#module_174337027 .page-more a{border-bottom-style:solid;}
#module_174337027 .page-more a{border-bottom-width:2px;}
#module_174337027 .page-more a{border-left-color:#eee;}
#module_174337027 .page-more a{border-left-style:solid;}
#module_174337027 .page-more a{border-left-width:2px;}
#module_174337027 .page-more a{border-right-color:#eee;}
#module_174337027 .page-more a{border-right-style:solid;}
#module_174337027 .page-more a{border-right-width:2px;}
#module_174337027 .swiper-pro-button .iconfont{color:#fff;} #module_174337027 .swiper-pro-button .iconfont:after {background-color:#fff;}
#module_174337027 .swiper-pro-button{background-color:#10aa9c;}
#module_174337027 .swiper-pro-button{border-top-left-radius:0px;}
#module_174337027 .swiper-pro-button{border-top-right-radius:0px;}
#module_174337027 .swiper-pro-button{border-bottom-left-radius:0px;}
#module_174337027 .swiper-pro-button{border-bottom-right-radius:0px;}
#module_174337027 .swiper-pro-button{border-top-color:transparent;}
#module_174337027 .swiper-pro-button{border-top-style:none;}
#module_174337027 .swiper-pro-button{border-top-width:0px;}
#module_174337027 .swiper-pro-button{border-bottom-color:transparent;}
#module_174337027 .swiper-pro-button{border-bottom-style:none;}
#module_174337027 .swiper-pro-button{border-bottom-width:0px;}
#module_174337027 .swiper-pro-button{border-left-color:transparent;}
#module_174337027 .swiper-pro-button{border-left-style:none;}
#module_174337027 .swiper-pro-button{border-left-width:0px;}
#module_174337027 .swiper-pro-button{border-right-color:transparent;}
#module_174337027 .swiper-pro-button{border-right-style:none;}
#module_174337027 .swiper-pro-button{border-right-width:0px;}
#module_174337027 .swiper-pagination-bullet{background:#ccc;}
#module_174337027 .pro-item:hover .pro-name span{font-size:px;line-height:px;} #module_174337027 .pro-item:hover .pro-name{line-height:calc(px + 12px);}
#module_174337027 .pro-item:hover .pro-name span{font-family:;}
#module_174337027 .pro-item:hover .pro-name span{color:;}
#module_174337027 .pro-item:hover .pro-name span{}
#module_174337027 .pro-item:hover .pro-name span{}
#module_174337027 .pro-item:hover .pro-name span{}
#module_174337027 .pro-item:hover .pro-desc{font-size:px;}
#module_174337027 .pro-item:hover .pro-desc{font-family:;}
#module_174337027 .pro-item:hover .pro-desc{color:;}
#module_174337027 .pro-item:hover .pro-desc{}
#module_174337027 .pro-item:hover .pro-desc{}
#module_174337027 .pro-item:hover .pro-desc{}
#module_174337027 .VRDiv:hover{background-color:;}
#module_174337027 .VRDiv:hover{}
#module_174337027 .VRDiv:hover{}
#module_174337027 .VRDiv:hover{}
#module_174337027 .VRDiv:hover{}
#module_174337027 .VRDiv:hover{}
#module_174337027 .VRDiv:hover .vrIcon  {font-size:px;}  #module_174337027 .VRDiv:hover .vrIcon  > svg {width:px; height:px}
#module_174337027 .VRDiv:hover .vrIcon  {color:;} #module_174337027 .VRDiv:hover .vrIcon  > svg {fill:;}
#module_174337027 .pro-paramname:hover{font-size:12px;}
#module_174337027 .pro-paramname:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_174337027 .pro-paramname:hover{color:#666;}
#module_174337027 .pro-paramname:hover{font-weight:normal;}
#module_174337027 .pro-paramname:hover{text-decoration:none;}
#module_174337027 .pro-paramname:hover{font-style:normal;}
#module_174337027 .pro-paramvalue:hover{font-size:12px;}
#module_174337027 .pro-paramvalue:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_174337027 .pro-paramvalue:hover,#module_174337027 .pro-item:hover .param{color:#666;}
#module_174337027 .pro-paramvalue:hover{font-weight:normal;}
#module_174337027 .pro-paramvalue:hover{text-decoration:none;}
#module_174337027 .pro-paramvalue:hover{font-style:normal;}
#module_174337027 .pro-item:hover{background-color:rgba(0,0,0,0);}
#module_174337027 .pro-item:hover{background-image:none;}
#module_174337027 .pro-item:hover{background-repeat:no-repeat;}
#module_174337027 .pro-item:hover{}
#module_174337027 .pro-item:hover{}
#module_174337027 .pro-item:hover{}
#module_174337027 .pro-item:hover{border-top-color:transparent;}
#module_174337027 .pro-item:hover{border-top-style:none;}
#module_174337027 .pro-item:hover{border-top-width:0px;}
#module_174337027 .pro-item:hover{border-right-color:transparent;}
#module_174337027 .pro-item:hover{border-right-style:none;}
#module_174337027 .pro-item:hover{border-right-width:0px;}
#module_174337027 .pro-item:hover{border-bottom-color:transparent;}
#module_174337027 .pro-item:hover{border-bottom-style:none;}
#module_174337027 .pro-item:hover{border-bottom-width:0px;}
#module_174337027 .pro-item:hover{border-left-color:transparent;}
#module_174337027 .pro-item:hover{border-left-style:none;}
#module_174337027 .pro-item:hover{border-left-width:0px;}
#module_174337027 .pro-buybtn:hover .shop-icon-style{font-size:14px;}
#module_174337027 .pro-buybtn:hover .shop-icon-style{font-family:arial, helvetica,sans-serif;}
#module_174337027 .pro-buybtn:hover .shop-icon-style{color:#fff;}
#module_174337027 .pro-buybtn:hover .shop-icon-style{font-weight:normal;}
#module_174337027 .pro-buybtn:hover .shop-icon-style{text-decoration:none;}
#module_174337027 .pro-buybtn:hover .shop-icon-style{}
#module_174337027 .pro-buybtn:hover{background-color:#10aa9c;}
#module_174337027 .pro-buybtn:hover{background-image:none;}
#module_174337027 .pro-buybtn:hover{background-repeat:no-repeat;}
#module_174337027 .pro-buybtn:hover{}
#module_174337027 .pro-buybtn:hover{}
#module_174337027 .pro-buybtn:hover{}
#module_174337027 .pro-buybtn:hover .icon-gouwuche,#module_174337027 .pro-buybtn:hover .icon-xunpan1{font-size:14px;}
#module_174337027 .pro-buybtn:hover .icon-gouwuche,#module_174337027 .pro-buybtn:hover .icon-xunpan1{font-family:;}
#module_174337027 .pro-buybtn:hover .icon-gouwuche,#module_174337027 .pro-buybtn:hover .icon-xunpan1{color:#ffffff;}
#module_174337027 .pro-buybtn:hover .icon-gouwuche,#module_174337027 .pro-buybtn:hover .icon-xunpan1{font-weight:normal;}
#module_174337027 .pro-buybtn:hover .icon-gouwuche,#module_174337027 .pro-buybtn:hover .icon-xunpan1{text-decoration:none;}
#module_174337027 .pro-buybtn:hover .icon-gouwuche,#module_174337027 .pro-buybtn:hover .icon-xunpan1{}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:arial, helvetica,sans-serif;}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#fff;}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#10aa9c;}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_174337027 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_174337027 .selected-light:hover,#module_174337027 .selected-light.active,#module_174337027 .items-active{font-size:12px;}
#module_174337027 .selected-light:hover,#module_174337027 .selected-light.active,#module_174337027 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_174337027 .selected-light:hover,#module_174337027 .selected-light.active,#module_174337027 .items-active{color:#10aa9c;} #module_174337027 .items-active{border-color:#10aa9c;} #module_174337027 .bean-finish{background:#10aa9c;}
#module_174337027 .selected-light:hover,#module_174337027 .selected-light.active,#module_174337027 .items-active{}
#module_174337027 .selected-light:hover,#module_174337027 .selected-light.active,#module_174337027 .items-active{}
#module_174337027 .selected-light:hover,#module_174337027 .selected-light.active,#module_174337027 .items-active{}
#module_174337027 .setting-left-bar:hover{background-color:#fafafa;}
#module_174337027 .setting-right-temp ul li:hover, #module_174337027 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_174337027 .choosed-tab .icsmall:hover{color:#999;}
#module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit{font-size:px;}
#module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit{font-family:;}
#module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit{color:;}
#module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit{}
#module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit{}
#module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit{}
#module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit{background-color:#10aa9c;}
#module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit, #module_174337027 .pagerGiant .inputer:hover{border-top-color:#10aa9c;}
#module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit, #module_174337027 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit, #module_174337027 .pagerGiant .inputer:hover{border-bottom-color:#10aa9c;}
#module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit, #module_174337027 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit, #module_174337027 .pagerGiant .inputer:hover{border-left-color:#10aa9c;}
#module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit, #module_174337027 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit, #module_174337027 .pagerGiant .inputer:hover{border-right-color:#10aa9c;}
#module_174337027 .pagerGiant .current, #module_174337027 .pagerGiant .submit, #module_174337027 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_174337027 .page-more a:hover{font-size:px;}
#module_174337027 .page-more:hover a{font-family:;}
#module_174337027 .page-more a:hover{color: !important;}
#module_174337027 .page-more a:hover {}
#module_174337027 .page-more a:hover {}
#module_174337027 .page-more a:hover {}
#module_174337027 .page-more a:hover{background-color:#fff;}
#module_174337027 .page-more a:hover{border-top-color:#eee;}
#module_174337027 .page-more a:hover{border-top-style:solid;}
#module_174337027 .page-more a:hover{border-bottom-color:#eee;}
#module_174337027 .page-more a:hover{border-bottom-style:solid;}
#module_174337027 .page-more a:hover{border-left-color:#eee;}
#module_174337027 .page-more a:hover{border-left-style:solid;}
#module_174337027 .page-more a:hover{border-right-color:#eee;}
#module_174337027 .page-more a:hover{border-right-style:solid;}
#module_174337027 .pro-item:hover .pro-tit{background-color:rgba(0,0,0,0);}
#module_174337027 .pro-item:hover .pro-tit{background-image:none;}
#module_174337027 .pro-item:hover .pro-tit{background-repeat:no-repeat;}
#module_174337027 .pro-item:hover .pro-tit{}
#module_174337027 .pro-item:hover .pro-tit{}
#module_174337027 .pro-item:hover .pro-tit{}
#module_174337027 .swiper-pro-button:hover .iconfont{color:#fff;} #module_174337027 .swiper-pro-button:hover .iconfont:after {background-color:#fff;}
#module_174337027 .swiper-pro-button:hover{background-color:#10aa9c;}
#module_174337027 .swiper-pro-button:hover{border-top-left-radius:0px;}
#module_174337027 .swiper-pro-button:hover{border-top-right-radius:0px;}
#module_174337027 .swiper-pro-button:hover{border-bottom-left-radius:0px;}
#module_174337027 .swiper-pro-button:hover{border-bottom-right-radius:0px;}
#module_174337027 .swiper-pro-button:hover{border-top-color:transparent;}
#module_174337027 .swiper-pro-button:hover{border-top-style:none;}
#module_174337027 .swiper-pro-button:hover{border-bottom-color:transparent;}
#module_174337027 .swiper-pro-button:hover{border-bottom-style:none;}
#module_174337027 .swiper-pro-button:hover{border-left-color:transparent;}
#module_174337027 .swiper-pro-button:hover{border-left-style:none;}
#module_174337027 .swiper-pro-button:hover{border-right-color:transparent;}
#module_174337027 .swiper-pro-button:hover{border-right-style:none;}
#module_174337027 .swiper-pagination-bullet-active{background:#10aa9c;}


.module_174336794 .ModuleHead .HeadCenter{float:none;}
#module_174336794 {
padding:0px;
}
#module_174336794 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336794 .ModuleHead174336794 {
display:none;
}


.module_174336807 .ModuleHead .HeadCenter{float:none;}
#module_174336807 {
padding:0px;
}
#module_174336807 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336807 .ModuleHead174336807 {
display:none;
}
#module_174336807 .BodyCenter.BodyCenter174336807 {
background:none;background-color:rgb(245, 245, 245);
}
#module_174336807 >.module_174336807 {
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_174336807 >.module_174336807{
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_174336807 .BodyCenter.BodyCenter174336807 {
padding-top:1.0460%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_174336807 .BodyCenter.BodyCenter174336807 {
padding-top:0.0000%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_174336807 >.module_174336807 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336807 >.module_174336807 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336807 >.module_174336807 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336807:hover {
border:none;
}
#module_174336807:hover >.module_174336807 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336807 .ModuleSubContainer{background-color:transparent;}
#module_174336807 .ModuleSubContainer{background-image:none;}
#module_174336807 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174336807 .ModuleSubContainer{background-position:0% 0%;}
#module_174336807 .ModuleSubContainer{background-attachment:scroll;}
#module_174336807 .ModuleSubContainer{}
#module_174336807 {!bgVideo!}{bgVideoUrl:none}
#module_174336807 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174336807 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174336807 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174336807 {}
.ModuleGridContainer.ModuleGridContainer174336807 .SubPadding {width:10px;}
.module_174336960 .ModuleHead .HeadCenter{float:none;}
#module_174336960 {
padding:0px;
}
#module_174336960 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336960 .ModuleHead174336960 {
display:none;
}
#module_174336960 .BodyCenter.BodyCenter174336960 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336960 >.module_174336960 {
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_174336960 >.module_174336960{
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_174336960 .BodyCenter.BodyCenter174336960 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336960 .BodyCenter.BodyCenter174336960 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336960 >.module_174336960 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336960 >.module_174336960 {
margin-top:0.0000%;
margin-left:7.5472%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336960 >.module_174336960 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336960:hover {
border:none;
}
#module_174336960:hover >.module_174336960 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336960 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336960 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336960 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336960 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336960 .imageTextGiant-Container{padding-top:10px;}
#module_174336960 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336960 .imageTextGiant-Container{padding-left:0px;}
#module_174336960 .imageTextGiant-Container{padding-right:0px;}
#module_174336960 .showHandle .btn{font-size:14px;}
#module_174336960 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174336960 .showHandle .btn{color:#333;}
#module_174336960 .showHandle .btn{font-weight:400;}
#module_174336960 .showHandle .btn{text-decoration:none;}
#module_174336960 .showHandle .btn{font-style:normal;}
#module_174336960 .showHandle div{border-top-color:#ddd !important;}
#module_174336960 .showHandle div{border-top-style:solid !important;}
#module_174336960 .showHandle div{border-top-width:1px !important;}
#module_174336960 .showHandle{background-color:transparent;}
#module_174336960 .showHandle{background-image:none;}
#module_174336960 .showHandle{background-repeat:no-repeat;}
#module_174336960 .showHandle{}
#module_174336960 .showHandle{}
#module_174336960 .showHandle{}
#module_174336960 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174336807 #Sub174336807_1 {width:16.6667%;}
.module_174336961 .ModuleHead .HeadCenter{float:none;}
#module_174336961 {
padding:0px;
}
#module_174336961 {
position:static;
z-index:0;
top:7811px;
left:664px;
width:100%;
height: auto;
}
#module_174336961 .ModuleHead174336961 {
display:none;
}

#module_174336961 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336961 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336961 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336961 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336961 .imageTextGiant-Container{padding-top:10px;}
#module_174336961 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336961 .imageTextGiant-Container{padding-left:10px;}
#module_174336961 .imageTextGiant-Container{padding-right:10px;}
#module_174336961 .showHandle .btn{font-size:14px;}
#module_174336961 .showHandle .btn{font-family:;}
#module_174336961 .showHandle .btn{color:#333;}
#module_174336961 .showHandle .btn{font-weight:400;}
#module_174336961 .showHandle .btn{text-decoration:none;}
#module_174336961 .showHandle .btn{font-style:normal;}
#module_174336961 .showHandle div{border-top-color:#ddd !important;}
#module_174336961 .showHandle div{border-top-style:solid !important;}
#module_174336961 .showHandle div{border-top-width:1px !important;}
#module_174336961 .showHandle{background-color:transparent;}
#module_174336961 .showHandle{}
#module_174336961 .showHandle{background-repeat:no-repeat;}
#module_174336961 .showHandle{}
#module_174336961 .showHandle{}
#module_174336961 .showHandle{}
#module_174336961 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174336807 #Sub174336807_3 {width:16.6667%;}
.module_174336962 .ModuleHead .HeadCenter{float:none;}
#module_174336962 {
padding:0px;
}
#module_174336962 {
position:static;
z-index:0;
top:7802px;
left:803px;
width:100%;
height: auto;
}
#module_174336962 .ModuleHead174336962 {
display:none;
}
#module_174336962 .BodyCenter.BodyCenter174336962 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336962 >.module_174336962 {
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_174336962 >.module_174336962{
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_174336962 .BodyCenter.BodyCenter174336962 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336962 .BodyCenter.BodyCenter174336962 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336962 >.module_174336962 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336962 >.module_174336962 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336962 >.module_174336962 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336962:hover {
border:none;
}
#module_174336962:hover >.module_174336962 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336962 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336962 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336962 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336962 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336962 .imageTextGiant-Container{padding-top:10px;}
#module_174336962 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336962 .imageTextGiant-Container{padding-left:10px;}
#module_174336962 .imageTextGiant-Container{padding-right:10px;}
#module_174336962 .showHandle .btn{font-size:14px;}
#module_174336962 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174336962 .showHandle .btn{color:#333;}
#module_174336962 .showHandle .btn{font-weight:400;}
#module_174336962 .showHandle .btn{text-decoration:none;}
#module_174336962 .showHandle .btn{font-style:normal;}
#module_174336962 .showHandle div{border-top-color:#ddd !important;}
#module_174336962 .showHandle div{border-top-style:solid !important;}
#module_174336962 .showHandle div{border-top-width:1px !important;}
#module_174336962 .showHandle{background-color:transparent;}
#module_174336962 .showHandle{background-image:none;}
#module_174336962 .showHandle{background-repeat:no-repeat;}
#module_174336962 .showHandle{}
#module_174336962 .showHandle{}
#module_174336962 .showHandle{}
#module_174336962 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174336807 #Sub174336807_4 {width:16.6667%;}
.module_174612643 .ModuleHead .HeadCenter{float:none;}
#module_174612643 {
padding:0px;
}
#module_174612643 {
position:static;
z-index:0;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_174612643 .ModuleHead174612643 {
display:none;
}
#module_174612643 .BodyCenter.BodyCenter174612643 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174612643 >.module_174612643 {
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_174612643 >.module_174612643{
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_174612643 .BodyCenter.BodyCenter174612643 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174612643 .BodyCenter.BodyCenter174612643 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174612643 >.module_174612643 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174612643 >.module_174612643 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174612643 >.module_174612643 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174612643:hover {
border:none;
}
#module_174612643:hover >.module_174612643 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174612643 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174612643 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174612643 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174612643 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174612643 .imageTextGiant-Container{padding-top:10px;}
#module_174612643 .imageTextGiant-Container{padding-bottom:10px;}
#module_174612643 .imageTextGiant-Container{padding-left:10px;}
#module_174612643 .imageTextGiant-Container{padding-right:10px;}
#module_174612643 .showHandle .btn{font-size:14px;}
#module_174612643 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174612643 .showHandle .btn{color:#333;}
#module_174612643 .showHandle .btn{font-weight:400;}
#module_174612643 .showHandle .btn{text-decoration:none;}
#module_174612643 .showHandle .btn{font-style:normal;}
#module_174612643 .showHandle div{border-top-color:#ddd !important;}
#module_174612643 .showHandle div{border-top-style:solid !important;}
#module_174612643 .showHandle div{border-top-width:1px !important;}
#module_174612643 .showHandle{background-color:transparent;}
#module_174612643 .showHandle{background-image:none;}
#module_174612643 .showHandle{background-repeat:no-repeat;}
#module_174612643 .showHandle{}
#module_174612643 .showHandle{}
#module_174612643 .showHandle{}
#module_174612643 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174336807 #Sub174336807_5 {width:16.6667%;}
.module_174615857 .ModuleHead .HeadCenter{float:none;}
#module_174615857 {
padding:0px;
}
#module_174615857 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_174615857 .ModuleHead174615857 {
display:none;
}
#module_174615857 .BodyCenter.BodyCenter174615857 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174615857 >.module_174615857 {
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_174615857 >.module_174615857{
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_174615857 .BodyCenter.BodyCenter174615857 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174615857 .BodyCenter.BodyCenter174615857 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174615857 >.module_174615857 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174615857 >.module_174615857 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174615857 >.module_174615857 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174615857:hover {
border:none;
}
#module_174615857:hover >.module_174615857 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174615857 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174615857 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174615857 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174615857 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174615857 .imageTextGiant-Container{padding-top:10px;}
#module_174615857 .imageTextGiant-Container{padding-bottom:10px;}
#module_174615857 .imageTextGiant-Container{padding-left:10px;}
#module_174615857 .imageTextGiant-Container{padding-right:10px;}
#module_174615857 .showHandle .btn{font-size:14px;}
#module_174615857 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174615857 .showHandle .btn{color:#333;}
#module_174615857 .showHandle .btn{font-weight:400;}
#module_174615857 .showHandle .btn{text-decoration:none;}
#module_174615857 .showHandle .btn{font-style:normal;}
#module_174615857 .showHandle div{border-top-color:#ddd !important;}
#module_174615857 .showHandle div{border-top-style:solid !important;}
#module_174615857 .showHandle div{border-top-width:1px !important;}
#module_174615857 .showHandle{background-color:transparent;}
#module_174615857 .showHandle{background-image:none;}
#module_174615857 .showHandle{background-repeat:no-repeat;}
#module_174615857 .showHandle{}
#module_174615857 .showHandle{}
#module_174615857 .showHandle{}
#module_174615857 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174336807 #Sub174336807_8 {width:16.6667%;}
.module_174616802 .ModuleHead .HeadCenter{float:none;}
#module_174616802 {
padding:0px;
}
#module_174616802 {
position:static;
z-index:0;
top:39px;
left:0px;
width:100%;
height: auto;
}
#module_174616802 .ModuleHead174616802 {
display:none;
}
#module_174616802 {
border:none;
}
@media screen and (min-width: 768px){
#module_174616802 >.module_174616802 {
margin-top:5.4054%;
margin-left:4.0541%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174616802 >.module_174616802 {
margin-top:9.4340%;
margin-left:0.0000%;
margin-right:7.5472%;
margin-bottom:0.0000%;
}
}

#module_174616802 img{border-top-color:transparent;}
#module_174616802 img{border-top-style:none;}
#module_174616802 img{border-top-width:0px;}
#module_174616802 img{border-right-color:transparent;}
#module_174616802 img{border-right-style:none;}
#module_174616802 img{border-right-width:0px;}
#module_174616802 img{border-bottom-color:transparent;}
#module_174616802 img{border-bottom-style:none;}
#module_174616802 img{border-bottom-width:0px;}
#module_174616802 img{border-left-color:transparent;}
#module_174616802 img{border-left-style:none;}
#module_174616802 img{border-left-width:0px;}
#module_174616802 img{border-top-left-radius:0px;}
#module_174616802 img{border-top-right-radius:0px;}
#module_174616802 img{border-bottom-left-radius:0px;}
#module_174616802 img{border-bottom-right-radius:0px;}
#module_174616802 .BodyCenter{text-align: center;}

/*纯文本模块 layout 101*/
.ModulePlainTextGiant.layout-101 {font-size: 14px;}
.ModulePlainTextGiant.layout-101 .plainTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden;}.module_174617100 .ModuleHead .HeadCenter{float:none;}
#module_174617100 {
padding:0px;
}
#module_174617100 {
position:static;
z-index:0;
top:109px;
left:0px;
width:100%;
height: auto;
}
#module_174617100 .ModuleHead174617100 {
display:none;
}
#module_174617100 .BodyCenter.BodyCenter174617100 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174617100 >.module_174617100 {
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_174617100 >.module_174617100{
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_174617100 .BodyCenter.BodyCenter174617100 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174617100 .BodyCenter.BodyCenter174617100 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174617100 >.module_174617100 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174617100 >.module_174617100 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:5.6604%;
margin-bottom:0.0000%;
}
}
#module_174617100 >.module_174617100 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174617100:hover {
border:none;
}
#module_174617100:hover >.module_174617100 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174617100 .ModulePlainTextGiantContent{margin-top:0px;}
#module_174617100 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_174617100 .ModulePlainTextGiantContent{margin-left:0px;}
#module_174617100 .ModulePlainTextGiantContent{margin-right:0px;}
#module_174617100 .plainTextGiant-Container{padding-top:10px;}
#module_174617100 .plainTextGiant-Container{padding-bottom:0px;}
#module_174617100 .plainTextGiant-Container{padding-left:0px;}
#module_174617100 .plainTextGiant-Container{padding-right:0px;}
#module_174617100 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174336807 #Sub174336807_10 {width:16.6667%;}
.module_174336834 .ModuleHead .HeadCenter{float:none;}
#module_174336834 {
padding:0px;
}
#module_174336834 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336834 .ModuleHead174336834 {
display:none;
}
#module_174336834 .BodyCenter.BodyCenter174336834 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336834 >.module_174336834 {
border-top-style:solid;
border-top-color:rgb(216, 216, 216);
border-top-width:1px;
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_174336834 >.module_174336834{
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_174336834 .BodyCenter.BodyCenter174336834 {
padding-top:1.0460%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_174336834 .BodyCenter.BodyCenter174336834 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336834 >.module_174336834 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336834 >.module_174336834 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336834 >.module_174336834 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336834:hover {
border:none;
}
#module_174336834:hover >.module_174336834 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336834 .ModuleSubContainer{background-color:transparent;}
#module_174336834 .ModuleSubContainer{background-image:none;}
#module_174336834 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174336834 .ModuleSubContainer{background-position:0% 0%;}
#module_174336834 .ModuleSubContainer{background-attachment:scroll;}
#module_174336834 .ModuleSubContainer{}
#module_174336834 {!bgVideo!}{bgVideoUrl:none}
#module_174336834 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174336834 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174336834 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174336834 {}
.module_174336967 .ModuleHead .HeadCenter{float:none;}
#module_174336967 {
padding:0px;
}
#module_174336967 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336967 .ModuleHead174336967 {
display:none;
}
#module_174336967 .BodyCenter.BodyCenter174336967 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336967 >.module_174336967 {
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_174336967 >.module_174336967{
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_174336967 .BodyCenter.BodyCenter174336967 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_174336967 .BodyCenter.BodyCenter174336967 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.3228%;
}
}
@media screen and (min-width: 768px){
#module_174336967 >.module_174336967 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_174336967 >.module_174336967 {
margin-top:2.5937%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336967 >.module_174336967 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336967:hover {
border:none;
}
#module_174336967:hover >.module_174336967 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336967 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336967 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336967 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336967 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336967 .imageTextGiant-Container{padding-top:10px;}
#module_174336967 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336967 .imageTextGiant-Container{padding-left:10px;}
#module_174336967 .imageTextGiant-Container{padding-right:10px;}
#module_174336967 .showHandle .btn{font-size:14px;}
#module_174336967 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174336967 .showHandle .btn{color:#333;}
#module_174336967 .showHandle .btn{font-weight:400;}
#module_174336967 .showHandle .btn{text-decoration:none;}
#module_174336967 .showHandle .btn{font-style:normal;}
#module_174336967 .showHandle div{border-top-color:#ddd !important;}
#module_174336967 .showHandle div{border-top-style:solid !important;}
#module_174336967 .showHandle div{border-top-width:1px !important;}
#module_174336967 .showHandle{background-color:transparent;}
#module_174336967 .showHandle{background-image:none;}
#module_174336967 .showHandle{background-repeat:no-repeat;}
#module_174336967 .showHandle{}
#module_174336967 .showHandle{}
#module_174336967 .showHandle{}
#module_174336967 a{font-size:unset;font-family:unset}
.module_174336797 .ModuleHead .HeadCenter{float:none;}
#module_174336797 {
padding:0px;
}
#module_174336797 {
position:static;
z-index:0;
top:1057px;
left:0px;
width:100%;
height: auto;
}
#module_174336797 .ModuleHead174336797 {
display:none;
}
#module_174336797 {
border:none;
}
@media screen and (min-width: 768px){
#module_174336797 >.module_174336797 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336797 >.module_174336797 {
}
}

#module_174336797{display:none;}
.ModuleMobileNavGiant.layout-103 p{ color: #fff;}
.lighted {position: fixed !important; z-index: 950; top:0; }
.ModuleMobileNavGiant.layout-103 .mobileNav {  width: 100%;  height: 3rem; position: fixed;  line-height: 3rem;  text-align: center;  z-index: 950;  top:0;  }
.ModuleMobileNavGiant.layout-103 .HeaderZoneContainer {  width: 100%;  height: auto;  margin: 0 auto;  margin-top: 3rem;  }
.ModuleMobileNavGiant.layout-103 .micro-nav-item{ background:#1977d2;    height: calc(100vh);}
.ModuleMobileNavGiant.layout-103 .pagebody_nav_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-103 .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;
}
.mobileNavFloatLayer_1 {z-index: 9999;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 .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 .5rem rgba(0,0,0,.3);}
/*滚动条*/

.ModuleMobileNavGiant.layout-103  .header-model{width: 100%; height: 3rem;}
.ModuleMobileNavGiant.layout-103 .containers{ width: 100%;  height: 100%;  max-width: 100%;  overflow: hidden; position: relative;  }
.ModuleMobileNavGiant.layout-103 .view { will-change: transform; position: absolute;  width: 100%;   left: 0;  top: 0;  transition: transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);}
.ModuleMobileNavGiant.layout-103 .list-view {  height:100%;  width: 100%;  position: relative; overflow: scroll; -webkit-overflow-scrolling: touch;  z-index: 9999; }
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul{ padding:60px 25px 0;}
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li{ width:111px; height:111px; float: left; display: flex; justify-content: center;align-items: center;  position: relative;}
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li a{font-size: 15px; color: #fff !important; text-align: center;}
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li i{ font-size:38px; width: 40px; height: 40px;display: block;  margin: 0 auto;}
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li p{ margin-top: 10px;color: #fff;}
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li:nth-child(2n):after{  border: 0px !important;  }
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li:after {  height: 100%;  content: '';  width: 1px;  border-right: 1px solid #f0f0f0;  position: absolute;  top: 0;  right: 0;  transform: scaleX(0.5);  -webkit-transform: scaleX(0.5);  z-index: 10;  }
.ModuleMobileNavGiant.layout-103 .micro-nav-item  ul li:before {  height: 1px;  content: '';  width: 100%;  border-top: 1px solid #f0f0f0;  position: absolute;  bottom: -1px;  right: 0;  transform: scaleY(0.5);  -webkit-transform: scaleY(0.5);  z-index: 10;  }
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li:last-child:before{ border: 0px !important;}
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li:nth-last-child(2):before{ border: 0px !important;}
.ModuleMobileNavGiant.layout-103 #mobileDesignerContainer #pagebody {
    margin-top:3rem;
}
.ModuleMobileNavGiant.layout-103 .navcontent{ width: calc(100% - 60px); display:flex;  margin-left: 50px;    margin-right: 8pt;}
.ModuleMobileNavGiant.layout-103 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-103 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-103 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}
.ModuleMobileNavGiant.layout-103 .navcontent a{  width: 56px; text-align: center;    display: block;}
.ModuleMobileNavGiant.layout-103 #header p img{max-height: 40px;     padding-right: 8pt;
    padding-left: 8pt;/*padding-left:40px;margin-right: 8px; margin-left: 15px;*/}
@media only screen and (min-width: 768px){
    .ModuleMobileNavGiant.layout-103 #mobileDesignerContainer #pagebody {
        margin-top:0px;
    }
    .ModuleMobileNavGiant.layout-103 .header-model{ display: none;}

}
.ModuleMobileNavGiant.layout-103 .icon-dianhua-moren{ font-weight: normal;}
.ModuleMobileNavGiant.layout-103 .icon-sousuo{ font-weight: 750;}
.ModuleMobileNavGiant.layout-103 #header p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}
.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); }
.ModuleMobileNavGiant.layout-103 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_174337006 .ModuleHead .HeadCenter{float:none;}
#module_174337006 {
padding:0px;
}
#module_174337006 {
}
#module_174337006 .ModuleHead174337006 {
display:none;
}
#module_174337006 .BodyCenter.BodyCenter174337006 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337006 >.module_174337006 {
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_174337006 >.module_174337006{
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_174337006 .BodyCenter.BodyCenter174337006 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_174337006 .BodyCenter.BodyCenter174337006 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174337006 >.module_174337006 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_174337006 >.module_174337006 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174337006 >.module_174337006 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337006:hover {
border:none;
}
#module_174337006:hover >.module_174337006 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337006 .langlistbox{background-color:} #module_174337006 .langlistbox .jt{border-bottom-color:}
#module_174337006 .langlistbox .langinfo{color:}
#module_174337006 .langlistbox .langinfo{background-color:}
#module_174337006 .langlistbox .langinfo{border-color:}
#module_174337006 .langlistbox .langtxt{ font-size:px }
#module_174337006 .langlistbox .langtxt{ color: }
#module_174337006 {}#module_174337006.layout-103 #header{border-bottom-color:transparent;}
#module_174337006 {}#module_174337006.layout-103 #header{border-bottom-style:none;}
#module_174337006 {}#module_174337006.layout-103 #header{border-bottom-width:0px;}
#module_174337006 {}#module_174337006.layout-103 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_174337006 {}#module_174337006.layout-103 #MobileNav{background-color: transparent;} #module_174337006.layout-103 #header{background-color:rgb(33, 219, 176);}
#module_174337006 {}#module_174337006.layout-103 #header{}
#module_174337006 {}#module_174337006.layout-103 #header p{color:#fff;}
#module_174337006 {}#module_174337006.layout-103 .lcitem .rect{background:#fff;} #module_174337006.layout-103 .icons{color:#fff;} #module_174337006.layout-103 .svgdiv svg>*{fill:#fff;}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item ul li:before{border-top-color:rgba(255, 255, 255, 0.26);}#module_174337006.layout-103 .micro-nav-item ul li:after{border-right-color:rgba(255, 255, 255, 0.26);}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item,#module_174337006.layout-103 #MobileNavFloatLayer{background-color:rgb(33, 219, 176);}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item,#module_174337006.layout-103 #MobileNavFloatLayer{}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item>ul>li>a,#module_174337006.layout-103 .micro-nav-item>ul>li>a p{color:#fff;}
#module_174337006 {}#module_174337006.layout-103 #header p{font-family:;}
#module_174337006 {}#module_174337006.layout-103 #header p{font-size:px;}
#module_174337006 {}#module_174337006.layout-103 #header p{}
#module_174337006 {}#module_174337006.layout-103 #header p{}
#module_174337006 {}#module_174337006.layout-103 #header p{}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item>ul>li>a,#module_174337006.layout-103 .micro-nav-item>ul>li>a p{font-family:;}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item>ul>li>a,#module_174337006.layout-103 .micro-nav-item>ul>li>a p{font-size:px;}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item>ul>li .subnav a,#module_174337006.layout-103 .micro-nav-item>ul>li .subnav a p{font-family:;}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item>ul>li .subnav a,#module_174337006.layout-103 .micro-nav-item>ul>li .subnav a p{font-size:px;}
#module_174337006 .langlistbox li:hover .langinfo,#module_174337006 .langactive .langinfo {color:}
#module_174337006 .langlistbox li:hover .langinfo,#module_174337006 .langactive .langinfo{background-color:}
#module_174337006 .langlistbox li:hover .langinfo,#module_174337006 .langactive .langinfo{border-color:}
#module_174337006 .langlistbox li:hover .langtxt,#module_174337006 .langactive .langtxt{ color: }
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item>ul>li>a:hover,#module_174337006.layout-103 .micro-nav-item>ul>li>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_174337004 .ModuleHead .HeadCenter{float:none;}
#module_174337004 {
padding:0px;
}
#module_174337004 {
}
#module_174337004 .ModuleHead174337004 {
display:none;
}

#module_174337004 .defaultbtn{background-color:#fff}
#module_174337004 .defaultbtn{}
#module_174337004 .spotgroup{color:#000}
#module_174337004 .itembtn{background-color:#fff}
#module_174337004 .itembtn{}
#module_174337004 .itemicon{color:#666} #module_174337004 svg>*{fill:#666}
#module_174337004 .itemtext{background-color:#fff} #module_174337004 .itemtextright::before{border-left-color:#fff} #module_174337004 .itemtextleft::before{border-right-color:#fff}
#module_174337004 .itemtext{}
#module_174337004 .itemtext{font-size:12px;}
#module_174337004 .itemtext{font-family:;}
#module_174337004 .itemtext{color:#666 !important;}
#module_174337004 .itemtext{font-weight:normal;}
#module_174337004 .itemtext{text-decoration:none;}
#module_174337004 .itemtext{font-style:normal;}
#module_174337004 .defaultbtnbghover{background-color:#000000}
#module_174337004 .defaultbtnbghover{}
#module_174337004 .defaultbtniconbghover{color:#fff}
.module_174337005 .ModuleHead .HeadCenter{float:none;}
#module_174337005 {
padding:0px;
}
#module_174337005 {
}
#module_174337005 .ModuleHead174337005 {
display:none;
}
#module_174337005 .BodyCenter.BodyCenter174337005 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337005 >.module_174337005 {
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_174337005 >.module_174337005{
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_174337005 .BodyCenter.BodyCenter174337005 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337005 .BodyCenter.BodyCenter174337005 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174337005 >.module_174337005 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337005 >.module_174337005 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174337005 >.module_174337005 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337005:hover {
border:none;
}
#module_174337005:hover >.module_174337005 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337005 .foot-nav-list{background-color:rgb(33, 219, 176) !important;}
#module_174337005 .foot-nav-list{border-top-color:transparent;}
#module_174337005 .foot-nav-list{border-top-style:none;}
#module_174337005 .foot-nav-list{border-top-width:0px;}
#module_174337005 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_174337005 .icon{color:#fff !important;} #module_174337005 .icon svg >*{fill:#fff}
#module_174337005 .itemText{font-size:12px;}
#module_174337005 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_174337005 .itemText{color:#fff !important;}
#module_174337005 .itemText{font-weight:normal;}
#module_174337005 .itemText{text-decoration:none;}
#module_174337005 .itemText{font-style:normal;}
#module_174337005 .iconh{color:#fff !important;}  #module_174337005 .iconh svg >*{fill:#fff}
#module_174337005 .itemTexth{font-size:12px;}
#module_174337005 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_174337005 .itemTexth{color:#fff !important;}
#module_174337005 .itemTexth{font-weight:normal;}
#module_174337005 .itemTexth{text-decoration:none;}
#module_174337005 .itemTexth{font-style:normal;}
