﻿.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}

@media screen and (max-width: 700px) { #HeaderZone,#FooterZone { display: none;} }.BodyMain2Zone{display:none;}

.BodyMain3Zone{display:none;}

.BodyMain4Zone{display:none;}

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

	.ModuleOnLineServiceGiant.layout-109 {

		display: none;

	}

}



.ModuleOnLineServiceGiant.layout-109 .online-service-giant-container {

	width: 66px;

	float: right;

}



@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%;

	

	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);

	

	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;

	

	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 {

	

	animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards

}



.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-2 {

	

	animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards

}



.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-3 {

	

	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;

	

	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;

	

	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{

	

	transform: rotate(45deg);

}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .bottomline{

	

	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;

	

	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%);

	

}



.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;

}



.ModuleOnLineServiceGiant.layout-109 .contacts-item {

	

	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: 170px;

	margin-right: 10px;

	display: inline-block;

}



.ModuleOnLineServiceGiant.layout-109 .nodata {

	min-width: 180px;

	border-radius: 10px;

	color: #999999;

	font-size: 12px;

	background: #FEFEFE;

	text-align: center;



}

.module_167261167 .ModuleHead .HeadCenter{float:none;}

#module_167261167 {

padding:0px;

}

#module_167261167 {

position:absolute;

z-index:4001;

top:411px;

left:0px;

width:100%;

height:126px;

}

#module_167261167 .ModuleHead167261167 {

display:none;

}



#module_167261167 .animated-circles.animated .c-1,#module_167261167 .animated-circles.animated .c-2,#module_167261167 .animated-circles.animated.c-3{opacity: 0.25; background-color:#10aa9c;} #module_167261167 .animated-circles2:after{background-image:linear-gradient(to bottom, #10aa9c, #10aa9c)}

#module_167261167 .online-service-nav .head{background-color:#FFFFFF;}

#module_167261167 .online-service{border-width:0px;}

#module_167261167 .online-service{border-style:;}

#module_167261167 .online-service{border-color:;}

#module_167261167 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}

#module_167261167 .online-service-content{background-color:#fff;}

#module_167261167 .online-service-content{border-top-left-radius:20px;}

#module_167261167 .online-service-content{border-bottom-left-radius:20px;}

#module_167261167 .online-service-content{border-bottom-right-radius:20px;}

#module_167261167 .online-service-content{border-top-right-radius:20px;}

#module_167261167 .online-service-content-tab .content-tab{background-color:transparent;}

#module_167261167 .online-service-content-tab .content-tab .iconfont{color:#333333;}

#module_167261167 .content-close::after{border-width:1px;}

#module_167261167 .content-close::after{border-style:solid;}

#module_167261167 .content-close::after{border-color:#eeeeee;}

#module_167261167 .content-close span{background-color:#999999;}

#module_167261167 .online-service-top{background-color:#ffffff;}

#module_167261167 .online-service-top .iconfont{color:#10aa9c;}

#module_167261167 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}

#module_167261167 .online-service-nav:hover .head{background-color:#FFFFFF;}

#module_167261167 .online-service:hover{border-width:0px;}

#module_167261167 .online-service:hover{border-style:;}

#module_167261167 .online-service:hover{border-color:;}

#module_167261167 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}

#module_167261167 .online-service:hover .rd-notice-content{color:#FFFFFF;}

#module_167261167 .online-service:hover .online-service-hint{background-color:#139d8f;}

#module_167261167 .online-service-content-tab .content-tabh:hover{background-color:#139d8f;}

#module_167261167 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}

#module_167261167 .content-close:hover span{background-color:#999999;}

#module_167261167 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}

#module_167261167 .online-service-top:hover{background-color:#ffffff;}

#module_167261167 .online-service-top:hover .iconfont{color:#139d8f;}

#module_167261167 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}

#FreeMainZone{height:537px}

.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_170034150 .ModuleHead .HeadCenter{float:none;}

#module_170034150 {

padding:0px;

}

#module_170034150 {

position:static;

z-index:0;

top:0px;

width:100%;

height: auto;

}

#module_170034150 .ModuleHead170034150 {

display:none;

}



#module_170034150 .ModuleSubContainer{background-color:transparent;}

#module_170034150 .ModuleSubContainer{}

#module_170034150 .ModuleSubContainer{background-repeat:no-repeat;}

#module_170034150 .ModuleSubContainer{background-position:0% 0%;}

#module_170034150 .ModuleSubContainer{background-attachment:scroll;}

#module_170034150 .ModuleSubContainer{}

#module_170034150 {!bgVideo!}{bgVideoUrl:}

#module_170034150 .gridBgVideo .bgVideoMask{opacity:0.2}

#module_170034150 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}

#module_170034150 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

.ModuleGridContainer.ModuleGridContainer170034150 {}

.ModuleImageGiant.layout-101 .BodyCenter{

	text-align:center;

}

.ModuleImageGiant.layout-101 img{

	margin: auto;

    max-width: 100%;

	border: none;

}



.module_170034152 .ModuleHead .HeadCenter{float:none;}

#module_170034152 {

padding:0px;

}

#module_170034152 {

position:static;

z-index:0;

top:38px;

left:0px;

width:100%;

height: auto;

}

#module_170034152 .ModuleHead170034152 {

display:none;

}

#module_170034152 .BodyCenter.BodyCenter170034152 {

background:none;background-color:rgba(0,0,0,0);

}

#module_170034152 >.module_170034152 {

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_170034152 >.module_170034152{

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_170034152 .BodyCenter.BodyCenter170034152 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_170034152 .BodyCenter.BodyCenter170034152 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

@media screen and (min-width: 768px){

#module_170034152 >.module_170034152 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_170034152 >.module_170034152 {

margin-top:5.7637%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:5.7637%;

}

}

#module_170034152 >.module_170034152 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_170034152:hover {

border:none;

}

#module_170034152:hover >.module_170034152 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_170034152 img{border-top-color:transparent;}

#module_170034152 img{border-top-style:none;}

#module_170034152 img{border-top-width:0px;}

#module_170034152 img{border-right-color:transparent;}

#module_170034152 img{border-right-style:none;}

#module_170034152 img{border-right-width:0px;}

#module_170034152 img{border-bottom-color:transparent;}

#module_170034152 img{border-bottom-style:none;}

#module_170034152 img{border-bottom-width:0px;}

#module_170034152 img{border-left-color:transparent;}

#module_170034152 img{border-left-style:none;}

#module_170034152 img{border-left-width:0px;}

#module_170034152 img{border-top-left-radius:0px;}

#module_170034152 img{border-top-right-radius:0px;}

#module_170034152 img{border-bottom-left-radius:0px;}

#module_170034152 img{border-bottom-right-radius:0px;}

#module_170034152 .BodyCenter{text-align: center;}



.module_349539511 .ModuleHead .HeadCenter{float:none;}

#module_349539511 {

padding:0px;

}

#module_349539511 {

position:static;

z-index:0;

top:0px;

width:100%;

height: auto;

}

#module_349539511 .ModuleHead349539511 {

display:none;

}



.module_167421724 .ModuleHead .HeadCenter{float:none;}

#module_167421724 {

padding:0px;

}

#module_167421724 {

position:static;

z-index:0;

top:0px;

width:100%;

height: auto;

}

#module_167421724 .ModuleHead167421724 {

display:none;

}

#module_167421724 .BodyCenter.BodyCenter167421724 {

background:none;background-color:rgb(240, 240, 240);

}

#module_167421724 >.module_167421724 {

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_167421724 >.module_167421724{

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_167421724 .BodyCenter.BodyCenter167421724 {

padding-top:1.5690%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:1.5690%;

}

}

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

#module_167421724 .BodyCenter.BodyCenter167421724 {

padding-top:0px;

padding-left:0px;

padding-right:0px;

padding-bottom:0px;

}

}

@media screen and (min-width: 768px){

#module_167421724 >.module_167421724 {

margin-top:5.2301%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:1.0460%;

}

}

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

#module_167421724 >.module_167421724 {

margin-top:0px;

margin-left:0px;

margin-right:0px;

margin-bottom:0px;

}

}

#module_167421724 >.module_167421724 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_167421724:hover {

border:none;

}

#module_167421724:hover >.module_167421724 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_167421724 .ModuleSubContainer{background-color:transparent;}

#module_167421724 .ModuleSubContainer{background-image:none;}

#module_167421724 .ModuleSubContainer{background-repeat:no-repeat;}

#module_167421724 .ModuleSubContainer{background-position:0% 0%;}

#module_167421724 .ModuleSubContainer{background-attachment:scroll;}

#module_167421724 .ModuleSubContainer{}

#module_167421724 {!bgVideo!}{bgVideoUrl:none}

#module_167421724 .gridBgVideo .bgVideoMask{opacity:0.2}

#module_167421724 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}

#module_167421724 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

.ModuleGridContainer.ModuleGridContainer167421724 {}



.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_167421952 .ModuleHead .HeadCenter{float:none;}

#module_167421952 {

padding:0px;

}

#module_167421952 {

position:static;

z-index:0;

width:100%;

height: auto;

}

#module_167421952 .ModuleHead167421952 {

display:none;

}

#module_167421952 .BodyCenter.BodyCenter167421952 {

background:none;background-color:rgba(0,0,0,0);

}

#module_167421952 >.module_167421952 {

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_167421952 >.module_167421952{

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_167421952 .BodyCenter.BodyCenter167421952 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;
#862a1f
padding-bottom:0.0000%;

}

}

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

#module_167421952 .BodyCenter.BodyCenter167421952 {

padding-top:0px;

padding-left:0px;

padding-right:0px;

padding-bottom:0px;

}

}

@media screen and (min-width: 768px){

#module_167421952 >.module_167421952 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_167421952 >.module_167421952 {

margin-top:0px;

margin-left:0px;

margin-right:0px;

margin-bottom:0px;

}

}

#module_167421952 >.module_167421952 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_167421952:hover {

border:none;

}

#module_167421952:hover >.module_167421952 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_167421952 .BreadIcon{font-size:16px;} #module_167421952 .BreadsvgIcon svg{width:16px;height:16px;}

#module_167421952 .BreadIcon{color:#666;} #module_167421952 .BreadsvgIcon svg>*{fill:#666;}

#module_167421952 .BreadIcon,#module_167421952 .BreadsvgIcon{margin-left:0px;}

#module_167421952 .BreadIcon,#module_167421952 .BreadsvgIcon{margin-right:10px;}

#module_167421952 .bcs-item,#module_167421952 .bcs-item a{font-size:14px;}

#module_167421952 .bcs-item,#module_167421952 .bcs-item a{font-family:微软雅黑,Microsoft YaHei;}

#module_167421952 .bcs-item,#module_167421952 .bcs-item a{color:rgb(127, 127, 127);}

#module_167421952 .bcs-item,#module_167421952 .bcs-item a{font-weight:normal;}

#module_167421952 .bcs-item,#module_167421952 .bcs-item a{text-decoration:none;}

#module_167421952 .bcs-item,#module_167421952 .bcs-item a{font-style:normal;}

#module_167421952 .breadcrumb{text-align:left;}

#module_167421952 .breadcrumb .separator{margin-left:10px;margin-right:10px;}

#module_167421952 .breadcrumb .separator{font-size:14px;}

#module_167421952 .breadcrumb .separator{font-family:微软雅黑,Microsoft YaHei;}

#module_167421952 .breadcrumb .separator{color:rgb(127, 127, 127);}

#module_167421952 .breadcrumb .separator{font-weight:normal;}

#module_167421952 .breadcrumb .separator{text-decoration:none;}

#module_167421952 .breadcrumb .separator{font-style:normal;}

#module_167421952 .breadcrumb:hover .BreadIcon{color:#666} #module_167421952 .breadcrumb:hover .BreadsvgIcon svg>*{fill:#666;}

#module_167421952 .bcs-item:hover,#module_167421952 .bcs-item a:hover{font-size:14px;}

#module_167421952 .bcs-item:hover,#module_167421952 .bcs-item a:hover{font-family:微软雅黑,Microsoft YaHei;}

#module_167421952 .bcs-item:hover,#module_167421952 .bcs-item a:hover{color:#333;}

#module_167421952 .bcs-item:hover,#module_167421952 .bcs-item a:hover{font-weight:normal;}

#module_167421952 .bcs-item:hover,#module_167421952 .bcs-item a:hover{text-decoration:none;}

#module_167421952 .bcs-item:hover,#module_167421952 .bcs-item a:hover{font-style:normal;}



.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;}

    

    

    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubPadding{width:5px;}

    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubContainer{width:calc((100% - 55px)/12)!important;}

    

    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubPadding{width:5px;}

    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubContainer{width:calc((100% - 50px)/11)!important;}

    

    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubPadding{width:5px;}

    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubContainer{width:calc((100% - 45px)/10)!important;}

    

    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubPadding{width:5px;}

    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubContainer{width:calc((100% - 40px)/10)!important;}

    #862a1f#862a1f
#862a1f
    .ModuleGridCustomGiant.layout-101 .grid-co#862a1fSubPadding{width:5px;}
#862a1f#862a1f
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubContainer{wid#862a1f((100% - 35px)/8)!important;}
#862a1f
    #862a1f#862a1f
#862a1f
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubPadding{width:5px;}
#862a1f#862a1f
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubContainer{width:calc((100% - 30px)/7)!important;}

	

	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubPadding{width:5px;}

	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubContainer{width:calc((100% - 25px)/6)!important;}

	

	.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;}

	

	.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;}

	

	.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;}

	

	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding{width:5px;}

	.ModuleGridCustomGiant.layout-101 .grid-c#862a1f.SubPadding2{display:none;}

	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding4{display:none;}

    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding6{display:none;}

    .ModuleGridCustomGiant.layout-101#862a1fcol-2 > .SubPadding8{display:none;}

	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubContainer{width:calc((100% - 5px)/2)!important;}

	

	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubPadding{width:0px;display:none;}

	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubContainer{width:100%!important;}

}.module_354378525 .ModuleHead .HeadCenter{float:none;}

#module_354378525 {

padding:0px;

}

#module_354378525 {

position:fixed;
#862a1f
z-index:999;

top:482px;

left:0px;

width:100%;

height: auto;

}
#862a1f
#module_354378525 .ModuleHead354378525 {

display:none;

}

#module_354378525 .BodyCenter.BodyCenter354378525 {

background:none;background-color:rgba(0,0,0,0);

}

#module_354378525 >.module_354378525 {

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_354378525 >.module_354378525{

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_354378525 .BodyCenter.BodyCenter354378525 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_354378525 .BodyCenter.BodyCenter354378525 {

padding-top:0px;

padding-left:0px;

padding-right:0px;

padding-bottom:0px;

}

}

@media screen and (min-width: 768px){

#module_354378525 >.module_354378525 {#862a1f

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:2.0921%;

}

}

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

#module_354378525 >.module_354378525 {

margin-top:0px;

margin-left:0px;#862a1f

margin-right:0px;

margin-bottom:0px;

}

}#862a1f

#module_354378525 >.module_354378525 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_354378525:hover {

border:none;

}

#module_354378525:hover >.module_354378525 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_354378525 .ModuleSubContainer{background-color:transparent;}

#module_354378525 .ModuleSubContainer{background-image:none;}

#module_354378525 .ModuleSubContainer{background-repeat:no-repeat;}

#module_354378525 .ModuleSubContainer{background-position:0% 0%;}

#module_354378525 .ModuleSubContainer{background-attachment:scroll;}

#module_354378525 .ModuleSubContainer{}

#module_354378525 {!bgVideo!}{bgVideoUrl:none}

#module_354378525 .gridBgVideo .bgVideoMask{opacity:0.2}

#module_354378525 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}

#module_354378525 .ModuleSubContainer:hover{box-shado#862a1fpx 0px 0px rgba(0, 0, 0, 0);}

.ModuleGridContainer.ModuleGridContainer354378525 {max-#862a1fone;width:100%;margin: auto;}

.ModuleGridContainer.ModuleGridContainer354378525 .SubPadding {width:0px;}#862a1f

.ModuleGridContainer.ModuleGridContainer354378525 #Sub#862a1f25_1 {width:95.1360%;}



.ModuleImageTextGiant.layout-103 .imageTextGiant-Container{max-height: 100%; max-width: 100%;padding: 10px;}

.ModuleImageTextGiant.layout-103 .imageTextGiant-Container .GraphicUpper{text-align: center;}

.ModuleImageTextGiant.layout-103 .ModuleImageTextContent{width: 100%;}



.module_354378529 .ModuleHead .HeadCenter{float:none;}

#module_354378529 {

padding:0px;

}

#module_354378529 {

position:static;

z-index:0;

top:321px;

left:1167px;

width:100%;

height: auto;

}

#module_354378529 .ModuleHead354378529 {

display:none;

}

#module_354378529 .BodyCenter.BodyCenter354378529 {

background:none;background-color:rgb(255, 255, 255);

}

#module_354378529 >.module_354378529 {
#862a1f
border-top-style:solid;

border-top-color:rgb(242, 242, 242);
#862a1f
border-top-width:1px;

