/*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: auto;
	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_360979792 .ModuleHead .HeadCenter{float:none;}
#module_360979792 {
padding:0px;
}
#module_360979792 {
position:absolute;
z-index:4001;
top:610px;
left:0px;
width:100%;
height:126px;
}
#module_360979792 .ModuleHead360979792 {
display:none;
}
#module_360979792 .BodyCenter.BodyCenter360979792 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360979792 >.module_360979792 {
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_360979792 >.module_360979792{
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_360979792 .BodyCenter.BodyCenter360979792 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360979792 .BodyCenter.BodyCenter360979792 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360979792 >.module_360979792 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360979792 >.module_360979792 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360979792 >.module_360979792 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360979792:hover {
border:none;
}
#module_360979792:hover >.module_360979792 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360979792 .animated-circles.animated .c-1,#module_360979792 .animated-circles.animated .c-2,#module_360979792 .animated-circles.animated.c-3{opacity: 0.25; background-color:#f10215;} #module_360979792 .animated-circles2:after{background-image:linear-gradient(to bottom, #f10215, #f10215)}
#module_360979792 .online-service-nav .head{background-color:#FFFFFF;}
#module_360979792 .online-service{border-width:0px;}
#module_360979792 .online-service{border-style:;}
#module_360979792 .online-service{border-color:;}
#module_360979792 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_360979792 .online-service-content{background-color:#fff;}
#module_360979792 .online-service-content{border-top-left-radius:20px;}
#module_360979792 .online-service-content{border-bottom-left-radius:20px;}
#module_360979792 .online-service-content{border-bottom-right-radius:20px;}
#module_360979792 .online-service-content{border-top-right-radius:20px;}
#module_360979792 .online-service-content-tab .content-tab{background-color:transparent;}
#module_360979792 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_360979792 .content-close::after{border-width:1px;}
#module_360979792 .content-close::after{border-style:solid;}
#module_360979792 .content-close::after{border-color:#eeeeee;}
#module_360979792 .content-close span{background-color:#999999;}
#module_360979792 .online-service-top{background-color:#ffffff;}
#module_360979792 .online-service-top .iconfont{color:#8F011D;}
#module_360979792 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_360979792 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_360979792 .online-service:hover{border-width:0px;}
#module_360979792 .online-service:hover{border-style:;}
#module_360979792 .online-service:hover{border-color:;}
#module_360979792 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_360979792 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_360979792 .online-service:hover .online-service-hint{background-color:#8F011D;}
#module_360979792 .online-service-content-tab .content-tabh:hover{background-color:#8F011D;}
#module_360979792 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_360979792 .content-close:hover span{background-color:#999999;}
#module_360979792 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_360979792 .online-service-top:hover{background-color:#ffffff;}
#module_360979792 .online-service-top:hover .iconfont{color:#e50b1c;}
#module_360979792 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:736px}
.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_360963983 .ModuleHead .HeadCenter{float:none;}
#module_360963983 {
padding:0px;
}
#module_360963983 {
position:static;
z-index:999;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_360963983 .ModuleHead360963983 {
display:none;
}
#module_360963983 .BodyCenter.BodyCenter360963983 {
background:none;background-color:rgba(12, 12, 12, 0.95);
}
#module_360963983 >.module_360963983 {
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_360963983 >.module_360963983{
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_360963983 .BodyCenter.BodyCenter360963983 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360963983 .BodyCenter.BodyCenter360963983 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360963983 >.module_360963983 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360963983 >.module_360963983 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360963983 >.module_360963983 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360963983:hover {
border:none;
}
#module_360963983:hover >.module_360963983 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360963983 .ModuleSubContainer{background-color:transparent;}
#module_360963983 .ModuleSubContainer{background-image:none;}
#module_360963983 .ModuleSubContainer{background-repeat:no-repeat;}
#module_360963983 .ModuleSubContainer{background-position:0% 0%;}
#module_360963983 .ModuleSubContainer{background-attachment:scroll;}
#module_360963983 .ModuleSubContainer{}
#module_360963983 {!bgVideo!}{bgVideoUrl:none}
#module_360963983 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_360963983 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_360963983 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer360963983 {max-width:none;width:100%;}
/*图文模块 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;}.module_360965559 .ModuleHead .HeadCenter{float:none;}
#module_360965559 {
padding:0px;
}
#module_360965559 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360965559 .ModuleHead360965559 {
display:none;
}
#module_360965559 .BodyCenter.BodyCenter360965559 {
background:none;background-color:#8F011D;
}
#module_360965559 >.module_360965559 {
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_360965559 >.module_360965559{
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_360965559 .BodyCenter.BodyCenter360965559 {
padding-top:4.7022%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.1348%;
}
}
@media screen and (max-width: 767px){
#module_360965559 .BodyCenter.BodyCenter360965559 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360965559 >.module_360965559 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360965559 >.module_360965559 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360965559 >.module_360965559 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360965559:hover {
border:none;
}
#module_360965559:hover >.module_360965559 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360965559 .ModuleImageTextGiantContent{margin-top:0px;}
#module_360965559 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_360965559 .ModuleImageTextGiantContent{margin-left:0px;}
#module_360965559 .ModuleImageTextGiantContent{margin-right:0px;}
#module_360965559 .imageTextGiant-Container{padding-top:10px;}
#module_360965559 .imageTextGiant-Container{padding-bottom:10px;}
#module_360965559 .imageTextGiant-Container{padding-left:10px;}
#module_360965559 .imageTextGiant-Container{padding-right:10px;}
#module_360965559 .showHandle .btn{font-size:14px;}
#module_360965559 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360965559 .showHandle .btn{color:#333;}
#module_360965559 .showHandle .btn{font-weight:400;}
#module_360965559 .showHandle .btn{text-decoration:none;}
#module_360965559 .showHandle .btn{font-style:normal;}
#module_360965559 .showHandle div{border-top-color:#ddd !important;}
#module_360965559 .showHandle div{border-top-style:solid !important;}
#module_360965559 .showHandle div{border-top-width:1px !important;}
#module_360965559 .showHandle{background-color:transparent;}
#module_360965559 .showHandle{background-image:none;}
#module_360965559 .showHandle{background-repeat:no-repeat;}
#module_360965559 .showHandle{}
#module_360965559 .showHandle{}
#module_360965559 .showHandle{}
#module_360965559 a{font-size:unset;font-family:unset}
.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: 0;
}
.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_360965586 .ModuleHead .HeadCenter{float:none;}
#module_360965586 {
padding:0px;
}
#module_360965586 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360965586 .ModuleHead360965586 {
display:none;
}
#module_360965586 .BodyCenter.BodyCenter360965586 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360965586 >.module_360965586 {
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_360965586 >.module_360965586{
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_360965586 .BodyCenter.BodyCenter360965586 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360965586 .BodyCenter.BodyCenter360965586 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360965586 >.module_360965586 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.5330%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360965586 >.module_360965586 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360965586 >.module_360965586 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360965586:hover {
border:none;
}
#module_360965586:hover >.module_360965586 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360965586 .main-nav-item{height:100px;line-height:100px} #module_360965586 .main-nav-content{height:100px;}
#module_360965586 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_360965586 .main-nav-content{background-image:none;}
#module_360965586 .main-nav-content{background-repeat:no-repeat;}
#module_360965586 .main-nav-content{}
#module_360965586 .main-nav-content{}
#module_360965586 .main-nav-content{}
#module_360965586 .main-nav-content, #module_360965586 .verticalMenu .main-nav-item-group{text-align:right;}
#module_360965586 .main-nav-item{font-size:16px;}
#module_360965586 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_360965586 .main-nav-item{color:rgb(255, 255, 255);}
#module_360965586 .main-nav-item{font-weight:normal;}
#module_360965586 .main-nav-item{text-decoration:none;}
#module_360965586 .main-nav-item{font-style:normal;}
#module_360965586 .main-nav-item{background-color:transparent;}
#module_360965586 .main-nav-item{background-image:none;}
#module_360965586 .main-nav-item{background-repeat:no-repeat;}
#module_360965586 .main-nav-item{}
#module_360965586 .main-nav-item{}
#module_360965586 .main-nav-item{}
#module_360965586 .main-nav-item{width:auto;}
#module_360965586 .main-nav-item{padding-left:36px;padding-right:36px;} #module_360965586 .verticalMenu .main-nav-item-group{margin-bottom:36px;}
#module_360965586 .sub-nav-item-group{border-top-color:#333;}
#module_360965586 .sub-nav-item-group{border-top-style:solid;}
#module_360965586 .sub-nav-item-group{border-top-width:2px;}
#module_360965586 .sub-nav-item-group{border-right-color:transparent;}
#module_360965586 .sub-nav-item-group{border-right-style:none;}
#module_360965586 .sub-nav-item-group{border-right-width:0px;}
#module_360965586 .sub-nav-item-group{border-bottom-color:transparent;}
#module_360965586 .sub-nav-item-group{border-bottom-style:none;}
#module_360965586 .sub-nav-item-group{border-bottom-width:0px;}
#module_360965586 .sub-nav-item-group{border-left-color:transparent;}
#module_360965586 .sub-nav-item-group{border-left-style:none;}
#module_360965586 .sub-nav-item-group{border-left-width:0px;}
#module_360965586 .sub-nav-item-group{width:192px;}
#module_360965586 .sub-nav-item{height:40px;line-height:40px}
#module_360965586 .sub-nav-item{font-size:12px;}
#module_360965586 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_360965586 .sub-nav-item{color:#000;}
#module_360965586 .sub-nav-item{font-weight:normal;}
#module_360965586 .sub-nav-item{text-decoration:none;}
#module_360965586 .sub-nav-item{font-style:normal;}
#module_360965586 .sub-nav-item{background-color:#fff;}
#module_360965586 .sub-nav-item{background-image:none;}
#module_360965586 .sub-nav-item{background-repeat:no-repeat;}
#module_360965586 .sub-nav-item{}
#module_360965586 .sub-nav-item{}
#module_360965586 .sub-nav-item{}
#module_360965586 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_360965586 .sub-nav-item{border-bottom-style:solid;}
#module_360965586 .sub-nav-item{border-bottom-width:1px;}
#module_360965586 .sub-nav-item{margin-top:0px;}
#module_360965586 .main-nav-item-hover{font-size:16px;}
#module_360965586 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360965586 .main-nav-item-hover{color:rgb(255, 255, 255);}
#module_360965586 .main-nav-item-hover{font-weight:normal;}
#module_360965586 .main-nav-item-hover{text-decoration:none;}
#module_360965586 .main-nav-item-hover{font-style:normal;}
#module_360965586 .main-nav-item-hover{background-color:transparent;}
#module_360965586 .main-nav-item-hover{background-image:none;}
#module_360965586 .main-nav-item-hover{background-repeat:no-repeat;}
#module_360965586 .main-nav-item-hover{}
#module_360965586 .main-nav-item-hover{}
#module_360965586 .main-nav-item-hover{}
#module_360965586 .main-nav-item-hover::before,#module_360965586 .main-nav-item::before{border-bottom-color:#8F011D;}
#module_360965586 .main-nav-item-hover::before{border-bottom-style:solid;}
#module_360965586 .main-nav-item-hover::before{border-bottom-width:3px;}
#module_360965586 .sub-nav-item:hover{font-size:12px;}
#module_360965586 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360965586 .sub-nav-item:hover{color:#000;}
#module_360965586 .sub-nav-item:hover{font-weight:normal;}
#module_360965586 .sub-nav-item:hover{text-decoration:none;}
#module_360965586 .sub-nav-item:hover{font-style:normal;}
#module_360965586 .sub-nav-item:hover{background-color:#f2f2f2;}
#module_360965586 .sub-nav-item:hover{background-image:none;}
#module_360965586 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_360965586 .sub-nav-item:hover{}
#module_360965586 .sub-nav-item:hover{}
#module_360965586 .sub-nav-item:hover{}


.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_361066098 .ModuleHead .HeadCenter{float:none;}
#module_361066098 {
padding:0px;
}
#module_361066098 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_361066098 .ModuleHead361066098 {
display:none;
}

#module_361066098 img{border-top-color:transparent;}
#module_361066098 img{border-top-style:none;}
#module_361066098 img{border-top-width:0px;}
#module_361066098 img{border-right-color:transparent;}
#module_361066098 img{border-right-style:none;}
#module_361066098 img{border-right-width:0px;}
#module_361066098 img{border-bottom-color:transparent;}
#module_361066098 img{border-bottom-style:none;}
#module_361066098 img{border-bottom-width:0px;}
#module_361066098 img{border-left-color:transparent;}
#module_361066098 img{border-left-style:none;}
#module_361066098 img{border-left-width:0px;}
#module_361066098 img{border-top-left-radius:0px;}
#module_361066098 img{border-top-right-radius:0px;}
#module_361066098 img{border-bottom-left-radius:0px;}
#module_361066098 img{border-bottom-right-radius:0px;}
#module_361066098 .BodyCenter{text-align: center;}
.module_360964152 .ModuleHead .HeadCenter{float:none;}
#module_360964152 {
padding:0px;
}
#module_360964152 {
position:static;
z-index:0;
top:342px;
left:1869px;
width:100%;
height: auto;
}
#module_360964152 .ModuleHead360964152 {
display:none;
}
#module_360964152 .BodyCenter.BodyCenter360964152 {
background:none;background-color:rgb(242, 242, 242);
}
#module_360964152 >.module_360964152 {
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_360964152 >.module_360964152{
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_360964152 .BodyCenter.BodyCenter360964152 {
padding-top:2.1379%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2758%;
}
}
@media screen and (max-width: 767px){
#module_360964152 .BodyCenter.BodyCenter360964152 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964152 >.module_360964152 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964152 >.module_360964152 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964152 >.module_360964152 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964152:hover {
border:none;
}
#module_360964152:hover >.module_360964152 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964152 .ModuleSubContainer{background-color:transparent;}
#module_360964152 .ModuleSubContainer{background-image:none;}
#module_360964152 .ModuleSubContainer{background-repeat:no-repeat;}
#module_360964152 .ModuleSubContainer{background-position:0% 0%;}
#module_360964152 .ModuleSubContainer{background-attachment:scroll;}
#module_360964152 .ModuleSubContainer{}
#module_360964152 {!bgVideo!}{bgVideoUrl:none}
#module_360964152 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_360964152 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_360964152 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer360964152 {max-width:1400px;width:auto;}
.module_361065633 .ModuleHead .HeadCenter{float:none;}
#module_361065633 {
padding:0px;
}
#module_361065633 {
position:static;
z-index:0;
top:78px;
width:100%;
height: auto;
}
#module_361065633 .ModuleHead361065633 {
display:none;
}
#module_361065633 .BodyCenter.BodyCenter361065633 {
background-color:#8F011D;
/* background-image:url(../image/2021060111020048d93d.jpg); */
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_361065633 >.module_361065633 {
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(242, 242, 242);
border-bottom-width:1px;
}
#module_361065633 >.module_361065633{
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_361065633 .BodyCenter.BodyCenter361065633 {
padding-top:8.5837%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.5837%;
}
}
@media screen and (max-width: 767px){
#module_361065633 .BodyCenter.BodyCenter361065633 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_361065633 >.module_361065633 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361065633 >.module_361065633 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_361065633 >.module_361065633 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_361065633:hover {
border:none;
}
#module_361065633:hover >.module_361065633 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_361065633 .ModuleImageTextGiantContent{margin-top:0px;}
#module_361065633 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_361065633 .ModuleImageTextGiantContent{margin-left:0px;}
#module_361065633 .ModuleImageTextGiantContent{margin-right:0px;}
#module_361065633 .imageTextGiant-Container{padding-top:10px;}
#module_361065633 .imageTextGiant-Container{padding-bottom:10px;}
#module_361065633 .imageTextGiant-Container{padding-left:10px;}
#module_361065633 .imageTextGiant-Container{padding-right:10px;}
#module_361065633 .showHandle .btn{font-size:14px;}
#module_361065633 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_361065633 .showHandle .btn{color:#333;}
#module_361065633 .showHandle .btn{font-weight:400;}
#module_361065633 .showHandle .btn{text-decoration:none;}
#module_361065633 .showHandle .btn{font-style:normal;}
#module_361065633 .showHandle div{border-top-color:#ddd !important;}
#module_361065633 .showHandle div{border-top-style:solid !important;}
#module_361065633 .showHandle div{border-top-width:1px !important;}
#module_361065633 .showHandle{background-color:transparent;}
#module_361065633 .showHandle{background-image:none;}
#module_361065633 .showHandle{background-repeat:no-repeat;}
#module_361065633 .showHandle{}
#module_361065633 .showHandle{}
#module_361065633 .showHandle{}
#module_361065633 a{font-size:unset;font-family:unset}
.ModuleCommonClsGiant.layout-103 .main-class-item{background: #f5f5f5;border-bottom:2px solid #fff;display: flex;justify-content:center;align-items: center;}
.ModuleCommonClsGiant.layout-103 .main-class-item:nth-last-of-type(1){border:none !important;}
.ModuleCommonClsGiant.layout-103 .main-class-text{display:block;width:100%;text-align:center;padding-right: 6px;color:#666;font-size: 14px;height:60px;line-height: 60px;transition: all .2s ease-out 0s;}
.ModuleCommonClsGiant.layout-103 .main-class-item.active .main-class-text{color:#fff;}
.ModuleCommonClsGiant.layout-103 .main-class-item.active{background: #1b75e3}
.ModuleCommonClsGiant.layout-103 .main-class-title{display: none}
.ModuleCommonClsGiant.layout-103 .main-class-item.active .main-class-text{height:100px;line-height: 100px;}

@media (max-width: 767px) {
	.ModuleCommonClsGiant.layout-103 .one-classify {
		-webkit-align-items: flex-end;
		align-items: flex-end;
		align-items: center;
		overflow-x: auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex
	}

	.ModuleCommonClsGiant.layout-103 .main-class-item {
		width: 25%;
		text-align: center;
		flex-shrink: 0
	}

	.ModuleCommonClsGiant.layout-103 .main-class-text {
		height: 60px;
		line-height: 60px;
		padding:0 !important;
		text-align: center !important;
	}
}.module_360964156 .ModuleHead .HeadCenter{float:none;}
#module_360964156 {
padding:0px;
}
#module_360964156 {
position:static;
z-index:0;
top:242px;
left:370px;
width:100%;
height: auto;
}
#module_360964156 .ModuleHead360964156 {
display:none;
}
#module_360964156 .BodyCenter.BodyCenter360964156 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964156 >.module_360964156 {
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_360964156 >.module_360964156{
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_360964156 .BodyCenter.BodyCenter360964156 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964156 .BodyCenter.BodyCenter360964156 {
padding-top:5.7637%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_360964156 >.module_360964156 {
margin-top:6.4378%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964156 >.module_360964156 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_360964156 >.module_360964156 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964156:hover {
border:none;
}
#module_360964156:hover >.module_360964156 {
border-color:#ccc;
}
#module_360964156:hover >.module_360964156 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964156 .main-class-text{padding-top:px;}
#module_360964156 .main-class-text{padding-bottom:px;}
#module_360964156 .main-class-text{padding-left:px;}
#module_360964156 .main-class-text{padding-right:px;}
#module_360964156 .main-class-text{text-align:;}
#module_360964156 .main-class-item{background-color:rgb(255, 255, 255);}
#module_360964156 .main-class-item{background-image:none;}
#module_360964156 .main-class-item{}
#module_360964156 .main-class-item{}
#module_360964156 .main-class-item{}
#module_360964156 .main-class-item{}
#module_360964156 .main-class-item{border-bottom-color:rgb(242, 242, 242);}
#module_360964156 .main-class-item{border-bottom-style:solid;}
#module_360964156 .main-class-item{border-bottom-width:1px;}
#module_360964156 .main-class-item .main-class-text{font-size:16px;}
#module_360964156 .main-class-item .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_360964156 .main-class-item .main-class-text{color:#666;}
#module_360964156 .main-class-item .main-class-text{font-weight:normal;}
#module_360964156 .main-class-item .main-class-text{text-decoration:none;}
#module_360964156 .main-class-item .main-class-text{font-style:normal;}
#module_360964156 .main-class-text{height:60px;line-height:60px;}
#module_360964156 .main-class-item:hover{background-color:#8F011D;}
#module_360964156 .main-class-item:hover{background-image:none;}
#module_360964156 .main-class-item:hover{}
#module_360964156 .main-class-item:hover{}
#module_360964156 .main-class-item:hover{}
#module_360964156 .main-class-item:hover{}
#module_360964156 .main-class-item:hover{border-bottom-color:#fff;}
#module_360964156 .main-class-item:hover{border-bottom-style:solid;}
#module_360964156 .main-class-item:hover{border-bottom-width:2px;}
#module_360964156 .main-class-item:hover .main-class-text{font-size:16px;}
#module_360964156 .main-class-item:hover .main-class-text{font-family:微软雅黑,Microsoft YaHei;}
#module_360964156 .main-class-item:hover .main-class-text{color:#fff;}
#module_360964156 .main-class-item:hover .main-class-text{font-weight:normal;}
#module_360964156 .main-class-item:hover .main-class-text{text-decoration:none;}
#module_360964156 .main-class-item:hover .main-class-text{font-style:normal;}
#module_360964156 {}@media only screen and (min-width: 769px){#module_360964156 .main-class-item:hover .main-class-text{height:60px;line-height:60px;}}


.module_360964157 .ModuleHead .HeadCenter{float:none;}
#module_360964157 {
padding:0px;
}
#module_360964157 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964157 .ModuleHead360964157 {
display:none;
}
#module_360964157 .BodyCenter.BodyCenter360964157 {
background:none;background-color:rgb(255, 255, 255);
}
#module_360964157 >.module_360964157 {
border-top-style:solid;
border-top-color:rgb(227, 227, 227);
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_360964157 >.module_360964157{
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_360964157 .BodyCenter.BodyCenter360964157 {
padding-top:8.5837%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964157 .BodyCenter.BodyCenter360964157 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964157 >.module_360964157 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964157 >.module_360964157 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964157 >.module_360964157 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964157:hover {
border:none;
}
#module_360964157:hover >.module_360964157 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964157 .ModuleImageTextGiantContent{margin-top:0px;}
#module_360964157 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_360964157 .ModuleImageTextGiantContent{margin-left:0px;}
#module_360964157 .ModuleImageTextGiantContent{margin-right:0px;}
#module_360964157 .imageTextGiant-Container{padding-top:10px;}
#module_360964157 .imageTextGiant-Container{padding-bottom:10px;}
#module_360964157 .imageTextGiant-Container{padding-left:10px;}
#module_360964157 .imageTextGiant-Container{padding-right:10px;}
#module_360964157 .showHandle .btn{font-size:14px;}
#module_360964157 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964157 .showHandle .btn{color:#333;}
#module_360964157 .showHandle .btn{font-weight:400;}
#module_360964157 .showHandle .btn{text-decoration:none;}
#module_360964157 .showHandle .btn{font-style:normal;}
#module_360964157 .showHandle div{border-top-color:#ddd !important;}
#module_360964157 .showHandle div{border-top-style:solid !important;}
#module_360964157 .showHandle div{border-top-width:1px !important;}
#module_360964157 .showHandle{background-color:transparent;}
#module_360964157 .showHandle{background-image:none;}
#module_360964157 .showHandle{background-repeat:no-repeat;}
#module_360964157 .showHandle{}
#module_360964157 .showHandle{}
#module_360964157 .showHandle{}
#module_360964157 a{font-size:unset;font-family:unset}
/*当前位置 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{white-space:nowrap; 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_360964153 .ModuleHead .HeadCenter{float:none;}
#module_360964153 {
padding:0px;
}
#module_360964153 {
position:static;
z-index:0;
top:115px;
left:746px;
width:100%;
height: auto;
}
#module_360964153 .ModuleHead360964153 {
display:none;
}
#module_360964153 .BodyCenter.BodyCenter360964153 {
background:none;background-color:rgb(255, 255, 255);
}
#module_360964153 >.module_360964153 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(227, 227, 227);
border-bottom-width:1px;
}
#module_360964153 >.module_360964153{
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_360964153 .BodyCenter.BodyCenter360964153 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964153 .BodyCenter.BodyCenter360964153 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964153 >.module_360964153 {
margin-top:0.0000%;
margin-left:1.2853%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964153 >.module_360964153 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964153 >.module_360964153 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964153:hover {
border:none;
}
#module_360964153:hover >.module_360964153 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964153 .BreadIcon{font-size:16px;} #module_360964153 .BreadsvgIcon svg{width:16px;height:16px;}
#module_360964153 .BreadIcon{color:#666;} #module_360964153 .BreadsvgIcon svg>*{fill:#666;}
#module_360964153 .BreadIcon,#module_360964153 .BreadsvgIcon{margin-left:0px;}
#module_360964153 .BreadIcon,#module_360964153 .BreadsvgIcon{margin-right:10px;}
#module_360964153 .bcs-item,#module_360964153 .bcs-item a{font-size:12px;}
#module_360964153 .bcs-item,#module_360964153 .bcs-item a{font-family:微软雅黑,Microsoft YaHei;}
#module_360964153 .bcs-item,#module_360964153 .bcs-item a{color:#333;}
#module_360964153 .bcs-item,#module_360964153 .bcs-item a{font-weight:normal;}
#module_360964153 .bcs-item,#module_360964153 .bcs-item a{text-decoration:none;}
#module_360964153 .bcs-item,#module_360964153 .bcs-item a{font-style:normal;}
#module_360964153 .breadcrumb{text-align:left;}
#module_360964153 .breadcrumb .separator{margin-left:10px;margin-right:10px;}
#module_360964153 .breadcrumb .separator{font-size:12px;}
#module_360964153 .breadcrumb .separator{font-family:微软雅黑,Microsoft YaHei;}
#module_360964153 .breadcrumb .separator{color:#333;}
#module_360964153 .breadcrumb .separator{font-weight:normal;}
#module_360964153 .breadcrumb .separator{text-decoration:none;}
#module_360964153 .breadcrumb .separator{font-style:normal;}
#module_360964153 .breadcrumb:hover .BreadIcon{color:#666} #module_360964153 .breadcrumb:hover .BreadsvgIcon svg>*{fill:#666;}
#module_360964153 .bcs-item:hover,#module_360964153 .bcs-item a:hover{font-size:12px;}
#module_360964153 .bcs-item:hover,#module_360964153 .bcs-item a:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360964153 .bcs-item:hover,#module_360964153 .bcs-item a:hover{color:#333;}
#module_360964153 .bcs-item:hover,#module_360964153 .bcs-item a:hover{font-weight:normal;}
#module_360964153 .bcs-item:hover,#module_360964153 .bcs-item a:hover{text-decoration:none;}
#module_360964153 .bcs-item:hover,#module_360964153 .bcs-item a:hover{font-style:normal;}

/*layout-121内容*/
.flexs{ display: flex;  flex-wrap: wrap;  align-content: flex-start;}

.ModuleProductListGiant.layout-121 .pro-container>li {position: relative; padding: 10px 5px 27px 5px;transition: transform .5s ease-out 0s,background-color .5s ease-out 0s;top:0;}

.ModuleProductListGiant.layout-121 .pro-container li {float: left; margin: 10px 0px 5px 0px; border-bottom: 2px solid #333333; background-color: #f7f7f7; font-size: 16px; cursor: pointer;}
.ModuleProductListGiant.layout-121 .pro-container li .pro-img { list-style-type: none; display: block; overflow: hidden; position: relative;}
.ModuleProductListGiant.layout-121 .pro-container li .pro-img .dummy{ padding-top: 100%; background-color: #fff; }
.ModuleProductListGiant.layout-121 .pro-container li .pro-img img{  transition: all .3s ease-out 0s; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; margin:auto; padding: auto;}
.ModuleProductListGiant.layout-121 .pro-container li:hover .pro-img img{transform: scale(1.1);}
.ModuleProductListGiant.layout-121 .pro-container li .pro-tit-left{padding-left: 20px;}
.ModuleProductListGiant.layout-121 .pro-container li .pro-tit-right{position:absolute;right: 2px;width: 46px; top:0;}
.ModuleProductListGiant.layout-121 .pro-container li .pro-tit-right .rotate90{transform:rotate(89deg);text-align: center;}

.ModuleProductListGiant.layout-121 .pro-container li .pro-tit { position: relative;}
.ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-name{ margin-top: 18px; text-overflow: ellipsis; overflow: hidden; /*white-space: nowrap;*/ text-align: left; font-size: 14px; color: #444444;  width: 80%; }
.ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-desc{padding-right: 18px; text-overflow: ellipsis;  overflow: hidden;  /*white-space: nowrap;*/ margin-top: 10px; text-align: left; height: 45px;font-size: 12px;color: #a0a0a0; }
.ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-price{ font-size: 18px; color: rgb(241,2,20); font-weight: bold;}
.ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-price del{ color:rgb( 102,102,102);font-weight: 100; padding-left: 5px; }
.ModuleProductListGiant.layout-121 .pro-container li:hover .pro-tit-right{color: #fff;margin-left:2px;border-left: 1px solid rgba(255,255, 255,.3);}
.ModuleProductListGiant.layout-121 a:active,.ModuleProductListGiant.layout-121 a:visited,.ModuleProductListGiant.layout-121 a:focus{text-decoration: none;}
.ModuleProductListGiant.layout-121 .pro-params .param{line-height: 1.5; overflow: hidden;white-space: nowrap; text-overflow: ellipsis}
.ModuleProductListGiant.layout-121 .pro-desc{word-break: break-word !important;}
.ModuleProductListGiant.layout-121 .pro-name{word-break: break-word !important;}

.ModuleProductListGiant.layout-121 .smailtool{align-items: flex-start; position: absolute; top:15px; right: 15px; display: flex; }
.ModuleProductListGiant.layout-121 .VRDiv{ display: flex; justify-content: flex-start;align-items: center; margin-right: 5px; color:#fff;font-size: 14px; background-color: rgba(0,0,0,0.4); border-radius: 8px;padding:8px 12px;}
.ModuleProductListGiant.layout-121 .VRDiv > svg{ width: 16px; height: 16px;fill: #fff;}
.ModuleProductListGiant.layout-121 .VRTipstxt{ margin-left: 8px;    text-overflow: ellipsis; overflow: hidden;white-space: nowrap;}
/* 把悬停变高变低的动画移开了，ipad上这种操作是不允许的，会造成一瞬间的列表错位 */
@media screen and (min-width: 1200px) {
    .ModuleProductListGiant.layout-121 .pro-container li:hover {box-shadow:0px 8px 30px rgb(214, 213, 213);transform: translateY(-5px);-webkit-transform: translateY(-5px);box-sizing: border-box;}
}
@media screen and (min-width: 768px) {
    .ModuleProductListGiant.layout-121 .pro-container li:hover .pro-tit{ background: transparent;}
    .ModuleProductListGiant.layout-121 .pro-container li:hover .pro-tit .pro-name ,
    .ModuleProductListGiant.layout-121 .pro-container li:hover .pro-tit .pro-desc ,
    .ModuleProductListGiant.layout-121 .pro-container li:hover .pro-tit .pro-price,
    .ModuleProductListGiant.layout-121 .pro-container li:hover .pro-tit .pro-price del{ color: #fff;}
    .ModuleProductListGiant.layout-121 .pred-filter{display: block}
    .ModuleProductListGiant.layout-121 .silder-filter,.btn-filter{display: none}
    .ModuleProductListGiant.layout-121 li.col-lg-1 {width: 100%; margin: 0;}
    .ModuleProductListGiant.layout-121 li.col-lg-2 {width: calc(50% - 10px);}
    .ModuleProductListGiant.layout-121 li.col-lg-3 {width: calc(33.3333% - 10px);}
    .ModuleProductListGiant.layout-121 li.col-lg-4 {width: calc(25% - 10px);}
    .ModuleProductListGiant.layout-121 li.col-lg-5 {width: calc(20% - 10px);}
    .ModuleProductListGiant.layout-121 li.col-lg-6 {width: calc(16.6667% - 10px);}
    .ModuleProductListGiant.layout-121 li:nth-child(2n).col-lg-2{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-121 li:nth-child(3n).col-lg-3{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-121 li:nth-child(4n).col-lg-4{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-121 li:nth-child(5n).col-lg-5{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-121 li:nth-child(6n).col-lg-6{ margin-right: 0 !important;}
    .ModuleProductListGiant.layout-121 li:nth-child(n).col-lg-1{ margin-right: 0 !important;}
}

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


@media only screen and (max-width: 767px) {
    .ModuleProductListGiant.layout-121 .smailtool{ right: 5px}
    .ModuleProductListGiant.layout-121 .VRDiv{max-width: 100px;overflow: hidden;}
    .ModuleProductListGiant.layout-121 .pred-filter { display: none }
    .ModuleProductListGiant.layout-121 .silder-filter,.btn-filter { display: block }
    .ModuleProductListGiant.layout-121 .pro-container { width: 100%; }
    .ModuleProductListGiant.layout-121 .pro-container li { margin: 0 2% 2% 0 !important; }

    .ModuleProductListGiant.layout-121 .pro-container li { width: 49%;  background: #fff; font-size: 15px; }
    .ModuleProductListGiant.layout-121 .pro-container>li { padding-bottom: 12px; }
    .ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-price { font-size: 14px; font-weight: normal; }
    .ModuleProductListGiant.layout-121 .pro-container li .pro-img { overflow: hidden; display: block; }
    .ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-name { margin-top: 12px; width: 44px;}
    .ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-desc { margin-top: 7px;padding-right: 0px; }
    .ModuleProductListGiant.layout-121 .pro-container li .pro-tit-left{padding-left: 0px;}
    .ModuleProductListGiant.layout-121 .pro-container li .pro-tit-right{position:absolute;right: 0px;width: 26px; top:0;}

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

@media screen and (min-width: 481px) and (max-width: 767px) {
    .ModuleProductListGiant.layout-121 .pro-container li { width: 47%; background: #fff; font-size: 15px;}
    .ModuleProductListGiant.layout-121 .pro-container li .pro-tit .pro-name { margin-top: 12px; width: 60%}
}
.ModuleProductListGiant.layout-121 .videosDiv{border-radius: 8px;padding:8px 12px;background:rgba(0,0,0,0.4);}
.ModuleProductListGiant.layout-121 .videosTis{color: #fff;font-size: 12px;}
.ModuleProductListGiant.layout-121 .videosTis > svg{ width: 12px; height: 12px;fill: #fff;}
.ModuleProductListGiant.layout-122 .pagerGiant .inputer{outline: 0;}
.module_361086945 .ModuleHead .HeadCenter{float:none;}
#module_361086945 {
padding:0px;
}
#module_361086945 {
position:static;
z-index:1;
top:454px;
left:0px;
width:100%;
height: auto;
}
#module_361086945 .ModuleHead361086945 {
display:none;
}
#module_361086945 .BodyCenter.BodyCenter361086945 {
background:none;background-color:rgb(255, 255, 255);
}
#module_361086945 >.module_361086945 {
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_361086945 >.module_361086945{
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_361086945 .BodyCenter.BodyCenter361086945 {
padding-top:0.8569%;
padding-left:1.7138%;
padding-right:1.7138%;
padding-bottom:1.7138%;
}
}
@media screen and (max-width: 767px){
#module_361086945 .BodyCenter.BodyCenter361086945 {
padding-top:2.8818%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:2.8818%;
}
}
@media screen and (min-width: 768px){
#module_361086945 >.module_361086945 {
margin-top:0.0000%;
margin-left:1.2853%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_361086945 >.module_361086945 {
margin-top:0.0000%;
margin-left:2.8818%;
margin-right:2.8818%;
margin-bottom:11.5274%;
}
}
#module_361086945 >.module_361086945 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_361086945:hover {
border:none;
}
#module_361086945:hover >.module_361086945 {
border-color:#ccc;
}
#module_361086945:hover >.module_361086945 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_361086945 .videosDiv{background-color:;}
#module_361086945 .videosDiv{}
#module_361086945 .videosDiv{}
#module_361086945 .videosDiv{}
#module_361086945 .videosDiv{}
#module_361086945 .videosDiv{}
#module_361086945 .videosDiv{border-top-left-radius:px;}
#module_361086945 .videosDiv{border-top-right-radius:px;}
#module_361086945 .videosDiv{border-bottom-left-radius:px;}
#module_361086945 .videosDiv{border-bottom-right-radius:px;}
#module_361086945 .videosTis {font-size:px;}  #module_361086945 .videosTis > svg {width:px; height:px}
#module_361086945 .videosTis {color:;} #module_361086945 .videosTis > svg {fill:;}
#module_361086945 .videosDiv{padding-top:px;}
#module_361086945 .videosDiv{padding-bottom:px;}
#module_361086945 .videosDiv{padding-left:px;}
#module_361086945 .videosDiv{padding-right:px;}
#module_361086945 .VRDiv{background-color:;}
#module_361086945 .VRDiv{}
#module_361086945 .VRDiv{}
#module_361086945 .VRDiv{}
#module_361086945 .VRDiv{}
#module_361086945 .VRDiv{}
#module_361086945 .VRDiv{border-top-left-radius:px;}
#module_361086945 .VRDiv{border-top-right-radius:px;}
#module_361086945 .VRDiv{border-bottom-left-radius:px;}
#module_361086945 .VRDiv{border-bottom-right-radius:px;}
#module_361086945 .vrIcon  {font-size:px;}  #module_361086945 .vrIcon  > svg {width:px; height:px}
#module_361086945 .vrIcon  {color:;} #module_361086945 .vrIcon  > svg {fill:;}
#module_361086945 .VRDiv{padding-top:px;}
#module_361086945 .VRDiv{padding-bottom:px;}
#module_361086945 .VRDiv{padding-left:px;}
#module_361086945 .VRDiv{padding-right:px;}
#module_361086945 .VRTipstxt{font-size:px;}
#module_361086945 .VRTipstxt{font-family:;}
#module_361086945 .VRTipstxt{color:;}
#module_361086945 .VRTipstxt{}
#module_361086945 .VRTipstxt{}
#module_361086945 .VRTipstxt{}
#module_361086945 .pro-item{margin-bottom:10px; margin-right:10px;} #module_361086945 .pro-container li.col-lg-2{width:calc((100% - 10px) / 2);} #module_361086945 .pro-container li.col-lg-3{width:calc((100% - 10px * 2) / 3);} #module_361086945 .pro-container li.col-lg-4{width:calc((100% - 10px * 3) / 4);} #module_361086945 .pro-container li.col-lg-5{width:calc((100% - 10px * 4) / 5);} #module_361086945 .pro-container li.col-lg-6{width:calc((100% - 10px * 5) / 6);}
#module_361086945 .pro-item{padding-top:15px;}
#module_361086945 .pro-item{padding-bottom:20px;}
#module_361086945 .pro-item{padding-left:15px;}
#module_361086945 .pro-item{padding-right:15px;}
#module_361086945 .pro-item{border-top-color:transparent;}
#module_361086945 .pro-item{border-top-style:solid;}
#module_361086945 .pro-item{border-top-width:0px;}
#module_361086945 .pro-item{border-right-color:transparent;}
#module_361086945 .pro-item{border-right-style:solid;}
#module_361086945 .pro-item{border-right-width:0px;}
#module_361086945 .pro-item{border-bottom-color:transparent;}
#module_361086945 .pro-item{border-bottom-style:solid;}
#module_361086945 .pro-item{border-bottom-width:0px;}
#module_361086945 .pro-item{border-left-color:transparent;}
#module_361086945 .pro-item{border-left-style:solid;}
#module_361086945 .pro-item{border-left-width:0px;}
#module_361086945 .pro-item{background-color:rgb(246, 246, 246);}
#module_361086945 .pro-item{background-image:none;}
#module_361086945 .pro-item{background-repeat:no-repeat;}
#module_361086945 .pro-item{}
#module_361086945 .pro-item{}
#module_361086945 .pro-item{}
#module_361086945 .pro-img .dummy{background-color:transparent;}
#module_361086945 .pro-img .dummy{background-image:none;}
#module_361086945 .pro-img .dummy{background-repeat:no-repeat;}
#module_361086945 .pro-img .dummy{}
#module_361086945 .pro-img .dummy{}
#module_361086945 .pro-img .dummy{}
#module_361086945 .pro-img .dummy{padding-top:56.25%;}
#module_361086945 .pro-img img{ object-fit:cover;}
#module_361086945 .pro-img img{ width:100%;}
#module_361086945 .pro-img img{ height:100%;}
#module_361086945 .pro-img img{border-radius:0px;}
#module_361086945 .pro-name{font-size:16px;}
#module_361086945 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_361086945 .pro-name{color:#666;}
#module_361086945 .pro-name{font-weight:normal;}
#module_361086945 .pro-name{text-decoration:none;}
#module_361086945 .pro-name{}
#module_361086945 .pro-name{margin-top:18px;}
#module_361086945 .pro-name{margin-bottom:0px;}
#module_361086945 .pro-desc{margin-top:10px;}
#module_361086945 .pro-desc{margin-bottom:0px;}
#module_361086945 .pro-desc{font-size:12px;}
#module_361086945 .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_361086945 .pro-desc{color:#999999;}
#module_361086945 .pro-desc{font-weight:normal;}
#module_361086945 .pro-desc{text-decoration:none;}
#module_361086945 .pro-desc{}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li,#module_361086945 .productListOrderCtrlTab .summary .totalProduct{color:#000000;}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li{}
#module_361086945 .choosed-tab, #module_361086945 .setting-screening-criteria{font-size:12px;}
#module_361086945 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_361086945 .choosed-tab, #module_361086945 .setting-screening-criteria{color:#fd6e27;}
#module_361086945 .choosed-tab{}
#module_361086945 .choosed-tab{}
#module_361086945 .choosed-tab{}
#module_361086945 .selected-light,#module_361086945 .setting-all, #module_361086945 .setting-left-bar, #module_361086945 .setting-pred-warp .setting-collapse, #module_361086945 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_361086945 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_361086945 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_361086945 .selected-light,#module_361086945 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_361086945 .selected-light,#module_361086945 .setting-left-bar,#module_361086945 .setting-reset,#module_361086945 .setting-pred-warp .setting-collapse,#module_361086945 .giantroom .btn-more{color:#000;}
#module_361086945 .selected-light{}
#module_361086945 .selected-light,#module_361086945 .setting-all{}
#module_361086945 .selected-light,#module_361086945 .setting-all{}
#module_361086945 .setting-right-temp ul li, #module_361086945 .choosed-tab{border-top-left-radius:2px;}
#module_361086945 .setting-right-temp ul li, #module_361086945 .choosed-tab{border-top-right-radius:2px;}
#module_361086945 .setting-right-temp ul li, #module_361086945 .choosed-tab{border-bottom-left-radius:2px;}
#module_361086945 .setting-right-temp ul li, #module_361086945 .choosed-tab{border-bottom-right-radius:2px;}
#module_361086945 .pred-filter, #module_361086945 .choosed-tab{border-top-color:#d6d6d6;}
#module_361086945 .pred-filter, #module_361086945 .choosed-tab{border-top-style:solid;}
#module_361086945 .pred-filter, #module_361086945 .choosed-tab, #module_361086945 .giantroom .btn-more{border-top-width:1px;} #module_361086945 .giantroom {margin-top: calc(-16px - 1px);}
#module_361086945 .pred-filter, #module_361086945 .choosed-tab, #module_361086945 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_361086945 .pred-filter, #module_361086945 .choosed-tab, #module_361086945 .giantroom .btn-more{border-bottom-style:solid;}
#module_361086945 .pred-filter, #module_361086945 .choosed-tab, #module_361086945 .giantroom .btn-more{border-bottom-width:1px;}
#module_361086945 .pred-filter, #module_361086945 .choosed-tab, #module_361086945 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_361086945 .pred-filter, #module_361086945 .choosed-tab, #module_361086945 .giantroom .btn-more{border-left-style:solid;}
#module_361086945 .pred-filter, #module_361086945 .choosed-tab, #module_361086945 .giantroom .btn-more{border-left-width:1px;}
#module_361086945 .pred-filter, #module_361086945 .choosed-tab, #module_361086945 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_361086945 .pred-filter, #module_361086945 .choosed-tab, #module_361086945 .giantroom .btn-more{border-right-style:solid;}
#module_361086945 .pred-filter, #module_361086945 .choosed-tab, #module_361086945 .giantroom .btn-more{border-right-width:1px;}
#module_361086945 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_361086945 .setting-left-bar{background-color:#fafafa;}
#module_361086945 .setting-left-bar{width:px} #module_361086945 .setting-right-temp ul.FilterPc{width: calc( 100% - px );}
#module_361086945 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_361086945 .choosed-tab .icsmall{color:#999;}
#module_361086945 .setting-right-temp ul li{margin-right:10px;}
#module_361086945 .pro-buybtn{color:#444;}
#module_361086945 .pro-paramname{font-size:14px;}
#module_361086945 .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_361086945 .pro-paramname{color:#666;}
#module_361086945 .pro-paramname{font-weight:normal;}
#module_361086945 .pro-paramname{text-decoration:none;}
#module_361086945 .pro-paramname{font-style:normal;}
#module_361086945 .pro-paramvalue{font-size:14px;}
#module_361086945 .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_361086945 .pro-paramvalue{color:#666;}
#module_361086945 .pro-paramvalue{font-weight:normal;}
#module_361086945 .pro-paramvalue{text-decoration:none;}
#module_361086945 .pro-paramvalue{font-style:normal;}
#module_361086945 .pro-params{margin-top:15px;}
#module_361086945 .pro-params{margin-right:0px;}
#module_361086945 .pro-params{margin-left:0px;}
#module_361086945 .pro-params{margin-bottom:15px;}
#module_361086945 .pagerGiant .text{font-size:px;}
#module_361086945 .pagerGiant .text{font-family:;}
#module_361086945 .pagerGiant .text{color:;}
#module_361086945 .pagerGiant .text{}
#module_361086945 .pagerGiant .text{}
#module_361086945 .pagerGiant .text{}
#module_361086945 .pagerGiant .current,#module_361086945 .pagerGiant .num,#module_361086945 .pagerGiant .inputer{width:px}
#module_361086945 .pagerGiant .current,#module_361086945 .pagerGiant .num,#module_361086945 .pagerGiant .inputer{height:px}
#module_361086945 .pagerGiant .num{font-size:px;}
#module_361086945 .pagerGiant .num{font-family:;}
#module_361086945 .pagerGiant .num{color:;}
#module_361086945 .pagerGiant .num{}
#module_361086945 .pagerGiant .num{}
#module_361086945 .pagerGiant .num{}
#module_361086945 .pagerGiant .submit{width:px}
#module_361086945 .pagerGiant .submit{height:px}
#module_361086945 .pagerGiant .current,#module_361086945 .pagerGiant .num,#module_361086945 .pagerGiant .inputer,#module_361086945 .pagerGiant .submit{border-top-left-radius:px;}
#module_361086945 .pagerGiant .current,#module_361086945 .pagerGiant .num,#module_361086945 .pagerGiant .inputer,#module_361086945 .pagerGiant .submit{border-top-right-radius:px;}
#module_361086945 .pagerGiant .current,#module_361086945 .pagerGiant .num,#module_361086945 .pagerGiant .inputer,#module_361086945 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_361086945 .pagerGiant .current,#module_361086945 .pagerGiant .num,#module_361086945 .pagerGiant .inputer,#module_361086945 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_361086945 .pagerGiant .next,#module_361086945 .pagerGiant .splitline{color:;}
#module_361086945 .pagerGiant .num{background-color:#fff;}
#module_361086945 .pagerGiant .num, #module_361086945 .pagerGiant .inputer{border-top-color:#ccc;}
#module_361086945 .pagerGiant .num, #module_361086945 .pagerGiant .inputer{border-top-style:solid;}
#module_361086945 .pagerGiant .num, #module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit, #module_361086945 .pagerGiant .inputer{border-top-width:1px;}
#module_361086945 .pagerGiant .num, #module_361086945 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_361086945 .pagerGiant .num, #module_361086945 .pagerGiant .inputer{border-bottom-style:solid;}
#module_361086945 .pagerGiant .num, #module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit, #module_361086945 .pagerGiant .inputer{border-bottom-width:1px;}
#module_361086945 .pagerGiant .num, #module_361086945 .pagerGiant .inputer{border-left-color:#ccc;}
#module_361086945 .pagerGiant .num, #module_361086945 .pagerGiant .inputer{border-left-style:solid;}
#module_361086945 .pagerGiant .num, #module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit, #module_361086945 .pagerGiant .inputer{border-left-width:1px;}
#module_361086945 .pagerGiant .num, #module_361086945 .pagerGiant .inputer{border-right-color:#ccc;}
#module_361086945 .pagerGiant .num, #module_361086945 .pagerGiant .inputer{border-right-style:solid;}
#module_361086945 .pagerGiant .num, #module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit, #module_361086945 .pagerGiant .inputer{border-right-width:1px;}
#module_361086945 .page-more a{color:#666 !important;}
#module_361086945 .page-more a{background-color:#fff;}
#module_361086945 .page-more a{border-top-color:#eee;}
#module_361086945 .page-more a{border-top-style:solid;}
#module_361086945 .page-more a{border-top-width:2px;}
#module_361086945 .page-more a{border-bottom-color:#eee;}
#module_361086945 .page-more a{border-bottom-style:solid;}
#module_361086945 .page-more a{border-bottom-width:2px;}
#module_361086945 .page-more a{border-left-color:#eee;}
#module_361086945 .page-more a{border-left-style:solid;}
#module_361086945 .page-more a{border-left-width:2px;}
#module_361086945 .page-more a{border-right-color:#eee;}
#module_361086945 .page-more a{border-right-style:solid;}
#module_361086945 .page-more a{border-right-width:2px;}
#module_361086945 .VRDiv:hover{background-color:;}
#module_361086945 .VRDiv:hover{}
#module_361086945 .VRDiv:hover{}
#module_361086945 .VRDiv:hover{}
#module_361086945 .VRDiv:hover{}
#module_361086945 .VRDiv:hover{}
#module_361086945 .VRDiv:hover .vrIcon  {font-size:px;}  #module_361086945 .VRDiv:hover .vrIcon  > svg {width:px; height:px}
#module_361086945 .VRDiv:hover .vrIcon  {color:;} #module_361086945 .VRDiv:hover .vrIcon  > svg {fill:;}
#module_361086945 .videosDiv:hover{background-color:;}
#module_361086945 .videosDiv:hover{}
#module_361086945 .videosDiv:hover{}
#module_361086945 .videosDiv:hover{}
#module_361086945 .videosDiv:hover{}
#module_361086945 .videosDiv:hover{}
#module_361086945 .videosDiv:hover .videosTis {font-size:px;} #module_361086945 .videosDiv:hover .videosTis > svg {width:px; height:px}
#module_361086945 .videosDiv:hover .videosTis {color:;} #module_361086945 .videosDiv:hover .videosTis > svg {fill:;}
#module_361086945 .pro-item:hover .pro-paramname{font-size:14px;}
#module_361086945 .pro-item:hover .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_361086945 .pro-item:hover .pro-paramname{color:#fff;}
#module_361086945 .pro-item:hover .pro-paramname{font-weight:normal;}
#module_361086945 .pro-item:hover .pro-paramname{text-decoration:none;}
#module_361086945 .pro-item:hover .pro-paramname{font-style:normal;}
#module_361086945 .pro-item:hover .pro-paramvalue{font-size:14px;}
#module_361086945 .pro-item:hover .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_361086945 .pro-item:hover .pro-paramvalue,#module_361086945 .pro-item:hover .param{color:#fff;}
#module_361086945 .pro-item:hover .pro-paramvalue{font-weight:normal;}
#module_361086945 .pro-item:hover .pro-paramvalue{text-decoration:none;}
#module_361086945 .pro-item:hover .pro-paramvalue{font-style:normal;}
#module_361086945 .pro-item:hover{border-top-color:#eee;}
#module_361086945 .pro-item:hover{border-top-style:solid;}
#module_361086945 .pro-item:hover{border-top-width:0px;}
#module_361086945 .pro-item:hover{border-right-color:#eee;}
#module_361086945 .pro-item:hover{border-right-style:solid;}
#module_361086945 .pro-item:hover{border-right-width:0px;}
#module_361086945 .pro-item:hover{border-bottom-color:#eee;}
#module_361086945 .pro-item:hover{border-bottom-style:solid;}
#module_361086945 .pro-item:hover{border-bottom-width:0px;}
#module_361086945 .pro-item:hover{border-left-color:#eee;}
#module_361086945 .pro-item:hover{border-left-style:solid;}
#module_361086945 .pro-item:hover{border-left-width:0px;}
#module_361086945 .pro-item:hover{background-color:#8F011D;}
#module_361086945 .pro-item:hover{background-image:none;}
#module_361086945 .pro-item:hover{background-repeat:no-repeat;}
#module_361086945 .pro-item:hover{}
#module_361086945 .pro-item:hover{}
#module_361086945 .pro-item:hover{}
#module_361086945 .pro-item:hover .pro-name{font-size:16px;}
#module_361086945 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_361086945 .pro-item:hover .pro-name{color:#fff;}
#module_361086945 .pro-item:hover .pro-name{font-weight:normal;}
#module_361086945 .pro-item:hover .pro-name{text-decoration:none;}
#module_361086945 .pro-item:hover .pro-name{}
#module_361086945 .pro-item:hover .pro-desc{font-size:12px;}
#module_361086945 .pro-item:hover .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_361086945 .pro-item:hover .pro-desc{color:#ffffff;}
#module_361086945 .pro-item:hover .pro-desc{font-weight:normal;}
#module_361086945 .pro-item:hover .pro-desc{text-decoration:none;}
#module_361086945 .pro-item:hover .pro-desc{}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#ffffff;}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#fd6e27;}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_361086945 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_361086945 .selected-light:hover,#module_361086945 .selected-light.active,#module_361086945 .items-active{font-size:12px;}
#module_361086945 .selected-light:hover,#module_361086945 .selected-light.active,#module_361086945 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_361086945 .selected-light:hover,#module_361086945 .selected-light.active,#module_361086945 .items-active{color:#fd6e27;} #module_361086945 .items-active{border-color:#fd6e27;} #module_361086945 .bean-finish{background:#fd6e27;}
#module_361086945 .selected-light:hover,#module_361086945 .selected-light.active,#module_361086945 .items-active{}
#module_361086945 .selected-light:hover,#module_361086945 .selected-light.active,#module_361086945 .items-active{}
#module_361086945 .selected-light:hover,#module_361086945 .selected-light.active,#module_361086945 .items-active{}
#module_361086945 .setting-left-bar:hover{background-color:#fafafa;}
#module_361086945 .setting-right-temp ul li:hover, #module_361086945 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_361086945 .choosed-tab .icsmall:hover{color:#999;}
#module_361086945 .pro-item:hover .pro-buybtn,#module_361086945 .pro-item:hover .pro-tit-right{color:#fff;border-left-color:#fff;}
#module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit{font-size:px;}
#module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit{font-family:;}
#module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit{color:;}
#module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit{}
#module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit{}
#module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit{}
#module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit{background-color:#fd6e27;}
#module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit, #module_361086945 .pagerGiant .inputer:hover{border-top-color:#fd6e27;}
#module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit, #module_361086945 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit, #module_361086945 .pagerGiant .inputer:hover{border-bottom-color:#fd6e27;}
#module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit, #module_361086945 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit, #module_361086945 .pagerGiant .inputer:hover{border-left-color:#fd6e27;}
#module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit, #module_361086945 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit, #module_361086945 .pagerGiant .inputer:hover{border-right-color:#fd6e27;}
#module_361086945 .pagerGiant .current, #module_361086945 .pagerGiant .submit, #module_361086945 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_361086945 .page-more a:hover{color:#666 !important;}
#module_361086945 .page-more a:hover{background-color:#fff;}
#module_361086945 .page-more a:hover{border-top-color:#eee;}
#module_361086945 .page-more a:hover{border-top-style:solid;}
#module_361086945 .page-more a:hover{border-bottom-color:#eee;}
#module_361086945 .page-more a:hover{border-bottom-style:solid;}
#module_361086945 .page-more a:hover{border-left-color:#eee;}
#module_361086945 .page-more a:hover{border-left-style:solid;}
#module_361086945 .page-more a:hover{border-right-color:#eee;}
#module_361086945 .page-more a:hover{border-right-style:solid;}
/*新验证码开始*/
.ModuleCustomFormGiant.layout-101 .vciline{
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine1 {
     display: none;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine2 {
   transform: rotate(180deg);
   transition:all 0.5s;
}
.ModuleCustomFormGiant.layout-101 .VCClose{
    position: relative;
    margin-right: 20px;
    width: 30px;
    float: right;
    margin-top: 17px;
    height: 30px;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-101 .VCLine1{
     border-top:#ccc solid 2px;
     width: 18px;
     transform: rotate(45deg);
     right: 0;
     position: absolute;
     top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCLine2{
    border-top:#ccc solid 2px;
    width: 18px;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCTitle{
    color:#333;
    font-size:20px;
    font-weight: bold;
    margin-top: 41px;
    margin-bottom: 25px;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn{
     margin-top: 22px;
     text-align: right;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn1{

    width: 80px;
    height: 36px;
    background: #1e88e5;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn2{
    width: 80px;
    height: 36px;
    background: #fff;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #666666 ;
    border: 1px #ccc solid;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput::placeholder{
    color:#999999
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput{
     border:none;
     padding: 20px 0 ;
     background: #fff !important;
     border-bottom: solid #ccc 1px;
     color: #666;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .changebtn{
      text-align: right;
      display: block;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .VerificationCode{
    width: 100%;
    height: 100px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodecontext{
    padding:0 33px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv{

    position: absolute;
    bottom: 0;
    z-index: 12;
    background: #fff;
    transform: translate(-50%,-50%);
    top:auto;
    left: 50%;
    max-width: 350px;
    height: 380px;
    border-radius: 6px;
    box-shadow: 9.9px 9.9px 49px 0px rgba(0,0,0,0.11);
    display: none;
    width: 100%;
}
/*新验证码结束*/
.ModuleCustomFormGiant.layout-101 .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: normal;
    min-height: 30px;
}

.ModuleCustomFormGiant.layout-101 .from-Describe {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 15px;
    display: flex;
    align-content: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 input[type=text] {
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    width: 100%;
    padding: 0 10px 0 16px;
    box-sizing: border-box;
    min-height: 30px;
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 textarea {
    -webkit-appearance: none;
}
.ModuleCustomFormGiant.layout-101 .pcCitybox {
    display: -webkit-flex;
    /* Safari */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 .customFormicon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block !important
}

/* .ModuleCustomFormGiant.layout-101 .Select_Simulate li:hover {
    color: #fff;
} */
.ModuleCustomFormGiant.layout-101 label{
    line-height: 2;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate.layout1 .frist_item {

    height: 38px;
    line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .smsvaldatebox{
    height: 40px;
    line-height: 40px;
}
.ModuleCustomFormGiant.layout-101  .Browse-file {
    height: 38px;
    line-height: 38px;
 }
 .ModuleCustomFormGiant.layout-101 .Browse-img {
    height: 80px;

 }
.ModuleCustomFormGiant.layout-101 .multi-row-text
{
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 .Form-list {
    width: 100%;
    padding-top: 20px;
}
.ModuleCustomFormGiant.layout-101 .areabox .area{
  height: 38px;
  line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item{
    padding: 0 16px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .xilaImg {
    float: right;
    margin-top: 16px;
    /* margin-right:16px */
}

.ModuleCustomFormGiant.layout-101 .pcCitybox select {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    height: 34px;
    line-height: 34px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    cursor: pointer;
    background: url(../image/arrow1.png) no-repeat center right #fbfbfb;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

.ModuleCustomFormGiant.layout-101 .cityval {
    box-sizing: border-box;
    background: #fbfbfb;
    width: 100%;
    text-align: left;
}

.ModuleCustomFormGiant.layout-101 .choose-time-mobile {
    font-size: 14px;
}

.ModuleCustomFormGiant.layout-101 .pcCitybox .Couty-select {
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-101 .submitbtn {
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin-top: 8px
}

.ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
    width: 188px;
    line-height: 34px;
    margin-right: 10px;
    float: left;
    min-height: 36px;
}

.ModuleCustomFormGiant.layout-101 .VerificationCode {
    width: 86px;
    height: 34px;
    float: left;
}

.ModuleCustomFormGiant.layout-101 .Browse-file-input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
}

.ModuleCustomFormGiant.layout-101 .file-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 .Browse-file {
    /* width: 90px; height: 32px; line-height: 32px;*/
    color: #333;
    background: #f8f8f8;
    border: 1px solid #eee;
    font-size: 12px;
    text-align: center;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -moz-flex-grow: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-101 .Browse-file:hover {
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-101 .input-text-color {
    color: #333;
}

.ModuleCustomFormGiant.layout-101 .Describ-text-color {
    color: #666;
}

.ModuleCustomFormGiant.layout-101 .submibtn-color {
    color: #fff;
    background: #000;
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-101 .submibtn-color:hover {
    color: #fff;
    background: #666;
}

.ModuleCustomFormGiant.layout-101 .multi-row-text, .ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item, .ModuleCustomFormGiant.layout-101 .choose-time {
    background: #fbfbfb;
}

.ModuleCustomFormGiant.layout-101 input[type=radio]:checked, .ModuleCustomFormGiant.layout-101 input[type=checkbox]:checked {
    background: #f10215;
    border: 1px solid #f10215;
}

.ModuleCustomFormGiant.layout-101 label {
    font-weight: normal;
    color: #666
}
.ModuleCustomFormGiant.layout-101 .verticalalign{
    margin-bottom: 12px;
}
.ModuleCustomFormGiant.layout-101  .customform-upload-img-preview{
    border-radius:0
}
.ModuleCustomFormGiant.layout-101  .in-formList-checkbox{
    display: flex;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-101 .in-formList-checkbox span {
    width: calc(100% - 34px);
    display: initial;
    vertical-align: middle;
    min-width: 36px;
    flex:1;
    word-break: break-all;
}

@media screen and (max-width: 767px) {

    .ModuleCustomFormGiant.layout-101 .verticalalign  span {
        width: calc(100% - 34px);
        display: initial;
        vertical-align: middle;
        min-width: 36px;
    }
    .ModuleCustomFormGiant.layout-101 input[type=text], .ModuleCustomFormGiant.layout-101 .cityval,.ModuleCustomFormGiant.layout-101 .choose-time {
        line-height: 38px;
        height: 38px;
        min-height: 38px;
    }
    .ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
        width: 120px;
    }
    .ModuleCustomFormGiant.layout-101 .VerificationCode {
        height: 40px
    }
    .ModuleCustomFormGiant.layout-101 .ModuleCustomFormGiant .changebtn {
        line-height: 40px;
        min-height: 40px;
    }
    .ModuleCustomFormGiant.layout-101  .describe{ margin-top:10px}
    .ModuleCustomFormGiant.layout-101 .customFormTextarea{width:100%}
}

/*  新增*/

.ModuleCustomFormGiant.layout-101 .cityPickerBoxwb,.ModuleCustomFormGiant.layout-101 .cityPickerBox .cityPickerInput {
    height: 38px
}

.ModuleCustomFormGiant.layout-101 .select_box {
    display: none;
}

.ModuleCustomFormGiant.layout-101 .UploadFileSpan {
    line-height: 30px;
    font-size: 12px;
    /* border: 1px solid #e5e5e5;
    background: #fbfbfb; */
    padding: 0 10px;
    box-sizing: border-box;
    min-height: 30px;
    width: 316px;
    display: none;
    padding-left: 0px;
}

.ModuleCustomFormGiant.layout-101  .iconfont-fujian {
    font-size: 19px !important;
}
.ModuleCustomFormGiant.layout-101  .imgclose {
    right: -9px;
    position: absolute;
    top: -10px;
}
.module_9988361086945 .ModuleHead .HeadCenter{float:none;}
#module_9988361086945 {
padding:0px;
}
#module_9988361086945 {
}
#module_9988361086945 .ModuleHead0 {
display:block;
}

#module_9988361086945 .title{font-size:18px;}
#module_9988361086945 .title{font-family:;}
#module_9988361086945 .title{color:#333;}
#module_9988361086945 .title{font-weight:normal;}
#module_9988361086945 .title{text-decoration:none;}
#module_9988361086945 .title{font-style:normal;}
#module_9988361086945 .title{background-color:transparent;}
#module_9988361086945 .title{}
#module_9988361086945 .title{background-repeat:no-repeat;}
#module_9988361086945 .title{background-position:50% 50%;}
#module_9988361086945 .title{background-attachment:scroll;}
#module_9988361086945 .title{}
#module_9988361086945 .title{height:50px;line-height:50px;}
#module_9988361086945 .title{text-align:center;}
#module_9988361086945 .smsvcode,#module_9988361086945 .frist_item,#module_9988361086945 .VerificationCodeinput,#module_9988361086945 .customFormCheckbox,#module_9988361086945 input[type=radio],#module_9988361086945.customFormDatetime,#module_9988361086945 input.input-text-color,#module_9988361086945 .Browse-file,#module_9988361086945 .customFormDatetime,#module_9988361086945 .pcCitybox select,#module_9988361086945 .multi-row-text{background-color:#fbfbfb;}
#module_9988361086945 .smsbtn,#module_9988361086945 .smsvcode,#module_9988361086945 .frist_item,#module_9988361086945 .VerificationCodeinput,#module_9988361086945 .customFormCheckbox,#module_9988361086945 input[type=radio],#module_9988361086945 input.input-text-color,#module_9988361086945.customFormDatetime,#module_9988361086945 .Browse-file,#module_9988361086945 .customFormDatetime,#module_9988361086945 .pcCitybox select,#module_9988361086945 .multi-row-text{border-top-color:#e5e5e5;}
#module_9988361086945 .smsvcode,#module_9988361086945 .frist_item,#module_9988361086945 .VerificationCodeinput,#module_9988361086945 .customFormCheckbox,#module_9988361086945 input[type=radio],#module_9988361086945 input.input-text-color,#module_9988361086945.customFormDatetime,#module_9988361086945 .Browse-file,#module_9988361086945 .customFormDatetime,#module_9988361086945 .pcCitybox select,#module_9988361086945 .multi-row-text{border-top-style:solid;}
#module_9988361086945 .smsvcode,#module_9988361086945 .frist_item,#module_9988361086945 .VerificationCodeinput,#module_9988361086945 .customFormCheckbox,#module_9988361086945 input[type=radio],#module_9988361086945 input.input-text-color,#module_9988361086945.customFormDatetime,#module_9988361086945 .Browse-file,#module_9988361086945 .customFormDatetime,#module_9988361086945 .pcCitybox select,#module_9988361086945 .multi-row-text{border-top-width:1px;}
#module_9988361086945 .smsvcode,#module_9988361086945 .frist_item,#module_9988361086945 .VerificationCodeinput,#module_9988361086945 .customFormCheckbox,#module_9988361086945 input[type=radio],#module_9988361086945 input.input-text-color,#module_9988361086945.customFormDatetime,#module_9988361086945 .Browse-file,#module_9988361086945 .customFormDatetime,#module_9988361086945 .pcCitybox select,#module_9988361086945 .multi-row-text{border-right-color:#e5e5e5;}
#module_9988361086945 .smsvcode,#module_9988361086945 .frist_item,#module_9988361086945 .VerificationCodeinput,#module_9988361086945 .customFormCheckbox,#module_9988361086945 input[type=radio],#module_9988361086945 input.input-text-color,#module_9988361086945.customFormDatetime,#module_9988361086945 .Browse-file,#module_9988361086945 .customFormDatetime,#module_9988361086945 .pcCitybox select,#module_9988361086945 .multi-row-text{border-right-style:solid;}
#module_9988361086945 .smsvcode,#module_9988361086945 .frist_item,#module_9988361086945 .VerificationCodeinput,#module_9988361086945 .customFormCheckbox,#module_9988361086945 input[type=radio],#module_9988361086945 input.input-text-color,#module_9988361086945.customFormDatetime,#module_9988361086945 .Browse-file,#module_9988361086945 .customFormDatetime,#module_9988361086945 .pcCitybox select,#module_9988361086945 .multi-row-text{border-right-width:1px;}
#module_9988361086945 .smsvcode,#module_9988361086945 .smsvcode,#module_9988361086945 .frist_item,#module_9988361086945 .VerificationCodeinput,#module_9988361086945 .customFormCheckbox,#module_9988361086945 input[type=radio],#module_9988361086945 input.input-text-color,#module_9988361086945.customFormDatetime,#module_9988361086945 .Browse-file,#module_9988361086945 .customFormDatetime,#module_9988361086945 .pcCitybox select,#module_9988361086945 .multi-row-text{border-bottom-color:#e5e5e5;}
#module_9988361086945 .smsvcode,#module_9988361086945 .frist_item,#module_9988361086945 .VerificationCodeinput,#module_9988361086945 .customFormCheckbox,#module_9988361086945 input[type=radio],#module_9988361086945 input.input-text-color,#module_9988361086945.customFormDatetime,#module_9988361086945 .Browse-file,#module_9988361086945 .customFormDatetime,#module_9988361086945 .pcCitybox select,#module_9988361086945 .multi-row-text{border-bottom-style:solid;}
#module_9988361086945 .smsvcode,#module_9988361086945 .frist_item,#module_9988361086945 .VerificationCodeinput,#module_9988361086945 .customFormCheckbox,#module_9988361086945 input[type=radio],#module_9988361086945 input.input-text-color,#module_9988361086945.customFormDatetime,#module_9988361086945 .Browse-file,#module_9988361086945 .customFormDatetime,#module_9988361086945 .pcCitybox select,#module_9988361086945 .multi-row-text{border-bottom-width:1px;}
#module_9988361086945 .smsvcode,#module_9988361086945 .frist_item,#module_9988361086945 .VerificationCodeinput,#module_9988361086945 .customFormCheckbox,#module_9988361086945 input[type=radio],#module_9988361086945 input.input-text-color,#module_9988361086945.customFormDatetime,#module_9988361086945 .Browse-file,#module_9988361086945 .customFormDatetime,#module_9988361086945 .pcCitybox select,#module_9988361086945 .multi-row-text{border-left-color:#e5e5e5;}
#module_9988361086945 .smsvcode,#module_9988361086945 .frist_item,#module_9988361086945 .VerificationCodeinput,#module_9988361086945 .customFormCheckbox,#module_9988361086945 input[type=radio],#module_9988361086945 input.input-text-color,#module_9988361086945.customFormDatetime,#module_9988361086945 .Browse-file,#module_9988361086945 .customFormDatetime,#module_9988361086945 .pcCitybox select,#module_9988361086945 .multi-row-text{border-left-style:solid;}
#module_9988361086945 .smsvcode,#module_9988361086945 .frist_item,#module_9988361086945 .VerificationCodeinput,#module_9988361086945 .customFormCheckbox,#module_9988361086945 input[type=radio],#module_9988361086945 input.input-text-color,#module_9988361086945.customFormDatetime,#module_9988361086945 .Browse-file,#module_9988361086945 .customFormDatetime,#module_9988361086945 .pcCitybox select,#module_9988361086945 .multi-row-text{border-left-width:1px;}
#module_9988361086945 .Describ-text-color{font-size:14px;}
#module_9988361086945 .Describ-text-color{font-family:;}
#module_9988361086945 .Describ-text-color{color:#595959;}
#module_9988361086945 .Describ-text-color{font-weight:normal;}
#module_9988361086945 .Describ-text-color{text-decoration:none;}
#module_9988361086945 .Describ-text-color{font-style:normal;}
#module_9988361086945 .smsbtn,#module_9988361086945 .smsvcode,#module_9988361086945 .input-text-color{font-size:14px;}
#module_9988361086945 .smsbtn,#module_9988361086945 .smsvcode,#module_9988361086945 .input-text-color{font-family:;}
#module_9988361086945 .smsvcode,#module_9988361086945 .input-text-color{color:#333;} #module_9988361086945 .input-text-color::-ms-input-placeholder{color:#333;} #module_9988361086945 .input-text-color::-moz-placeholder{color:#333;} #module_9988361086945 .input-text-color::-webkit-input-placeholder{color:#333;} 
#module_9988361086945 .smsbtn,#module_9988361086945 .smsvcode,#module_9988361086945 .input-text-color{font-weight:normal;}
#module_9988361086945 .smsbtn,#module_9988361086945 .smsvcode,#module_9988361086945 .input-text-color{text-decoration:none;} #module_9988361086945 .input-text-color::-ms-input-placeholder{text-decoration:none;} #module_9988361086945 .input-text-color::-moz-placeholder{text-decoration:none;} #module_9988361086945 .input-text-color::-webkit-input-placeholder{text-decoration:none;}
#module_9988361086945 .smsbtn,#module_9988361086945 .smsvcode,#module_9988361086945 .input-text-color{font-style:normal;}
#module_9988361086945 .submitbtn{font-size:14px;}
#module_9988361086945 .submitbtn{font-family:;}
#module_9988361086945 .submitbtn{color:#fff;}
#module_9988361086945 .submitbtn{font-weight:normal;}
#module_9988361086945 .submitbtn{text-decoration:none;}
#module_9988361086945 .submitbtn{font-style:normal;}
#module_9988361086945 .submitbtn{background-color:#fd6e27;} #module_9988361086945 input[type=radio]:checked, #module_9988361086945 input[type=checkbox]:checked{background:#fd6e27;border:1px solid #fd6e27} 
#module_9988361086945 .submitbtn{}
#module_9988361086945 .submitbtn{background-repeat:no-repeat;}
#module_9988361086945 .submitbtn{background-position:50% 50%;}
#module_9988361086945 .submitbtn{background-attachment:scroll;}
#module_9988361086945 .submitbtn{}
#module_9988361086945 .vcbtn1{background-color:#fd6e27;}
#module_9988361086945 .vcbtn1{color:#fff;}
#module_9988361086945 .frist_item:hover,#module_9988361086945 .VerificationCodeinput:hover,#module_9988361086945 .customFormCheckbox:hover,#module_9988361086945 input[type=radio]:hover,#module_9988361086945 input.input-text-color:hover,#module_9988361086945.customFormDatetime:hover,#module_9988361086945 .Browse-file:hover,#module_9988361086945 .customFormDatetime:hover,#module_9988361086945 .pcCitybox select:hover,#module_9988361086945 .multi-row-text:hover{border-top-color:#f65e12;}
#module_9988361086945 .frist_item:hover,#module_9988361086945 .VerificationCodeinput:hover,#module_9988361086945 .customFormCheckbox:hover,#module_9988361086945 input[type=radio]:hover,#module_9988361086945 input.input-text-color:hover,#module_9988361086945.customFormDatetime:hover,#module_9988361086945 .Browse-file:hover,#module_9988361086945 .customFormDatetime:hover,#module_9988361086945 .pcCitybox select:hover,#module_9988361086945 .multi-row-text:hover{border-top-style:solid;}
#module_9988361086945 .frist_item:hover,#module_9988361086945 .VerificationCodeinput:hover,#module_9988361086945 .customFormCheckbox:hover,#module_9988361086945 input[type=radio]:hover,#module_9988361086945 input.input-text-color:hover,#module_9988361086945.customFormDatetime:hover,#module_9988361086945 .Browse-file:hover,#module_9988361086945 .customFormDatetime:hover,#module_9988361086945 .pcCitybox select:hover,#module_9988361086945 .multi-row-text:hover{border-right-color:#f65e12;}
#module_9988361086945 .frist_item:hover,#module_9988361086945 .VerificationCodeinput:hover,#module_9988361086945 .customFormCheckbox:hover,#module_9988361086945 input[type=radio]:hover,#module_9988361086945 input.input-text-color:hover,#module_9988361086945.customFormDatetime:hover,#module_9988361086945 .Browse-file:hover,#module_9988361086945 .customFormDatetime:hover,#module_9988361086945 .pcCitybox select:hover,#module_9988361086945 .multi-row-text:hover{border-right-style:solid;}
#module_9988361086945 .frist_item:hover,#module_9988361086945 .VerificationCodeinput:hover,#module_9988361086945 .customFormCheckbox:hover,#module_9988361086945 input[type=radio]:hover,#module_9988361086945 input.input-text-color:hover,#module_9988361086945.customFormDatetime:hover,#module_9988361086945 .Browse-file:hover,#module_9988361086945 .customFormDatetime:hover,#module_9988361086945 .pcCitybox select:hover,#module_9988361086945 .multi-row-text:hover{border-bottom-color:#f65e12;}
#module_9988361086945 .frist_item:hover,#module_9988361086945 .VerificationCodeinput:hover,#module_9988361086945 .customFormCheckbox:hover,#module_9988361086945 input[type=radio]:hover,#module_9988361086945 input.input-text-color:hover,#module_9988361086945.customFormDatetime:hover,#module_9988361086945 .Browse-file:hover,#module_9988361086945 .customFormDatetime:hover,#module_9988361086945 .pcCitybox select:hover,#module_9988361086945 .multi-row-text:hover{border-bottom-style:solid;}
#module_9988361086945 .frist_item:hover,#module_9988361086945 .VerificationCodeinput:hover,#module_9988361086945 .customFormCheckbox:hover,#module_9988361086945 input[type=radio]:hover,#module_9988361086945 input.input-text-color:hover,#module_9988361086945.customFormDatetime:hover,#module_9988361086945 .Browse-file:hover,#module_9988361086945 .customFormDatetime:hover,#module_9988361086945 .pcCitybox select:hover,#module_9988361086945 .multi-row-text:hover{border-left-color:#f65e12;}
#module_9988361086945 .frist_item:hover,#module_9988361086945 .VerificationCodeinput:hover,#module_9988361086945 .customFormCheckbox:hover,#module_9988361086945 input[type=radio]:hover,#module_9988361086945 input.input-text-color:hover,#module_9988361086945.customFormDatetime:hover,#module_9988361086945 .Browse-file:hover,#module_9988361086945 .customFormDatetime:hover,#module_9988361086945 .pcCitybox select:hover,#module_9988361086945 .multi-row-text:hover{border-left-style:solid;}
#module_9988361086945 .submitbtn:hover{font-size:14px;}
#module_9988361086945 .submitbtn:hover{font-family:;}
#module_9988361086945 .submitbtn:hover{color:#fff;}
#module_9988361086945 .submitbtn:hover{font-weight:normal;}
#module_9988361086945 .submitbtn:hover{text-decoration:none;}
#module_9988361086945 .submitbtn:hover{font-style:normal;}
#module_9988361086945 .submitbtn:hover{background-color:#f65e12;}
#module_9988361086945 .submitbtn:hover{}
#module_9988361086945 .submitbtn:hover{background-repeat:no-repeat;}
#module_9988361086945 .submitbtn:hover{background-position:50% 50%;}
#module_9988361086945 .submitbtn:hover{background-attachment:scroll;}
#module_9988361086945 .submitbtn:hover{}


.module_360964076 .ModuleHead .HeadCenter{float:none;}
#module_360964076 {
padding:0px;
}
#module_360964076 {
position:static;
z-index:0;
top:134px;
left:757px;
width:100%;
height: auto;
}
#module_360964076 .ModuleHead360964076 {
display:none;
}
#module_360964076 .BodyCenter.BodyCenter360964076 {
background:none;background-color:rgb(255, 255, 255);
}
#module_360964076 >.module_360964076 {
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_360964076 >.module_360964076{
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_360964076 .BodyCenter.BodyCenter360964076 {
padding-top:0.8569%;
padding-left:1.7138%;
padding-right:1.7138%;
padding-bottom:1.7138%;
}
}
@media screen and (max-width: 767px){
#module_360964076 .BodyCenter.BodyCenter360964076 {
padding-top:2.8818%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:2.8818%;
}
}
@media screen and (min-width: 768px){
#module_360964076 >.module_360964076 {
margin-top:0.0000%;
margin-left:1.2853%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964076 >.module_360964076 {
margin-top:0.0000%;
margin-left:2.8818%;
margin-right:2.8818%;
margin-bottom:11.5274%;
}
}
#module_360964076 >.module_360964076 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964076:hover {
border:none;
}
#module_360964076:hover >.module_360964076 {
border-color:#ccc;
}
#module_360964076:hover >.module_360964076 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964076 .videosDiv{background-color:;}
#module_360964076 .videosDiv{}
#module_360964076 .videosDiv{}
#module_360964076 .videosDiv{}
#module_360964076 .videosDiv{}
#module_360964076 .videosDiv{}
#module_360964076 .videosDiv{border-top-left-radius:px;}
#module_360964076 .videosDiv{border-top-right-radius:px;}
#module_360964076 .videosDiv{border-bottom-left-radius:px;}
#module_360964076 .videosDiv{border-bottom-right-radius:px;}
#module_360964076 .videosTis {font-size:px;}  #module_360964076 .videosTis > svg {width:px; height:px}
#module_360964076 .videosTis {color:;} #module_360964076 .videosTis > svg {fill:;}
#module_360964076 .videosDiv{padding-top:px;}
#module_360964076 .videosDiv{padding-bottom:px;}
#module_360964076 .videosDiv{padding-left:px;}
#module_360964076 .videosDiv{padding-right:px;}
#module_360964076 .VRDiv{background-color:;}
#module_360964076 .VRDiv{}
#module_360964076 .VRDiv{}
#module_360964076 .VRDiv{}
#module_360964076 .VRDiv{}
#module_360964076 .VRDiv{}
#module_360964076 .VRDiv{border-top-left-radius:px;}
#module_360964076 .VRDiv{border-top-right-radius:px;}
#module_360964076 .VRDiv{border-bottom-left-radius:px;}
#module_360964076 .VRDiv{border-bottom-right-radius:px;}
#module_360964076 .vrIcon  {font-size:px;}  #module_360964076 .vrIcon  > svg {width:px; height:px}
#module_360964076 .vrIcon  {color:;} #module_360964076 .vrIcon  > svg {fill:;}
#module_360964076 .VRDiv{padding-top:px;}
#module_360964076 .VRDiv{padding-bottom:px;}
#module_360964076 .VRDiv{padding-left:px;}
#module_360964076 .VRDiv{padding-right:px;}
#module_360964076 .VRTipstxt{font-size:px;}
#module_360964076 .VRTipstxt{font-family:;}
#module_360964076 .VRTipstxt{color:;}
#module_360964076 .VRTipstxt{}
#module_360964076 .VRTipstxt{}
#module_360964076 .VRTipstxt{}
#module_360964076 .pro-item{margin-bottom:10px; margin-right:10px;} #module_360964076 .pro-container li.col-lg-2{width:calc((100% - 10px) / 2);} #module_360964076 .pro-container li.col-lg-3{width:calc((100% - 10px * 2) / 3);} #module_360964076 .pro-container li.col-lg-4{width:calc((100% - 10px * 3) / 4);} #module_360964076 .pro-container li.col-lg-5{width:calc((100% - 10px * 4) / 5);} #module_360964076 .pro-container li.col-lg-6{width:calc((100% - 10px * 5) / 6);}
#module_360964076 .pro-item{padding-top:15px;}
#module_360964076 .pro-item{padding-bottom:20px;}
#module_360964076 .pro-item{padding-left:15px;}
#module_360964076 .pro-item{padding-right:15px;}
#module_360964076 .pro-item{border-top-color:transparent;}
#module_360964076 .pro-item{border-top-style:solid;}
#module_360964076 .pro-item{border-top-width:0px;}
#module_360964076 .pro-item{border-right-color:transparent;}
#module_360964076 .pro-item{border-right-style:solid;}
#module_360964076 .pro-item{border-right-width:0px;}
#module_360964076 .pro-item{border-bottom-color:transparent;}
#module_360964076 .pro-item{border-bottom-style:solid;}
#module_360964076 .pro-item{border-bottom-width:0px;}
#module_360964076 .pro-item{border-left-color:transparent;}
#module_360964076 .pro-item{border-left-style:solid;}
#module_360964076 .pro-item{border-left-width:0px;}
#module_360964076 .pro-item{background-color:rgb(246, 246, 246);}
#module_360964076 .pro-item{background-image:none;}
#module_360964076 .pro-item{background-repeat:no-repeat;}
#module_360964076 .pro-item{}
#module_360964076 .pro-item{}
#module_360964076 .pro-item{}
#module_360964076 .pro-img .dummy{background-color:transparent;}
#module_360964076 .pro-img .dummy{background-image:none;}
#module_360964076 .pro-img .dummy{background-repeat:no-repeat;}
#module_360964076 .pro-img .dummy{}
#module_360964076 .pro-img .dummy{}
#module_360964076 .pro-img .dummy{}
#module_360964076 .pro-img .dummy{padding-top:56.25%;}
#module_360964076 .pro-img img{ object-fit:cover;}
#module_360964076 .pro-img img{ width:100%;}
#module_360964076 .pro-img img{ height:100%;}
#module_360964076 .pro-img img{border-radius:0px;}
#module_360964076 .pro-name{font-size:12px;}
#module_360964076 .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_360964076 .pro-name{color:#666;}
#module_360964076 .pro-name{font-weight:normal;}
#module_360964076 .pro-name{text-decoration:none;}
#module_360964076 .pro-name{}
#module_360964076 .pro-name{margin-top:18px;}
#module_360964076 .pro-name{margin-bottom:0px;}
#module_360964076 .pro-desc{margin-top:10px;}
#module_360964076 .pro-desc{margin-bottom:0px;}
#module_360964076 .pro-desc{font-size:12px;}
#module_360964076 .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_360964076 .pro-desc{color:#999999;}
#module_360964076 .pro-desc{font-weight:normal;}
#module_360964076 .pro-desc{text-decoration:none;}
#module_360964076 .pro-desc{}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li{font-size:14px;}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li{font-family:微软雅黑,Microsoft YaHei;}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li,#module_360964076 .productListOrderCtrlTab .summary .totalProduct{color:#000000;}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li{font-weight:normal;}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li{text-decoration:none;}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li{}
#module_360964076 .choosed-tab, #module_360964076 .setting-screening-criteria{font-size:12px;}
#module_360964076 .choosed-tab{font-family:微软雅黑,Microsoft YaHei;}
#module_360964076 .choosed-tab, #module_360964076 .setting-screening-criteria{color:#fd6e27;}
#module_360964076 .choosed-tab{}
#module_360964076 .choosed-tab{}
#module_360964076 .choosed-tab{}
#module_360964076 .selected-light,#module_360964076 .setting-all, #module_360964076 .setting-left-bar, #module_360964076 .setting-pred-warp .setting-collapse, #module_360964076 .setting-pred-warp .setting-collapse .icpng{font-size:12px;} #module_360964076 .setting-pred-warp .setting-collapse{flex: 0 0 calc(12px * 4);} #module_360964076 .setting-right-temp ul.FilterPc {height: calc(12px + 36px);}
#module_360964076 .selected-light,#module_360964076 .setting-all{font-family:微软雅黑,Microsoft YaHei;}
#module_360964076 .selected-light,#module_360964076 .setting-left-bar,#module_360964076 .setting-reset,#module_360964076 .setting-pred-warp .setting-collapse,#module_360964076 .giantroom .btn-more{color:#000;}
#module_360964076 .selected-light{}
#module_360964076 .selected-light,#module_360964076 .setting-all{}
#module_360964076 .selected-light,#module_360964076 .setting-all{}
#module_360964076 .setting-right-temp ul li, #module_360964076 .choosed-tab{border-top-left-radius:2px;}
#module_360964076 .setting-right-temp ul li, #module_360964076 .choosed-tab{border-top-right-radius:2px;}
#module_360964076 .setting-right-temp ul li, #module_360964076 .choosed-tab{border-bottom-left-radius:2px;}
#module_360964076 .setting-right-temp ul li, #module_360964076 .choosed-tab{border-bottom-right-radius:2px;}
#module_360964076 .pred-filter, #module_360964076 .choosed-tab{border-top-color:#d6d6d6;}
#module_360964076 .pred-filter, #module_360964076 .choosed-tab{border-top-style:solid;}
#module_360964076 .pred-filter, #module_360964076 .choosed-tab, #module_360964076 .giantroom .btn-more{border-top-width:1px;} #module_360964076 .giantroom {margin-top: calc(-16px - 1px);}
#module_360964076 .pred-filter, #module_360964076 .choosed-tab, #module_360964076 .giantroom .btn-more{border-bottom-color:#d6d6d6;}
#module_360964076 .pred-filter, #module_360964076 .choosed-tab, #module_360964076 .giantroom .btn-more{border-bottom-style:solid;}
#module_360964076 .pred-filter, #module_360964076 .choosed-tab, #module_360964076 .giantroom .btn-more{border-bottom-width:1px;}
#module_360964076 .pred-filter, #module_360964076 .choosed-tab, #module_360964076 .giantroom .btn-more{border-left-color:#d6d6d6;}
#module_360964076 .pred-filter, #module_360964076 .choosed-tab, #module_360964076 .giantroom .btn-more{border-left-style:solid;}
#module_360964076 .pred-filter, #module_360964076 .choosed-tab, #module_360964076 .giantroom .btn-more{border-left-width:1px;}
#module_360964076 .pred-filter, #module_360964076 .choosed-tab, #module_360964076 .giantroom .btn-more{border-right-color:#d6d6d6;}
#module_360964076 .pred-filter, #module_360964076 .choosed-tab, #module_360964076 .giantroom .btn-more{border-right-style:solid;}
#module_360964076 .pred-filter, #module_360964076 .choosed-tab, #module_360964076 .giantroom .btn-more{border-right-width:1px;}
#module_360964076 .setting-pred-warp{border-top-color:#d6d6d6;}
#module_360964076 .setting-left-bar{background-color:#fafafa;}
#module_360964076 .setting-left-bar{width:px} #module_360964076 .setting-right-temp ul.FilterPc{width: calc( 100% - px );}
#module_360964076 .setting-right-temp ul li{background-color:rgba(255, 255, 255, 0);}
#module_360964076 .choosed-tab .icsmall{color:#999;}
#module_360964076 .setting-right-temp ul li{margin-right:10px;}
#module_360964076 .pro-buybtn{color:#444;}
#module_360964076 .pro-paramname{font-size:14px;}
#module_360964076 .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_360964076 .pro-paramname{color:#666;}
#module_360964076 .pro-paramname{font-weight:normal;}
#module_360964076 .pro-paramname{text-decoration:none;}
#module_360964076 .pro-paramname{font-style:normal;}
#module_360964076 .pro-paramvalue{font-size:14px;}
#module_360964076 .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_360964076 .pro-paramvalue{color:#666;}
#module_360964076 .pro-paramvalue{font-weight:normal;}
#module_360964076 .pro-paramvalue{text-decoration:none;}
#module_360964076 .pro-paramvalue{font-style:normal;}
#module_360964076 .pro-params{margin-top:15px;}
#module_360964076 .pro-params{margin-right:0px;}
#module_360964076 .pro-params{margin-left:0px;}
#module_360964076 .pro-params{margin-bottom:15px;}
#module_360964076 .pagerGiant .text{font-size:px;}
#module_360964076 .pagerGiant .text{font-family:;}
#module_360964076 .pagerGiant .text{color:;}
#module_360964076 .pagerGiant .text{}
#module_360964076 .pagerGiant .text{}
#module_360964076 .pagerGiant .text{}
#module_360964076 .pagerGiant .current,#module_360964076 .pagerGiant .num,#module_360964076 .pagerGiant .inputer{width:px}
#module_360964076 .pagerGiant .current,#module_360964076 .pagerGiant .num,#module_360964076 .pagerGiant .inputer{height:px}
#module_360964076 .pagerGiant .num{font-size:px;}
#module_360964076 .pagerGiant .num{font-family:;}
#module_360964076 .pagerGiant .num{color:;}
#module_360964076 .pagerGiant .num{}
#module_360964076 .pagerGiant .num{}
#module_360964076 .pagerGiant .num{}
#module_360964076 .pagerGiant .submit{width:px}
#module_360964076 .pagerGiant .submit{height:px}
#module_360964076 .pagerGiant .current,#module_360964076 .pagerGiant .num,#module_360964076 .pagerGiant .inputer,#module_360964076 .pagerGiant .submit{border-top-left-radius:px;}
#module_360964076 .pagerGiant .current,#module_360964076 .pagerGiant .num,#module_360964076 .pagerGiant .inputer,#module_360964076 .pagerGiant .submit{border-top-right-radius:px;}
#module_360964076 .pagerGiant .current,#module_360964076 .pagerGiant .num,#module_360964076 .pagerGiant .inputer,#module_360964076 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_360964076 .pagerGiant .current,#module_360964076 .pagerGiant .num,#module_360964076 .pagerGiant .inputer,#module_360964076 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_360964076 .pagerGiant .next,#module_360964076 .pagerGiant .splitline{color:;}
#module_360964076 .pagerGiant .num{background-color:#fff;}
#module_360964076 .pagerGiant .num, #module_360964076 .pagerGiant .inputer{border-top-color:#ccc;}
#module_360964076 .pagerGiant .num, #module_360964076 .pagerGiant .inputer{border-top-style:solid;}
#module_360964076 .pagerGiant .num, #module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit, #module_360964076 .pagerGiant .inputer{border-top-width:1px;}
#module_360964076 .pagerGiant .num, #module_360964076 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_360964076 .pagerGiant .num, #module_360964076 .pagerGiant .inputer{border-bottom-style:solid;}
#module_360964076 .pagerGiant .num, #module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit, #module_360964076 .pagerGiant .inputer{border-bottom-width:1px;}
#module_360964076 .pagerGiant .num, #module_360964076 .pagerGiant .inputer{border-left-color:#ccc;}
#module_360964076 .pagerGiant .num, #module_360964076 .pagerGiant .inputer{border-left-style:solid;}
#module_360964076 .pagerGiant .num, #module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit, #module_360964076 .pagerGiant .inputer{border-left-width:1px;}
#module_360964076 .pagerGiant .num, #module_360964076 .pagerGiant .inputer{border-right-color:#ccc;}
#module_360964076 .pagerGiant .num, #module_360964076 .pagerGiant .inputer{border-right-style:solid;}
#module_360964076 .pagerGiant .num, #module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit, #module_360964076 .pagerGiant .inputer{border-right-width:1px;}
#module_360964076 .page-more a{color:#666 !important;}
#module_360964076 .page-more a{background-color:#fff;}
#module_360964076 .page-more a{border-top-color:#eee;}
#module_360964076 .page-more a{border-top-style:solid;}
#module_360964076 .page-more a{border-top-width:2px;}
#module_360964076 .page-more a{border-bottom-color:#eee;}
#module_360964076 .page-more a{border-bottom-style:solid;}
#module_360964076 .page-more a{border-bottom-width:2px;}
#module_360964076 .page-more a{border-left-color:#eee;}
#module_360964076 .page-more a{border-left-style:solid;}
#module_360964076 .page-more a{border-left-width:2px;}
#module_360964076 .page-more a{border-right-color:#eee;}
#module_360964076 .page-more a{border-right-style:solid;}
#module_360964076 .page-more a{border-right-width:2px;}
#module_360964076 .VRDiv:hover{background-color:;}
#module_360964076 .VRDiv:hover{}
#module_360964076 .VRDiv:hover{}
#module_360964076 .VRDiv:hover{}
#module_360964076 .VRDiv:hover{}
#module_360964076 .VRDiv:hover{}
#module_360964076 .VRDiv:hover .vrIcon  {font-size:px;}  #module_360964076 .VRDiv:hover .vrIcon  > svg {width:px; height:px}
#module_360964076 .VRDiv:hover .vrIcon  {color:;} #module_360964076 .VRDiv:hover .vrIcon  > svg {fill:;}
#module_360964076 .videosDiv:hover{background-color:;}
#module_360964076 .videosDiv:hover{}
#module_360964076 .videosDiv:hover{}
#module_360964076 .videosDiv:hover{}
#module_360964076 .videosDiv:hover{}
#module_360964076 .videosDiv:hover{}
#module_360964076 .videosDiv:hover .videosTis {font-size:px;} #module_360964076 .videosDiv:hover .videosTis > svg {width:px; height:px}
#module_360964076 .videosDiv:hover .videosTis {color:;} #module_360964076 .videosDiv:hover .videosTis > svg {fill:;}
#module_360964076 .pro-item:hover .pro-paramname{font-size:14px;}
#module_360964076 .pro-item:hover .pro-paramname{font-family:微软雅黑,Microsoft YaHei;}
#module_360964076 .pro-item:hover .pro-paramname{color:#fff;}
#module_360964076 .pro-item:hover .pro-paramname{font-weight:normal;}
#module_360964076 .pro-item:hover .pro-paramname{text-decoration:none;}
#module_360964076 .pro-item:hover .pro-paramname{font-style:normal;}
#module_360964076 .pro-item:hover .pro-paramvalue{font-size:14px;}
#module_360964076 .pro-item:hover .pro-paramvalue{font-family:微软雅黑,Microsoft YaHei;}
#module_360964076 .pro-item:hover .pro-paramvalue,#module_360964076 .pro-item:hover .param{color:#fff;}
#module_360964076 .pro-item:hover .pro-paramvalue{font-weight:normal;}
#module_360964076 .pro-item:hover .pro-paramvalue{text-decoration:none;}
#module_360964076 .pro-item:hover .pro-paramvalue{font-style:normal;}
#module_360964076 .pro-item:hover{border-top-color:#eee;}
#module_360964076 .pro-item:hover{border-top-style:solid;}
#module_360964076 .pro-item:hover{border-top-width:0px;}
#module_360964076 .pro-item:hover{border-right-color:#eee;}
#module_360964076 .pro-item:hover{border-right-style:solid;}
#module_360964076 .pro-item:hover{border-right-width:0px;}
#module_360964076 .pro-item:hover{border-bottom-color:#eee;}
#module_360964076 .pro-item:hover{border-bottom-style:solid;}
#module_360964076 .pro-item:hover{border-bottom-width:0px;}
#module_360964076 .pro-item:hover{border-left-color:#eee;}
#module_360964076 .pro-item:hover{border-left-style:solid;}
#module_360964076 .pro-item:hover{border-left-width:0px;}
#module_360964076 .pro-item:hover{background-color:#8F011D;}
#module_360964076 .pro-item:hover{background-image:none;}
#module_360964076 .pro-item:hover{background-repeat:no-repeat;}
#module_360964076 .pro-item:hover{}
#module_360964076 .pro-item:hover{}
#module_360964076 .pro-item:hover{}
#module_360964076 .pro-item:hover .pro-name{font-size:12px;}
#module_360964076 .pro-item:hover .pro-name{font-family:微软雅黑,Microsoft YaHei;}
#module_360964076 .pro-item:hover .pro-name{color:#fff;}
#module_360964076 .pro-item:hover .pro-name{font-weight:normal;}
#module_360964076 .pro-item:hover .pro-name{text-decoration:none;}
#module_360964076 .pro-item:hover .pro-name{}
#module_360964076 .pro-item:hover .pro-desc{font-size:12px;}
#module_360964076 .pro-item:hover .pro-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_360964076 .pro-item:hover .pro-desc{color:#ffffff;}
#module_360964076 .pro-item:hover .pro-desc{font-weight:normal;}
#module_360964076 .pro-item:hover .pro-desc{text-decoration:none;}
#module_360964076 .pro-item:hover .pro-desc{}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-size:14px;}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-family:微软雅黑,Microsoft YaHei;}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li.selected{color:#ffffff;}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li.selected{font-weight:normal;}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li.selected{text-decoration:none;}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-color:#fd6e27;}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-image:none;}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li.selected{background-repeat:no-repeat;}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li:hover,#module_360964076 .productListOrderCtrlTab .orderCtrlPanel li.selected{}
#module_360964076 .selected-light:hover,#module_360964076 .selected-light.active,#module_360964076 .items-active{font-size:12px;}
#module_360964076 .selected-light:hover,#module_360964076 .selected-light.active,#module_360964076 .items-active{font-family:微软雅黑,Microsoft YaHei;}
#module_360964076 .selected-light:hover,#module_360964076 .selected-light.active,#module_360964076 .items-active{color:#fd6e27;} #module_360964076 .items-active{border-color:#fd6e27;} #module_360964076 .bean-finish{background:#fd6e27;}
#module_360964076 .selected-light:hover,#module_360964076 .selected-light.active,#module_360964076 .items-active{}
#module_360964076 .selected-light:hover,#module_360964076 .selected-light.active,#module_360964076 .items-active{}
#module_360964076 .selected-light:hover,#module_360964076 .selected-light.active,#module_360964076 .items-active{}
#module_360964076 .setting-left-bar:hover{background-color:#fafafa;}
#module_360964076 .setting-right-temp ul li:hover, #module_360964076 .setting-right-temp ul li.active{background-color:rgba(255, 255, 255, 0);}
#module_360964076 .choosed-tab .icsmall:hover{color:#999;}
#module_360964076 .pro-item:hover .pro-buybtn,#module_360964076 .pro-item:hover .pro-tit-right{color:#fff;border-left-color:#fff;}
#module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit{font-size:px;}
#module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit{font-family:;}
#module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit{color:;}
#module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit{}
#module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit{}
#module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit{}
#module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit{background-color:#fd6e27;}
#module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit, #module_360964076 .pagerGiant .inputer:hover{border-top-color:#fd6e27;}
#module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit, #module_360964076 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit, #module_360964076 .pagerGiant .inputer:hover{border-bottom-color:#fd6e27;}
#module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit, #module_360964076 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit, #module_360964076 .pagerGiant .inputer:hover{border-left-color:#fd6e27;}
#module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit, #module_360964076 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit, #module_360964076 .pagerGiant .inputer:hover{border-right-color:#fd6e27;}
#module_360964076 .pagerGiant .current, #module_360964076 .pagerGiant .submit, #module_360964076 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_360964076 .page-more a:hover{color:#666 !important;}
#module_360964076 .page-more a:hover{background-color:#fff;}
#module_360964076 .page-more a:hover{border-top-color:#eee;}
#module_360964076 .page-more a:hover{border-top-style:solid;}
#module_360964076 .page-more a:hover{border-bottom-color:#eee;}
#module_360964076 .page-more a:hover{border-bottom-style:solid;}
#module_360964076 .page-more a:hover{border-left-color:#eee;}
#module_360964076 .page-more a:hover{border-left-style:solid;}
#module_360964076 .page-more a:hover{border-right-color:#eee;}
#module_360964076 .page-more a:hover{border-right-style:solid;}
.module_9988360964076 .ModuleHead .HeadCenter{float:none;}
#module_9988360964076 {
padding:0px;
}
#module_9988360964076 {
}
#module_9988360964076 .ModuleHead0 {
display:block;
}

#module_9988360964076 .title{font-size:18px;}
#module_9988360964076 .title{font-family:;}
#module_9988360964076 .title{color:#333;}
#module_9988360964076 .title{font-weight:normal;}
#module_9988360964076 .title{text-decoration:none;}
#module_9988360964076 .title{font-style:normal;}
#module_9988360964076 .title{background-color:transparent;}
#module_9988360964076 .title{}
#module_9988360964076 .title{background-repeat:no-repeat;}
#module_9988360964076 .title{background-position:50% 50%;}
#module_9988360964076 .title{background-attachment:scroll;}
#module_9988360964076 .title{}
#module_9988360964076 .title{height:50px;line-height:50px;}
#module_9988360964076 .title{text-align:center;}
#module_9988360964076 .smsvcode,#module_9988360964076 .frist_item,#module_9988360964076 .VerificationCodeinput,#module_9988360964076 .customFormCheckbox,#module_9988360964076 input[type=radio],#module_9988360964076.customFormDatetime,#module_9988360964076 input.input-text-color,#module_9988360964076 .Browse-file,#module_9988360964076 .customFormDatetime,#module_9988360964076 .pcCitybox select,#module_9988360964076 .multi-row-text{background-color:#fbfbfb;}
#module_9988360964076 .smsbtn,#module_9988360964076 .smsvcode,#module_9988360964076 .frist_item,#module_9988360964076 .VerificationCodeinput,#module_9988360964076 .customFormCheckbox,#module_9988360964076 input[type=radio],#module_9988360964076 input.input-text-color,#module_9988360964076.customFormDatetime,#module_9988360964076 .Browse-file,#module_9988360964076 .customFormDatetime,#module_9988360964076 .pcCitybox select,#module_9988360964076 .multi-row-text{border-top-color:#e5e5e5;}
#module_9988360964076 .smsvcode,#module_9988360964076 .frist_item,#module_9988360964076 .VerificationCodeinput,#module_9988360964076 .customFormCheckbox,#module_9988360964076 input[type=radio],#module_9988360964076 input.input-text-color,#module_9988360964076.customFormDatetime,#module_9988360964076 .Browse-file,#module_9988360964076 .customFormDatetime,#module_9988360964076 .pcCitybox select,#module_9988360964076 .multi-row-text{border-top-style:solid;}
#module_9988360964076 .smsvcode,#module_9988360964076 .frist_item,#module_9988360964076 .VerificationCodeinput,#module_9988360964076 .customFormCheckbox,#module_9988360964076 input[type=radio],#module_9988360964076 input.input-text-color,#module_9988360964076.customFormDatetime,#module_9988360964076 .Browse-file,#module_9988360964076 .customFormDatetime,#module_9988360964076 .pcCitybox select,#module_9988360964076 .multi-row-text{border-top-width:1px;}
#module_9988360964076 .smsvcode,#module_9988360964076 .frist_item,#module_9988360964076 .VerificationCodeinput,#module_9988360964076 .customFormCheckbox,#module_9988360964076 input[type=radio],#module_9988360964076 input.input-text-color,#module_9988360964076.customFormDatetime,#module_9988360964076 .Browse-file,#module_9988360964076 .customFormDatetime,#module_9988360964076 .pcCitybox select,#module_9988360964076 .multi-row-text{border-right-color:#e5e5e5;}
#module_9988360964076 .smsvcode,#module_9988360964076 .frist_item,#module_9988360964076 .VerificationCodeinput,#module_9988360964076 .customFormCheckbox,#module_9988360964076 input[type=radio],#module_9988360964076 input.input-text-color,#module_9988360964076.customFormDatetime,#module_9988360964076 .Browse-file,#module_9988360964076 .customFormDatetime,#module_9988360964076 .pcCitybox select,#module_9988360964076 .multi-row-text{border-right-style:solid;}
#module_9988360964076 .smsvcode,#module_9988360964076 .frist_item,#module_9988360964076 .VerificationCodeinput,#module_9988360964076 .customFormCheckbox,#module_9988360964076 input[type=radio],#module_9988360964076 input.input-text-color,#module_9988360964076.customFormDatetime,#module_9988360964076 .Browse-file,#module_9988360964076 .customFormDatetime,#module_9988360964076 .pcCitybox select,#module_9988360964076 .multi-row-text{border-right-width:1px;}
#module_9988360964076 .smsvcode,#module_9988360964076 .smsvcode,#module_9988360964076 .frist_item,#module_9988360964076 .VerificationCodeinput,#module_9988360964076 .customFormCheckbox,#module_9988360964076 input[type=radio],#module_9988360964076 input.input-text-color,#module_9988360964076.customFormDatetime,#module_9988360964076 .Browse-file,#module_9988360964076 .customFormDatetime,#module_9988360964076 .pcCitybox select,#module_9988360964076 .multi-row-text{border-bottom-color:#e5e5e5;}
#module_9988360964076 .smsvcode,#module_9988360964076 .frist_item,#module_9988360964076 .VerificationCodeinput,#module_9988360964076 .customFormCheckbox,#module_9988360964076 input[type=radio],#module_9988360964076 input.input-text-color,#module_9988360964076.customFormDatetime,#module_9988360964076 .Browse-file,#module_9988360964076 .customFormDatetime,#module_9988360964076 .pcCitybox select,#module_9988360964076 .multi-row-text{border-bottom-style:solid;}
#module_9988360964076 .smsvcode,#module_9988360964076 .frist_item,#module_9988360964076 .VerificationCodeinput,#module_9988360964076 .customFormCheckbox,#module_9988360964076 input[type=radio],#module_9988360964076 input.input-text-color,#module_9988360964076.customFormDatetime,#module_9988360964076 .Browse-file,#module_9988360964076 .customFormDatetime,#module_9988360964076 .pcCitybox select,#module_9988360964076 .multi-row-text{border-bottom-width:1px;}
#module_9988360964076 .smsvcode,#module_9988360964076 .frist_item,#module_9988360964076 .VerificationCodeinput,#module_9988360964076 .customFormCheckbox,#module_9988360964076 input[type=radio],#module_9988360964076 input.input-text-color,#module_9988360964076.customFormDatetime,#module_9988360964076 .Browse-file,#module_9988360964076 .customFormDatetime,#module_9988360964076 .pcCitybox select,#module_9988360964076 .multi-row-text{border-left-color:#e5e5e5;}
#module_9988360964076 .smsvcode,#module_9988360964076 .frist_item,#module_9988360964076 .VerificationCodeinput,#module_9988360964076 .customFormCheckbox,#module_9988360964076 input[type=radio],#module_9988360964076 input.input-text-color,#module_9988360964076.customFormDatetime,#module_9988360964076 .Browse-file,#module_9988360964076 .customFormDatetime,#module_9988360964076 .pcCitybox select,#module_9988360964076 .multi-row-text{border-left-style:solid;}
#module_9988360964076 .smsvcode,#module_9988360964076 .frist_item,#module_9988360964076 .VerificationCodeinput,#module_9988360964076 .customFormCheckbox,#module_9988360964076 input[type=radio],#module_9988360964076 input.input-text-color,#module_9988360964076.customFormDatetime,#module_9988360964076 .Browse-file,#module_9988360964076 .customFormDatetime,#module_9988360964076 .pcCitybox select,#module_9988360964076 .multi-row-text{border-left-width:1px;}
#module_9988360964076 .Describ-text-color{font-size:14px;}
#module_9988360964076 .Describ-text-color{font-family:;}
#module_9988360964076 .Describ-text-color{color:#595959;}
#module_9988360964076 .Describ-text-color{font-weight:normal;}
#module_9988360964076 .Describ-text-color{text-decoration:none;}
#module_9988360964076 .Describ-text-color{font-style:normal;}
#module_9988360964076 .smsbtn,#module_9988360964076 .smsvcode,#module_9988360964076 .input-text-color{font-size:14px;}
#module_9988360964076 .smsbtn,#module_9988360964076 .smsvcode,#module_9988360964076 .input-text-color{font-family:;}
#module_9988360964076 .smsvcode,#module_9988360964076 .input-text-color{color:#333;} #module_9988360964076 .input-text-color::-ms-input-placeholder{color:#333;} #module_9988360964076 .input-text-color::-moz-placeholder{color:#333;} #module_9988360964076 .input-text-color::-webkit-input-placeholder{color:#333;} 
#module_9988360964076 .smsbtn,#module_9988360964076 .smsvcode,#module_9988360964076 .input-text-color{font-weight:normal;}
#module_9988360964076 .smsbtn,#module_9988360964076 .smsvcode,#module_9988360964076 .input-text-color{text-decoration:none;} #module_9988360964076 .input-text-color::-ms-input-placeholder{text-decoration:none;} #module_9988360964076 .input-text-color::-moz-placeholder{text-decoration:none;} #module_9988360964076 .input-text-color::-webkit-input-placeholder{text-decoration:none;}
#module_9988360964076 .smsbtn,#module_9988360964076 .smsvcode,#module_9988360964076 .input-text-color{font-style:normal;}
#module_9988360964076 .submitbtn{font-size:14px;}
#module_9988360964076 .submitbtn{font-family:;}
#module_9988360964076 .submitbtn{color:#fff;}
#module_9988360964076 .submitbtn{font-weight:normal;}
#module_9988360964076 .submitbtn{text-decoration:none;}
#module_9988360964076 .submitbtn{font-style:normal;}
#module_9988360964076 .submitbtn{background-color:#fd6e27;} #module_9988360964076 input[type=radio]:checked, #module_9988360964076 input[type=checkbox]:checked{background:#fd6e27;border:1px solid #fd6e27} 
#module_9988360964076 .submitbtn{}
#module_9988360964076 .submitbtn{background-repeat:no-repeat;}
#module_9988360964076 .submitbtn{background-position:50% 50%;}
#module_9988360964076 .submitbtn{background-attachment:scroll;}
#module_9988360964076 .submitbtn{}
#module_9988360964076 .vcbtn1{background-color:#fd6e27;}
#module_9988360964076 .vcbtn1{color:#fff;}
#module_9988360964076 .frist_item:hover,#module_9988360964076 .VerificationCodeinput:hover,#module_9988360964076 .customFormCheckbox:hover,#module_9988360964076 input[type=radio]:hover,#module_9988360964076 input.input-text-color:hover,#module_9988360964076.customFormDatetime:hover,#module_9988360964076 .Browse-file:hover,#module_9988360964076 .customFormDatetime:hover,#module_9988360964076 .pcCitybox select:hover,#module_9988360964076 .multi-row-text:hover{border-top-color:#f65e12;}
#module_9988360964076 .frist_item:hover,#module_9988360964076 .VerificationCodeinput:hover,#module_9988360964076 .customFormCheckbox:hover,#module_9988360964076 input[type=radio]:hover,#module_9988360964076 input.input-text-color:hover,#module_9988360964076.customFormDatetime:hover,#module_9988360964076 .Browse-file:hover,#module_9988360964076 .customFormDatetime:hover,#module_9988360964076 .pcCitybox select:hover,#module_9988360964076 .multi-row-text:hover{border-top-style:solid;}
#module_9988360964076 .frist_item:hover,#module_9988360964076 .VerificationCodeinput:hover,#module_9988360964076 .customFormCheckbox:hover,#module_9988360964076 input[type=radio]:hover,#module_9988360964076 input.input-text-color:hover,#module_9988360964076.customFormDatetime:hover,#module_9988360964076 .Browse-file:hover,#module_9988360964076 .customFormDatetime:hover,#module_9988360964076 .pcCitybox select:hover,#module_9988360964076 .multi-row-text:hover{border-right-color:#f65e12;}
#module_9988360964076 .frist_item:hover,#module_9988360964076 .VerificationCodeinput:hover,#module_9988360964076 .customFormCheckbox:hover,#module_9988360964076 input[type=radio]:hover,#module_9988360964076 input.input-text-color:hover,#module_9988360964076.customFormDatetime:hover,#module_9988360964076 .Browse-file:hover,#module_9988360964076 .customFormDatetime:hover,#module_9988360964076 .pcCitybox select:hover,#module_9988360964076 .multi-row-text:hover{border-right-style:solid;}
#module_9988360964076 .frist_item:hover,#module_9988360964076 .VerificationCodeinput:hover,#module_9988360964076 .customFormCheckbox:hover,#module_9988360964076 input[type=radio]:hover,#module_9988360964076 input.input-text-color:hover,#module_9988360964076.customFormDatetime:hover,#module_9988360964076 .Browse-file:hover,#module_9988360964076 .customFormDatetime:hover,#module_9988360964076 .pcCitybox select:hover,#module_9988360964076 .multi-row-text:hover{border-bottom-color:#f65e12;}
#module_9988360964076 .frist_item:hover,#module_9988360964076 .VerificationCodeinput:hover,#module_9988360964076 .customFormCheckbox:hover,#module_9988360964076 input[type=radio]:hover,#module_9988360964076 input.input-text-color:hover,#module_9988360964076.customFormDatetime:hover,#module_9988360964076 .Browse-file:hover,#module_9988360964076 .customFormDatetime:hover,#module_9988360964076 .pcCitybox select:hover,#module_9988360964076 .multi-row-text:hover{border-bottom-style:solid;}
#module_9988360964076 .frist_item:hover,#module_9988360964076 .VerificationCodeinput:hover,#module_9988360964076 .customFormCheckbox:hover,#module_9988360964076 input[type=radio]:hover,#module_9988360964076 input.input-text-color:hover,#module_9988360964076.customFormDatetime:hover,#module_9988360964076 .Browse-file:hover,#module_9988360964076 .customFormDatetime:hover,#module_9988360964076 .pcCitybox select:hover,#module_9988360964076 .multi-row-text:hover{border-left-color:#f65e12;}
#module_9988360964076 .frist_item:hover,#module_9988360964076 .VerificationCodeinput:hover,#module_9988360964076 .customFormCheckbox:hover,#module_9988360964076 input[type=radio]:hover,#module_9988360964076 input.input-text-color:hover,#module_9988360964076.customFormDatetime:hover,#module_9988360964076 .Browse-file:hover,#module_9988360964076 .customFormDatetime:hover,#module_9988360964076 .pcCitybox select:hover,#module_9988360964076 .multi-row-text:hover{border-left-style:solid;}
#module_9988360964076 .submitbtn:hover{font-size:14px;}
#module_9988360964076 .submitbtn:hover{font-family:;}
#module_9988360964076 .submitbtn:hover{color:#fff;}
#module_9988360964076 .submitbtn:hover{font-weight:normal;}
#module_9988360964076 .submitbtn:hover{text-decoration:none;}
#module_9988360964076 .submitbtn:hover{font-style:normal;}
#module_9988360964076 .submitbtn:hover{background-color:#f65e12;}
#module_9988360964076 .submitbtn:hover{}
#module_9988360964076 .submitbtn:hover{background-repeat:no-repeat;}
#module_9988360964076 .submitbtn:hover{background-position:50% 50%;}
#module_9988360964076 .submitbtn:hover{background-attachment:scroll;}
#module_9988360964076 .submitbtn:hover{}


.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding{
    height: 100%;
    position: relative;
    display: table-cell;
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after{
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}
.ModuleGridCustomGiant.layout-101:hover .SubDrag:after{border-left: 1px dashed rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag{
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover{background-color: rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after{border-left: 1px dashed rgba(75, 151, 255, 0);}
.ModuleGridCustomGiant.layout-101 .row {margin-right: 0px;margin-left: 0px;}
.ModuleGridCustomGiant.layout-101 .ModuleGridCol{padding: 0px;}

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

@media only screen and (max-width: 767px) {
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display: block;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding{float:left;height: 10px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{float:left;padding-top:2px;padding-bottom:2px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding .SubDrag{display:none;}
    /* padding 宽度 用 5，子容器宽度为 (100% - (列数 - 1) * padding宽度)/列数) */
    /* 12列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubContainer{width:calc((100% - 55px)/12)!important;}
    /* 11列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubContainer{width:calc((100% - 50px)/11)!important;}
    /* 10列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubContainer{width:calc((100% - 45px)/10)!important;}
    /* 9列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubContainer{width:calc((100% - 40px)/10)!important;}
    /* 8列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubContainer{width:calc((100% - 35px)/8)!important;}
    /* 7列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubContainer{width:calc((100% - 30px)/7)!important;}
	/* 6列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubContainer{width:calc((100% - 25px)/6)!important;}
	/* 5列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding5{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubContainer{width:calc((100% - 20px)/5)!important;}
	/* 4列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubContainer{width:calc((100% - 15px)/4)!important;}
	/* 3列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding3{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubContainer{width:calc((100% - 10px)/3)!important;}
	/* 2列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding2{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding6{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubContainer{width:calc((100% - 5px)/2)!important;}
	/* 1列 无padding */
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubPadding{width:0px;display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubContainer{width:100%!important;}
}.module_360964025 .ModuleHead .HeadCenter{float:none;}
#module_360964025 {
padding:0px;
}
#module_360964025 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964025 .ModuleHead360964025 {
display:none;
}
#module_360964025 .BodyCenter.BodyCenter360964025 {
background:none;background-color:#8F011D;
}
#module_360964025 >.module_360964025 {
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_360964025 >.module_360964025{
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_360964025 .BodyCenter.BodyCenter360964025 {
padding-top:1.5690%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964025 .BodyCenter.BodyCenter360964025 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964025 >.module_360964025 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964025 >.module_360964025 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964025 >.module_360964025 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964025:hover {
border:none;
}
#module_360964025:hover >.module_360964025 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964025 .ModuleSubContainer{background-color:transparent;}
#module_360964025 .ModuleSubContainer{background-image:none;}
#module_360964025 .ModuleSubContainer{background-repeat:no-repeat;}
#module_360964025 .ModuleSubContainer{background-position:0% 0%;}
#module_360964025 .ModuleSubContainer{background-attachment:scroll;}
#module_360964025 .ModuleSubContainer{}
#module_360964025 {!bgVideo!}{bgVideoUrl:none}
#module_360964025 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_360964025 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_360964025 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer360964025 {max-width:1600px;width:auto;}
.ModuleGridContainer.ModuleGridContainer360964025 .SubPadding {width:0px;}
/*图文模块 layout 105*/
.ModuleImageTextGiant.layout-105 .row{ margin-left:0; margin-right: 0;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{max-height: 100%; max-width: 100%;/*padding: 10px;*/}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .ModuleImageTextContent{padding:0; padding-left: 15px; margin: 0px }
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{height:auto;padding-left: 0;padding-right: 0}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content{align-items: center;display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{text-align: left; overflow: hidden; display: block; text-align:center; position: relative;}
/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper .dummy { padding-top: 100%; }*/
/* .ModuleImageTextGiant.layout-105 .normal_ImgtextBox_content:first-child{ margin-top: 0 !important; }
.ModuleImageTextGiant.layout-105 .normal_ImgtextBox_content:last-child{ margin-bottom: 0 !important; } */


@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row .col-xs-8{padding: 0 3px;width: 91.333333%;}
}
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{min-width: 100%;}*/
	/*.ModuleImageTextGiant.layout-105 .col-md-2{width: 14.666667%;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row{width:auto;}*/
/*}*/
@media only screen and (min-width: 768px) {
	.ModuleImageTextGiant.layout-105 .col-lg-2 {
    width: 10%;
	}
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper .TextImage{width: 100%}
}.module_360964024 .ModuleHead .HeadCenter{float:none;}
#module_360964024 {
padding:0px;
}
#module_360964024 {
position:static;
z-index:0;
top:946px;
left:500px;
width:100%;
height: auto;
}
#module_360964024 .ModuleHead360964024 {
display:none;
}
#module_360964024 .BodyCenter.BodyCenter360964024 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964024 >.module_360964024 {
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_360964024 >.module_360964024{
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_360964024 .BodyCenter.BodyCenter360964024 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964024 .BodyCenter.BodyCenter360964024 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964024 >.module_360964024 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964024 >.module_360964024 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964024 >.module_360964024 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964024:hover {
border:none;
}
#module_360964024:hover >.module_360964024 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964024 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_360964024 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_360964024 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_360964024 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_360964024 .GraphicUpper{padding-top:0px;}
#module_360964024 .GraphicUpper{padding-bottom:0px;}
#module_360964024 .GraphicUpper{padding-left:0px;}
#module_360964024 .GraphicUpper {padding-right:0px;}
#module_360964024 .GraphicUpper{width:10%;} #module_360964024 .ModuleImageTextContent{width: calc(100% - 10%);}
#module_360964024 .MobileGraphicUpper{width:10%;} #module_360964024 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_360964024 .ModuleImageTextGiantContent{padding-top:0px;}
#module_360964024 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_360964024 .ModuleImageTextGiantContent{padding-left:15px;}
#module_360964024 .ModuleImageTextGiantContent{padding-right:0px;}
#module_360964024 .normal_ImgtextBox_content{padding-top:0px;}
#module_360964024 .normal_ImgtextBox_content{padding-bottom:30px;}
#module_360964024 .normal_ImgtextBox_content{padding-left:0px;}
#module_360964024 .normal_ImgtextBox_content{padding-right:0px;}
#module_360964024 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_360964024 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_360964024 .normal_ImgtextBox_content{background-color:transparent;}
#module_360964024 .normal_ImgtextBox_content{background-image:none;}
#module_360964024 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_360964024 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_360964024 .normal_ImgtextBox_content{background-attachment:none;}
#module_360964024 .normal_ImgtextBox_content{}
#module_360964024 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_360964024 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_360964024 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_360964024 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_360964024 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content{border-top-style:none;}
#module_360964024 .normal_ImgtextBox_content{border-top-width:0px;}
#module_360964024 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content{border-right-style:none;}
#module_360964024 .normal_ImgtextBox_content{border-right-width:0px;}
#module_360964024 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_360964024 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_360964024 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content{border-left-style:none;}
#module_360964024 .normal_ImgtextBox_content{border-left-width:0px;}
#module_360964024 .showHandle .btn{font-size:14px;}
#module_360964024 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964024 .showHandle .btn{color:#333;}
#module_360964024 .showHandle .btn{font-weight:400;}
#module_360964024 .showHandle .btn{text-decoration:none;}
#module_360964024 .showHandle .btn{font-style:normal;}
#module_360964024 .showHandle div{border-top-color:#ddd !important;}
#module_360964024 .showHandle div{border-top-style:solid !important;}
#module_360964024 .showHandle div{border-top-width:1px !important;}
#module_360964024 .showHandle{background-color:transparent;}
#module_360964024 .showHandle{background-image:none;}
#module_360964024 .showHandle{background-repeat:no-repeat;}
#module_360964024 .showHandle{}
#module_360964024 .showHandle{}
#module_360964024 .showHandle{}
#module_360964024 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_360964024 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_360964024 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_360964024 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_360964024 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_360964024 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_360964024 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer360964025 #Sub360964025_1 {width:26.6875%;}
.ModuleButtonGiant.layout-102 .moduleButton{
    background-color: #fff;
    font-size: 12px;
    height: 40px;
    width:100px;
    color:#333;
    border:1px solid #000;
    text-align: center;
    cursor: pointer;
	max-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2 !important;
}
.ModuleButtonGiant.layout-102 .moduleButton:hover{
	color:#fff;
}
.ModuleButtonGiant.layout-102 .moduleButton:hover:before{
    background-color: #333;
}
.ModuleButtonGiant.layout-102 .moduleButton.hvr-sweep-to-right:before,.ModuleButtonGiant.layout-102 .moduleButton.hvr-sweep-to-top:before,.ModuleButtonGiant.layout-102 .moduleButton.Radial-Out:before,.ModuleButtonGiant.layout-102 .moduleButton.RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-102 .moduleButton.Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-102 .moduleButton.Shutter-Out-Vertical:before{
	background-color: #333
}
.ModuleButtonGiant.layout-102 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-102 .BreadIcon{
    font-size: 16px;
}.module_360964026 .ModuleHead .HeadCenter{float:none;}
#module_360964026 {
padding:0px;
}
#module_360964026 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964026 .ModuleHead360964026 {
display:none;
}
#module_360964026 .BodyCenter.BodyCenter360964026 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964026 >.module_360964026 {
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:rgba(255, 255, 255, 0.41);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_360964026 >.module_360964026{
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_360964026 .BodyCenter.BodyCenter360964026 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964026 .BodyCenter.BodyCenter360964026 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964026 >.module_360964026 {
margin-top:0.0000%;
margin-left:69.1689%;
margin-right:7.2386%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964026 >.module_360964026 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964026 >.module_360964026 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964026:hover {
border:none;
}
#module_360964026:hover >.module_360964026 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964026 .BodyCenter{text-align:left;}
#module_360964026 .moduleButton{font-size:12px;}
#module_360964026 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_360964026 .moduleButton{color:#000000;}
#module_360964026 .moduleButton{font-weight:normal;}
#module_360964026 .moduleButton{text-decoration:none;}
#module_360964026 .moduleButton{font-style:normal;}
#module_360964026 .moduleButton, #module_360964026 .moduleButton.faded:before{background-color:rgb(255, 255, 255);}
#module_360964026 .moduleButton, #module_360964026 .moduleButton.faded:before{}
#module_360964026 .moduleButton{border-color:#000000;}
#module_360964026 .moduleButton{border-style:solid;}
#module_360964026 .moduleButton{border-width:0px;}
#module_360964026 .moduleButton{width:50px;}
#module_360964026 .moduleButton{height:50px;line-height:50px;}
#module_360964026 .BodyCenter{color:#000;}
#module_360964026 .moduleButton{border-top-left-radius:0px;}
#module_360964026 .moduleButton{border-top-right-radius:0px;}
#module_360964026 .moduleButton{border-bottom-left-radius:0px;}
#module_360964026 .moduleButton{border-bottom-right-radius:0px;}
#module_360964026 .BreadIcon{font-size:20px;} #module_360964026 .BreadsvgIcon svg{width:20px;height:20px;}
#module_360964026 .BreadIcon{color:#8F011D;} #module_360964026 .BreadsvgIcon svg>*{fill:#8F011D;}
#module_360964026 .BreadIcon,#module_360964026 .BreadsvgIcon{margin-left:10px;}
#module_360964026 .BreadIcon,#module_360964026 .BreadsvgIcon{margin-right:10px;}
#module_360964026 .moduleButton:hover .BreadIcon{font-size:16px;} #module_360964026 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_360964026 .moduleButton:hover .BreadIcon{color:#fff} #module_360964026 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_360964026 .moduleButton:hover{font-size:12px;}
#module_360964026 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360964026 .moduleButton:hover{color:#fff;}
#module_360964026 .moduleButton:hover{font-weight:normal;}
#module_360964026 .moduleButton:hover{text-decoration:none;}
#module_360964026 .moduleButton:hover{font-style:normal;}
#module_360964026 .moduleButton:before, #module_360964026 .moduleButton.faded:before{background-color:rgb(255, 173, 1);}
#module_360964026 .moduleButton:before, #module_360964026 .moduleButton.faded:before{}
#module_360964026 .moduleButton:hover{border-color:rgb(255, 255, 255);}
#module_360964026 .moduleButton:hover{border-style:solid;}
#module_360964026 .moduleButton:hover{border-width:0px;}

.ModuleGridContainer.ModuleGridContainer360964025 #Sub360964025_2 {width:23.3125%;}
.module_360964027 .ModuleHead .HeadCenter{float:none;}
#module_360964027 {
padding:0px;
}
#module_360964027 {
position:static;
z-index:0;
top:-110px;
left:500px;
width:100%;
height: auto;
}
#module_360964027 .ModuleHead360964027 {
display:none;
}
#module_360964027 .BodyCenter.BodyCenter360964027 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964027 >.module_360964027 {
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_360964027 >.module_360964027{
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_360964027 .BodyCenter.BodyCenter360964027 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964027 .BodyCenter.BodyCenter360964027 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964027 >.module_360964027 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964027 >.module_360964027 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964027 >.module_360964027 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964027:hover {
border:none;
}
#module_360964027:hover >.module_360964027 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964027 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_360964027 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_360964027 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_360964027 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_360964027 .GraphicUpper{padding-top:0px;}
#module_360964027 .GraphicUpper{padding-bottom:0px;}
#module_360964027 .GraphicUpper{padding-left:0px;}
#module_360964027 .GraphicUpper {padding-right:0px;}
#module_360964027 .GraphicUpper{width:17%;} #module_360964027 .ModuleImageTextContent{width: calc(100% - 17%);}
#module_360964027 .MobileGraphicUpper{width:10%;} #module_360964027 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_360964027 .ModuleImageTextGiantContent{padding-top:0px;}
#module_360964027 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_360964027 .ModuleImageTextGiantContent{padding-left:15px;}
#module_360964027 .ModuleImageTextGiantContent{padding-right:0px;}
#module_360964027 .normal_ImgtextBox_content{padding-top:0px;}
#module_360964027 .normal_ImgtextBox_content{padding-bottom:30px;}
#module_360964027 .normal_ImgtextBox_content{padding-left:0px;}
#module_360964027 .normal_ImgtextBox_content{padding-right:0px;}
#module_360964027 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_360964027 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_360964027 .normal_ImgtextBox_content{background-color:transparent;}
#module_360964027 .normal_ImgtextBox_content{background-image:none;}
#module_360964027 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_360964027 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_360964027 .normal_ImgtextBox_content{background-attachment:none;}
#module_360964027 .normal_ImgtextBox_content{}
#module_360964027 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_360964027 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_360964027 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_360964027 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_360964027 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content{border-top-style:none;}
#module_360964027 .normal_ImgtextBox_content{border-top-width:0px;}
#module_360964027 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content{border-right-style:none;}
#module_360964027 .normal_ImgtextBox_content{border-right-width:0px;}
#module_360964027 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_360964027 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_360964027 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content{border-left-style:none;}
#module_360964027 .normal_ImgtextBox_content{border-left-width:0px;}
#module_360964027 .showHandle .btn{font-size:14px;}
#module_360964027 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964027 .showHandle .btn{color:#333;}
#module_360964027 .showHandle .btn{font-weight:400;}
#module_360964027 .showHandle .btn{text-decoration:none;}
#module_360964027 .showHandle .btn{font-style:normal;}
#module_360964027 .showHandle div{border-top-color:#ddd !important;}
#module_360964027 .showHandle div{border-top-style:solid !important;}
#module_360964027 .showHandle div{border-top-width:1px !important;}
#module_360964027 .showHandle{background-color:transparent;}
#module_360964027 .showHandle{background-image:none;}
#module_360964027 .showHandle{background-repeat:no-repeat;}
#module_360964027 .showHandle{}
#module_360964027 .showHandle{}
#module_360964027 .showHandle{}
#module_360964027 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_360964027 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_360964027 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_360964027 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_360964027 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_360964027 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_360964027 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer360964025 #Sub360964025_3 {width:25.0000%;}
.module_360964028 .ModuleHead .HeadCenter{float:none;}
#module_360964028 {
padding:0px;
}
#module_360964028 {
position:static;
z-index:0;
top:-111px;
left:0px;
width:100%;
height: auto;
}
#module_360964028 .ModuleHead360964028 {
display:none;
}
#module_360964028 .BodyCenter.BodyCenter360964028 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964028 >.module_360964028 {
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:rgba(17, 33, 108, 0.59);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_360964028 >.module_360964028{
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_360964028 .BodyCenter.BodyCenter360964028 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964028 .BodyCenter.BodyCenter360964028 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964028 >.module_360964028 {
margin-top:0.0000%;
margin-left:69.2500%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964028 >.module_360964028 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964028 >.module_360964028 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964028:hover {
border:none;
}
#module_360964028:hover >.module_360964028 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964028 .BodyCenter{text-align:left;}
#module_360964028 .moduleButton{font-size:12px;}
#module_360964028 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_360964028 .moduleButton{color:#000000;}
#module_360964028 .moduleButton{font-weight:normal;}
#module_360964028 .moduleButton{text-decoration:none;}
#module_360964028 .moduleButton{font-style:normal;}
#module_360964028 .moduleButton, #module_360964028 .moduleButton.faded:before{background-color:rgb(255, 255, 255);}
#module_360964028 .moduleButton, #module_360964028 .moduleButton.faded:before{}
#module_360964028 .moduleButton{border-color:#000000;}
#module_360964028 .moduleButton{border-style:solid;}
#module_360964028 .moduleButton{border-width:0px;}
#module_360964028 .moduleButton{width:50px;}
#module_360964028 .moduleButton{height:50px;line-height:50px;}
#module_360964028 .BodyCenter{color:#000;}
#module_360964028 .moduleButton{border-top-left-radius:0px;}
#module_360964028 .moduleButton{border-top-right-radius:0px;}
#module_360964028 .moduleButton{border-bottom-left-radius:0px;}
#module_360964028 .moduleButton{border-bottom-right-radius:0px;}
#module_360964028 .BreadIcon{font-size:20px;} #module_360964028 .BreadsvgIcon svg{width:20px;height:20px;}
#module_360964028 .BreadIcon{color:#8F011D;} #module_360964028 .BreadsvgIcon svg>*{fill:#8F011D;}
#module_360964028 .BreadIcon,#module_360964028 .BreadsvgIcon{margin-left:10px;}
#module_360964028 .BreadIcon,#module_360964028 .BreadsvgIcon{margin-right:10px;}
#module_360964028 .moduleButton:hover .BreadIcon{font-size:16px;} #module_360964028 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_360964028 .moduleButton:hover .BreadIcon{color:#fff} #module_360964028 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_360964028 .moduleButton:hover{font-size:12px;}
#module_360964028 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360964028 .moduleButton:hover{color:#fff;}
#module_360964028 .moduleButton:hover{font-weight:normal;}
#module_360964028 .moduleButton:hover{text-decoration:none;}
#module_360964028 .moduleButton:hover{font-style:normal;}
#module_360964028 .moduleButton:before, #module_360964028 .moduleButton.faded:before{background-color:rgb(255, 173, 1);}
#module_360964028 .moduleButton:before, #module_360964028 .moduleButton.faded:before{}
#module_360964028 .moduleButton:hover{border-color:rgb(255, 255, 255);}
#module_360964028 .moduleButton:hover{border-style:solid;}
#module_360964028 .moduleButton:hover{border-width:0px;}

.ModuleGridContainer.ModuleGridContainer360964025 #Sub360964025_4 {width:25.0000%;}
.module_360964029 .ModuleHead .HeadCenter{float:none;}
#module_360964029 {
padding:0px;
}
#module_360964029 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964029 .ModuleHead360964029 {
display:none;
}
#module_360964029 .BodyCenter.BodyCenter360964029 {
background:none;background-color:rgb(24, 24, 25);
}
#module_360964029 >.module_360964029 {
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_360964029 >.module_360964029{
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_360964029 .BodyCenter.BodyCenter360964029 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.6151%;
}
}
@media screen and (max-width: 767px){
#module_360964029 .BodyCenter.BodyCenter360964029 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964029 >.module_360964029 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964029 >.module_360964029 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964029 >.module_360964029 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964029:hover {
border:none;
}
#module_360964029:hover >.module_360964029 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964029 .ModuleSubContainer{background-color:transparent;}
#module_360964029 .ModuleSubContainer{background-image:none;}
#module_360964029 .ModuleSubContainer{background-repeat:no-repeat;}
#module_360964029 .ModuleSubContainer{background-position:0% 0%;}
#module_360964029 .ModuleSubContainer{background-attachment:scroll;}
#module_360964029 .ModuleSubContainer{}
#module_360964029 {!bgVideo!}{bgVideoUrl:none}
#module_360964029 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_360964029 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_360964029 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer360964029 {max-width:1600px;width:auto;}
.module_360964030 .ModuleHead .HeadCenter{float:none;}
#module_360964030 {
padding:0px;
}
#module_360964030 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964030 .ModuleHead360964030 {
display:none;
}
#module_360964030 .BodyCenter.BodyCenter360964030 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964030 >.module_360964030 {
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(38, 38, 38);
border-bottom-width:1px;
}
#module_360964030 >.module_360964030{
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_360964030 .BodyCenter.BodyCenter360964030 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964030 .BodyCenter.BodyCenter360964030 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964030 >.module_360964030 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:1.2500%;
}
}
@media screen and (max-width: 767px){
#module_360964030 >.module_360964030 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964030 >.module_360964030 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964030:hover {
border:none;
}
#module_360964030:hover >.module_360964030 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964030 .main-nav-item{height:80px;line-height:80px} #module_360964030 .main-nav-content{height:80px;}
#module_360964030 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_360964030 .main-nav-content{background-image:none;}
#module_360964030 .main-nav-content{background-repeat:no-repeat;}
#module_360964030 .main-nav-content{}
#module_360964030 .main-nav-content{}
#module_360964030 .main-nav-content{}
#module_360964030 .main-nav-content, #module_360964030 .verticalMenu .main-nav-item-group{text-align:left;}
#module_360964030 .main-nav-item{font-size:16px;}
#module_360964030 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_360964030 .main-nav-item{color:rgb(255, 255, 255);}
#module_360964030 .main-nav-item{font-weight:normal;}
#module_360964030 .main-nav-item{text-decoration:none;}
#module_360964030 .main-nav-item{font-style:normal;}
#module_360964030 .main-nav-item{background-color:transparent;}
#module_360964030 .main-nav-item{background-image:none;}
#module_360964030 .main-nav-item{background-repeat:no-repeat;}
#module_360964030 .main-nav-item{}
#module_360964030 .main-nav-item{}
#module_360964030 .main-nav-item{}
#module_360964030 .main-nav-item{width:auto;}
#module_360964030 .main-nav-item{padding-left:51px;padding-right:51px;} #module_360964030 .verticalMenu .main-nav-item-group{margin-bottom:51px;}
#module_360964030 .sub-nav-item-group{border-top-color:#333;}
#module_360964030 .sub-nav-item-group{border-top-style:solid;}
#module_360964030 .sub-nav-item-group{border-top-width:2px;}
#module_360964030 .sub-nav-item-group{border-right-color:transparent;}
#module_360964030 .sub-nav-item-group{border-right-style:none;}
#module_360964030 .sub-nav-item-group{border-right-width:0px;}
#module_360964030 .sub-nav-item-group{border-bottom-color:transparent;}
#module_360964030 .sub-nav-item-group{border-bottom-style:none;}
#module_360964030 .sub-nav-item-group{border-bottom-width:0px;}
#module_360964030 .sub-nav-item-group{border-left-color:transparent;}
#module_360964030 .sub-nav-item-group{border-left-style:none;}
#module_360964030 .sub-nav-item-group{border-left-width:0px;}
#module_360964030 .sub-nav-item-group{width:192px;}
#module_360964030 .sub-nav-item{height:40px;line-height:40px}
#module_360964030 .sub-nav-item{font-size:12px;}
#module_360964030 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_360964030 .sub-nav-item{color:#000;}
#module_360964030 .sub-nav-item{font-weight:normal;}
#module_360964030 .sub-nav-item{text-decoration:none;}
#module_360964030 .sub-nav-item{font-style:normal;}
#module_360964030 .sub-nav-item{background-color:#fff;}
#module_360964030 .sub-nav-item{background-image:none;}
#module_360964030 .sub-nav-item{background-repeat:no-repeat;}
#module_360964030 .sub-nav-item{}
#module_360964030 .sub-nav-item{}
#module_360964030 .sub-nav-item{}
#module_360964030 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_360964030 .sub-nav-item{border-bottom-style:solid;}
#module_360964030 .sub-nav-item{border-bottom-width:1px;}
#module_360964030 .sub-nav-item{margin-top:0px;}
#module_360964030 .main-nav-item-hover{font-size:16px;}
#module_360964030 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360964030 .main-nav-item-hover{color:rgb(255, 255, 255);}
#module_360964030 .main-nav-item-hover{font-weight:normal;}
#module_360964030 .main-nav-item-hover{text-decoration:none;}
#module_360964030 .main-nav-item-hover{font-style:normal;}
#module_360964030 .main-nav-item-hover{background-color:transparent;}
#module_360964030 .main-nav-item-hover{background-image:none;}
#module_360964030 .main-nav-item-hover{background-repeat:no-repeat;}
#module_360964030 .main-nav-item-hover{}
#module_360964030 .main-nav-item-hover{}
#module_360964030 .main-nav-item-hover{}
#module_360964030 .main-nav-item-hover::before,#module_360964030 .main-nav-item::before{border-bottom-color:rgb(255, 173, 1);}
#module_360964030 .main-nav-item-hover::before{border-bottom-style:solid;}
#module_360964030 .main-nav-item-hover::before{border-bottom-width:0px;}
#module_360964030 .sub-nav-item:hover{font-size:12px;}
#module_360964030 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_360964030 .sub-nav-item:hover{color:#000;}
#module_360964030 .sub-nav-item:hover{font-weight:normal;}
#module_360964030 .sub-nav-item:hover{text-decoration:none;}
#module_360964030 .sub-nav-item:hover{font-style:normal;}
#module_360964030 .sub-nav-item:hover{background-color:#f2f2f2;}
#module_360964030 .sub-nav-item:hover{background-image:none;}
#module_360964030 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_360964030 .sub-nav-item:hover{}
#module_360964030 .sub-nav-item:hover{}
#module_360964030 .sub-nav-item:hover{}


.module_360964031 .ModuleHead .HeadCenter{float:none;}
#module_360964031 {
padding:0px;
}
#module_360964031 {
position:static;
z-index:0;
top:1198px;
left:287px;
width:100%;
height: auto;
}
#module_360964031 .ModuleHead360964031 {
display:none;
}
#module_360964031 .BodyCenter.BodyCenter360964031 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964031 >.module_360964031 {
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_360964031 >.module_360964031{
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_360964031 .BodyCenter.BodyCenter360964031 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964031 .BodyCenter.BodyCenter360964031 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964031 >.module_360964031 {
margin-top:5.6285%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964031 >.module_360964031 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964031 >.module_360964031 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964031:hover {
border:none;
}
#module_360964031:hover >.module_360964031 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964031 .ModuleImageTextGiantContent{margin-top:0px;}
#module_360964031 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_360964031 .ModuleImageTextGiantContent{margin-left:0px;}
#module_360964031 .ModuleImageTextGiantContent{margin-right:0px;}
#module_360964031 .imageTextGiant-Container{padding-top:10px;}
#module_360964031 .imageTextGiant-Container{padding-bottom:10px;}
#module_360964031 .imageTextGiant-Container{padding-left:10px;}
#module_360964031 .imageTextGiant-Container{padding-right:10px;}
#module_360964031 .showHandle .btn{font-size:14px;}
#module_360964031 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964031 .showHandle .btn{color:#333;}
#module_360964031 .showHandle .btn{font-weight:400;}
#module_360964031 .showHandle .btn{text-decoration:none;}
#module_360964031 .showHandle .btn{font-style:normal;}
#module_360964031 .showHandle div{border-top-color:#ddd !important;}
#module_360964031 .showHandle div{border-top-style:solid !important;}
#module_360964031 .showHandle div{border-top-width:1px !important;}
#module_360964031 .showHandle{background-color:transparent;}
#module_360964031 .showHandle{background-image:none;}
#module_360964031 .showHandle{background-repeat:no-repeat;}
#module_360964031 .showHandle{}
#module_360964031 .showHandle{}
#module_360964031 .showHandle{}
#module_360964031 a{font-size:unset;font-family:unset}
.module_360964032 .ModuleHead .HeadCenter{float:none;}
#module_360964032 {
padding:0px;
}
#module_360964032 {
position:static;
z-index:0;
top:-109px;
left:0px;
width:100%;
height: auto;
}
#module_360964032 .ModuleHead360964032 {
display:none;
}
#module_360964032 .BodyCenter.BodyCenter360964032 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964032 >.module_360964032 {
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:rgb(38, 38, 38);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_360964032 >.module_360964032{
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_360964032 .BodyCenter.BodyCenter360964032 {
padding-top:4.6904%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964032 .BodyCenter.BodyCenter360964032 {
padding-top:5.7637%;
padding-left:5.7637%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_360964032 >.module_360964032 {
margin-top:4.6904%;
margin-left:0.0000%;
margin-right:20.6379%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964032 >.module_360964032 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_360964032 >.module_360964032 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964032:hover {
border:none;
}
#module_360964032:hover >.module_360964032 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964032 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_360964032 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_360964032 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_360964032 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_360964032 .GraphicUpper{padding-top:0px;}
#module_360964032 .GraphicUpper{padding-bottom:0px;}
#module_360964032 .GraphicUpper{padding-left:0px;}
#module_360964032 .GraphicUpper {padding-right:0px;}
#module_360964032 .GraphicUpper{width:10%;} #module_360964032 .ModuleImageTextContent{width: calc(100% - 10%);}
#module_360964032 .MobileGraphicUpper{width:10%;} #module_360964032 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_360964032 .ModuleImageTextGiantContent{padding-top:0px;}
#module_360964032 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_360964032 .ModuleImageTextGiantContent{padding-left:15px;}
#module_360964032 .ModuleImageTextGiantContent{padding-right:0px;}
#module_360964032 .normal_ImgtextBox_content{padding-top:0px;}
#module_360964032 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_360964032 .normal_ImgtextBox_content{padding-left:0px;}
#module_360964032 .normal_ImgtextBox_content{padding-right:0px;}
#module_360964032 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_360964032 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_360964032 .normal_ImgtextBox_content{background-color:transparent;}
#module_360964032 .normal_ImgtextBox_content{background-image:none;}
#module_360964032 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_360964032 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_360964032 .normal_ImgtextBox_content{background-attachment:none;}
#module_360964032 .normal_ImgtextBox_content{}
#module_360964032 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_360964032 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_360964032 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_360964032 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_360964032 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_360964032 .normal_ImgtextBox_content{border-top-style:none;}
#module_360964032 .normal_ImgtextBox_content{border-top-width:0px;}
#module_360964032 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_360964032 .normal_ImgtextBox_content{border-right-style:none;}
#module_360964032 .normal_ImgtextBox_content{border-right-width:0px;}
#module_360964032 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_360964032 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_360964032 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_360964032 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_360964032 .normal_ImgtextBox_content{border-left-style:none;}
#module_360964032 .normal_ImgtextBox_content{border-left-width:0px;}
#module_360964032 .showHandle .btn{font-size:14px;}
#module_360964032 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964032 .showHandle .btn{color:#333;}
#module_360964032 .showHandle .btn{font-weight:400;}
#module_360964032 .showHandle .btn{text-decoration:none;}
#module_360964032 .showHandle .btn{font-style:normal;}
#module_360964032 .showHandle div{border-top-color:#ddd !important;}
#module_360964032 .showHandle div{border-top-style:solid !important;}
#module_360964032 .showHandle div{border-top-width:1px !important;}
#module_360964032 .showHandle{background-color:transparent;}
#module_360964032 .showHandle{background-image:none;}
#module_360964032 .showHandle{background-repeat:no-repeat;}
#module_360964032 .showHandle{}
#module_360964032 .showHandle{}
#module_360964032 .showHandle{}
#module_360964032 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_360964032 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_360964032 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_360964032 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_360964032 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_360964032 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_360964032 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_360964032 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_360964032 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_360964032 a{font-size:unset;font-family:unset}
.module_360964036 .ModuleHead .HeadCenter{float:none;}
#module_360964036 {
padding:0px;
}
#module_360964036 {
position:static;
z-index:0;
top:26px;
left:0px;
width:100%;
height: auto;
}
#module_360964036 .ModuleHead360964036 {
display:none;
}
#module_360964036 .BodyCenter.BodyCenter360964036 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964036 >.module_360964036 {
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_360964036 >.module_360964036{
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_360964036 .BodyCenter.BodyCenter360964036 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964036 .BodyCenter.BodyCenter360964036 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964036 >.module_360964036 {
margin-top:5.6285%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964036 >.module_360964036 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964036 >.module_360964036 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964036:hover {
border:none;
}
#module_360964036:hover >.module_360964036 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964036 .ModuleImageTextGiantContent{margin-top:0px;}
#module_360964036 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_360964036 .ModuleImageTextGiantContent{margin-left:0px;}
#module_360964036 .ModuleImageTextGiantContent{margin-right:0px;}
#module_360964036 .imageTextGiant-Container{padding-top:10px;}
#module_360964036 .imageTextGiant-Container{padding-bottom:10px;}
#module_360964036 .imageTextGiant-Container{padding-left:10px;}
#module_360964036 .imageTextGiant-Container{padding-right:10px;}
#module_360964036 .showHandle .btn{font-size:14px;}
#module_360964036 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964036 .showHandle .btn{color:#333;}
#module_360964036 .showHandle .btn{font-weight:400;}
#module_360964036 .showHandle .btn{text-decoration:none;}
#module_360964036 .showHandle .btn{font-style:normal;}
#module_360964036 .showHandle div{border-top-color:#ddd !important;}
#module_360964036 .showHandle div{border-top-style:solid !important;}
#module_360964036 .showHandle div{border-top-width:1px !important;}
#module_360964036 .showHandle{background-color:transparent;}
#module_360964036 .showHandle{background-image:none;}
#module_360964036 .showHandle{background-repeat:no-repeat;}
#module_360964036 .showHandle{}
#module_360964036 .showHandle{}
#module_360964036 .showHandle{}
#module_360964036 a{font-size:unset;font-family:unset}
.module_360964033 .ModuleHead .HeadCenter{float:none;}
#module_360964033 {
padding:0px;
}
#module_360964033 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964033 .ModuleHead360964033 {
display:none;
}
#module_360964033 .BodyCenter.BodyCenter360964033 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964033 >.module_360964033 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(38, 38, 38);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(38, 38, 38);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_360964033 >.module_360964033{
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_360964033 .BodyCenter.BodyCenter360964033 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964033 .BodyCenter.BodyCenter360964033 {
padding-top:0.0000%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_360964033 >.module_360964033 {
margin-top:4.3152%;
margin-left:0.0000%;
margin-right:13.1332%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964033 >.module_360964033 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_360964033 >.module_360964033 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964033:hover {
border:none;
}
#module_360964033:hover >.module_360964033 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964033 .ModuleImageTextGiantContent{margin-top:0px;}
#module_360964033 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_360964033 .ModuleImageTextGiantContent{margin-left:0px;}
#module_360964033 .ModuleImageTextGiantContent{margin-right:0px;}
#module_360964033 .imageTextGiant-Container{padding-top:10px;}
#module_360964033 .imageTextGiant-Container{padding-bottom:10px;}
#module_360964033 .imageTextGiant-Container{padding-left:10px;}
#module_360964033 .imageTextGiant-Container{padding-right:10px;}
#module_360964033 .showHandle .btn{font-size:14px;}
#module_360964033 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964033 .showHandle .btn{color:#333;}
#module_360964033 .showHandle .btn{font-weight:400;}
#module_360964033 .showHandle .btn{text-decoration:none;}
#module_360964033 .showHandle .btn{font-style:normal;}
#module_360964033 .showHandle div{border-top-color:#ddd !important;}
#module_360964033 .showHandle div{border-top-style:solid !important;}
#module_360964033 .showHandle div{border-top-width:1px !important;}
#module_360964033 .showHandle{background-color:transparent;}
#module_360964033 .showHandle{background-image:none;}
#module_360964033 .showHandle{background-repeat:no-repeat;}
#module_360964033 .showHandle{}
#module_360964033 .showHandle{}
#module_360964033 .showHandle{}
#module_360964033 a{font-size:unset;font-family:unset}
.module_360964075 .ModuleHead .HeadCenter{float:none;}
#module_360964075 {
padding:0px;
}
#module_360964075 {
position:static;
z-index:0;
top:94px;
left:0px;
width:100%;
height: auto;
}
#module_360964075 .ModuleHead360964075 {
display:none;
}
#module_360964075 .BodyCenter.BodyCenter360964075 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964075 >.module_360964075 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(38, 38, 38);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(38, 38, 38);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_360964075 >.module_360964075{
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_360964075 .BodyCenter.BodyCenter360964075 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964075 .BodyCenter.BodyCenter360964075 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_360964075 >.module_360964075 {
margin-top:4.3152%;
margin-left:0.0000%;
margin-right:13.1332%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964075 >.module_360964075 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_360964075 >.module_360964075 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964075:hover {
border:none;
}
#module_360964075:hover >.module_360964075 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964075 .ModuleImageTextGiantContent{margin-top:0px;}
#module_360964075 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_360964075 .ModuleImageTextGiantContent{margin-left:0px;}
#module_360964075 .ModuleImageTextGiantContent{margin-right:0px;}
#module_360964075 .imageTextGiant-Container{padding-top:10px;}
#module_360964075 .imageTextGiant-Container{padding-bottom:10px;}
#module_360964075 .imageTextGiant-Container{padding-left:10px;}
#module_360964075 .imageTextGiant-Container{padding-right:10px;}
#module_360964075 .showHandle .btn{font-size:14px;}
#module_360964075 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964075 .showHandle .btn{color:#333;}
#module_360964075 .showHandle .btn{font-weight:400;}
#module_360964075 .showHandle .btn{text-decoration:none;}
#module_360964075 .showHandle .btn{font-style:normal;}
#module_360964075 .showHandle div{border-top-color:#ddd !important;}
#module_360964075 .showHandle div{border-top-style:solid !important;}
#module_360964075 .showHandle div{border-top-width:1px !important;}
#module_360964075 .showHandle{background-color:transparent;}
#module_360964075 .showHandle{background-image:none;}
#module_360964075 .showHandle{background-repeat:no-repeat;}
#module_360964075 .showHandle{}
#module_360964075 .showHandle{}
#module_360964075 .showHandle{}
#module_360964075 a{font-size:unset;font-family:unset}
.module_360964037 .ModuleHead .HeadCenter{float:none;}
#module_360964037 {
padding:0px;
}
#module_360964037 {
position:static;
z-index:0;
top:36px;
left:0px;
width:100%;
height: auto;
}
#module_360964037 .ModuleHead360964037 {
display:none;
}
#module_360964037 .BodyCenter.BodyCenter360964037 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964037 >.module_360964037 {
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_360964037 >.module_360964037{
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_360964037 .BodyCenter.BodyCenter360964037 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964037 .BodyCenter.BodyCenter360964037 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964037 >.module_360964037 {
margin-top:5.6285%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964037 >.module_360964037 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964037 >.module_360964037 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964037:hover {
border:none;
}
#module_360964037:hover >.module_360964037 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964037 .ModuleImageTextGiantContent{margin-top:0px;}
#module_360964037 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_360964037 .ModuleImageTextGiantContent{margin-left:0px;}
#module_360964037 .ModuleImageTextGiantContent{margin-right:0px;}
#module_360964037 .imageTextGiant-Container{padding-top:10px;}
#module_360964037 .imageTextGiant-Container{padding-bottom:10px;}
#module_360964037 .imageTextGiant-Container{padding-left:10px;}
#module_360964037 .imageTextGiant-Container{padding-right:10px;}
#module_360964037 .showHandle .btn{font-size:14px;}
#module_360964037 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_360964037 .showHandle .btn{color:#333;}
#module_360964037 .showHandle .btn{font-weight:400;}
#module_360964037 .showHandle .btn{text-decoration:none;}
#module_360964037 .showHandle .btn{font-style:normal;}
#module_360964037 .showHandle div{border-top-color:#ddd !important;}
#module_360964037 .showHandle div{border-top-style:solid !important;}
#module_360964037 .showHandle div{border-top-width:1px !important;}
#module_360964037 .showHandle{background-color:transparent;}
#module_360964037 .showHandle{background-image:none;}
#module_360964037 .showHandle{background-repeat:no-repeat;}
#module_360964037 .showHandle{}
#module_360964037 .showHandle{}
#module_360964037 .showHandle{}
#module_360964037 a{font-size:unset;font-family:unset}
.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_360964034 .ModuleHead .HeadCenter{float:none;}
#module_360964034 {
padding:0px;
}
#module_360964034 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_360964034 .ModuleHead360964034 {
display:none;
}
#module_360964034 .BodyCenter.BodyCenter360964034 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360964034 >.module_360964034 {
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_360964034 >.module_360964034{
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_360964034 .BodyCenter.BodyCenter360964034 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964034 .BodyCenter.BodyCenter360964034 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_360964034 >.module_360964034 {
margin-top:6.5666%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_360964034 >.module_360964034 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_360964034 >.module_360964034 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360964034:hover {
border:none;
}
#module_360964034:hover >.module_360964034 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360964034 .ModuleSharediv{text-align: left;}
#module_360964034 .social-share-icon{color:#999;}
#module_360964034 .social-share-icon{font-size:20px;}
#module_360964034 .social-share-icon{ margin-right:7px;margin-left:7px;} #module_360964034 .mvertical{margin-top:7px;margin-bottom:7px;}
#module_360964034 .social-share-icon{height:36px; width:36px;line-height:36px}
#module_360964034 .social-share-icon{border-top-color:rgb(38, 38, 38);}
#module_360964034 .social-share-icon{border-top-style:solid;}
#module_360964034 .social-share-icon{border-top-width:1px;}
#module_360964034 .social-share-icon{border-right-color:rgb(38, 38, 38);}
#module_360964034 .social-share-icon{border-right-style:solid;}
#module_360964034 .social-share-icon{border-right-width:1px;}
#module_360964034 .social-share-icon{border-bottom-color:rgb(38, 38, 38);}
#module_360964034 .social-share-icon{border-bottom-style:solid;}
#module_360964034 .social-share-icon{border-bottom-width:1px;}
#module_360964034 .social-share-icon{border-left-color:rgb(38, 38, 38);}
#module_360964034 .social-share-icon{border-left-style:solid;}
#module_360964034 .social-share-icon{border-left-width:1px;}
#module_360964034 .social-share-icon{background-color:transparent;}
#module_360964034 .social-share-icon{}
#module_360964034 .social-share-icon:hover{background-color:transparent;}
#module_360964034 .social-share-icon:hover{}
#module_360964034 .social-share-icon:hover{color:rgb(255, 173, 1);}
#module_360964034 .social-share-icon:hover{font-size:20px;}
#module_360964034 .social-share-icon:hover{border-top-color:rgb(255, 173, 1);}
#module_360964034 .social-share-icon:hover{border-top-style:solid;}
#module_360964034 .social-share-icon:hover{border-top-width:1px;}
#module_360964034 .social-share-icon:hover{border-right-color:#ccc;}
#module_360964034 .social-share-icon:hover{border-right-style:solid;}
#module_360964034 .social-share-icon:hover{border-right-width:0px;}
#module_360964034 .social-share-icon:hover{border-bottom-color:#ccc;}
#module_360964034 .social-share-icon:hover{border-bottom-style:solid;}
#module_360964034 .social-share-icon:hover{border-bottom-width:0px;}
#module_360964034 .social-share-icon:hover{border-left-color:#ccc;}
#module_360964034 .social-share-icon:hover{border-left-style:solid;}
#module_360964034 .social-share-icon:hover{border-left-width:0px;}

.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .subnav li a {
    font-size: 15px;
}

.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.mobileFootNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ModuleMobileNavGiant.layout-101 .maxlarge {
    max-width: 10rem;
}

.ModuleMobileNavGiant.layout-101 .maxmiddle {
    max-width: 8rem;
}

.ModuleMobileNavGiant.layout-101 .header-model {
    width: 100%;
    height: 3rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    background: #333333;
    max-height: calc(100vh);
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
}

.mobileNavFloatLayer_1 {
    display: block;
    visibility: hidden;
    width: 17rem;
    height: 100%;
    -ms-transform: translateX(-17rem);
    -khtml-transform: translateX(-17rem);
    -webkit-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    transform: translateX(-17rem);
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    z-index: 9999
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li {
    color: #fff;
    border-bottom: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.on {
    border-left: 5px solid #888888;
    transition: all .3s ease-out
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a {
    padding-left: 15%;
    font-size: 15px;
    color: #fff;
    display: block;
    height: 65px;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a .main-class-colorlump {
    width: 10px;
    height: 66px;
    background-color: #888;
    display: none;
    vertical-align: middle;
    top: unset;
    margin-right: 0;
    transform: unset;
    position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
    width: 18.5px;
    height: 20px;
    display: inline-block;
    margin-right: 1.06rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open>a .more:before {
    content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
    z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
    line-height: 65px;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
    padding-left: 30%;
}

/*滚动条*/

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    overflow: auto;
    height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
    position: relative;
    top: 0;
}

/*二级导航*/

.ModuleMobileNavGiant.layout-101 .subnav a {
    padding-left: 25%;
    display: block;
    font-size: 15px;
    position: relative;
    height: 65px;
    /*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
    display: flex;
    height: 50px!important;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0
}

.ModuleMobileNavGiant.layout-101 header {
    box-sizing: border-box;
    width: 100%
}



.bodyfixd {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bodyabstre {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}



.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
    border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
    border: 0 ! important
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
    border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
    max-height: 40px;
    padding-right: 8pt;
    padding-left: 8pt;
    /* margin-right: 8px;
     margin-left: 15px;
    padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
    display: flex;
    width: calc(100% - 60px);
    margin-left: 50px;
    margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
    width: 56px;
    text-align: center;
    display: block;
}

.ModuleMobileNavGiant.layout-101 .icons {
    font-size: 16pt;
    color: #fff;
}

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

.ModuleMobileNavGiant.layout-101 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .mobileNav {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        position: fixed;
    }
    .mobileNavFloatLayer_1 {
        display: block;
        visibility: hidden;
        width: 17rem;
        height: 100%;
        -ms-transform: translateX(-17rem);
        -khtml-transform: translateX(-17rem);
        -webkit-transform: translateX(-17rem);
        -o-transform: translateX(-17rem);
        -moz-transform: translateX(-17rem);
        transform: translateX(-17rem);
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        z-index: 9999
    }
    .mobileNavFloatLayer_r {
        right: 0;
        -ms-transform: translateX(17rem);
        -khtml-transform: translateX(17rem);
        -webkit-transform: translateX(17rem);
        -o-transform: translateX(17rem);
        -moz-transform: translateX(17rem);
        transform: translateX(17rem);
    }
}

@media only screen and (min-width: 768px) {
    .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
        margin-top: 0px;
    }
    .ModuleMobileNavGiant.layout-101 .header-model {
        display: none;
    }
}

.ModuleMobileNavGiant.layout-101 .icon-dianhua-moren {
    font-weight: normal;
}

.ModuleMobileNavGiant.layout-101 .icon-sousuo {
    font-weight: 750;
}

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_360963980 .ModuleHead .HeadCenter{float:none;}
#module_360963980 {
padding:0px;
}
#module_360963980 {
}
#module_360963980 .ModuleHead360963980 {
display:none;
}
#module_360963980 .BodyCenter.BodyCenter360963980 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360963980 >.module_360963980 {
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_360963980 >.module_360963980{
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_360963980 .BodyCenter.BodyCenter360963980 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_360963980 .BodyCenter.BodyCenter360963980 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_360963980 >.module_360963980 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_360963980 >.module_360963980 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_360963980 >.module_360963980 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360963980:hover {
border:none;
}
#module_360963980:hover >.module_360963980 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360963980 .langlistbox{background-color:#fff} #module_360963980 .langlistbox .jt{border-bottom-color:#fff}
#module_360963980 .langlistbox .langinfo{color:#333333}
#module_360963980 .langlistbox .langinfo{background-color:#fff}
#module_360963980 .langlistbox .langinfo{border-color:#333333}
#module_360963980 .langlistbox .langtxt{ font-size:16px }
#module_360963980 .langlistbox .langtxt{ color:#333333 }
#module_360963980 {}#module_360963980.layout-101 #header{border-bottom-color:transparent;}
#module_360963980 {}#module_360963980.layout-101 #header{border-bottom-style:none;}
#module_360963980 {}#module_360963980.layout-101 #header{border-bottom-width:0px;}
#module_360963980 {}#module_360963980.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_360963980 {}#module_360963980.layout-101 #MobileNav{background-color: transparent;} #module_360963980.layout-101 #header{background-color:#8F011D;}
#module_360963980 {}#module_360963980.layout-101 #header{}
#module_360963980 {}#module_360963980.layout-101 #header p{font-Family:微软雅黑,Microsoft YaHei;}
#module_360963980 {}#module_360963980.layout-101 #header p{font-size:px;}
#module_360963980 {}#module_360963980.layout-101 #header p{color:#fff;}
#module_360963980 {}#module_360963980.layout-101 #header p{}
#module_360963980 {}#module_360963980.layout-101 #header p{}
#module_360963980 {}#module_360963980.layout-101 #header p{}
#module_360963980 {}#module_360963980.layout-101 .lcitem .rect{background:#fff;} #module_360963980.layout-101 .icons{color:#fff;} #module_360963980.layout-101 .svgdiv svg>*{fill:#fff;}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item ul li{border-bottom-color:#4e4e4e;}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item,#module_360963980.layout-101 #MobileNavFloatLayer{background-color:#3c3c3c;}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item,#module_360963980.layout-101 #MobileNavFloatLayer{}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li>a{background:#3c3c3c;}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li>a{}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li>a,#module_360963980.layout-101 .micro-nav-item>ul>li>a p{color:#fff;}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li .subnav a{background:#353535;}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li .subnav a,#module_360963980.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li>a,#module_360963980.layout-101 .micro-nav-item>ul>li>a p{font-family:微软雅黑,Microsoft YaHei;}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li>a,#module_360963980.layout-101 .micro-nav-item>ul>li>a p{font-size:15px;}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li .subnav a,#module_360963980.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:微软雅黑,Microsoft YaHei;}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li .subnav a,#module_360963980.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:15px;}
#module_360963980 .langlistbox li:hover .langinfo,#module_360963980 .langactive .langinfo {color:#fff}
#module_360963980 .langlistbox li:hover .langinfo,#module_360963980 .langactive .langinfo{background-color:#333333}
#module_360963980 .langlistbox li:hover .langinfo,#module_360963980 .langactive .langinfo{border-color:#333333}
#module_360963980 .langlistbox li:hover .langtxt,#module_360963980 .langactive .langtxt{ color:#333333 }
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li>a:hover,#module_360963980.layout-101 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:#585858;}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:#4a4747;}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_360963980 {}#module_360963980.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_360963980.layout-101 .micro-nav-item>ul>li .subnav a:hover p{color:#fff;}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16); 
    color: #666;
    box-sizing: content-box;
    /* 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_360963981 .ModuleHead .HeadCenter{float:none;}
#module_360963981 {
padding:0px;
}
#module_360963981 {
}
#module_360963981 .ModuleHead0 {
display:none;
}

#module_360963981 .defaultbtn{background-color:#fff}
#module_360963981 .defaultbtn{}
#module_360963981 .spotgroup{color:#000}
#module_360963981 .itembtn{background-color:#fff}
#module_360963981 .itembtn{}
#module_360963981 .itemicon{color:#666} #module_360963981 svg>*{fill:#666}
#module_360963981 .itemtext{background-color:#fff} #module_360963981 .itemtextright::before{border-left-color:#fff} #module_360963981 .itemtextleft::before{border-right-color:#fff}
#module_360963981 .itemtext{}
#module_360963981 .itemtext{font-size:12px;}
#module_360963981 .itemtext{font-family:;}
#module_360963981 .itemtext{color:#666 !important;}
#module_360963981 .itemtext{font-weight:normal;}
#module_360963981 .itemtext{text-decoration:none;}
#module_360963981 .itemtext{font-style:normal;}
#module_360963981 .defaultbtnbghover{background-color:#000000}
#module_360963981 .defaultbtnbghover{}
#module_360963981 .defaultbtniconbghover{color:#fff}
.module_360963982 .ModuleHead .HeadCenter{float:none;}
#module_360963982 {
padding:0px;
}
#module_360963982 {
}
#module_360963982 .ModuleHead360963982 {
display:none;
}
#module_360963982 .BodyCenter.BodyCenter360963982 {
background:none;background-color:rgba(0,0,0,0);
}
#module_360963982 >.module_360963982 {
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_360963982 >.module_360963982{
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_360963982 .BodyCenter.BodyCenter360963982 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_360963982 .BodyCenter.BodyCenter360963982 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_360963982 >.module_360963982 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_360963982 >.module_360963982 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_360963982 >.module_360963982 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_360963982:hover {
border:none;
}
#module_360963982:hover >.module_360963982 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_360963982 .foot-nav-list{background-color:#8F011D !important;}
#module_360963982 .foot-nav-list{border-top-color:transparent;}
#module_360963982 .foot-nav-list{border-top-style:none;}
#module_360963982 .foot-nav-list{border-top-width:0px;}
#module_360963982 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_360963982 .icon{color:#fff !important;} #module_360963982 .icon svg >*{fill:#fff}
#module_360963982 .itemText{font-size:12px;}
#module_360963982 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_360963982 .itemText{color:#fff !important;}
#module_360963982 .itemText{font-weight:normal;}
#module_360963982 .itemText{text-decoration:none;}
#module_360963982 .itemText{font-style:normal;}
#module_360963982 .iconh{color:#fff !important;}  #module_360963982 .iconh svg >*{fill:#fff}
#module_360963982 .itemTexth{font-size:12px;}
#module_360963982 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_360963982 .itemTexth{color:#fff !important;}
#module_360963982 .itemTexth{font-weight:normal;}
#module_360963982 .itemTexth{text-decoration:none;}
#module_360963982 .itemTexth{font-style:normal;}
