/*read from redis*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
@media only screen and (max-width: 767px) {
	.ModuleOnLineServiceGiant.layout-109 {
		display: none;
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-giant-container {
	width: 66px;
	float: right;
}
.ModuleOnLineServiceGiant.layout-109 .qrcodetips{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	 text-align: center;
	  margin-top:4px;
	  color:#666
	}

@keyframes scaleToggleOne {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleTwo {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleThree {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes turn{
	0%{-webkit-transform:rotate(0deg);}
	25%{-webkit-transform:rotate(90deg);}
	50%{-webkit-transform:rotate(180deg);}
	75%{-webkit-transform:rotate(270deg);}
	100%{-webkit-transform:rotate(360deg);}
}

.turn{
	animation:turn 1s linear ;
}

.ModuleOnLineServiceGiant.layout-109  .animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.ModuleOnLineServiceGiant.layout-109 .online-service {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	/* position:fixed;
	bottom:0;
	right:40px; */
	opacity: 0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	/* z-index:700; */
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
	transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

.ModuleOnLineServiceGiant.layout-109 .online-service:focus {
	outline: 0
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animated {
	opacity: 1;
	/* transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px) */
	margin-bottom: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 51;
	background: transparent;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2:after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
	position: absolute;
	right: 0px;
	top: 5px;
	z-index: 50
}

.ModuleOnLineServiceGiant.layout-109 .online-service .head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles .circle {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-1 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-2 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-3 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	min-height: 44px;
	z-index: 0;
	-webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
	transition: all .3s cubic-bezier(.86, 0, .07, 1);
	width: 180px;
	/* background-color: #1E88E5; */
	color: #fff;
	text-align: left;
	border-radius: 15px 15px 0px 15px;
	box-shadow: 0px 0px 20px 0px rgba(30, 136, 229, 0.08);
	display: flex;
	align-items: center;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.show_hint {
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 1
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.hide_hint {
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.ModuleOnLineServiceGiant.layout-109 .online-service-top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fffefe;
	box-shadow: 0px 0px 10px 0px rgba(0, 69, 129, 0.08);
	text-align: center;
	line-height: 40px;
	transform: rotate(180deg);
	color: #1E88E5;
	margin: 0 auto;
	cursor: pointer;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content {
	width: 66px;
	background: #fffefe;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	bottom: 60px;
	text-align: center;
	padding-top: 20px;
	display: none;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-tab {
	min-height: 40px;
	height: auto;
	/*max-height: 60px;
    padding-bottom: 10px;
	padding-top: 5px; */
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	position: relative;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	width: 100%;
    height: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .imitem{
	width: 190px;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3{
	width: 2px;
	height: 18px;
	display: inline-block;
	background-color:#666;
	position: absolute;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3:before{ content: '';}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .topline{
	/* visibility: hidden; */
	transform: rotate(45deg);
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .bottomline{
	/* visibility: hidden; */
	transform: rotate(-45deg);
}
@keyframes topline{
	0%{
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	100%{
		transform: rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
}
@keyframes bottomline{
	0%{
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}

	100%{
		transform: rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .topline {
	animation: 0.5s topline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .bottomline {
	animation: 0.5s bottomline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .iconfont {
	font-size: 20px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .active {
	background: #1E88E5;
	color: #fff;
	padding: 5px 0;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close::after {
	position: absolute;
	content: '';
	width: 29px;
	height: 1px;
	border: 1px solid #eeeeee;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.ModuleOnLineServiceGiant.layout-109 .content-tab-name {
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.54s;
}
.ModuleOnLineServiceGiant.layout-109 .content-tab-name.tabnameshow {
	min-height: 20px;
	/* overflow:visible; */
	opacity: 1;
	height: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .hoverdiv {
	position: absolute;
	width: 100%;
	left: -45px;
	height: 100%;
	transform: translatey(-50%);
	top: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content {
	max-width: 450px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	display: flex;
	padding: 20px;
	position: absolute;
	right: 40px;
	flex-wrap: wrap;
	text-align: left;
	width:max-content;
}

.ModuleOnLineServiceGiant.layout-109 .content-common {
	left: auto;
	top: 50%;
	transform: translate(0,-50%);
	right: 40px;
	visibility: hidden;
}
.ModuleOnLineServiceGiant.layout-109 .content-common.showami{
	visibility:visible;
	transform: translate(-10px, -50%);
	transition:all 0.3s;
}

.ModuleOnLineServiceGiant.layout-109 .content-common::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 8px solid #fff;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	/* right: 40px;  */
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a {
	width: calc((100% - 30px) / 2);
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:first {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:nth-child(2n+1) {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IconType img {
	width: 14px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IMType {
	color: #999999;
	font-size: 12px;
	margin-left: 5px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content {
	padding: 14px 0px;
	border-top: 1px solid #eeeeee;
	margin-top: 2px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .IMName {
	width: calc(100% - 50px);
	margin-left: 10px;
	display: inline-block;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.ModuleOnLineServiceGiant.layout-109 .Contacts-content {
	max-width: 324px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
	cursor: text;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item {
	/* align-items: flex-start;
	align-content: flex-start;*/
	display: flex;
	margin-bottom: 25px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item:last-child {
	margin-bottom: 0;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon{
    width: 12px;
	margin-top: -3px;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon img {
	width: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item-name {
	margin-right: 30px;
	color: #999999;
	font-size: 12px;
	max-width: 100px;
	text-align: left;
	display: inline-block;
	vertical-align: top;

}

.ModuleOnLineServiceGiant.layout-109 .ContactContent {
	color: #333;
	font-size: 12px;
	word-break: break-word;
	width:  calc(100% - 17px);
	margin-left: 5px;
	max-width: 270px;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content {
    max-width: 100%;
	display: flex;
}

.ModuleOnLineServiceGiant.layout-109 .QRcode-content {
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .qrcode-content {
	width: 170px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top
}
.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_110504505 .ModuleHead .HeadCenter{float:none;}
#module_110504505 {
padding:0px;
}
#module_110504505 {
position:absolute;
z-index:4001;
top:460px;
left:0px;
width:100%;
height:126px;
}
#module_110504505 .ModuleHead110504505 {
display:none;
}

#module_110504505 .animated-circles.animated .c-1,#module_110504505 .animated-circles.animated .c-2,#module_110504505 .animated-circles.animated.c-3{opacity: 0.25; background-color:#fd6e27;} #module_110504505 .animated-circles2:after{background-image:linear-gradient(to bottom, #fd6e27, #fd6e27)}
#module_110504505 .online-service-nav .head{background-color:#FFFFFF;}
#module_110504505 .online-service{border-width:0px;}
#module_110504505 .online-service{border-style:;}
#module_110504505 .online-service{border-color:;}
#module_110504505 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_110504505 .online-service-content{background-color:#fff;}
#module_110504505 .online-service-content{border-top-left-radius:20px;}
#module_110504505 .online-service-content{border-bottom-left-radius:20px;}
#module_110504505 .online-service-content{border-bottom-right-radius:20px;}
#module_110504505 .online-service-content{border-top-right-radius:20px;}
#module_110504505 .online-service-content-tab .content-tab{background-color:transparent;}
#module_110504505 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_110504505 .content-close::after{border-width:1px;}
#module_110504505 .content-close::after{border-style:solid;}
#module_110504505 .content-close::after{border-color:#eeeeee;}
#module_110504505 .content-close span{background-color:#999999;}
#module_110504505 .online-service-top{background-color:#ffffff;}
#module_110504505 .online-service-top .iconfont{color:#fd6e27;}
#module_110504505 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_110504505 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_110504505 .online-service:hover{border-width:0px;}
#module_110504505 .online-service:hover{border-style:;}
#module_110504505 .online-service:hover{border-color:;}
#module_110504505 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_110504505 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_110504505 .online-service:hover .online-service-hint{background-color:#f65e12;}
#module_110504505 .online-service-content-tab .content-tabh:hover{background-color:#f65e12;}
#module_110504505 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_110504505 .content-close:hover span{background-color:#999999;}
#module_110504505 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_110504505 .online-service-top:hover{background-color:#ffffff;}
#module_110504505 .online-service-top:hover .iconfont{color:#f65e12;}
#module_110504505 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:586px}
.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridGiant.layout-101{height: 100%;}
.ModuleGridGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}

@media only screen and (max-width: 767px) { 
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}.module_106327427 .ModuleHead .HeadCenter{float:none;}
#module_106327427 {
padding:0px;
}
#module_106327427 {
position:static;
z-index:4000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_106327427 .ModuleHead106327427 {
display:none;
}
#module_106327427 .BodyCenter.BodyCenter106327427 {
background:none;background-color:rgb(255, 255, 255);
}
#module_106327427 >.module_106327427 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(227, 108, 9);
border-bottom-width:1px;
}
#module_106327427 >.module_106327427{
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_106327427 .BodyCenter.BodyCenter106327427 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327427 .BodyCenter.BodyCenter106327427 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_106327427 >.module_106327427 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327427 >.module_106327427 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_106327427 >.module_106327427 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106327427:hover {
border:none;
}
#module_106327427:hover >.module_106327427 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106327427 .ModuleSubContainer{background-color:transparent;}
#module_106327427 .ModuleSubContainer{background-image:none;}
#module_106327427 .ModuleSubContainer{background-repeat:no-repeat;}
#module_106327427 .ModuleSubContainer{background-position:0% 0%;}
#module_106327427 .ModuleSubContainer{background-attachment:scroll;}
#module_106327427 .ModuleSubContainer{}
#module_106327427 {!bgVideo!}{bgVideoUrl:none}
#module_106327427 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_106327427 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_106327427 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer106327427 {}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_67226360 .ModuleHead .HeadCenter{float:none;}
#module_67226360 {
padding:0px;
}
#module_67226360 {
position:static;
z-index:0;
top:21px;
left:581px;
width:100%;
height: auto;
}
#module_67226360 .ModuleHead67226360 {
display:none;
}
#module_67226360 {
border:none;
}
@media screen and (min-width: 768px){
#module_67226360 >.module_67226360 {
margin-top:8.7500%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226360 >.module_67226360 {
}
}

#module_67226360 img{border-top-color:transparent;}
#module_67226360 img{border-top-style:none;}
#module_67226360 img{border-top-width:0px;}
#module_67226360 img{border-right-color:transparent;}
#module_67226360 img{border-right-style:none;}
#module_67226360 img{border-right-width:0px;}
#module_67226360 img{border-bottom-color:transparent;}
#module_67226360 img{border-bottom-style:none;}
#module_67226360 img{border-bottom-width:0px;}
#module_67226360 img{border-left-color:transparent;}
#module_67226360 img{border-left-style:none;}
#module_67226360 img{border-left-width:0px;}
#module_67226360 img{border-top-left-radius:0px;}
#module_67226360 img{border-top-right-radius:0px;}
#module_67226360 img{border-bottom-left-radius:0px;}
#module_67226360 img{border-bottom-right-radius:0px;}
#module_67226360 .BodyCenter{text-align: center;}

.ModuleNavGiant.layout-102 .main-nav-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  line-height: 0;
  overflow: hidden;
}
.ModuleNavGiant.layout-102 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-102 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-102 .moveMenuRight, .ModuleNavGiant.layout-102 .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-102 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-102 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px

}
.ModuleNavGiant.layout-102 .moveMenuRight:hover, .ModuleNavGiant.layout-102 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-102 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-102 .main-nav-item-group {
	float: left;
	text-align: center;
}
.ModuleNavGiant.layout-102 .main-nav-item {
  box-sizing: content-box;
  padding: 0 25px;
  height: 80px;
  line-height: 80px;
  color: #000000;
  position: relative;
  display:block;
}
.ModuleNavGiant.layout-102 .main-nav-item::before {
  content: '';
  position: absolute;
  width: 0%;
  transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  border-bottom:3px solid #1976d2;
  z-index: 1;
  left: 50%;
  bottom: 0;
}
.ModuleNavGiant.layout-102 .main-nav-item-hover::before {
  width: 100%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.ModuleNavGiant.layout-102 .sub-nav-item-group {
  width: 192px;
  text-align: center;
  border-top: 2px solid #333;
  display: none;
}
.ModuleNavGiant.layout-102 .sub-nav-item {
  display: block;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 12px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-102 .sub-nav-item:last-child{
  border-bottom: none!important;
}
.ModuleNavGiant.layout-102 .sub-nav-item:hover {
  padding-left: 10px;
  background-color: #f7f7f7;
}
.ModuleNavGiant.layout-102 .sub-nav-item-group.current {
  display: block;
}
.ModuleNavGiant.layout-102 .main-nav-item-group.current .main-nav-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #1976d2;
  z-index: 11111;
  left: 0;
  bottom: 0;
}
.ModuleNavGiant.layout-102 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-102 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-102 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item {display: inline-block; padding: 0 !important; text-align: center;}

.ModuleNavGiant.layout-102 .menu{
    font-size: 12px;
    opacity: 0.6;
    float: right;
    margin-left: 8px;
    margin-top: 1px;
    transform:rotate(0deg);
    transition: all .3s linear;
    -webkit-transform:rotate(0deg);
    -webkit-transition: all .3s linear;
}
.ModuleNavGiant.layout-102 .menuUp{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -1px;
}
.ModuleNavGiant.layout-102 .sub-menu{
    display: none !important;
}.module_67226042 .ModuleHead .HeadCenter{float:none;}
#module_67226042 {
padding:0px;
}
#module_67226042 {
position:static;
z-index:0;
top:28px;
left:1068px;
width:100%;
height: auto;
}
#module_67226042 .ModuleHead67226042 {
display:none;
}
#module_67226042 .BodyCenter.BodyCenter67226042 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67226042 >.module_67226042 {
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_67226042 >.module_67226042{
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_67226042 .BodyCenter.BodyCenter67226042 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226042 .BodyCenter.BodyCenter67226042 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67226042 >.module_67226042 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226042 >.module_67226042 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67226042 >.module_67226042 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67226042:hover {
border:none;
}
#module_67226042:hover >.module_67226042 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67226042 .main-nav-item{height:80px;line-height:80px} #module_67226042 .main-nav-content{height:80px;}
#module_67226042 .main-nav-content{background-color:#fff;}
#module_67226042 .main-nav-content{background-image:none;}
#module_67226042 .main-nav-content{background-repeat:no-repeat;}
#module_67226042 .main-nav-content{}
#module_67226042 .main-nav-content{}
#module_67226042 .main-nav-content{}
#module_67226042 .main-nav-content, #module_67226042 .verticalMenu .main-nav-item-group{text-align:center;}
#module_67226042 .main-nav-item{font-size:14px;}
#module_67226042 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_67226042 .main-nav-item{color:#333;}
#module_67226042 .main-nav-item{font-weight:normal;}
#module_67226042 .main-nav-item{text-decoration:none;}
#module_67226042 .main-nav-item{font-style:normal;}
#module_67226042 .main-nav-item{background-color:transparent;}
#module_67226042 .main-nav-item{background-image:none;}
#module_67226042 .main-nav-item{background-repeat:no-repeat;}
#module_67226042 .main-nav-item{}
#module_67226042 .main-nav-item{}
#module_67226042 .main-nav-item{}
#module_67226042 .main-nav-item{width:auto;}
#module_67226042 .main-nav-item{padding-left:25px;padding-right:25px;} #module_67226042 .verticalMenu .main-nav-item-group{margin-bottom:25px;}
#module_67226042 .sub-nav-item-group{border-top-color:#333;}
#module_67226042 .sub-nav-item-group{border-top-style:solid;}
#module_67226042 .sub-nav-item-group{border-top-width:2px;}
#module_67226042 .sub-nav-item-group{border-right-color:transparent;}
#module_67226042 .sub-nav-item-group{border-right-style:none;}
#module_67226042 .sub-nav-item-group{border-right-width:0px;}
#module_67226042 .sub-nav-item-group{border-bottom-color:transparent;}
#module_67226042 .sub-nav-item-group{border-bottom-style:none;}
#module_67226042 .sub-nav-item-group{border-bottom-width:0px;}
#module_67226042 .sub-nav-item-group{border-left-color:transparent;}
#module_67226042 .sub-nav-item-group{border-left-style:none;}
#module_67226042 .sub-nav-item-group{border-left-width:0px;}
#module_67226042 .sub-nav-item-group{width:192px;}
#module_67226042 .sub-nav-item{height:40px;line-height:40px}
#module_67226042 .sub-nav-item{font-size:12px;}
#module_67226042 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_67226042 .sub-nav-item{color:#000;}
#module_67226042 .sub-nav-item{font-weight:normal;}
#module_67226042 .sub-nav-item{text-decoration:none;}
#module_67226042 .sub-nav-item{font-style:normal;}
#module_67226042 .sub-nav-item{background-color:#fff;}
#module_67226042 .sub-nav-item{background-image:none;}
#module_67226042 .sub-nav-item{background-repeat:no-repeat;}
#module_67226042 .sub-nav-item{}
#module_67226042 .sub-nav-item{}
#module_67226042 .sub-nav-item{}
#module_67226042 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_67226042 .sub-nav-item{border-bottom-style:solid;}
#module_67226042 .sub-nav-item{border-bottom-width:1px;}
#module_67226042 .sub-nav-item{margin-top:0px;}
#module_67226042 .main-nav-item-hover{font-size:14px;}
#module_67226042 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_67226042 .main-nav-item-hover{color:#f65e12;}
#module_67226042 .main-nav-item-hover{font-weight:normal;}
#module_67226042 .main-nav-item-hover{text-decoration:none;}
#module_67226042 .main-nav-item-hover{font-style:normal;}
#module_67226042 .main-nav-item-hover{background-color:transparent;}
#module_67226042 .main-nav-item-hover{background-image:none;}
#module_67226042 .main-nav-item-hover{background-repeat:no-repeat;}
#module_67226042 .main-nav-item-hover{}
#module_67226042 .main-nav-item-hover{}
#module_67226042 .main-nav-item-hover{}
#module_67226042 .main-nav-item-hover::before,#module_67226042 .main-nav-item::before{border-bottom-color:#f65e12;}
#module_67226042 .main-nav-item-hover::before{border-bottom-style:solid;}
#module_67226042 .main-nav-item-hover::before{border-bottom-width:3px;}
#module_67226042 .main-nav-item-hover::before{width:%}
#module_67226042 .sub-nav-item:hover{font-size:12px;}
#module_67226042 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_67226042 .sub-nav-item:hover{color:#000;}
#module_67226042 .sub-nav-item:hover{font-weight:normal;}
#module_67226042 .sub-nav-item:hover{text-decoration:none;}
#module_67226042 .sub-nav-item:hover{font-style:normal;}
#module_67226042 .sub-nav-item:hover{background-color:#f2f2f2;}
#module_67226042 .sub-nav-item:hover{background-image:none;}
#module_67226042 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_67226042 .sub-nav-item:hover{}
#module_67226042 .sub-nav-item:hover{}
#module_67226042 .sub-nav-item:hover{}


/*全局搜索 layout102*/
.ModuleSearchGiant.layout-108 .searchform-fixed{position: fixed;z-index: 9999;}
.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: 9999 !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_67226708 .ModuleHead .HeadCenter{float:none;}
#module_67226708 {
padding:0px;
}
#module_67226708 {
position:static;
z-index:0;
top:28px;
left:1433px;
width:100%;
height: auto;
}
#module_67226708 .ModuleHead67226708 {
display:none;
}
#module_67226708 .BodyCenter.BodyCenter67226708 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67226708 >.module_67226708 {
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_67226708 >.module_67226708{
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_67226708 .BodyCenter.BodyCenter67226708 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226708 .BodyCenter.BodyCenter67226708 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67226708 >.module_67226708 {
margin-top:7.9844%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226708 >.module_67226708 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67226708 >.module_67226708 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67226708:hover {
border:none;
}
#module_67226708:hover >.module_67226708 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67226708 .btnicon{font-size:30px;}
#module_67226708 .btnicon{font-family:;}
#module_67226708 .btnicon{color:rgb(0, 0, 0);}
#module_67226708 .btnicon{font-weight:normal;}
#module_67226708  .btnicon{text-decoration:none;}
#module_67226708 .btnicon{font-style:normal;}
#module_67226708 .btnicon{background-color:rgba(0, 0, 0, 0);}
#module_67226708 .btnicon{background-image:none;}
#module_67226708 .btnicon{background-repeat:no-repeat;}
#module_67226708 .btnicon{}
#module_67226708 .btnicon{}
#module_67226708 .btnicon{}
#module_67226708 .btnicon{text-align:center;}
#module_67226708 .search-hot ul li a{font-size:12px;}
#module_67226708 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_67226708 .search-hot ul li a{color:#666;}
#module_67226708 .search-hot ul li a{font-weight:normal;}
#module_67226708 .search-hot ul li a{text-decoration:none;}
#module_67226708 .search-hot ul li a{font-style:normal;}
#module_67226708 .search-hot ul li a{background-color:#eee;}
#module_67226708 .search-hot ul li a{}
#module_67226708  .btnicon:hover{background-color:rgba(0, 0, 0, 0);}
#module_67226708  .btnicon:hover{background-image:none;}
#module_67226708  .btnicon:hover{background-repeat:no-repeat;}
#module_67226708  .btnicon:hover{}
#module_67226708  .btnicon:hover{}
#module_67226708 .btnicon:hover{}
#module_67226708  .btnicon:hover{font-size:30px;}
#module_67226708 .ModuleSearchButton:hover{font-family:;}
#module_67226708  .btnicon:hover{color:rgb(227, 108, 9);}
#module_67226708  .btnicon:hover{font-weight:normal;}
#module_67226708  .btnicon:hover{text-decoration:none;}
#module_67226708  .btnicon:hover{font-style:normal;}
#module_67226708 .search-hot ul li:hover a{font-size:12px;}
#module_67226708 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_67226708 .search-hot ul li:hover a{color:#666;}
#module_67226708 .search-hot ul li:hover a{font-weight:normal;}
#module_67226708 .search-hot ul li:hover a{text-decoration:none;}
#module_67226708 .search-hot ul li:hover a{font-style:normal;}
#module_67226708 .search-hot ul li a:hover{background-color:#dedede;}
#module_67226708 .search-hot ul li a:hover{}

.ModuleShareGiant.layout-101  .social-share a { text-decoration: none;}
.ModuleShareGiant.layout-101  .social-share,.ModuleShareGiant.layout-101 .tips{ display: inline-block; }
.ModuleShareGiant.layout-101  .mvertical {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ModuleShareGiant.layout-101  .social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 36px;
    border: 1px solid #ccc;
    color: #999;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}
/* .ModuleShareGiant.layout-101  .social-share .icon-default-WeChat:hover{ color: #3dbe5b !important;  border-color: #3dbe5b !important;}
.ModuleShareGiant.layout-101  .social-share .type-weibo:hover{ color: #ff5757 !important;  border-color: #ff5757 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-kefulei_huabanfuben11:hover{ color: #21b3f7 !important;  border-color: #21b3f7 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-kongjian:hover{  color: #f8c514 !important;  border-color: #f8c514 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-Facebook2:hover{  color: #3D5A98 !important;  border-color: #3D5A98 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-Twitter1:hover{  color: #1DA1F3 !important;  border-color: #1DA1F3 !important;} */
.ModuleShareGiant.layout-101  .social-share .icon-wechat .mwechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat:hover .mwechat-qrcode {
    display: block;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.ModuleShareGiant.layout-101  .mshareMask{ top: 0;
	left: 0; position: fixed; z-index: 999;  height: 100%; width: 100%; background: #000;  opacity: 0.6; display: none;}

.ModuleShareGiant.layout-101  .share-wx-qrcode-img .help p{ width: 40%; margin: 0 auto; color:#999;  display: block; line-height: 20px; height: auto; }
.ModuleShareGiant.layout-101  .share-wx-qrcode-img,.mwechat-qrcode { border-radius: 5px; top:0px; position: fixed;z-index:9999; top: 50%;
    left: 50%;box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
    transform: translate(-50%,-50%);text-align: center; width: 270px;  background: #fff; visibility: hidden;}
.ModuleShareGiant.layout-101  #mwx-qrcode{ width: 224px; height: 224px; margin: 0 auto;}
.ModuleShareGiant.layout-101 .share-wx-qrcode-img h4{border-top-right-radius: 5px;
    border-top-left-radius: 5px;background: #F7F8FA; height: 40px; line-height: 40px; font-size: 16px; color: #666; font-weight: bold; margin-bottom: 13px;}
.ModuleShareGiant.layout-101 .share-wx-qrcode-img .help{ margin-top: 12px; margin-bottom: 19px; color: #999;font-size: 14px; line-height: 20px;}
.ModuleShareGiant.layout-101  .share-wx-tips{ display: none;    z-index: 99999;
    position: fixed;
    top: 10px;
	right: 35px;    color: #fff; font-size: 24px; text-align: center;}.module_106327459 .ModuleHead .HeadCenter{float:none;}
#module_106327459 {
padding:0px;
}
#module_106327459 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_106327459 .ModuleHead106327459 {
display:none;
}
#module_106327459 {
border:none;
}
@media screen and (min-width: 768px){
#module_106327459 >.module_106327459 {
margin-top:6.5000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327459 >.module_106327459 {
}
}

#module_106327459 .ModuleSharediv{text-align: center;}
#module_106327459 .social-share-icon{color:#999;}
#module_106327459 .social-share-icon{font-size:20px;}
#module_106327459 .social-share-icon{ margin-right:5px;margin-left:5px;} #module_106327459 .mvertical{margin-top:5px;margin-bottom:5px;}
#module_106327459 .social-share-icon{height:36px; width:36px;line-height:36px}
#module_106327459 .social-share-icon{border-top-color:#ccc;}
#module_106327459 .social-share-icon{border-top-style:solid;}
#module_106327459 .social-share-icon{border-top-width:1px;}
#module_106327459 .social-share-icon{border-right-color:#ccc;}
#module_106327459 .social-share-icon{border-right-style:solid;}
#module_106327459 .social-share-icon{border-right-width:1px;}
#module_106327459 .social-share-icon{border-bottom-color:#ccc;}
#module_106327459 .social-share-icon{border-bottom-style:solid;}
#module_106327459 .social-share-icon{border-bottom-width:1px;}
#module_106327459 .social-share-icon{border-left-color:#ccc;}
#module_106327459 .social-share-icon{border-left-style:solid;}
#module_106327459 .social-share-icon{border-left-width:1px;}
#module_106327459 .social-share-icon{background-color:transparent;}
#module_106327459 .social-share-icon{}
#module_106327459 .social-share-icon:hover{background-color:transparent;}
#module_106327459 .social-share-icon:hover{}
#module_106327459 .social-share-icon:hover{color:#999;}
#module_106327459 .social-share-icon:hover{font-size:20px;}
#module_106327459 .social-share-icon:hover{border-top-color:#ccc;}
#module_106327459 .social-share-icon:hover{border-top-style:solid;}
#module_106327459 .social-share-icon:hover{border-top-width:1px;}
#module_106327459 .social-share-icon:hover{border-right-color:#ccc;}
#module_106327459 .social-share-icon:hover{border-right-style:solid;}
#module_106327459 .social-share-icon:hover{border-right-width:1px;}
#module_106327459 .social-share-icon:hover{border-bottom-color:#ccc;}
#module_106327459 .social-share-icon:hover{border-bottom-style:solid;}
#module_106327459 .social-share-icon:hover{border-bottom-width:1px;}
#module_106327459 .social-share-icon:hover{border-left-color:#ccc;}
#module_106327459 .social-share-icon:hover{border-left-style:solid;}
#module_106327459 .social-share-icon:hover{border-left-width:1px;}

/*轮播图样式*/

/*切换按钮样式*/
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-container{ position: relative;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{ position: absolute; width: 81px; height: 82px; background: rgba(0,0,0,0.2);top:50%;z-index: 9999;
    transform : translate(0,-50%);
    -webkit-transform:translate(0,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(0,-50%);       /* for Firefox */
    -ms-transform:translate(0,-50%);       /* for IE */
    -o-transform: translate(0,-50%);        /* for Opera */
    transition: all .3s
}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:hover,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:hover{background: rgba(0,0,0,0.4);}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next{left: 0; cursor: pointer;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{right: 0;cursor: pointer;transform: rotate(180deg);margin-top: -41px;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:before{
    color: #fff;
    position: absolute;
    top:50%; left: 50%;
    font-size: 30px;
    transform : translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:translate(-50%,-50%);       /* for IE */
    -o-transform: translate(-50%,-50%);
    /* background: url("/images/pres.png") no-repeat center;
    background-size: 100%;
    width: 17px; height:30px;background: #fff;content: "";*/
}

.ModuleSlideGiant.layout-104 .swiper-slide video{min-height: 32px; width: 100%; height: auto; display: block;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:before{
    position: absolute;
    top:50%; left: 50%;
    transform : translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:translate(-50%,-50%);       /* for IE */
    -o-transform: translate(-50%,-50%);
    color: #fff;
    font-size: 30px;
    /* background: url("/images/nexts.png") no-repeat center;
    background-size: 100%; width: 17px; height:30px; background: #fff;content: "";*/
}
/*.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:after{ content: ""; position: absolute;*/
/*top:44%; right: 40%; width: 2px; height:20px; background: #fff;*/
/*-webkit-transform: rotate(-135deg);   !* for Chrome || Safari *!*/
/*-moz-transform:  rotate(-135deg);       !* for Firefox *!*/
/*-ms-transform:   rotate(-135deg);        !* for IE *!*/
/*-o-transform:   rotate(-135deg);       !* for Opera *!*/
/*transform: rotate(-135deg);*/
/*}*/
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet{width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1;}
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);   /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:  translate(-50%,-50%);        /* for IE */
    -o-transform:  translate(-50%,-50%);
}
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background: rgba(0, 0, 0, 0.21); }
/*.forie .swiper-container {height: 600px;}*/
.forie .swiper-pagination {  position: absolute;  left: 0;  text-align: center;  bottom:5px;  width: 100%;  }
.forie .swiper-pagination-switch{display: inline-block;width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1; margin: 0 5px;}
.forie .swiper-pagination-switch:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;    transform: translate(-50%,-50%);webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -o-transform: translate(-50%,-50%);}
.forie .swiper-active-switch{background: rgba(0, 0, 0, 0.21); }
@media only screen and (max-width: 767px) {
    /* .ModuleSlideGiant .SubContainer {display: none;} */
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
}
/* @media only screen and (max-width: 480px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next{display: none}
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
} */
.ModuleSlideGiant.layout-104 .swiperImg{width: 100%;}.module_71313129 .ModuleHead .HeadCenter{float:none;}
#module_71313129 {
padding:0px;
}
#module_71313129 {
position:static;
z-index:0;
top:16px;
left:0px;
width:100%;
height: auto;
}
#module_71313129 .ModuleHead71313129 {
display:none;
}
#module_71313129 .BodyCenter.BodyCenter71313129 {
background:none;background-color:rgba(0,0,0,0);
}
#module_71313129 >.module_71313129 {
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_71313129 >.module_71313129{
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_71313129 .BodyCenter.BodyCenter71313129 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71313129 .BodyCenter.BodyCenter71313129 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_71313129 >.module_71313129 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71313129 >.module_71313129 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_71313129 >.module_71313129 {box-shadow: 0px 0px 0px 0px #ccc}
#module_71313129:hover {
border:none;
}
#module_71313129:hover >.module_71313129 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_71313129 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{background-color:rgba(0,0,0,0);}
#module_71313129 .swiper-slideshow-1-next,#module_71313129 .swiper-slideshow-1-prev{height:82px;}
#module_71313129 .swiper-slideshow-1-next,#module_71313129 .swiper-slideshow-1-prev{width:81px;}
#module_71313129 .swiper-slideshow-1-next:before,#module_71313129 .swiper-slideshow-1-prev:before{color:;}
#module_71313129 .swiper-slideshow-1-next:before,#module_71313129 .swiper-slideshow-1-prev:before{font-size:px;}
#module_71313129 .swiper-slideshow-1-next,#module_71313129 .swiper-slideshow-1-prev{background-color:;}
#module_71313129 .swiper-slideshow-1-next,#module_71313129 .swiper-slideshow-1-prev{}
#module_71313129 .swiper-slideshow-1-next,#module_71313129 .swiper-slideshow-1-prev{}
#module_71313129 .swiper-slideshow-1-next,#module_71313129 .swiper-slideshow-1-prev{}
#module_71313129 .swiper-slideshow-1-next,#module_71313129 .swiper-slideshow-1-prev{}
#module_71313129 .swiper-slideshow-1-next,#module_71313129 .swiper-slideshow-1-prev{}
#module_71313129 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background-color:rgba(0,0,0,0);}
#module_71313129 .swiper-slideshow-1-next:hover:before,#module_71313129 .swiper-slideshow-1-prev:hover:before{color:;}
#module_71313129 .swiper-slideshow-1-next:hover,#module_71313129 .swiper-slideshow-1-prev:hover{background-color:;}
#module_71313129 .swiper-slideshow-1-next:hover,#module_71313129 .swiper-slideshow-1-prev:hover{}
#module_71313129 .swiper-slideshow-1-next:hover,#module_71313129 .swiper-slideshow-1-prev:hover{}
#module_71313129 .swiper-slideshow-1-next:hover,#module_71313129 .swiper-slideshow-1-prev{}
#module_71313129 .swiper-slideshow-1-next:hover,#module_71313129 .swiper-slideshow-1-prev:hover{}
#module_71313129 .swiper-slideshow-1-next:hover,#module_71313129 .swiper-slideshow-1-prev:hover{}
/*图文模块 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_71313130 .ModuleHead .HeadCenter{float:none;}
#module_71313130 {
padding:0px;
}
#module_71313130 {
position:absolute;
z-index:99;
top:31%;
left:27%;
width:47%;
height:54%;
}
#module_71313130 .ModuleHead71313130 {
display:none;
}
#module_71313130 .BodyCenter.BodyCenter71313130 {
background:none;background-color:rgba(0,0,0,0);
}
#module_71313130 >.module_71313130 {
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_71313130 >.module_71313130{
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_71313130 .BodyCenter.BodyCenter71313130 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71313130 .BodyCenter.BodyCenter71313130 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_71313130 >.module_71313130 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71313130 >.module_71313130 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_71313130 >.module_71313130 {box-shadow: 0px 0px 0px 0px #ccc}
#module_71313130:hover {
border:none;
}
#module_71313130:hover >.module_71313130 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_71313130 .ModuleImageTextGiantContent{margin-top:0px;}
#module_71313130 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_71313130 .ModuleImageTextGiantContent{margin-left:0px;}
#module_71313130 .ModuleImageTextGiantContent{margin-right:0px;}
#module_71313130 .imageTextGiant-Container{padding-top:10px;}
#module_71313130 .imageTextGiant-Container{padding-bottom:10px;}
#module_71313130 .imageTextGiant-Container{padding-left:10px;}
#module_71313130 .imageTextGiant-Container{padding-right:10px;}
#module_71313130 .showHandle .btn{font-size:px;}
#module_71313130 .showHandle .btn{font-family:;}
#module_71313130 .showHandle .btn{color:;}
#module_71313130 .showHandle .btn{}
#module_71313130 .showHandle .btn{}
#module_71313130 .showHandle .btn{}
#module_71313130 .showHandle div{border-top-color: !important;}
#module_71313130 .showHandle div{border-top-style: !important;}
#module_71313130 .showHandle div{border-top-width:px !important;}
#module_71313130 .showHandle{background-color:;}
#module_71313130 .showHandle{}
#module_71313130 .showHandle{}
#module_71313130 .showHandle{}
#module_71313130 .showHandle{}
#module_71313130 .showHandle{}
#module_71313130 a{font-size:unset;font-family:unset}
#module_71313129 .SubContainer {}
.module_71313427 .ModuleHead .HeadCenter{float:none;}
#module_71313427 {
padding:0px;
}
#module_71313427 {
position:static;
z-index:0;
top:138px;
left:0px;
width:100%;
height: auto;
}
#module_71313427 .ModuleHead71313427 {
display:none;
}

#module_71313427 .ModuleSubContainer{background-color:transparent;}
#module_71313427 .ModuleSubContainer{}
#module_71313427 .ModuleSubContainer{background-repeat:no-repeat;}
#module_71313427 .ModuleSubContainer{background-position:0% 0%;}
#module_71313427 .ModuleSubContainer{background-attachment:scroll;}
#module_71313427 .ModuleSubContainer{}
#module_71313427 {!bgVideo!}{bgVideoUrl:}
#module_71313427 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_71313427 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_71313427 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer71313427 {}
/*当前位置 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_71313428 .ModuleHead .HeadCenter{float:none;}
#module_71313428 {
padding:0px;
}
#module_71313428 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_71313428 .ModuleHead71313428 {
display:none;
}

#module_71313428 .BreadIcon{font-size:px;} #module_71313428 .BreadsvgIcon svg{width:px;height:px;}
#module_71313428 .BreadIcon{color:;} #module_71313428 .BreadsvgIcon svg>*{fill:;}
#module_71313428 .BreadIcon,#module_71313428 .BreadsvgIcon{margin-left:px;}
#module_71313428 .BreadIcon,#module_71313428 .BreadsvgIcon{margin-right:px;}
#module_71313428 .bcs-item,#module_71313428 .bcs-item a{font-size:12px;}
#module_71313428 .bcs-item,#module_71313428 .bcs-item a{font-family:;}
#module_71313428 .bcs-item,#module_71313428 .bcs-item a{color:#333;}
#module_71313428 .bcs-item,#module_71313428 .bcs-item a{font-weight:normal;}
#module_71313428 .bcs-item,#module_71313428 .bcs-item a{text-decoration:none;}
#module_71313428 .bcs-item,#module_71313428 .bcs-item a{font-style:normal;}
#module_71313428 .breadcrumb{text-align:left;}
#module_71313428 .breadcrumb .separator{margin-left:10px;margin-right:10px;}
#module_71313428 .breadcrumb .separator{font-size:12px;}
#module_71313428 .breadcrumb .separator{font-family:;}
#module_71313428 .breadcrumb .separator{color:#333;}
#module_71313428 .breadcrumb .separator{font-weight:normal;}
#module_71313428 .breadcrumb .separator{text-decoration:none;}
#module_71313428 .breadcrumb .separator{font-style:normal;}
#module_71313428 .breadcrumb:hover .BreadIcon{color:} #module_71313428 .breadcrumb:hover .BreadsvgIcon svg>*{fill:;}
#module_71313428 .bcs-item:hover,#module_71313428 .bcs-item a:hover{font-size:12px;}
#module_71313428 .bcs-item:hover,#module_71313428 .bcs-item a:hover{font-family:;}
#module_71313428 .bcs-item:hover,#module_71313428 .bcs-item a:hover{color:#333;}
#module_71313428 .bcs-item:hover,#module_71313428 .bcs-item a:hover{font-weight:normal;}
#module_71313428 .bcs-item:hover,#module_71313428 .bcs-item a:hover{text-decoration:none;}
#module_71313428 .bcs-item:hover,#module_71313428 .bcs-item a:hover{font-style:normal;}

.module_106329165 .ModuleHead .HeadCenter{float:none;}
#module_106329165 {
padding:0px;
}
#module_106329165 {
position:static;
z-index:1;
top:329px;
left:0px;
width:100%;
height: auto;
}
#module_106329165 .ModuleHead106329165 {
display:none;
}
#module_106329165 .BodyCenter.BodyCenter106329165 {
background:none;background-color:rgba(0,0,0,0);
}
#module_106329165 >.module_106329165 {
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_106329165 >.module_106329165{
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_106329165 .BodyCenter.BodyCenter106329165 {
padding-top:0.3661%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106329165 .BodyCenter.BodyCenter106329165 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_106329165 >.module_106329165 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106329165 >.module_106329165 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_106329165 >.module_106329165 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106329165:hover {
border:none;
}
#module_106329165:hover >.module_106329165 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106329165 .ModuleSubContainer{background-color:transparent;}
#module_106329165 .ModuleSubContainer{background-image:none;}
#module_106329165 .ModuleSubContainer{background-repeat:no-repeat;}
#module_106329165 .ModuleSubContainer{background-position:0% 0%;}
#module_106329165 .ModuleSubContainer{background-attachment:scroll;}
#module_106329165 .ModuleSubContainer{}
#module_106329165 {!bgVideo!}{bgVideoUrl:none}
#module_106329165 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_106329165 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_106329165 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer106329165 {}
.ModuleCommonClsGiant.layout-105 .one-classify-box{white-space:nowrap;overflow-x:auto;overflow-y: hidden;font-size: 0;}
.ModuleCommonClsGiant.layout-105 .one-classify-box.show{white-space:normal;}
.ModuleCommonClsGiant.layout-105 .one-classify-box.show .main-class-item{margin-bottom: 5px;}
/*到手机应该隐藏*/
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar{height:4px}
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar-thumb {height:4px;width: 40px;background-color: rgba(94,94,94,.5);border-radius: 2px}
.ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar-track-piece{height:8px;width: 40px;background-color: #fff}
.ModuleCommonClsGiant.layout-105 .main-class-item{background: #fff;border-top:0;color:#666;width: auto;display:inline-flex;align-content: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
  float:none;
}
.ModuleCommonClsGiant.layout-105  .ItemCount .main-class-item {
  float:left;
}
.ModuleCommonClsGiant.layout-105 .main-class-text{
  font-size:12px;width:100%;padding: 0 10px;color:#666;overflow: hidden;   text-align: center;
 }

.ModuleCommonClsGiant.layout-105 .main-class-item.active{background: #303135}
.ModuleCommonClsGiant.layout-105 .main-class-item.active .main-class-text{color:#fff;}


/*PC屏幕*/
@media (min-width: 768px){
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-1 {width: 100% !important; }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-2 {width: calc((100% - 5px) / 2) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-2 {width: calc((100% - 5px) / 2) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-3 {width: calc((100% - 5px) / 3) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-4 {width: calc((100% - 5px) / 4) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-5 {width: calc((100% - 5px) / 5) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-6 {width: calc((100% - 5px) / 6) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-7 {width: calc((100% - 5px) / 7) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-8 {width: calc((100% - 5px) / 8) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-9 {width: calc((100% - 5px) / 9) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-10 {width: calc((100% - 5px) / 10) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-11 {width: calc((100% - 5px) / 11) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-12 {width: calc((100% - 5px) / 12) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-2:nth-child(2n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-3:nth-child(3n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-4:nth-child(4n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-5:nth-child(5n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-6:nth-child(6n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-7:nth-child(7n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-8:nth-child(8n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-9:nth-child(9n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-10:nth-child(10n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-11:nth-child(11n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-lg-11:nth-child(12n) {margin-right: 0 !important;}
}


@media (max-width: 767px) {
  .ModuleCommonClsGiant.layout-105 .main-class-text {
    font-size: 12px;
    line-height: 30px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
  }
  .ModuleCommonClsGiant.layout-105 .one-classify-box::-webkit-scrollbar {  display: none!important;  width: 0px;  height: 0px; }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-1 {width: 100% !important; }
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-2:nth-child(2n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-3:nth-child(3n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-4:nth-child(4n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-5:nth-child(5n) {margin-right: 0 !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-2 {width: calc((100% - 5px) / 2) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-3 {width: calc((100% - 5px * 2) / 3) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-4 {width: calc((100% - 5px * 3) / 4) !important;}
  .ModuleCommonClsGiant.layout-105 .ItemCount li.col-xs-5 {width: calc((100% - 5px * 4) / 5) !important;}

}.module_106329166 .ModuleHead .HeadCenter{float:none;}
#module_106329166 {
padding:0px;
}
#module_106329166 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_106329166 .ModuleHead106329166 {
display:none;
}
#module_106329166 .BodyCenter.BodyCenter106329166 {
background:none;background-color:rgba(0,0,0,0);
}
#module_106329166 >.module_106329166 {
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_106329166 >.module_106329166{
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_106329166 .BodyCenter.BodyCenter106329166 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106329166 .BodyCenter.BodyCenter106329166 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_106329166 >.module_106329166 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106329166 >.module_106329166 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_106329166 >.module_106329166 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106329166:hover {
border:none;
}
#module_106329166:hover >.module_106329166 {
border-color:#ccc;
}
#module_106329166:hover >.module_106329166 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106329166 .one-classify-box{text-align:center;}
#module_106329166 .main-class-item{background-color:transparent;}
#module_106329166 .main-class-item{background-image:none;}
#module_106329166 .main-class-item{background-repeat:no-repeat;}
#module_106329166 .main-class-item{}
#module_106329166 .main-class-item{}
#module_106329166 .main-class-item{}
#module_106329166 .main-class-item{height:40px;}
#module_106329166 .main-class-item{border-top-color:#000;}
#module_106329166 .main-class-item{border-top-style:solid;}
#module_106329166 .main-class-item{border-top-width:0px;}
#module_106329166 .main-class-item{border-right-color:#000;}
#module_106329166 .main-class-item{border-right-style:solid;}
#module_106329166 .main-class-item{border-right-width:0px;}
#module_106329166 .main-class-item{border-bottom-color:#000;}
#module_106329166 .main-class-item{border-bottom-style:solid;}
#module_106329166 .main-class-item{border-bottom-width:0px;}
#module_106329166 .main-class-item{border-left-color:#000;}
#module_106329166 .main-class-item{border-left-style:solid;}
#module_106329166 .main-class-item{border-left-width:0px;}
#module_106329166 .main-class-item{border-top-left-radius:5px;}
#module_106329166 .main-class-item{border-top-right-radius:30px;}
#module_106329166 .main-class-item{border-bottom-left-radius:30px;}
#module_106329166 .main-class-item{border-bottom-right-radius:5px;}
#module_106329166 .main-class-item{margin-right:49px;} @media (max-width: 767px){#module_106329166 .ItemCount li.col-xs-2 {width: calc((100% - 49px) / 2) !important;}#module_106329166 .ItemCount li.col-xs-3 {width: calc((100% - 49px * 2) / 3) !important;}#module_106329166 .ItemCount li.col-xs-4 {width: calc((100% - 49px * 3) / 4) !important;}#module_106329166 .ItemCount li.col-xs-5 {width: calc((100% - 49px * 4) / 5) !important;}} @media (min-width: 768px){#module_106329166 .ItemCount li.col-lg-2 {width: calc((100% - 49px) / 2) !important;}#module_106329166 .ItemCount li.col-lg-3 {width: calc((100% - 49px * 2) / 3) !important;}#module_106329166 .ItemCount li.col-lg-4 {width: calc((100% - 49px * 3) / 4) !important;}#module_106329166 .ItemCount li.col-lg-5 {width: calc((100% - 49px * 4) / 5) !important;}#module_106329166 .ItemCount li.col-lg-6 {width: calc((100% - 49px * 5) / 6) !important;}#module_106329166 .ItemCount li.col-lg-7 {width: calc((100% - 49px * 6) / 7) !important;}#module_106329166 .ItemCount li.col-lg-8 {width: calc((100% - 49px * 7) / 8) !important;}#module_106329166 .ItemCount li.col-lg-9 {width: calc((100% - 49px * 8) / 9) !important;}#module_106329166 .ItemCount li.col-lg-10 {width: calc((100% - 49px * 9) / 10) !important;}#module_106329166 .ItemCount li.col-lg-11 {width: calc((100% - 49px * 10) / 11) !important;}#module_106329166 .ItemCount li.col-lg-12 {width: calc((100% - 49px * 11) / 12) !important;}}
#module_106329166 .main-class-item{margin-Bottom:px;} 
#module_106329166 .main-class-text{font-size:16px;}
#module_106329166 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_106329166 .main-class-text{color:#666;}
#module_106329166 .main-class-text{font-weight:normal;}
#module_106329166 .main-class-text{text-decoration:none;}
#module_106329166 .main-class-text{font-style:normal;}
#module_106329166 .main-class-item{width:120px;width:120;}
#module_106329166 .main-class-text{padding-left:px;}
#module_106329166 .main-class-text{padding-right:px}
#module_106329166 .main-class-item:hover{border-top-color:;}
#module_106329166 .main-class-item:hover{border-top-style:;}
#module_106329166 .main-class-item:hover{border-right-color:;}
#module_106329166 .main-class-item:hover{border-right-style:;}
#module_106329166 .main-class-item:hover{border-bottom-color:;}
#module_106329166 .main-class-item:hover{border-bottom-style:;}
#module_106329166 .main-class-item:hover{border-left-color:;}
#module_106329166 .main-class-item:hover{border-left-style:;}
#module_106329166 .main-class-item.active{background-color:rgb(227, 108, 9);}
#module_106329166 .main-class-item.active{background-image:none;}
#module_106329166 .main-class-item.active{background-repeat:no-repeat;}
#module_106329166 .main-class-item.active{}
#module_106329166 .main-class-item.active{}
#module_106329166 .main-class-item.active{}
#module_106329166 .main-class-item.active .main-class-text{font-size:16px;}
#module_106329166 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_106329166 .main-class-item.active .main-class-text{color:#fff;}
#module_106329166 .main-class-item.active .main-class-text{font-weight:normal;}
#module_106329166 .main-class-item.active .main-class-text{text-decoration:none;}
#module_106329166 .main-class-item.active .main-class-text{font-style:normal;}


.module_71313137 .ModuleHead .HeadCenter{float:none;}
#module_71313137 {
padding:0px;
}
#module_71313137 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_71313137 .ModuleHead71313137 {
display:none;
}
#module_71313137 .BodyCenter.BodyCenter71313137 {
background:none;background-color:rgba(0,0,0,0);
}
#module_71313137 >.module_71313137 {
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_71313137 >.module_71313137{
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_71313137 .BodyCenter.BodyCenter71313137 {
padding-top:0.3661%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71313137 .BodyCenter.BodyCenter71313137 {
padding-top:5.4496%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_71313137 >.module_71313137 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_71313137 >.module_71313137 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_71313137 >.module_71313137 {box-shadow: 0px 0px 0px 0px #ccc}
#module_71313137:hover {
border:none;
}
#module_71313137:hover >.module_71313137 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_71313137 .ModuleSubContainer{background-color:transparent;}
#module_71313137 .ModuleSubContainer{background-image:none;}
#module_71313137 .ModuleSubContainer{background-repeat:no-repeat;}
#module_71313137 .ModuleSubContainer{background-position:0% 0%;}
#module_71313137 .ModuleSubContainer{background-attachment:scroll;}
#module_71313137 .ModuleSubContainer{}
#module_71313137 {!bgVideo!}{bgVideoUrl:none}
#module_71313137 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_71313137 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_71313137 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer71313137 {}
.module_67226146 .ModuleHead .HeadCenter{float:none;}
#module_67226146 {
padding:0px;
}
#module_67226146 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67226146 .ModuleHead67226146 {
display:none;
}
#module_67226146 .BodyCenter.BodyCenter67226146 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67226146 >.module_67226146 {
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_67226146 >.module_67226146{
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_67226146 .BodyCenter.BodyCenter67226146 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226146 .BodyCenter.BodyCenter67226146 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_67226146 >.module_67226146 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226146 >.module_67226146 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_67226146 >.module_67226146 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67226146:hover {
border:none;
}
#module_67226146:hover >.module_67226146 {
border-color:#ccc;
}
#module_67226146:hover >.module_67226146 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67226146 .one-classify-box{text-align:center;}
#module_67226146 .main-class-item{background-color:transparent;}
#module_67226146 .main-class-item{background-image:none;}
#module_67226146 .main-class-item{background-repeat:no-repeat;}
#module_67226146 .main-class-item{}
#module_67226146 .main-class-item{}
#module_67226146 .main-class-item{}
#module_67226146 .main-class-item{height:28px;}
#module_67226146 .main-class-item{border-top-color:#000;}
#module_67226146 .main-class-item{border-top-style:solid;}
#module_67226146 .main-class-item{border-top-width:0px;}
#module_67226146 .main-class-item{border-right-color:#000;}
#module_67226146 .main-class-item{border-right-style:solid;}
#module_67226146 .main-class-item{border-right-width:0px;}
#module_67226146 .main-class-item{border-bottom-color:#000;}
#module_67226146 .main-class-item{border-bottom-style:solid;}
#module_67226146 .main-class-item{border-bottom-width:0px;}
#module_67226146 .main-class-item{border-left-color:#000;}
#module_67226146 .main-class-item{border-left-style:solid;}
#module_67226146 .main-class-item{border-left-width:0px;}
#module_67226146 .main-class-item{border-top-left-radius:5px;}
#module_67226146 .main-class-item{border-top-right-radius:30px;}
#module_67226146 .main-class-item{border-bottom-left-radius:30px;}
#module_67226146 .main-class-item{border-bottom-right-radius:5px;}
#module_67226146 .main-class-item{margin-right:1px;} @media (max-width: 767px){#module_67226146 .ItemCount li.col-xs-2 {width: calc((100% - 1px) / 2) !important;}#module_67226146 .ItemCount li.col-xs-3 {width: calc((100% - 1px * 2) / 3) !important;}#module_67226146 .ItemCount li.col-xs-4 {width: calc((100% - 1px * 3) / 4) !important;}#module_67226146 .ItemCount li.col-xs-5 {width: calc((100% - 1px * 4) / 5) !important;}} @media (min-width: 768px){#module_67226146 .ItemCount li.col-lg-2 {width: calc((100% - 1px) / 2) !important;}#module_67226146 .ItemCount li.col-lg-3 {width: calc((100% - 1px * 2) / 3) !important;}#module_67226146 .ItemCount li.col-lg-4 {width: calc((100% - 1px * 3) / 4) !important;}#module_67226146 .ItemCount li.col-lg-5 {width: calc((100% - 1px * 4) / 5) !important;}#module_67226146 .ItemCount li.col-lg-6 {width: calc((100% - 1px * 5) / 6) !important;}#module_67226146 .ItemCount li.col-lg-7 {width: calc((100% - 1px * 6) / 7) !important;}#module_67226146 .ItemCount li.col-lg-8 {width: calc((100% - 1px * 7) / 8) !important;}#module_67226146 .ItemCount li.col-lg-9 {width: calc((100% - 1px * 8) / 9) !important;}#module_67226146 .ItemCount li.col-lg-10 {width: calc((100% - 1px * 9) / 10) !important;}#module_67226146 .ItemCount li.col-lg-11 {width: calc((100% - 1px * 10) / 11) !important;}#module_67226146 .ItemCount li.col-lg-12 {width: calc((100% - 1px * 11) / 12) !important;}}
#module_67226146 .main-class-item{margin-Bottom:px;} 
#module_67226146 .main-class-text{font-size:14px;}
#module_67226146 .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_67226146 .main-class-text{color:#666;}
#module_67226146 .main-class-text{font-weight:normal;}
#module_67226146 .main-class-text{text-decoration:none;}
#module_67226146 .main-class-text{font-style:normal;}
#module_67226146 .main-class-item{width:69px;width:69;}
#module_67226146 .main-class-text{padding-left:px;}
#module_67226146 .main-class-text{padding-right:px}
#module_67226146 .main-class-item:hover{border-top-color:;}
#module_67226146 .main-class-item:hover{border-top-style:;}
#module_67226146 .main-class-item:hover{border-right-color:;}
#module_67226146 .main-class-item:hover{border-right-style:;}
#module_67226146 .main-class-item:hover{border-bottom-color:;}
#module_67226146 .main-class-item:hover{border-bottom-style:;}
#module_67226146 .main-class-item:hover{border-left-color:;}
#module_67226146 .main-class-item:hover{border-left-style:;}
#module_67226146 .main-class-item.active{background-color:rgb(227, 108, 9);}
#module_67226146 .main-class-item.active{background-image:none;}
#module_67226146 .main-class-item.active{background-repeat:no-repeat;}
#module_67226146 .main-class-item.active{}
#module_67226146 .main-class-item.active{}
#module_67226146 .main-class-item.active{}
#module_67226146 .main-class-item.active .main-class-text{font-size:14px;}
#module_67226146 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_67226146 .main-class-item.active .main-class-text{color:#fff;}
#module_67226146 .main-class-item.active .main-class-text{font-weight:normal;}
#module_67226146 .main-class-item.active .main-class-text{text-decoration:none;}
#module_67226146 .main-class-item.active .main-class-text{font-style:normal;}


.module_106329168 .ModuleHead .HeadCenter{float:none;}
#module_106329168 {
padding:0px;
}
#module_106329168 {
position:static;
z-index:1;
top:774px;
left:1788px;
width:100%;
height: auto;
}
#module_106329168 .ModuleHead106329168 {
display:none;
}
#module_106329168 .BodyCenter.BodyCenter106329168 {
background:none;background-color:rgba(0,0,0,0);
}
#module_106329168 >.module_106329168 {
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_106329168 >.module_106329168{
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_106329168 .BodyCenter.BodyCenter106329168 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106329168 .BodyCenter.BodyCenter106329168 {
padding-top:0px;
padding-left:50px;
padding-right:50px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_106329168 >.module_106329168 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106329168 >.module_106329168 {
margin-top:30px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_106329168 >.module_106329168 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106329168:hover {
border:none;
}
#module_106329168:hover >.module_106329168 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106329168 .ModuleSubContainer{background-color:transparent;}
#module_106329168 .ModuleSubContainer{background-image:none;}
#module_106329168 .ModuleSubContainer{background-repeat:no-repeat;}
#module_106329168 .ModuleSubContainer{background-position:0% 0%;}
#module_106329168 .ModuleSubContainer{background-attachment:scroll;}
#module_106329168 .ModuleSubContainer{}
#module_106329168 {!bgVideo!}{bgVideoUrl:none}
#module_106329168 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_106329168 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_106329168 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer106329168 {}
/*layout-125内容*/
.flexs{ display: flex;  flex-wrap: wrap;  align-content: flex-start;}
.ModuleProductListGiant.layout-125 .pro-container .pro-item{overflow: hidden;}
.ModuleProductListGiant.layout-125 .pro-container>li { position: relative;transition: all .5s ease-out 0s;-moz-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-bg{ position: relative;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-icon{border-radius: 30px;width: 36px;height: 36px;border: 1px solid #fff;position: relative;margin-left: calc(50% - 18px);}
.ModuleProductListGiant.layout-125 .pro-container li .pro-icon .pro-jiantou{position: absolute;top: 6px;left: 9px;}
.ModuleProductListGiant.layout-125 .pro-container li {padding-left: 0; padding-right: 0; float: left; margin: 0 16px 2% 0;font-size: 16px; cursor: pointer; transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-img { list-style-type: none; display: block; overflow: hidden; max-width: 100%; width: 100%; position: relative;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-img .dummy{ padding-top: 100%; background-color: #fff; }
.ModuleProductListGiant.layout-125 .pro-container li .pro-img img{ max-width: 100%;max-height: 100%;display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.ModuleProductListGiant.layout-125 .pro-container li .pro-tit { position: relative; transition: all .6s ease-out 0s;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-desc{display:inline-block;width: calc(100% - 60px); margin-top: 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;text-align: left;color: #bfbfbf}
.ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-name{padding: 0  4%;  color: #fff;text-overflow: ellipsis;  overflow: hidden; /*white-space: nowrap;height:48px;line-height:48px;*/text-align: center;font-size: 16px;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-buybtn{ float: right; display:inline-block; margin-top: -34px;cursor: pointer;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-price{ font-size: 18px; color: rgb(241,2,20); font-weight: bold;}
.ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-price del{ color:rgb( 102,102,102);font-weight: 100; padding-left: 5px; }
.ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-buybtn span{background-size: 100% 100%; width: 26px; height: 23px; display:inline-block;font-size: 26px;}
.ModuleProductListGiant.layout-125 .pro-container li:hover .pro-tit{ background: transparent;}
.ModuleProductListGiant.layout-125 .pro-container li:hover .pro-tit .pro-buybtn span{color: #fff;}
.ModuleProductListGiant.layout-125 .pro-container li:hover .pro-tit .pro-name ,
.ModuleProductListGiant.layout-125 .pro-container li:hover .pro-tit .pro-desc ,
.ModuleProductListGiant.layout-125 .pro-container li:hover .pro-tit .pro-price,
.ModuleProductListGiant.layout-125 .pro-container li:hover .pro-tit .pro-price del{ color: #fff;}
.ModuleProductListGiant.layout-125 a:active,.ModuleProductListGiant.layout-125 a:visited,.ModuleProductListGiant.layout-125 a:focus{text-decoration: none;}
.ModuleProductListGiant.layout-125 .pro-container li .bgColor {box-sizing: border-box;
    padding: 25px;z-index: 100;width: 100%;height: 0;opacity: 0;position: absolute;top: 0;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.ModuleProductListGiant.layout-125 .pro-desc-show{word-break: break-word !important;}
.ModuleProductListGiant.layout-125 .pro-name-show{word-break: break-word !important;}
.ModuleProductListGiant.layout-125 .pro-container li .bgColor > a{width: 80%;position: absolute;top: 15%;left: 10%;width: 80%;text-align: center;color: #fff;transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-webkit-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;opacity: 0;}
.ModuleProductListGiant.layout-125 .pro-container li .bgColor > a .pro-name-show{font-size: 18px;color: #fff;line-height: 25px;/*white-space: nowrap;*/overflow: hidden;text-overflow:ellipsis;}
.ModuleProductListGiant.layout-125 .pro-container li .bgColor > a .pro-desc-show{/*height: 60px;*/text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;margin-top: 12px;margin-bottom:20%;color: #fff;overflow: hidden;font-size: 14px}
.ModuleProductListGiant.layout-125 .pro-container li:hover .bgColor > a{top: 28%;left: 10%;opacity: 1;z-index: 100}
.ModuleProductListGiant.layout-125 .pro-container li .bgColor:before, .ModuleProductListGiant.layout-125 .pro-container li .bgColor:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    opacity: 0;
    -webkit-transition: all .75s ease-in-out;
    -moz-transition: all .75s ease-in-out;
    -ms-transition: all .75s ease-in-out;
    -o-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
}
.ModuleProductListGiant.layout-125 .pro-container li .bgColor:before{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}
.ModuleProductListGiant.layout-125 .pro-container li .bgColor:after{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}
.ModuleProductListGiant.layout-125 .pro-container li:hover .bgColor:before,.ModuleProductListGiant.layout-125 .pro-container li:hover .bgColor:after{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
    .ModuleProductListGiant.layout-125 .pro-container li:hover .bgColor {height: 100%;opacity: .9;}
    .ModuleProductListGiant.layout-125 .pred-filter{display: block}
    .ModuleProductListGiant.layout-125 .silder-filter,.btn-filter{display: none}
    .ModuleProductListGiant.layout-125 li.col-lg-2 {width: calc((100% - 16px) / 2); }
    .ModuleProductListGiant.layout-125 li:nth-child(2n).col-lg-2{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-lg-3 {width: calc((100% - 16px * 2) / 3); }
    .ModuleProductListGiant.layout-125 li:nth-child(3n).col-lg-3{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-lg-4 {width: calc((100% - 16px * 3) / 4); }
    .ModuleProductListGiant.layout-125 li:nth-child(4n).col-lg-4{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-lg-5 {width: calc((100% - 16px * 4) / 5); }
    .ModuleProductListGiant.layout-125 li:nth-child(5n).col-lg-5{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-lg-6 {width: calc((100% - 16px * 5) / 6); }
    .ModuleProductListGiant.layout-125 li:nth-child(6n).col-lg-6{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-lg-1 {width: 100%; }
    .ModuleProductListGiant.layout-125 li:nth-child(n).col-lg-1{ margin-right: 0 !important;}
}

.ModuleProductListGiant.layout-125 .bean-finish{background: #f10215;color:#fff;}
.ModuleProductListGiant.layout-125 .items-active{background: transparent;border: 1px solid transparent;color: #f10215;}
.ModuleProductListGiant.layout-125 .selected-light:hover{color:#f10215;}
.ModuleProductListGiant.layout-125 .choosed-tab{color:#f10215}

@media screen and (max-width: 767px) {
    .ModuleProductListGiant.layout-125 .pro-container li:hover .bgColor > a{top: 25%;}
    .ModuleProductListGiant.layout-125 .pro-container li .bgColor > a .pro-desc-show{-webkit-line-clamp: 2;}
    .ModuleProductListGiant.layout-125 .silder-filter,.btn-filter { display: block;}
    .ModuleProductListGiant.layout-125 .pro-container { width: 100%; }
    .ModuleProductListGiant.layout-125 .pro-container li { margin: 0 2% 6% 0 !important;padding: 0}
    .ModuleProductListGiant.layout-125 .pro-container li { width: 49%; font-size: 15px; }
    .ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-price { font-size: 14px; font-weight: normal; }
    .ModuleProductListGiant.layout-125 .pro-container li .pro-img { overflow: hidden; display: block; }
    .ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-desc { margin-top: 12px; }
    .ModuleProductListGiant.layout-125 .pro-container li .pro-tit .pro-name { /*margin-top: 7px;*/  padding: 0;  margin: 4% !important; }
    .ModuleProductListGiant.layout-125 .pro-container{ padding: 0 10px 0 10px }


    .ModuleProductListGiant.layout-125 li.col-xs-2 {width: 49% !important; }
    .ModuleProductListGiant.layout-125 li:nth-child(2n).col-xs-2{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-xs-3 {width:32% !important; }
    .ModuleProductListGiant.layout-125 li:nth-child(3n).col-xs-3{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-xs-4 {width: 23.5% !important; }
    .ModuleProductListGiant.layout-125 li:nth-child(4n).col-xs-4{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-xs-5 {width:18.4% !important; }
    .ModuleProductListGiant.layout-125 li:nth-child(5n).col-xs-5{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-xs-6 {width:15% !important; }
    .ModuleProductListGiant.layout-125 li:nth-child(6n).col-xs-6{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-125 li.col-xs-1 {width: 100% !important;}
    .ModuleProductListGiant.layout-125 li:nth-child(n).col-xs-1{ margin-right: 0 !important;}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .ModuleProductListGiant.layout-125 .pred-filter { display: none; }
    .ModuleProductListGiant.layout-125 .pro-container li { margin: 0 1% 2%;  margin-bottom: 7px;}
    .ModuleProductListGiant.layout-125 .pro-container li { width: 47%;font-size: 15px;}
    .ModuleProductListGiant.layout-125 .pro-container>li { padding-bottom: 3%; }
}
.ModuleProductListGiant.layout-125 .pagerGiant .inputer{outline: 0;}.module_106329169 .ModuleHead .HeadCenter{float:none;}
#module_106329169 {
padding:0px;
}
#module_106329169 {
position:static;
z-index:0;
top:899px;
left:566px;
width:100%;
height: auto;
}
#module_106329169 .ModuleHead106329169 {
display:none;
}
#module_106329169 .BodyCenter.BodyCenter106329169 {
background:none;background-color:rgba(0,0,0,0);
}
#module_106329169 >.module_106329169 {
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_106329169 >.module_106329169{
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_106329169 .BodyCenter.BodyCenter106329169 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106329169 .BodyCenter.BodyCenter106329169 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_106329169 >.module_106329169 {
margin-top:2.0833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106329169 >.module_106329169 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_106329169 >.module_106329169 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106329169:hover {
border:none;
}
#module_106329169:hover >.module_106329169 {
border-color:#ccc;
}
#module_106329169:hover >.module_106329169 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106329169 .pro-item{margin-bottom:16px; margin-right:16px;} #module_106329169 .pro-container li.col-lg-2{width:calc((100% - 16px) / 2);} #module_106329169 .pro-container li.col-lg-3{width:calc((100% - 16px * 2) / 3);} #module_106329169 .pro-container li.col-lg-4{width:calc((100% - 16px * 3) / 4);} #module_106329169 .pro-container li.col-lg-5{width:calc((100% - 16px * 4) / 5);} #module_106329169 .pro-container li.col-lg-6{width:calc((100% - 16px * 5) / 6);}
#module_106329169 .pro-item{padding-top:0px;}
#module_106329169 .pro-item{padding-bottom:0px;}
#module_106329169 .pro-item{padding-left:0px;}
#module_106329169 .pro-item{padding-right:0px;}
#module_106329169 .pro-item .pro-bg{background-color:rgb(227, 108, 9);}
#module_106329169 .pro-item .pro-bg{background-image:none;}
#module_106329169 .pro-item .pro-bg{background-repeat:no-repeat;}
#module_106329169 .pro-item .pro-bg{}
#module_106329169 .pro-item .pro-bg{}
#module_106329169 .pro-item .pro-bg{}
#module_106329169 .pro-item .pro-bg{border-top-color:#eee;}
#module_106329169 .pro-item .pro-bg{border-top-style:solid;}
#module_106329169 .pro-item .pro-bg{border-top-width:0px;}
#module_106329169 .pro-item .pro-bg{border-right-color:#eee;}
#module_106329169 .pro-item .pro-bg{border-right-style:solid;}
#module_106329169 .pro-item .pro-bg{border-right-width:0px;}
#module_106329169 .pro-item .pro-bg{border-bottom-color:#eee;}
#module_106329169 .pro-item .pro-bg{border-bottom-style:solid;}
#module_106329169 .pro-item .pro-bg{border-bottom-width:0px;}
#module_106329169 .pro-item .pro-bg{border-left-color:#eee;}
#module_106329169 .pro-item .pro-bg{border-left-style:solid;}
#module_106329169 .pro-item .pro-bg{border-left-width:0px;}
#module_106329169 .pro-img .dummy{background-color:#fff;}
#module_106329169 .pro-img .dummy{background-image:none;}
#module_106329169 .pro-img .dummy{background-repeat:no-repeat;}
#module_106329169 .pro-img .dummy{}
#module_106329169 .pro-img .dummy{}
#module_106329169 .pro-img .dummy{}
#module_106329169 .pro-img .dummy{padding-top:100%;}
#module_106329169 .pro-img img{ object-fit:unset;}
#module_106329169 .pro-img img{ width:auto;}
#module_106329169 .pro-img img{ height:auto;}
#module_106329169 .pro-img img{border-radius:0px;}
#module_106329169 .pro-name{font-size:16px;}
#module_106329169 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_106329169 .pro-name{color:#fff;}
#module_106329169 .pro-name{font-weight:normal;}
#module_106329169 .pro-name{text-decoration:none;}
#module_106329169 .pro-name{}
#module_106329169 .pro-name{margin-top:0px;}
#module_106329169 .pro-name{margin-bottom:0px;}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li,#module_106329169 .productListOrderCtrlTab .summary .totalProduct{color:#000;}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_106329169 .choosed-tab, #module_106329169 .setting-screening-criteria{font-size:px;}
#module_106329169 .choosed-tab{font-family:;}
#module_106329169 .choosed-tab, #module_106329169 .setting-screening-criteria{color:;}
#module_106329169 .choosed-tab{}
#module_106329169 .choosed-tab{}
#module_106329169 .choosed-tab{}
#module_106329169 .selected-light,#module_106329169 .setting-all, #module_106329169 .setting-left-bar, #module_106329169 .setting-pred-warp .setting-collapse, #module_106329169 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_106329169 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_106329169 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_106329169 .selected-light,#module_106329169 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_106329169 .selected-light,#module_106329169 .setting-left-bar,#module_106329169 .setting-reset,#module_106329169 .setting-pred-warp .setting-collapse,#module_106329169 .giantroom .btn-more{color:#666;}
#module_106329169 .selected-light{font-weight:normal;}
#module_106329169 .selected-light,#module_106329169 .setting-all{text-decoration:none;}
#module_106329169 .selected-light,#module_106329169 .setting-all{}
#module_106329169 .setting-right-temp ul li, #module_106329169 .choosed-tab{border-top-left-radius:px;}
#module_106329169 .setting-right-temp ul li, #module_106329169 .choosed-tab{border-top-right-radius:px;}
#module_106329169 .setting-right-temp ul li, #module_106329169 .choosed-tab{border-bottom-left-radius:px;}
#module_106329169 .setting-right-temp ul li, #module_106329169 .choosed-tab{border-bottom-right-radius:px;}
#module_106329169 .pred-filter, #module_106329169 .choosed-tab{border-top-color:;}
#module_106329169 .pred-filter, #module_106329169 .choosed-tab{border-top-style:;}
#module_106329169 .pred-filter, #module_106329169 .choosed-tab, #module_106329169 .giantroom .btn-more{border-top-width:px;} #module_106329169 .giantroom {margin-top: calc(-16px - px);}
#module_106329169 .pred-filter, #module_106329169 .choosed-tab, #module_106329169 .giantroom .btn-more{border-bottom-color:;}
#module_106329169 .pred-filter, #module_106329169 .choosed-tab, #module_106329169 .giantroom .btn-more{border-bottom-style:;}
#module_106329169 .pred-filter, #module_106329169 .choosed-tab, #module_106329169 .giantroom .btn-more{border-bottom-width:px;}
#module_106329169 .pred-filter, #module_106329169 .choosed-tab, #module_106329169 .giantroom .btn-more{border-left-color:;}
#module_106329169 .pred-filter, #module_106329169 .choosed-tab, #module_106329169 .giantroom .btn-more{border-left-style:;}
#module_106329169 .pred-filter, #module_106329169 .choosed-tab, #module_106329169 .giantroom .btn-more{border-left-width:px;}
#module_106329169 .pred-filter, #module_106329169 .choosed-tab, #module_106329169 .giantroom .btn-more{border-right-color:;}
#module_106329169 .pred-filter, #module_106329169 .choosed-tab, #module_106329169 .giantroom .btn-more{border-right-style:;}
#module_106329169 .pred-filter, #module_106329169 .choosed-tab, #module_106329169 .giantroom .btn-more{border-right-width:px;}
#module_106329169 .setting-pred-warp{border-top-color:;}
#module_106329169 .setting-left-bar{background-color:;}
#module_106329169 .setting-left-bar{width:px} #module_106329169 .setting-right-temp ul.FilterPc{width: calc( 100% - px );}
#module_106329169 .setting-right-temp ul li{background-color:;}
#module_106329169 .choosed-tab .icsmall{color:;}
#module_106329169 .setting-right-temp ul li{margin-right:px;}
#module_106329169 .pagerGiant .text{font-size:px;}
#module_106329169 .pagerGiant .text{font-family:;}
#module_106329169 .pagerGiant .text{color:;}
#module_106329169 .pagerGiant .text{}
#module_106329169 .pagerGiant .text{}
#module_106329169 .pagerGiant .text{}
#module_106329169 .pagerGiant .current,#module_106329169 .pagerGiant .num,#module_106329169 .pagerGiant .inputer{width:px}
#module_106329169 .pagerGiant .current,#module_106329169 .pagerGiant .num,#module_106329169 .pagerGiant .inputer{height:px}
#module_106329169 .pagerGiant .num{font-size:px;}
#module_106329169 .pagerGiant .num{font-family:;}
#module_106329169 .pagerGiant .num{color:;}
#module_106329169 .pagerGiant .num{}
#module_106329169 .pagerGiant .num{}
#module_106329169 .pagerGiant .num{}
#module_106329169 .pagerGiant .submit{width:px}
#module_106329169 .pagerGiant .submit{height:px}
#module_106329169 .pagerGiant .current,#module_106329169 .pagerGiant .num,#module_106329169 .pagerGiant .inputer,#module_106329169 .pagerGiant .submit{border-top-left-radius:px;}
#module_106329169 .pagerGiant .current,#module_106329169 .pagerGiant .num,#module_106329169 .pagerGiant .inputer,#module_106329169 .pagerGiant .submit{border-top-right-radius:px;}
#module_106329169 .pagerGiant .current,#module_106329169 .pagerGiant .num,#module_106329169 .pagerGiant .inputer,#module_106329169 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_106329169 .pagerGiant .current,#module_106329169 .pagerGiant .num,#module_106329169 .pagerGiant .inputer,#module_106329169 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_106329169 .pagerGiant .next,#module_106329169 .pagerGiant .splitline{color:;}
#module_106329169 .pagerGiant .num{background-color:#fff;}
#module_106329169 .pagerGiant .num, #module_106329169 .pagerGiant .inputer{border-top-color:#ccc;}
#module_106329169 .pagerGiant .num, #module_106329169 .pagerGiant .inputer{border-top-style:solid;}
#module_106329169 .pagerGiant .num, #module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit, #module_106329169 .pagerGiant .inputer{border-top-width:1px;}
#module_106329169 .pagerGiant .num, #module_106329169 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_106329169 .pagerGiant .num, #module_106329169 .pagerGiant .inputer{border-bottom-style:solid;}
#module_106329169 .pagerGiant .num, #module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit, #module_106329169 .pagerGiant .inputer{border-bottom-width:1px;}
#module_106329169 .pagerGiant .num, #module_106329169 .pagerGiant .inputer{border-left-color:#ccc;}
#module_106329169 .pagerGiant .num, #module_106329169 .pagerGiant .inputer{border-left-style:solid;}
#module_106329169 .pagerGiant .num, #module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit, #module_106329169 .pagerGiant .inputer{border-left-width:1px;}
#module_106329169 .pagerGiant .num, #module_106329169 .pagerGiant .inputer{border-right-color:#ccc;}
#module_106329169 .pagerGiant .num, #module_106329169 .pagerGiant .inputer{border-right-style:solid;}
#module_106329169 .pagerGiant .num, #module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit, #module_106329169 .pagerGiant .inputer{border-right-width:1px;}
#module_106329169 .page-more a{font-size:px;}
#module_106329169 .page-more a{font-family:;}
#module_106329169 .page-more a{color: !important;}
#module_106329169 .page-more a{}
#module_106329169 .page-more a{}
#module_106329169 .page-more a{}
#module_106329169 .page-more a{background-color:#fff;}
#module_106329169 .page-more a{border-top-color:#eee;}
#module_106329169 .page-more a{border-top-style:solid;}
#module_106329169 .page-more a{border-top-width:2px;}
#module_106329169 .page-more a{border-bottom-color:#eee;}
#module_106329169 .page-more a{border-bottom-style:solid;}
#module_106329169 .page-more a{border-bottom-width:2px;}
#module_106329169 .page-more a{border-left-color:#eee;}
#module_106329169 .page-more a{border-left-style:solid;}
#module_106329169 .page-more a{border-left-width:2px;}
#module_106329169 .page-more a{border-right-color:#eee;}
#module_106329169 .page-more a{border-right-style:solid;}
#module_106329169 .page-more a{border-right-width:2px;}
#module_106329169 .pro-item:hover .bgColor:before,#module_106329169 .pro-item:hover .bgColor:after{border-color:#fff;}
#module_106329169 .pro-item:hover .pro-name-show{font-size:18px;}
#module_106329169 .pro-item:hover .pro-name-show{font-family:微软雅黑,Microsoft YaHei;}
#module_106329169 .pro-item:hover .pro-name-show{color:#fff;}
#module_106329169 .pro-item:hover .pro-name-show{font-weight:bold;}
#module_106329169 .pro-item:hover .pro-name-show{text-decoration:none;}
#module_106329169 .pro-item:hover .pro-name-show{}
#module_106329169 .pro-item:hover .pro-name-show{margin-top:0px;}
#module_106329169 .pro-item:hover .pro-name-show{margin-bottom:0px;}
#module_106329169 .pro-item:hover .pro-desc-show{margin-top:12px;}
#module_106329169 .pro-item:hover .pro-desc-show{margin-bottom:62px;}
#module_106329169 .pro-item:hover .pro-desc-show{color:#fffpx;}
#module_106329169 .pro-item:hover .pro-desc-show{font-size:14px;}
#module_106329169 .pro-item:hover .pro-desc-show{font-family:;}
#module_106329169 .pro-item:hover .pro-desc-show{color:#fff;}
#module_106329169 .pro-item:hover .pro-desc-show{font-weight:normal;}
#module_106329169 .pro-item:hover .pro-desc-show{text-decoration:none;}
#module_106329169 .pro-item:hover .pro-desc-show{font-style:normal;}
#module_106329169 .pro-item:hover .bgColor{background-color:rgb(227, 108, 9);}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#ffffff;}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#1e88e5;}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_106329169 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_106329169 .pro-item:hover .pro-icon{border-top-color:#fff;}
#module_106329169 .pro-item:hover .pro-icon{border-top-style:solid;}
#module_106329169 .pro-item:hover .pro-icon{border-top-width:1px;}
#module_106329169 .pro-item:hover .pro-icon{border-right-color:#fff;}
#module_106329169 .pro-item:hover .pro-icon{border-right-style:solid;}
#module_106329169 .pro-item:hover .pro-icon{border-right-width:1px;}
#module_106329169 .pro-item:hover .pro-icon{border-bottom-color:#fff;}
#module_106329169 .pro-item:hover .pro-icon{border-bottom-style:solid;}
#module_106329169 .pro-item:hover .pro-icon{border-bottom-width:1px;}
#module_106329169 .pro-item:hover .pro-icon{border-left-color:#fff;}
#module_106329169 .pro-item:hover .pro-icon{border-left-style:solid;}
#module_106329169 .pro-item:hover .pro-icon{border-left-width:1px;}
#module_106329169 .pro-item:hover .icon-xiangyoujiantou{color:#fff;}
#module_106329169 .selected-light:hover,#module_106329169 .selected-light.active,#module_106329169 .items-active{font-size:12px;}
#module_106329169 .selected-light:hover,#module_106329169 .selected-light.active,#module_106329169 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_106329169 .selected-light:hover,#module_106329169 .selected-light.active,#module_106329169 .items-active{color:#f10215;} #module_106329169 .items-active{border-color:#f10215;} #module_106329169 .bean-finish{background:#f10215;}
#module_106329169 .selected-light:hover,#module_106329169 .selected-light.active,#module_106329169 .items-active{font-weight:normal;}
#module_106329169 .selected-light:hover,#module_106329169 .selected-light.active,#module_106329169 .items-active{text-decoration:none;}
#module_106329169 .selected-light:hover,#module_106329169 .selected-light.active,#module_106329169 .items-active{}
#module_106329169 .setting-left-bar:hover{background-color:;}
#module_106329169 .setting-right-temp ul li:hover, #module_106329169 .setting-right-temp ul li.active{background-color:;}
#module_106329169 .choosed-tab .icsmall:hover{color:;}
#module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit{font-size:px;}
#module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit{font-family:;}
#module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit{color:;}
#module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit{}
#module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit{}
#module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit{}
#module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit{background-color:#1e88e5;}
#module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit, #module_106329169 .pagerGiant .inputer:hover{border-top-color:#1e88e5;}
#module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit, #module_106329169 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit, #module_106329169 .pagerGiant .inputer:hover{border-bottom-color:#1e88e5;}
#module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit, #module_106329169 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit, #module_106329169 .pagerGiant .inputer:hover{border-left-color:#1e88e5;}
#module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit, #module_106329169 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit, #module_106329169 .pagerGiant .inputer:hover{border-right-color:#1e88e5;}
#module_106329169 .pagerGiant .current, #module_106329169 .pagerGiant .submit, #module_106329169 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_106329169 .page-more a:hover{font-size:px;}
#module_106329169 .page-more:hover a{font-family:;}
#module_106329169 .page-more a:hover{color: !important;}
#module_106329169 .page-more a:hover {}
#module_106329169 .page-more a:hover {}
#module_106329169 .page-more a:hover {}
#module_106329169 .page-more a:hover{background-color:#fff;}
#module_106329169 .page-more a:hover{border-top-color:#eee;}
#module_106329169 .page-more a:hover{border-top-style:solid;}
#module_106329169 .page-more a:hover{border-bottom-color:#eee;}
#module_106329169 .page-more a:hover{border-bottom-style:solid;}
#module_106329169 .page-more a:hover{border-left-color:#eee;}
#module_106329169 .page-more a:hover{border-left-style:solid;}
#module_106329169 .page-more a:hover{border-right-color:#eee;}
#module_106329169 .page-more a:hover{border-right-style:solid;}


.module_67226149 .ModuleHead .HeadCenter{float:none;}
#module_67226149 {
padding:0px;
}
#module_67226149 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_67226149 .ModuleHead67226149 {
display:none;
}
#module_67226149 .BodyCenter.BodyCenter67226149 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67226149 >.module_67226149 {
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_67226149 >.module_67226149{
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_67226149 .BodyCenter.BodyCenter67226149 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226149 .BodyCenter.BodyCenter67226149 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_67226149 >.module_67226149 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226149 >.module_67226149 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_67226149 >.module_67226149 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67226149:hover {
border:none;
}
#module_67226149:hover >.module_67226149 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67226149 .ModuleSubContainer{background-color:transparent;}
#module_67226149 .ModuleSubContainer{background-image:none;}
#module_67226149 .ModuleSubContainer{background-repeat:no-repeat;}
#module_67226149 .ModuleSubContainer{background-position:0% 0%;}
#module_67226149 .ModuleSubContainer{background-attachment:scroll;}
#module_67226149 .ModuleSubContainer{}
#module_67226149 {!bgVideo!}{bgVideoUrl:none}
#module_67226149 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_67226149 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_67226149 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer67226149 {}
.ModuleProductListGiant.layout-110 .pro-item {margin: 10px;padding: 18px 20px; border:1px solid #eee;display:block; }
.ModuleProductListGiant.layout-110 .pro-item:hover { border:1px solid #df2468 }
.ModuleProductListGiant.layout-110 .pro-item .pro-img {width:17.58%;display: table-cell; position: relative }
.ModuleProductListGiant.layout-110 .pro-item .pro-img .dummy{  padding-top: 100%;  }
.ModuleProductListGiant.layout-110 .pro-item .pro-img img{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  max-width: 100%;  max-height: 100%;  display: block;  margin:auto;  padding: auto;  }
.ModuleProductListGiant.layout-110 .pro-item .pro-text{padding-left: 38px;width: calc(100% - 17.58%);}
.ModuleProductListGiant.layout-110 .pro-item .pro-name
{color:#333;font-size:16px;line-height:120%;margin-bottom: 24px;overflow:hidden; text-overflow:ellipsis;/*display:-webkit-box;  -webkit-box-orient:vertical;  -webkit-line-clamp:1;*/}
.ModuleProductListGiant.layout-110 .pro-item:hover .pro-name{color:#df2468;}
.ModuleProductListGiant.layout-110 .pro-item .pro-desc{color:#999;font-size:12px;line-height:200%;overflow:hidden; }
.ModuleProductListGiant.layout-110 .pro-item .pro-detailbtn{display:block;float:right;color:#999;font-size: 12px;border:1px solid #999;margin-top:36px;width:136px;line-height:40px;text-align: center;}
.ModuleProductListGiant.layout-110 .pro-item:hover .pro-detailbtn{ background:#df2468;color:white;border-color:#df2468; }

.ModuleProductListGiant.layout-110 .bean-finish{background: #df2468;color:#fff;}
.ModuleProductListGiant.layout-110 .items-active{color: #000;border:1px solid transparent;}
.ModuleProductListGiant.layout-110 .selected-light:hover{color:#df2468;}
.ModuleProductListGiant.layout-110 .choosed-tab{color:#df2468}
.ModuleProductListGiant.layout-110 .pro-desc{word-break: break-word !important;}
.ModuleProductListGiant.layout-110 .pro-name{word-break: break-word !important;}
@media screen and (max-width: 767px) {
    .ModuleProductListGiant.layout-110 .pro-item {padding: 12px; }
    .ModuleProductListGiant.layout-110 .pro-item .pro-text{padding-left:16px; }
    .ModuleProductListGiant.layout-110 .pro-item .pro-name{margin-bottom:4px;line-height:120%; }
    .ModuleProductListGiant.layout-110 .pro-item .pro-desc{line-height:150%; }
    .ModuleProductListGiant.layout-110 .pro-item .pro-detailbtn{margin-top:10px;width:65px;line-height:22px;font-size:12px;overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;}
}
.ModuleProductListGiant.layout-110 .pagerGiant .inputer{outline: 0;}
.module_67226148 .ModuleHead .HeadCenter{float:none;}
#module_67226148 {
padding:0px;
}
#module_67226148 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67226148 .ModuleHead67226148 {
display:none;
}
#module_67226148 .BodyCenter.BodyCenter67226148 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67226148 >.module_67226148 {
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_67226148 >.module_67226148{
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_67226148 .BodyCenter.BodyCenter67226148 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_67226148 .BodyCenter.BodyCenter67226148 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_67226148 >.module_67226148 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_67226148 >.module_67226148 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_67226148 >.module_67226148 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67226148:hover {
border:none;
}
#module_67226148:hover >.module_67226148 {
border-color:#ccc;
}
#module_67226148:hover >.module_67226148 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67226148 .pro-item{padding-top:18px;}
#module_67226148 .pro-item{padding-bottom:18px;}
#module_67226148 .pro-item{padding-left:20px;}
#module_67226148 .pro-item{padding-right:20px;}
#module_67226148 .pro-item{background-color:transparent;}
#module_67226148 .pro-item{background-image:none;}
#module_67226148 .pro-item{background-repeat:no-repeat;}
#module_67226148 .pro-item{}
#module_67226148 .pro-item{}
#module_67226148 .pro-item{}
#module_67226148 .pro-item{border-top-color:#eee;}
#module_67226148 .pro-item{border-top-style:solid;}
#module_67226148 .pro-item{border-top-width:1px;}
#module_67226148 .pro-item{border-right-color:#eee;}
#module_67226148 .pro-item{border-right-style:solid;}
#module_67226148 .pro-item{border-right-width:1px;}
#module_67226148 .pro-item{border-bottom-color:#eee;}
#module_67226148 .pro-item{border-bottom-style:solid;}
#module_67226148 .pro-item{border-bottom-width:1px;}
#module_67226148 .pro-item{border-left-color:#eee;}
#module_67226148 .pro-item{border-left-style:solid;}
#module_67226148 .pro-item{border-left-width:1px;}
#module_67226148 .pro-img .dummy{background-color:transparent;}
#module_67226148 .pro-img .dummy{background-image:none;}
#module_67226148 .pro-img .dummy{background-repeat:no-repeat;}
#module_67226148 .pro-img .dummy{}
#module_67226148 .pro-img .dummy{}
#module_67226148 .pro-img .dummy{}
#module_67226148 .pro-img{width:18%;}#module_67226148 .pro-text{width: calc(100% - 18%);}
#module_67226148 {}@media (max-width: 767px) { #module_67226148 .pro-img{width:18%;} #module_67226148 .pro-text{width: calc(100% - 18%);}}
#module_67226148 .pro-img .dummy{padding-top:100%;}
#module_67226148 .pro-img img{ object-fit:cover;}
#module_67226148 .pro-img img{ width:100%;}
#module_67226148 .pro-img img{ height:100%;}
#module_67226148 .pro-img img{border-radius:0px;}
#module_67226148 .pro-name{font-size:16px;}
#module_67226148 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_67226148 .pro-name{color:#333;}
#module_67226148 .pro-name{font-weight:normal;}
#module_67226148 .pro-name{text-decoration:none;}
#module_67226148 .pro-name{font-style:normal;}
#module_67226148 .pro-name{margin-top:0px;}
#module_67226148 .pro-name{margin-bottom:24px;}
#module_67226148 .pro-desc{margin-top:0px;}
#module_67226148 .pro-desc{margin-bottom:0px;}
#module_67226148 .pro-desc{font-size:px;}
#module_67226148 .pro-desc{font-family:;}
#module_67226148 .pro-desc{color:#999;}
#module_67226148 .pro-desc{}
#module_67226148 .pro-desc{}
#module_67226148 .pro-desc{}
#module_67226148 .pro-item .pro-detailbtn{font-size:12px;}
#module_67226148 .pro-item .pro-detailbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_67226148 .pro-item .pro-detailbtn{color:#999;}
#module_67226148 .pro-item .pro-detailbtn{font-weight:normal;}
#module_67226148 .pro-item .pro-detailbtn{text-decoration:none;}
#module_67226148 .pro-item .pro-detailbtn{font-style:normal;}
#module_67226148 .pro-item .pro-detailbtn{background-color:#fff;}
#module_67226148 .pro-item .pro-detailbtn{background-image:none;}
#module_67226148 .pro-item .pro-detailbtn{background-repeat:no-repeat;}
#module_67226148 .pro-item .pro-detailbtn{}
#module_67226148 .pro-item .pro-detailbtn{}
#module_67226148 .pro-item .pro-detailbtn{}
#module_67226148 .pro-item .pro-detailbtn{border-top-left-radius:0px;}
#module_67226148 .pro-item .pro-detailbtn{border-top-right-radius:0px;}
#module_67226148 .pro-item .pro-detailbtn{border-bottom-left-radius:0px;}
#module_67226148 .pro-item .pro-detailbtn{border-bottom-right-radius:0px;}
#module_67226148 .pro-item .pro-detailbtn{border-top-color:#eee;}
#module_67226148 .pro-item .pro-detailbtn{border-top-style:solid;}
#module_67226148 .pro-item .pro-detailbtn{border-top-width:1px;}
#module_67226148 .pro-item .pro-detailbtn{border-right-color:#eee;}
#module_67226148 .pro-item .pro-detailbtn{border-right-style:solid;}
#module_67226148 .pro-item .pro-detailbtn{border-right-width:1px;}
#module_67226148 .pro-item .pro-detailbtn{border-bottom-color:#eee;}
#module_67226148 .pro-item .pro-detailbtn{border-bottom-style:solid;}
#module_67226148 .pro-item .pro-detailbtn{border-bottom-width:0px;}
#module_67226148 .pro-item .pro-detailbtn{border-left-color:#eee;}
#module_67226148 .pro-item .pro-detailbtn{border-left-style:solid;}
#module_67226148 .pro-item .pro-detailbtn{border-left-width:1px;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li,#module_67226148 .productListOrderCtrlTab .summary .totalProduct{color:#333;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li{font-style:normal;}
#module_67226148 .choosed-tab, #module_67226148 .setting-screening-criteria{font-size:px;}
#module_67226148 .choosed-tab{font-family:;}
#module_67226148 .choosed-tab, #module_67226148 .setting-screening-criteria{color:;}
#module_67226148 .choosed-tab{}
#module_67226148 .choosed-tab{}
#module_67226148 .choosed-tab{}
#module_67226148 .selected-light,#module_67226148 .setting-all, #module_67226148 .setting-left-bar, #module_67226148 .setting-pred-warp .setting-collapse, #module_67226148 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_67226148 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_67226148 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_67226148 .selected-light,#module_67226148 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_67226148 .selected-light,#module_67226148 .setting-left-bar,#module_67226148 .setting-reset,#module_67226148 .setting-pred-warp .setting-collapse,#module_67226148 .giantroom .btn-more{color:#666;}
#module_67226148 .selected-light{font-weight:normal;}
#module_67226148 .selected-light,#module_67226148 .setting-all{text-decoration:none;}
#module_67226148 .selected-light,#module_67226148 .setting-all{}
#module_67226148 .setting-right-temp ul li, #module_67226148 .choosed-tab{border-top-left-radius:px;}
#module_67226148 .setting-right-temp ul li, #module_67226148 .choosed-tab{border-top-right-radius:px;}
#module_67226148 .setting-right-temp ul li, #module_67226148 .choosed-tab{border-bottom-left-radius:px;}
#module_67226148 .setting-right-temp ul li, #module_67226148 .choosed-tab{border-bottom-right-radius:px;}
#module_67226148 .pred-filter, #module_67226148 .choosed-tab{border-top-color:;}
#module_67226148 .pred-filter, #module_67226148 .choosed-tab{border-top-style:;}
#module_67226148 .pred-filter, #module_67226148 .choosed-tab, #module_67226148 .giantroom .btn-more{border-top-width:px;} #module_67226148 .giantroom {margin-top: calc(-16px - px);}
#module_67226148 .pred-filter, #module_67226148 .choosed-tab, #module_67226148 .giantroom .btn-more{border-bottom-color:;}
#module_67226148 .pred-filter, #module_67226148 .choosed-tab, #module_67226148 .giantroom .btn-more{border-bottom-style:;}
#module_67226148 .pred-filter, #module_67226148 .choosed-tab, #module_67226148 .giantroom .btn-more{border-bottom-width:px;}
#module_67226148 .pred-filter, #module_67226148 .choosed-tab, #module_67226148 .giantroom .btn-more{border-left-color:;}
#module_67226148 .pred-filter, #module_67226148 .choosed-tab, #module_67226148 .giantroom .btn-more{border-left-style:;}
#module_67226148 .pred-filter, #module_67226148 .choosed-tab, #module_67226148 .giantroom .btn-more{border-left-width:px;}
#module_67226148 .pred-filter, #module_67226148 .choosed-tab, #module_67226148 .giantroom .btn-more{border-right-color:;}
#module_67226148 .pred-filter, #module_67226148 .choosed-tab, #module_67226148 .giantroom .btn-more{border-right-style:;}
#module_67226148 .pred-filter, #module_67226148 .choosed-tab, #module_67226148 .giantroom .btn-more{border-right-width:px;}
#module_67226148 .setting-pred-warp{border-top-color:;}
#module_67226148 .setting-left-bar{background-color:;}
#module_67226148 .setting-left-bar{width:px} #module_67226148 .setting-right-temp ul.FilterPc{width: calc( 100% - px );}
#module_67226148 .setting-right-temp ul li{background-color:;}
#module_67226148 .choosed-tab .icsmall{color:;}
#module_67226148 .setting-right-temp ul li{margin-right:px;}
#module_67226148 .pagerGiant .text{font-size:px;}
#module_67226148 .pagerGiant .text{font-family:;}
#module_67226148 .pagerGiant .text{color:;}
#module_67226148 .pagerGiant .text{}
#module_67226148 .pagerGiant .text{}
#module_67226148 .pagerGiant .text{}
#module_67226148 .pagerGiant .current,#module_67226148 .pagerGiant .num,#module_67226148 .pagerGiant .inputer{width:px}
#module_67226148 .pagerGiant .current,#module_67226148 .pagerGiant .num,#module_67226148 .pagerGiant .inputer{height:px}
#module_67226148 .pagerGiant .num{font-size:px;}
#module_67226148 .pagerGiant .num{font-family:;}
#module_67226148 .pagerGiant .num{color:;}
#module_67226148 .pagerGiant .num{}
#module_67226148 .pagerGiant .num{}
#module_67226148 .pagerGiant .num{}
#module_67226148 .pagerGiant .submit{width:px}
#module_67226148 .pagerGiant .submit{height:px}
#module_67226148 .pagerGiant .current,#module_67226148 .pagerGiant .num,#module_67226148 .pagerGiant .inputer,#module_67226148 .pagerGiant .submit{border-top-left-radius:px;}
#module_67226148 .pagerGiant .current,#module_67226148 .pagerGiant .num,#module_67226148 .pagerGiant .inputer,#module_67226148 .pagerGiant .submit{border-top-right-radius:px;}
#module_67226148 .pagerGiant .current,#module_67226148 .pagerGiant .num,#module_67226148 .pagerGiant .inputer,#module_67226148 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_67226148 .pagerGiant .current,#module_67226148 .pagerGiant .num,#module_67226148 .pagerGiant .inputer,#module_67226148 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_67226148 .pagerGiant .next,#module_67226148 .pagerGiant .splitline{color:;}
#module_67226148 .pagerGiant .num{background-color:#fff;}
#module_67226148 .pagerGiant .num, #module_67226148 .pagerGiant .inputer{border-top-color:#ccc;}
#module_67226148 .pagerGiant .num, #module_67226148 .pagerGiant .inputer{border-top-style:solid;}
#module_67226148 .pagerGiant .num, #module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit, #module_67226148 .pagerGiant .inputer{border-top-width:1px;}
#module_67226148 .pagerGiant .num, #module_67226148 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_67226148 .pagerGiant .num, #module_67226148 .pagerGiant .inputer{border-bottom-style:solid;}
#module_67226148 .pagerGiant .num, #module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit, #module_67226148 .pagerGiant .inputer{border-bottom-width:1px;}
#module_67226148 .pagerGiant .num, #module_67226148 .pagerGiant .inputer{border-left-color:#ccc;}
#module_67226148 .pagerGiant .num, #module_67226148 .pagerGiant .inputer{border-left-style:solid;}
#module_67226148 .pagerGiant .num, #module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit, #module_67226148 .pagerGiant .inputer{border-left-width:1px;}
#module_67226148 .pagerGiant .num, #module_67226148 .pagerGiant .inputer{border-right-color:#ccc;}
#module_67226148 .pagerGiant .num, #module_67226148 .pagerGiant .inputer{border-right-style:solid;}
#module_67226148 .pagerGiant .num, #module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit, #module_67226148 .pagerGiant .inputer{border-right-width:1px;}
#module_67226148 .page-more a{font-size:px;}
#module_67226148 .page-more a{font-family:;}
#module_67226148 .page-more a{color: !important;}
#module_67226148 .page-more a{}
#module_67226148 .page-more a{}
#module_67226148 .page-more a{}
#module_67226148 .page-more a{background-color:#fff;}
#module_67226148 .page-more a{border-top-color:#eee;}
#module_67226148 .page-more a{border-top-style:solid;}
#module_67226148 .page-more a{border-top-width:2px;}
#module_67226148 .page-more a{border-bottom-color:#eee;}
#module_67226148 .page-more a{border-bottom-style:solid;}
#module_67226148 .page-more a{border-bottom-width:2px;}
#module_67226148 .page-more a{border-left-color:#eee;}
#module_67226148 .page-more a{border-left-style:solid;}
#module_67226148 .page-more a{border-left-width:2px;}
#module_67226148 .page-more a{border-right-color:#eee;}
#module_67226148 .page-more a{border-right-style:solid;}
#module_67226148 .page-more a{border-right-width:2px;}
#module_67226148 .pro-item:hover{background-color:transparent;}
#module_67226148 .pro-item:hover{background-image:none;}
#module_67226148 .pro-item:hover{background-repeat:no-repeat;}
#module_67226148 .pro-item:hover{}
#module_67226148 .pro-item:hover{}
#module_67226148 .pro-item:hover{}
#module_67226148 .pro-item:hover{border-top-color:#df2468;}
#module_67226148 .pro-item:hover{border-top-style:solid;}
#module_67226148 .pro-item:hover{border-top-width:1px;}
#module_67226148 .pro-item:hover{border-right-color:#df2468;}
#module_67226148 .pro-item:hover{border-right-style:solid;}
#module_67226148 .pro-item:hover{border-right-width:1px;}
#module_67226148 .pro-item:hover{border-bottom-color:#df2468;}
#module_67226148 .pro-item:hover{border-bottom-style:solid;}
#module_67226148 .pro-item:hover{border-bottom-width:1px;}
#module_67226148 .pro-item:hover{border-left-color:#df2468;}
#module_67226148 .pro-item:hover{border-left-style:solid;}
#module_67226148 .pro-item:hover{border-left-width:1px;}
#module_67226148 .pro-item:hover .pro-name{font-size:16px;}
#module_67226148 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_67226148 .pro-item:hover .pro-name{color:rgb(227, 108, 9);}
#module_67226148 .pro-item:hover .pro-name{font-weight:normal;}
#module_67226148 .pro-item:hover .pro-name{text-decoration:none;}
#module_67226148 .pro-item:hover .pro-name{font-style:hover;}
#module_67226148 .pro-item:hover .pro-detailbtn{font-size:12px;}
#module_67226148 .pro-item:hover .pro-detailbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_67226148 .pro-item:hover .pro-detailbtn{color:#fff;}
#module_67226148 .pro-item:hover .pro-detailbtn{font-weight:normal;}
#module_67226148 .pro-item:hover .pro-detailbtn{text-decoration:none;}
#module_67226148 .pro-item:hover .pro-detailbtn{font-style:hover;}
#module_67226148 .pro-item:hover .pro-detailbtn{background-color:rgb(227, 108, 9);}
#module_67226148 .pro-item:hover .pro-detailbtn{background-image:none;}
#module_67226148 .pro-item:hover .pro-detailbtn{background-repeat:no-repeat;}
#module_67226148 .pro-item:hover .pro-detailbtn{}
#module_67226148 .pro-item:hover .pro-detailbtn{}
#module_67226148 .pro-item:hover .pro-detailbtn{}
#module_67226148 .pro-item:hover .pro-detailbtn{border-top-left-radius:0px;}
#module_67226148 .pro-item:hover .pro-detailbtn{border-top-right-radius:0px;}
#module_67226148 .pro-item:hover .pro-detailbtn{border-bottom-left-radius:0px;}
#module_67226148 .pro-item:hover .pro-detailbtn{border-bottom-right-radius:0px;}
#module_67226148 .pro-item:hover .pro-detailbtn{border-top-color:rgb(227, 108, 9);}
#module_67226148 .pro-item:hover .pro-detailbtn{border-top-style:solid;}
#module_67226148 .pro-item:hover .pro-detailbtn{border-top-width:1px;}
#module_67226148 .pro-item:hover .pro-detailbtn{border-right-color:rgb(227, 108, 9);}
#module_67226148 .pro-item:hover .pro-detailbtn{border-right-style:solid;}
#module_67226148 .pro-item:hover .pro-detailbtn{border-right-width:1px;}
#module_67226148 .pro-item:hover .pro-detailbtn{border-bottom-color:rgb(227, 108, 9);}
#module_67226148 .pro-item:hover .pro-detailbtn{border-bottom-style:solid;}
#module_67226148 .pro-item:hover .pro-detailbtn{border-bottom-width:1px;}
#module_67226148 .pro-item:hover .pro-detailbtn{border-left-color:rgb(227, 108, 9);}
#module_67226148 .pro-item:hover .pro-detailbtn{border-left-style:solid;}
#module_67226148 .pro-item:hover .pro-detailbtn{border-left-width:1px;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#fff;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-style:normal;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#df2468;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_67226148 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_67226148 .selected-light:hover,#module_67226148 .selected-light.active,#module_67226148 .items-active{font-size:12px;}
#module_67226148 .selected-light:hover,#module_67226148 .selected-light.active,#module_67226148 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_67226148 .selected-light:hover,#module_67226148 .selected-light.active,#module_67226148 .items-active{color:#df2468;} #module_67226148 .items-active{border-color:#df2468;} #module_67226148 .bean-finish{background:#df2468;}
#module_67226148 .selected-light:hover,#module_67226148 .selected-light.active,#module_67226148 .items-active{font-weight:normal;}
#module_67226148 .selected-light:hover,#module_67226148 .selected-light.active,#module_67226148 .items-active{text-decoration:none;}
#module_67226148 .selected-light:hover,#module_67226148 .selected-light.active,#module_67226148 .items-active{}
#module_67226148 .setting-left-bar:hover{background-color:;}
#module_67226148 .setting-right-temp ul li:hover, #module_67226148 .setting-right-temp ul li.active{background-color:;}
#module_67226148 .choosed-tab .icsmall:hover{color:;}
#module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit{font-size:px;}
#module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit{font-family:;}
#module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit{color:;}
#module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit{}
#module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit{}
#module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit{}
#module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit{background-color:#ed1f65;}
#module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit, #module_67226148 .pagerGiant .inputer:hover{border-top-color:#ed1f65;}
#module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit, #module_67226148 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit, #module_67226148 .pagerGiant .inputer:hover{border-bottom-color:#ed1f65;}
#module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit, #module_67226148 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit, #module_67226148 .pagerGiant .inputer:hover{border-left-color:#ed1f65;}
#module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit, #module_67226148 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit, #module_67226148 .pagerGiant .inputer:hover{border-right-color:#ed1f65;}
#module_67226148 .pagerGiant .current, #module_67226148 .pagerGiant .submit, #module_67226148 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_67226148 .page-more a:hover{font-size:px;}
#module_67226148 .page-more:hover a{font-family:;}
#module_67226148 .page-more a:hover{color: !important;}
#module_67226148 .page-more a:hover {}
#module_67226148 .page-more a:hover {}
#module_67226148 .page-more a:hover {}
#module_67226148 .page-more a:hover{background-color:#fff;}
#module_67226148 .page-more a:hover{border-top-color:#eee;}
#module_67226148 .page-more a:hover{border-top-style:solid;}
#module_67226148 .page-more a:hover{border-bottom-color:#eee;}
#module_67226148 .page-more a:hover{border-bottom-style:solid;}
#module_67226148 .page-more a:hover{border-left-color:#eee;}
#module_67226148 .page-more a:hover{border-left-style:solid;}
#module_67226148 .page-more a:hover{border-right-color:#eee;}
#module_67226148 .page-more a:hover{border-right-style:solid;}


.module_67226075 .ModuleHead .HeadCenter{float:none;}
#module_67226075 {
padding:0px;
}
#module_67226075 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67226075 .ModuleHead67226075 {
display:none;
}
#module_67226075 .BodyCenter.BodyCenter67226075 {
background-color:transparent;
background-image:url(../image/202006072030060d66f8.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 0%;
background-Attachment:scroll;
}
#module_67226075 >.module_67226075 {
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_67226075 >.module_67226075{
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_67226075 .BodyCenter.BodyCenter67226075 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_67226075 .BodyCenter.BodyCenter67226075 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67226075 >.module_67226075 {
margin-top:2.6151%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226075 >.module_67226075 {
margin-top:50px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67226075 >.module_67226075 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67226075:hover {
border:none;
}
#module_67226075:hover >.module_67226075 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67226075 .ModuleSubContainer{background-color:transparent;}
#module_67226075 .ModuleSubContainer{background-image:none;}
#module_67226075 .ModuleSubContainer{background-repeat:no-repeat;}
#module_67226075 .ModuleSubContainer{background-position:0% 0%;}
#module_67226075 .ModuleSubContainer{background-attachment:scroll;}
#module_67226075 .ModuleSubContainer{}
#module_67226075 {!bgVideo!}{bgVideoUrl:none}
#module_67226075 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_67226075 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_67226075 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer67226075 {}
/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-103 .imageTextGiant-Container{max-height: 100%; max-width: 100%;padding: 10px;}
.ModuleImageTextGiant.layout-103 .imageTextGiant-Container .GraphicUpper{text-align: center;}
.ModuleImageTextGiant.layout-103 .ModuleImageTextContent{width: 100%;}

.module_67228950 .ModuleHead .HeadCenter{float:none;}
#module_67228950 {
padding:0px;
}
#module_67228950 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_67228950 .ModuleHead67228950 {
display:none;
}
#module_67228950 .BodyCenter.BodyCenter67228950 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67228950 >.module_67228950 {
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_67228950 >.module_67228950{
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_67228950 .BodyCenter.BodyCenter67228950 {
padding-top:4.1667%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.6667%;
}
}
@media screen and (max-width: 767px){
#module_67228950 .BodyCenter.BodyCenter67228950 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228950 >.module_67228950 {
margin-top:2.5833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228950 >.module_67228950 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228950 >.module_67228950 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228950:hover {
border:none;
}
#module_67228950:hover >.module_67228950 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228950 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_67228950 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_67228950 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_67228950 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_67228950 .GraphicUpper .TextImage{margin-top:0px;}
#module_67228950 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_67228950 .GraphicUpper .TextImage{margin-left:0px;}
#module_67228950 .GraphicUpper .TextImage{margin-right:0px;}
#module_67228950 .TextImage{width:18%;}
#module_67228950 .MobileTextImage{width:50%;}
#module_67228950 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_67228950 .imageTextGiant-Container{padding-top:10px;}
#module_67228950 .imageTextGiant-Container{padding-bottom:10px;}
#module_67228950 .imageTextGiant-Container{padding-left:10px;}
#module_67228950 .imageTextGiant-Container{padding-right:10px;}
#module_67228950 .ModuleImageTextGiantContent{padding-top:13px;}
#module_67228950 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_67228950 .ModuleImageTextGiantContent{padding-left:0px;}
#module_67228950 .ModuleImageTextGiantContent{padding-right:0px;}
#module_67228950 .imageTextGiant-Container{padding-top:0px;}
#module_67228950 .imageTextGiant-Container{padding-bottom:0px;}
#module_67228950 .imageTextGiant-Container{padding-left:0px;}
#module_67228950 .imageTextGiant-Container{padding-right:0px;}
#module_67228950 .showHandle .btn{font-size:px;}
#module_67228950 .showHandle .btn{font-family:;}
#module_67228950 .showHandle .btn{color:;}
#module_67228950 .showHandle .btn{}
#module_67228950 .showHandle .btn{}
#module_67228950 .showHandle .btn{}
#module_67228950 .showHandle div{border-top-color: !important;}
#module_67228950 .showHandle div{border-top-style: !important;}
#module_67228950 .showHandle div{border-top-width:px !important;}
#module_67228950 .showHandle{background-color:;}
#module_67228950 .showHandle{}
#module_67228950 .showHandle{}
#module_67228950 .showHandle{}
#module_67228950 .showHandle{}
#module_67228950 .showHandle{}
#module_67228950 a{font-size:unset;font-family:unset}
/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row { display: flex; flex-wrap: wrap;justify-content: center;}
.ModuleImageTextGiant.layout-109 .imageTextGiant-Container{max-height: 100%; max-width: 100%;}
.ModuleImageTextGiant.layout-109 .imageTextContainer{overflow:unset !important;}

@media only screen and (min-width: 767px) {
	
	.ModuleImageTextGiant.layout-109 .normal_ImgtextBox:last-child{ margin-right: 0 !important;}
}
@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-109 .MobileImgtextBox:nth-child(2n){ margin-right: 0 !important;}
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row{display: inline-block;*/
	/*	flex-wrap: wrap;flex: auto;}*/
	.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row .col-xs-6{
		width: 49%;
    	/*padding: 10px 0 10px 10px;*/
   		 box-sizing: border-box;
	}
	.ModuleImageTextGiant.layout-109 .oneline{ width: 100% !important;}
	/* .ModuleImageTextGiant.layout-109 .oneline:nth-child(1){ margin-top: 0 !important; }
	
	.ModuleImageTextGiant.layout-109 .twoline:nth-child(1),.ModuleImageTextGiant.layout-109 .twoline:nth-child(2){ margin-top: 0 !important; } */
}

/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row{width:auto;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row{width:auto;}*/
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row .col-xs-6{width: 49.66666%;!*padding: 15px 15px 0 15px;*!}*/
	/*.ModuleImageTextGiant.layout-109 .normal_ImgtextBox_content .GraphicUpper{padding-bottom: 15px;}*/
/*}*/.module_67228991 .ModuleHead .HeadCenter{float:none;}
#module_67228991 {
padding:0px;
}
#module_67228991 {
position:static;
z-index:0;
top:5699px;
left:1022px;
width:100%;
height: auto;
}
#module_67228991 .ModuleHead67228991 {
display:none;
}
#module_67228991 .BodyCenter.BodyCenter67228991 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67228991 >.module_67228991 {
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_67228991 >.module_67228991{
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_67228991 .BodyCenter.BodyCenter67228991 {
padding-top:2.5000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228991 .BodyCenter.BodyCenter67228991 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228991 >.module_67228991 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228991 >.module_67228991 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228991 >.module_67228991 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228991:hover {
border:none;
}
#module_67228991:hover >.module_67228991 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228991 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_67228991 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_67228991 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_67228991 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_67228991 .GraphicUpper .TextImage{padding-top:0px;}
#module_67228991 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_67228991 .GraphicUpper .TextImage{padding-left:15px;}
#module_67228991 .GraphicUpper .TextImage{padding-right:15px;}
#module_67228991 .GraphicUpper .TextImage{width:27%;}
#module_67228991 .GraphicUpper .MobileTextImage{width:100%;}
#module_67228991 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_67228991 .ModuleImageTextGiantContent{padding-top:18px;}
#module_67228991 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_67228991 .ModuleImageTextGiantContent{padding-left:0px;}
#module_67228991 .ModuleImageTextGiantContent{padding-right:0px;}
#module_67228991 .normal_ImgtextBox{padding-top:0px;}
#module_67228991 .normal_ImgtextBox{padding-bottom:0px;}
#module_67228991 .normal_ImgtextBox{padding-left:15px;}
#module_67228991 .normal_ImgtextBox{padding-right:15px;}
#module_67228991 .normal_ImgtextBox{margin-top:0px;margin-bottom:0px;}
#module_67228991 .normal_ImgtextBox.col-lg-6 {margin-right:0px; width:calc((99% - 0px * 5)/ 6)} #module_67228991 .normal_ImgtextBox.col-lg-5 {margin-right:0px; width:calc((99% - 0px * 4)/ 5)} #module_67228991 .normal_ImgtextBox.col-lg-4 {margin-right:0px; width:calc((99% - 0px * 3)/ 4)} #module_67228991 .normal_ImgtextBox.col-lg-3 {margin-right:0px; width:calc((99% - 0px * 2)/ 3)} #module_67228991 .normal_ImgtextBox.col-lg-2 {margin-right:0px; width:calc((99% - 0px)/ 2)}  #module_67228991 .MobileImgtextBox{margin-right:0px;margin-left:0; width:calc((99% - 0px) / 2);}
#module_67228991 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox{background-color:transparent;}
#module_67228991 .normal_ImgtextBox{background-image:none;}
#module_67228991 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_67228991 .normal_ImgtextBox{background-position:0% 0%;}
#module_67228991 .normal_ImgtextBox{background-attachment:none;}
#module_67228991 .normal_ImgtextBox{}
#module_67228991 .normal_ImgtextBox{border-top-left-radius:0px;}
#module_67228991 .normal_ImgtextBox{border-top-right-radius:0px;}
#module_67228991 .normal_ImgtextBox{border-bottom-left-radius:0px;}
#module_67228991 .normal_ImgtextBox{border-bottom-right-radius:0px;}
#module_67228991 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox{border-top-style:none;}
#module_67228991 .normal_ImgtextBox{border-top-width:0px;}
#module_67228991 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox{border-right-style:none;}
#module_67228991 .normal_ImgtextBox{border-right-width:0px;}
#module_67228991 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox{border-bottom-style:none;}
#module_67228991 .normal_ImgtextBox{border-bottom-width:0px;}
#module_67228991 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox{border-left-style:none;}
#module_67228991 .normal_ImgtextBox{border-left-width:0px;}
#module_67228991 .showHandle .btn{font-size:px;}
#module_67228991 .showHandle .btn{font-family:;}
#module_67228991 .showHandle .btn{color:;}
#module_67228991 .showHandle .btn{}
#module_67228991 .showHandle .btn{}
#module_67228991 .showHandle .btn{}
#module_67228991 .showHandle div{border-top-color: !important;}
#module_67228991 .showHandle div{border-top-style: !important;}
#module_67228991 .showHandle div{border-top-width:px !important;}
#module_67228991 .showHandle{background-color:;}
#module_67228991 .showHandle{}
#module_67228991 .showHandle{}
#module_67228991 .showHandle{}
#module_67228991 .showHandle{}
#module_67228991 .showHandle{}
#module_67228991 .normal_ImgtextBox:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox:hover{border-top-style:none;}
#module_67228991 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox:hover{border-right-style:none;}
#module_67228991 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_67228991 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox:hover{border-left-style:none;}
#module_67228991 a{font-size:unset;font-family:unset}
.module_106326924 .ModuleHead .HeadCenter{float:none;}
#module_106326924 {
padding:0px;
}
#module_106326924 {
position:static;
z-index:0;
top:2249px;
left:203px;
width:100%;
height: auto;
}
#module_106326924 .ModuleHead106326924 {
display:none;
}
#module_106326924 .BodyCenter.BodyCenter106326924 {
background:none;background-color:rgba(0,0,0,0);
}
#module_106326924 >.module_106326924 {
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_106326924 >.module_106326924{
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_106326924 .BodyCenter.BodyCenter106326924 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_106326924 .BodyCenter.BodyCenter106326924 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_106326924 >.module_106326924 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_106326924 >.module_106326924 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_106326924 >.module_106326924 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106326924:hover {
border:none;
}
#module_106326924:hover >.module_106326924 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106326924 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_106326924 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_106326924 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_106326924 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_106326924 .GraphicUpper .TextImage{padding-top:0px;}
#module_106326924 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_106326924 .GraphicUpper .TextImage{padding-left:15px;}
#module_106326924 .GraphicUpper .TextImage{padding-right:15px;}
#module_106326924 .GraphicUpper .TextImage{width:100%;}
#module_106326924 .GraphicUpper .MobileTextImage{width:50%;}
#module_106326924 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_106326924 .ModuleImageTextGiantContent{padding-top:18px;}
#module_106326924 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_106326924 .ModuleImageTextGiantContent{padding-left:0px;}
#module_106326924 .ModuleImageTextGiantContent{padding-right:0px;}
#module_106326924 .normal_ImgtextBox{padding-top:0px;}
#module_106326924 .normal_ImgtextBox{padding-bottom:0px;}
#module_106326924 .normal_ImgtextBox{padding-left:15px;}
#module_106326924 .normal_ImgtextBox{padding-right:15px;}
#module_106326924 .normal_ImgtextBox{margin-top:15px;margin-bottom:15px;}
#module_106326924 .normal_ImgtextBox.col-lg-6 {margin-right:0px; width:calc((99% - 0px * 5)/ 6)} #module_106326924 .normal_ImgtextBox.col-lg-5 {margin-right:0px; width:calc((99% - 0px * 4)/ 5)} #module_106326924 .normal_ImgtextBox.col-lg-4 {margin-right:0px; width:calc((99% - 0px * 3)/ 4)} #module_106326924 .normal_ImgtextBox.col-lg-3 {margin-right:0px; width:calc((99% - 0px * 2)/ 3)} #module_106326924 .normal_ImgtextBox.col-lg-2 {margin-right:0px; width:calc((99% - 0px)/ 2)}  #module_106326924 .MobileImgtextBox{margin-right:0px;margin-left:0; width:calc((99% - 0px) / 2);}
#module_106326924 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox{background-color:transparent;}
#module_106326924 .normal_ImgtextBox{background-image:none;}
#module_106326924 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_106326924 .normal_ImgtextBox{background-position:0% 0%;}
#module_106326924 .normal_ImgtextBox{background-attachment:none;}
#module_106326924 .normal_ImgtextBox{}
#module_106326924 .normal_ImgtextBox{border-top-left-radius:0px;}
#module_106326924 .normal_ImgtextBox{border-top-right-radius:0px;}
#module_106326924 .normal_ImgtextBox{border-bottom-left-radius:0px;}
#module_106326924 .normal_ImgtextBox{border-bottom-right-radius:0px;}
#module_106326924 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox{border-top-style:none;}
#module_106326924 .normal_ImgtextBox{border-top-width:0px;}
#module_106326924 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox{border-right-style:none;}
#module_106326924 .normal_ImgtextBox{border-right-width:0px;}
#module_106326924 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox{border-bottom-style:none;}
#module_106326924 .normal_ImgtextBox{border-bottom-width:0px;}
#module_106326924 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox{border-left-style:none;}
#module_106326924 .normal_ImgtextBox{border-left-width:0px;}
#module_106326924 .showHandle .btn{font-size:14px;}
#module_106326924 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_106326924 .showHandle .btn{color:#333;}
#module_106326924 .showHandle .btn{font-weight:400;}
#module_106326924 .showHandle .btn{text-decoration:none;}
#module_106326924 .showHandle .btn{font-style:normal;}
#module_106326924 .showHandle div{border-top-color:#ddd !important;}
#module_106326924 .showHandle div{border-top-style:solid !important;}
#module_106326924 .showHandle div{border-top-width:1px !important;}
#module_106326924 .showHandle{background-color:transparent;}
#module_106326924 .showHandle{background-image:none;}
#module_106326924 .showHandle{background-repeat:no-repeat;}
#module_106326924 .showHandle{}
#module_106326924 .showHandle{}
#module_106326924 .showHandle{}
#module_106326924 .normal_ImgtextBox:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox:hover{border-top-style:none;}
#module_106326924 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox:hover{border-right-style:none;}
#module_106326924 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_106326924 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox:hover{border-left-style:none;}
#module_106326924 a{font-size:unset;font-family:unset}
.module_67228398 .ModuleHead .HeadCenter{float:none;}
#module_67228398 {
padding:0px;
}
#module_67228398 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67228398 .ModuleHead67228398 {
display:none;
}
#module_67228398 .BodyCenter.BodyCenter67228398 {
background:none;background-color:rgb(12, 12, 12);
}
#module_67228398 >.module_67228398 {
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_67228398 >.module_67228398{
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_67228398 .BodyCenter.BodyCenter67228398 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228398 .BodyCenter.BodyCenter67228398 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228398 >.module_67228398 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228398 >.module_67228398 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228398 >.module_67228398 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228398:hover {
border:none;
}
#module_67228398:hover >.module_67228398 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228398 .ModuleSubContainer{background-color:transparent;}
#module_67228398 .ModuleSubContainer{background-image:none;}
#module_67228398 .ModuleSubContainer{background-repeat:no-repeat;}
#module_67228398 .ModuleSubContainer{background-position:0% 0%;}
#module_67228398 .ModuleSubContainer{background-attachment:scroll;}
#module_67228398 .ModuleSubContainer{}
#module_67228398 {!bgVideo!}{bgVideoUrl:none}
#module_67228398 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_67228398 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_67228398 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer67228398 {}
.ModuleNavGiant.layout-104 .main-nav-content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  overflow:hidden;
}
.ModuleNavGiant.layout-104 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-104 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-104 .moveMenuRight, .ModuleNavGiant.layout-104 .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-104 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-104 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px
}
.ModuleNavGiant.layout-104 .moveMenuRight:hover, .ModuleNavGiant.layout-104 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-104 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-104 .main-nav-item-group {
  box-sizing: border-box;
  -moz-box-sizing:border-box; 
 -webkit-box-sizing:border-box;
  height: 80px;
  line-height: 80px;
  float: left;
  text-align: center;
  margin-right: 5px;
}
.ModuleNavGiant.layout-104 .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-104 .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;
  border-radius: 0px;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
}
.ModuleNavGiant.layout-104 .main-nav-item-hover {
  color: #fff;
}
.ModuleNavGiant.layout-104 .main-nav-item-hover:before {
  width: 100%;
  left: 0;
  border-radius: 20px;
  opacity: 1;
}
.ModuleNavGiant.layout-104 .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-104 .sub-nav-item-box {
  width: 100%;
  position: relative;
}
.ModuleNavGiant.layout-104 .sub-nav-item-group{
	position: relative;
}
.ModuleNavGiant.layout-104 .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-104 .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;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-104 .sub-nav-item .inner {
display: block;
height: 100%;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s; 
-o-transition: all 0.5s;
}
.ModuleNavGiant.layout-104 .sub-nav-item .inner{ 
  height:100%;
  line-height: calc(100% + 18px);
  display: block;
}
.ModuleNavGiant.layout-104 .sub-nav-item:first-child {
  border-top: none!important;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.ModuleNavGiant.layout-104 .sub-nav-item:last-child {
  border-bottom: none!important;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.ModuleNavGiant.layout-104 .sub-nav-item:hover .inner{
  padding-left: 10px;
}
.ModuleNavGiant.layout-104 .sub-nav-item-group.current {
  display: block;
}
.ModuleNavGiant.layout-104 .main-nav-item-group.current .main-nav-item {
  color: #fff;
}
.ModuleNavGiant.layout-104 .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-104 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-104 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-104 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-104 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-104 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-104 .verticalMenu .main-nav-item {padding: 0 !important; text-align: center;}
.ModuleNavGiant.layout-104 .sub-nav-item-group.sub-menu{
    display: none !important;
}.module_67228418 .ModuleHead .HeadCenter{float:none;}
#module_67228418 {
padding:0px;
}
#module_67228418 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67228418 .ModuleHead67228418 {
display:none;
}
#module_67228418 .BodyCenter.BodyCenter67228418 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67228418 >.module_67228418 {
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_67228418 >.module_67228418{
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_67228418 .BodyCenter.BodyCenter67228418 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228418 .BodyCenter.BodyCenter67228418 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228418 >.module_67228418 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228418 >.module_67228418 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228418 >.module_67228418 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228418:hover {
border:none;
}
#module_67228418:hover >.module_67228418 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228418 .main-nav-item-group{height:55px;line-height:55px;} #module_67228418 .main-nav-content{height:55px}
#module_67228418 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_67228418 .main-nav-content{background-image:none;}
#module_67228418 .main-nav-content{background-repeat:no-repeat;}
#module_67228418 .main-nav-content{}
#module_67228418 .main-nav-content{}
#module_67228418 .main-nav-content{}
#module_67228418 .main-nav-content, #module_67228418 .verticalMenu .main-nav-item-group{text-align:left;}
#module_67228418 .main-nav-item{font-size:10px;}
#module_67228418 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_67228418 .main-nav-item{color:rgb(216, 216, 216);}
#module_67228418 .main-nav-item{font-weight:normal;}
#module_67228418 .main-nav-item{text-decoration:none;}
#module_67228418 .main-nav-item{font-style:normal;}
#module_67228418 .main-nav-item{width:auto;}
#module_67228418 .main-nav-item{padding-left:17px;padding-right:17px;} #module_67228418 .verticalMenu .main-nav-item-group{margin-bottom:17px;}
#module_67228418 .main-nav-item{background-image:none;}
#module_67228418 .main-nav-item{background-color:transparent;}
#module_67228418 .main-nav-item{background-repeat:no-repeat;}
#module_67228418 .main-nav-item{}
#module_67228418 .main-nav-item{}
#module_67228418 .main-nav-item{}
#module_67228418 .sub-nav-item-group{width:192px;}
#module_67228418 .sub-nav-item{height:40px;line-height:40px;} #module_67228418 .sub-nav-item .inner {line-height: calc(100% + (40px - 10px));}
#module_67228418 .sub-nav-item .inner{font-size:12px;}
#module_67228418 .sub-nav-item .inner{font-family:微软雅黑,Microsoft YaHei;}
#module_67228418 .sub-nav-item .inner{color:#000;}
#module_67228418 .sub-nav-item .inner{font-weight:normal;}
#module_67228418 .sub-nav-item .inner{text-decoration:none;}
#module_67228418 .sub-nav-item .inner{font-style:normal;}
#module_67228418 .sub-nav-item,#module_67228418 .arrow,#module_67228418 .sub-normal-color{background-color:#fff;}
#module_67228418 .sub-nav-item .inner{background-image:none;}
#module_67228418 .sub-nav-item .inner{background-repeat:no-repeat;}
#module_67228418 .sub-nav-item .inner{}
#module_67228418 .sub-nav-item .inner{}
#module_67228418 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_67228418 .sub-nav-item{border-bottom-style:solid;}
#module_67228418 .sub-nav-item{border-bottom-width:1px;}
#module_67228418 .sub-nav-item{margin-bottom:0px;}
#module_67228418 .main-nav-item-hover{font-size:10px;}
#module_67228418 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_67228418 .main-nav-item-hover{color:rgb(255, 255, 255);}
#module_67228418 .main-nav-item-hover{font-weight:normal;}
#module_67228418 .main-nav-item-hover{text-decoration:none;}
#module_67228418 .main-nav-item-hover{font-style:normal;}
#module_67228418 .main-nav-item-hover::before{background-color:rgba(0,0,0,0);}
#module_67228418 .main-nav-item-hover::before{background-image:none;}
#module_67228418 .main-nav-item-hover::before{background-repeat:no-repeat;}
#module_67228418 .main-nav-item-hover::before{}
#module_67228418 .main-nav-item-hover::before{}
#module_67228418 .main-nav-item-hover::before{}
#module_67228418 .sub-nav-item:hover .inner{font-size:12px;}
#module_67228418 .sub-nav-item:hover .inner{font-family:微软雅黑,Microsoft YaHei;}
#module_67228418 .sub-nav-item:hover .inner{color:#000;}
#module_67228418 .sub-nav-item:hover .inner{font-weight:normal;}
#module_67228418 .sub-nav-item:hover .inner{text-decoration:none;}
#module_67228418 .sub-nav-item:hover .inner{font-style:normal;}
#module_67228418 .sub-nav-item:hover .inner,#module_67228418 .sub-hover-color{background-color:#f2f2f2;}
#module_67228418 .sub-nav-item:hover .inner{background-image:none;}
#module_67228418 .sub-nav-item:hover .inner{background-repeat:no-repeat;}
#module_67228418 .sub-nav-item:hover .inner{}
#module_67228418 .sub-nav-item:hover .inner{}
#module_67228418 .sub-nav-item:hover .inner{}


.module_67228976 .ModuleHead .HeadCenter{float:none;}
#module_67228976 {
padding:0px;
}
#module_67228976 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67228976 .ModuleHead67228976 {
display:none;
}

#module_67228976 .ModuleImageTextGiantContent{margin-top:0px;}
#module_67228976 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_67228976 .ModuleImageTextGiantContent{margin-left:0px;}
#module_67228976 .ModuleImageTextGiantContent{margin-right:10px;}
#module_67228976 .imageTextGiant-Container{padding-top:10px;}
#module_67228976 .imageTextGiant-Container{padding-bottom:10px;}
#module_67228976 .imageTextGiant-Container{padding-left:10px;}
#module_67228976 .imageTextGiant-Container{padding-right:10px;}
#module_67228976 .showHandle .btn{font-size:px;}
#module_67228976 .showHandle .btn{font-family:;}
#module_67228976 .showHandle .btn{color:;}
#module_67228976 .showHandle .btn{}
#module_67228976 .showHandle .btn{}
#module_67228976 .showHandle .btn{}
#module_67228976 .showHandle div{border-top-color: !important;}
#module_67228976 .showHandle div{border-top-style: !important;}
#module_67228976 .showHandle div{border-top-width:px !important;}
#module_67228976 .showHandle{background-color:;}
#module_67228976 .showHandle{}
#module_67228976 .showHandle{}
#module_67228976 .showHandle{}
#module_67228976 .showHandle{}
#module_67228976 .showHandle{}
#module_67228976 a{font-size:unset;font-family:unset}
.ModuleAssocListContainer[gridswidthmode="2"] {
    max-width: 1200px;
    width: auto;
}
.ModuleAssocListGiant.layout-101 .ModuleAssocListItem {
    padding: 0
}

.ModuleAssocListGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleAssocListGiant.layout-101 .ModuleAssocListCol {
    padding: 0px;
}

.ModuleAssocListGiant.layout-101 .ModuleAssocListItem {
    padding: 0px;
}

.ModuleAssocListGiant.layout-101 .ModuleAssocListItem {
    min-height: 1px;
}

.ModuleAssocListGiant.layout-101 .ModuleAssocListContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleAssocListGiant.layout-101{height: 100%;}
.ModuleAssocListGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleAssocListGiant.layout-101 .gridBgVideo{position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleAssocListGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleAssocListGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleAssocListGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}.module_106330370 .ModuleHead .HeadCenter{float:none;}
#module_106330370 {
padding:0px;
}
#module_106330370 {
position:static;
z-index:1;
top:21px;
left:0px;
width:100%;
height: auto;
}
#module_106330370 .ModuleHead106330370 {
display:none;
}

#module_106330370 .ModuleSubContainer{background-color:transparent;}
#module_106330370 .ModuleSubContainer{}
#module_106330370 .ModuleSubContainer{background-repeat:no-repeat;}
#module_106330370 .ModuleSubContainer{background-position:0% 0%;}
#module_106330370 .ModuleSubContainer{background-attachment:scroll;}
#module_106330370 {!bgVideo!}{bgVideoUrl:}
#module_106330370 .gridBgVideo .bgVideoMask{opacity:0.2}
.ModuleAssocListContainer.ModuleAssocListContainer106330370 {max-width:1200px;width:auto;}
.ModuleMobileNavGiant.layout-104 p{ color: #fff;}
.mobileNav {  width: 100%;  height: 3rem;  line-height: 3rem;  text-align: center;  position: fixed;  z-index: 950;  top:0;  }
.pagebody_nav_1.showFloatNav{    -ms-transform: translateX(50%) !important;
    -khtml-transform: translateX(50%) !important;
    -webkit-transform: translateX(50%) !important;
    -o-transform: translateX(50%) !important;
    -moz-transform: translateX(50%) !important;
    transform: translateX(50%) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;}
.ModuleMobileNavGiant.layout-104  .header-model{width: 100%; height: 3rem;}
.mobileFootNav_1.showFloatNav{-ms-transform: translateX(50%) !important; -khtml-transform: translateX(50%) !important; -webkit-transform: translateX(50%) !important; -o-transform: translateX(50%) !important; -moz-transform: translateX(50%) !important; transform: translateX(50%) !important;-ms-transition: 0.5s; -webkit-transition: 0.5s; -khtml-transition: 0.5; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s;}
.mobileNavRenderElem {
    width: 100%;
    height: 3rem;
}

.mobileNav_1.showFloatNav {-ms-transform: translateX(50%);-khtml-transform: translateX(50%);-webkit-transform: translateX(50%);-o-transform: translateX(50%);-moz-transform: translateX(50%);transform: translateX(50%);}
.mobileNavFloatLayer_1 {  z-index: 9999;display: block;  visibility: hidden;  width: 50%;  height: 100%;  -ms-transform: translateX(-100%);  -khtml-transform: translateX(-100%);  -webkit-transform: translateX(-100%);  -o-transform: translateX(-100%);  -moz-transform: translateX(-100%);  transform: translateX(-100%);  -ms-transition: 0.5s;  -webkit-transition: 0.5s;  -khtml-transition: 0.5;  -o-transition: 0.5s;  -moz-transition: 0.5s;  transition: 0.5s;  -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0,0,0,.3);  -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0,0,0,.3);  -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0,0,0,.3);  -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0,0,0,.3);  box-shadow: inset -0.3rem 0rem 0.5rem rgba(0,0,0,.3);  }
.ModuleMobileNavGiant.layout-104 .micro-nav-item{ background:#e50b1c;height: calc(100vh);}
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul{ padding-top: 4rem;}
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul li{ height: 2.98rem; border-bottom: 1px solid #fff; color: #fff; margin-left: 1.333rem; margin-right: 2.46rem; display: flex; align-items: center;}
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul li a{ color: #fff;width: 100%;display: flex;align-items: center;}
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul li i{ width:1.12rem; height: 1.3rem;  display: inline-block; margin-right: 1.06rem;}
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul li p{ font-size: .81rem; color: #fff;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.ModuleMobileNavGiant.layout-104 #header p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}
.ModuleMobileNavGiant.layout-104 .icon-dianhua-moren{ font-weight: normal;}
.ModuleMobileNavGiant.layout-104 .icon-sousuo{ font-weight: 750;}
.ModuleMobileNavGiant.layout-104 .container{ width: 100%;  height: 100%;  max-width: 100%;  overflow: hidden; position: relative;  }
.ModuleMobileNavGiant.layout-104 .view { will-change: transform; position: absolute;  width: 100%;   left: 0;  top: 0;  transition: transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);}
.ModuleMobileNavGiant.layout-104 .list-view {  height:100%;  width: 100%;  position: relative; overflow: scroll; -webkit-overflow-scrolling: touch;  z-index: 9999; }
.ModuleMobileNavGiant.layout-104 .view-change .list-view {  transform: translateX(50%);}
.ModuleMobileNavGiant.layout-104 .view-change .details-view {  transform: translateX(0); width: 50%; }
.ModuleMobileNavGiant.layout-104 .details-view {  transform: translateX(-100%);  box-sizing: border-box; width: 50%;}
.ModuleMobileNavGiant.layout-104 header { display: flex; height:3rem;  background: #f10315;  font-size: 16px;  font-weight: 700;  color: #fff;  line-height: 3rem;  -moz-box-sizing: border-box;  box-sizing: border-box;  width: 100%;  padding: 0 0  }
.ModuleMobileNavGiant.layout-104 header.fixed {  position: fixed;  top: 0;  left: 0  }
.ModuleMobileNavGiant.layout-104 header {  box-sizing: border-box;  width: 100%  }
.ModuleMobileNavGiant.layout-104 header {  top: 0;  text-align: center;  position: fixed;  z-index: 3;  max-width: 980px;  margin: 0 auto  }
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul li{  -webkit-animation-duration: 0.8s;  animation-duration: 0.8s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both;  -webkit-animation-name: bounceInLeft;  animation-name: bounceInLeft;  }

.ModuleMobileNavGiant.layout-104 #mobileDesignerContainer #pagebody {
    margin-top:3rem;
}
.ModuleMobileNavGiant.layout-104 .navcontent{ display:flex; width:calc(100% - 60px); margin-left: 50px;    margin-right: 8pt;}
.ModuleMobileNavGiant.layout-104 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-104 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-104 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
    fill: #fff;
}
.ModuleMobileNavGiant.layout-104 .navcontent a{  width: 56px; text-align: center;    display: block;}

.ModuleMobileNavGiant.layout-104 #header p img{max-height: 40px;     padding-right: 8pt;
    padding-left: 8pt;/*padding-left:40px;margin-right: 8px; margin-left: 15px;*/}
@media only screen and (min-width: 768px){
    .ModuleMobileNavGiant.layout-104 #mobileDesignerContainer #pagebody {
        margin-top:0px;
    }
    .ModuleMobileNavGiant.layout-104 .header-model{ display: none;}
    .pagebody_nav_1.showFloatNav {
        -ms-transform: translateX(0) !important;
        -khtml-transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }


}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.mobileNavFloatLayer_r  { right:0; -ms-transform: translateX(11rem);
    -khtml-transform: translateX(11rem);
    -webkit-transform: translateX(11rem);
    -o-transform: translateX(11rem);
    -moz-transform: translateX(11rem);
    transform: translateX(11rem); }

.mobileNav_1.showFloatNavright,.mobileFootNav_1.showFloatNavright{
    -ms-transform: translateX(-49%) !important;
    -khtml-transform: translateX(-49%) !important;
    -webkit-transform: translateX(-49%) !important;
    -o-transform: translateX(-49%) !important;
    -moz-transform: translateX(-49%) !important;
}
.ModuleMobileNavGiant.layout-104 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_67226039 .ModuleHead .HeadCenter{float:none;}
#module_67226039 {
padding:0px;
}
#module_67226039 {
}
#module_67226039 .ModuleHead67226039 {
display:none;
}
#module_67226039 .BodyCenter.BodyCenter67226039 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67226039 >.module_67226039 {
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_67226039 >.module_67226039{
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_67226039 .BodyCenter.BodyCenter67226039 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226039 .BodyCenter.BodyCenter67226039 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_67226039 >.module_67226039 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226039 >.module_67226039 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_67226039 >.module_67226039 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67226039:hover {
border:none;
}
#module_67226039:hover >.module_67226039 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67226039 .langlistbox{background-color:} #module_67226039 .langlistbox .jt{border-bottom-color:}
#module_67226039 .langlistbox .langinfo{color:}
#module_67226039 .langlistbox .langinfo{background-color:}
#module_67226039 .langlistbox .langinfo{border-color:}
#module_67226039 .langlistbox .langtxt{ font-size:px }
#module_67226039 .langlistbox .langtxt{ color: }
#module_67226039 {}##module_67226039.layout-104 #header{border-bottom-color:transparent;}
#module_67226039 {}#module_67226039.layout-104 #header{border-bottom-style:none;}
#module_67226039 {}#module_67226039.layout-104 #header{border-bottom-width:0px;}
#module_67226039 {}#module_67226039.layout-104 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_67226039 {}#module_67226039.layout-104 #MobileNav{background-color: transparent;} #module_67226039.layout-104 #header{background-color:rgb(227, 108, 9);}
#module_67226039 {}#module_67226039.layout-104 #header{}
#module_67226039 {}#module_67226039.layout-104 #header p{color:#fff;}
#module_67226039 {}#module_67226039.layout-104 .lcitem .rect{background:#fff;} #module_67226039.layout-104 .icons{color:#fff;} #module_67226039.layout-104 .svgdiv svg>*{fill:#fff;}
#module_67226039 {}#module_67226039.layout-104 .micro-nav-item ul li{border-bottom-color:#fff;}
#module_67226039 {}#module_67226039.layout-104 .micro-nav-item,#module_67226039.layout-104 #MobileNavFloatLayer{background-color:rgb(227, 108, 9);}
#module_67226039 {}#module_67226039.layout-104 .micro-nav-item,#module_67226039.layout-104 #MobileNavFloatLayer{}
#module_67226039 {}#module_67226039.layout-104 .micro-nav-item>ul>li>a,#module_67226039.layout-104 .micro-nav-item>ul>li>a p{color:#fff;}
#module_67226039 {}#module_67226039.layout-104 #header p{font-family:;}
#module_67226039 {}#module_67226039.layout-104 #header p{}
#module_67226039 {}#module_67226039.layout-104 #header p{}
#module_67226039 {}#module_67226039.layout-104 #header p{font-size:px;}
#module_67226039 {}#module_67226039.layout-104 #header p{}
#module_67226039 {}#module_67226039.layout-104 .micro-nav-item>ul>li>a,#module_67226039.layout-104 .micro-nav-item>ul>li>a p{font-family:;}
#module_67226039 {}#module_67226039.layout-104 .micro-nav-item>ul>li>a,#module_67226039.layout-104 .micro-nav-item>ul>li>a p{font-size:px;}
#module_67226039 .langlistbox li:hover .langinfo,#module_67226039 .langactive .langinfo {color:}
#module_67226039 .langlistbox li:hover .langinfo,#module_67226039 .langactive .langinfo{background-color:}
#module_67226039 .langlistbox li:hover .langinfo,#module_67226039 .langactive .langinfo{border-color:}
#module_67226039 .langlistbox li:hover .langtxt,#module_67226039 .langactive .langtxt{ color: }
#module_67226039 {}#module_67226039.layout-104 .micro-nav-item>ul>li>a:hover,#module_67226039.layout-104 .micro-nav-item>ul>li>a:hover p{color:#fff;}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16);
    color: #666;
    box-sizing: content-box;
    white-space: nowrap;
    /* min-width: 80px; */
}
.ModuleMobileFloatNavGiant .defaultbtnbghover{
    transform: rotate(180deg);
    transition: all 0.5s;
}
.ModuleMobileFloatNavGiant .itemtextright{
    text-align: right;
}
.ModuleMobileFloatNavGiant .itemtextleft{
    text-align: left;
}
.ModuleMobileFloatNavGiant .itemtextright::before{
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: -8px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .itemtextleft::before{
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: -7px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .FloatNavitemlist{ height: 0; display: none; transition:all}
.itemimg{
    max-height: 25px;
    max-width: 25px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%
}
.FloatNavMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    background: #000;
    z-index: 15;
}
.FloatNavQRCode span img {
    border: solid 0.625rem #fff;
}
.FloatNavQRCode span {
    display: block;
    overflow: hidden;
    bottom: 3.750rem;
    right: 0.625rem;
    position: fixed;
    z-index: 20;
}
.FloatNavQRCode {
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}.module_67226181 .ModuleHead .HeadCenter{float:none;}
#module_67226181 {
padding:0px;
}
#module_67226181 {
}
#module_67226181 .ModuleHead67226181 {
display:none;
}

#module_67226181 .defaultbtn{background-color:#fff}
#module_67226181 .defaultbtn{}
#module_67226181 .spotgroup{color:#000}
#module_67226181 .itembtn{background-color:#fff}
#module_67226181 .itembtn{}
#module_67226181 .itemicon{color:#666} #module_67226181 svg>*{fill:#666}
#module_67226181 .itemtext{background-color:#fff} #module_67226181 .itemtextright::before{border-left-color:#fff} #module_67226181 .itemtextleft::before{border-right-color:#fff}
#module_67226181 .itemtext{}
#module_67226181 .itemtext{font-size:12px;}
#module_67226181 .itemtext{font-family:;}
#module_67226181 .itemtext{color:#666 !important;}
#module_67226181 .itemtext{font-weight:normal;}
#module_67226181 .itemtext{text-decoration:none;}
#module_67226181 .itemtext{font-style:normal;}
#module_67226181 .defaultbtnbghover{background-color:#000000}
#module_67226181 .defaultbtnbghover{}
#module_67226181 .defaultbtniconbghover{color:#fff}
.module_67226040 .ModuleHead .HeadCenter{float:none;}
#module_67226040 {
padding:0px;
}
#module_67226040 {
}
#module_67226040 .ModuleHead67226040 {
display:none;
}
#module_67226040 .BodyCenter.BodyCenter67226040 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67226040 >.module_67226040 {
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_67226040 >.module_67226040{
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_67226040 .BodyCenter.BodyCenter67226040 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_67226040 .BodyCenter.BodyCenter67226040 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_67226040 >.module_67226040 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_67226040 >.module_67226040 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_67226040 >.module_67226040 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67226040:hover {
border:none;
}
#module_67226040:hover >.module_67226040 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67226040 .foot-nav-list{background-color:rgb(227, 108, 9) !important;}
#module_67226040 .foot-nav-list{border-top-color:transparent;}
#module_67226040 .foot-nav-list{border-top-style:none;}
#module_67226040 .foot-nav-list{border-top-width:0px;}
#module_67226040 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_67226040 .icon{color:#fff !important;} #module_67226040 .icon svg >*{fill:#fff}
#module_67226040 .itemText{font-size:12px;}
#module_67226040 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_67226040 .itemText{color:#fff !important;}
#module_67226040 .itemText{font-weight:normal;}
#module_67226040 .itemText{text-decoration:none;}
#module_67226040 .itemText{font-style:normal;}
#module_67226040 .iconh{color:#fff !important;}  #module_67226040 .iconh svg >*{fill:#fff}
#module_67226040 .itemTexth{font-size:12px;}
#module_67226040 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_67226040 .itemTexth{color:#fff !important;}
#module_67226040 .itemTexth{font-weight:normal;}
#module_67226040 .itemTexth{text-decoration:none;}
#module_67226040 .itemTexth{font-style:normal;}