border-left-style:solid;

border-left-color:rgb(242, 242, 242);

border-left-width:1px;

border-right-style:solid;

border-right-color:rgb(242, 242, 242);

border-right-width:1px;

border-bottom-style:solid;

border-bottom-color:rgb(242, 242, 242);

border-bottom-width:1px;

}

#module_354378529 >.module_354378529{

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_354378529 .BodyCenter.BodyCenter354378529 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_354378529 .BodyCenter.BodyCenter354378529 {

padding-top:0px;

padding-left:0px;

padding-right:0px;

padding-bottom:0px;

}

}

@media screen and (min-width: 768px){

#module_354378529 >.module_354378529 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_354378529 >.module_354378529 {

margin-top:0px;

margin-left:0px;

margin-right:0px;

margin-bottom:0px;

}

}

#module_354378529 >.module_354378529 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_354378529:hover {

border:none;

}

#module_354378529:hover >.module_354378529 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_354378529 .GraphicUpper .TextImage{border-top-left-radius:0px;}

#module_354378529 .GraphicUpper .TextImage{border-top-right-radius:0px;}

#module_354378529 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}

#module_354378529 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}

#module_354378529 .GraphicUpper .TextImage{margin-top:0px;}

#module_354378529 .GraphicUpper .TextImage{margin-bottom:5px;}

#module_354378529 .GraphicUpper .TextImage{margin-left:0px;}

#module_354378529 .GraphicUpper .TextImage{margin-right:0px;}

#module_354378529 .TextImage{width:50%;}

#module_354378529 .MobileTextImage{width:50%;}

#module_354378529 .imageTextGiant-Container .GraphicUpper{ text-align:center;}

#module_354378529 .imageTextGiant-Container{padding-top:10px;}

#module_354378529 .imageTextGiant-Container{padding-bottom:10px;}

#module_354378529 .imageTextGiant-Container{padding-left:10px;}

#module_354378529 .imageTextGiant-Container{padding-right:10px;}

#module_354378529 .ModuleImageTextGiantContent{padding-top:0px;}

#module_354378529 .ModuleImageTextGiantContent{padding-bottom:0px;}

#module_354378529 .ModuleImageTextGiantContent{padding-left:0px;}

#module_354378529 .ModuleImageTextGiantContent{padding-right:0px;}

#module_354378529 .imageTextGiant-Container{padding-top:5px;}

#module_354378529 .imageTextGiant-Container{padding-bottom:5px;}

#module_354378529 .imageTextGiant-Container{padding-left:0px;}

#module_354378529 .imageTextGiant-Container{padding-right:0px;}

#module_354378529 .showHandle .btn{font-size:14px;}

#module_354378529 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}

#module_354378529 .showHandle .btn{color:#333;}

#module_354378529 .showHandle .btn{font-weight:400;}

#module_354378529 .showHandle .btn{text-decoration:none;}

#module_354378529 .showHandle .btn{font-style:normal;}

#module_354378529 .showHandle div{border-top-color:#ddd !important;}

#module_354378529 .showHandle div{border-top-style:solid !important;}

#module_354378529 .showHandle div{border-top-width:1px !important;}

#module_354378529 .showHandle{background-color:transparent;}

#module_354378529 .showHandle{background-image:none;}

#module_354378529 .showHandle{background-repeat:no-repeat;}

#module_354378529 .showHandle{}

#module_354378529 .showHandle{}

#module_354378529 .showHandle{}

#module_354378529 a{font-size:unset;font-family:unset}

.module_354378526 .ModuleHead .HeadCenter{float:none;}

#module_354378526 {

padding:0px;

}

#module_354378526 {

position:static;

z-index:0;

top:2082px;

left:1859px;

width:100%;

height: auto;

}

#module_354378526 .ModuleHead354378526 {

display:none;

}

#module_354378526 .BodyCenter.BodyCenter354378526 {

background:none;background-color:rgb(255, 255, 255);

}

#module_354378526 >.module_354378526 {

border-top-style:solid;

border-top-color:rgb(242, 242, 242);

border-top-width:0px;

border-left-style:solid;

border-left-color:rgb(242, 242, 242);

border-left-width:1px;

border-right-style:solid;

border-right-color:rgb(242, 242, 242);

border-right-width:1px;

border-bottom-style:solid;

border-bottom-color:rgb(242, 242, 242);

border-bottom-width:1px;

}

#module_354378526 >.module_354378526{

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_354378526 .BodyCenter.BodyCenter354378526 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_354378526 .BodyCenter.BodyCenter354378526 {

padding-top:0px;

padding-left:0px;

padding-right:0px;

padding-bottom:0px;

}

}

@media screen and (min-width: 768px){

#module_354378526 >.module_354378526 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_354378526 >.module_354378526 {

margin-top:0px;

margin-left:0px;

margin-right:0px;

margin-bottom:0px;

}

}

#module_354378526 >.module_354378526 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_354378526:hover {

border:none;

}

#module_354378526:hover >.module_354378526 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_354378526 .GraphicUpper .TextImage{border-top-left-radius:0px;}

#module_354378526 .GraphicUpper .TextImage{border-top-right-radius:0px;}

#module_354378526 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}

#module_354378526 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}

#module_354378526 .GraphicUpper .TextImage{margin-top:5px;}

#module_354378526 .GraphicUpper .TextImage{margin-bottom:0px;}

#module_354378526 .GraphicUpper .TextImage{margin-left:0px;}

#module_354378526 .GraphicUpper .TextImage{margin-right:0px;}

#module_354378526 .TextImage{width:50%;}

#module_354378526 .MobileTextImage{width:50%;}

#module_354378526 .imageTextGiant-Container .GraphicUpper{ text-align:center;}

#module_354378526 .imageTextGiant-Container{padding-top:10px;}

#module_354378526 .imageTextGiant-Container{padding-bottom:10px;}

#module_354378526 .imageTextGiant-Container{padding-left:10px;}

#module_354378526 .imageTextGiant-Container{padding-right:10px;}

#module_354378526 .ModuleImageTextGiantContent{padding-top:5px;}

#module_354378526 .ModuleImageTextGiantContent{padding-bottom:5px;}

#module_354378526 .ModuleImageTextGiantContent{padding-left:0px;}

#module_354378526 .ModuleImageTextGiantContent{padding-right:0px;}

#module_354378526 .imageTextGiant-Container{padding-top:5px;}

#module_354378526 .imageTextGiant-Container{padding-bottom:5px;}

#module_354378526 .imageTextGiant-Container{padding-left:0px;}

#module_354378526 .imageTextGiant-Container{padding-right:0px;}

#module_354378526 .showHandle .btn{font-size:14px;}

#module_354378526 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}

#module_354378526 .showHandle .btn{color:#333;}

#module_354378526 .showHandle .btn{font-weight:400;}

#module_354378526 .showHandle .btn{text-decoration:none;}

#module_354378526 .showHandle .btn{font-style:normal;}

#module_354378526 .showHandle div{border-top-color:#ddd !important;}

#module_354378526 .showHandle div{border-top-style:solid !important;}

#module_354378526 .showHandle div{border-top-width:1px !important;}

#module_354378526 .showHandle{background-color:transparent;}

#module_354378526 .showHandle{background-image:none;}

#module_354378526 .showHandle{background-repeat:no-repeat;}

#module_354378526 .showHandle{}

#module_354378526 .showHandle{}

#module_354378526 .showHandle{}

#module_354378526 a{font-size:unset;font-family:unset}

.module_354378527 .ModuleHead .HeadCenter{float:none;}

#module_354378527 {

padding:0px;

}

#module_354378527 {

position:static;

z-index:0;

top:2172px;

left:1860px;

width:100%;

height: auto;

}

#module_354378527 .ModuleHead354378527 {

display:none;

}

#module_354378527 .BodyCenter.BodyCenter354378527 {

background:none;background-color:rgb(255, 255, 255);

}

#module_354378527 >.module_354378527 {

border-top-style:solid;

border-top-color:rgb(242, 242, 242);

border-top-width:0px;

border-left-style:solid;

border-left-color:rgb(242, 242, 242);

border-left-width:1px;

border-right-style:solid;

border-right-color:rgb(242, 242, 242);

border-right-width:1px;

border-bottom-style:solid;

border-bottom-color:rgb(242, 242, 242);

border-bottom-width:1px;

}

#module_354378527 >.module_354378527{

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_354378527 .BodyCenter.BodyCenter354378527 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_354378527 .BodyCenter.BodyCenter354378527 {

padding-top:0px;

padding-left:0px;

padding-right:0px;

padding-bottom:0px;

}

}

@media screen and (min-width: 768px){

#module_354378527 >.module_354378527 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_354378527 >.module_354378527 {

margin-top:0px;

margin-left:0px;

margin-right:0px;

margin-bottom:0px;

}

}

#module_354378527 >.module_354378527 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_354378527:hover {

border:none;

}

#module_354378527:hover >.module_354378527 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_354378527 .GraphicUpper .TextImage{border-top-left-radius:0px;}

#module_354378527 .GraphicUpper .TextImage{border-top-right-radius:0px;}

#module_354378527 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}

#module_354378527 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}

#module_354378527 .GraphicUpper .TextImage{margin-top:0px;}

#module_354378527 .GraphicUpper .TextImage{margin-bottom:0px;}

#module_354378527 .GraphicUpper .TextImage{margin-left:0px;}

#module_354378527 .GraphicUpper .TextImage{margin-right:0px;}

#module_354378527 .TextImage{width:50%;}

#module_354378527 .MobileTextImage{width:50%;}

#module_354378527 .imageTextGiant-Container .GraphicUpper{ text-align:center;}

#module_354378527 .imageTextGiant-Container{padding-top:10px;}

#module_354378527 .imageTextGiant-Container{padding-bottom:10px;}

#module_354378527 .imageTextGiant-Container{padding-left:10px;}

#module_354378527 .imageTextGiant-Container{padding-right:10px;}

#module_354378527 .ModuleImageTextGiantContent{padding-top:0px;}

#module_354378527 .ModuleImageTextGiantContent{padding-bottom:0px;}

#module_354378527 .ModuleImageTextGiantContent{padding-left:0px;}

#module_354378527 .ModuleImageTextGiantContent{padding-right:0px;}

#module_354378527 .imageTextGiant-Container{padding-top:10px;}

#module_354378527 .imageTextGiant-Container{padding-bottom:10px;}

#module_354378527 .imageTextGiant-Container{padding-left:0px;}

#module_354378527 .imageTextGiant-Container{padding-right:0px;}

#module_354378527 .showHandle .btn{font-size:14px;}

#module_354378527 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}

#module_354378527 .showHandle .btn{color:#333;}

#module_354378527 .showHandle .btn{font-weight:400;}

#module_354378527 .showHandle .btn{text-decoration:none;}

#module_354378527 .showHandle .btn{font-style:normal;}

#module_354378527 .showHandle div{border-top-color:#ddd !important;}

#module_354378527 .showHandle div{border-top-style:solid !important;}

#module_354378527 .showHandle div{border-top-width:1px !important;}

#module_354378527 .showHandle{background-color:transparent;}

#module_354378527 .showHandle{background-image:none;}

#module_354378527 .showHandle{background-repeat:no-repeat;}

#module_354378527 .showHandle{}

#module_354378527 .showHandle{}

#module_354378527 .showHandle{}

#module_354378527 a{font-size:unset;font-family:unset}

.module_354378528 .ModuleHead .HeadCenter{float:none;}

#module_354378528 {

padding:0px;

}

#module_354378528 {

position:static;

z-index:0;

top:2346px;

left:1843px;

width:100%;

height: auto;

}

#module_354378528 .ModuleHead354378528 {

display:none;

}

#module_354378528 .BodyCenter.BodyCenter354378528 {

background:none;background-color:rgba(0,0,0,0);

}

#module_354378528 >.module_354378528 {

border-top-style:solid;

border-top-color:rgb(242, 242, 242);

border-top-width:0px;

border-left-style:solid;

border-left-color:rgb(242, 242, 242);

border-left-width:1px;

border-right-style:solid;

border-right-color:rgb(242, 242, 242);

border-right-width:1px;

border-bottom-style:solid;

border-bottom-color:rgb(242, 242, 242);

border-bottom-width:1px;

}

#module_354378528 >.module_354378528{

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_354378528 .BodyCenter.BodyCenter354378528 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_354378528 .BodyCenter.BodyCenter354378528 {

padding-top:0px;

padding-left:0px;

padding-right:0px;

padding-bottom:0px;

}

}

@media screen and (min-width: 768px){

#module_354378528 >.module_354378528 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_354378528 >.module_354378528 {

margin-top:0px;

margin-left:0px;

margin-right:0px;

margin-bottom:0px;

}

}

#module_354378528 >.module_354378528 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_354378528:hover {

border:none;

}

#module_354378528:hover >.module_354378528 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_354378528 .GraphicUpper .TextImage{border-top-left-radius:0px;}

#module_354378528 .GraphicUpper .TextImage{border-top-right-radius:0px;}

#module_354378528 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}

#module_354378528 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}

#module_354378528 .GraphicUpper .TextImage{margin-top:0px;}

#module_354378528 .GraphicUpper .TextImage{margin-bottom:0px;}

#module_354378528 .GraphicUpper .TextImage{margin-left:0px;}

#module_354378528 .GraphicUpper .TextImage{margin-right:0px;}

#module_354378528 .TextImage{width:50%;}

#module_354378528 .MobileTextImage{width:50%;}

#module_354378528 .imageTextGiant-Container .GraphicUpper{ text-align:center;}

#module_354378528 .imageTextGiant-Container{padding-top:10px;}

#module_354378528 .imageTextGiant-Container{padding-bottom:10px;}

#module_354378528 .imageTextGiant-Container{padding-left:10px;}

#module_354378528 .imageTextGiant-Container{padding-right:10px;}

#module_354378528 .ModuleImageTextGiantContent{padding-top:5px;}

#module_354378528 .ModuleImageTextGiantContent{padding-bottom:5px;}

#module_354378528 .ModuleImageTextGiantContent{padding-left:0px;}

#module_354378528 .ModuleImageTextGiantContent{padding-right:0px;}

#module_354378528 .imageTextGiant-Container{padding-top:10px;}

#module_354378528 .imageTextGiant-Container{padding-bottom:10px;}

#module_354378528 .imageTextGiant-Container{padding-left:0px;}

#module_354378528 .imageTextGiant-Container{padding-right:0px;}

#module_354378528 .showHandle .btn{font-size:14px;}

#module_354378528 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}

#module_354378528 .showHandle .btn{color:#333;}

#module_354378528 .showHandle .btn{font-weight:400;}

#module_354378528 .showHandle .btn{text-decoration:none;}

#module_354378528 .showHandle .btn{font-style:normal;}

#module_354378528 .showHandle div{border-top-color:#ddd !important;}

#module_354378528 .showHandle div{border-top-style:solid !important;}

#module_354378528 .showHandle div{border-top-width:1px !important;}

#module_354378528 .showHandle{background-color:transparent;}

#module_354378528 .showHandle{background-image:none;}

#module_354378528 .showHandle{background-repeat:no-repeat;}

#module_354378528 .showHandle{}

#module_354378528 .showHandle{}

#module_354378528 .showHandle{}

#module_354378528 a{font-size:unset;font-family:unset}

.ModuleGridContainer.ModuleGridContainer354378525 #Sub354378525_2 {width:4.8640000000000025%;}

.module_167417866 .ModuleHead .HeadCenter{float:none;}

#module_167417866 {

padding:0px;

}

#module_167417866 {

position:static;

z-index:0;

top:0px;

width:100%;

height: auto;

}

#module_167417866 .ModuleHead167417866 {

display:none;

}

#module_167417866 .BodyCenter.BodyCenter167417866 {

background:none;background-color:rgba(0,0,0,0);

}

#module_167417866 >.module_167417866 {

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_167417866 >.module_167417866{

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_167417866 .BodyCenter.BodyCenter167417866 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_167417866 .BodyCenter.BodyCenter167417866 {

padding-top:0px;

padding-left:0px;

padding-right:0px;

padding-bottom:0px;

}

}

@media screen and (min-width: 768px){

#module_167417866 >.module_167417866 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:3.1381%;

}

}

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

#module_167417866 >.module_167417866 {

margin-top:0px;

margin-left:0px;

margin-right:0px;

margin-bottom:0px;

}

}

#module_167417866 >.module_167417866 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_167417866:hover {

border:none;

}

#module_167417866:hover >.module_167417866 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_167417866 .ModuleSubContainer{background-color:transparent;}

#module_167417866 .ModuleSubContainer{background-image:none;}

#module_167417866 .ModuleSubContainer{background-repeat:no-repeat;}

#module_167417866 .ModuleSubContainer{background-position:0% 0%;}

#module_167417866 .ModuleSubContainer{background-attachment:scroll;}

#module_167417866 .ModuleSubContainer{}

#module_167417866 {!bgVideo!}{bgVideoUrl:none}

#module_167417866 .gridBgVideo .bgVideoMask{opacity:0.2}

#module_167417866 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}

