/*read from redis*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
@media screen and (max-width: 700px) { #HeaderZone,#FooterZone { display: none;} }.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_174336822 .ModuleHead .HeadCenter{float:none;}
#module_174336822 {
padding:0px;
}
#module_174336822 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_174336822 .ModuleHead174336822 {
display:none;
}
#module_174336822 .BodyCenter.BodyCenter174336822 {
background:none;background-color:rgb(240, 240, 240);
}
#module_174336822 >.module_174336822 {
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_174336822 >.module_174336822{
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_174336822 .BodyCenter.BodyCenter174336822 {
padding-top:1.5690%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.5690%;
}
}
@media screen and (max-width: 767px){
#module_174336822 .BodyCenter.BodyCenter174336822 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336822 >.module_174336822 {
margin-top:5.2301%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_174336822 >.module_174336822 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336822 >.module_174336822 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336822:hover {
border:none;
}
#module_174336822:hover >.module_174336822 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336822 .ModuleSubContainer{background-color:transparent;}
#module_174336822 .ModuleSubContainer{background-image:none;}
#module_174336822 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174336822 .ModuleSubContainer{background-position:0% 0%;}
#module_174336822 .ModuleSubContainer{background-attachment:scroll;}
#module_174336822 .ModuleSubContainer{}
#module_174336822 {!bgVideo!}{bgVideoUrl:none}
#module_174336822 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174336822 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174336822 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174336822 {}
/*当前位置 layout 101*/
.ModuleBreadcrumbsGiant.layout-101 .menu:hover { text-decoration: underline; }
.ModuleBreadcrumbsGiant.layout-101 ol{ margin: 0;padding: 10px;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb{background-color: transparent;margin:0;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li,.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li a{word-break: break-all;vertical-align: middle;  display: inline-block;font-family: 'Microsoft YaHei', SimSun, Arial; font-size: 12px; color: #333333; font-weight: normal; font-style: normal;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li+li:before{content: "";padding: 0;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb .separator{margin-left: 10px; margin-right: 10px; font-size: 12px; color: #333333;}.module_174336770 .ModuleHead .HeadCenter{float:none;}
#module_174336770 {
padding:0px;
}
#module_174336770 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336770 .ModuleHead174336770 {
display:none;
}
#module_174336770 .BodyCenter.BodyCenter174336770 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336770 >.module_174336770 {
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_174336770 >.module_174336770{
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_174336770 .BodyCenter.BodyCenter174336770 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336770 .BodyCenter.BodyCenter174336770 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336770 >.module_174336770 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336770 >.module_174336770 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336770 >.module_174336770 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336770:hover {
border:none;
}
#module_174336770:hover >.module_174336770 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336770 .BreadIcon{font-size:16px;} #module_174336770 .BreadsvgIcon svg{width:16px;height:16px;}
#module_174336770 .BreadIcon{color:#666;} #module_174336770 .BreadsvgIcon svg>*{fill:#666;}
#module_174336770 .BreadIcon,#module_174336770 .BreadsvgIcon{margin-left:0px;}
#module_174336770 .BreadIcon,#module_174336770 .BreadsvgIcon{margin-right:10px;}
#module_174336770 .bcs-item,#module_174336770 .bcs-item a{font-size:14px;}
#module_174336770 .bcs-item,#module_174336770 .bcs-item a{font-family:微软雅黑,Microsoft YaHei;}
#module_174336770 .bcs-item,#module_174336770 .bcs-item a{color:rgb(127, 127, 127);}
#module_174336770 .bcs-item,#module_174336770 .bcs-item a{font-weight:normal;}
#module_174336770 .bcs-item,#module_174336770 .bcs-item a{text-decoration:none;}
#module_174336770 .bcs-item,#module_174336770 .bcs-item a{font-style:normal;}
#module_174336770 .breadcrumb{text-align:left;}
#module_174336770 .breadcrumb .separator{margin-left:10px;margin-right:10px;}
#module_174336770 .breadcrumb .separator{font-size:14px;}
#module_174336770 .breadcrumb .separator{font-family:微软雅黑,Microsoft YaHei;}
#module_174336770 .breadcrumb .separator{color:rgb(127, 127, 127);}
#module_174336770 .breadcrumb .separator{font-weight:normal;}
#module_174336770 .breadcrumb .separator{text-decoration:none;}
#module_174336770 .breadcrumb .separator{font-style:normal;}
#module_174336770 .breadcrumb:hover .BreadIcon{color:#666} #module_174336770 .breadcrumb:hover .BreadsvgIcon svg>*{fill:#666;}
#module_174336770 .bcs-item:hover,#module_174336770 .bcs-item a:hover{font-size:14px;}
#module_174336770 .bcs-item:hover,#module_174336770 .bcs-item a:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_174336770 .bcs-item:hover,#module_174336770 .bcs-item a:hover{color:#333;}
#module_174336770 .bcs-item:hover,#module_174336770 .bcs-item a:hover{font-weight:normal;}
#module_174336770 .bcs-item:hover,#module_174336770 .bcs-item a:hover{text-decoration:none;}
#module_174336770 .bcs-item:hover,#module_174336770 .bcs-item a:hover{font-style:normal;}

.module_174336821 .ModuleHead .HeadCenter{float:none;}
#module_174336821 {
padding:0px;
}
#module_174336821 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_174336821 .ModuleHead174336821 {
display:none;
}
#module_174336821 .BodyCenter.BodyCenter174336821 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336821 >.module_174336821 {
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_174336821 >.module_174336821{
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_174336821 .BodyCenter.BodyCenter174336821 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336821 .BodyCenter.BodyCenter174336821 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336821 >.module_174336821 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.1381%;
}
}
@media screen and (max-width: 767px){
#module_174336821 >.module_174336821 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336821 >.module_174336821 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336821:hover {
border:none;
}
#module_174336821:hover >.module_174336821 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336821 .ModuleSubContainer{background-color:transparent;}
#module_174336821 .ModuleSubContainer{background-image:none;}
#module_174336821 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174336821 .ModuleSubContainer{background-position:0% 0%;}
#module_174336821 .ModuleSubContainer{background-attachment:scroll;}
#module_174336821 .ModuleSubContainer{}
#module_174336821 {!bgVideo!}{bgVideoUrl:none}
#module_174336821 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174336821 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174336821 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174336821 {}
.ModuleProductDetailGiant.layout-104 .hide-panel{display: none}
.ModuleProductDetailGiant.layout-104 a{ text-decoration: unset; outline: 0;}
.ModuleProductDetailGiant.layout-104 .inModuleProduteDetailTop{position: relative}
.ModuleProductDetailGiant.layout-104 .hide-panel{width: 100%}
.ModuleProductDetailGiant.layout-104 .mobilepd .pro-name{display: inline-block; overflow: hidden; font-size: 20px; color: #333; line-height: 1.5; vertical-align: bottom; word-wrap:break-word; word-break: normal;}
.ModuleProductDetailGiant.layout-104 .pro-row{display: inline; width: 100%}
.ModuleProductDetailGiant.layout-104 .icon-qrcode{display: inline; margin-left: 8px;}
.ModuleProductDetailGiant.layout-104 .icon-qrcode img{vertical-align: text-bottom;}
.ModuleProductDetailGiant.layout-104 .pro-row .stress{word-break: break-word; word-wrap: break-word; display: inline-block; padding:3px 8px; font-size: 12px; color:#fff; border:1px solid transparent; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius:4px; background: #f10215; cursor:pointer; vertical-align: text-bottom;  margin-right: 5px;}
.ModuleProductDetailGiant.layout-104 .pro-desc{font-size: 14px; color:#666; margin-top: 5px; /*max-width: 80%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;*/}
.ModuleProductDetailGiant.layout-104 .pro-btn{width:auto; height: auto; background: transparent; border: 0px}
.ModuleProductDetailGiant.layout-104 .old-price{position: absolute; right: 0; top: 50%;}
.ModuleProductDetailGiant.layout-104 .pro-price{font-size: 36px;}
.ModuleProductDetailGiant.layout-104 .pro-price small{font-size: 22px; margin-right: 10px;}
.ModuleProductDetailGiant.layout-104 .introduceBottom{padding-top: 12px; position: relative}
.ModuleProductDetailGiant.layout-104 .pro-btn {font-size: 12px;  line-height: 1;  display: inline-block;  vertical-align: middle;}
.ModuleProductDetailGiant.layout-104 .pro_pic_specification{display: none;}
.ModuleProductDetailGiant.layout-104 .specification_have_pic .pro_pic_specification{display: block;}
.ModuleProductDetailGiant.layout-104 .inSwiper-slide{background-size: cover; -moz-background-size: cover;}
.ModuleProductDetailGiant.layout-104 .inSwiper-slide i.boshiweb_bofang{display: block; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 50%; background: rgba(0,0,0,0.3); z-index: 100; font-size:50px; position:absolute; left:50%; top:50%; color:#e3e3e3; transform: translate(-50%,-50%); cursor: pointer;}
.ModuleProductDetailGiant.layout-104 .inSwiper-slide i.boshiweb_bofang:after{content: ''; display: block; position: relative; top: 50%; left: 50%; border-left: 16px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; transform: translate(-7px,-9px);}
.ModuleProductDetailGiant.layout-104 .gallery-thumbs .swiper-slide {width: 70px;}
.ModuleProductDetailGiant.layout-104 .gallery-thumbs .swiper-slide.active{opacity: 1;}
.ModuleProductDetailGiant.layout-104 .gallery-thumbs .swiper-slide.active .inSwiper-slide{border:2px solid #000000;}
.ModuleProductDetailGiant.layout-104 .introduceTop{border-bottom: 0; max-width: 100%;}
.ModuleProductDetailGiant.layout-104 .border-b-pc{border-bottom: 1px solid #eee;}
.ModuleProductDetailGiant.layout-104 .pcSharAndCollect{    align-items: center;margin: 20px 0;display: flex;justify-content: space-between;}
.ModuleProductDetailGiant.layout-104 .downloadoncBox,.ModuleProductDetailGiant.layout-104 .downloadonc{font-size: 12px}
.ModuleProductDetailGiant.layout-104 .downloadoncBox .downloadoncle{padding-right:10px;}
.ModuleProductDetailGiant.layout-104 .pc-share-list{width: 212px; display: none; padding: 3px 0px 3px 5px; border-radius: 5px; padding: 3px 0px 3px 5px; background:-webkit-gradient(linear,0 0 ,0 100%, from(#fdfdfd), to(#eee)); position: absolute; z-index: 999;}
.ModuleProductDetailGiant.layout-104 .pc-share-list li{list-style: none; float: left; height: 25px; line-height: 25px;}
.ModuleProductDetailGiant.layout-104 .pc-share-list li img{width: 24px; margin-right: 8px; cursor: pointer; padding-bottom: 1px;}
.ModuleProductDetailGiant.layout-104 .pc-share-list li img:hover{border: 1px solid #eee;}
.ModuleProductDetailGiant.layout-104 .enquiry{overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis;}
.ModuleProductDetailGiant.layout-104 .pro-btn-share:hover .pc-share-list{display: table-cell}
.ModuleProductDetailGiant.layout-104 .attachment{vertical-align: sub; font-size: 12px;}
.ModuleProductDetailGiant.layout-104 .icon-shoucang{color:#f10215}
.ModuleProductDetailGiant.layout-104 .fa-share-square-o{color:#f10215}
.ModuleProductDetailGiant.layout-104 .introduce{position: relative; padding-bottom: 24px; border-bottom: 1px solid #eee; margin-bottom: 30px;}
.ModuleProductDetailGiant.layout-104 .out-bline{width: 5px; height: 19px; background: #e50b1c; margin-right: 10px;}
.ModuleProductDetailGiant.layout-104 .page-wrap{display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center;}
.ModuleProductDetailGiant.layout-104 .swiper-button-next{background-image:url("data:image/svg+xml; charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: 10px 10px;}
.ModuleProductDetailGiant.layout-104 .swiper-button-prev{background-image:url("data:image/svg+xml; charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");  background-repeat: no-repeat; background-position: 7px 10px;}
.ModuleProductDetailGiant.layout-104 .pro-thumbnail-direction{background-color: rgba(0, 0, 0, 0.5); border-radius: 50%; z-index: 10; transform: translate(0,-50%); position: absolute; top:50%; height: 38px; width: 38px; cursor: pointer; background-size:20px 20px;}
.ModuleProductDetailGiant.layout-104 .pro-thumbnail-direction.swiper-button-prev{left: 0;  right: auto;}
.ModuleProductDetailGiant.layout-104 .pro-thumbnail-direction.swiper-button-next{right: 0; left: auto;}
.ModuleProductDetailGiant.layout-104 .pro-big-pic-wb{position: relative;  margin: 0 auto;}
.ModuleProductDetailGiant.layout-104 .specification-AttrValName .pro_text_specification{width: 100%; word-break:break-all; line-height: 25px ;}
.ModuleProductDetailGiant.layout-104 .swiper-container .inSwiper-slide{background-color:#f2f2f2; position: relative; top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; max-height: 100%; display: block; margin:auto;}
.ModuleProductDetailGiant.layout-104 .swiper-right:hover,.ModuleProductDetailGiant.layout-104 .swiper-left:hover{transition: all 0.3s linear; background-color: #e50b1c}
.ModuleProductDetailGiant.layout-104 .dummy{padding-top: 56.25%;}
.ModuleProductDetailGiant.layout-104 .mobile-inSlide-size{position: absolute; width: auto; height: auto; z-index: 1; max-width: 100%; max-height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.ModuleProductDetailGiant.layout-104 .pc-inSlide-size{opacity: 0;  z-index: -1;  position: absolute;  top: 0;  left: 0;  height: 100%;}

.ModuleProductDetailGiant.layout-104 .swiper-pagination{display: block}
.ModuleProductDetailGiant.layout-104 .swiper-pagination-fraction{top: inherit; line-height: inherit; color: unset; width: 50px; left: 50%; border: 1px solid transparent; background: rgba(0,0,0,0.5); color: #fff; border-radius: 20px; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px;}
.ShareIcon{display: none!important;}
.ModuleProductDetailGiant.layout-104 .specification_have_pic .specification-AttrValName{font-size: 12px; width: 16.66666%; height: 50px; padding:0; border:1px solid #dedede; border-radius: 3px;}
.ModuleProductDetailGiant.layout-104 .specification_have_pic .specification-AttrValName img{width: 100%;}
.ModuleProductDetailGiant.layout-104 .specification-AttrValName{overflow: hidden; position: relative; width: 16.66666%; height: 50px; margin-right: 20px; margin-bottom: 10px; float:left; border:1px solid #dedede; border-radius: 3px; text-align: center; color:#666; cursor: pointer; text-align: center; float: left}
.ModuleProductDetailGiant.layout-104 .pro-price{display: inline-block;}
.ModuleProductDetailGiant.layout-104 .slide{width: 16.6666%; padding:10px; font-size:14px; border: 1px solid #dedede; border-radius: 5px;}
.ModuleProductDetailGiant.layout-104 .specification-AttrKeyName{font-size: 14px; margin-bottom: 5px;  margin-top: 20px;  display: block;}
.ModuleProductDetailGiant.layout-104 .specification-mobile{padding-top: 30px;}
.ModuleProductDetailGiant.layout-104 .specification-AttrValName.active{border: 1px solid #f10215; color: #f10215;}
.ModuleProductDetailGiant.layout-104 .mobile-title-parameter .param-top{margin-bottom: 10px}
.ModuleProductDetailGiant.layout-104 .mobile-title-parameter{font-size: 18px; color:#333;}
.ModuleProductDetailGiant.layout-104 .item-parms{padding: 15px 0; font-size: 16px; border-bottom: 1px solid #eee;}
.ModuleProductDetailGiant.layout-104 .parameter{padding-top: 15px}
.ModuleProductDetailGiant.layout-104 .detail-parms{display: inline-block; padding-left: 60px; font-size: 12px; color: #999;}
.ModuleProductDetailGiant.layout-104 .name-parms{display: inline-block; width: 125px; font-size: 14px; color: #666}
.ModuleProductDetailGiant.layout-104 .load-more{display: none; position: relative; -o-border-radius: 3px; height: 30px; font-size: 12px; text-align: center; width: 111px; line-height: 30px; -webkit-border-radius: 3px; border-radius: 3px; background: transparent; border: 1px solid #eee; cursor: pointer; margin: 0 auto; border-top: 0;}
.ModuleProductDetailGiant.layout-104 .load-more .open-text{display: block}
.ModuleProductDetailGiant.layout-104 .load-more .close-text{display: none}
.ModuleProductDetailGiant.layout-104 div.particulars{padding-top: 55px; background: rgba(255, 255, 255, 0);}
.ModuleProductDetailGiant.layout-104 div.particulars + div.particulars{padding-top: 0;}
.ModuleProductDetailGiant.layout-104 .particulars .particularsNavBox{border: 0}
.ModuleProductDetailGiant.layout-104 .particularsNav{border-bottom: 0; font-size: 18px; text-align: left; line-height: 1; color: #333; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.ModuleProductDetailGiant.layout-104 .particularsMain{padding: 30px 0px;}
.ModuleProductDetailGiant.layout-104 .back-btn,.ModuleProductDetailGiant.layout-104 .img-text-detail,.ModuleProductDetailGiant.layout-104 .pro-shar{position: absolute; background: #fff; top:16px; left:16px; display: none; width: 32px; height: 32px; border-radius: 50%; overflow: hidden; z-index: 2; cursor: pointer; text-align: center; line-height: 32px; border:1px solid rgba(0,0,0,.2);}
.ModuleProductDetailGiant.layout-104 .pro-enquiry{position: absolute; background: #fff; top:85px; left:16px; display: none; width: 32px; height: 32px; border-radius: 50%; overflow: hidden; z-index: 2; cursor: pointer; text-align: center; line-height: 32px; border:1px solid rgba(0,0,0,.2);}
.ModuleProductDetailGiant.layout-104 .back-btn{background: rgba(0,0,0,0.6); color:#fff; border-color: transparent}
.ModuleProductDetailGiant.layout-104 .specification-box{font-size: 14px; color:#666; margin-bottom: 15px;}
.ModuleProductDetailGiant.layout-104 .prams-panel{padding-top: 45px;}
.ModuleProductDetailGiant.layout-104 .specification{overflow: hidden;}
.ModuleProductDetailGiant.layout-104 .specification-AttrValName .pro_text_specification.alcenter {height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.ModuleProductDetailGiant.layout-104 .img-text-detail{width: 60px; height: 60px; box-sizing: border-box; -moz-box-sizing:border-box;  /* Firefox */-webkit-box-sizing:border-box; left:auto; top:auto; right:18px; bottom:18px; padding:10px 10px; text-decoration: none; font-size: 14px; color:#333; line-height: 20px;}
.ModuleProductDetailGiant.layout-104 .back-btn img{width: 32px; display: block;}
.ModuleProductDetailGiant.layout-104 .collect-icon{display: block; font-size:22px;}
.ModuleProductDetailGiant.layout-104 .collect-icon.icon-pic-share{font-size: 19px; color:#333;}
.ModuleProductDetailGiant.layout-104 .pro-btn.active img{top:-2px;}
.ModuleProductDetailGiant.layout-104 .introduceBottom .pro-row{background:url(../dian.html) no-repeat center;}
.ModuleProductDetailGiant.layout-104 .sharAndCollect{display: none;}
.ModuleProductDetailGiant.layout-104 .dian{display: inline-block; height: 8px; width: 8px; background: #999; margin-bottom: 1px; margin-right: 12px;}

.ModuleProductDetailGiant.layout-104 .sharAndCollect strong{color: #333; font-weight: normal; cursor: pointer; display: inline-block; height: 32px; text-align: center; line-height: 1;}
.ModuleProductDetailGiant.layout-104 .icon-pic{position: relative; top:1px; font-size: 16px; color:#333;}
.ModuleProductDetailGiant.layout-104 .sharAndCollect strong b{font-weight: normal; font-size: 12px;}
.ModuleProductDetailGiant.layout-104 .sharAndCollect strong img{display: block; width: 16px; margin: 0 auto; margin-bottom: 4px;}
.ModuleProductDetailGiant.layout-104 .gallery-thumbswb{position: relative;}
.ModuleProductDetailGiant.layout-104 .gallery-thumbswb{padding-left:47px; padding-right:47px; margin-top:10px;}
.ModuleProductDetailGiant.layout-104 .huiSeJianXi{display: none}
.ModuleProductDetailGiant.layout-104 .ProVideoDiv{height: 100%; position: absolute; width: 100%; z-index:999999; background: #fff;}
.ModuleProductDetailGiant.layout-104 .ProVideo{left: 50%; top: 50%; width:50%; position: absolute; transform: translate(-50%,-50%)}
.ModuleProductDetailGiant.layout-104 .xunpan-wrapper{margin-top: 30px;}
.ModuleProductDetailGiant.layout-104 .zoomImg {z-index: 2;}
.ModuleProductDetailGiant.layout-104 .swiperBox {background: rgba(255, 255, 255, 0);}
.ModuleProductDetailGiant.layout-104 .productshowdiv.pc{ top:28px;right: 28px;}
.ModuleProductDetailGiant.layout-104 .VRDiv{ z-index: 9;cursor: pointer; display: flex; justify-content: flex-start;align-items: center;color:#fff;font-size: 14px;background-color: rgba(0,0,0,0.4); border-radius: 8px;margin-right: 5px;padding:8px 12px;}
.ModuleProductDetailGiant.layout-104 .VRDiv > svg{ width: 16px; height: 16px;fill: #fff;}
.ModuleProductDetailGiant.layout-104 .VRTipstxt{ text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;margin-left: 8px;}
.ModuleProductDetailGiant.layout-104 .vr-pc{ display: block;}
.ModuleProductDetailGiant.layout-104 .vr-mobile{ display: none;}
@media only screen and (min-width: 768px){
 .ModuleProductDetailGiant.layout-104 .introduce{position: absolute; top: 0;}
 .ModuleProductDetailGiant.layout-104 .swiperBox{margin-top: 30px}
 .ModuleProductDetailGiant.layout-104 .hide-panel{display: block}
 .ModuleProductDetailGiant.layout-104 .attachment{color:#f10215}
 .ModuleProductDetailGiant.layout-104 .ProVideoIcon	{font-size: 32px; left: 48%; top: 46%;}
 .ModuleProductDetailGiant.layout-104 .liji-xunpan.liji-xunpan{width: 135px; height: 35px; border-radius: 5px; color:#fff;}
 .ModuleProductDetailGiant.layout-104 .introduce{padding-top:30px; width: calc(100%);}
 .ModuleProductDetailGiant.layout-104 .ModuleProduteDetailMain{padding:0 70px;}
 .ModuleProductDetailGiant.layout-104 .pro-chang-box{ margin-top: 30px;}

}

@media only screen and (max-width: 767px) {
    .ModuleProductDetailGiant.layout-104 .vr-pc{ display: none;}
    .ModuleProductDetailGiant.layout-104  .vr-mobile{display: flex;left: auto;
        right: auto;
        top: auto;
        max-width: 100%;
        position: relative;
        margin-bottom: 15px;
        width: max-content;}
 .ModuleProductDetailGiant .mobile-footer {display: block;  background: #fff;  height: 50px;  position: fixed;  bottom: 0;  left: 0;  width: 100%;  z-index: 25;  box-shadow: 0 0 5px rgba(0,0,0,.3);  transition: all .3s ease-out; 	}
 .ModuleProductDetailGiant.layout-104 .flooter-icon {width: 100px;  height: 100%;  vertical-align: middle;  height: 50px;  text-align: center;  color: #666;  cursor: pointer;  position: relative; 	}
 .ModuleProductDetailGiant.layout-104 div.particulars{padding-top: 0;}
 .ModuleProductDetailGiant.layout-104 .swiper-pagination-fraction{left: 45%;}
 .ModuleProductDetailGiant.layout-104 .specification-AttrValName .pro_text_specification{line-height: unset}
 .ModuleProductDetailGiant.layout-104 .swiper-container .inSwiper-slide{bottom: unset;}
 .ModuleProductDetailGiant.layout-104 .pro-thumbnail-direction,.ModuleProductDetailGiant.layout-104 .gallery-thumbswb{display: none}
 .ModuleProductDetailGiant.layout-104 .downloadoncBox{padding-top: 10px; padding-bottom: 10px; padding-left: 14px;}
 .ModuleProductDetailGiant.layout-104 .introduceBottom{padding-top: 0;}
 .ModuleProductDetailGiant.layout-104 .huiSeJianXi{display: block; background: #eee; height: 8px;}
 .ModuleProductDetailGiant.layout-104 .specification-AttrValName-wb{margin-left: 0!important; overflow: hidden}
 .ModuleProductDetailGiant.layout-104 .mobile-title-parameter,.ModuleProductDetailGiant.layout-104 .inModuleProduteDetailTop .back-btn,.ModuleProductDetailGiant.layout-104 .img-text-detail{display: block;}
 .ModuleProductDetailGiant.layout-104 .gallery-thumbs,.ModuleProductDetailGiant.layout-104 .maohao-specification{display: none;}
 .ModuleProductDetailGiant.layout-104 .mobilepd{line-height: 8px; padding: 10px 0;}
 .ModuleProductDetailGiant.layout-104 .sharAndCollect{display: inline-block; float:right;}
 .ModuleProductDetailGiant.layout-104 .old-price{padding-bottom:10px; height: 50px; line-height: 50px; padding-top: 0; border-bottom: 1px solid #eee; box-sizing: content-box;}
 .ModuleProductDetailGiant.layout-104 .pcSharAndCollect{display: none;}
 .ModuleProductDetailGiant.layout-104 .name-parms{width: 100%;}
 .ModuleProductDetailGiant.layout-104 .pro-row .stress{line-height: 1;}
 .ModuleProductDetailGiant.layout-104 .mobile-model{color: #666;}
 .ModuleProductDetailGiant.layout-104 .introduce{margin-bottom: 0; padding-left: 3%; padding-right: 3%; border-bottom: 0;}
 .ModuleProductDetailGiant.layout-104 .old-price{position: relative; top: 0; border-bottom: 0; padding-bottom: 0}
 .ModuleProductDetailGiant.layout-104 .img-text-detail{display: none}
 .ModuleProductDetailGiant.layout-104 .shareImg-mobile-btn{display: block; right:15px; left: auto}
 .ModuleProductDetailGiant.layout-104 .pro-Collect .pro-btn{margin-right:0}
 .ModuleProductDetailGiant.layout-104 .pro-Collect .iconfont{width: 100%;  display: block; font-size: 19px;}
 .ModuleProductDetailGiant.layout-104 .old-price{margin-top: 20px;}
 .ModuleProductDetailGiant.layout-104 .load-more.on{display: block;}
 .ModuleProductDetailGiant.layout-104 .attachment{font-size: 16px;}
 .ModuleProductDetailGiant.layout-104 .sharAndCollect strong{vertical-align: middle; margin-right: 15px;}
 .ModuleProductDetailGiant.layout-104 .specification-mobile{padding-top: 0; padding-left: 3%; padding-right: 3%;}
 .ModuleProductDetailGiant.layout-104 .intro-panel{border-bottom: 1px solid #eee; padding-bottom: 10px}
 .ModuleProductDetailGiant.layout-104 .specification-AttrValName,.ModuleProductDetailGiant.layout-104 .specification_have_pic .specification-AttrValName{width: 31% !important; margin-right: 2%; height: 40px; line-height: unset; position: relative; float: left; overflow: hidden}
 .ModuleProductDetailGiant.layout-104 .specification-AttrValName{  padding:10px; width: auto;}
 .ModuleProductDetailGiant.layout-104 .spec-title{display: block; font-size: 14px; margin-bottom: 15px;}
 .ModuleProductDetailGiant.layout-104 .detail-parms{padding-left:0;}
 .ModuleProductDetailGiant.layout-104 .prams-panel{padding-top:25px; padding-right: 3%; padding-left: 3%; padding-bottom: 0; margin-bottom: 10px}
 .ModuleProductDetailGiant.layout-104 .specification-box{margin-bottom: 0}
 .ModuleProductDetailGiant.layout-104 .autoscreen{height:215px; overflow-y:hidden}
 .ModuleProductDetailGiant.layout-104 .load-more{ width: 100%; padding: 15px 0; height: auto; border: 0}
 .ModuleProductDetailGiant.layout-104 .particulars{padding-left: 3%; padding-right: 3%}
 .ModuleProductDetailGiant.layout-104 .icon-qrcode{display: none}
 .ModuleProductDetailGiant.layout-104 .particularsNavBox{padding-top: 20px;}
 .ModuleProductDetailGiant.layout-104 .particularsMain{padding:20px 0;}
 /*.ModuleProductDetailGiant.layout-104 .specification_have_pic .specification-AttrValName:nth-child(3n),.ModuleProductDetailGiant.layout-104 .specification-AttrValName:nth-child(3n){margin-right: 0}*/
 .ModuleProductDetailGiant.layout-104 .shareImg-mobile-btn{background: rgba(0,0,0,0.6);  color: #fff; border-color: transparent;}
 .ModuleProductDetailGiant.layout-104 .enquiry-mobile-btn{background: rgba(0,0,0,0.6);  color: #fff; border-color: transparent; display: block; right:15px; left: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
 .ModuleProductDetailGiant.layout-104 .liji-xunpan{display: none !important;}
 #HeaderZoneContainer,#FooterContainer {display: none;}
 .ModuleProductDetailGiant.layout-104 .mobilepd .pro-name{display:inline; -webkit-box-orient: vertical;}
 .ModuleProductDetailGiant.layout-104 .mobilepd .pro-name.webkitbox{display: -webkit-box;  padding-bottom: 7px;}
 .ModuleProductDetailGiant.layout-104 .introduceTop{max-width: 100%}
 .ModuleProductDetailGiant.layout-104 .enquiry,.ModuleProductDetailGiant.layout-104 .enquirylink{display: none !important;}
 .ModuleProductDetailGiant.layout-104 .ProVideo {width:78%;}
 .ModuleProductDetailGiant.layout-104 .ProVideoDiv{width:100%}
 .ModuleProductDetailGiant.layout-104 .pro-enquiry{top:54px}

}.module_174337016 .ModuleHead .HeadCenter{float:none;}
#module_174337016 {
padding:0px;
}
#module_174337016 {
height: auto;
}
#module_174337016 .ModuleHead174337016 {
display:none;
}

#module_174337016 #alert_continue{background-color:;}
#module_174337016 #alert_continue{font-size:px;}
#module_174337016 #alert_continue{font-family:;}
#module_174337016 #alert_continue{color:;}
#module_174337016 #alert_continue{}
#module_174337016 #alert_continue{}
#module_174337016 #alert_continue{}
#module_174337016 #alert_inquery{background-color:;}
#module_174337016 #alert_inquery{font-size:px;}
#module_174337016 #alert_inquery{font-family:;}
#module_174337016 #alert_inquery{color:;}
#module_174337016 #alert_inquery{}
#module_174337016 #alert_inquery{}
#module_174337016 #alert_inquery{}
#module_174337016 .VRDiv{background-color:rgba(0,0,0,0.4);}
#module_174337016 .VRDiv{}
#module_174337016 .VRDiv{background-repeat:no-repeat;}
#module_174337016 .VRDiv{}
#module_174337016 .VRDiv{}
#module_174337016 .VRDiv{}
#module_174337016 .VRDiv{border-top-left-radius:8px;}
#module_174337016 .VRDiv{border-top-right-radius:8px;}
#module_174337016 .VRDiv{border-bottom-left-radius:8px;}
#module_174337016 .VRDiv{border-bottom-right-radius:8px;}
#module_174337016 .vrIcon  {font-size:16px;}  #module_174337016 .vrIcon  > svg {width:16px; height:16px}
#module_174337016 .vrIcon  {color:#fff;} #module_174337016 .vrIcon  > svg {fill:#fff;}
#module_174337016 .VRDiv{padding-top:8px;}
#module_174337016 .VRDiv{padding-bottom:8px;}
#module_174337016 .VRDiv{padding-left:12px;}
#module_174337016 .VRDiv{padding-right:12px;}
#module_174337016 .VRTipstxt{font-size:14px;}
#module_174337016 .VRTipstxt{font-family:;}
#module_174337016 .VRTipstxt{color:#fff;}
#module_174337016 .VRTipstxt{font-weight:normal;}
#module_174337016 .VRTipstxt{text-decoration:none;}
#module_174337016 .VRTipstxt{font-style:normal;}
#module_174337016 .ModuleProductDetailGiant .ModuleProduteDetailMain{max-width:1200px;}
#module_174337016 .ModuleProductDetailGiant .ModuleProduteDetailMain{background-color:#fff;}
#module_174337016 .ModuleProductDetailGiant .ModuleProduteDetailMain{}
#module_174337016 .ModuleProductDetailGiant .ModuleProduteDetailMain{background-repeat:no-repeat;}
#module_174337016 .ModuleProductDetailGiant .ModuleProduteDetailMain{}
#module_174337016 .ModuleProductDetailGiant .ModuleProduteDetailMain{}
#module_174337016 .ModuleProductDetailGiant .ModuleProduteDetailMain{}
#module_174337016 .introduce{border-bottom-color:#eee;}
#module_174337016 .introduce{border-bottom-style:solid;}
#module_174337016 .introduce{border-bottom-width:1px;}
#module_174337016 .ModuleProductDetailGiant .ModuleProduteDetailMain{padding-top:0px;}
#module_174337016 .ModuleProductDetailGiant .ModuleProduteDetailMain{padding-bottom:0px;}
#module_174337016 .ModuleProductDetailGiant .ModuleProduteDetailMain{padding-left:10px;}
#module_174337016 .ModuleProductDetailGiant .ModuleProduteDetailMain{padding-right:10px;}
#module_174337016 .pro-price,#module_174337016 .pcSharAndCollect .iconfont,#module_174337016 .pro-btn:hover,#module_174337016 .inpc-shareAndEnshrine-box:hover .downloadonc{color:#f10215;}
#module_174337016 .specification-AttrValName.active,specification-AttrValName.active{border-color:#f10215;}#module_174337016  .out-bline{background-color:#f10215}
#module_174337016 .specification-AttrValName.active,#module_174337016 .specification-AttrValName.active{color:#f10215;}
#module_174337016 .dummy{padding-top:56.25%;}
#module_174337016 .mobile-inSlide-size{object-fit:unset;}
#module_174337016 .mobile-inSlide-size{width:auto;}
#module_174337016 .mobile-inSlide-size{height:auto;}
#module_174337016 .swiper-container .inSwiper-slide{background-color:#f2f2f2;}
#module_174337016 .swiper-container .inSwiper-slide{}
#module_174337016 .swiper-container .inSwiper-slide{background-repeat:no-repeat;}
#module_174337016 .swiper-container .inSwiper-slide{}
#module_174337016 .swiper-container .inSwiper-slide{}
#module_174337016 .swiper-container .inSwiper-slide{}
#module_174337016 .pro-thumbnail-direction{background-color:rgba(0, 0, 0, 0.5);}
#module_174337016 .pro-name{font-size:20px;}
#module_174337016 .pro-name{font-family:;}
#module_174337016 .pro-name{color:#333;}
#module_174337016 .pro-name{font-weight:normal;}
#module_174337016 .pro-name{text-decoration:none;}
#module_174337016 .pro-name{font-style:normal;}
#module_174337016 .pro-desc span{font-size:14px;}
#module_174337016 .pro-desc span{font-family:;}
#module_174337016 .pro-desc span{color:#666;}
#module_174337016 .pro-desc span{font-weight:normal;}
#module_174337016 .pro-desc span{text-decoration:none;}
#module_174337016 .pro-desc span{font-style:normal;}
#module_174337016 .pro-desc{margin-top:5px;}
#module_174337016 .pro-desc{margin-bottom:0px;}
#module_174337016 .pro-price .price-text{font-size:36px;}
#module_174337016 .pro-price .price-text{font-family:;}
#module_174337016 .pro-price .price-text{color:#f10215;}
#module_174337016 .pro-price .price-text{font-weight:normal;}
#module_174337016 .pro-price .price-text{text-decoration:none;}
#module_174337016 .pro-price .price-text{font-style:normal;}
#module_174337016 .pro-price small{font-size:22px;}
#module_174337016 .pro-price small{font-family:;}
#module_174337016 .pro-price small{color:#f10215;}
#module_174337016 .pro-price small{font-weight:normal;}
#module_174337016 .pro-price small{text-decoration:none;}
#module_174337016 .pro-price small{font-style:normal;}
#module_174337016 .pro-row .stress{background-color:#f10215;}
#module_174337016 .pro-row .stress{}
#module_174337016 .pro-row .stress{background-repeat:no-repeat;}
#module_174337016 .pro-row .stress{}
#module_174337016 .pro-row .stress{}
#module_174337016 .pro-row .stress{}
#module_174337016 .pro-row .stress{font-size:12px;}
#module_174337016 .pro-row .stress{font-family:;}
#module_174337016 .pro-row .stress{color:#fff;}
#module_174337016 .pro-row .stress{font-weight:normal;}
#module_174337016 .pro-row .stress{text-decoration:none;}
#module_174337016 .pro-row .stress{font-style:normal;}
#module_174337016 .enquiry,#module_174337016 .mob-enquiry,#module_174337016 .mob-enquirylink,#module_174337016 .enquirylink{background-color:#f10215;}
#module_174337016 .enquiry,#module_174337016 .mob-enquiry,#module_174337016 .mob-enquirylink,#module_174337016 .enquirylink{}
#module_174337016 .enquiry,#module_174337016 .mob-enquiry,#module_174337016 .mob-enquirylink,#module_174337016 .enquirylink{background-repeat:no-repeat;}
#module_174337016 .enquiry,#module_174337016 .mob-enquiry,#module_174337016 .mob-enquirylink,#module_174337016 .enquirylink{}
#module_174337016 .enquiry,#module_174337016 .mob-enquiry,#module_174337016 .mob-enquirylink,#module_174337016 .enquirylink{}
#module_174337016 .enquiry,#module_174337016 .mob-enquiry,#module_174337016 .mob-enquirylink,#module_174337016 .enquirylink{}
#module_174337016 .enquiry,#module_174337016 .enquirylink{font-size:12px;}
#module_174337016 .enquiry,#module_174337016 .enquirylink{font-family:;}
#module_174337016 .enquiry,#module_174337016 .enquirylink{color:#fff;}
#module_174337016 .enquiry,#module_174337016 .enquirylink{font-weight:normal;}
#module_174337016 .enquiry,#module_174337016 .enquirylink{text-decoration:none;}
#module_174337016 .enquiry,#module_174337016 .enquirylink{font-style:normal;}
#module_174337016 .specification-AttrValName .pro_text_specification{font-size:14px;}
#module_174337016 .specification-AttrValName .pro_text_specification{font-family:;}
#module_174337016 .specification-AttrValName .pro_text_specification{color:#666;}
#module_174337016 .specification-AttrValName .pro_text_specification{font-weight:normal;}
#module_174337016 .specification-AttrValName .pro_text_specification{text-decoration:none;}
#module_174337016 .specification-AttrValName .pro_text_specification{font-style:normal;}
#module_174337016 .specification-AttrValName{border-top-color:#dedede;}
#module_174337016 .specification-AttrValName{border-top-style:solid;}
#module_174337016 .specification-AttrValName{border-top-width:1px;}
#module_174337016 .specification-AttrValName{border-right-color:#dedede;}
#module_174337016 .specification-AttrValName{border-right-style:solid;}
#module_174337016 .specification-AttrValName{border-right-width:1px;}
#module_174337016 .specification-AttrValName{border-bottom-color:#dedede;}
#module_174337016 .specification-AttrValName{border-bottom-style:solid;}
#module_174337016 .specification-AttrValName{border-bottom-width:1px;}
#module_174337016 .specification-AttrValName{border-left-color:#dedede;}
#module_174337016 .specification-AttrValName{border-left-style:solid;}
#module_174337016 .specification-AttrValName{border-left-width:1px;}
#module_174337016 .item-parms .detail-parms{font-size:12px;}
#module_174337016 .item-parms .detail-parms{font-family:;}
#module_174337016 .item-parms .detail-parms{color:#999;}
#module_174337016 .item-parms .detail-parms{font-weight:normal;}
#module_174337016 .item-parms .detail-parms{text-decoration:none;}
#module_174337016 .item-parms .detail-parms{font-style:normal;}
#module_174337016 .item-parms .name-parms{font-size:14px;}
#module_174337016 .item-parms .name-parms{font-family:;}
#module_174337016 .item-parms .name-parms{color:#666;}
#module_174337016 .item-parms .name-parms{font-weight:normal;}
#module_174337016 .item-parms .name-parms{text-decoration:none;}
#module_174337016 .item-parms .name-parms{font-style:normal;}
#module_174337016 .parameter .item-parms{border-bottom-color:#eee;}#module_174337016 .load-more{border-color:#eee;}
#module_174337016 .load-more span{font-size:12px;}
#module_174337016 .load-more span{font-family:;}
#module_174337016 .load-more span,#module_174337016 .load-more .iconfont{color:#333;}
#module_174337016 .load-more span{font-weight:normal;}
#module_174337016 .load-more span{text-decoration:none;}
#module_174337016 .load-more span{font-style:normal;}
#module_174337016 .particularsNav,#module_174337016 .mobile-title-parameter{font-size:18px;}
#module_174337016 .particularsNav,#module_174337016 .mobile-title-parameter{font-family:;}
#module_174337016 .particularsNav,#module_174337016 .mobile-title-parameter{color:#333;}
#module_174337016 .particularsNav,#module_174337016 .mobile-title-parameter{font-weight:normal;}
#module_174337016 .particularsNav,#module_174337016 .mobile-title-parameter{text-decoration:none;}
#module_174337016 .particularsNav,#module_174337016 .mobile-title-parameter{font-style:normal;}
#module_174337016 .pc-share .tips{font-size:12px;}
#module_174337016 .pc-share .tips{font-family:;}
#module_174337016 .pc-share .tips{color:#333;}
#module_174337016 .pc-share .tips{font-weight:normal;}
#module_174337016 .pc-share .tips{text-decoration:none;}
#module_174337016 .pc-share .tips{font-style:normal;}
#module_174337016 .pc-share .iconfont{font-size:16px;}
#module_174337016 .pc-share .iconfont{color:#999;}
#module_174337016 .pc-share .iconfont{border-top-color:#ccc;}
#module_174337016 .pc-share .iconfont{border-top-style:solid;}
#module_174337016 .pc-share .iconfont{border-top-width:1px;}
#module_174337016 .pc-share .iconfont{border-right-color:#ccc;}
#module_174337016 .pc-share .iconfont{border-right-style:solid;}
#module_174337016 .pc-share .iconfont{border-right-width:1px;}
#module_174337016 .pc-share .iconfont{border-bottom-color:#ccc;}
#module_174337016 .pc-share .iconfont{border-bottom-style:solid;}
#module_174337016 .pc-share .iconfont{border-bottom-width:1px;}
#module_174337016 .pc-share .iconfont{border-left-color:#ccc;}
#module_174337016 .pc-share .iconfont{border-left-style:solid;}
#module_174337016 .pc-share .iconfont{border-left-width:1px;}
#module_174337016 .pc-share .iconfont{background-color:transparent;}
#module_174337016 .pc-share .iconfont{}
#module_174337016 .pc-enshrine .collection-text{font-size:12px;}
#module_174337016 .pc-enshrine .collection-text{font-family:;}
#module_174337016 .pc-enshrine .collection-text{color:#333;}
#module_174337016 .pc-enshrine .collection-text{font-weight:normal;}
#module_174337016 .pc-enshrine .collection-text{text-decoration:none;}
#module_174337016 .pc-enshrine .collection-text{font-style:normal;}
#module_174337016 .pc-enshrine .iconfont{font-size:14px;}
#module_174337016 .pc-enshrine .iconfont{color:#f10215;}
#module_174337016 .pro-download .downloadonc{font-size:12px;}
#module_174337016 .pro-download .downloadonc{font-family:;}
#module_174337016 .pro-download .downloadonc{color:#333;}
#module_174337016 .pro-download .downloadonc{font-weight:normal;}
#module_174337016 .pro-download .downloadonc{text-decoration:none;}
#module_174337016 .pro-download .downloadonc{font-style:normal;}
#module_174337016 .pro-download .iconfont{font-size:14px;}
#module_174337016 .pro-download .iconfont{color:#f10215;}
#module_174337016 .por-prev a,#module_174337016 .por-next a{font-size:14px;}
#module_174337016 .por-prev a,#module_174337016 .por-next a{font-family:;}
#module_174337016 .por-prev a,#module_174337016 .por-next a{color:#333;}
#module_174337016 .por-prev a,#module_174337016 .por-next a{font-weight:normal;}
#module_174337016 .por-prev a,#module_174337016 .por-next a{text-decoration:none;}
#module_174337016 .por-prev a,#module_174337016 .por-next a{font-style:normal;}
#module_174337016 .VRDiv:hover{background-color:rgba(0,0,0,0.4);}
#module_174337016 .VRDiv:hover{}
#module_174337016 .VRDiv:hover{background-repeat:no-repeat;}
#module_174337016 .VRDiv:hover{}
#module_174337016 .VRDiv:hover{}
#module_174337016 .VRDiv:hover{}
#module_174337016 .VRDiv:hover .vrIcon  {font-size:16px;}  #module_174337016 .VRDiv:hover .vrIcon  > svg {width:16px; height:16px}
#module_174337016 .VRDiv:hover .vrIcon  {color:#fff;} #module_174337016 .VRDiv:hover .vrIcon  > svg {fill:#fff;}
#module_174337016 .pro-thumbnail-direction:hover{background-color:#f10215;}
#module_174337016 .specification-AttrValName.active .pro_text_specification{font-size:14px;}
#module_174337016 .specification-AttrValName.active .pro_text_specification{font-family:;}
#module_174337016 .specification-AttrValName.active .pro_text_specification{color:#f10215;}
#module_174337016 .specification-AttrValName.active .pro_text_specification{font-weight:normal;}
#module_174337016 .specification-AttrValName.active .pro_text_specification{text-decoration:none;}
#module_174337016 .specification-AttrValName.active .pro_text_specification{font-style:normal;}
#module_174337016 .specification-AttrValName.active{border-top-color:#f10215 !important;}
#module_174337016 .specification-AttrValName.active{border-top-style:solid !important;}
#module_174337016 .specification-AttrValName.active{border-right-color:#f10215 !important;}
#module_174337016 .specification-AttrValName.active{border-right-style:solid !important;}
#module_174337016 .specification-AttrValName.active{border-bottom-color:#f10215 !important;}
#module_174337016 .specification-AttrValName.active{border-bottom-style:solid !important;}
#module_174337016 .specification-AttrValName.active{border-left-color:#f10215 !important;}
#module_174337016 .specification-AttrValName.active{border-left-style:solid !important;}
#module_174337016 .pc-share:hover .pc-share-title{font-size:12px;}
#module_174337016 .pc-share:hover .pc-share-title{font-family:;}
#module_174337016 .pc-share:hover .pc-share-title,#module_174337016 .pc-share:hover .pc-share-list-text{color:#f10215;}
#module_174337016 .pc-share:hover .pc-share-title{font-weight:normal;}
#module_174337016 .pc-share:hover .pc-share-title{text-decoration:none;}
#module_174337016 .pc-share:hover .pc-share-title{font-style:normal;}
#module_174337016 .pc-enshrine .collection-text:hover{font-size:12px;}
#module_174337016 .pc-enshrine .collection-text:hover{font-family:;}
#module_174337016 .pc-enshrine .collection-text:hover:hover{color:#f10215;}
#module_174337016 .pc-enshrine .collection-text:hover{font-weight:normal;}
#module_174337016 .pc-enshrine .collection-text:hover{text-decoration:none;}
#module_174337016 .pc-enshrine .collection-text:hover{font-style:normal;}
#module_174337016 .pro-download .downloadonc:hover{font-size:12px;}
#module_174337016 .pro-download .downloadonc:hover{font-family:;}
#module_174337016 .pro-download .downloadonc:hover{color:#f10215;}
#module_174337016 .pro-download .downloadonc:hover{font-weight:normal;}
#module_174337016 .pro-download .downloadonc:hover{text-decoration:none !important;}
#module_174337016 .pro-download .downloadonc:hover{font-style:normal;}
#module_174337016 .pro-download .iconfont:hover{font-size:14px;}
#module_174337016 .pro-download .iconfont:hover{color:#f10215;}

.module_174336793 .ModuleHead .HeadCenter{float:none;}
#module_174336793 {
padding:0px;
}
#module_174336793 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336793 .ModuleHead174336793 {
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_174336793{display:none;}
#module_174336797{display:none;}
.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;}