#module_167417866 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

.ModuleGridContainer.ModuleGridContainer167417866 {}

.hide {display: none !important;}



.ModuleProductDetailGiant.layout-102 .mobile-fujian{ display: none;}

.ModuleProductDetailGiant.layout-102.clone{height: 45px;}

.ModuleProductDetailGiant.layout-102 .inSwiper-slide {background-size: cover; -moz-background-size: cover;}

.ModuleProductDetailGiant.layout-102 .inSwiper-slide i.boshiweb_bofang {display: block; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 50%; background: rgba(0, 0, 0, 0.3); z-index: 100; font-size:50px; position:absolute; left:50%; top:50%; color:#e3e3e3; transform: translate(-50%,-50%);}

.ModuleProductDetailGiant.layout-102 .inSwiper-slide i.boshiweb_bofang:after {content: ''; display: block; position: relative; top: 50%; left: 50%; border-left: 16px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; transform: translate(-7px, -9px);}

.ModuleProductDetailGiant.layout-102 .pro-big-pic-wb {border: 1px solid #dcdcdc; position: relative;}

.ModuleProductDetailGiant.layout-102 .introduce .pro-row.het30 {height: 30px;}

.ModuleProductDetailGiant.layout-102 .mobile-big-pic {position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 4; background: #000; display: none;}

.ModuleProductDetailGiant.layout-102 .pro-release.have-pic-row .pro-style-containt b {margin-left: 36px;}

.ModuleProductDetailGiant.layout-102 .small-pic {display: none;}

.ModuleProductDetailGiant.layout-102 .have-pic-row .small-pic {display: block;}

.ModuleProductDetailGiant.layout-102 .gallery-thumbs-box .pro-thumbnail-direction {font-size: 24px; font-weight: bold; color: #ccc; margin-top: -18px; width: 24px;}

.ModuleProductDetailGiant.layout-102 .gallery-thumbs .swiper-slide {width: 70px; height: 100%; opacity: 1;}

.ModuleProductDetailGiant.layout-102 .mobile-big-pic .swiper-container {height: 100%; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;  padding-top: 50px;}

.ModuleProductDetailGiant.layout-102 .bigpictopwb {min-height: 50px; position: absolute; top: 0; left: 0; width: 100%; line-height: 50px; padding: 0 10px; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;  }

.ModuleProductDetailGiant.layout-102 .mobile-model > span {line-height: 20px; display: -webkit-box; -webkit-box-orient: vertical; }

.ModuleProductDetailGiant.layout-102 .mobile-pro-pic-dialog-wb {display: none; width: 125px; height: 125px;}

.ModuleProductDetailGiant.layout-102 .mobile-big-pic-title {color: #fff; font-size: 16px;}

.ModuleProductDetailGiant.layout-102 .mobile-pro-details {background: #fff;}

.ModuleProductDetailGiant.layout-102 .mobile-border-b {border-bottom: 1px solid #eee;}

.ModuleProductDetailGiant.layout-102 .pro-row .stress {display: inline-block; padding: 3px; font-size: 12px; position: relative; top: -3px; margin-left: 1px; color: #fff; background: red; margin-top: 5px;}

.ModuleProductDetailGiant.layout-102 .pro-name {color: #333; font-size: 18px; -webkit-box-orient: vertical; overflow: hidden; display: inline; word-wrap: break-word; word-break: normal;}

.ModuleProductDetailGiant.layout-102 .pro-row .pro-name.webkitbox {display: -webkit-box;}

.ModuleProductDetailGiant.layout-102 .icon-qrcode {margin-left: 10px; width: 20px; display: inline-block;}

.ModuleProductDetailGiant.layout-102 .icon-qrcode img {width: 100%; position: relative; top: -3px;}

.ModuleProductDetailGiant.layout-102 .sharAndCollect {display: none;}

.ModuleProductDetailGiant.layout-102 .dian {display: inline-block; height: 8px; width: 8px; background: #999; margin-bottom: 1px; margin-right: 12px;}

.ModuleProductDetailGiant.layout-102 .introduce {position: relative;}

.ModuleProductDetailGiant.layout-102 {background: #fff;}

.ModuleProductDetailGiant.layout-102 .sharAndCollect strong {display: inline-block; width: 50px; height: 50px; text-align: center; line-height: 1;}

.ModuleProductDetailGiant.layout-102 .sharAndCollect strong b {font-weight: normal; font-size: 12px;}

.ModuleProductDetailGiant.layout-102 .sharAndCollect strong img {display: block; width: 100%; margin-top: 5px;}

.ModuleProductDetailGiant.layout-102 .colorSeries {color: #000;}

.ModuleProductDetailGiant.layout-102 .price-box {background: #f3f3f3; margin-bottom: 16px; width: 540px;}

.ModuleProductDetailGiant.layout-102 .introduceTop {padding-bottom: 2px;}

.ModuleProductDetailGiant.layout-102 .inmobile-dialog-content {border-bottom: 1px dashed #dcdcdc;}

.ModuleProductDetailGiant.layout-102 .introduce-warnning {margin-top: 6px; margin-bottom: 6px; position: relative; border: 1px solid transparent;}

.ModuleProductDetailGiant.layout-102 .price-title {font-size: 12px; display: inline-block; max-width: 40%;}

.ModuleProductDetailGiant.layout-102 .specification2 .pro-style-title {line-height: 3;}

.ModuleProductDetailGiant.layout-102 .old-price .price-title {position: relative; top: -7px;}

.ModuleProductDetailGiant.layout-102 .pro-price i {font-size: 18px; font-style: normal; font-weight: bold;}

.ModuleProductDetailGiant.layout-102 .pro-price em {font-style: normal; font-size: 14px; font-weight: normal;}

.ModuleProductDetailGiant.layout-102 .mobile-specification-choose {position: relative;}

.ModuleProductDetailGiant.layout-102 .pc-pd-l14 {padding-left: 14px;}

.ModuleProductDetailGiant.layout-102 .pro-specification-mobile {width: 100%; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;  padding-right: 45px; margin-left: -8px;}

.ModuleProductDetailGiant.layout-102 .color-system {color: red;}

.ModuleProductDetailGiant.layout-102 .selling-price {font-size: 14px; color: #333; text-decoration: line-through;}

.ModuleProductDetailGiant.layout-102 .introduceLast .price-title {float: left;}

.ModuleProductDetailGiant.layout-102 .introduceLast {padding: 16px 0 0px;}

.ModuleProductDetailGiant.layout-102 .introduceBottom .inbot-pro-row {margin-left: 15px; flex:1;display: inline-block;}

.ModuleProductDetailGiant.layout-102 .selling-price-box .price-title {position: relative; top: -1px;}

.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt {display: inline-block; position: relative; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;  margin-right: 6px; margin-bottom: 10px; cursor: pointer;}

.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt i {float: left; width: 36px; height: 36px; float: left;}

.ModuleProductDetailGiant.layout-102 .pro-style-title {line-height: 2.5;}

.ModuleProductDetailGiant.layout-102 .pro-style-title.het30 {line-height: 30px;}

.ModuleProductDetailGiant.layout-102 .pro-spec-title {line-height: 1 !important; margin-top: -10px; display: inline-block;}

.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt i img {width: 100%;}

.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt b {font-weight: normal; line-height: 26px; display: block; margin-left: 34px; padding: 0 10px; font-size: 12px;}

.ModuleProductDetailGiant.layout-102 .pro-style.have-pic-row .pro-style-containt b {line-height: 36px;}

.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt b {line-height: 28px;}

.ModuleProductDetailGiant.layout-102 .pro-release .pro-style-containt b {margin: 0;}

.ModuleProductDetailGiant.layout-102 .have-repertory {border: 1px solid transparent;}

.ModuleProductDetailGiant.layout-102 .no-repertory {border: 1px dashed #b8b8bd;}

.ModuleProductDetailGiant.layout-102 .pro-style .repertory-active {border: 1px solid red; line-height: 32px;}

.ModuleProductDetailGiant.layout-102 .repertory-active .borderb8 {border: 1px solid rgba(0,0,0,0) !important;}

.ModuleProductDetailGiant.layout-102 .borderb8 {border: 1px solid #b8b8bd; display: block;}

.ModuleProductDetailGiant.layout-102 .pro-style .repertory-active b {line-height: 26px;}

.ModuleProductDetailGiant.layout-102 .borderb8 {border: 1px solid #b8b8bd; display: block;}

.ModuleProductDetailGiant.layout-102 .repertory-active .guoguo {display: block;}

.ModuleProductDetailGiant.layout-102 .buy-btn button {height: 28px; width: 20px; line-height: 26px; color: #333; float: left; border: 1px solid #dbdbdb; background: none; cursor: pointer; margin-left: 5px; background: #f3f3f3;}

.ModuleProductDetailGiant.layout-102 .buy-btn button:hover {}

.ModuleProductDetailGiant.layout-102 .buy-btn .jian-btn {margin-left: 0px; margin-right: 5px;}

.ModuleProductDetailGiant.layout-102 .particulars .particularsNavBox {background: #f3f3f3; border: 0; margin-bottom: 10px; padding: 0 10px;}

.ModuleProductDetailGiant.layout-102 .buy-btn .repertory {font-size: 12px; color: #666; line-height: 30px; padding-left: 10px; cursor: pointer;}

.ModuleProductDetailGiant.layout-102 .particularsNav {padding: 0 20px; color: #333; line-height: 40px; border: none; cursor: pointer; margin-top: -1px;}

.ModuleProductDetailGiant.layout-102 .particularsNav.active {background: #fff; border-top: 2px solid red; color: red;}

.ModuleProductDetailGiant.layout-102 .buy-btn input {float: left; width: 32px; color: #333; height: 28px; background: none; border: none; border: 1px solid #dbdbdb; text-align: center; line-height: 30px;}

.ModuleProductDetailGiant.layout-102 .buyAndCarBox .buy-now,

.ModuleProductDetailGiant.layout-102 .buyAndCarBox .join-car {height: 48px; line-height: 46px; border: 1px solid red; background: #fff; font-size: 16px; color: red; width: 148px; text-align: center; margin-right: 5px; cursor: pointer;}

.ModuleProductDetailGiant.layout-102 .buyAndCarBox button.active {background: red; color: #fff;}

.ModuleProductDetailGiant.layout-102 .examine-car {line-height: 40px; font-size: 12px; text-decoration: none; color: #333;}

.ModuleProductDetailGiant.layout-102 .pro-parameter {padding: 16px 30px 0; position: relative;}

.ModuleProductDetailGiant.layout-102 .pro-chang-box {padding-top: 66px;}

.ModuleProductDetailGiant.layout-102 .change-btn {font-size: 12px; color: #666;}

.ModuleProductDetailGiant.layout-102 .pro-nav-box.active {display: block;}

.ModuleProductDetailGiant.layout-102 .pro-nav-box {display: none;}

.ModuleProductDetailGiant.layout-102 .pro-parameter-list li {width: 25%; padding-right: 60px; line-height: 28px; float: left; color: #666; font-size: 12px; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;  }

.ModuleProductDetailGiant.layout-102 .pc-sharAndEnshrine-box img {width: 12px;}

.ModuleProductDetailGiant.layout-102 .pc-shareAndEnshrine {text-align: center; font-size: 12px; color: #333; line-height: 14px;}

.ModuleProductDetailGiant.layout-102 .inpc-shareAndEnshrine-box {cursor: pointer; border: 1px solid #cccccc;

    border-radius: 4px;

	line-height: 32px;

	height: 32px;

    display: block;

	margin-left: 10px;  padding:0 10px;}

	.ModuleProductDetailGiant.layout-102 .pc-shareAndEnshrine-box{display: flex;

		justify-content: flex-end;padding: 0 40px;}

.ModuleProductDetailGiant.layout-102 .pc-shareAndEnshrine {padding-top: 28px; padding-bottom: 54px; position: relative;}

.ModuleProductDetailGiant.layout-102 .icon-pic {font-size: 14px; margin-right: 5px; color: #1f67e0;}

.ModuleProductDetailGiant.layout-102 .share-pic {font-size: 30px; color: inherit;}

.ModuleProductDetailGiant.layout-102 .iconfont-box {width: 50px; height: 50px; position: relative; float: left; text-align: center; color: #d6d6d6;}

.ModuleProductDetailGiant.layout-102 .pc-share .icon-pic {top: 0;}

.ModuleProductDetailGiant.layout-102 .pc-shareAndEnshrine .pc-share {display: block;cursor: pointer; position: relative;}

.ModuleProductDetailGiant.layout-102 .pc-shareAndEnshrine .pc-share:hover .pc-share-list-wb {display: block;}



.ModuleProductDetailGiant.layout-102 .pc-shareAndEnshrine .pc-enshrine img {position: relative; top: -2px;}

.ModuleProductDetailGiant.layout-102 .inpc-shareAndEnshrine-box img {margin-right: 10px;}

.ModuleProductDetailGiant.layout-102 .pc-share-list-wb {position: absolute; padding-top: 24px; top: 0; left: 0; display: none;}

.ModuleProductDetailGiant.layout-102 .pc-share-list .pc-share-list-text {line-height: 24px; margin-right: 8px; color: #666;}

.ModuleProductDetailGiant.layout-102 .pc-share-list li {list-style: none; float: left; line-height: 1;}

.ModuleProductDetailGiant.layout-102 .pc-share-list li img {width: 24px; margin-right: 8px; cursor: pointer; padding-bottom: 1px; top: 1px;}

.ModuleProductDetailGiant.layout-102 .pc-share-list-wb .pc-share-list li img {top: 1px;}

.ModuleProductDetailGiant.layout-102 .pc-share-list li .mg-r0 {margin-right: 0;}

.ModuleProductDetailGiant.layout-102 .pro-price b {font-size: 14px; font-weight: normal;}

.ModuleProductDetailGiant.layout-102 .pro-parameter-list .mobile-dialog-title {display: none; line-height: 48px; font-size: 16px;}

.ModuleProductDetailGiant.layout-102 .mobile-footer{bottom: -50px; transition: bottom 0.5s ease;}

.ModuleProductDetailGiant.layout-102 .color-series,

.ModuleProductDetailGiant.layout-102 .mobile-footer .mobile-joincarAndBuynow-left span {float: left; height: 38px; line-height: 36px; text-align: center; margin: 5px 0px; width: 50px; position: relative; border-radius: 2px; padding: 5px; cursor: pointer;}

.ModuleProductDetailGiant.layout-102 .mobile-footer .mobile-joincarAndBuynow-left span img {width: 40px; padding: 0; position: absolute; top: 0; left: 50%; margin-left: -20px; margin-top: 5px;}

.ModuleProductDetailGiant.layout-102 .mobile-footer.mobile-joincarAndBuynow .mobile-joincarAndBuynow-left span .subn { text-align: center; top: 8px;}

.ModuleProductDetailGiant.layout-102 .pro-parameter-list li .maohao {font-style: normal;}

.ModuleProductDetailGiant.layout-102 .pro-parameter-list .mobile-dialog-title span {color: #333;}

.ModuleProductDetailGiant.layout-102 .mobile-dialog-title img {width: 30px; position: absolute; top: 0; right: 0; cursor: pointer;}

.ModuleProductDetailGiant.layout-102 .pro-parameter-list li .finish {display: block; height: 50px; font-size: 16px; color: #fff; line-height: 50px; background: red; width: 100%; border: 0; position: fixed; bottom: 0; left: 0;}

.ModuleProductDetailGiant.layout-102 .modulePro-top-nav {display: none; height: 45px; position: fixed; top: 0; left: 0; width: 100%; background: #fff; z-index: 902; border-bottom: 1px solid #ddd;}

.ModuleProductDetailGiant.layout-102 .modulePro-top-nav .nav-list-top {width: calc(100% - 60px); margin: 0 auto;  margin-right: 15px;

    margin-left: 30px;font-size: 0;}

.ModuleProductDetailGiant.layout-102 .modulePro-top-nav .nav-list-top li {display: inline-block; width: auto; font-size: 14px; list-style: none; padding-left: 15px; padding-right: 15px; text-align: center; font-size: 14px; line-height: 43px; color: #666; border-bottom: 2px solid transparent;}

.ModuleProductDetailGiant.layout-102 .modulePro-top-nav .nav-list-top .swiper-wrapper.justify-content{justify-content: center;}

.ModuleProductDetailGiant.layout-102 .gallery-thumbs .swiper-slide.active {opacity: 1;}

.ModuleProductDetailGiant.layout-102 .gallery-thumbs .swiper-slide .inSwiper-slide {border: 1px solid #ddd;}

.ModuleProductDetailGiant.layout-102 .gallery-thumbs .swiper-slide.active .inSwiper-slide {border: 2px solid red;}

.ModuleProductDetailGiant.layout-102 .modulePro-top-nav .nav-list-top li.active {color: red; border-color: red;}

.ModuleProductDetailGiant.layout-102 .modulePro-top-nav .mobile-back {width: 45px; position: absolute; left: 0; top: 0;}.ModuleShare .ShareIcon {display: none !important;}

.ModuleProductDetailGiant.layout-102 .modulePro-top-nav .mobile-back img {width: 100%; display: block;}

.ModuleProductDetailGiant.layout-102 .share-top {    margin-left: 7px;}

.ModuleProductDetailGiant.layout-102 .introduceTop {border-bottom: 1px dashed #eee;}

.ModuleProductDetailGiant.layout-102 .inModuleProduteDetailTop {padding-bottom: 10px; font-size: 0;}

.ModuleProductDetailGiant.layout-102 .mobile-dialog-bottom {padding-top: 0px;}

.ModuleProductDetailGiant.layout-102 .ProVideoDiv {height: 100%; position: absolute; width: 100%; z-index: 11; background: #fff;}

.ModuleProductDetailGiant.layout-102 .ProVideo {left: 50%; top: 50%; width: 100%; position: absolute; transform: translate(-50%, -50%);}

.ModuleProductDetailGiant.layout-102 .buyAndCarBox.release-pd{padding-bottom: 25px;}

.ModuleProductDetailGiant.layout-102 .dummy{padding-top: 100%;}

.ModuleProductDetailGiant.layout-102 .mobile-inSlide-size{position: absolute; width: auto; height: auto; z-index: 1; max-width: 100%; max-height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.ModuleProductDetailGiant.layout-102 .pc-inSlide-size{opacity: 0;  z-index: -1;  position: absolute;  top: 0;  left: 0;  height: 100%;}

.ModuleProductDetailGiant.layout-102 #pro-thumbnail .mobile-inSlide-size{position: absolute; opacity: 0; width: 100%; height: 100%; z-index: 1;}

.ModuleProductDetailGiant.layout-102 #pro-thumbnail .pc-inSlide-size{opacity: 0; z-index: -1; position: relative;}

.ModuleProductDetailGiant.layout-102 .active-transparent{border-color: #ddd !important; border-width: 1px !important;}

.ModuleProductDetailGiant.layout-102 .pro-desc {margin-bottom: 12px;}

.ModuleProductDetailGiant.layout-102 .pro-desc span{word-break: break-all; word-wrap: break-word;}

.ModuleProductDetailGiant.layout-102 .J_ViewerXunPan {border: unset !important;}

.ModuleProductDetailGiant.layout-102 .swiperBox {background: rgba(255, 255, 255, 0);}

.ModuleProductDetailGiant.layout-102 .particulars {margin-top:28px;background: rgba(255, 255, 255, 0);}

.ModuleProductDetailGiant.layout-102 .gallery-thumbs-box {width: 64.7%;}

.ModuleProductDetailGiant.layout-102  .share-pc .horizontal{ display: none;}

.ModuleProductDetailGiant.layout-102  .share-pc .vertical{ display: none;}



@media only screen and (min-width: 768px){

	.ModuleProductDetailGiant.layout-102 .pro-name {margin-bottom: 5px;}

	

	.ModuleProductDetailGiant.layout-102 .introduce .mobile-downc {display: none;}

	.ModuleProductDetailGiant.layout-102 .swiperBox {width: 33.5%;  max-width: 60%;  min-width: 33.5%;  display: inline-block; vertical-align: top;}

	.ModuleProductDetailGiant.layout-102 .introduce {width: calc(66.5% - 36px);  max-width: calc(66.5% - 36px);  min-width: calc(40% - 36px);  display: inline-block; margin-left: 36px;}

	.ModuleProductDetailGiant.layout-102 .buyAndCarBox button {display: inline-block;}

	.ModuleProductDetailGiant.layout-102 .mobile-dialog-content {padding-top: 0 !important;}

	.ModuleProductDetailGiant.layout-102 .buyAndCarBox {position: static !important; padding-top: 24px; padding-bottom: 24px;}

	.ModuleProductDetailGiant.layout-102 .introduce .mobile-specification-dialog {display: block !important;}

	.ModuleProductDetailGiant.layout-102 .pro-parameter-list .finishWb {display: none;}

	.ModuleProductDetailGiant.layout-102 .buyAndCarBox {position: static !important;}

	.ModuleProductDetailGiant.layout-102.clone{display: none;}

	

	.ModuleProductDetailGiant.layout-102 button.enquiry,

	.ModuleProductDetailGiant.layout-102 button.enquirylink {min-width: 148px; max-width: 100%; height: auto; line-height: 1; padding: 13px 10px; font-size: 12px; overflow: hidden; word-wrap: break-word; word-break: normal; white-space: nowrap; text-overflow: ellipsis;}

}



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

	.ModuleProductDetailGiant.layout-102 .icon-fanhui1{position: absolute;

		transform: translate(50%,50%);

		}

		.ModuleProductDetailGiant.layout-102 .icon-fenxiang4{    

			transform: translate(50%,50%);

			color: #7F7F7F;

		}

	.ModuleProductDetailGiant.layout-102 .ProVideo {height: 37vh;}

	.ModuleProductDetailGiant.layout-102 .paramlist-item{max-width: 99%;}

	.ModuleProductDetailGiant.layout-102 .mobile-pro-pic-dialog,

	.ModuleProductDetailGiant.layout-102 .modulePro-top-nav,

	.ModuleProductDetailGiant.layout-102 .pro-parameter-list .mobile-dialog-title {display: block;}

	.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt i,

	.ModuleProductDetailGiant.layout-102 #pro-thumbnail,

	.ModuleProductDetailGiant.layout-102 .pro-nav-box.active,

	.ModuleProductDetailGiant.layout-102 .pro-parameter-list li .maohao,

	.ModuleProductDetailGiant.layout-102 .pro-chang-box,

	.ModuleProductDetailGiant.layout-102 .particulars .particularsNavBox,

	.ModuleProductDetailGiant.layout-102 .pc-shareAndEnshrine,

	.ModuleProductDetailGiant.layout-102 .examine-car {display: none;}

	.ModuleProductDetailGiant.layout-102 .introduceTop {padding-left: 10px; padding-right: 10px; border: 0;}

	.ModuleProductDetailGiant.layout-102 .mobile-pro-pic-dialog,

	.ModuleProductDetailGiant.layout-102 .modulePro-top-nav,

	.ModuleProductDetailGiant.layout-102 .pro-parameter-list .mobile-dialog-title {display: block;}

	.ModuleProductDetailGiant.layout-102 .mobile-harebin {margin-bottom: 0;}

	.ModuleProductDetailGiant.layout-102 .inModuleProduteDetailTop {padding-bottom: 0px;}

	.ModuleProductDetailGiant.layout-102.pro-style.have-pic-row.pro-style-containtb {line-height: 28px;}

	.ModuleProductDetailGiant.layout-102 .pro-introduce-pc {display: none !important;}

	.ModuleProductDetailGiant.layout-102 .pro-release.have-pic-row .pro-style-containt b {margin-left: 0;}

	.ModuleProductDetailGiant.layout-102 .inmobile-dialog-content .introduceLast .pro-style-title {line-height: 30px;}

	.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt b {margin-left: 0;}

	.ModuleProductDetailGiant.layout-102 .pc-pd-l14 {padding-left: 0;}

	.ModuleProductDetailGiant.layout-102 .pro-row .stress {font-size: 14px; margin-top: 10px; padding: 2px 5px 1px 5px; word-break: break-all; word-wrap: break-word;}

	.ModuleProductDetailGiant.layout-102 .specification .price-title {padding-left: 0;}

	.ModuleProductDetailGiant.layout-102 .price-box {margin-bottom: 14px;}

	.ModuleProductDetailGiant.layout-102 .introduceTop {padding-left: 10px; padding-right: 10px; border: 0;}

	.ModuleProductDetailGiant.layout-102 .introduceTop .specification {padding-bottom: 14px;}

	.ModuleProductDetailGiant.layout-102 .ModuleProduteDetailMain {padding: 0; padding-bottom: 5px; background: #f3f3f3;}

	.ModuleProductDetailGiant.layout-102 .price-box {width: auto; background: none;}

	.ModuleProductDetailGiant.layout-102 .introduce .pro-row {padding-left: 0; margin-top: 15px;}

	.ModuleProductDetailGiant.layout-102 .swiperBox {width: 100% !important;}

	.ModuleProductDetailGiant.layout-102 .introduce {width: 100% !important;}

	.ModuleProductDetailGiant.layout-102 .price-box {padding: 0;}

	.ModuleProductDetailGiant.layout-102 .introduceBottom .inbot-pro-row {margin-left: 0; padding-top: 10px;}

	.ModuleProductDetailGiant.layout-102 .inmobile-dialog-content .pro-style-title {line-height: 1; padding-top: 2px;}

	.ModuleProductDetailGiant.layout-102 .introduceBottom {padding-top: 14px; padding-bottom: 0; border-bottom: 0;}

	.ModuleProductDetailGiant.layout-102 .introduce .pro-row.mobile-style {padding: 0 10px; line-height: 36px; height: 36px;}

	.ModuleProductDetailGiant.layout-102 .buy-btn button {height: 34px; line-height: 32px; width: 30px; background: #fff;}

	.ModuleProductDetailGiant.layout-102 .buy-btn input {line-height: 36px; height: 34px; width: 110px;}

	.ModuleProductDetailGiant.layout-102 .introduceLast {padding: 4px 0 56px;}

	.ModuleProductDetailGiant.layout-102 .buyAndCarBox .buy-now,

	.ModuleProductDetailGiant.layout-102 .buyAndCarBox .join-car {width: 100%; background: red; line-height: 50px; color: #fff; display: none;}

	.ModuleProductDetailGiant.layout-102 .buyAndCarBox {position: fixed; bottom: 0; width: 100%; left: 0;}

	.ModuleProductDetailGiant.layout-102 .pro-style .pro-style-containt b {line-height: 28px;}

	.ModuleProductDetailGiant.layout-102 .pro-parameter .dialog-mobile-content {padding: 0px; position: fixed; bottom: 0; width: 100%; background: #fff; z-index: 3; max-height: 70%; min-height: 50%; padding: 0 16px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: auto; padding-bottom: 55px;}

	.ModuleProductDetailGiant.layout-102 .pro-parameter-list li {float: none; padding-right: 0; width: 100%; line-height: 22px; color: #333;}

	.ModuleProductDetailGiant.layout-102 .mobile-arguments-dialog {position: fixed; height: 100%; width: 100%; left: 0; top: 0; padding: 0; z-index: 3;}

	.ModuleProductDetailGiant.layout-102 .pro-parameter-list li span {color: #666; display: inline-block; width: auto; margin-right: 15px;}

	.ModuleProductDetailGiant.layout-102 .pro-parameter-list li .finish {display: block;}

	.ModuleProductDetailGiant.layout-102 .mobile-pro-pic-dialog-wb {display: -webkit-box; display: box; position: absolute; left: 10px; bottom: 0; background: #fff;}

	

	.ModuleProductDetailGiant.layout-102 .particulars{min-height: 0;}

	.ModuleProductDetailGiant.layout-102 .mobile-fujian{ line-height: 44px;

		color: #333;

		font-size: 14px;

		padding-left: 10px;

		background: #fff;

		margin-bottom: 8px; display: block;}

		.ModuleProductDetailGiant.layout-102 .pd-t7{ padding:10px 0}

		.ModuleProductDetailGiant.layout-102 .modulePro-top-nav{	display: flex;

		justify-content: center;

		align-items: center;

		}



}.module_165318496 .ModuleHead .HeadCenter{float:none;}

#module_165318496 {

padding:0px;

}

#module_165318496 {

position:static;

z-index:0;

top:272px;

left:763px;

width:100%;

height: auto;

}

#module_165318496 .ModuleHead165318496 {

display:none;

}

#module_165318496 .BodyCenter.BodyCenter165318496 {

background:none;background-color:rgba(0,0,0,0);

}

#module_165318496 >.module_165318496 {

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_165318496 >.module_165318496{

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_165318496 .BodyCenter.BodyCenter165318496 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_165318496 .BodyCenter.BodyCenter165318496 {

padding-top:0px;

padding-left:0px;

padding-right:0px;

padding-bottom:0px;

}

}

@media screen and (min-width: 768px){

#module_165318496 >.module_165318496 {

margin-top:2.4167%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_165318496 >.module_165318496 {

margin-top:0px;

margin-left:0px;

margin-right:0px;

margin-bottom:0px;

}

}

#module_165318496 >.module_165318496 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165318496:hover {

border:none;

}

#module_165318496:hover >.module_165318496 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_165318496 .ModuleProductDetailGiant .ModuleProduteDetailMain{max-width:1200px;}

#module_165318496 .ModuleProductDetailGiant .ModuleProduteDetailMain{background-color:#fff;}

#module_165318496 .ModuleProductDetailGiant .ModuleProduteDetailMain{background-image:none;}

#module_165318496 .ModuleProductDetailGiant .ModuleProduteDetailMain{background-repeat:no-repeat;}

#module_165318496 .ModuleProductDetailGiant .ModuleProduteDetailMain{}

#module_165318496 .ModuleProductDetailGiant .ModuleProduteDetailMain{}

#module_165318496 .ModuleProductDetailGiant .ModuleProduteDetailMain{}

#module_165318496 .introduceTop,#module_165318496 .inmobile-dialog-content{border-bottom-color:#eee;}

#module_165318496 .introduceTop,#module_165318496 .inmobile-dialog-content{border-bottom-style:dashed;}

#module_165318496 .introduceTop,#module_165318496 .inmobile-dialog-content{border-bottom-width:1px;}

#module_165318496 .ModuleProductDetailGiant .ModuleProduteDetailMain{padding-top:0px;}

#module_165318496 .ModuleProductDetailGiant .ModuleProduteDetailMain{padding-bottom:0px;}

#module_165318496 .ModuleProductDetailGiant .ModuleProduteDetailMain{padding-left:0px;}

#module_165318496 .ModuleProductDetailGiant .ModuleProduteDetailMain{padding-right:0px;}

#module_165318496 .buyAndCarBox .join-car{color:#fff;}

#module_165318496 .color-system,#module_165318496 .examine-car,#module_165318496 .EvaluateX li.selected,#module_165318496 .EvaluateX li.selected p,#module_165318496 .modulePro-top-nav .nav-list-top li.active{color:#1f67e0;} #module_165318496 .is-collection{color:#1f67e0;}

#module_165318496 .mobile-joincarAndBuynow-right button.active,#module_165318496 .common-border-color{border-color:#1f67e0;}

#module_165318496 .guoguo{border-bottom-color:#1f67e0;}

#module_165318496 .buyAndCarBox .buy-now,#module_165318496 .buyAndCarBox .join-car{border-color:#1f67e0;} #module_165318496 .mobile-specification-dialog .buyAndCarBox .join-car{ background:#1f67e0; }

#module_165318496 .mobile-price,#module_165318496 .examine-car{color:#1f67e0;}

#module_165318496 .buyAndCarBox .join-car,#module_165318496 .modulePro-top-nav .nav-list-top li.active,#module_165318496 .mobile-joincarAndBuynow-right .mobile-joinCar{border-color:#1f67e0;}

#module_165318496 .buyAndCarBox button.active{border-color:#1f67e0;background:#1f67e0;}

#module_165318496 .mobile-harebin-top-right .inShop,#module_165318496 .mobile-joincarAndBuynow-right button.active,#module_165318496 .mobile-joincarAndBuynow-left span .subn{background:#1f67e0;}

#module_165318496 .buyAndCarBox button.active,#module_165318496 .mobile-joincarAndBuynow-right button.active,#module_165318496 .mobile-joincarAndBuynow-left span .subn{color:#fff;}

#module_165318496 .mobile-joincarAndBuynow-right .mobile-joinCar{color:#1f67e0;}#module_165318496 .buyAndCarBox .join-car.join-car-pc{color:#1f67e0;background:#fff;}

#module_165318496 .swiperBox{width:36%;} #module_165318496 .introduce{width: calc(100% - 36% - 36px);}

#module_165318496 .dummy{padding-top:100%;}

#module_165318496 .mobile-inSlide-size{object-fit:unset;}

#module_165318496 .mobile-inSlide-size{width:auto;}

#module_165318496 .mobile-inSlide-size{height:auto;}

#module_165318496 .pro-big-pic-wb{background-color:rgba(255, 255, 255, 0);}

#module_165318496 .pro-big-pic-wb{background-image:none;}

#module_165318496 .pro-big-pic-wb{background-repeat:no-repeat;}

#module_165318496 .pro-big-pic-wb{}

#module_165318496 .pro-big-pic-wb{}

#module_165318496 .pro-big-pic-wb{}

#module_165318496 .pro-big-pic-wb{border-color:#dcdcdc;}

#module_165318496 .gallery-thumbs .swiper-slide .inSwiper-slide{border-color:#ddd;}

#module_165318496 .gallery-thumbs-box .pro-thumbnail-direction{color:#ccc;}

#module_165318496 .pro-name{font-size:16px;}

#module_165318496 .pro-name{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pro-name{color:#333;}

#module_165318496 .pro-name{font-weight:bold;}

#module_165318496 .pro-name{text-decoration:none;}

#module_165318496 .pro-name{font-style:normal;}

#module_165318496 .pro-desc span{font-size:14px;}

#module_165318496 .pro-desc span{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pro-desc span{color:rgb(255, 0, 0);}

#module_165318496 .pro-desc span{font-weight:normal;}

#module_165318496 .pro-desc span{text-decoration:none;}

#module_165318496 .pro-desc span{font-style:normal;}

#module_165318496 .pro-desc{margin-top:5px;}

#module_165318496 .pro-desc{margin-bottom:15px;}

#module_165318496 .pro-desc{margin-left:0px;}

#module_165318496 .pro-desc{margin-right:0px;}

#module_165318496 .pro-price-box .price-title{font-size:16px;}

#module_165318496 .pro-price-box .price-title{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pro-price-box .price-title{color:rgb(0, 0, 0);}

#module_165318496 .pro-price-box .price-title{font-weight:normal;}

#module_165318496 .pro-price-box .price-title{text-decoration:none;}

#module_165318496 .pro-price-box .price-title{font-style:normal;}

#module_165318496 .pro-price strong{font-size:18px;}

#module_165318496 .pro-price strong{font-family:arial, helvetica,sans-serif;}

#module_165318496 .pro-price strong{color:#1f67e0;}

#module_165318496 .pro-price strong{font-weight:700;}

#module_165318496 .pro-price strong{text-decoration:none;}

#module_165318496 .pro-price strong{font-style:normal;}

#module_165318496 .pro-price i{font-size:18px;}

#module_165318496 .pro-price i{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pro-price i{color:#1f67e0;}

#module_165318496 .pro-price i{font-weight:normal;}

#module_165318496 .pro-price i{text-decoration:none;}

#module_165318496 .pro-price i{font-style:normal;}

#module_165318496 .selling-price-box .price-title{font-size:12px;}

#module_165318496 .selling-price-box .price-title{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .selling-price-box .price-title{color:rgb(0, 0, 0);}

#module_165318496 .selling-price-box .price-title{font-weight:normal;}

#module_165318496 .selling-price-box .price-title{text-decoration:none;}

#module_165318496 .selling-price-box .price-title{font-style:normal;}

#module_165318496 .selling-price-box .selling-price{font-size:14px;}

#module_165318496 .selling-price-box .selling-price{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .selling-price-box .selling-price{color:#333;}

#module_165318496 .selling-price-box .selling-price{font-weight:normal;}

#module_165318496 .selling-price-box .selling-price{font-style:normal;}

#module_165318496 .price-box{background-color:rgb(242, 242, 242);}

#module_165318496 .price-box{background-image:none;}

#module_165318496 .price-box{background-repeat:no-repeat;}

#module_165318496 .price-box{}

#module_165318496 .price-box{}

#module_165318496 .price-box{}

#module_165318496 .pro-row .stress{background-color:#1f67e0;}

#module_165318496 .pro-row .stress{background-image:none;}

#module_165318496 .pro-row .stress{background-repeat:no-repeat;}

#module_165318496 .pro-row .stress{}

#module_165318496 .pro-row .stress{}

#module_165318496 .pro-row .stress{}

#module_165318496 .pro-row .stress{font-size:12px;}

#module_165318496 .pro-row .stress{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pro-row .stress{color:#fff;}

#module_165318496 .pro-row .stress{font-weight:normal;}

#module_165318496 .pro-row .stress{text-decoration:none;}

#module_165318496 .pro-row .stress{font-style:normal;}

#module_165318496 .enquiry,#module_165318496 .enquirylink,#module_165318496 .J_ViewerXunPan{background-color:#1f67e0;}

#module_165318496 .enquiry,#module_165318496 .enquirylink,#module_165318496 .J_ViewerXunPan{background-image:none;}

#module_165318496 .enquiry,#module_165318496 .enquirylink,#module_165318496 .J_ViewerXunPan{background-repeat:no-repeat;}

#module_165318496 .enquiry,#module_165318496 .enquirylink,#module_165318496 .J_ViewerXunPan{}

#module_165318496 .enquiry,#module_165318496 .enquirylink,#module_165318496 .J_ViewerXunPan{}

#module_165318496 .enquiry,#module_165318496 .enquirylink,#module_165318496 .J_ViewerXunPan{}

#module_165318496 .enquiry,#module_165318496 .enquirylink,#module_165318496 .J_ViewerXunPan{font-size:12px;}

#module_165318496 .enquiry,#module_165318496 .enquirylink,#module_165318496 .J_ViewerXunPan{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .enquiry,#module_165318496 .enquirylink,#module_165318496 .J_ViewerXunPan{color:#fff;}

#module_165318496 .enquiry,#module_165318496 .enquirylink,#module_165318496 .J_ViewerXunPan{font-weight:normal;}

#module_165318496 .enquiry,#module_165318496 .enquirylink,#module_165318496 .J_ViewerXunPan{text-decoration:none;}

#module_165318496 .enquiry,#module_165318496 .enquirylink,#module_165318496 .J_ViewerXunPan{font-style:normal;}

#module_165318496 .pro-spec-title{font-size:12px;}

#module_165318496 .pro-spec-title{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pro-spec-title{color:#999;}

#module_165318496 .pro-spec-title{font-weight:normal;}

#module_165318496 .pro-spec-title{text-decoration:none;}

#module_165318496 .pro-spec-title{font-style:normal;}

#module_165318496 .pro-style .pro-style-containt b{font-size:12px;}

#module_165318496 .pro-style .pro-style-containt b{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pro-style .pro-style-containt b{color:#333;}

#module_165318496 .pro-style .pro-style-containt b{font-weight:normal;}

#module_165318496 .pro-style .pro-style-containt b{text-decoration:none;}

#module_165318496 .pro-style .pro-style-containt b{font-style:normal;}

#module_165318496 .pro-style .pro-style-containt .borderb8{border-top-color:#b8b8bd;}

#module_165318496 .pro-style .pro-style-containt .borderb8{border-top-style:solid;}

#module_165318496 .pro-style .pro-style-containt .borderb8,#module_165318496 .repertory-active{border-top-width:1px;}

#module_165318496 .pro-style .pro-style-containt .borderb8{border-right-color:#b8b8bd;}

#module_165318496 .pro-style .pro-style-containt .borderb8{border-right-style:solid;}

#module_165318496 .pro-style .pro-style-containt .borderb8,#module_165318496 .repertory-active{border-right-width:1px;}

#module_165318496 .pro-style .pro-style-containt .borderb8{border-bottom-color:#b8b8bd;}

#module_165318496 .pro-style .pro-style-containt .borderb8{border-bottom-style:solid;}

#module_165318496 .pro-style .pro-style-containt .borderb8,#module_165318496 .repertory-active{border-bottom-width:1px;}

#module_165318496 .pro-style .pro-style-containt .borderb8{border-left-color:#b8b8bd;}

#module_165318496 .pro-style .pro-style-containt .borderb8{border-left-style:solid;}

#module_165318496 .pro-style .pro-style-containt .borderb8,#module_165318496 .repertory-active{border-left-width:1px;}

#module_165318496 .paramlist-item{font-size:12px;}

#module_165318496 .paramlist-item{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .paramlist-item{color:#333;}

#module_165318496 .paramlist-item{font-weight:normal;}

#module_165318496 .paramlist-item{text-decoration:none;}

#module_165318496 .paramlist-item{font-style:normal;}

#module_165318496 .paramlist-item span,#module_165318496 .maohao{font-size:12px;}

#module_165318496 .paramlist-item span,#module_165318496 .maohao{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .paramlist-item span,#module_165318496 .maohao{color:#333;}

#module_165318496 .paramlist-item span,#module_165318496 .maohao{font-weight:normal;}

#module_165318496 .paramlist-item span,#module_165318496 .maohao{text-decoration:none;}

#module_165318496 .paramlist-item span,#module_165318496 .maohao{font-style:normal;}

#module_165318496 .pro-sales-desc{font-size:12px;}

#module_165318496 .pro-sales-desc{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pro-sales-desc{color:rgb(127, 127, 127);}

#module_165318496 .pro-sales-desc{font-weight:normal;}

#module_165318496 .pro-sales-desc{text-decoration:none;}

#module_165318496 .pro-sales-desc{font-style:normal;}

#module_165318496 .pro-sales-title{font-size:12px;}

#module_165318496 .pro-sales-title{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pro-sales-title{color:rgb(127, 127, 127);}

#module_165318496 .pro-sales-title{font-weight:normal;}

#module_165318496 .pro-sales-title{text-decoration:none;}

#module_165318496 .pro-sales-title{font-style:normal;}

#module_165318496 .pro-attention-desc{font-size:12px;}

#module_165318496 .pro-attention-desc{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pro-attention-desc{color:#333;}

#module_165318496 .pro-attention-desc{font-weight:normal;}

#module_165318496 .pro-attention-desc{text-decoration:none;}

#module_165318496 .pro-attention-desc{font-style:normal;}

#module_165318496 .pro-attention-title{font-size:12px;}

#module_165318496 .pro-attention-title{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pro-attention-title{color:#999;}

#module_165318496 .pro-attention-title{font-weight:normal;}

#module_165318496 .pro-attention-title{text-decoration:none;}

#module_165318496 .pro-attention-title{font-style:normal;}

#module_165318496 .pro-express-desc{font-size:12px;}

#module_165318496 .pro-express-desc{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pro-express-desc{color:#333;}

#module_165318496 .pro-express-desc{font-weight:normal;}

#module_165318496 .pro-express-desc{text-decoration:none;}

#module_165318496 .pro-express-desc{font-style:normal;}

#module_165318496 .pro-express-title{font-size:12px;}

#module_165318496 .pro-express-title{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pro-express-title{color:#999;}

#module_165318496 .pro-express-title{font-weight:normal;}

#module_165318496 .pro-express-title{text-decoration:none;}

#module_165318496 .pro-express-title{font-style:normal;}

#module_165318496 .pc-share .pc-share-title{font-size:14px;}

#module_165318496 .pc-share .pc-share-title{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pc-share .pc-share-title{color:#333;}

#module_165318496 .pc-share .pc-share-title{font-weight:normal;}

#module_165318496 .pc-share .pc-share-title{text-decoration:none;}

#module_165318496 .pc-share .pc-share-title{font-style:normal;}

#module_165318496 .pc-share .icon-pic{font-size:14px;}

#module_165318496 .pc-share .icon-pic{color:#1f67e0;}

#module_165318496 .pc-share{border-top-color:#ccc;}

#module_165318496 .pc-share{border-top-style:solid;}

#module_165318496 .pc-share{border-top-width:1px;}

#module_165318496 .pc-share{border-right-color:#ccc;}

#module_165318496 .pc-share{border-right-style:solid;}

#module_165318496 .pc-share{border-right-width:1px;}

#module_165318496 .pc-share{border-bottom-color:#ccc;}

#module_165318496 .pc-share{border-bottom-style:solid;}

#module_165318496 .pc-share{border-bottom-width:1px;}

#module_165318496 .pc-share{border-left-color:#ccc;}

#module_165318496 .pc-share{border-left-style:solid;}

#module_165318496 .pc-share{border-left-width:1px;}

#module_165318496 .pc-enshrine .collection-text{font-size:14px;}

#module_165318496 .pc-enshrine .collection-text{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pc-enshrine .collection-text{color:#666;}

#module_165318496 .pc-enshrine .collection-text{font-weight:normal;}

#module_165318496 .pc-enshrine .collection-text{text-decoration:none;}

#module_165318496 .pc-enshrine .collection-text{font-style:normal;}

#module_165318496 .pc-enshrine .icon-pic{font-size:14px;}

#module_165318496 .pc-enshrine .icon-pic{color:#1f67e0;}

#module_165318496 .pro-download .downloadonc{font-size:12px;}

#module_165318496 .pro-download .downloadonc{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pro-download .downloadonc{color:#333;}

#module_165318496 .pro-download .downloadonc{font-weight:normal;}

#module_165318496 .pro-download .downloadonc{text-decoration:none;}

#module_165318496 .pro-download .downloadonc{font-style:normal;}

#module_165318496 .pro-download .icon-pic{font-size:12px;}

#module_165318496 .pro-download .icon-pic{color:#1f67e0;}

#module_165318496 .pro-download{border-top-color:#ccc;}

#module_165318496 .pro-download{border-top-style:solid;}

#module_165318496 .pro-download{border-top-width:1px;}

#module_165318496 .pro-download{border-right-color:#ccc;}

#module_165318496 .pro-download{border-right-style:solid;}

#module_165318496 .pro-download{border-right-width:1px;}

#module_165318496 .pro-download{border-bottom-color:#ccc;}

#module_165318496 .pro-download{border-bottom-style:solid;}

#module_165318496 .pro-download{border-bottom-width:1px;}

#module_165318496 .pro-download{border-left-color:#ccc;}

#module_165318496 .pro-download{border-left-style:solid;}

#module_165318496 .pro-download{border-left-width:1px;}

#module_165318496 .particulars .particularsNavBox{background-color:rgb(242, 242, 242);}

#module_165318496 .particulars .particularsNavBox{background-image:none;}

#module_165318496 .particulars .particularsNavBox{background-repeat:no-repeat;}

#module_165318496 .particulars .particularsNavBox{}

#module_165318496 .particulars .particularsNavBox{}

#module_165318496 .particulars .particularsNavBox{}

#module_165318496 .particularsNav{font-size:15px;}

#module_165318496 .particularsNav{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .particularsNav{color:#333;}

#module_165318496 .particularsNav{font-weight:normal;}

#module_165318496 .particularsNav{text-decoration:none;}

#module_165318496 .particularsNav{font-style:normal;}

#module_165318496 .por-prev a,#module_165318496 .por-next a{font-size:14px;}

#module_165318496 .por-prev a,#module_165318496 .por-next a{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .por-prev a,#module_165318496 .por-next a{color:#333;}

#module_165318496 .por-prev a,#module_165318496 .por-next a{font-weight:normal;}

#module_165318496 .por-prev a,#module_165318496 .por-next a{text-decoration:none;}

#module_165318496 .por-prev a,#module_165318496 .por-next a{font-style:normal;}

#module_165318496 .gallery-thumbs .swiper-slide.active .inSwiper-slide{border-color:#ffffff;}

#module_165318496 .repertory-active{border-top-color:#1f67e0;}

#module_165318496 .repertory-active{border-top-style:solid;}

#module_165318496 .repertory-active{border-right-color:#1f67e0;}

#module_165318496 .repertory-active{border-right-style:solid;}

#module_165318496 .repertory-active,#module_165318496 .guoguo{border-bottom-color:#1f67e0;}

#module_165318496 .repertory-active{border-bottom-style:solid;}

#module_165318496 .repertory-active{border-left-color:#1f67e0;}

#module_165318496 .repertory-active{border-left-style:solid;}

#module_165318496 .pc-share:hover .icon-pic{font-size:14px;}

#module_165318496 .pc-share:hover .icon-pic{color:#000;}

#module_165318496 .pc-share:hover{border-top-color:#ccc;}

#module_165318496 .pc-share:hover{border-top-style:solid;}

#module_165318496 .pc-share:hover{border-top-width:1px;}

#module_165318496 .pc-share:hover{border-right-color:#ccc;}

#module_165318496 .pc-share:hover{border-right-style:solid;}

#module_165318496 .pc-share:hover{border-right-width:1px;}

#module_165318496 .pc-share:hover{border-bottom-color:#ccc;}

#module_165318496 .pc-share:hover{border-bottom-style:solid;}

#module_165318496 .pc-share:hover{border-bottom-width:1px;}

#module_165318496 .pc-share:hover{border-left-color:#ccc;}

#module_165318496 .pc-share:hover{border-left-style:solid;}

#module_165318496 .pc-share:hover{border-left-width:1px;}

#module_165318496 .pc-share:hover .pc-share-title{font-size:14px;}

#module_165318496 .pc-share:hover .pc-share-title{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pc-share:hover .pc-share-title{color:#000;}

#module_165318496 .pc-share:hover .pc-share-title{font-weight:normal;}

#module_165318496 .pc-share:hover .pc-share-title{text-decoration:initial;}

#module_165318496 .pc-share:hover .pc-share-title{font-style:normal;}

#module_165318496 .pc-enshrine .collection-text:hover{font-size:14px;}

#module_165318496 .pc-enshrine .collection-text:hover{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pc-enshrine .collection-text:hover:hover{color:#000;}

#module_165318496 .pc-enshrine .collection-text:hover{font-weight:normal;}

#module_165318496 .pc-enshrine .collection-text:hover{text-decoration:initial;}

#module_165318496 .pc-enshrine .collection-text:hover{font-style:normal;}

#module_165318496 .pro-download .downloadonc:hover{font-size:12px;}

#module_165318496 .pro-download .downloadonc:hover{font-family:微软雅黑,Microsoft YaHei;}

#module_165318496 .pro-download .downloadonc:hover{color:#000;}

#module_165318496 .pro-download .downloadonc:hover{font-weight:normal;}

#module_165318496 .pro-download .downloadonc:hover{text-decoration:initial;}

#module_165318496 .pro-download .downloadonc:hover{font-style:normal;}

#module_165318496 .pro-download .icon-pic:hover{font-size:12px;}

#module_165318496 .pro-download .icon-pic:hover{color:#000;}

#module_165318496 .pro-download:hover {border-top-color:#ccc;}

#module_165318496 .pro-download:hover {border-top-style:solid;}

#module_165318496 .pro-download:hover {border-top-width:1px;}

#module_165318496 .pro-download:hover {border-right-color:#ccc;}

#module_165318496 .pro-download:hover {border-right-style:solid;}

#module_165318496 .pro-download:hover {border-right-width:1px;}

#module_165318496 .pro-download:hover {border-bottom-color:#ccc;}

#module_165318496 .pro-download:hover {border-bottom-style:solid;}

#module_165318496 .pro-download:hover {border-bottom-width:1px;}

#module_165318496 .pro-download:hover {border-left-color:#ccc;}

#module_165318496 .pro-download:hover {border-left-style:solid;}

#module_165318496 .pro-download:hover {border-left-width:1px;}

#module_165318496 .particularsNav.active{font-size:15px;}

#module_165318496 .particularsNav.active{color:#1f67e0;}

#module_165318496 .particularsNav.active{font-weight:bold;}

#module_165318496 .particularsNav.active{text-decoration:initial;}

#module_165318496 .particularsNav.active{font-style:normal;}

#module_165318496 .particularsNav.active{border-top-color:#1f67e0;}

#module_165318496 .particularsNav.active{border-top-style:solid;}

#module_165318496 .particularsNav.active{border-top-width:1px;}



.module_167453646 .ModuleHead .HeadCenter{float:none;}

#module_167453646 {

padding:0px;

}

#module_167453646 {

position:static;

z-index:0;

width:100%;

height: auto;

}

#module_167453646 .ModuleHead167453646 {

display:none;

}





.module_167588899 .ModuleHead .HeadCenter{float:none;}

#module_167588899 {

padding:0px;

}

#module_167588899 {

position:static;

z-index:0;

top:0px;

width:100%;

height: auto;

}

#module_167588899 .ModuleHead167588899 {

display:none;

}

#module_167588899 .BodyCenter.BodyCenter167588899 {

background:none;background-color:rgb(245, 245, 245);

}

#module_167588899 >.module_167588899 {

border-top-style:solid;

border-top-color:rgb(225, 225, 225);

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_167588899 >.module_167588899{

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_167588899 .BodyCenter.BodyCenter167588899 {

padding-top:2.0921%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_167588899 .BodyCenter.BodyCenter167588899 {

padding-top:8.6455%;

padding-left:2.8818%;

padding-right:2.8818%;

padding-bottom:8.6455%;

}

}

@media screen and (min-width: 768px){

#module_167588899 >.module_167588899 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_167588899 >.module_167588899 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

#module_167588899 >.module_167588899 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_167588899:hover {

border:none;

}

#module_167588899:hover >.module_167588899 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_167588899 .ModuleSubContainer{background-color:transparent;}

#module_167588899 .ModuleSubContainer{background-image:none;}

#module_167588899 .ModuleSubContainer{background-repeat:no-repeat;}

#module_167588899 .ModuleSubContainer{background-position:0% 0%;}

#module_167588899 .ModuleSubContainer{background-attachment:scroll;}

#module_167588899 .ModuleSubContainer{}

#module_167588899 {!bgVideo!}{bgVideoUrl:none}

#module_167588899 .gridBgVideo .bgVideoMask{opacity:0.2}

#module_167588899 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}

#module_167588899 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

.ModuleGridContainer.ModuleGridContainer167588899 {}

.ModuleGridContainer.ModuleGridContainer167588899 .SubPadding {width:0px;}



.ModuleImageTextGiant.layout-107 .imageTextGiant-Container{max-height: 100%; max-width: 100%;}

.ModuleImageTextGiant.layout-107 .imageTextGiant-Container .normal_ImgtextBox_content{display: flex;align-items: center;}

.ModuleImageTextGiant.layout-107 .imageTextGiant-Container .ModuleImageTextContent{padding-left: 40px}

 .ModuleImageTextGiant.layout-107 .imageTextGiant-Container .GraphicUpper{padding-right: 80px;padding-left: 15px;} 

.ModuleImageTextGiant.layout-107 .imageTextGiant-Container .GraphicUpper .TextImage{ width: 100%;} 

.ModuleImageTextGiant.layout-107 .imageTextGiant-Container .normal_ImgtextBox_content .col-md-5 .ModuleImageTextContent{padding-left:30px;}

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

   .ModuleImageTextGiant.layout-107 .imageTextGiant-Container .normal_ImgtextBox_content .col-xs-5{width: 36.666667%;padding-left: 0}

   .ModuleImageTextGiant.layout-107 .imageTextGiant-Container .normal_ImgtextBox_content .col-xs-12{padding:0;}

	.ModuleImageTextGiant.layout-107 .imageTextGiant-Container .normal_ImgtextBox_content{width: 100%; margin: 0 auto; display: block; align-items: normal;}

	.ModuleImageTextGiant.layout-107 .imageTextGiant-Container .ModuleImageTextContent{padding-left: 20px}

	.ModuleImageTextGiant.layout-107 .ModuleImageTextContent{ left: 16px;width: 95% !important}

	.ModuleImageTextGiant.layout-107 .imageTextGiant-Container .GraphicUpper { padding-right: 0px !important;padding-left: 0px !important}

	.ModuleImageTextGiant.layout-107 .imageTextGiant-Container .GraphicUpper { width: 100% !important}

	.ModuleImageTextGiant.layout-107 .imageTextGiant-Container .GraphicUpper .TextImage{ width: 92% } 

}

.module_167588947 .ModuleHead .HeadCenter{float:none;}

#module_167588947 {

padding:0px;

}

#module_167588947 {

position:static;

z-index:0;

width:100%;

height: auto;

}

#module_167588947 .ModuleHead167588947 {

display:none;

}

#module_167588947 .BodyCenter.BodyCenter167588947 {

background:none;background-color:rgba(0,0,0,0);

}

#module_167588947 >.module_167588947 {

border-top-style:solid;

border-top-color:#000;

border-top-width:0px;

border-left-style:solid;

border-left-color:#000;

border-left-width:0px;

border-right-style:solid;

border-right-color:#000;

border-right-width:0px;

border-bottom-style:solid;

border-bottom-color:rgb(216, 216, 216);

border-bottom-width:1px;

}

#module_167588947 >.module_167588947{

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_167588947 .BodyCenter.BodyCenter167588947 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_167588947 .BodyCenter.BodyCenter167588947 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

@media screen and (min-width: 768px){

#module_167588947 >.module_167588947 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_167588947 >.module_167588947 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

#module_167588947 >.module_167588947 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_167588947:hover {

border:none;

}

#module_167588947:hover >.module_167588947 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_167588947 .GraphicUpper .TextImage{border-top-left-radius:0px;}

#module_167588947 .GraphicUpper .TextImage{border-top-right-radius:0px;}

#module_167588947 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}

#module_167588947 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}

#module_167588947 .GraphicUpper {padding-top:0px;}

#module_167588947 .GraphicUpper {padding-bottom:10px;}

#module_167588947 .GraphicUpper {padding-left:0px;}

#module_167588947 .GraphicUpper {padding-right:0px;}

#module_167588947 .GraphicUpper {width:22%;} #module_167588947 .ModuleImageTextContent{width: calc(100% - 22%);}

#module_167588947 .MobileTextImage {width:30%;}

#module_167588947 .ModuleImageTextGiantContent{padding-top:0px;}

#module_167588947 .ModuleImageTextGiantContent{padding-bottom:0px;}

#module_167588947 .ModuleImageTextGiantContent{padding-left:0px;}

#module_167588947 .ModuleImageTextGiantContent{padding-right:0px;}

#module_167588947 .normal_ImgtextBox_content{padding-top:0px;}

#module_167588947 .normal_ImgtextBox_content{padding-bottom:20px;}

#module_167588947 .normal_ImgtextBox_content{padding-left:0px;}

#module_167588947 .normal_ImgtextBox_content{padding-right:0px;}

#module_167588947 .showHandle .btn{font-size:14px;}

#module_167588947 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}

#module_167588947 .showHandle .btn{color:#333;}

#module_167588947 .showHandle .btn{font-weight:400;}

#module_167588947 .showHandle .btn{text-decoration:none;}

#module_167588947 .showHandle .btn{font-style:normal;}

#module_167588947 .showHandle div{border-top-color:#ddd !important;}

#module_167588947 .showHandle div{border-top-style:solid !important;}

#module_167588947 .showHandle div{border-top-width:1px !important;}

#module_167588947 .showHandle{background-color:transparent;}

#module_167588947 .showHandle{background-image:none;}

#module_167588947 .showHandle{background-repeat:no-repeat;}

#module_167588947 .showHandle{}

#module_167588947 .showHandle{}

#module_167588947 .showHandle{}

#module_167588947 a{font-size:unset;font-family:unset}

.ModuleGridContainer.ModuleGridContainer167588899 #Sub167588899_1 {width:25%;}

.module_167602571 .ModuleHead .HeadCenter{float:none;}

#module_167602571 {

padding:0px;

}

#module_167602571 {

position:static;

z-index:0;

top:34px;

left:0px;

width:100%;

height: auto;

}

#module_167602571 .ModuleHead167602571 {

display:none;

}

#module_167602571 .BodyCenter.BodyCenter167602571 {

background:none;background-color:rgba(0,0,0,0);

}

#module_167602571 >.module_167602571 {

border-top-style:solid;

border-top-color:#000;

border-top-width:0px;

border-left-style:solid;

border-left-color:#000;

border-left-width:0px;

border-right-style:solid;

border-right-color:#000;

border-right-width:0px;

border-bottom-style:solid;

border-bottom-color:rgb(216, 216, 216);

border-bottom-width:1px;

}

#module_167602571 >.module_167602571{

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_167602571 .BodyCenter.BodyCenter167602571 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_167602571 .BodyCenter.BodyCenter167602571 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

@media screen and (min-width: 768px){

#module_167602571 >.module_167602571 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_167602571 >.module_167602571 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

#module_167602571 >.module_167602571 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_167602571:hover {

border:none;

}

#module_167602571:hover >.module_167602571 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_167602571 .GraphicUpper .TextImage{border-top-left-radius:0px;}

#module_167602571 .GraphicUpper .TextImage{border-top-right-radius:0px;}

#module_167602571 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}

#module_167602571 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}

#module_167602571 .GraphicUpper {padding-top:0px;}

#module_167602571 .GraphicUpper {padding-bottom:10px;}

#module_167602571 .GraphicUpper {padding-left:0px;}

#module_167602571 .GraphicUpper {padding-right:0px;}

#module_167602571 .GraphicUpper {width:22%;} #module_167602571 .ModuleImageTextContent{width: calc(100% - 22%);}

#module_167602571 .MobileTextImage {width:30%;}

#module_167602571 .ModuleImageTextGiantContent{padding-top:0px;}

#module_167602571 .ModuleImageTextGiantContent{padding-bottom:0px;}

#module_167602571 .ModuleImageTextGiantContent{padding-left:0px;}

#module_167602571 .ModuleImageTextGiantContent{padding-right:0px;}

#module_167602571 .normal_ImgtextBox_content{padding-top:0px;}

#module_167602571 .normal_ImgtextBox_content{padding-bottom:20px;}

#module_167602571 .normal_ImgtextBox_content{padding-left:0px;}

#module_167602571 .normal_ImgtextBox_content{padding-right:0px;}

#module_167602571 .showHandle .btn{font-size:14px;}

#module_167602571 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}

#module_167602571 .showHandle .btn{color:#333;}

#module_167602571 .showHandle .btn{font-weight:400;}

#module_167602571 .showHandle .btn{text-decoration:none;}

#module_167602571 .showHandle .btn{font-style:normal;}

#module_167602571 .showHandle div{border-top-color:#ddd !important;}

#module_167602571 .showHandle div{border-top-style:solid !important;}

#module_167602571 .showHandle div{border-top-width:1px !important;}

#module_167602571 .showHandle{background-color:transparent;}

#module_167602571 .showHandle{background-image:none;}

#module_167602571 .showHandle{background-repeat:no-repeat;}

#module_167602571 .showHandle{}

#module_167602571 .showHandle{}

#module_167602571 .showHandle{}

#module_167602571 a{font-size:unset;font-family:unset}

.ModuleGridContainer.ModuleGridContainer167588899 #Sub167588899_2 {width:25%;}

.module_167602893 .ModuleHead .HeadCenter{float:none;}

#module_167602893 {

padding:0px;

}

#module_167602893 {

position:static;

z-index:0;

top:39px;

left:0px;

width:100%;

height: auto;

}

#module_167602893 .ModuleHead167602893 {

display:none;

}

#module_167602893 .BodyCenter.BodyCenter167602893 {

background:none;background-color:rgba(0,0,0,0);

}

#module_167602893 >.module_167602893 {

border-top-style:solid;

border-top-color:#000;

border-top-width:0px;

border-left-style:solid;

border-left-color:#000;

border-left-width:0px;

border-right-style:solid;

border-right-color:#000;

border-right-width:0px;

border-bottom-style:solid;

border-bottom-color:rgb(216, 216, 216);

border-bottom-width:1px;

}

#module_167602893 >.module_167602893{

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_167602893 .BodyCenter.BodyCenter167602893 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_167602893 .BodyCenter.BodyCenter167602893 {

padding-top:12.4224%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:12.4224%;

}

}

@media screen and (min-width: 768px){

#module_167602893 >.module_167602893 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_167602893 >.module_167602893 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

#module_167602893 >.module_167602893 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_167602893:hover {

border:none;

}

#module_167602893:hover >.module_167602893 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_167602893 .GraphicUpper .TextImage{border-top-left-radius:0px;}

#module_167602893 .GraphicUpper .TextImage{border-top-right-radius:0px;}

#module_167602893 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}

#module_167602893 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}

#module_167602893 .GraphicUpper {padding-top:0px;}

#module_167602893 .GraphicUpper {padding-bottom:10px;}

#module_167602893 .GraphicUpper {padding-left:0px;}

#module_167602893 .GraphicUpper {padding-right:0px;}

#module_167602893 .GraphicUpper {width:22%;} #module_167602893 .ModuleImageTextContent{width: calc(100% - 22%);}

#module_167602893 .MobileTextImage {width:30%;}

#module_167602893 .ModuleImageTextGiantContent{padding-top:0px;}

#module_167602893 .ModuleImageTextGiantContent{padding-bottom:0px;}

#module_167602893 .ModuleImageTextGiantContent{padding-left:0px;}

#module_167602893 .ModuleImageTextGiantContent{padding-right:0px;}

#module_167602893 .normal_ImgtextBox_content{padding-top:0px;}

#module_167602893 .normal_ImgtextBox_content{padding-bottom:0px;}

#module_167602893 .normal_ImgtextBox_content{padding-left:0px;}

#module_167602893 .normal_ImgtextBox_content{padding-right:0px;}

#module_167602893 .showHandle .btn{font-size:14px;}

#module_167602893 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}

#module_167602893 .showHandle .btn{color:#333;}

#module_167602893 .showHandle .btn{font-weight:400;}

#module_167602893 .showHandle .btn{text-decoration:none;}

#module_167602893 .showHandle .btn{font-style:normal;}

#module_167602893 .showHandle div{border-top-color:#ddd !important;}

#module_167602893 .showHandle div{border-top-style:solid !important;}

#module_167602893 .showHandle div{border-top-width:1px !important;}

#module_167602893 .showHandle{background-color:transparent;}

#module_167602893 .showHandle{background-image:none;}

#module_167602893 .showHandle{background-repeat:no-repeat;}

#module_167602893 .showHandle{}

#module_167602893 .showHandle{}

#module_167602893 .showHandle{}

#module_167602893 a{font-size:unset;font-family:unset}

.ModuleGridContainer.ModuleGridContainer167588899 #Sub167588899_3 {width:25%;}

.module_167603190 .ModuleHead .HeadCenter{float:none;}

#module_167603190 {

padding:0px;

}

#module_167603190 {

position:static;

z-index:0;

top:45px;

left:0px;

width:100%;

height: auto;

}

#module_167603190 .ModuleHead167603190 {

display:none;

}

#module_167603190 .BodyCenter.BodyCenter167603190 {

background:none;background-color:rgba(0,0,0,0);

}

#module_167603190 >.module_167603190 {

border-top-style:solid;

border-top-color:#000;

border-top-width:0px;

border-left-style:solid;

border-left-color:#000;

border-left-width:0px;

border-right-style:solid;

border-right-color:#000;

border-right-width:0px;

border-bottom-style:solid;

border-bottom-color:rgb(216, 216, 216);

border-bottom-width:1px;

}

#module_167603190 >.module_167603190{

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_167603190 .BodyCenter.BodyCenter167603190 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_167603190 .BodyCenter.BodyCenter167603190 {

padding-top:12.4224%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:12.4224%;

}

}

@media screen and (min-width: 768px){

#module_167603190 >.module_167603190 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_167603190 >.module_167603190 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

#module_167603190 >.module_167603190 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_167603190:hover {

border:none;

}

#module_167603190:hover >.module_167603190 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_167603190 .GraphicUpper .TextImage{border-top-left-radius:0px;}

#module_167603190 .GraphicUpper .TextImage{border-top-right-radius:0px;}

#module_167603190 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}

#module_167603190 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}

#module_167603190 .GraphicUpper {padding-top:0px;}

#module_167603190 .GraphicUpper {padding-bottom:10px;}

#module_167603190 .GraphicUpper {padding-left:0px;}

#module_167603190 .GraphicUpper {padding-right:0px;}

#module_167603190 .GraphicUpper {width:22%;} #module_167603190 .ModuleImageTextContent{width: calc(100% - 22%);}

#module_167603190 .MobileTextImage {width:30%;}

#module_167603190 .ModuleImageTextGiantContent{padding-top:0px;}

#module_167603190 .ModuleImageTextGiantContent{padding-bottom:0px;}

#module_167603190 .ModuleImageTextGiantContent{padding-left:0px;}

#module_167603190 .ModuleImageTextGiantContent{padding-right:0px;}

#module_167603190 .normal_ImgtextBox_content{padding-top:0px;}

#module_167603190 .normal_ImgtextBox_content{padding-bottom:0px;}

#module_167603190 .normal_ImgtextBox_content{padding-left:0px;}

#module_167603190 .normal_ImgtextBox_content{padding-right:0px;}

#module_167603190 .showHandle .btn{font-size:14px;}

#module_167603190 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}

#module_167603190 .showHandle .btn{color:#333;}

#module_167603190 .showHandle .btn{font-weight:400;}

#module_167603190 .showHandle .btn{text-decoration:none;}

#module_167603190 .showHandle .btn{font-style:normal;}

#module_167603190 .showHandle div{border-top-color:#ddd !important;}

#module_167603190 .showHandle div{border-top-style:solid !important;}

#module_167603190 .showHandle div{border-top-width:1px !important;}

#module_167603190 .showHandle{background-color:transparent;}

#module_167603190 .showHandle{background-image:none;}

#module_167603190 .showHandle{background-repeat:no-repeat;}

#module_167603190 .showHandle{}

#module_167603190 .showHandle{}

#module_167603190 .showHandle{}

#module_167603190 a{font-size:unset;font-family:unset}

.ModuleGridContainer.ModuleGridContainer167588899 #Sub167588899_4 {width:25%;}

.module_167588716 .ModuleHead .HeadCenter{float:none;}

#module_167588716 {

padding:0px;

}

#module_167588716 {

position:static;

z-index:0;

top:116px;

left:0px;

width:100%;

height: auto;

}

#module_167588716 .ModuleHead167588716 {

display:none;

}

#module_167588716 .BodyCenter.BodyCenter167588716 {

background:none;background-color:rgb(245, 245, 245);

}

#module_167588716 >.module_167588716 {

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_167588716 >.module_167588716{

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_167588716 .BodyCenter.BodyCenter167588716 {

padding-top:1.0460%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:1.0460%;

}

}

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

#module_167588716 .BodyCenter.BodyCenter167588716 {

padding-top:0.0000%;

padding-left:2.8818%;

padding-right:2.8818%;

padding-bottom:5.7637%;

}

}

@media screen and (min-width: 768px){

#module_167588716 >.module_167588716 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_167588716 >.module_167588716 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

#module_167588716 >.module_167588716 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_167588716:hover {

border:none;

}

#module_167588716:hover >.module_167588716 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_167588716 .ModuleSubContainer{background-color:transparent;}

#module_167588716 .ModuleSubContainer{background-image:none;}

#module_167588716 .ModuleSubContainer{background-repeat:no-repeat;}

#module_167588716 .ModuleSubContainer{background-position:0% 0%;}

#module_167588716 .ModuleSubContainer{background-attachment:scroll;}

#module_167588716 .ModuleSubContainer{}

#module_167588716 {!bgVideo!}{bgVideoUrl:none}

#module_167588716 .gridBgVideo .bgVideoMask{opacity:0.2}

#module_167588716 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}

#module_167588716 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

.ModuleGridContainer.ModuleGridContainer167588716 {}

.ModuleGridContainer.ModuleGridContainer167588716 .SubPadding {width:10px;}



.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_167588743 .ModuleHead .HeadCenter{float:none;}

#module_167588743 {

padding:0px;

}

#module_167588743 {

position:static;

z-index:0;

width:100%;

height: auto;

}

#module_167588743 .ModuleHead167588743 {

display:none;

}

#module_167588743 .BodyCenter.BodyCenter167588743 {

background:none;background-color:rgba(0,0,0,0);

}

#module_167588743 >.module_167588743 {

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_167588743 >.module_167588743{

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_167588743 .BodyCenter.BodyCenter167588743 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_167588743 .BodyCenter.BodyCenter167588743 {

padding-top:0px;

padding-left:0px;

padding-right:0px;

padding-bottom:0px;

}

}

@media screen and (min-width: 768px){

#module_167588743 >.module_167588743 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_167588743 >.module_167588743 {

margin-top:0.0000%;

margin-left:7.5472%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

#module_167588743 >.module_167588743 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_167588743:hover {

border:none;

}

#module_167588743:hover >.module_167588743 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_167588743 .ModuleImageTextGiantContent{margin-top:0px;}

#module_167588743 .ModuleImageTextGiantContent{margin-bottom:0px;}

#module_167588743 .ModuleImageTextGiantContent{margin-left:0px;}

#module_167588743 .ModuleImageTextGiantContent{margin-right:0px;}

#module_167588743 .imageTextGiant-Container{padding-top:10px;}

#module_167588743 .imageTextGiant-Container{padding-bottom:10px;}

#module_167588743 .imageTextGiant-Container{padding-left:0px;}

#module_167588743 .imageTextGiant-Container{padding-right:0px;}

#module_167588743 .showHandle .btn{font-size:14px;}

#module_167588743 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}

#module_167588743 .showHandle .btn{color:#333;}

#module_167588743 .showHandle .btn{font-weight:400;}

#module_167588743 .showHandle .btn{text-decoration:none;}

#module_167588743 .showHandle .btn{font-style:normal;}

#module_167588743 .showHandle div{border-top-color:#ddd !important;}

#module_167588743 .showHandle div{border-top-style:solid !important;}

#module_167588743 .showHandle div{border-top-width:1px !important;}

#module_167588743 .showHandle{background-color:transparent;}

#module_167588743 .showHandle{background-image:none;}

#module_167588743 .showHandle{background-repeat:no-repeat;}

#module_167588743 .showHandle{}

#module_167588743 .showHandle{}

#module_167588743 .showHandle{}

#module_167588743 a{font-size:unset;font-family:unset}

.ModuleGridContainer.ModuleGridContainer167588716 #Sub167588716_1 {width:7.2321%;}

.module_167715772 .ModuleHead .HeadCenter{float:none;}

#module_167715772 {

padding:0px;

}

#module_167715772 {

position:static;

z-index:0;

top:17px;

left:0px;

width:100%;

height: auto;

}

#module_167715772 .ModuleHead167715772 {

display:none;

}

#module_167715772 .BodyCenter.BodyCenter167715772 {

background:none;background-color:rgba(0,0,0,0);

}

#module_167715772 >.module_167715772 {

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_167715772 >.module_167715772{

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_167715772 .BodyCenter.BodyCenter167715772 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_167715772 .BodyCenter.BodyCenter167715772 {

padding-top:0px;

padding-left:0px;

padding-right:0px;

padding-bottom:0px;

}

}

@media screen and (min-width: 768px){

#module_167715772 >.module_167715772 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_167715772 >.module_167715772 {

margin-top:0.0000%;

margin-left:8.4906%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

#module_167715772 >.module_167715772 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_167715772:hover {

border:none;

}

#module_167715772:hover >.module_167715772 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_167715772 .ModuleImageTextGiantContent{margin-top:0px;}

#module_167715772 .ModuleImageTextGiantContent{margin-bottom:0px;}

#module_167715772 .ModuleImageTextGiantContent{margin-left:0px;}

#module_167715772 .ModuleImageTextGiantContent{margin-right:0px;}

#module_167715772 .imageTextGiant-Container{padding-top:10px;}

#module_167715772 .imageTextGiant-Container{padding-bottom:10px;}

#module_167715772 .imageTextGiant-Container{padding-left:0px;}

#module_167715772 .imageTextGiant-Container{padding-right:0px;}

#module_167715772 .showHandle .btn{font-size:14px;}

#module_167715772 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}

#module_167715772 .showHandle .btn{color:#333;}

#module_167715772 .showHandle .btn{font-weight:400;}

#module_167715772 .showHandle .btn{text-decoration:none;}

#module_167715772 .showHandle .btn{font-style:normal;}

#module_167715772 .showHandle div{border-top-color:#ddd !important;}

#module_167715772 .showHandle div{border-top-style:solid !important;}

#module_167715772 .showHandle div{border-top-width:1px !important;}

#module_167715772 .showHandle{background-color:transparent;}

#module_167715772 .showHandle{background-image:none;}

#module_167715772 .showHandle{background-repeat:no-repeat;}

#module_167715772 .showHandle{}

#module_167715772 .showHandle{}

#module_167715772 .showHandle{}

#module_167715772 a{font-size:unset;font-family:unset}

.ModuleGridContainer.ModuleGridContainer167588716 #Sub167588716_2 {width:8.7500%;}

.module_167588761 .ModuleHead .HeadCenter{float:none;}

#module_167588761 {

padding:0px;

}

#module_167588761 {

position:static;

z-index:0;

top:7811px;

left:664px;

width:100%;

height: auto;

}

#module_167588761 .ModuleHead167588761 {

display:none;

}

#module_167588761 .BodyCenter.BodyCenter167588761 {

background:none;background-color:rgba(0,0,0,0);

}

#module_167588761 >.module_167588761 {

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_167588761 >.module_167588761{

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_167588761 .BodyCenter.BodyCenter167588761 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_167588761 .BodyCenter.BodyCenter167588761 {

padding-top:0px;

padding-left:0px;

padding-right:0px;

padding-bottom:0px;

}

}

@media screen and (min-width: 768px){

#module_167588761 >.module_167588761 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_167588761 >.module_167588761 {

margin-top:0px;

margin-left:0px;

margin-right:0px;

margin-bottom:0px;

}

}

#module_167588761 >.module_167588761 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_167588761:hover {

border:none;

}

#module_167588761:hover >.module_167588761 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_167588761 .ModuleImageTextGiantContent{margin-top:0px;}

#module_167588761 .ModuleImageTextGiantContent{margin-bottom:0px;}

#module_167588761 .ModuleImageTextGiantContent{margin-left:0px;}

#module_167588761 .ModuleImageTextGiantContent{margin-right:0px;}

#module_167588761 .imageTextGiant-Container{padding-top:10px;}

#module_167588761 .imageTextGiant-Container{padding-bottom:10px;}

#module_167588761 .imageTextGiant-Container{padding-left:10px;}

#module_167588761 .imageTextGiant-Container{padding-right:10px;}

#module_167588761 .showHandle .btn{font-size:14px;}

#module_167588761 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}

#module_167588761 .showHandle .btn{color:#333;}

#module_167588761 .showHandle .btn{font-weight:400;}

#module_167588761 .showHandle .btn{text-decoration:none;}

#module_167588761 .showHandle .btn{font-style:normal;}

#module_167588761 .showHandle div{border-top-color:#ddd !important;}

#module_167588761 .showHandle div{border-top-style:solid !important;}

#module_167588761 .showHandle div{border-top-width:1px !important;}

#module_167588761 .showHandle{background-color:transparent;}

#module_167588761 .showHandle{background-image:none;}

#module_167588761 .showHandle{background-repeat:no-repeat;}

#module_167588761 .showHandle{}

#module_167588761 .showHandle{}

#module_167588761 .showHandle{}

#module_167588761 a{font-size:unset;font-family:unset}

.ModuleGridContainer.ModuleGridContainer167588716 #Sub167588716_3 {width:12.5893%;}

.module_167588762 .ModuleHead .HeadCenter{float:none;}

#module_167588762 {

padding:0px;

}

#module_167588762 {

position:static;

z-index:0;

top:7802px;

left:803px;

width:100%;

height: auto;

}

#module_167588762 .ModuleHead167588762 {

display:none;

}



#module_167588762 .ModuleImageTextGiantContent{margin-top:0px;}

#module_167588762 .ModuleImageTextGiantContent{margin-bottom:0px;}

#module_167588762 .ModuleImageTextGiantContent{margin-left:0px;}

#module_167588762 .ModuleImageTextGiantContent{margin-right:0px;}

#module_167588762 .imageTextGiant-Container{padding-top:10px;}

#module_167588762 .imageTextGiant-Container{padding-bottom:10px;}

#module_167588762 .imageTextGiant-Container{padding-left:10px;}

#module_167588762 .imageTextGiant-Container{padding-right:10px;}

#module_167588762 .showHandle .btn{font-size:14px;}

#module_167588762 .showHandle .btn{font-family:;}

#module_167588762 .showHandle .btn{color:#333;}

#module_167588762 .showHandle .btn{font-weight:400;}

#module_167588762 .showHandle .btn{text-decoration:none;}

#module_167588762 .showHandle .btn{font-style:normal;}

#module_167588762 .showHandle div{border-top-color:#ddd !important;}

#module_167588762 .showHandle div{border-top-style:solid !important;}

#module_167588762 .showHandle div{border-top-width:1px !important;}

#module_167588762 .showHandle{background-color:transparent;}

#module_167588762 .showHandle{}

#module_167588762 .showHandle{background-repeat:no-repeat;}

#module_167588762 .showHandle{}

#module_167588762 .showHandle{}

#module_167588762 .showHandle{}

#module_167588762 a{font-size:unset;font-family:unset}

.ModuleGridContainer.ModuleGridContainer167588716 #Sub167588716_4 {width:11.5179%;}

.module_167588764 .ModuleHead .HeadCenter{float:none;}

#module_167588764 {

padding:0px;

}

#module_167588764 {

position:static;

z-index:0;

top:30px;

left:0px;

width:100%;

height: auto;

}

#module_167588764 .ModuleHead167588764 {

display:none;

}



#module_167588764 .ModuleImageTextGiantContent{margin-top:0px;}

#module_167588764 .ModuleImageTextGiantContent{margin-bottom:0px;}

#module_167588764 .ModuleImageTextGiantContent{margin-left:0px;}

#module_167588764 .ModuleImageTextGiantContent{margin-right:0px;}

#module_167588764 .imageTextGiant-Container{padding-top:10px;}

#module_167588764 .imageTextGiant-Container{padding-bottom:10px;}

#module_167588764 .imageTextGiant-Container{padding-left:10px;}

#module_167588764 .imageTextGiant-Container{padding-right:10px;}

#module_167588764 .showHandle .btn{font-size:14px;}

#module_167588764 .showHandle .btn{font-family:;}

#module_167588764 .showHandle .btn{color:#333;}

#module_167588764 .showHandle .btn{font-weight:400;}

#module_167588764 .showHandle .btn{text-decoration:none;}

#module_167588764 .showHandle .btn{font-style:normal;}

#module_167588764 .showHandle div{border-top-color:#ddd !important;}

#module_167588764 .showHandle div{border-top-style:solid !important;}

#module_167588764 .showHandle div{border-top-width:1px !important;}

#module_167588764 .showHandle{background-color:transparent;}

#module_167588764 .showHandle{}

#module_167588764 .showHandle{background-repeat:no-repeat;}

#module_167588764 .showHandle{}

#module_167588764 .showHandle{}

#module_167588764 .showHandle{}

#module_167588764 a{font-size:unset;font-family:unset}

.ModuleGridContainer.ModuleGridContainer167588716 #Sub167588716_5 {width:11.3393%;}

.module_167588765 .ModuleHead .HeadCenter{float:none;}

#module_167588765 {

padding:0px;

}

#module_167588765 {

position:static;

z-index:0;

top:38px;

left:0px;

width:100%;

height: auto;

}

#module_167588765 .ModuleHead167588765 {

display:none;

}



#module_167588765 .ModuleImageTextGiantContent{margin-top:0px;}

#module_167588765 .ModuleImageTextGiantContent{margin-bottom:0px;}

#module_167588765 .ModuleImageTextGiantContent{margin-left:0px;}

#module_167588765 .ModuleImageTextGiantContent{margin-right:0px;}

#module_167588765 .imageTextGiant-Container{padding-top:10px;}

#module_167588765 .imageTextGiant-Container{padding-bottom:10px;}

#module_167588765 .imageTextGiant-Container{padding-left:10px;}

#module_167588765 .imageTextGiant-Container{padding-right:10px;}

#module_167588765 .showHandle .btn{font-size:14px;}

#module_167588765 .showHandle .btn{font-family:;}

#module_167588765 .showHandle .btn{color:#333;}

#module_167588765 .showHandle .btn{font-weight:400;}

#module_167588765 .showHandle .btn{text-decoration:none;}

#module_167588765 .showHandle .btn{font-style:normal;}

#module_167588765 .showHandle div{border-top-color:#ddd !important;}

#module_167588765 .showHandle div{border-top-style:solid !important;}

#module_167588765 .showHandle div{border-top-width:1px !important;}

#module_167588765 .showHandle{background-color:transparent;}

#module_167588765 .showHandle{}

#module_167588765 .showHandle{background-repeat:no-repeat;}

#module_167588765 .showHandle{}

#module_167588765 .showHandle{}

#module_167588765 .showHandle{}

#module_167588765 a{font-size:unset;font-family:unset}

.ModuleGridContainer.ModuleGridContainer167588716 #Sub167588716_6 {width:10.9821%;}

.module_167588766 .ModuleHead .HeadCenter{float:none;}

#module_167588766 {

padding:0px;

}

#module_167588766 {

position:static;

z-index:0;

top:29px;

left:0px;

width:100%;

height: auto;

}

#module_167588766 .ModuleHead167588766 {

display:none;

}



#module_167588766 .ModuleImageTextGiantContent{margin-top:0px;}

#module_167588766 .ModuleImageTextGiantContent{margin-bottom:0px;}

#module_167588766 .ModuleImageTextGiantContent{margin-left:0px;}

#module_167588766 .ModuleImageTextGiantContent{margin-right:0px;}

#module_167588766 .imageTextGiant-Container{padding-top:10px;}

#module_167588766 .imageTextGiant-Container{padding-bottom:10px;}

#module_167588766 .imageTextGiant-Container{padding-left:10px;}

#module_167588766 .imageTextGiant-Container{padding-right:10px;}

#module_167588766 .showHandle .btn{font-size:14px;}

#module_167588766 .showHandle .btn{font-family:;}

#module_167588766 .showHandle .btn{color:#333;}

#module_167588766 .showHandle .btn{font-weight:400;}

#module_167588766 .showHandle .btn{text-decoration:none;}

#module_167588766 .showHandle .btn{font-style:normal;}

#module_167588766 .showHandle div{border-top-color:#ddd !important;}

#module_167588766 .showHandle div{border-top-style:solid !important;}

#module_167588766 .showHandle div{border-top-width:1px !important;}

#module_167588766 .showHandle{background-color:transparent;}

#module_167588766 .showHandle{}

#module_167588766 .showHandle{background-repeat:no-repeat;}

#module_167588766 .showHandle{}

#module_167588766 .showHandle{}

#module_167588766 .showHandle{}

#module_167588766 a{font-size:unset;font-family:unset}

.ModuleGridContainer.ModuleGridContainer167588716 #Sub167588716_7 {width:11.3393%;}

.module_167588768 .ModuleHead .HeadCenter{float:none;}

#module_167588768 {

padding:0px;

}

#module_167588768 {

position:static;

z-index:0;

top:41px;

left:0px;

width:100%;

height: auto;

}

#module_167588768 .ModuleHead167588768 {

display:none;

}



#module_167588768 .ModuleImageTextGiantContent{margin-top:0px;}

#module_167588768 .ModuleImageTextGiantContent{margin-bottom:0px;}

#module_167588768 .ModuleImageTextGiantContent{margin-left:0px;}

#module_167588768 .ModuleImageTextGiantContent{margin-right:0px;}

#module_167588768 .imageTextGiant-Container{padding-top:10px;}

#module_167588768 .imageTextGiant-Container{padding-bottom:10px;}

#module_167588768 .imageTextGiant-Container{padding-left:10px;}

#module_167588768 .imageTextGiant-Container{padding-right:10px;}

#module_167588768 .showHandle .btn{font-size:14px;}

#module_167588768 .showHandle .btn{font-family:;}

#module_167588768 .showHandle .btn{color:#333;}

#module_167588768 .showHandle .btn{font-weight:400;}

#module_167588768 .showHandle .btn{text-decoration:none;}

#module_167588768 .showHandle .btn{font-style:normal;}

#module_167588768 .showHandle div{border-top-color:#ddd !important;}

#module_167588768 .showHandle div{border-top-style:solid !important;}

#module_167588768 .showHandle div{border-top-width:1px !important;}

#module_167588768 .showHandle{background-color:transparent;}

#module_167588768 .showHandle{}

#module_167588768 .showHandle{background-repeat:no-repeat;}

#module_167588768 .showHandle{}

#module_167588768 .showHandle{}

#module_167588768 .showHandle{}

#module_167588768 a{font-size:unset;font-family:unset}

.ModuleGridContainer.ModuleGridContainer167588716 #Sub167588716_8 {width:13.0357%;}

.module_167727916 .ModuleHead .HeadCenter{float:none;}

#module_167727916 {

padding:0px;

}

#module_167727916 {

position:static;

z-index:0;

width:100%;

height: auto;

}

#module_167727916 .ModuleHead167727916 {

display:none;

}

#module_167727916 {

border:none;

}

@media screen and (min-width: 768px){

#module_167727916 >.module_167727916 {

margin-top:5.4054%;

margin-left:4.0541%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_167727916 >.module_167727916 {

margin-top:9.4340%;

margin-left:0.0000%;

margin-right:7.5472%;

margin-bottom:0.0000%;

}

}



#module_167727916 img{border-top-color:transparent;}

#module_167727916 img{border-top-style:none;}

#module_167727916 img{border-top-width:0px;}

#module_167727916 img{border-right-color:transparent;}

#module_167727916 img{border-right-style:none;}

#module_167727916 img{border-right-width:0px;}

#module_167727916 img{border-bottom-color:transparent;}

#module_167727916 img{border-bottom-style:none;}

#module_167727916 img{border-bottom-width:0px;}

#module_167727916 img{border-left-color:transparent;}

#module_167727916 img{border-left-style:none;}

#module_167727916 img{border-left-width:0px;}

#module_167727916 img{border-top-left-radius:0px;}

#module_167727916 img{border-top-right-radius:0px;}

#module_167727916 img{border-bottom-left-radius:0px;}

#module_167727916 img{border-bottom-right-radius:0px;}

#module_167727916 .BodyCenter{text-align: center;}





.ModulePlainTextGiant.layout-101 {font-size: 14px;}

.ModulePlainTextGiant.layout-101 .plainTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden;}.module_167732957 .ModuleHead .HeadCenter{float:none;}

#module_167732957 {

padding:0px;

}

#module_167732957 {

position:static;

z-index:0;

width:100%;

height: auto;

}

#module_167732957 .ModuleHead167732957 {

display:none;

}

#module_167732957 .BodyCenter.BodyCenter167732957 {

background:none;background-color:rgba(0,0,0,0);

}

#module_167732957 >.module_167732957 {

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_167732957 >.module_167732957{

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_167732957 .BodyCenter.BodyCenter167732957 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_167732957 .BodyCenter.BodyCenter167732957 {

padding-top:0px;

padding-left:0px;

padding-right:0px;

padding-bottom:0px;

}

}

@media screen and (min-width: 768px){

#module_167732957 >.module_167732957 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_167732957 >.module_167732957 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:5.6604%;

margin-bottom:0.0000%;

}

}

#module_167732957 >.module_167732957 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_167732957:hover {

border:none;

}

#module_167732957:hover >.module_167732957 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_167732957 .ModulePlainTextGiantContent{margin-top:0px;}

#module_167732957 .ModulePlainTextGiantContent{margin-bottom:0px;}

#module_167732957 .ModulePlainTextGiantContent{margin-left:0px;}

#module_167732957 .ModulePlainTextGiantContent{margin-right:0px;}

#module_167732957 .plainTextGiant-Container{padding-top:10px;}

#module_167732957 .plainTextGiant-Container{padding-bottom:0px;}

#module_167732957 .plainTextGiant-Container{padding-left:0px;}

#module_167732957 .plainTextGiant-Container{padding-right:0px;}

#module_167732957 a{font-size:unset;font-family:unset}

.ModuleGridContainer.ModuleGridContainer167588716 #Sub167588716_9 {width:13.214299999999994%;}

.module_167588854 .ModuleHead .HeadCenter{float:none;}

#module_167588854 {

padding:0px;

}

#module_167588854 {

position:static;

z-index:0;

width:100%;

height: auto;

}

#module_167588854 .ModuleHead167588854 {

display:none;

}

#module_167588854 .BodyCenter.BodyCenter167588854 {

background:none;background-color:rgba(0,0,0,0);

}

#module_167588854 >.module_167588854 {

border-top-style:solid;

border-top-color:rgb(216, 216, 216);

border-top-width:1px;

border-left-style:solid;

border-left-color:#000;

border-left-width:0px;

border-right-style:solid;

border-right-color:#000;

border-right-width:0px;

border-bottom-style:solid;

border-bottom-color:#000;

border-bottom-width:0px;

}

#module_167588854 >.module_167588854{

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_167588854 .BodyCenter.BodyCenter167588854 {

padding-top:1.0460%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:1.0460%;

}

}

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

#module_167588854 .BodyCenter.BodyCenter167588854 {

padding-top:0px;

padding-left:0px;

padding-right:0px;

padding-bottom:0px;

}

}

@media screen and (min-width: 768px){

#module_167588854 >.module_167588854 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_167588854 >.module_167588854 {

margin-top:0px;

margin-left:0px;

margin-right:0px;

margin-bottom:0px;

}

}

#module_167588854 >.module_167588854 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_167588854:hover {

border:none;

}

#module_167588854:hover >.module_167588854 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_167588854 .ModuleSubContainer{background-color:transparent;}

#module_167588854 .ModuleSubContainer{background-image:none;}

#module_167588854 .ModuleSubContainer{background-repeat:no-repeat;}

#module_167588854 .ModuleSubContainer{background-position:0% 0%;}

#module_167588854 .ModuleSubContainer{background-attachment:scroll;}

#module_167588854 .ModuleSubContainer{}

#module_167588854 {!bgVideo!}{bgVideoUrl:none}

#module_167588854 .gridBgVideo .bgVideoMask{opacity:0.2}

#module_167588854 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}

#module_167588854 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

.ModuleGridContainer.ModuleGridContainer167588854 {}

.module_167588859 .ModuleHead .HeadCenter{float:none;}

#module_167588859 {

padding:0px;

}

#module_167588859 {

position:static;

z-index:0;

width:100%;

height: auto;

}

#module_167588859 .ModuleHead167588859 {

display:none;

}

#module_167588859 .BodyCenter.BodyCenter167588859 {

background:none;background-color:rgba(0,0,0,0);

}

#module_167588859 >.module_167588859 {

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_167588859 >.module_167588859{

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_167588859 .BodyCenter.BodyCenter167588859 {

padding-top:0px;

padding-left:0px;

padding-right:0px;

padding-bottom:0px;

}

}

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

#module_167588859 .BodyCenter.BodyCenter167588859 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:4.3228%;

}

}

@media screen and (min-width: 768px){

#module_167588859 >.module_167588859 {

margin-top:0px;

margin-left:0px;

margin-right:0px;

margin-bottom:0px;

}

}

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

#module_167588859 >.module_167588859 {

margin-top:2.5937%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

#module_167588859 >.module_167588859 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_167588859:hover {

border:none;

}

#module_167588859:hover >.module_167588859 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_167588859 .ModuleImageTextGiantContent{margin-top:0px;}

#module_167588859 .ModuleImageTextGiantContent{margin-bottom:0px;}

#module_167588859 .ModuleImageTextGiantContent{margin-left:0px;}

#module_167588859 .ModuleImageTextGiantContent{margin-right:0px;}

#module_167588859 .imageTextGiant-Container{padding-top:10px;}

#module_167588859 .imageTextGiant-Container{padding-bottom:10px;}

#module_167588859 .imageTextGiant-Container{padding-left:10px;}

#module_167588859 .imageTextGiant-Container{padding-right:10px;}

#module_167588859 .showHandle .btn{font-size:14px;}

#module_167588859 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}

#module_167588859 .showHandle .btn{color:#333;}

#module_167588859 .showHandle .btn{font-weight:400;}

#module_167588859 .showHandle .btn{text-decoration:none;}

#module_167588859 .showHandle .btn{font-style:normal;}

#module_167588859 .showHandle div{border-top-color:#ddd !important;}

#module_167588859 .showHandle div{border-top-style:solid !important;}

#module_167588859 .showHandle div{border-top-width:1px !important;}

#module_167588859 .showHandle{background-color:transparent;}

#module_167588859 .showHandle{background-image:none;}

#module_167588859 .showHandle{background-repeat:no-repeat;}

#module_167588859 .showHandle{}

#module_167588859 .showHandle{}

#module_167588859 .showHandle{}

#module_167588859 a{font-size:unset;font-family:unset}

.module_169040964 .ModuleHead .HeadCenter{float:none;}

#module_169040964 {

padding:0px;

}

#module_169040964 {

position:static;

z-index:0;

top:466px;

left:0px;

width:100%;

height: auto;

}

#module_169040964 .ModuleHead169040964 {

display:none;

}



#module_349539511{display:none;}

#module_167453646{display:none;}

#module_169040964{display:none;}

.ModuleMobileFloatNavGiant {position: fixed;

     z-index: 4998;}

.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  

    width:50px; height: 50px; border-radius: 50%;}

.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-45%);

    font-size: 16px;

}

.ModuleMobileFloatNavGiant svg {

    width: 22px;

    height: 22px;

    margin-top: 5px;

}





.ModuleMobileFloatNavGiant .itemicon{ color: black;}

.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  

    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}

.ModuleMobileFloatNavGiant .itemtext{

    position: relative;

    left: -60px;

    background: #fff;

    padding: 5px 14px;

    border-radius: 4px;

    top: 50%;

    transform: translateY(-50%);

    font-size: 12px;

    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16); 

    color: #666;

    box-sizing: content-box;

    

}

.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_165318487 .ModuleHead .HeadCenter{float:none;}

#module_165318487 {

padding:0px;

}

#module_165318487 {

}

#module_165318487 .ModuleHead0 {

display:none;

}



#module_165318487 .defaultbtn{background-color:#fff}

#module_165318487 .defaultbtn{}

#module_165318487 .spotgroup{color:#000}

#module_165318487 .itembtn{background-color:#fff}

#module_165318487 .itembtn{}

#module_165318487 .itemicon{color:#666} #module_165318487 svg>*{fill:#666}

#module_165318487 .itemtext{background-color:#fff} #module_165318487 .itemtextright::before{border-left-color:#fff} #module_165318487 .itemtextleft::before{border-right-color:#fff}

#module_165318487 .itemtext{}

#module_165318487 .itemtext{font-size:12px;}

#module_165318487 .itemtext{font-family:;}

#module_165318487 .itemtext{color:#666 !important;}

#module_165318487 .itemtext{font-weight:normal;}

#module_165318487 .itemtext{text-decoration:none;}

#module_165318487 .itemtext{font-style:normal;}

#module_165318487 .defaultbtnbghover{background-color:#000000}

#module_165318487 .defaultbtnbghover{}

#module_165318487 .defaultbtniconbghover{color:#fff}

.module_165318488 .ModuleHead .HeadCenter{float:none;}

#module_165318488 {

padding:0px;

}

#module_165318488 {

}

#module_165318488 .ModuleHead165318488 {

display:none;

}

#module_165318488 .BodyCenter.BodyCenter165318488 {

background:none;background-color:rgba(0,0,0,0);

}

#module_165318488 >.module_165318488 {

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_165318488 >.module_165318488{

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_165318488 .BodyCenter.BodyCenter165318488 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

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

#module_165318488 .BodyCenter.BodyCenter165318488 {

padding-top:0.0000%;

padding-left:0.0000%;

padding-right:0.0000%;

padding-bottom:0.0000%;

}

}

@media screen and (min-width: 768px){

#module_165318488 >.module_165318488 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

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

#module_165318488 >.module_165318488 {

margin-top:0.0000%;

margin-left:0.0000%;

margin-right:0.0000%;

margin-bottom:0.0000%;

}

}

#module_165318488 >.module_165318488 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165318488:hover {

border:none;

}

#module_165318488:hover >.module_165318488 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}



#module_165318488 .foot-nav-list{background-color:rgb(33, 219, 176) !important;}

#module_165318488 .foot-nav-list{border-top-color:transparent;}

#module_165318488 .foot-nav-list{border-top-style:none;}

#module_165318488 .foot-nav-list{border-top-width:0px;}

#module_165318488 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}

#module_165318488 .icon{color:#fff !important;} #module_165318488 .icon svg >*{fill:#fff}

#module_165318488 .itemText{font-size:12px;}

#module_165318488 .itemText{font-family:微软雅黑,Microsoft YaHei;}

#module_165318488 .itemText{color:#fff !important;}

#module_165318488 .itemText{font-weight:normal;}

#module_165318488 .itemText{text-decoration:none;}

#module_165318488 .itemText{font-style:normal;}

#module_165318488 .iconh{color:#fff !important;}  #module_165318488 .iconh svg >*{fill:#fff}

#module_165318488 .itemTexth{font-size:12px;}

#module_165318488 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}

#module_165318488 .itemTexth{color:#fff !important;}

#module_165318488 .itemTexth{font-weight:normal;}

#module_165318488 .itemTexth{text-decoration:none;}

#module_165318488 .itemTexth{font-style:normal;}