/* cache file /mnt/yzproc/YZ-Site/caches/csscache/10/106376/106376_2292256_1_.cache exists */
/*md5:46c0d1a68d018892be35af808581351b*/
/*time: 2024-07-01 09:50:24*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
@media only screen and (max-width: 767px) {
	.ModuleOnLineServiceGiant.layout-109 {
		display: none;
	}
}

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

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

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

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

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

.turn{
	animation:turn 1s linear ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

.ModuleOnLineServiceGiant.layout-109 .qrcode-content {
	width: 170px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.ModuleOnLineServiceGiant.layout-109 .qrcode-content .img{
	max-height:170px;
}

.ModuleOnLineServiceGiant.layout-109 .nodata {
	min-width: 180px;
	border-radius: 10px;
	color: #999999;
	font-size: 12px;
	background: #FEFEFE;
	text-align: center;

}
.module_474911512 .ModuleHead .HeadCenter{float:none;}
#module_474911512 {
padding:0px;
}
#module_474911512 {
position:absolute;
z-index:4001;
top:610px;
left:0px;
width:100%;
height:126px;
}
#module_474911512 .ModuleHead474911512 {
display:none;
}

#module_474911512 .animated-circles.animated .c-1,#module_474911512 .animated-circles.animated .c-2,#module_474911512 .animated-circles.animated.c-3{opacity: 0.25; background-color:#1e88e5;} #module_474911512 .animated-circles2:after{background-image:linear-gradient(to bottom, #1e88e5, #1e88e5)}
#module_474911512 .online-service-nav .head{background-color:#FFFFFF;}
#module_474911512 .online-service{border-width:0px;}
#module_474911512 .online-service{border-style:;}
#module_474911512 .online-service{border-color:;}
#module_474911512 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_474911512 .online-service-content{background-color:#fff;}
#module_474911512 .online-service-content{border-top-left-radius:20px;}
#module_474911512 .online-service-content{border-bottom-left-radius:20px;}
#module_474911512 .online-service-content{border-bottom-right-radius:20px;}
#module_474911512 .online-service-content{border-top-right-radius:20px;}
#module_474911512 .online-service-content-tab .content-tab{background-color:transparent;}
#module_474911512 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_474911512 .content-close::after{border-width:1px;}
#module_474911512 .content-close::after{border-style:solid;}
#module_474911512 .content-close::after{border-color:#eeeeee;}
#module_474911512 .content-close span{background-color:#999999;}
#module_474911512 .online-service-top{background-color:#ffffff;}
#module_474911512 .online-service-top .iconfont{color:#1e88e5;}
#module_474911512 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_474911512 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_474911512 .online-service:hover{border-width:0px;}
#module_474911512 .online-service:hover{border-style:;}
#module_474911512 .online-service:hover{border-color:;}
#module_474911512 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_474911512 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_474911512 .online-service:hover .online-service-hint{background-color:#1976d2;}
#module_474911512 .online-service-content-tab .content-tabh:hover{background-color:#1976d2;}
#module_474911512 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_474911512 .content-close:hover span{background-color:#999999;}
#module_474911512 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_474911512 .online-service-top:hover{background-color:#ffffff;}
#module_474911512 .online-service-top:hover .iconfont{color:#1976d2;}
#module_474911512 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:736px}
.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 > .SubContainer.ModuleHoverBoxItem_2{display:none}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding{
    height: 100%;
    position: relative;
    display: table-cell;
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after{
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}
.ModuleGridCustomGiant.layout-101:hover .SubDrag:after{border-left: 1px dashed rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag{
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover{background-color: rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after{border-left: 1px dashed rgba(75, 151, 255, 0);}
.ModuleGridCustomGiant.layout-101 .row {margin-right: 0px;margin-left: 0px;}
.ModuleGridCustomGiant.layout-101 .ModuleGridCol{padding: 0px;}

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

@media only screen and (max-width: 767px) {
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display: flex;flex-wrap: wrap;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding{float:left;height: 10px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{float:left;padding-top:2px;padding-bottom:2px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding .SubDrag{display:none;}
    /* padding 宽度 用 5，子容器宽度为 (100% - (列数 - 1) * padding宽度)/列数) */
    /* 12列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubContainer{width:calc((100% - 55px)/12)!important;}
    /* 11列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubContainer{width:calc((100% - 50px)/11)!important;}
    /* 10列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubContainer{width:calc((100% - 45px)/10)!important;}
    /* 9列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubContainer{width:calc((100% - 40px)/10)!important;}
    /* 8列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubContainer{width:calc((100% - 35px)/8)!important;}
    /* 7列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubContainer{width:calc((100% - 30px)/7)!important;}
	/* 6列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubContainer{width:calc((100% - 25px)/6)!important;}
	/* 5列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding5{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubContainer{width:calc((100% - 20px)/5)!important;}
	/* 4列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubContainer{width:calc((100% - 15px)/4)!important;}
	/* 3列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding3{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding6{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubContainer{width:calc((100% - 10px)/3)!important;}
	/* 2列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding2{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding6{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubContainer{width:calc((100% - 5px)/2)!important;}
	/* 1列 无padding */
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubPadding{width:0px;display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubContainer{width:100%!important;}
}

.ModuleGridCustomGiant.layout-101 .ModuleGridBorder{border:0px !important;padding: 0 !important;}
.module_474850719 .ModuleHead .HeadCenter{float:none;}
#module_474850719 {
padding:0px;
}
#module_474850719 {
position:static;
z-index:4000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_474850719 .ModuleHead474850719 {
display:none;
}
#module_474850719 .BodyCenter.BodyCenter474850719 {
background:none;background-color:rgb(255, 255, 255);
}
#module_474850719 >.module_474850719 {
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_474850719 >.module_474850719{
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_474850719 .BodyCenter.BodyCenter474850719 {
padding-top:0.0000%;
padding-left:4.1841%;
padding-right:2.0921%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474850719 .BodyCenter.BodyCenter474850719 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474850719 >.module_474850719 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474850719 >.module_474850719 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474850719 >.module_474850719 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474850719:hover {
border:none;
}
#module_474850719:hover >.module_474850719 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474850719 .ModuleSubContainer{background-color:transparent;}
#module_474850719 .ModuleSubContainer{background-image:none;}
#module_474850719 .ModuleSubContainer{background-repeat:no-repeat;}
#module_474850719 .ModuleSubContainer{background-position:0% 0%;}
#module_474850719 .ModuleSubContainer{background-attachment:scroll;}
#module_474850719 .ModuleSubContainer{}
#module_474850719 {!bgVideo!}{bgVideoUrl:}
#module_474850719 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_474850719 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_474850719 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer474850719 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer474850719 .SubPadding {width:30px;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_474850720 .ModuleHead .HeadCenter{float:none;}
#module_474850720 {
padding:0px;
}
#module_474850720 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474850720 .ModuleHead474850720 {
display:none;
}
#module_474850720 .BodyCenter.BodyCenter474850720 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474850720 >.module_474850720 {
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_474850720 >.module_474850720{
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_474850720 .BodyCenter.BodyCenter474850720 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474850720 .BodyCenter.BodyCenter474850720 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474850720 >.module_474850720 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474850720 >.module_474850720 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474850720 >.module_474850720 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474850720:hover {
border:none;
}
#module_474850720:hover >.module_474850720 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474850720 img{border-top-color:transparent;}
#module_474850720 img{border-top-style:none;}
#module_474850720 img{border-top-width:0px;}
#module_474850720 img{border-right-color:transparent;}
#module_474850720 img{border-right-style:none;}
#module_474850720 img{border-right-width:0px;}
#module_474850720 img{border-bottom-color:transparent;}
#module_474850720 img{border-bottom-style:none;}
#module_474850720 img{border-bottom-width:0px;}
#module_474850720 img{border-left-color:transparent;}
#module_474850720 img{border-left-style:none;}
#module_474850720 img{border-left-width:0px;}
#module_474850720 img{border-top-left-radius:0px;}
#module_474850720 img{border-top-right-radius:0px;}
#module_474850720 img{border-bottom-left-radius:0px;}
#module_474850720 img{border-bottom-right-radius:0px;}
#module_474850720 .BodyCenter{text-align: left;}

.ModuleGridContainer.ModuleGridContainer474850719 #Sub474850719_1 {width:12.1429%;}
.module_474852967 .ModuleHead .HeadCenter{float:none;}
#module_474852967 {
padding:0px;
}
#module_474852967 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_474852967 .ModuleHead474852967 {
display:none;
}


.ModuleTabContainerV2Giant.layout-106 .location-right{    display: flex;
    flex-direction: row-reverse;}
.ModuleTabContainerV2Giant.layout-106 .location-left{ display: flex}
.ModuleTabContainerV2Giant.layout-106 .nav-box{position: relative;}
/* .ModuleTabContainerV2Giant.layout-106 .tabContainer.TabContainer-Container {overflow: hidden;} */
.ModuleTabContainerV2Giant.layout-106 .TabContainer-Container .Nav-Container{font-size: 0; white-space:nowrap; overflow: visible; -webkit-overflow-scrolling: touch; transform: translateX(0); transition: transform 0.3s linear 0s;}
.ModuleTabContainerV2Giant.layout-106 .TabContainer-Container .Nav-Container li{color:#666;overflow:hidden;cursor: pointer;text-align: center;margin:0;float: none;display: inline-block;}
.ModuleTabContainerV2Giant.layout-106 .TabContainer-Container .Nav-Container li a{display: block;padding:0;background: none;color:#666;}
.ModuleTabContainerV2Giant.layout-106 .nav-pills>li>a{border-radius: 0;padding: 0;}
.ModuleTabContainerV2Giant.layout-106 .Nav-Container li.active{transition: all 0.4s linear;}
.ModuleTabContainerV2Giant.layout-106 .btnScrollLeft,
.ModuleTabContainerV2Giant.layout-106 .btnScrollRight {
    display: flex;
    width: 28px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-color: transparent;
    color: #fff !important;
    font-size: 15px;
    align-items: center;
    justify-content: center;
}
.ModuleTabContainerV2Giant.layout-106 .btnScrollLeft {left: 10px;}
.ModuleTabContainerV2Giant.layout-106 .glyphicon:before {
    display: flex;
    width: 28px;
    height: 28px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 28px;
    align-items: center;
    justify-content: center;
}
div[id ^= "tab_content_clone_"] {
    display: block;
    position: absolute;
    height: 0;
    overflow: hidden;
    width: 100% !important;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    z-index: 900;
}
.tabContentGiant.tab-content-clone .ModuleContainer {padding: 0}

@media (min-width: 768px){
    .ModuleTabContainerV2Giant.layout-106 .tabContainer .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-106 .tabContainer .btnScrollRight{display: none !important;}
    .ModuleTabContainerV2Giant.layout-103 .location-left .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-103 .location-left .btnScrollRight,
    .ModuleTabContainerV2Giant.layout-103 .location-right .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-103 .location-right .btnScrollRight {display: none;}
    .ModuleTabContainerV2Giant.layout-106 .location-left .Nav-Container,
    .ModuleTabContainerV2Giant.layout-106 .location-right .Nav-Container {display: inline-block; float: left; overflow: hidden;}
    .ModuleTabContainerV2Giant.layout-106 .location-right .Nav-Container {float: right;}
    .ModuleTabContainerV2Giant.layout-106 .location-left.TabContainer-Container .Nav-Container li,
    .ModuleTabContainerV2Giant.layout-106 .location-right.TabContainer-Container .Nav-Container li {display: block;}
    .ModuleTabContainerV2Giant.layout-106 .Nav-Container li.tab-link:last-child,
    .ModuleTabContainerV2Giant.layout-106 .location-left .Nav-Container li.tab-link,
    .ModuleTabContainerV2Giant.layout-106 .location-right .Nav-Container li.tab-link {margin-right: 0 !important;}
    .ModuleTabContainerV2Giant.layout-106 .location-left .Nav-Container li.tab-link:last-child,
    .ModuleTabContainerV2Giant.layout-106 .location-right .Nav-Container li.tab-link:last-child {margin-bottom: 0 !important;}
    .ModuleTabContainerV2Giant.layout-106 .location-left .tabContentGiant {display: inline-block; float: left;}
    .ModuleTabContainerV2Giant.layout-106 .location-right .tabContentGiant {display: inline-block; float: right;}
    .ModuleTabContainerV2Giant.layout-106 .location-bottom .tab-location-top {display: none;}
}

@media (max-width: 767px) {
    .ModuleTabContainerV2Giant.layout-106 .location-bottom .tab-location-bottom {display: none;}
    .ModuleTabContainerV2Giant.layout-106 .location-left,.ModuleTabContainerV2Giant.layout-106 .location-right{
        flex-direction: column;
    }
}.module_476166662 .ModuleHead .HeadCenter{float:none;}
#module_476166662 {
padding:0px;
}
#module_476166662 {
position:static;
z-index:0;
top:43px;
left:805px;
width:100%;
height: auto;
}
#module_476166662 .ModuleHead476166662 {
display:none;
}
#module_476166662 .BodyCenter.BodyCenter476166662 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166662 >.module_476166662 {
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_476166662 >.module_476166662{
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_476166662 .BodyCenter.BodyCenter476166662 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166662 .BodyCenter.BodyCenter476166662 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166662 >.module_476166662 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166662 >.module_476166662 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166662 >.module_476166662 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166662:hover {
border:none;
}
#module_476166662:hover >.module_476166662 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166662 .Nav-Container li a{margin-left:px;}
#module_476166662 .Nav-Container li a{margin-right:px;}
#module_476166662 .nav-box{text-align:right;}
#module_476166662 .nav-box{background-color:transparent;}
#module_476166662 .nav-box{background-image:none;}
#module_476166662 .nav-box{background-repeat:no-repeat;}
#module_476166662 .nav-box{}
#module_476166662 .nav-box{}
#module_476166662 .nav-box{}
#module_476166662 .Nav-Container a{text-align:center;}
#module_476166662 .Nav-Container li{background-color:transparent;}
#module_476166662 .Nav-Container li{background-image:none;}
#module_476166662 .Nav-Container li{background-repeat:no-repeat;}
#module_476166662 .Nav-Container li{}
#module_476166662 .Nav-Container li{}
#module_476166662 .Nav-Container li{}
#module_476166662 .Nav-Container li{border-top-color:transparent;}
#module_476166662 .Nav-Container li{border-top-style:none;}
#module_476166662 .Nav-Container li{border-top-width:0px;}
#module_476166662 .Nav-Container li{border-right-color:transparent;}
#module_476166662 .Nav-Container li{border-right-style:none;}
#module_476166662 .Nav-Container li{border-right-width:0px;}
#module_476166662 .Nav-Container li{border-bottom-color:transparent;}
#module_476166662 .Nav-Container li{border-bottom-style:solid;}
#module_476166662 .Nav-Container li{border-bottom-width:0px;}
#module_476166662 .Nav-Container li{border-left-color:transparent;}
#module_476166662 .Nav-Container li{border-left-style:none;}
#module_476166662 .Nav-Container li{border-left-width:0px;}
#module_476166662 .Nav-Container li a{width:116px;width:116;}@media only screen and (min-width: 768px){#module_476166662 .location-left .tabContentGiant,#module_476166662 .location-right .tabContentGiant{width: calc(100% - 116px - 14px)}}
#module_476166662 .Nav-Container li a{height:90px;line-height:90px;}
#module_476166662 .Nav-Container li a{font-size:18px;}
#module_476166662 .Nav-Container li a{font-family:微软雅黑,Microsoft YaHei;}
#module_476166662 .Nav-Container li a{color:rgb(0, 0, 0);}
#module_476166662 .Nav-Container li a{font-weight:normal;}
#module_476166662 .Nav-Container li a{text-decoration:none;}
#module_476166662 .Nav-Container li a{font-style:normal;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{background-color:rgb(247, 248, 253);}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{background-image:none;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{background-repeat:no-repeat;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{}
#module_476166662 {} #tab_content_clone_module_476166662.tab-content-parent{background-color:rgb(247, 248, 253);}
#module_476166662 {} #tab_content_clone_module_476166662.tab-content-parent{background-image:none;}
#module_476166662 {} #tab_content_clone_module_476166662.tab-content-parent{background-repeat:no-repeat;}
#module_476166662 {} #tab_content_clone_module_476166662.tab-content-parent{}
#module_476166662 {} #tab_content_clone_module_476166662.tab-content-parent{}
#module_476166662 {} #tab_content_clone_module_476166662.tab-content-parent{}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{padding-top:60px;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{padding-bottom:59px;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{padding-left:0px;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{padding-right:0px;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{border-top-color:transparent;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{border-top-style:none;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{border-top-width:0px;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{border-right-color:transparent;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{border-right-style:none;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{border-right-width:0px;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{border-bottom-color:transparent;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{border-bottom-style:none;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{border-bottom-width:0px;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{border-left-color:transparent;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{border-left-style:none;}
#module_476166662 .TabContainer-Container .tab-pane,#tab_content_clone_module_476166662.tab-content-parent .tab-pane{border-left-width:0px;}
#module_476166662 .tab-link{margin-right:0px;} @media (min-width: 768px) {#module_476166662 .location-left .tab-link,#module_476166662 .location-right .tab-link{margin-bottom:0px;}}
#module_476166662 .Nav-Container li:hover,#module_476166662 .Nav-Container li.active{background-image:none;}
#module_476166662 .Nav-Container li:hover,#module_476166662 .Nav-Container li.active{background-repeat:no-repeat;}
#module_476166662 .Nav-Container li:hover,#module_476166662 .Nav-Container li.active{}
#module_476166662 .Nav-Container li:hover,#module_476166662 .Nav-Container li.active{}
#module_476166662 .Nav-Container li:hover,#module_476166662 .Nav-Container li.active{background-color:rgb(247, 248, 253);}
#module_476166662 .Nav-Container li:hover,#module_476166662 .Nav-Container li.active{}
#module_476166662 .Nav-Container li:hover a,#module_476166662 .Nav-Container li.active a{font-size:18px;}
#module_476166662 .Nav-Container li:hover a,#module_476166662 .Nav-Container li.active a{font-family:微软雅黑,Microsoft YaHei;}
#module_476166662 .Nav-Container li:hover a,#module_476166662 .Nav-Container li.active a{color:rgb(0, 98, 187);}
#module_476166662 .Nav-Container li:hover a,#module_476166662 .Nav-Container li.active a{font-weight:normal;}
#module_476166662 .Nav-Container li:hover a,#module_476166662 .Nav-Container li.active a{text-decoration:none;}
#module_476166662 .Nav-Container li:hover a,#module_476166662 .Nav-Container li.active a{font-style:normal;}
#module_476166662 .Nav-Container li:hover,#module_476166662 .Nav-Container li.active{border-bottom-color:#43a047;}
#module_476166662 .Nav-Container li:hover,#module_476166662 .Nav-Container li.active{border-bottom-style:solid;}
#module_476166662 .Nav-Container li:hover,#module_476166662 .Nav-Container li.active{border-bottom-width:0px;}


#module_476166662__tabPane_5451 #Sub476166662_5451 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_476166662__tabPane_5451 #Sub476166662_5451 > .SubContainer {display: table-cell; vertical-align: top;}
#module_476166662__tabPane_5451 .SubPadding {width:50px; height: 100%; position: relative; display: table-cell;}
#module_476166662__tabPane_5451 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_476166662__tabPane_5451 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_476166662__tabPane_5451:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_476166662__tabPane_5451 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_476166662__tabPane_5451 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_476166662__tabPane_5451 #Sub476166662_5451 {display: block;}
#module_476166662__tabPane_5451 #Sub476166662_5451 > .SubPadding {float:left; height: 10px;}
#module_476166662__tabPane_5451 #Sub476166662_5451 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_476166662__tabPane_5451 #Sub476166662_5451 > .SubContainer .SubDrag {display:none;}
#module_476166662__tabPane_5451 #Sub476166662_5451 > .SubPadding {width:5px;}
#module_476166662__tabPane_5451 #Sub476166662_5451 > .SubContainer {width:calc((100% - 5px) / 2) !important;}
#module_476166662__tabPane_5451 #Sub476166662_5451 > .SubPadding2 {display:none;}
#module_476166662__tabPane_5451 #Sub476166662_5451 > .SubPadding4 {display:none;}
#module_476166662__tabPane_5451 #Sub476166662_5451 > .SubPadding6 {display:none;}
#module_476166662__tabPane_5451 #Sub476166662_5451 > .SubPadding8 {display:none;}
}
#module_476166662__tabPane_5451 #Sub476166662_Tab5451_1 {width:18.0877%;}
/*图文模块 layout 101*/
.ModuleImageTextGiant.layout-101 {font-size: 14px;}
.ModuleImageTextGiant.layout-101 .imageTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden; position: relative;}.module_476166673 .ModuleHead .HeadCenter{float:none;}
#module_476166673 {
padding:0px;
}
#module_476166673 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_476166673 .ModuleHead476166673 {
display:none;
}
#module_476166673 .BodyCenter.BodyCenter476166673 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166673 >.module_476166673 {
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_476166673 >.module_476166673{
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_476166673 .BodyCenter.BodyCenter476166673 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166673 .BodyCenter.BodyCenter476166673 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166673 >.module_476166673 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166673 >.module_476166673 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166673 >.module_476166673 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166673:hover {
border:none;
}
#module_476166673:hover >.module_476166673 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166673 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166673 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166673 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166673 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166673 .imageTextGiant-Container{padding-top:5px;}
#module_476166673 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166673 .imageTextGiant-Container{padding-left:0px;}
#module_476166673 .imageTextGiant-Container{padding-right:0px;}
#module_476166673 .showHandle .btn{font-size:14px;}
#module_476166673 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166673 .showHandle .btn{color:#333;}
#module_476166673 .showHandle .btn{font-weight:400;}
#module_476166673 .showHandle .btn{text-decoration:none;}
#module_476166673 .showHandle .btn{font-style:normal;}
#module_476166673 .showHandle div{border-top-color:#ddd !important;}
#module_476166673 .showHandle div{border-top-style:solid !important;}
#module_476166673 .showHandle div{border-top-width:1px !important;}
#module_476166673 .showHandle{background-color:transparent;}
#module_476166673 .showHandle{background-image:none;}
#module_476166673 .showHandle{background-repeat:no-repeat;}
#module_476166673 .showHandle{}
#module_476166673 .showHandle{}
#module_476166673 .showHandle{}
#module_476166673 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_5451 #Sub476166662_Tab5451_2 {width:22.7162%;}
.module_476166683 .ModuleHead .HeadCenter{float:none;}
#module_476166683 {
padding:0px;
}
#module_476166683 {
position:static;
z-index:0;
top:67px;
left:0px;
width:100%;
height: auto;
}
#module_476166683 .ModuleHead476166683 {
display:none;
}
#module_476166683 .BodyCenter.BodyCenter476166683 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166683 >.module_476166683 {
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_476166683 >.module_476166683{
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_476166683 .BodyCenter.BodyCenter476166683 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166683 .BodyCenter.BodyCenter476166683 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166683 >.module_476166683 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166683 >.module_476166683 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166683 >.module_476166683 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166683:hover {
border:none;
}
#module_476166683:hover >.module_476166683 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166683 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166683 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166683 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166683 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166683 .imageTextGiant-Container{padding-top:10px;}
#module_476166683 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166683 .imageTextGiant-Container{padding-left:0px;}
#module_476166683 .imageTextGiant-Container{padding-right:0px;}
#module_476166683 .showHandle .btn{font-size:14px;}
#module_476166683 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166683 .showHandle .btn{color:#333;}
#module_476166683 .showHandle .btn{font-weight:400;}
#module_476166683 .showHandle .btn{text-decoration:none;}
#module_476166683 .showHandle .btn{font-style:normal;}
#module_476166683 .showHandle div{border-top-color:#ddd !important;}
#module_476166683 .showHandle div{border-top-style:solid !important;}
#module_476166683 .showHandle div{border-top-width:1px !important;}
#module_476166683 .showHandle{background-color:transparent;}
#module_476166683 .showHandle{background-image:none;}
#module_476166683 .showHandle{background-repeat:no-repeat;}
#module_476166683 .showHandle{}
#module_476166683 .showHandle{}
#module_476166683 .showHandle{}
#module_476166683 a{font-size:unset;font-family:unset}
.module_476166680 .ModuleHead .HeadCenter{float:none;}
#module_476166680 {
padding:0px;
}
#module_476166680 {
position:static;
z-index:0;
top:35px;
left:0px;
width:100%;
height: auto;
}
#module_476166680 .ModuleHead476166680 {
display:none;
}
#module_476166680 .BodyCenter.BodyCenter476166680 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166680 >.module_476166680 {
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_476166680 >.module_476166680{
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_476166680 .BodyCenter.BodyCenter476166680 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166680 .BodyCenter.BodyCenter476166680 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166680 >.module_476166680 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166680 >.module_476166680 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166680 >.module_476166680 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166680:hover {
border:none;
}
#module_476166680:hover >.module_476166680 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166680 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166680 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166680 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166680 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166680 .imageTextGiant-Container{padding-top:10px;}
#module_476166680 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166680 .imageTextGiant-Container{padding-left:0px;}
#module_476166680 .imageTextGiant-Container{padding-right:0px;}
#module_476166680 .showHandle .btn{font-size:14px;}
#module_476166680 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166680 .showHandle .btn{color:#333;}
#module_476166680 .showHandle .btn{font-weight:400;}
#module_476166680 .showHandle .btn{text-decoration:none;}
#module_476166680 .showHandle .btn{font-style:normal;}
#module_476166680 .showHandle div{border-top-color:#ddd !important;}
#module_476166680 .showHandle div{border-top-style:solid !important;}
#module_476166680 .showHandle div{border-top-width:1px !important;}
#module_476166680 .showHandle{background-color:transparent;}
#module_476166680 .showHandle{background-image:none;}
#module_476166680 .showHandle{background-repeat:no-repeat;}
#module_476166680 .showHandle{}
#module_476166680 .showHandle{}
#module_476166680 .showHandle{}
#module_476166680 a{font-size:unset;font-family:unset}
.module_476166684 .ModuleHead .HeadCenter{float:none;}
#module_476166684 {
padding:0px;
}
#module_476166684 {
position:static;
z-index:0;
top:433px;
left:509px;
width:100%;
height: auto;
}
#module_476166684 .ModuleHead476166684 {
display:none;
}
#module_476166684 .BodyCenter.BodyCenter476166684 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166684 >.module_476166684 {
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_476166684 >.module_476166684{
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_476166684 .BodyCenter.BodyCenter476166684 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166684 .BodyCenter.BodyCenter476166684 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166684 >.module_476166684 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166684 >.module_476166684 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166684 >.module_476166684 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166684:hover {
border:none;
}
#module_476166684:hover >.module_476166684 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166684 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166684 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166684 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166684 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166684 .imageTextGiant-Container{padding-top:10px;}
#module_476166684 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166684 .imageTextGiant-Container{padding-left:0px;}
#module_476166684 .imageTextGiant-Container{padding-right:0px;}
#module_476166684 .showHandle .btn{font-size:14px;}
#module_476166684 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166684 .showHandle .btn{color:#333;}
#module_476166684 .showHandle .btn{font-weight:400;}
#module_476166684 .showHandle .btn{text-decoration:none;}
#module_476166684 .showHandle .btn{font-style:normal;}
#module_476166684 .showHandle div{border-top-color:#ddd !important;}
#module_476166684 .showHandle div{border-top-style:solid !important;}
#module_476166684 .showHandle div{border-top-width:1px !important;}
#module_476166684 .showHandle{background-color:transparent;}
#module_476166684 .showHandle{background-image:none;}
#module_476166684 .showHandle{background-repeat:no-repeat;}
#module_476166684 .showHandle{}
#module_476166684 .showHandle{}
#module_476166684 .showHandle{}
#module_476166684 a{font-size:unset;font-family:unset}
.module_476166685 .ModuleHead .HeadCenter{float:none;}
#module_476166685 {
padding:0px;
}
#module_476166685 {
position:static;
z-index:0;
top:452px;
left:514px;
width:100%;
height: auto;
}
#module_476166685 .ModuleHead476166685 {
display:none;
}
#module_476166685 .BodyCenter.BodyCenter476166685 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166685 >.module_476166685 {
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_476166685 >.module_476166685{
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_476166685 .BodyCenter.BodyCenter476166685 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166685 .BodyCenter.BodyCenter476166685 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166685 >.module_476166685 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166685 >.module_476166685 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166685 >.module_476166685 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166685:hover {
border:none;
}
#module_476166685:hover >.module_476166685 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166685 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166685 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166685 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166685 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166685 .imageTextGiant-Container{padding-top:10px;}
#module_476166685 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166685 .imageTextGiant-Container{padding-left:0px;}
#module_476166685 .imageTextGiant-Container{padding-right:0px;}
#module_476166685 .showHandle .btn{font-size:14px;}
#module_476166685 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166685 .showHandle .btn{color:#333;}
#module_476166685 .showHandle .btn{font-weight:400;}
#module_476166685 .showHandle .btn{text-decoration:none;}
#module_476166685 .showHandle .btn{font-style:normal;}
#module_476166685 .showHandle div{border-top-color:#ddd !important;}
#module_476166685 .showHandle div{border-top-style:solid !important;}
#module_476166685 .showHandle div{border-top-width:1px !important;}
#module_476166685 .showHandle{background-color:transparent;}
#module_476166685 .showHandle{background-image:none;}
#module_476166685 .showHandle{background-repeat:no-repeat;}
#module_476166685 .showHandle{}
#module_476166685 .showHandle{}
#module_476166685 .showHandle{}
#module_476166685 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_5451 #Sub476166662_Tab5451_3 {width:22.9598%;}
.module_476166693 .ModuleHead .HeadCenter{float:none;}
#module_476166693 {
padding:0px;
}
#module_476166693 {
position:static;
z-index:0;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_476166693 .ModuleHead476166693 {
display:none;
}
#module_476166693 .BodyCenter.BodyCenter476166693 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166693 >.module_476166693 {
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_476166693 >.module_476166693{
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_476166693 .BodyCenter.BodyCenter476166693 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166693 .BodyCenter.BodyCenter476166693 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166693 >.module_476166693 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166693 >.module_476166693 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166693 >.module_476166693 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166693:hover {
border:none;
}
#module_476166693:hover >.module_476166693 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166693 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166693 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166693 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166693 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166693 .imageTextGiant-Container{padding-top:10px;}
#module_476166693 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166693 .imageTextGiant-Container{padding-left:0px;}
#module_476166693 .imageTextGiant-Container{padding-right:0px;}
#module_476166693 .showHandle .btn{font-size:14px;}
#module_476166693 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166693 .showHandle .btn{color:#333;}
#module_476166693 .showHandle .btn{font-weight:400;}
#module_476166693 .showHandle .btn{text-decoration:none;}
#module_476166693 .showHandle .btn{font-style:normal;}
#module_476166693 .showHandle div{border-top-color:#ddd !important;}
#module_476166693 .showHandle div{border-top-style:solid !important;}
#module_476166693 .showHandle div{border-top-width:1px !important;}
#module_476166693 .showHandle{background-color:transparent;}
#module_476166693 .showHandle{background-image:none;}
#module_476166693 .showHandle{background-repeat:no-repeat;}
#module_476166693 .showHandle{}
#module_476166693 .showHandle{}
#module_476166693 .showHandle{}
#module_476166693 a{font-size:unset;font-family:unset}
.module_476166694 .ModuleHead .HeadCenter{float:none;}
#module_476166694 {
padding:0px;
}
#module_476166694 {
position:static;
z-index:0;
top:382px;
left:879px;
width:100%;
height: auto;
}
#module_476166694 .ModuleHead476166694 {
display:none;
}
#module_476166694 .BodyCenter.BodyCenter476166694 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166694 >.module_476166694 {
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_476166694 >.module_476166694{
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_476166694 .BodyCenter.BodyCenter476166694 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166694 .BodyCenter.BodyCenter476166694 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166694 >.module_476166694 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166694 >.module_476166694 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166694 >.module_476166694 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166694:hover {
border:none;
}
#module_476166694:hover >.module_476166694 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166694 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166694 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166694 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166694 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166694 .imageTextGiant-Container{padding-top:10px;}
#module_476166694 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166694 .imageTextGiant-Container{padding-left:0px;}
#module_476166694 .imageTextGiant-Container{padding-right:0px;}
#module_476166694 .showHandle .btn{font-size:14px;}
#module_476166694 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166694 .showHandle .btn{color:#333;}
#module_476166694 .showHandle .btn{font-weight:400;}
#module_476166694 .showHandle .btn{text-decoration:none;}
#module_476166694 .showHandle .btn{font-style:normal;}
#module_476166694 .showHandle div{border-top-color:#ddd !important;}
#module_476166694 .showHandle div{border-top-style:solid !important;}
#module_476166694 .showHandle div{border-top-width:1px !important;}
#module_476166694 .showHandle{background-color:transparent;}
#module_476166694 .showHandle{background-image:none;}
#module_476166694 .showHandle{background-repeat:no-repeat;}
#module_476166694 .showHandle{}
#module_476166694 .showHandle{}
#module_476166694 .showHandle{}
#module_476166694 a{font-size:unset;font-family:unset}
.module_476166695 .ModuleHead .HeadCenter{float:none;}
#module_476166695 {
padding:0px;
}
#module_476166695 {
position:static;
z-index:0;
top:398px;
left:845px;
width:100%;
height: auto;
}
#module_476166695 .ModuleHead476166695 {
display:none;
}
#module_476166695 .BodyCenter.BodyCenter476166695 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166695 >.module_476166695 {
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_476166695 >.module_476166695{
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_476166695 .BodyCenter.BodyCenter476166695 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166695 .BodyCenter.BodyCenter476166695 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166695 >.module_476166695 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166695 >.module_476166695 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166695 >.module_476166695 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166695:hover {
border:none;
}
#module_476166695:hover >.module_476166695 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166695 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166695 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166695 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166695 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166695 .imageTextGiant-Container{padding-top:10px;}
#module_476166695 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166695 .imageTextGiant-Container{padding-left:0px;}
#module_476166695 .imageTextGiant-Container{padding-right:0px;}
#module_476166695 .showHandle .btn{font-size:14px;}
#module_476166695 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166695 .showHandle .btn{color:#333;}
#module_476166695 .showHandle .btn{font-weight:400;}
#module_476166695 .showHandle .btn{text-decoration:none;}
#module_476166695 .showHandle .btn{font-style:normal;}
#module_476166695 .showHandle div{border-top-color:#ddd !important;}
#module_476166695 .showHandle div{border-top-style:solid !important;}
#module_476166695 .showHandle div{border-top-width:1px !important;}
#module_476166695 .showHandle{background-color:transparent;}
#module_476166695 .showHandle{background-image:none;}
#module_476166695 .showHandle{background-repeat:no-repeat;}
#module_476166695 .showHandle{}
#module_476166695 .showHandle{}
#module_476166695 .showHandle{}
#module_476166695 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_5451 #Sub476166662_Tab5451_4 {width:36.2363%;}
.module_476166681 .ModuleHead .HeadCenter{float:none;}
#module_476166681 {
padding:0px;
}
#module_476166681 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_476166681 .ModuleHead476166681 {
display:none;
}
#module_476166681 .BodyCenter.BodyCenter476166681 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166681 >.module_476166681 {
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_476166681 >.module_476166681{
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_476166681 .BodyCenter.BodyCenter476166681 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166681 .BodyCenter.BodyCenter476166681 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166681 >.module_476166681 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166681 >.module_476166681 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166681 >.module_476166681 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166681:hover {
border:none;
}
#module_476166681:hover >.module_476166681 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166681 img{border-top-color:transparent;}
#module_476166681 img{border-top-style:none;}
#module_476166681 img{border-top-width:0px;}
#module_476166681 img{border-right-color:transparent;}
#module_476166681 img{border-right-style:none;}
#module_476166681 img{border-right-width:0px;}
#module_476166681 img{border-bottom-color:transparent;}
#module_476166681 img{border-bottom-style:none;}
#module_476166681 img{border-bottom-width:0px;}
#module_476166681 img{border-left-color:transparent;}
#module_476166681 img{border-left-style:none;}
#module_476166681 img{border-left-width:0px;}
#module_476166681 img{border-top-left-radius:0px;}
#module_476166681 img{border-top-right-radius:0px;}
#module_476166681 img{border-bottom-left-radius:0px;}
#module_476166681 img{border-bottom-right-radius:0px;}
#module_476166681 .BodyCenter{text-align: right;}


#module_476166662__tabPane_9978 #Sub476166662_9978 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_476166662__tabPane_9978 #Sub476166662_9978 > .SubContainer {display: table-cell; vertical-align: top;}
#module_476166662__tabPane_9978 .SubPadding {width:50px; height: 100%; position: relative; display: table-cell;}
#module_476166662__tabPane_9978 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_476166662__tabPane_9978 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_476166662__tabPane_9978:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_476166662__tabPane_9978 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_476166662__tabPane_9978 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_476166662__tabPane_9978 #Sub476166662_9978 {display: block;}
#module_476166662__tabPane_9978 #Sub476166662_9978 > .SubPadding {float:left; height: 10px;}
#module_476166662__tabPane_9978 #Sub476166662_9978 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_476166662__tabPane_9978 #Sub476166662_9978 > .SubContainer .SubDrag {display:none;}
#module_476166662__tabPane_9978 #Sub476166662_9978 > .SubPadding {width:5px;}
#module_476166662__tabPane_9978 #Sub476166662_9978 > .SubContainer {width:calc((100% - 5px) / 2) !important;}
#module_476166662__tabPane_9978 #Sub476166662_9978 > .SubPadding2 {display:none;}
#module_476166662__tabPane_9978 #Sub476166662_9978 > .SubPadding4 {display:none;}
#module_476166662__tabPane_9978 #Sub476166662_9978 > .SubPadding6 {display:none;}
#module_476166662__tabPane_9978 #Sub476166662_9978 > .SubPadding8 {display:none;}
}
#module_476166662__tabPane_9978 #Sub476166662_Tab9978_1 {width:16.6870%;}
.module_476166700 .ModuleHead .HeadCenter{float:none;}
#module_476166700 {
padding:0px;
}
#module_476166700 {
position:static;
z-index:0;
top:36px;
left:0px;
width:100%;
height: auto;
}
#module_476166700 .ModuleHead476166700 {
display:none;
}
#module_476166700 .BodyCenter.BodyCenter476166700 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166700 >.module_476166700 {
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_476166700 >.module_476166700{
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_476166700 .BodyCenter.BodyCenter476166700 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166700 .BodyCenter.BodyCenter476166700 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166700 >.module_476166700 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166700 >.module_476166700 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166700 >.module_476166700 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166700:hover {
border:none;
}
#module_476166700:hover >.module_476166700 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166700 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166700 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166700 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166700 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166700 .imageTextGiant-Container{padding-top:5px;}
#module_476166700 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166700 .imageTextGiant-Container{padding-left:0px;}
#module_476166700 .imageTextGiant-Container{padding-right:0px;}
#module_476166700 .showHandle .btn{font-size:14px;}
#module_476166700 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166700 .showHandle .btn{color:#333;}
#module_476166700 .showHandle .btn{font-weight:400;}
#module_476166700 .showHandle .btn{text-decoration:none;}
#module_476166700 .showHandle .btn{font-style:normal;}
#module_476166700 .showHandle div{border-top-color:#ddd !important;}
#module_476166700 .showHandle div{border-top-style:solid !important;}
#module_476166700 .showHandle div{border-top-width:1px !important;}
#module_476166700 .showHandle{background-color:transparent;}
#module_476166700 .showHandle{background-image:none;}
#module_476166700 .showHandle{background-repeat:no-repeat;}
#module_476166700 .showHandle{}
#module_476166700 .showHandle{}
#module_476166700 .showHandle{}
#module_476166700 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_9978 #Sub476166662_Tab9978_2 {width:25.8831%;}
.module_476166701 .ModuleHead .HeadCenter{float:none;}
#module_476166701 {
padding:0px;
}
#module_476166701 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_476166701 .ModuleHead476166701 {
display:none;
}
#module_476166701 .BodyCenter.BodyCenter476166701 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166701 >.module_476166701 {
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_476166701 >.module_476166701{
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_476166701 .BodyCenter.BodyCenter476166701 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166701 .BodyCenter.BodyCenter476166701 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166701 >.module_476166701 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166701 >.module_476166701 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166701 >.module_476166701 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166701:hover {
border:none;
}
#module_476166701:hover >.module_476166701 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166701 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166701 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166701 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166701 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166701 .imageTextGiant-Container{padding-top:10px;}
#module_476166701 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166701 .imageTextGiant-Container{padding-left:0px;}
#module_476166701 .imageTextGiant-Container{padding-right:0px;}
#module_476166701 .showHandle .btn{font-size:14px;}
#module_476166701 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166701 .showHandle .btn{color:#333;}
#module_476166701 .showHandle .btn{font-weight:400;}
#module_476166701 .showHandle .btn{text-decoration:none;}
#module_476166701 .showHandle .btn{font-style:normal;}
#module_476166701 .showHandle div{border-top-color:#ddd !important;}
#module_476166701 .showHandle div{border-top-style:solid !important;}
#module_476166701 .showHandle div{border-top-width:1px !important;}
#module_476166701 .showHandle{background-color:transparent;}
#module_476166701 .showHandle{background-image:none;}
#module_476166701 .showHandle{background-repeat:no-repeat;}
#module_476166701 .showHandle{}
#module_476166701 .showHandle{}
#module_476166701 .showHandle{}
#module_476166701 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_9978 #Sub476166662_Tab9978_3 {width:19.5493%;}
.module_476166755 .ModuleHead .HeadCenter{float:none;}
#module_476166755 {
padding:0px;
}
#module_476166755 {
position:static;
z-index:0;
top:43px;
left:0px;
width:100%;
height: auto;
}
#module_476166755 .ModuleHead476166755 {
display:none;
}
#module_476166755 .BodyCenter.BodyCenter476166755 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166755 >.module_476166755 {
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_476166755 >.module_476166755{
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_476166755 .BodyCenter.BodyCenter476166755 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166755 .BodyCenter.BodyCenter476166755 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166755 >.module_476166755 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166755 >.module_476166755 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166755 >.module_476166755 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166755:hover {
border:none;
}
#module_476166755:hover >.module_476166755 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166755 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166755 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166755 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166755 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166755 .imageTextGiant-Container{padding-top:10px;}
#module_476166755 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166755 .imageTextGiant-Container{padding-left:0px;}
#module_476166755 .imageTextGiant-Container{padding-right:0px;}
#module_476166755 .showHandle .btn{font-size:14px;}
#module_476166755 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166755 .showHandle .btn{color:#333;}
#module_476166755 .showHandle .btn{font-weight:400;}
#module_476166755 .showHandle .btn{text-decoration:none;}
#module_476166755 .showHandle .btn{font-style:normal;}
#module_476166755 .showHandle div{border-top-color:#ddd !important;}
#module_476166755 .showHandle div{border-top-style:solid !important;}
#module_476166755 .showHandle div{border-top-width:1px !important;}
#module_476166755 .showHandle{background-color:transparent;}
#module_476166755 .showHandle{background-image:none;}
#module_476166755 .showHandle{background-repeat:no-repeat;}
#module_476166755 .showHandle{}
#module_476166755 .showHandle{}
#module_476166755 .showHandle{}
#module_476166755 a{font-size:unset;font-family:unset}
.module_476166754 .ModuleHead .HeadCenter{float:none;}
#module_476166754 {
padding:0px;
}
#module_476166754 {
position:static;
z-index:0;
top:36px;
left:0px;
width:100%;
height: auto;
}
#module_476166754 .ModuleHead476166754 {
display:none;
}
#module_476166754 .BodyCenter.BodyCenter476166754 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166754 >.module_476166754 {
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_476166754 >.module_476166754{
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_476166754 .BodyCenter.BodyCenter476166754 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166754 .BodyCenter.BodyCenter476166754 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166754 >.module_476166754 {
margin-top:2.7778%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166754 >.module_476166754 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166754 >.module_476166754 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166754:hover {
border:none;
}
#module_476166754:hover >.module_476166754 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166754 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166754 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166754 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166754 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166754 .imageTextGiant-Container{padding-top:10px;}
#module_476166754 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166754 .imageTextGiant-Container{padding-left:0px;}
#module_476166754 .imageTextGiant-Container{padding-right:0px;}
#module_476166754 .showHandle .btn{font-size:14px;}
#module_476166754 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166754 .showHandle .btn{color:#333;}
#module_476166754 .showHandle .btn{font-weight:400;}
#module_476166754 .showHandle .btn{text-decoration:none;}
#module_476166754 .showHandle .btn{font-style:normal;}
#module_476166754 .showHandle div{border-top-color:#ddd !important;}
#module_476166754 .showHandle div{border-top-style:solid !important;}
#module_476166754 .showHandle div{border-top-width:1px !important;}
#module_476166754 .showHandle{background-color:transparent;}
#module_476166754 .showHandle{background-image:none;}
#module_476166754 .showHandle{background-repeat:no-repeat;}
#module_476166754 .showHandle{}
#module_476166754 .showHandle{}
#module_476166754 .showHandle{}
#module_476166754 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_9978 #Sub476166662_Tab9978_4 {width:37.8806%;}
.module_476166702 .ModuleHead .HeadCenter{float:none;}
#module_476166702 {
padding:0px;
}
#module_476166702 {
position:static;
z-index:0;
top:38px;
left:0px;
width:100%;
height: auto;
}
#module_476166702 .ModuleHead476166702 {
display:none;
}
#module_476166702 .BodyCenter.BodyCenter476166702 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166702 >.module_476166702 {
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_476166702 >.module_476166702{
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_476166702 .BodyCenter.BodyCenter476166702 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166702 .BodyCenter.BodyCenter476166702 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166702 >.module_476166702 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166702 >.module_476166702 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166702 >.module_476166702 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166702:hover {
border:none;
}
#module_476166702:hover >.module_476166702 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166702 img{border-top-color:transparent;}
#module_476166702 img{border-top-style:none;}
#module_476166702 img{border-top-width:0px;}
#module_476166702 img{border-right-color:transparent;}
#module_476166702 img{border-right-style:none;}
#module_476166702 img{border-right-width:0px;}
#module_476166702 img{border-bottom-color:transparent;}
#module_476166702 img{border-bottom-style:none;}
#module_476166702 img{border-bottom-width:0px;}
#module_476166702 img{border-left-color:transparent;}
#module_476166702 img{border-left-style:none;}
#module_476166702 img{border-left-width:0px;}
#module_476166702 img{border-top-left-radius:0px;}
#module_476166702 img{border-top-right-radius:0px;}
#module_476166702 img{border-bottom-left-radius:0px;}
#module_476166702 img{border-bottom-right-radius:0px;}
#module_476166702 .BodyCenter{text-align: right;}


#module_476166662__tabPane_7439 #Sub476166662_7439 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_476166662__tabPane_7439 #Sub476166662_7439 > .SubContainer {display: table-cell; vertical-align: top;}
#module_476166662__tabPane_7439 .SubPadding {width:50px; height: 100%; position: relative; display: table-cell;}
#module_476166662__tabPane_7439 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_476166662__tabPane_7439 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_476166662__tabPane_7439:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_476166662__tabPane_7439 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_476166662__tabPane_7439 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_476166662__tabPane_7439 #Sub476166662_7439 {display: block;}
#module_476166662__tabPane_7439 #Sub476166662_7439 > .SubPadding {float:left; height: 10px;}
#module_476166662__tabPane_7439 #Sub476166662_7439 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_476166662__tabPane_7439 #Sub476166662_7439 > .SubContainer .SubDrag {display:none;}
#module_476166662__tabPane_7439 #Sub476166662_7439 > .SubPadding {width:5px;}
#module_476166662__tabPane_7439 #Sub476166662_7439 > .SubContainer {width:calc((100% - 5px) / 2) !important;}
#module_476166662__tabPane_7439 #Sub476166662_7439 > .SubPadding2 {display:none;}
#module_476166662__tabPane_7439 #Sub476166662_7439 > .SubPadding4 {display:none;}
#module_476166662__tabPane_7439 #Sub476166662_7439 > .SubPadding6 {display:none;}
#module_476166662__tabPane_7439 #Sub476166662_7439 > .SubPadding8 {display:none;}
}
#module_476166662__tabPane_7439 #Sub476166662_Tab7439_1 {width:23.5688%;}
.module_476166768 .ModuleHead .HeadCenter{float:none;}
#module_476166768 {
padding:0px;
}
#module_476166768 {
position:static;
z-index:0;
top:36px;
left:0px;
width:100%;
height: auto;
}
#module_476166768 .ModuleHead476166768 {
display:none;
}
#module_476166768 .BodyCenter.BodyCenter476166768 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166768 >.module_476166768 {
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_476166768 >.module_476166768{
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_476166768 .BodyCenter.BodyCenter476166768 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166768 .BodyCenter.BodyCenter476166768 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166768 >.module_476166768 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166768 >.module_476166768 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166768 >.module_476166768 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166768:hover {
border:none;
}
#module_476166768:hover >.module_476166768 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166768 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166768 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166768 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166768 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166768 .imageTextGiant-Container{padding-top:5px;}
#module_476166768 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166768 .imageTextGiant-Container{padding-left:0px;}
#module_476166768 .imageTextGiant-Container{padding-right:0px;}
#module_476166768 .showHandle .btn{font-size:14px;}
#module_476166768 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166768 .showHandle .btn{color:#333;}
#module_476166768 .showHandle .btn{font-weight:400;}
#module_476166768 .showHandle .btn{text-decoration:none;}
#module_476166768 .showHandle .btn{font-style:normal;}
#module_476166768 .showHandle div{border-top-color:#ddd !important;}
#module_476166768 .showHandle div{border-top-style:solid !important;}
#module_476166768 .showHandle div{border-top-width:1px !important;}
#module_476166768 .showHandle{background-color:transparent;}
#module_476166768 .showHandle{background-image:none;}
#module_476166768 .showHandle{background-repeat:no-repeat;}
#module_476166768 .showHandle{}
#module_476166768 .showHandle{}
#module_476166768 .showHandle{}
#module_476166768 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_7439 #Sub476166662_Tab7439_2 {width:24.9695%;}
.module_476166776 .ModuleHead .HeadCenter{float:none;}
#module_476166776 {
padding:0px;
}
#module_476166776 {
position:static;
z-index:0;
top:92px;
left:0px;
width:100%;
height: auto;
}
#module_476166776 .ModuleHead476166776 {
display:none;
}
#module_476166776 .BodyCenter.BodyCenter476166776 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166776 >.module_476166776 {
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_476166776 >.module_476166776{
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_476166776 .BodyCenter.BodyCenter476166776 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166776 .BodyCenter.BodyCenter476166776 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166776 >.module_476166776 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166776 >.module_476166776 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166776 >.module_476166776 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166776:hover {
border:none;
}
#module_476166776:hover >.module_476166776 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166776 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166776 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166776 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166776 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166776 .imageTextGiant-Container{padding-top:10px;}
#module_476166776 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166776 .imageTextGiant-Container{padding-left:0px;}
#module_476166776 .imageTextGiant-Container{padding-right:0px;}
#module_476166776 .showHandle .btn{font-size:14px;}
#module_476166776 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166776 .showHandle .btn{color:#333;}
#module_476166776 .showHandle .btn{font-weight:400;}
#module_476166776 .showHandle .btn{text-decoration:none;}
#module_476166776 .showHandle .btn{font-style:normal;}
#module_476166776 .showHandle div{border-top-color:#ddd !important;}
#module_476166776 .showHandle div{border-top-style:solid !important;}
#module_476166776 .showHandle div{border-top-width:1px !important;}
#module_476166776 .showHandle{background-color:transparent;}
#module_476166776 .showHandle{background-image:none;}
#module_476166776 .showHandle{background-repeat:no-repeat;}
#module_476166776 .showHandle{}
#module_476166776 .showHandle{}
#module_476166776 .showHandle{}
#module_476166776 a{font-size:unset;font-family:unset}
.module_476166775 .ModuleHead .HeadCenter{float:none;}
#module_476166775 {
padding:0px;
}
#module_476166775 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_476166775 .ModuleHead476166775 {
display:none;
}
#module_476166775 .BodyCenter.BodyCenter476166775 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166775 >.module_476166775 {
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_476166775 >.module_476166775{
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_476166775 .BodyCenter.BodyCenter476166775 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166775 .BodyCenter.BodyCenter476166775 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166775 >.module_476166775 {
margin-top:3.9146%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166775 >.module_476166775 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166775 >.module_476166775 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166775:hover {
border:none;
}
#module_476166775:hover >.module_476166775 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166775 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166775 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166775 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166775 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166775 .imageTextGiant-Container{padding-top:10px;}
#module_476166775 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166775 .imageTextGiant-Container{padding-left:0px;}
#module_476166775 .imageTextGiant-Container{padding-right:0px;}
#module_476166775 .showHandle .btn{font-size:14px;}
#module_476166775 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166775 .showHandle .btn{color:#333;}
#module_476166775 .showHandle .btn{font-weight:400;}
#module_476166775 .showHandle .btn{text-decoration:none;}
#module_476166775 .showHandle .btn{font-style:normal;}
#module_476166775 .showHandle div{border-top-color:#ddd !important;}
#module_476166775 .showHandle div{border-top-style:solid !important;}
#module_476166775 .showHandle div{border-top-width:1px !important;}
#module_476166775 .showHandle{background-color:transparent;}
#module_476166775 .showHandle{background-image:none;}
#module_476166775 .showHandle{background-repeat:no-repeat;}
#module_476166775 .showHandle{}
#module_476166775 .showHandle{}
#module_476166775 .showHandle{}
#module_476166775 a{font-size:unset;font-family:unset}
.module_476166783 .ModuleHead .HeadCenter{float:none;}
#module_476166783 {
padding:0px;
}
#module_476166783 {
position:static;
z-index:0;
top:441px;
left:737px;
width:100%;
height: auto;
}
#module_476166783 .ModuleHead476166783 {
display:none;
}
#module_476166783 .BodyCenter.BodyCenter476166783 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166783 >.module_476166783 {
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_476166783 >.module_476166783{
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_476166783 .BodyCenter.BodyCenter476166783 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166783 .BodyCenter.BodyCenter476166783 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166783 >.module_476166783 {
margin-top:3.9146%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166783 >.module_476166783 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166783 >.module_476166783 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166783:hover {
border:none;
}
#module_476166783:hover >.module_476166783 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166783 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166783 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166783 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166783 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166783 .imageTextGiant-Container{padding-top:10px;}
#module_476166783 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166783 .imageTextGiant-Container{padding-left:0px;}
#module_476166783 .imageTextGiant-Container{padding-right:0px;}
#module_476166783 .showHandle .btn{font-size:14px;}
#module_476166783 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166783 .showHandle .btn{color:#333;}
#module_476166783 .showHandle .btn{font-weight:400;}
#module_476166783 .showHandle .btn{text-decoration:none;}
#module_476166783 .showHandle .btn{font-style:normal;}
#module_476166783 .showHandle div{border-top-color:#ddd !important;}
#module_476166783 .showHandle div{border-top-style:solid !important;}
#module_476166783 .showHandle div{border-top-width:1px !important;}
#module_476166783 .showHandle{background-color:transparent;}
#module_476166783 .showHandle{background-image:none;}
#module_476166783 .showHandle{background-repeat:no-repeat;}
#module_476166783 .showHandle{}
#module_476166783 .showHandle{}
#module_476166783 .showHandle{}
#module_476166783 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_7439 #Sub476166662_Tab7439_3 {width:21.4982%;}
.module_476166883 .ModuleHead .HeadCenter{float:none;}
#module_476166883 {
padding:0px;
}
#module_476166883 {
position:static;
z-index:0;
top:24px;
left:0px;
width:100%;
height: auto;
}
#module_476166883 .ModuleHead476166883 {
display:none;
}
#module_476166883 .BodyCenter.BodyCenter476166883 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166883 >.module_476166883 {
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_476166883 >.module_476166883{
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_476166883 .BodyCenter.BodyCenter476166883 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166883 .BodyCenter.BodyCenter476166883 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166883 >.module_476166883 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166883 >.module_476166883 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166883 >.module_476166883 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166883:hover {
border:none;
}
#module_476166883:hover >.module_476166883 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166883 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166883 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166883 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166883 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166883 .imageTextGiant-Container{padding-top:10px;}
#module_476166883 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166883 .imageTextGiant-Container{padding-left:0px;}
#module_476166883 .imageTextGiant-Container{padding-right:0px;}
#module_476166883 .showHandle .btn{font-size:14px;}
#module_476166883 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166883 .showHandle .btn{color:#333;}
#module_476166883 .showHandle .btn{font-weight:400;}
#module_476166883 .showHandle .btn{text-decoration:none;}
#module_476166883 .showHandle .btn{font-style:normal;}
#module_476166883 .showHandle div{border-top-color:#ddd !important;}
#module_476166883 .showHandle div{border-top-style:solid !important;}
#module_476166883 .showHandle div{border-top-width:1px !important;}
#module_476166883 .showHandle{background-color:transparent;}
#module_476166883 .showHandle{background-image:none;}
#module_476166883 .showHandle{background-repeat:no-repeat;}
#module_476166883 .showHandle{}
#module_476166883 .showHandle{}
#module_476166883 .showHandle{}
#module_476166883 a{font-size:unset;font-family:unset}
.module_476166885 .ModuleHead .HeadCenter{float:none;}
#module_476166885 {
padding:0px;
}
#module_476166885 {
position:static;
z-index:0;
top:410px;
left:962px;
width:100%;
height: auto;
}
#module_476166885 .ModuleHead476166885 {
display:none;
}
#module_476166885 .BodyCenter.BodyCenter476166885 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166885 >.module_476166885 {
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_476166885 >.module_476166885{
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_476166885 .BodyCenter.BodyCenter476166885 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166885 .BodyCenter.BodyCenter476166885 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166885 >.module_476166885 {
margin-top:6.7989%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166885 >.module_476166885 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166885 >.module_476166885 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166885:hover {
border:none;
}
#module_476166885:hover >.module_476166885 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166885 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166885 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166885 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166885 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166885 .imageTextGiant-Container{padding-top:10px;}
#module_476166885 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166885 .imageTextGiant-Container{padding-left:0px;}
#module_476166885 .imageTextGiant-Container{padding-right:0px;}
#module_476166885 .showHandle .btn{font-size:14px;}
#module_476166885 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166885 .showHandle .btn{color:#333;}
#module_476166885 .showHandle .btn{font-weight:400;}
#module_476166885 .showHandle .btn{text-decoration:none;}
#module_476166885 .showHandle .btn{font-style:normal;}
#module_476166885 .showHandle div{border-top-color:#ddd !important;}
#module_476166885 .showHandle div{border-top-style:solid !important;}
#module_476166885 .showHandle div{border-top-width:1px !important;}
#module_476166885 .showHandle{background-color:transparent;}
#module_476166885 .showHandle{background-image:none;}
#module_476166885 .showHandle{background-repeat:no-repeat;}
#module_476166885 .showHandle{}
#module_476166885 .showHandle{}
#module_476166885 .showHandle{}
#module_476166885 a{font-size:unset;font-family:unset}
.module_476166888 .ModuleHead .HeadCenter{float:none;}
#module_476166888 {
padding:0px;
}
#module_476166888 {
position:static;
z-index:0;
top:613px;
left:982px;
width:100%;
height: auto;
}
#module_476166888 .ModuleHead476166888 {
display:none;
}
#module_476166888 .BodyCenter.BodyCenter476166888 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166888 >.module_476166888 {
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_476166888 >.module_476166888{
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_476166888 .BodyCenter.BodyCenter476166888 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166888 .BodyCenter.BodyCenter476166888 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166888 >.module_476166888 {
margin-top:4.5326%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166888 >.module_476166888 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166888 >.module_476166888 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166888:hover {
border:none;
}
#module_476166888:hover >.module_476166888 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166888 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166888 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166888 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166888 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166888 .imageTextGiant-Container{padding-top:10px;}
#module_476166888 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166888 .imageTextGiant-Container{padding-left:0px;}
#module_476166888 .imageTextGiant-Container{padding-right:0px;}
#module_476166888 .showHandle .btn{font-size:14px;}
#module_476166888 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166888 .showHandle .btn{color:#333;}
#module_476166888 .showHandle .btn{font-weight:400;}
#module_476166888 .showHandle .btn{text-decoration:none;}
#module_476166888 .showHandle .btn{font-style:normal;}
#module_476166888 .showHandle div{border-top-color:#ddd !important;}
#module_476166888 .showHandle div{border-top-style:solid !important;}
#module_476166888 .showHandle div{border-top-width:1px !important;}
#module_476166888 .showHandle{background-color:transparent;}
#module_476166888 .showHandle{background-image:none;}
#module_476166888 .showHandle{background-repeat:no-repeat;}
#module_476166888 .showHandle{}
#module_476166888 .showHandle{}
#module_476166888 .showHandle{}
#module_476166888 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_7439 #Sub476166662_Tab7439_4 {width:29.9635%;}
.module_476166892 .ModuleHead .HeadCenter{float:none;}
#module_476166892 {
padding:0px;
}
#module_476166892 {
position:static;
z-index:0;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_476166892 .ModuleHead476166892 {
display:none;
}
#module_476166892 .BodyCenter.BodyCenter476166892 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166892 >.module_476166892 {
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_476166892 >.module_476166892{
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_476166892 .BodyCenter.BodyCenter476166892 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166892 .BodyCenter.BodyCenter476166892 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166892 >.module_476166892 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166892 >.module_476166892 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166892 >.module_476166892 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166892:hover {
border:none;
}
#module_476166892:hover >.module_476166892 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166892 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166892 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166892 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166892 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166892 .imageTextGiant-Container{padding-top:10px;}
#module_476166892 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166892 .imageTextGiant-Container{padding-left:0px;}
#module_476166892 .imageTextGiant-Container{padding-right:0px;}
#module_476166892 .showHandle .btn{font-size:14px;}
#module_476166892 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166892 .showHandle .btn{color:#333;}
#module_476166892 .showHandle .btn{font-weight:400;}
#module_476166892 .showHandle .btn{text-decoration:none;}
#module_476166892 .showHandle .btn{font-style:normal;}
#module_476166892 .showHandle div{border-top-color:#ddd !important;}
#module_476166892 .showHandle div{border-top-style:solid !important;}
#module_476166892 .showHandle div{border-top-width:1px !important;}
#module_476166892 .showHandle{background-color:transparent;}
#module_476166892 .showHandle{background-image:none;}
#module_476166892 .showHandle{background-repeat:no-repeat;}
#module_476166892 .showHandle{}
#module_476166892 .showHandle{}
#module_476166892 .showHandle{}
#module_476166892 a{font-size:unset;font-family:unset}
.module_476166893 .ModuleHead .HeadCenter{float:none;}
#module_476166893 {
padding:0px;
}
#module_476166893 {
position:static;
z-index:0;
top:352px;
left:1249px;
width:100%;
height: auto;
}
#module_476166893 .ModuleHead476166893 {
display:none;
}
#module_476166893 .BodyCenter.BodyCenter476166893 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166893 >.module_476166893 {
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_476166893 >.module_476166893{
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_476166893 .BodyCenter.BodyCenter476166893 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166893 .BodyCenter.BodyCenter476166893 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166893 >.module_476166893 {
margin-top:3.2520%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166893 >.module_476166893 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166893 >.module_476166893 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166893:hover {
border:none;
}
#module_476166893:hover >.module_476166893 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166893 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166893 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166893 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166893 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166893 .imageTextGiant-Container{padding-top:10px;}
#module_476166893 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166893 .imageTextGiant-Container{padding-left:0px;}
#module_476166893 .imageTextGiant-Container{padding-right:0px;}
#module_476166893 .showHandle .btn{font-size:14px;}
#module_476166893 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166893 .showHandle .btn{color:#333;}
#module_476166893 .showHandle .btn{font-weight:400;}
#module_476166893 .showHandle .btn{text-decoration:none;}
#module_476166893 .showHandle .btn{font-style:normal;}
#module_476166893 .showHandle div{border-top-color:#ddd !important;}
#module_476166893 .showHandle div{border-top-style:solid !important;}
#module_476166893 .showHandle div{border-top-width:1px !important;}
#module_476166893 .showHandle{background-color:transparent;}
#module_476166893 .showHandle{background-image:none;}
#module_476166893 .showHandle{background-repeat:no-repeat;}
#module_476166893 .showHandle{}
#module_476166893 .showHandle{}
#module_476166893 .showHandle{}
#module_476166893 a{font-size:unset;font-family:unset}
.module_476166897 .ModuleHead .HeadCenter{float:none;}
#module_476166897 {
padding:0px;
}
#module_476166897 {
position:static;
z-index:0;
top:499px;
left:1307px;
width:100%;
height: auto;
}
#module_476166897 .ModuleHead476166897 {
display:none;
}
#module_476166897 .BodyCenter.BodyCenter476166897 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476166897 >.module_476166897 {
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_476166897 >.module_476166897{
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_476166897 .BodyCenter.BodyCenter476166897 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166897 .BodyCenter.BodyCenter476166897 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476166897 >.module_476166897 {
margin-top:2.4390%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476166897 >.module_476166897 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476166897 >.module_476166897 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476166897:hover {
border:none;
}
#module_476166897:hover >.module_476166897 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476166897 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476166897 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476166897 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476166897 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476166897 .imageTextGiant-Container{padding-top:10px;}
#module_476166897 .imageTextGiant-Container{padding-bottom:10px;}
#module_476166897 .imageTextGiant-Container{padding-left:0px;}
#module_476166897 .imageTextGiant-Container{padding-right:0px;}
#module_476166897 .showHandle .btn{font-size:14px;}
#module_476166897 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476166897 .showHandle .btn{color:#333;}
#module_476166897 .showHandle .btn{font-weight:400;}
#module_476166897 .showHandle .btn{text-decoration:none;}
#module_476166897 .showHandle .btn{font-style:normal;}
#module_476166897 .showHandle div{border-top-color:#ddd !important;}
#module_476166897 .showHandle div{border-top-style:solid !important;}
#module_476166897 .showHandle div{border-top-width:1px !important;}
#module_476166897 .showHandle{background-color:transparent;}
#module_476166897 .showHandle{background-image:none;}
#module_476166897 .showHandle{background-repeat:no-repeat;}
#module_476166897 .showHandle{}
#module_476166897 .showHandle{}
#module_476166897 .showHandle{}
#module_476166897 a{font-size:unset;font-family:unset}

#module_476166662__tabPane_4222 #Sub476166662_4222 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_476166662__tabPane_4222 #Sub476166662_4222 > .SubContainer {display: table-cell; vertical-align: top;}
#module_476166662__tabPane_4222 .SubPadding {width:50px; height: 100%; position: relative; display: table-cell;}
#module_476166662__tabPane_4222 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_476166662__tabPane_4222 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_476166662__tabPane_4222:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_476166662__tabPane_4222 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_476166662__tabPane_4222 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_476166662__tabPane_4222 #Sub476166662_4222 {display: block;}
#module_476166662__tabPane_4222 #Sub476166662_4222 > .SubPadding {float:left; height: 10px;}
#module_476166662__tabPane_4222 #Sub476166662_4222 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_476166662__tabPane_4222 #Sub476166662_4222 > .SubContainer .SubDrag {display:none;}
#module_476166662__tabPane_4222 #Sub476166662_4222 > .SubPadding {width:5px;}
#module_476166662__tabPane_4222 #Sub476166662_4222 > .SubContainer {width:calc((100% - 5px) / 2) !important;}
#module_476166662__tabPane_4222 #Sub476166662_4222 > .SubPadding2 {display:none;}
#module_476166662__tabPane_4222 #Sub476166662_4222 > .SubPadding4 {display:none;}
#module_476166662__tabPane_4222 #Sub476166662_4222 > .SubPadding6 {display:none;}
#module_476166662__tabPane_4222 #Sub476166662_4222 > .SubPadding8 {display:none;}
}
#module_476166662__tabPane_4222 #Sub476166662_Tab4222_1 {width:19.0621%;}
.module_476167986 .ModuleHead .HeadCenter{float:none;}
#module_476167986 {
padding:0px;
}
#module_476167986 {
position:static;
z-index:0;
top:35px;
left:0px;
width:100%;
height: auto;
}
#module_476167986 .ModuleHead476167986 {
display:none;
}
#module_476167986 .BodyCenter.BodyCenter476167986 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476167986 >.module_476167986 {
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_476167986 >.module_476167986{
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_476167986 .BodyCenter.BodyCenter476167986 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167986 .BodyCenter.BodyCenter476167986 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476167986 >.module_476167986 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167986 >.module_476167986 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476167986 >.module_476167986 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476167986:hover {
border:none;
}
#module_476167986:hover >.module_476167986 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476167986 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476167986 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476167986 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476167986 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476167986 .imageTextGiant-Container{padding-top:5px;}
#module_476167986 .imageTextGiant-Container{padding-bottom:10px;}
#module_476167986 .imageTextGiant-Container{padding-left:0px;}
#module_476167986 .imageTextGiant-Container{padding-right:0px;}
#module_476167986 .showHandle .btn{font-size:14px;}
#module_476167986 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476167986 .showHandle .btn{color:#333;}
#module_476167986 .showHandle .btn{font-weight:400;}
#module_476167986 .showHandle .btn{text-decoration:none;}
#module_476167986 .showHandle .btn{font-style:normal;}
#module_476167986 .showHandle div{border-top-color:#ddd !important;}
#module_476167986 .showHandle div{border-top-style:solid !important;}
#module_476167986 .showHandle div{border-top-width:1px !important;}
#module_476167986 .showHandle{background-color:transparent;}
#module_476167986 .showHandle{background-image:none;}
#module_476167986 .showHandle{background-repeat:no-repeat;}
#module_476167986 .showHandle{}
#module_476167986 .showHandle{}
#module_476167986 .showHandle{}
#module_476167986 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_4222 #Sub476166662_Tab4222_2 {width:10.5968%;}
.module_476173556 .ModuleHead .HeadCenter{float:none;}
#module_476173556 {
padding:0px;
}
#module_476173556 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_476173556 .ModuleHead476173556 {
display:none;
}

#module_476173556 img{border-top-color:transparent;}
#module_476173556 img{border-top-style:none;}
#module_476173556 img{border-top-width:0px;}
#module_476173556 img{border-right-color:transparent;}
#module_476173556 img{border-right-style:none;}
#module_476173556 img{border-right-width:0px;}
#module_476173556 img{border-bottom-color:transparent;}
#module_476173556 img{border-bottom-style:none;}
#module_476173556 img{border-bottom-width:0px;}
#module_476173556 img{border-left-color:transparent;}
#module_476173556 img{border-left-style:none;}
#module_476173556 img{border-left-width:0px;}
#module_476173556 img{border-top-left-radius:0px;}
#module_476173556 img{border-top-right-radius:0px;}
#module_476173556 img{border-bottom-left-radius:0px;}
#module_476173556 img{border-bottom-right-radius:0px;}
#module_476173556 .BodyCenter{text-align: center;}

.module_476167990 .ModuleHead .HeadCenter{float:none;}
#module_476167990 {
padding:0px;
}
#module_476167990 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_476167990 .ModuleHead476167990 {
display:none;
}
#module_476167990 .BodyCenter.BodyCenter476167990 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476167990 >.module_476167990 {
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_476167990 >.module_476167990{
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_476167990 .BodyCenter.BodyCenter476167990 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167990 .BodyCenter.BodyCenter476167990 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476167990 >.module_476167990 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167990 >.module_476167990 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476167990 >.module_476167990 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476167990:hover {
border:none;
}
#module_476167990:hover >.module_476167990 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476167990 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476167990 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476167990 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476167990 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476167990 .imageTextGiant-Container{padding-top:10px;}
#module_476167990 .imageTextGiant-Container{padding-bottom:10px;}
#module_476167990 .imageTextGiant-Container{padding-left:0px;}
#module_476167990 .imageTextGiant-Container{padding-right:0px;}
#module_476167990 .showHandle .btn{font-size:14px;}
#module_476167990 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476167990 .showHandle .btn{color:#333;}
#module_476167990 .showHandle .btn{font-weight:400;}
#module_476167990 .showHandle .btn{text-decoration:none;}
#module_476167990 .showHandle .btn{font-style:normal;}
#module_476167990 .showHandle div{border-top-color:#ddd !important;}
#module_476167990 .showHandle div{border-top-style:solid !important;}
#module_476167990 .showHandle div{border-top-width:1px !important;}
#module_476167990 .showHandle{background-color:transparent;}
#module_476167990 .showHandle{background-image:none;}
#module_476167990 .showHandle{background-repeat:no-repeat;}
#module_476167990 .showHandle{}
#module_476167990 .showHandle{}
#module_476167990 .showHandle{}
#module_476167990 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_4222 #Sub476166662_Tab4222_3 {width:11.0840%;}
.module_476173559 .ModuleHead .HeadCenter{float:none;}
#module_476173559 {
padding:0px;
}
#module_476173559 {
position:static;
z-index:0;
top:213px;
left:705px;
width:100%;
height: auto;
}
#module_476173559 .ModuleHead476173559 {
display:none;
}

#module_476173559 img{border-top-color:transparent;}
#module_476173559 img{border-top-style:none;}
#module_476173559 img{border-top-width:0px;}
#module_476173559 img{border-right-color:transparent;}
#module_476173559 img{border-right-style:none;}
#module_476173559 img{border-right-width:0px;}
#module_476173559 img{border-bottom-color:transparent;}
#module_476173559 img{border-bottom-style:none;}
#module_476173559 img{border-bottom-width:0px;}
#module_476173559 img{border-left-color:transparent;}
#module_476173559 img{border-left-style:none;}
#module_476173559 img{border-left-width:0px;}
#module_476173559 img{border-top-left-radius:0px;}
#module_476173559 img{border-top-right-radius:0px;}
#module_476173559 img{border-bottom-left-radius:0px;}
#module_476173559 img{border-bottom-right-radius:0px;}
#module_476173559 .BodyCenter{text-align: center;}

.module_476167991 .ModuleHead .HeadCenter{float:none;}
#module_476167991 {
padding:0px;
}
#module_476167991 {
position:static;
z-index:0;
top:742px;
left:850px;
width:100%;
height: auto;
}
#module_476167991 .ModuleHead476167991 {
display:none;
}
#module_476167991 .BodyCenter.BodyCenter476167991 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476167991 >.module_476167991 {
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_476167991 >.module_476167991{
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_476167991 .BodyCenter.BodyCenter476167991 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167991 .BodyCenter.BodyCenter476167991 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476167991 >.module_476167991 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167991 >.module_476167991 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476167991 >.module_476167991 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476167991:hover {
border:none;
}
#module_476167991:hover >.module_476167991 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476167991 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476167991 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476167991 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476167991 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476167991 .imageTextGiant-Container{padding-top:10px;}
#module_476167991 .imageTextGiant-Container{padding-bottom:10px;}
#module_476167991 .imageTextGiant-Container{padding-left:0px;}
#module_476167991 .imageTextGiant-Container{padding-right:0px;}
#module_476167991 .showHandle .btn{font-size:14px;}
#module_476167991 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476167991 .showHandle .btn{color:#333;}
#module_476167991 .showHandle .btn{font-weight:400;}
#module_476167991 .showHandle .btn{text-decoration:none;}
#module_476167991 .showHandle .btn{font-style:normal;}
#module_476167991 .showHandle div{border-top-color:#ddd !important;}
#module_476167991 .showHandle div{border-top-style:solid !important;}
#module_476167991 .showHandle div{border-top-width:1px !important;}
#module_476167991 .showHandle{background-color:transparent;}
#module_476167991 .showHandle{background-image:none;}
#module_476167991 .showHandle{background-repeat:no-repeat;}
#module_476167991 .showHandle{}
#module_476167991 .showHandle{}
#module_476167991 .showHandle{}
#module_476167991 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_4222 #Sub476166662_Tab4222_4 {width:59.2571%;}
.module_476167993 .ModuleHead .HeadCenter{float:none;}
#module_476167993 {
padding:0px;
}
#module_476167993 {
position:static;
z-index:0;
top:722px;
left:1525px;
width:100%;
height: auto;
}
#module_476167993 .ModuleHead476167993 {
display:none;
}
#module_476167993 .BodyCenter.BodyCenter476167993 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476167993 >.module_476167993 {
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_476167993 >.module_476167993{
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_476167993 .BodyCenter.BodyCenter476167993 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167993 .BodyCenter.BodyCenter476167993 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476167993 >.module_476167993 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167993 >.module_476167993 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476167993 >.module_476167993 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476167993:hover {
border:none;
}
#module_476167993:hover >.module_476167993 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476167993 img{border-top-color:transparent;}
#module_476167993 img{border-top-style:none;}
#module_476167993 img{border-top-width:0px;}
#module_476167993 img{border-right-color:transparent;}
#module_476167993 img{border-right-style:none;}
#module_476167993 img{border-right-width:0px;}
#module_476167993 img{border-bottom-color:transparent;}
#module_476167993 img{border-bottom-style:none;}
#module_476167993 img{border-bottom-width:0px;}
#module_476167993 img{border-left-color:transparent;}
#module_476167993 img{border-left-style:none;}
#module_476167993 img{border-left-width:0px;}
#module_476167993 img{border-top-left-radius:0px;}
#module_476167993 img{border-top-right-radius:0px;}
#module_476167993 img{border-bottom-left-radius:0px;}
#module_476167993 img{border-bottom-right-radius:0px;}
#module_476167993 .BodyCenter{text-align: right;}


#module_476166662__tabPane_681 #Sub476166662_681 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_476166662__tabPane_681 #Sub476166662_681 > .SubContainer {display: table-cell; vertical-align: top;}
#module_476166662__tabPane_681 .SubPadding {width:50px; height: 100%; position: relative; display: table-cell;}
#module_476166662__tabPane_681 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_476166662__tabPane_681 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_476166662__tabPane_681:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_476166662__tabPane_681 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_476166662__tabPane_681 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_476166662__tabPane_681 #Sub476166662_681 {display: block;}
#module_476166662__tabPane_681 #Sub476166662_681 > .SubPadding {float:left; height: 10px;}
#module_476166662__tabPane_681 #Sub476166662_681 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_476166662__tabPane_681 #Sub476166662_681 > .SubContainer .SubDrag {display:none;}
#module_476166662__tabPane_681 #Sub476166662_681 > .SubPadding {width:5px;}
#module_476166662__tabPane_681 #Sub476166662_681 > .SubContainer {width:calc((100% - 5px) / 2) !important;}
#module_476166662__tabPane_681 #Sub476166662_681 > .SubPadding2 {display:none;}
#module_476166662__tabPane_681 #Sub476166662_681 > .SubPadding4 {display:none;}
#module_476166662__tabPane_681 #Sub476166662_681 > .SubPadding6 {display:none;}
#module_476166662__tabPane_681 #Sub476166662_681 > .SubPadding8 {display:none;}
}
#module_476166662__tabPane_681 #Sub476166662_Tab681_1 {width:23.3252%;}
.module_476167995 .ModuleHead .HeadCenter{float:none;}
#module_476167995 {
padding:0px;
}
#module_476167995 {
position:static;
z-index:0;
top:26px;
left:0px;
width:100%;
height: auto;
}
#module_476167995 .ModuleHead476167995 {
display:none;
}
#module_476167995 .BodyCenter.BodyCenter476167995 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476167995 >.module_476167995 {
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_476167995 >.module_476167995{
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_476167995 .BodyCenter.BodyCenter476167995 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167995 .BodyCenter.BodyCenter476167995 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476167995 >.module_476167995 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167995 >.module_476167995 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476167995 >.module_476167995 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476167995:hover {
border:none;
}
#module_476167995:hover >.module_476167995 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476167995 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476167995 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476167995 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476167995 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476167995 .imageTextGiant-Container{padding-top:5px;}
#module_476167995 .imageTextGiant-Container{padding-bottom:10px;}
#module_476167995 .imageTextGiant-Container{padding-left:0px;}
#module_476167995 .imageTextGiant-Container{padding-right:0px;}
#module_476167995 .showHandle .btn{font-size:14px;}
#module_476167995 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476167995 .showHandle .btn{color:#333;}
#module_476167995 .showHandle .btn{font-weight:400;}
#module_476167995 .showHandle .btn{text-decoration:none;}
#module_476167995 .showHandle .btn{font-style:normal;}
#module_476167995 .showHandle div{border-top-color:#ddd !important;}
#module_476167995 .showHandle div{border-top-style:solid !important;}
#module_476167995 .showHandle div{border-top-width:1px !important;}
#module_476167995 .showHandle{background-color:transparent;}
#module_476167995 .showHandle{background-image:none;}
#module_476167995 .showHandle{background-repeat:no-repeat;}
#module_476167995 .showHandle{}
#module_476167995 .showHandle{}
#module_476167995 .showHandle{}
#module_476167995 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_681 #Sub476166662_Tab681_2 {width:15.9562%;}
.module_476168001 .ModuleHead .HeadCenter{float:none;}
#module_476168001 {
padding:0px;
}
#module_476168001 {
position:static;
z-index:0;
top:205px;
left:657px;
width:100%;
height: auto;
}
#module_476168001 .ModuleHead476168001 {
display:none;
}
#module_476168001 .BodyCenter.BodyCenter476168001 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476168001 >.module_476168001 {
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_476168001 >.module_476168001{
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_476168001 .BodyCenter.BodyCenter476168001 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168001 .BodyCenter.BodyCenter476168001 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476168001 >.module_476168001 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168001 >.module_476168001 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476168001 >.module_476168001 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476168001:hover {
border:none;
}
#module_476168001:hover >.module_476168001 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476168001 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476168001 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476168001 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476168001 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476168001 .imageTextGiant-Container{padding-top:10px;}
#module_476168001 .imageTextGiant-Container{padding-bottom:10px;}
#module_476168001 .imageTextGiant-Container{padding-left:0px;}
#module_476168001 .imageTextGiant-Container{padding-right:0px;}
#module_476168001 .showHandle .btn{font-size:14px;}
#module_476168001 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476168001 .showHandle .btn{color:#333;}
#module_476168001 .showHandle .btn{font-weight:400;}
#module_476168001 .showHandle .btn{text-decoration:none;}
#module_476168001 .showHandle .btn{font-style:normal;}
#module_476168001 .showHandle div{border-top-color:#ddd !important;}
#module_476168001 .showHandle div{border-top-style:solid !important;}
#module_476168001 .showHandle div{border-top-width:1px !important;}
#module_476168001 .showHandle{background-color:transparent;}
#module_476168001 .showHandle{background-image:none;}
#module_476168001 .showHandle{background-repeat:no-repeat;}
#module_476168001 .showHandle{}
#module_476168001 .showHandle{}
#module_476168001 .showHandle{}
#module_476168001 a{font-size:unset;font-family:unset}
.module_476168002 .ModuleHead .HeadCenter{float:none;}
#module_476168002 {
padding:0px;
}
#module_476168002 {
position:static;
z-index:0;
top:227px;
left:640px;
width:100%;
height: auto;
}
#module_476168002 .ModuleHead476168002 {
display:none;
}
#module_476168002 .BodyCenter.BodyCenter476168002 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476168002 >.module_476168002 {
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_476168002 >.module_476168002{
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_476168002 .BodyCenter.BodyCenter476168002 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168002 .BodyCenter.BodyCenter476168002 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476168002 >.module_476168002 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168002 >.module_476168002 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476168002 >.module_476168002 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476168002:hover {
border:none;
}
#module_476168002:hover >.module_476168002 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476168002 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476168002 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476168002 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476168002 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476168002 .imageTextGiant-Container{padding-top:10px;}
#module_476168002 .imageTextGiant-Container{padding-bottom:10px;}
#module_476168002 .imageTextGiant-Container{padding-left:0px;}
#module_476168002 .imageTextGiant-Container{padding-right:0px;}
#module_476168002 .showHandle .btn{font-size:14px;}
#module_476168002 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476168002 .showHandle .btn{color:#333;}
#module_476168002 .showHandle .btn{font-weight:400;}
#module_476168002 .showHandle .btn{text-decoration:none;}
#module_476168002 .showHandle .btn{font-style:normal;}
#module_476168002 .showHandle div{border-top-color:#ddd !important;}
#module_476168002 .showHandle div{border-top-style:solid !important;}
#module_476168002 .showHandle div{border-top-width:1px !important;}
#module_476168002 .showHandle{background-color:transparent;}
#module_476168002 .showHandle{background-image:none;}
#module_476168002 .showHandle{background-repeat:no-repeat;}
#module_476168002 .showHandle{}
#module_476168002 .showHandle{}
#module_476168002 .showHandle{}
#module_476168002 a{font-size:unset;font-family:unset}
.module_476168003 .ModuleHead .HeadCenter{float:none;}
#module_476168003 {
padding:0px;
}
#module_476168003 {
position:static;
z-index:0;
top:283px;
left:593px;
width:100%;
height: auto;
}
#module_476168003 .ModuleHead476168003 {
display:none;
}
#module_476168003 .BodyCenter.BodyCenter476168003 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476168003 >.module_476168003 {
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_476168003 >.module_476168003{
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_476168003 .BodyCenter.BodyCenter476168003 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168003 .BodyCenter.BodyCenter476168003 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476168003 >.module_476168003 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168003 >.module_476168003 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476168003 >.module_476168003 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476168003:hover {
border:none;
}
#module_476168003:hover >.module_476168003 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476168003 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476168003 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476168003 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476168003 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476168003 .imageTextGiant-Container{padding-top:10px;}
#module_476168003 .imageTextGiant-Container{padding-bottom:10px;}
#module_476168003 .imageTextGiant-Container{padding-left:0px;}
#module_476168003 .imageTextGiant-Container{padding-right:0px;}
#module_476168003 .showHandle .btn{font-size:14px;}
#module_476168003 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476168003 .showHandle .btn{color:#333;}
#module_476168003 .showHandle .btn{font-weight:400;}
#module_476168003 .showHandle .btn{text-decoration:none;}
#module_476168003 .showHandle .btn{font-style:normal;}
#module_476168003 .showHandle div{border-top-color:#ddd !important;}
#module_476168003 .showHandle div{border-top-style:solid !important;}
#module_476168003 .showHandle div{border-top-width:1px !important;}
#module_476168003 .showHandle{background-color:transparent;}
#module_476168003 .showHandle{background-image:none;}
#module_476168003 .showHandle{background-repeat:no-repeat;}
#module_476168003 .showHandle{}
#module_476168003 .showHandle{}
#module_476168003 .showHandle{}
#module_476168003 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_681 #Sub476166662_Tab681_3 {width:23.7515%;}
.module_476168000 .ModuleHead .HeadCenter{float:none;}
#module_476168000 {
padding:0px;
}
#module_476168000 {
position:static;
z-index:0;
top:211px;
left:916px;
width:100%;
height: auto;
}
#module_476168000 .ModuleHead476168000 {
display:none;
}
#module_476168000 .BodyCenter.BodyCenter476168000 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476168000 >.module_476168000 {
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_476168000 >.module_476168000{
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_476168000 .BodyCenter.BodyCenter476168000 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168000 .BodyCenter.BodyCenter476168000 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476168000 >.module_476168000 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168000 >.module_476168000 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476168000 >.module_476168000 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476168000:hover {
border:none;
}
#module_476168000:hover >.module_476168000 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476168000 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476168000 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476168000 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476168000 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476168000 .imageTextGiant-Container{padding-top:10px;}
#module_476168000 .imageTextGiant-Container{padding-bottom:10px;}
#module_476168000 .imageTextGiant-Container{padding-left:0px;}
#module_476168000 .imageTextGiant-Container{padding-right:0px;}
#module_476168000 .showHandle .btn{font-size:14px;}
#module_476168000 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476168000 .showHandle .btn{color:#333;}
#module_476168000 .showHandle .btn{font-weight:400;}
#module_476168000 .showHandle .btn{text-decoration:none;}
#module_476168000 .showHandle .btn{font-style:normal;}
#module_476168000 .showHandle div{border-top-color:#ddd !important;}
#module_476168000 .showHandle div{border-top-style:solid !important;}
#module_476168000 .showHandle div{border-top-width:1px !important;}
#module_476168000 .showHandle{background-color:transparent;}
#module_476168000 .showHandle{background-image:none;}
#module_476168000 .showHandle{background-repeat:no-repeat;}
#module_476168000 .showHandle{}
#module_476168000 .showHandle{}
#module_476168000 .showHandle{}
#module_476168000 a{font-size:unset;font-family:unset}
.module_476167996 .ModuleHead .HeadCenter{float:none;}
#module_476167996 {
padding:0px;
}
#module_476167996 {
position:static;
z-index:0;
top:229px;
left:881px;
width:100%;
height: auto;
}
#module_476167996 .ModuleHead476167996 {
display:none;
}
#module_476167996 .BodyCenter.BodyCenter476167996 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476167996 >.module_476167996 {
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_476167996 >.module_476167996{
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_476167996 .BodyCenter.BodyCenter476167996 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167996 .BodyCenter.BodyCenter476167996 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476167996 >.module_476167996 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167996 >.module_476167996 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476167996 >.module_476167996 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476167996:hover {
border:none;
}
#module_476167996:hover >.module_476167996 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476167996 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476167996 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476167996 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476167996 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476167996 .imageTextGiant-Container{padding-top:10px;}
#module_476167996 .imageTextGiant-Container{padding-bottom:10px;}
#module_476167996 .imageTextGiant-Container{padding-left:0px;}
#module_476167996 .imageTextGiant-Container{padding-right:0px;}
#module_476167996 .showHandle .btn{font-size:14px;}
#module_476167996 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476167996 .showHandle .btn{color:#333;}
#module_476167996 .showHandle .btn{font-weight:400;}
#module_476167996 .showHandle .btn{text-decoration:none;}
#module_476167996 .showHandle .btn{font-style:normal;}
#module_476167996 .showHandle div{border-top-color:#ddd !important;}
#module_476167996 .showHandle div{border-top-style:solid !important;}
#module_476167996 .showHandle div{border-top-width:1px !important;}
#module_476167996 .showHandle{background-color:transparent;}
#module_476167996 .showHandle{background-image:none;}
#module_476167996 .showHandle{background-repeat:no-repeat;}
#module_476167996 .showHandle{}
#module_476167996 .showHandle{}
#module_476167996 .showHandle{}
#module_476167996 a{font-size:unset;font-family:unset}
.module_476167999 .ModuleHead .HeadCenter{float:none;}
#module_476167999 {
padding:0px;
}
#module_476167999 {
position:static;
z-index:0;
top:257px;
left:943px;
width:100%;
height: auto;
}
#module_476167999 .ModuleHead476167999 {
display:none;
}
#module_476167999 .BodyCenter.BodyCenter476167999 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476167999 >.module_476167999 {
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_476167999 >.module_476167999{
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_476167999 .BodyCenter.BodyCenter476167999 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167999 .BodyCenter.BodyCenter476167999 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476167999 >.module_476167999 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167999 >.module_476167999 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476167999 >.module_476167999 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476167999:hover {
border:none;
}
#module_476167999:hover >.module_476167999 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476167999 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476167999 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476167999 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476167999 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476167999 .imageTextGiant-Container{padding-top:10px;}
#module_476167999 .imageTextGiant-Container{padding-bottom:10px;}
#module_476167999 .imageTextGiant-Container{padding-left:0px;}
#module_476167999 .imageTextGiant-Container{padding-right:0px;}
#module_476167999 .showHandle .btn{font-size:14px;}
#module_476167999 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476167999 .showHandle .btn{color:#333;}
#module_476167999 .showHandle .btn{font-weight:400;}
#module_476167999 .showHandle .btn{text-decoration:none;}
#module_476167999 .showHandle .btn{font-style:normal;}
#module_476167999 .showHandle div{border-top-color:#ddd !important;}
#module_476167999 .showHandle div{border-top-style:solid !important;}
#module_476167999 .showHandle div{border-top-width:1px !important;}
#module_476167999 .showHandle{background-color:transparent;}
#module_476167999 .showHandle{background-image:none;}
#module_476167999 .showHandle{background-repeat:no-repeat;}
#module_476167999 .showHandle{}
#module_476167999 .showHandle{}
#module_476167999 .showHandle{}
#module_476167999 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_681 #Sub476166662_Tab681_4 {width:36.9671%;}
.module_476167997 .ModuleHead .HeadCenter{float:none;}
#module_476167997 {
padding:0px;
}
#module_476167997 {
position:static;
z-index:0;
top:222px;
left:1499px;
width:100%;
height: auto;
}
#module_476167997 .ModuleHead476167997 {
display:none;
}
#module_476167997 .BodyCenter.BodyCenter476167997 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476167997 >.module_476167997 {
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_476167997 >.module_476167997{
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_476167997 .BodyCenter.BodyCenter476167997 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167997 .BodyCenter.BodyCenter476167997 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476167997 >.module_476167997 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476167997 >.module_476167997 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476167997 >.module_476167997 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476167997:hover {
border:none;
}
#module_476167997:hover >.module_476167997 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476167997 img{border-top-color:transparent;}
#module_476167997 img{border-top-style:none;}
#module_476167997 img{border-top-width:0px;}
#module_476167997 img{border-right-color:transparent;}
#module_476167997 img{border-right-style:none;}
#module_476167997 img{border-right-width:0px;}
#module_476167997 img{border-bottom-color:transparent;}
#module_476167997 img{border-bottom-style:none;}
#module_476167997 img{border-bottom-width:0px;}
#module_476167997 img{border-left-color:transparent;}
#module_476167997 img{border-left-style:none;}
#module_476167997 img{border-left-width:0px;}
#module_476167997 img{border-top-left-radius:0px;}
#module_476167997 img{border-top-right-radius:0px;}
#module_476167997 img{border-bottom-left-radius:0px;}
#module_476167997 img{border-bottom-right-radius:0px;}
#module_476167997 .BodyCenter{text-align: right;}


#module_476166662__tabPane_2257 #Sub476166662_2257 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_476166662__tabPane_2257 #Sub476166662_2257 > .SubContainer {display: table-cell; vertical-align: top;}
#module_476166662__tabPane_2257 .SubPadding {width:50px; height: 100%; position: relative; display: table-cell;}
#module_476166662__tabPane_2257 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_476166662__tabPane_2257 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_476166662__tabPane_2257:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_476166662__tabPane_2257 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_476166662__tabPane_2257 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_476166662__tabPane_2257 #Sub476166662_2257 {display: block;}
#module_476166662__tabPane_2257 #Sub476166662_2257 > .SubPadding {float:left; height: 10px;}
#module_476166662__tabPane_2257 #Sub476166662_2257 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_476166662__tabPane_2257 #Sub476166662_2257 > .SubContainer .SubDrag {display:none;}
#module_476166662__tabPane_2257 #Sub476166662_2257 > .SubPadding {width:5px;}
#module_476166662__tabPane_2257 #Sub476166662_2257 > .SubContainer {width:calc((100% - 5px) / 2) !important;}
#module_476166662__tabPane_2257 #Sub476166662_2257 > .SubPadding2 {display:none;}
#module_476166662__tabPane_2257 #Sub476166662_2257 > .SubPadding4 {display:none;}
#module_476166662__tabPane_2257 #Sub476166662_2257 > .SubPadding6 {display:none;}
#module_476166662__tabPane_2257 #Sub476166662_2257 > .SubPadding8 {display:none;}
}
#module_476166662__tabPane_2257 #Sub476166662_Tab2257_1 {width:24.2387%;}
.module_476173592 .ModuleHead .HeadCenter{float:none;}
#module_476173592 {
padding:0px;
}
#module_476173592 {
position:static;
z-index:0;
top:33px;
left:0px;
width:100%;
height: auto;
}
#module_476173592 .ModuleHead476173592 {
display:none;
}
#module_476173592 .BodyCenter.BodyCenter476173592 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476173592 >.module_476173592 {
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_476173592 >.module_476173592{
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_476173592 .BodyCenter.BodyCenter476173592 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476173592 .BodyCenter.BodyCenter476173592 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476173592 >.module_476173592 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476173592 >.module_476173592 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476173592 >.module_476173592 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476173592:hover {
border:none;
}
#module_476173592:hover >.module_476173592 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476173592 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476173592 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476173592 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476173592 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476173592 .imageTextGiant-Container{padding-top:5px;}
#module_476173592 .imageTextGiant-Container{padding-bottom:10px;}
#module_476173592 .imageTextGiant-Container{padding-left:0px;}
#module_476173592 .imageTextGiant-Container{padding-right:0px;}
#module_476173592 .showHandle .btn{font-size:14px;}
#module_476173592 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476173592 .showHandle .btn{color:#333;}
#module_476173592 .showHandle .btn{font-weight:400;}
#module_476173592 .showHandle .btn{text-decoration:none;}
#module_476173592 .showHandle .btn{font-style:normal;}
#module_476173592 .showHandle div{border-top-color:#ddd !important;}
#module_476173592 .showHandle div{border-top-style:solid !important;}
#module_476173592 .showHandle div{border-top-width:1px !important;}
#module_476173592 .showHandle{background-color:transparent;}
#module_476173592 .showHandle{background-image:none;}
#module_476173592 .showHandle{background-repeat:no-repeat;}
#module_476173592 .showHandle{}
#module_476173592 .showHandle{}
#module_476173592 .showHandle{}
#module_476173592 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_2257 #Sub476166662_Tab2257_2 {width:17.2351%;}
.module_476173601 .ModuleHead .HeadCenter{float:none;}
#module_476173601 {
padding:0px;
}
#module_476173601 {
position:static;
z-index:0;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_476173601 .ModuleHead476173601 {
display:none;
}
#module_476173601 .BodyCenter.BodyCenter476173601 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476173601 >.module_476173601 {
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_476173601 >.module_476173601{
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_476173601 .BodyCenter.BodyCenter476173601 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476173601 .BodyCenter.BodyCenter476173601 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476173601 >.module_476173601 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476173601 >.module_476173601 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476173601 >.module_476173601 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476173601:hover {
border:none;
}
#module_476173601:hover >.module_476173601 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476173601 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476173601 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476173601 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476173601 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476173601 .imageTextGiant-Container{padding-top:10px;}
#module_476173601 .imageTextGiant-Container{padding-bottom:10px;}
#module_476173601 .imageTextGiant-Container{padding-left:0px;}
#module_476173601 .imageTextGiant-Container{padding-right:0px;}
#module_476173601 .showHandle .btn{font-size:14px;}
#module_476173601 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476173601 .showHandle .btn{color:#333;}
#module_476173601 .showHandle .btn{font-weight:400;}
#module_476173601 .showHandle .btn{text-decoration:none;}
#module_476173601 .showHandle .btn{font-style:normal;}
#module_476173601 .showHandle div{border-top-color:#ddd !important;}
#module_476173601 .showHandle div{border-top-style:solid !important;}
#module_476173601 .showHandle div{border-top-width:1px !important;}
#module_476173601 .showHandle{background-color:transparent;}
#module_476173601 .showHandle{background-image:none;}
#module_476173601 .showHandle{background-repeat:no-repeat;}
#module_476173601 .showHandle{}
#module_476173601 .showHandle{}
#module_476173601 .showHandle{}
#module_476173601 a{font-size:unset;font-family:unset}
.module_476173602 .ModuleHead .HeadCenter{float:none;}
#module_476173602 {
padding:0px;
}
#module_476173602 {
position:static;
z-index:0;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_476173602 .ModuleHead476173602 {
display:none;
}
#module_476173602 .BodyCenter.BodyCenter476173602 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476173602 >.module_476173602 {
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_476173602 >.module_476173602{
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_476173602 .BodyCenter.BodyCenter476173602 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476173602 .BodyCenter.BodyCenter476173602 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476173602 >.module_476173602 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476173602 >.module_476173602 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476173602 >.module_476173602 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476173602:hover {
border:none;
}
#module_476173602:hover >.module_476173602 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476173602 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476173602 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476173602 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476173602 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476173602 .imageTextGiant-Container{padding-top:10px;}
#module_476173602 .imageTextGiant-Container{padding-bottom:10px;}
#module_476173602 .imageTextGiant-Container{padding-left:0px;}
#module_476173602 .imageTextGiant-Container{padding-right:0px;}
#module_476173602 .showHandle .btn{font-size:14px;}
#module_476173602 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476173602 .showHandle .btn{color:#333;}
#module_476173602 .showHandle .btn{font-weight:400;}
#module_476173602 .showHandle .btn{text-decoration:none;}
#module_476173602 .showHandle .btn{font-style:normal;}
#module_476173602 .showHandle div{border-top-color:#ddd !important;}
#module_476173602 .showHandle div{border-top-style:solid !important;}
#module_476173602 .showHandle div{border-top-width:1px !important;}
#module_476173602 .showHandle{background-color:transparent;}
#module_476173602 .showHandle{background-image:none;}
#module_476173602 .showHandle{background-repeat:no-repeat;}
#module_476173602 .showHandle{}
#module_476173602 .showHandle{}
#module_476173602 .showHandle{}
#module_476173602 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_2257 #Sub476166662_Tab2257_3 {width:16.0780%;}
.module_476173604 .ModuleHead .HeadCenter{float:none;}
#module_476173604 {
padding:0px;
}
#module_476173604 {
position:static;
z-index:0;
top:40px;
left:0px;
width:100%;
height: auto;
}
#module_476173604 .ModuleHead476173604 {
display:none;
}
#module_476173604 .BodyCenter.BodyCenter476173604 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476173604 >.module_476173604 {
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_476173604 >.module_476173604{
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_476173604 .BodyCenter.BodyCenter476173604 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476173604 .BodyCenter.BodyCenter476173604 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476173604 >.module_476173604 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476173604 >.module_476173604 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476173604 >.module_476173604 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476173604:hover {
border:none;
}
#module_476173604:hover >.module_476173604 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476173604 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476173604 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476173604 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476173604 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476173604 .imageTextGiant-Container{padding-top:10px;}
#module_476173604 .imageTextGiant-Container{padding-bottom:10px;}
#module_476173604 .imageTextGiant-Container{padding-left:0px;}
#module_476173604 .imageTextGiant-Container{padding-right:0px;}
#module_476173604 .showHandle .btn{font-size:14px;}
#module_476173604 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476173604 .showHandle .btn{color:#333;}
#module_476173604 .showHandle .btn{font-weight:400;}
#module_476173604 .showHandle .btn{text-decoration:none;}
#module_476173604 .showHandle .btn{font-style:normal;}
#module_476173604 .showHandle div{border-top-color:#ddd !important;}
#module_476173604 .showHandle div{border-top-style:solid !important;}
#module_476173604 .showHandle div{border-top-width:1px !important;}
#module_476173604 .showHandle{background-color:transparent;}
#module_476173604 .showHandle{background-image:none;}
#module_476173604 .showHandle{background-repeat:no-repeat;}
#module_476173604 .showHandle{}
#module_476173604 .showHandle{}
#module_476173604 .showHandle{}
#module_476173604 a{font-size:unset;font-family:unset}
.module_476173605 .ModuleHead .HeadCenter{float:none;}
#module_476173605 {
padding:0px;
}
#module_476173605 {
position:static;
z-index:0;
top:17px;
left:0px;
width:100%;
height: auto;
}
#module_476173605 .ModuleHead476173605 {
display:none;
}
#module_476173605 .BodyCenter.BodyCenter476173605 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476173605 >.module_476173605 {
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_476173605 >.module_476173605{
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_476173605 .BodyCenter.BodyCenter476173605 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476173605 .BodyCenter.BodyCenter476173605 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476173605 >.module_476173605 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476173605 >.module_476173605 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476173605 >.module_476173605 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476173605:hover {
border:none;
}
#module_476173605:hover >.module_476173605 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476173605 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476173605 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476173605 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476173605 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476173605 .imageTextGiant-Container{padding-top:10px;}
#module_476173605 .imageTextGiant-Container{padding-bottom:10px;}
#module_476173605 .imageTextGiant-Container{padding-left:0px;}
#module_476173605 .imageTextGiant-Container{padding-right:0px;}
#module_476173605 .showHandle .btn{font-size:14px;}
#module_476173605 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476173605 .showHandle .btn{color:#333;}
#module_476173605 .showHandle .btn{font-weight:400;}
#module_476173605 .showHandle .btn{text-decoration:none;}
#module_476173605 .showHandle .btn{font-style:normal;}
#module_476173605 .showHandle div{border-top-color:#ddd !important;}
#module_476173605 .showHandle div{border-top-style:solid !important;}
#module_476173605 .showHandle div{border-top-width:1px !important;}
#module_476173605 .showHandle{background-color:transparent;}
#module_476173605 .showHandle{background-image:none;}
#module_476173605 .showHandle{background-repeat:no-repeat;}
#module_476173605 .showHandle{}
#module_476173605 .showHandle{}
#module_476173605 .showHandle{}
#module_476173605 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_2257 #Sub476166662_Tab2257_4 {width:42.4482%;}
.module_476173607 .ModuleHead .HeadCenter{float:none;}
#module_476173607 {
padding:0px;
}
#module_476173607 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_476173607 .ModuleHead476173607 {
display:none;
}
#module_476173607 .BodyCenter.BodyCenter476173607 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476173607 >.module_476173607 {
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_476173607 >.module_476173607{
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_476173607 .BodyCenter.BodyCenter476173607 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476173607 .BodyCenter.BodyCenter476173607 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476173607 >.module_476173607 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476173607 >.module_476173607 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476173607 >.module_476173607 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476173607:hover {
border:none;
}
#module_476173607:hover >.module_476173607 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476173607 img{border-top-color:transparent;}
#module_476173607 img{border-top-style:none;}
#module_476173607 img{border-top-width:0px;}
#module_476173607 img{border-right-color:transparent;}
#module_476173607 img{border-right-style:none;}
#module_476173607 img{border-right-width:0px;}
#module_476173607 img{border-bottom-color:transparent;}
#module_476173607 img{border-bottom-style:none;}
#module_476173607 img{border-bottom-width:0px;}
#module_476173607 img{border-left-color:transparent;}
#module_476173607 img{border-left-style:none;}
#module_476173607 img{border-left-width:0px;}
#module_476173607 img{border-top-left-radius:0px;}
#module_476173607 img{border-top-right-radius:0px;}
#module_476173607 img{border-bottom-left-radius:0px;}
#module_476173607 img{border-bottom-right-radius:0px;}
#module_476173607 .BodyCenter{text-align: right;}


#module_476166662__tabPane_1738 #Sub476166662_1738 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_476166662__tabPane_1738 #Sub476166662_1738 > .SubContainer {display: table-cell; vertical-align: top;}
#module_476166662__tabPane_1738 .SubPadding {width:50px; height: 100%; position: relative; display: table-cell;}
#module_476166662__tabPane_1738 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_476166662__tabPane_1738 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_476166662__tabPane_1738:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_476166662__tabPane_1738 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_476166662__tabPane_1738 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_476166662__tabPane_1738 #Sub476166662_1738 {display: block;}
#module_476166662__tabPane_1738 #Sub476166662_1738 > .SubPadding {float:left; height: 10px;}
#module_476166662__tabPane_1738 #Sub476166662_1738 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_476166662__tabPane_1738 #Sub476166662_1738 > .SubContainer .SubDrag {display:none;}
#module_476166662__tabPane_1738 #Sub476166662_1738 > .SubPadding {width:0px; display:none;}
#module_476166662__tabPane_1738 #Sub476166662_1738 > .SubContainer {width:100% !important; height: auto;}
}
#module_476166662__tabPane_1738 #Sub476166662_Tab1738_1 {width:17.9648%;}
.module_476168012 .ModuleHead .HeadCenter{float:none;}
#module_476168012 {
padding:0px;
}
#module_476168012 {
position:static;
z-index:0;
top:44px;
left:0px;
width:100%;
height: auto;
}
#module_476168012 .ModuleHead476168012 {
display:none;
}
#module_476168012 .BodyCenter.BodyCenter476168012 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476168012 >.module_476168012 {
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_476168012 >.module_476168012{
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_476168012 .BodyCenter.BodyCenter476168012 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168012 .BodyCenter.BodyCenter476168012 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476168012 >.module_476168012 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168012 >.module_476168012 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476168012 >.module_476168012 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476168012:hover {
border:none;
}
#module_476168012:hover >.module_476168012 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476168012 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476168012 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476168012 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476168012 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476168012 .imageTextGiant-Container{padding-top:5px;}
#module_476168012 .imageTextGiant-Container{padding-bottom:10px;}
#module_476168012 .imageTextGiant-Container{padding-left:0px;}
#module_476168012 .imageTextGiant-Container{padding-right:0px;}
#module_476168012 .showHandle .btn{font-size:14px;}
#module_476168012 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476168012 .showHandle .btn{color:#333;}
#module_476168012 .showHandle .btn{font-weight:400;}
#module_476168012 .showHandle .btn{text-decoration:none;}
#module_476168012 .showHandle .btn{font-style:normal;}
#module_476168012 .showHandle div{border-top-color:#ddd !important;}
#module_476168012 .showHandle div{border-top-style:solid !important;}
#module_476168012 .showHandle div{border-top-width:1px !important;}
#module_476168012 .showHandle{background-color:transparent;}
#module_476168012 .showHandle{background-image:none;}
#module_476168012 .showHandle{background-repeat:no-repeat;}
#module_476168012 .showHandle{}
#module_476168012 .showHandle{}
#module_476168012 .showHandle{}
#module_476168012 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_1738 #Sub476166662_Tab1738_2 {width:13.7563%;}
.module_476168017 .ModuleHead .HeadCenter{float:none;}
#module_476168017 {
padding:0px;
}
#module_476168017 {
position:static;
z-index:0;
top:36px;
left:0px;
width:100%;
height: auto;
}
#module_476168017 .ModuleHead476168017 {
display:none;
}
#module_476168017 .BodyCenter.BodyCenter476168017 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476168017 >.module_476168017 {
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_476168017 >.module_476168017{
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_476168017 .BodyCenter.BodyCenter476168017 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168017 .BodyCenter.BodyCenter476168017 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476168017 >.module_476168017 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168017 >.module_476168017 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476168017 >.module_476168017 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476168017:hover {
border:none;
}
#module_476168017:hover >.module_476168017 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476168017 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476168017 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476168017 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476168017 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476168017 .imageTextGiant-Container{padding-top:10px;}
#module_476168017 .imageTextGiant-Container{padding-bottom:10px;}
#module_476168017 .imageTextGiant-Container{padding-left:0px;}
#module_476168017 .imageTextGiant-Container{padding-right:0px;}
#module_476168017 .showHandle .btn{font-size:14px;}
#module_476168017 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476168017 .showHandle .btn{color:#333;}
#module_476168017 .showHandle .btn{font-weight:400;}
#module_476168017 .showHandle .btn{text-decoration:none;}
#module_476168017 .showHandle .btn{font-style:normal;}
#module_476168017 .showHandle div{border-top-color:#ddd !important;}
#module_476168017 .showHandle div{border-top-style:solid !important;}
#module_476168017 .showHandle div{border-top-width:1px !important;}
#module_476168017 .showHandle{background-color:transparent;}
#module_476168017 .showHandle{background-image:none;}
#module_476168017 .showHandle{background-repeat:no-repeat;}
#module_476168017 .showHandle{}
#module_476168017 .showHandle{}
#module_476168017 .showHandle{}
#module_476168017 a{font-size:unset;font-family:unset}
.module_476168018 .ModuleHead .HeadCenter{float:none;}
#module_476168018 {
padding:0px;
}
#module_476168018 {
position:static;
z-index:0;
top:26px;
left:0px;
width:100%;
height: auto;
}
#module_476168018 .ModuleHead476168018 {
display:none;
}
#module_476168018 .BodyCenter.BodyCenter476168018 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476168018 >.module_476168018 {
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_476168018 >.module_476168018{
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_476168018 .BodyCenter.BodyCenter476168018 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168018 .BodyCenter.BodyCenter476168018 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476168018 >.module_476168018 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168018 >.module_476168018 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476168018 >.module_476168018 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476168018:hover {
border:none;
}
#module_476168018:hover >.module_476168018 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476168018 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476168018 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476168018 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476168018 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476168018 .imageTextGiant-Container{padding-top:10px;}
#module_476168018 .imageTextGiant-Container{padding-bottom:10px;}
#module_476168018 .imageTextGiant-Container{padding-left:0px;}
#module_476168018 .imageTextGiant-Container{padding-right:0px;}
#module_476168018 .showHandle .btn{font-size:14px;}
#module_476168018 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476168018 .showHandle .btn{color:#333;}
#module_476168018 .showHandle .btn{font-weight:400;}
#module_476168018 .showHandle .btn{text-decoration:none;}
#module_476168018 .showHandle .btn{font-style:normal;}
#module_476168018 .showHandle div{border-top-color:#ddd !important;}
#module_476168018 .showHandle div{border-top-style:solid !important;}
#module_476168018 .showHandle div{border-top-width:1px !important;}
#module_476168018 .showHandle{background-color:transparent;}
#module_476168018 .showHandle{background-image:none;}
#module_476168018 .showHandle{background-repeat:no-repeat;}
#module_476168018 .showHandle{}
#module_476168018 .showHandle{}
#module_476168018 .showHandle{}
#module_476168018 a{font-size:unset;font-family:unset}
.module_476168019 .ModuleHead .HeadCenter{float:none;}
#module_476168019 {
padding:0px;
}
#module_476168019 {
position:static;
z-index:0;
top:79px;
left:0px;
width:100%;
height: auto;
}
#module_476168019 .ModuleHead476168019 {
display:none;
}
#module_476168019 .BodyCenter.BodyCenter476168019 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476168019 >.module_476168019 {
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_476168019 >.module_476168019{
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_476168019 .BodyCenter.BodyCenter476168019 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168019 .BodyCenter.BodyCenter476168019 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476168019 >.module_476168019 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168019 >.module_476168019 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476168019 >.module_476168019 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476168019:hover {
border:none;
}
#module_476168019:hover >.module_476168019 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476168019 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476168019 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476168019 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476168019 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476168019 .imageTextGiant-Container{padding-top:10px;}
#module_476168019 .imageTextGiant-Container{padding-bottom:10px;}
#module_476168019 .imageTextGiant-Container{padding-left:0px;}
#module_476168019 .imageTextGiant-Container{padding-right:0px;}
#module_476168019 .showHandle .btn{font-size:14px;}
#module_476168019 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476168019 .showHandle .btn{color:#333;}
#module_476168019 .showHandle .btn{font-weight:400;}
#module_476168019 .showHandle .btn{text-decoration:none;}
#module_476168019 .showHandle .btn{font-style:normal;}
#module_476168019 .showHandle div{border-top-color:#ddd !important;}
#module_476168019 .showHandle div{border-top-style:solid !important;}
#module_476168019 .showHandle div{border-top-width:1px !important;}
#module_476168019 .showHandle{background-color:transparent;}
#module_476168019 .showHandle{background-image:none;}
#module_476168019 .showHandle{background-repeat:no-repeat;}
#module_476168019 .showHandle{}
#module_476168019 .showHandle{}
#module_476168019 .showHandle{}
#module_476168019 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_1738 #Sub476166662_Tab1738_3 {width:16.6457%;}
.module_476168020 .ModuleHead .HeadCenter{float:none;}
#module_476168020 {
padding:0px;
}
#module_476168020 {
position:static;
z-index:0;
top:705px;
left:740px;
width:100%;
height: auto;
}
#module_476168020 .ModuleHead476168020 {
display:none;
}
#module_476168020 .BodyCenter.BodyCenter476168020 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476168020 >.module_476168020 {
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_476168020 >.module_476168020{
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_476168020 .BodyCenter.BodyCenter476168020 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168020 .BodyCenter.BodyCenter476168020 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476168020 >.module_476168020 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168020 >.module_476168020 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476168020 >.module_476168020 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476168020:hover {
border:none;
}
#module_476168020:hover >.module_476168020 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476168020 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476168020 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476168020 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476168020 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476168020 .imageTextGiant-Container{padding-top:10px;}
#module_476168020 .imageTextGiant-Container{padding-bottom:10px;}
#module_476168020 .imageTextGiant-Container{padding-left:0px;}
#module_476168020 .imageTextGiant-Container{padding-right:0px;}
#module_476168020 .showHandle .btn{font-size:14px;}
#module_476168020 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476168020 .showHandle .btn{color:#333;}
#module_476168020 .showHandle .btn{font-weight:400;}
#module_476168020 .showHandle .btn{text-decoration:none;}
#module_476168020 .showHandle .btn{font-style:normal;}
#module_476168020 .showHandle div{border-top-color:#ddd !important;}
#module_476168020 .showHandle div{border-top-style:solid !important;}
#module_476168020 .showHandle div{border-top-width:1px !important;}
#module_476168020 .showHandle{background-color:transparent;}
#module_476168020 .showHandle{background-image:none;}
#module_476168020 .showHandle{background-repeat:no-repeat;}
#module_476168020 .showHandle{}
#module_476168020 .showHandle{}
#module_476168020 .showHandle{}
#module_476168020 a{font-size:unset;font-family:unset}
.module_476168023 .ModuleHead .HeadCenter{float:none;}
#module_476168023 {
padding:0px;
}
#module_476168023 {
position:static;
z-index:0;
top:254px;
left:739px;
width:100%;
height: auto;
}
#module_476168023 .ModuleHead476168023 {
display:none;
}
#module_476168023 .BodyCenter.BodyCenter476168023 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476168023 >.module_476168023 {
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_476168023 >.module_476168023{
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_476168023 .BodyCenter.BodyCenter476168023 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168023 .BodyCenter.BodyCenter476168023 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476168023 >.module_476168023 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168023 >.module_476168023 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476168023 >.module_476168023 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476168023:hover {
border:none;
}
#module_476168023:hover >.module_476168023 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476168023 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476168023 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476168023 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476168023 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476168023 .imageTextGiant-Container{padding-top:10px;}
#module_476168023 .imageTextGiant-Container{padding-bottom:10px;}
#module_476168023 .imageTextGiant-Container{padding-left:0px;}
#module_476168023 .imageTextGiant-Container{padding-right:0px;}
#module_476168023 .showHandle .btn{font-size:14px;}
#module_476168023 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476168023 .showHandle .btn{color:#333;}
#module_476168023 .showHandle .btn{font-weight:400;}
#module_476168023 .showHandle .btn{text-decoration:none;}
#module_476168023 .showHandle .btn{font-style:normal;}
#module_476168023 .showHandle div{border-top-color:#ddd !important;}
#module_476168023 .showHandle div{border-top-style:solid !important;}
#module_476168023 .showHandle div{border-top-width:1px !important;}
#module_476168023 .showHandle{background-color:transparent;}
#module_476168023 .showHandle{background-image:none;}
#module_476168023 .showHandle{background-repeat:no-repeat;}
#module_476168023 .showHandle{}
#module_476168023 .showHandle{}
#module_476168023 .showHandle{}
#module_476168023 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_1738 #Sub476166662_Tab1738_4 {width:16.0176%;}
.module_476168024 .ModuleHead .HeadCenter{float:none;}
#module_476168024 {
padding:0px;
}
#module_476168024 {
position:static;
z-index:0;
top:240px;
left:1193px;
width:100%;
height: auto;
}
#module_476168024 .ModuleHead476168024 {
display:none;
}
#module_476168024 .BodyCenter.BodyCenter476168024 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476168024 >.module_476168024 {
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_476168024 >.module_476168024{
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_476168024 .BodyCenter.BodyCenter476168024 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168024 .BodyCenter.BodyCenter476168024 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476168024 >.module_476168024 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168024 >.module_476168024 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476168024 >.module_476168024 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476168024:hover {
border:none;
}
#module_476168024:hover >.module_476168024 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476168024 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476168024 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476168024 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476168024 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476168024 .imageTextGiant-Container{padding-top:10px;}
#module_476168024 .imageTextGiant-Container{padding-bottom:10px;}
#module_476168024 .imageTextGiant-Container{padding-left:0px;}
#module_476168024 .imageTextGiant-Container{padding-right:0px;}
#module_476168024 .showHandle .btn{font-size:14px;}
#module_476168024 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476168024 .showHandle .btn{color:#333;}
#module_476168024 .showHandle .btn{font-weight:400;}
#module_476168024 .showHandle .btn{text-decoration:none;}
#module_476168024 .showHandle .btn{font-style:normal;}
#module_476168024 .showHandle div{border-top-color:#ddd !important;}
#module_476168024 .showHandle div{border-top-style:solid !important;}
#module_476168024 .showHandle div{border-top-width:1px !important;}
#module_476168024 .showHandle{background-color:transparent;}
#module_476168024 .showHandle{background-image:none;}
#module_476168024 .showHandle{background-repeat:no-repeat;}
#module_476168024 .showHandle{}
#module_476168024 .showHandle{}
#module_476168024 .showHandle{}
#module_476168024 a{font-size:unset;font-family:unset}
#module_476166662__tabPane_1738 #Sub476166662_Tab1738_5 {width:35.6156%;}
.module_476168015 .ModuleHead .HeadCenter{float:none;}
#module_476168015 {
padding:0px;
}
#module_476168015 {
position:static;
z-index:0;
top:221px;
left:1567px;
width:100%;
height: auto;
}
#module_476168015 .ModuleHead476168015 {
display:none;
}
#module_476168015 .BodyCenter.BodyCenter476168015 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476168015 >.module_476168015 {
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_476168015 >.module_476168015{
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_476168015 .BodyCenter.BodyCenter476168015 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168015 .BodyCenter.BodyCenter476168015 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476168015 >.module_476168015 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476168015 >.module_476168015 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476168015 >.module_476168015 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476168015:hover {
border:none;
}
#module_476168015:hover >.module_476168015 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476168015 img{border-top-color:transparent;}
#module_476168015 img{border-top-style:none;}
#module_476168015 img{border-top-width:0px;}
#module_476168015 img{border-right-color:transparent;}
#module_476168015 img{border-right-style:none;}
#module_476168015 img{border-right-width:0px;}
#module_476168015 img{border-bottom-color:transparent;}
#module_476168015 img{border-bottom-style:none;}
#module_476168015 img{border-bottom-width:0px;}
#module_476168015 img{border-left-color:transparent;}
#module_476168015 img{border-left-style:none;}
#module_476168015 img{border-left-width:0px;}
#module_476168015 img{border-top-left-radius:0px;}
#module_476168015 img{border-top-right-radius:0px;}
#module_476168015 img{border-bottom-left-radius:0px;}
#module_476168015 img{border-bottom-right-radius:0px;}
#module_476168015 .BodyCenter{text-align: right;}



.ModuleGridContainer.ModuleGridContainer474850719 #Sub474850719_2 {width:78.7013%;}
.ModuleLangSwitchGiant.layout-108 .lang-container{
	display: inline-block;
	text-align: center;
}
.ModuleLangSwitchGiant.layout-108 .lang-text{
	font-size:12px;
	color:#666666;
	display:block;
	text-align: center;
}
.ModuleLangSwitchGiant.layout-108 .LangIcon{
	cursor: pointer;
}
.ModuleLangSwitchGiant.layout-108 .icon-xiangxiajiantou,.ModuleLangSwitchGiant.layout-108 .icon-xiangshangjiantou{
	font-size:8px;
	padding-right:14px;
	display:inline-block;
}


.ModuleLangSwitchGiant.layout-108 .lang-selection{
	background:#fff;
	display:none;
	border-top: none;
	width: auto;
	max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
	}

.ModuleLangSwitchGiant.layout-108 .lang-selection li{
	cursor:pointer;
	padding: 8px;
}
.ModuleLangSwitchGiant.layout-108 .icon-xiangxiajiantou, .ModuleLangSwitchGiant.layout-108 .icon-xiangshangjiantou{
	padding-right: 0px;
}

.ModuleLangSwitchGiant.layout-108 .lang-selection{
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: #fff;
	text-align: center;
	padding: 8px 16px;
	box-shadow: 0px 0px 18px 10px rgb(0 0 0 / 9%);
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(5px) translateY(10px);
	transform: translateY(5px) translateY(10px);
	-webkit-transition: opacity 300ms ease,visibility 0ms linear 300ms,-webkit-transform 300ms ease;
	transition: opacity 300ms ease,visibility 0ms linear 300ms,-webkit-transform 300ms ease;
	transition: transform 300ms ease,opacity 300ms ease,visibility 0ms linear 300ms;
	transition: transform 300ms ease,opacity 300ms ease,visibility 0ms linear 300ms,-webkit-transform 300ms ease;
}

.ModuleLangSwitchGiant.layout-108 .lang-show{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 500ms ease,visibility 0ms linear 0ms,-webkit-transform 500ms ease;
	transition: opacity 500ms ease,visibility 0ms linear 0ms,-webkit-transform 500ms ease;
	transition: transform 500ms ease,opacity 500ms ease,visibility 0ms linear 0ms;
	transition: transform 500ms ease,opacity 500ms ease,visibility 0ms linear 0ms,-webkit-transform 500ms ease;
}


.ModuleLangSwitchGiant.layout-108 .lang-selection::before{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateY(1px) translateX(-50%);
	transform: translateY(1px) translateX(-50%);
	width: 0;
	height: 0;
	border: 10px solid transparent;
}

.ModuleLangSwitchGiant.layout-108 .lang-mask{
	width:129px;
	height: 20px;
	background: rgb(0 0 0 / 0%);
	top: 80px;
	display: none;
}

.ModuleLangSwitchGiant.layout-108 .LangSvgIcon{
	flex-direction: column;
	justify-content: center;
}.module_474850739 .ModuleHead .HeadCenter{float:none;}
#module_474850739 {
padding:0px;
}
#module_474850739 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474850739 .ModuleHead474850739 {
display:none;
}
#module_474850739 .BodyCenter.BodyCenter474850739 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474850739 >.module_474850739 {
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_474850739 >.module_474850739{
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_474850739 .BodyCenter.BodyCenter474850739 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474850739 .BodyCenter.BodyCenter474850739 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474850739 >.module_474850739 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474850739 >.module_474850739 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474850739 >.module_474850739 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474850739:hover {
border:none;
}
#module_474850739:hover >.module_474850739 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474850739 .BodyCenter{text-align:left;}
#module_474850739 .lang-text,#clone_module_474850739 .lang-text{font-size:14px;}
#module_474850739 .lang-text,#clone_module_474850739 .lang-text{font-family:微软雅黑,Microsoft YaHei;}
#module_474850739 .lang-text,#clone_module_474850739 .lang-text{color:#bababa;}
#module_474850739 .lang-text,#clone_module_474850739 .lang-text{font-weight:normal;}
#module_474850739 .lang-text,#clone_module_474850739 .lang-text{text-decoration:initial;}
#module_474850739 .lang-text,#clone_module_474850739 .lang-text{font-style:normal;}
#module_474850739 {} #clone_module_474850739 .lang-selection{background-color:#fff;} #clone_module_474850739 .lang-selection::before{border-bottom-color:#fff;}
#module_474850739 {} #clone_module_474850739 .lang-selection{background-image:none;}
#module_474850739 {} #clone_module_474850739 .lang-selection{background-repeat:no-repeat;}
#module_474850739 {} #clone_module_474850739 .lang-selection{}
#module_474850739 {} #clone_module_474850739 .lang-selection{}
#module_474850739 {} #clone_module_474850739 .lang-selection{}
#module_474850739 {} #clone_module_474850739 .lang-selection,#clone_module_474850739 .lang-mask,#module_474850739 .lang-container{width:128px}
#module_474850739 {} #clone_module_474850739 .lang-selection{box-shadow:0px 0px 18px 10px rgba(0, 0, 0, 9%);}
#module_474850739 .lang-container{height:24px;font-size:24px;line-height:24px;} #module_474850739 .LangSvgIcon svg{width:24px;height:24px}  #module_474850739 .lang-container .iconfont{font-size:24px;}
#module_474850739 .lang-container{color:#666;} #module_474850739 .LangSvgIcon svg>*{fill:#666;}
#module_474850739 {} #clone_module_474850739 .lang-mask{height:20px}
#module_474850739 .lang-selection .lang-li:hover .lang-text,#clone_module_474850739 .lang-selection .lang-li:hover .lang-text,.lang-selection .lang-li .lang-text.active,#clone_module_474850739 .lang-selection .lang-li .lang-text.active{font-family:微软雅黑,Microsoft YaHei;}
#module_474850739 .lang-selection .lang-li:hover .lang-text,#clone_module_474850739 .lang-selection .lang-li:hover .lang-text,.lang-selection .lang-li .lang-text.active,#clone_module_474850739 .lang-selection .lang-li .lang-text.active{color:rgb(0, 112, 192);}
#module_474850739 .lang-selection .lang-li:hover .lang-text,#clone_module_474850739 .lang-selection .lang-li:hover .lang-text,.lang-selection .lang-li .lang-text.active,#clone_module_474850739 .lang-selection .lang-li .lang-text.active{font-weight:normal;}
#module_474850739 .lang-selection .lang-li:hover .lang-text,#clone_module_474850739 .lang-selection .lang-li:hover .lang-text,.lang-selection .lang-li .lang-text.active,#clone_module_474850739 .lang-selection .lang-li .lang-text.active{text-decoration:initial;}
#module_474850739 .lang-selection .lang-li:hover .lang-text,#clone_module_474850739 .lang-selection .lang-li:hover .lang-text,.lang-selection .lang-li .lang-text.active,#clone_module_474850739 .lang-selection .lang-li .lang-text.active{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer474850719 #Sub474850719_3 {width:9.1558%;}
.module_476161955 .ModuleHead .HeadCenter{float:none;}
#module_476161955 {
padding:0px;
}
#module_476161955 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_476161955 .ModuleHead476161955 {
display:none;
}
#module_476161955 .BodyCenter.BodyCenter476161955 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476161955 >.module_476161955 {
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_476161955 >.module_476161955{
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_476161955 .BodyCenter.BodyCenter476161955 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_476161955 .BodyCenter.BodyCenter476161955 {
padding-top:2.8818%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.8818%;
}
}
@media screen and (min-width: 768px){
#module_476161955 >.module_476161955 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_476161955 >.module_476161955 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_476161955 >.module_476161955 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476161955:hover {
border:none;
}
#module_476161955:hover >.module_476161955 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

.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_476313581 .ModuleHead .HeadCenter{float:none;}
#module_476313581 {
padding:0px;
}
#module_476313581 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_476313581 .ModuleHead476313581 {
display:none;
}
#module_476313581 .BodyCenter.BodyCenter476313581 {
background:none;background-color:rgb(247, 248, 253);
}
#module_476313581 >.module_476313581 {
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_476313581 >.module_476313581{
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_476313581 .BodyCenter.BodyCenter476313581 {
padding-top:2.0921%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476313581 .BodyCenter.BodyCenter476313581 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_476313581 >.module_476313581 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476313581 >.module_476313581 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_476313581 >.module_476313581 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476313581:hover {
border:none;
}
#module_476313581:hover >.module_476313581 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476313581 .ModuleSubContainer{background-color:transparent;}
#module_476313581 .ModuleSubContainer{background-image:none;}
#module_476313581 .ModuleSubContainer{background-repeat:no-repeat;}
#module_476313581 .ModuleSubContainer{background-position:0% 0%;}
#module_476313581 .ModuleSubContainer{background-attachment:scroll;}
#module_476313581 .ModuleSubContainer{}
#module_476313581 {!bgVideo!}{bgVideoUrl:}
#module_476313581 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_476313581 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_476313581 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer476313581 {max-width:1400px;width:auto;}
/*当前位置 layout 101*/
.ModuleBreadcrumbsGiant.layout-101 .menu:hover { text-decoration: underline; }
.ModuleBreadcrumbsGiant.layout-101 ol{ margin: 0;padding: 10px;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb{background-color: transparent;margin:0;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li,.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li a{word-break: break-all;vertical-align: middle;  display: inline-block;font-family: 'Microsoft YaHei', SimSun, Arial; font-size: 12px; color: #333333; font-weight: normal; font-style: normal;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb>li+li:before{content: "";padding: 0;}
.ModuleBreadcrumbsGiant.layout-101 .breadcrumb .separator{margin-left: 10px; margin-right: 10px; font-size: 12px; color: #333333;}.module_476313582 .ModuleHead .HeadCenter{float:none;}
#module_476313582 {
padding:0px;
}
#module_476313582 {
position:static;
z-index:0;
top:33px;
left:1567px;
width:100%;
height: auto;
}
#module_476313582 .ModuleHead476313582 {
display:none;
}
#module_476313582 .BodyCenter.BodyCenter476313582 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476313582 >.module_476313582 {
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(232, 232, 232);
border-bottom-width:1px;
}
#module_476313582 >.module_476313582{
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_476313582 .BodyCenter.BodyCenter476313582 {
padding-top:0.9375%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.9375%;
}
}
@media screen and (max-width: 767px){
#module_476313582 .BodyCenter.BodyCenter476313582 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476313582 >.module_476313582 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476313582 >.module_476313582 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476313582 >.module_476313582 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476313582:hover {
border:none;
}
#module_476313582:hover >.module_476313582 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476313582 .BreadIcon{font-size:16px;} #module_476313582 .BreadsvgIcon svg{width:16px;height:16px;}
#module_476313582 .BreadIcon{color:#666;} #module_476313582 .BreadsvgIcon svg>*{fill:#666;}
#module_476313582 .BreadIcon,#module_476313582 .BreadsvgIcon{margin-left:0px;}
#module_476313582 .BreadIcon,#module_476313582 .BreadsvgIcon{margin-right:10px;}
#module_476313582 .bcs-item,#module_476313582 .bcs-item a{font-size:14px;}
#module_476313582 .bcs-item,#module_476313582 .bcs-item a{font-family:微软雅黑,Microsoft YaHei;}
#module_476313582 .bcs-item,#module_476313582 .bcs-item a{color:rgb(127, 127, 127);}
#module_476313582 .bcs-item,#module_476313582 .bcs-item a{font-weight:normal;}
#module_476313582 .bcs-item,#module_476313582 .bcs-item a{text-decoration:none;}
#module_476313582 .bcs-item,#module_476313582 .bcs-item a{font-style:normal;}
#module_476313582 .breadcrumb{text-align:left;}
#module_476313582 .breadcrumb .separator{margin-left:10px;margin-right:10px;}
#module_476313582 .breadcrumb .separator{font-size:12px;}
#module_476313582 .breadcrumb .separator{font-family:微软雅黑,Microsoft YaHei;}
#module_476313582 .breadcrumb .separator{color:#333;}
#module_476313582 .breadcrumb .separator{font-weight:normal;}
#module_476313582 .breadcrumb .separator{text-decoration:none;}
#module_476313582 .breadcrumb .separator{font-style:normal;}
#module_476313582 .breadcrumb:hover .BreadIcon{color:#666} #module_476313582 .breadcrumb:hover .BreadsvgIcon svg>*{fill:#666;}
#module_476313582 .bcs-item:hover,#module_476313582 .bcs-item a:hover{font-size:14px;}
#module_476313582 .bcs-item:hover,#module_476313582 .bcs-item a:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_476313582 .bcs-item:hover,#module_476313582 .bcs-item a:hover{color:rgb(0, 112, 192);}
#module_476313582 .bcs-item:hover,#module_476313582 .bcs-item a:hover{font-weight:normal;}
#module_476313582 .bcs-item:hover,#module_476313582 .bcs-item a:hover{text-decoration:none;}
#module_476313582 .bcs-item:hover,#module_476313582 .bcs-item a:hover{font-style:normal;}

.module_476313854 .ModuleHead .HeadCenter{float:none;}
#module_476313854 {
padding:0px;
}
#module_476313854 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_476313854 .ModuleHead476313854 {
display:none;
}

.module_476313585 .ModuleHead .HeadCenter{float:none;}
#module_476313585 {
padding:0px;
}
#module_476313585 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_476313585 .ModuleHead476313585 {
display:none;
}
#module_476313585 .BodyCenter.BodyCenter476313585 {
background:none;background-color:rgb(247, 248, 253);
}
#module_476313585 >.module_476313585 {
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_476313585 >.module_476313585{
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_476313585 .BodyCenter.BodyCenter476313585 {
padding-top:2.6151%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_476313585 .BodyCenter.BodyCenter476313585 {
padding-top:8.9337%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:11.8156%;
}
}
@media screen and (min-width: 768px){
#module_476313585 >.module_476313585 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476313585 >.module_476313585 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_476313585 >.module_476313585 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476313585:hover {
border:none;
}
#module_476313585:hover >.module_476313585 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476313585 .ModuleSubContainer{background-color:transparent;}
#module_476313585 .ModuleSubContainer{background-image:none;}
#module_476313585 .ModuleSubContainer{background-repeat:no-repeat;}
#module_476313585 .ModuleSubContainer{background-position:0% 0%;}
#module_476313585 .ModuleSubContainer{background-attachment:scroll;}
#module_476313585 .ModuleSubContainer{}
#module_476313585 {!bgVideo!}{bgVideoUrl:}
#module_476313585 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_476313585 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_476313585 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer476313585 {max-width:1400px;width:auto;}
.ModuleGridContainer.ModuleGridContainer476313585 .SubPadding {width:50px;}
/*轮播图样式*/
.ModuleSlideV2Giant.layout-101 .slider-layout-101 {width: 100%; height: auto; margin: auto; position: relative;font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slider-layout-101 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-101 .slick-dotted.slick-slider {margin-bottom: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slide-box img {position: relative; left: 50%; transform: translate(-50%);}
.ModuleSlideV2Giant.layout-101 .slide-box .swiperImg {width:100% !important;}
.ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 30px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li {width: auto; height: auto; margin: 0 12px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 18px; height: 18px; padding: 6px; border-radius: 18px; border: unset; border: 1px solid rgba(255, 255, 255, 0);}
.ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 6px; height: 6px; opacity: 1; font-size: 0; background-color: #fff; border-radius: 6px; top: 6px; left: 6px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button:hover {border: 1px solid #fff;}
.ModuleSlideV2Giant.layout-101 .slick-dots li.slick-active button {border-color: rgba(255, 255, 255, 1);}
.ModuleSlideV2Giant.layout-101 .slide-box video{
    width: 100%;
    height: 100%;
    min-height: 32px;
    display: block;
}
@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 6%}
    .ModuleSlideV2Giant.layout-101 .slick-prev {left:2.5%;}
    .ModuleSlideV2Giant.layout-101 .slick-next {right:2.5%;}
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 8%}
    /* .ModuleSlideV2Giant.layout-101 .slick-active{ margin: 0 10px;} */
    .ModuleSlideV2Giant.layout-101 .slick-dots li button{width: 16px;height:16px; border-radius: 16px;}
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 8% !important}
    .ModuleSlideV2Giant.layout-101 .slick-active{  margin: 0 8px !important;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button{width: 12px !important; height: 12px !important;border-radius: 12px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before{width: 4px !important;height: 4px !important;  border-radius: 4px;}


}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li {margin: 0 7.5px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 15px; height: 15px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 5px; height: 5px; top: 5px; left: 5px;}
}.module_476325897 .ModuleHead .HeadCenter{float:none;}
#module_476325897 {
padding:0px;
}
#module_476325897 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_476325897 .ModuleHead476325897 {
display:none;
}
#module_476325897 .BodyCenter.BodyCenter476325897 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476325897 >.module_476325897 {
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_476325897 >.module_476325897{
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_476325897 .BodyCenter.BodyCenter476325897 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_476325897 .BodyCenter.BodyCenter476325897 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_476325897 >.module_476325897 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_476325897 >.module_476325897 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_476325897 >.module_476325897 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476325897:hover {
border:none;
}
#module_476325897:hover >.module_476325897 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476325897 .slick-dots li button:before{background-color:rgba(0, 0, 0, .5);}
#module_476325897 .slick-dots li button{border-color:rgba(255, 255, 255, 0);}
#module_476325897 .slick-dots li.slick-active button:before, #module_476325897 .slick-dots li:hover button:before{background-color:rgb(0, 98, 187);}
#module_476325897 .slick-dots li.slick-active button, #module_476325897 .slick-dots li button:hover{border-color:rgba(255, 255, 255, 1);}
#module_476325897 .SubContainer {}

.module_476313552 .ModuleHead .HeadCenter{float:none;}
#module_476313552 {
padding:0px;
}
#module_476313552 {
position:static;
z-index:0;
top:334px;
left:584px;
width:100%;
height: auto;
}
#module_476313552 .ModuleHead476313552 {
display:none;
}
#module_476313552 .BodyCenter.BodyCenter476313552 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476313552 >.module_476313552 {
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_476313552 >.module_476313552{
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_476313552 .BodyCenter.BodyCenter476313552 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476313552 .BodyCenter.BodyCenter476313552 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476313552 >.module_476313552 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476313552 >.module_476313552 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_476313552 >.module_476313552 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476313552:hover {
border:none;
}
#module_476313552:hover >.module_476313552 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476313552 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476313552 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476313552 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476313552 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476313552 .imageTextGiant-Container{padding-top:10px;}
#module_476313552 .imageTextGiant-Container{padding-bottom:10px;}
#module_476313552 .imageTextGiant-Container{padding-left:0px;}
#module_476313552 .imageTextGiant-Container{padding-right:0px;}
#module_476313552 .showHandle .btn{font-size:14px;}
#module_476313552 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476313552 .showHandle .btn{color:#333;}
#module_476313552 .showHandle .btn{font-weight:400;}
#module_476313552 .showHandle .btn{text-decoration:none;}
#module_476313552 .showHandle .btn{font-style:normal;}
#module_476313552 .showHandle div{border-top-color:#ddd !important;}
#module_476313552 .showHandle div{border-top-style:solid !important;}
#module_476313552 .showHandle div{border-top-width:1px !important;}
#module_476313552 .showHandle{background-color:transparent;}
#module_476313552 .showHandle{background-image:none;}
#module_476313552 .showHandle{background-repeat:no-repeat;}
#module_476313552 .showHandle{}
#module_476313552 .showHandle{}
#module_476313552 .showHandle{}
#module_476313552 a{font-size:unset;font-family:unset}
.module_476313554 .ModuleHead .HeadCenter{float:none;}
#module_476313554 {
padding:0px;
}
#module_476313554 {
position:static;
z-index:0;
top:492px;
left:567px;
width:100%;
height: auto;
}
#module_476313554 .ModuleHead476313554 {
display:none;
}
#module_476313554 .BodyCenter.BodyCenter476313554 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476313554 >.module_476313554 {
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_476313554 >.module_476313554{
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_476313554 .BodyCenter.BodyCenter476313554 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476313554 .BodyCenter.BodyCenter476313554 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_476313554 >.module_476313554 {
margin-top:1.0030%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:1.0030%;
}
}
@media screen and (max-width: 767px){
#module_476313554 >.module_476313554 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.4700%;
}
}
#module_476313554 >.module_476313554 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476313554:hover {
border:none;
}
#module_476313554:hover >.module_476313554 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476313554 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476313554 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476313554 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476313554 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476313554 .imageTextGiant-Container{padding-top:10px;}
#module_476313554 .imageTextGiant-Container{padding-bottom:10px;}
#module_476313554 .imageTextGiant-Container{padding-left:0px;}
#module_476313554 .imageTextGiant-Container{padding-right:0px;}
#module_476313554 .showHandle .btn{font-size:14px;}
#module_476313554 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476313554 .showHandle .btn{color:#333;}
#module_476313554 .showHandle .btn{font-weight:400;}
#module_476313554 .showHandle .btn{text-decoration:none;}
#module_476313554 .showHandle .btn{font-style:normal;}
#module_476313554 .showHandle div{border-top-color:#ddd !important;}
#module_476313554 .showHandle div{border-top-style:solid !important;}
#module_476313554 .showHandle div{border-top-width:1px !important;}
#module_476313554 .showHandle{background-color:transparent;}
#module_476313554 .showHandle{background-image:none;}
#module_476313554 .showHandle{background-repeat:no-repeat;}
#module_476313554 .showHandle{}
#module_476313554 .showHandle{}
#module_476313554 .showHandle{}
#module_476313554 a{font-size:unset;font-family:unset}
.ModuleButtonGiant.layout-104 .moduleButton{
	background-color: #000;
	font-size: 12px;
	height: 50px;
	width:180px;
	color:#fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	max-width:100%;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
	 /* display: flex;
    justify-content: center;
    align-items: center; */
}
.ModuleButtonGiant.layout-104 .buttonbox{
	display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
}
.ModuleButtonGiant.layout-104 .buttonbox > span{
	display:inline-flex;
}
.ModuleButtonGiant.layout-104 .moduleButton:hover{
    color:#fff;
}
.ModuleButtonGiant.layout-104 .moduleButton:hover:before{
    background: #333;
}
.ModuleButtonGiant.layout-104 .hvr-sweep-to-right:before,.ModuleButtonGiant.layout-104 .hvr-sweep-to-top:before,.ModuleButtonGiant.layout-104 .Radial-Out:before,.ModuleButtonGiant.layout-104 .RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-104 .Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-104 .Shutter-Out-Vertical:before{
    background: #333
}
.ModuleButtonGiant.layout-104 .BreadsvgIcon{
	flex-direction: column;
	justify-content: center;
}
.ModuleButtonGiant.layout-104 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-104 .BreadIcon{
    font-size: 16px;
}.module_476313817 .ModuleHead .HeadCenter{float:none;}
#module_476313817 {
padding:0px;
}
#module_476313817 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_476313817 .ModuleHead476313817 {
display:none;
}
#module_476313817 .BodyCenter.BodyCenter476313817 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476313817 >.module_476313817 {
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_476313817 >.module_476313817{
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_476313817 .BodyCenter.BodyCenter476313817 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476313817 .BodyCenter.BodyCenter476313817 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476313817 >.module_476313817 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476313817 >.module_476313817 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476313817 >.module_476313817 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476313817:hover {
border:none;
}
#module_476313817:hover >.module_476313817 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476313817 .BodyCenter{text-align:left;}
#module_476313817 .moduleButton{font-size:16px;}
#module_476313817 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_476313817 .moduleButton{color:#fff;}
#module_476313817 .moduleButton{font-weight:normal;}
#module_476313817 .moduleButton{text-decoration:none;}
#module_476313817 .moduleButton{font-style:normal;}
#module_476313817 .moduleButton, #module_476313817 .moduleButton:before{background-color:rgb(0, 98, 187);}
#module_476313817 .moduleButton, #module_476313817 .moduleButton:before{background-image:none;}
#module_476313817 .moduleButton, #module_476313817 .moduleButton:before{background-repeat:no-repeat;}
#module_476313817 .moduleButton, #module_476313817 .moduleButton:before{background-position:none;}
#module_476313817 .moduleButton, #module_476313817 .moduleButton:before{background-attachment:none;}
#module_476313817 .moduleButton, #module_476313817 .moduleButton:before{}
#module_476313817 .moduleButton{border-color:#000;}
#module_476313817 .moduleButton{border-style:solid;}
#module_476313817 .moduleButton{border-width:0px;}
#module_476313817 .moduleButton{width:220px;}
#module_476313817 .moduleButton,#module_476313817 .BreadsvgIcon{height:50px}
#module_476313817 .BodyCenter{color:#fff;}
#module_476313817 .moduleButton{border-top-left-radius:0px;}
#module_476313817 .moduleButton{border-top-right-radius:0px;}
#module_476313817 .moduleButton{border-bottom-left-radius:0px;}
#module_476313817 .moduleButton{border-bottom-right-radius:0px;}
#module_476313817 .BreadIcon{font-size:16px;} #module_476313817 .BreadsvgIcon svg{width:16px;height:16px;}
#module_476313817 .BreadIcon{color:#fff;} #module_476313817 .BreadsvgIcon svg>*{fill:#fff;}
#module_476313817 .BreadIcon,#module_476313817 .BreadsvgIcon{margin-left:10px;}
#module_476313817 .BreadIcon,#module_476313817 .BreadsvgIcon{margin-right:10px;}
#module_476313817 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_476313817 .moduleButton:hover .BreadIcon{font-size:16px;} #module_476313817 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_476313817 .moduleButton:hover .BreadIcon{color:#fff} #module_476313817 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_476313817 .moduleButton:hover{font-size:16px;}
#module_476313817 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_476313817 .moduleButton:hover{color:#fff;}
#module_476313817 .moduleButton:hover{font-weight:normal;}
#module_476313817 .moduleButton:hover{text-decoration:none;}
#module_476313817 .moduleButton:hover{font-style:normal;}
#module_476313817 .moduleButton:hover, #module_476313817 .moduleButton:hover:before{background-image: unset;background-color:#1976d2;}
#module_476313817 .moduleButton:hover, #module_476313817 .moduleButton:hover:before{background-image:none;}
#module_476313817 .moduleButton:hover, #module_476313817 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_476313817 .moduleButton:hover, #module_476313817 .moduleButton:hover:before{background-position:none;}
#module_476313817 .moduleButton:hover, #module_476313817 .moduleButton:hover:before{background-attachment:none;}
#module_476313817 .moduleButton:hover, #module_476313817 .moduleButton:hover:before{}
#module_476313817 .moduleButton:hover{border-color:transparent;}
#module_476313817 .moduleButton:hover{border-style:solid;}
#module_476313817 .moduleButton:hover{border-width:0px;}
#module_476313817 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

.ModuleGridContainer.ModuleGridContainer476313585 #Sub476313585_1 {width:64.3226%;}
.module_476325895 .ModuleHead .HeadCenter{float:none;}
#module_476325895 {
padding:0px;
}
#module_476325895 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_476325895 .ModuleHead476325895 {
display:none;
}
#module_476325895 .BodyCenter.BodyCenter476325895 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476325895 >.module_476325895 {
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_476325895 >.module_476325895{
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_476325895 .BodyCenter.BodyCenter476325895 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476325895 .BodyCenter.BodyCenter476325895 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476325895 >.module_476325895 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476325895 >.module_476325895 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476325895 >.module_476325895 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476325895:hover {
border:none;
}
#module_476325895:hover >.module_476325895 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476325895 .slick-dots li button:before{background-color:rgba(0, 0, 0, .5);}
#module_476325895 .slick-dots li button{border-color:rgba(255, 255, 255, 0);}
#module_476325895 .slick-dots li.slick-active button:before, #module_476325895 .slick-dots li:hover button:before{background-color:rgb(0, 98, 187);}
#module_476325895 .slick-dots li.slick-active button, #module_476325895 .slick-dots li button:hover{border-color:rgba(255, 255, 255, 1);}
#module_476325895 .SubContainer {}

.ModuleGridContainer.ModuleGridContainer476313585 #Sub476313585_2 {width:35.6774%;}
.module_476314282 .ModuleHead .HeadCenter{float:none;}
#module_476314282 {
padding:0px;
}
#module_476314282 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_476314282 .ModuleHead476314282 {
display:none;
}

.module_476313862 .ModuleHead .HeadCenter{float:none;}
#module_476313862 {
padding:0px;
}
#module_476313862 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_476313862 .ModuleHead476313862 {
display:none;
}
#module_476313862 .BodyCenter.BodyCenter476313862 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476313862 >.module_476313862 {
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_476313862 >.module_476313862{
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_476313862 .BodyCenter.BodyCenter476313862 {
padding-top:4.1841%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_476313862 .BodyCenter.BodyCenter476313862 {
padding-top:11.5274%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_476313862 >.module_476313862 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476313862 >.module_476313862 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_476313862 >.module_476313862 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476313862:hover {
border:none;
}
#module_476313862:hover >.module_476313862 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476313862 .ModuleSubContainer{background-color:transparent;}
#module_476313862 .ModuleSubContainer{background-image:none;}
#module_476313862 .ModuleSubContainer{background-repeat:no-repeat;}
#module_476313862 .ModuleSubContainer{background-position:0% 0%;}
#module_476313862 .ModuleSubContainer{background-attachment:scroll;}
#module_476313862 .ModuleSubContainer{}
#module_476313862 {!bgVideo!}{bgVideoUrl:}
#module_476313862 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_476313862 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_476313862 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer476313862 {max-width:1400px;width:auto;}
.module_476313863 .ModuleHead .HeadCenter{float:none;}
#module_476313863 {
padding:0px;
}
#module_476313863 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_476313863 .ModuleHead476313863 {
display:none;
}
#module_476313863 .BodyCenter.BodyCenter476313863 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476313863 >.module_476313863 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:0px;
}
#module_476313863 >.module_476313863{
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_476313863 .BodyCenter.BodyCenter476313863 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476313863 .BodyCenter.BodyCenter476313863 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476313863 >.module_476313863 {
margin-top:1.5714%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476313863 >.module_476313863 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476313863 >.module_476313863 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476313863:hover {
border:none;
}
#module_476313863:hover >.module_476313863 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476313863 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476313863 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476313863 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476313863 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476313863 .imageTextGiant-Container{padding-top:10px;}
#module_476313863 .imageTextGiant-Container{padding-bottom:10px;}
#module_476313863 .imageTextGiant-Container{padding-left:0px;}
#module_476313863 .imageTextGiant-Container{padding-right:0px;}
#module_476313863 .showHandle .btn{font-size:14px;}
#module_476313863 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476313863 .showHandle .btn{color:#333;}
#module_476313863 .showHandle .btn{font-weight:400;}
#module_476313863 .showHandle .btn{text-decoration:none;}
#module_476313863 .showHandle .btn{font-style:normal;}
#module_476313863 .showHandle div{border-top-color:#ddd !important;}
#module_476313863 .showHandle div{border-top-style:solid !important;}
#module_476313863 .showHandle div{border-top-width:1px !important;}
#module_476313863 .showHandle{background-color:transparent;}
#module_476313863 .showHandle{background-image:none;}
#module_476313863 .showHandle{background-repeat:no-repeat;}
#module_476313863 .showHandle{}
#module_476313863 .showHandle{}
#module_476313863 .showHandle{}
#module_476313863 a{font-size:unset;font-family:unset}
.module_476313883 .ModuleHead .HeadCenter{float:none;}
#module_476313883 {
padding:0px;
}
#module_476313883 {
position:static;
z-index:0;
top:48px;
left:0px;
width:100%;
height: auto;
}
#module_476313883 .ModuleHead476313883 {
display:none;
}
#module_476313883 .BodyCenter.BodyCenter476313883 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476313883 >.module_476313883 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:0px;
}
#module_476313883 >.module_476313883{
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_476313883 .BodyCenter.BodyCenter476313883 {
padding-top:1.8750%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476313883 .BodyCenter.BodyCenter476313883 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476313883 >.module_476313883 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476313883 >.module_476313883 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476313883 >.module_476313883 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476313883:hover {
border:none;
}
#module_476313883:hover >.module_476313883 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476313883 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476313883 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476313883 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476313883 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476313883 .imageTextGiant-Container{padding-top:10px;}
#module_476313883 .imageTextGiant-Container{padding-bottom:10px;}
#module_476313883 .imageTextGiant-Container{padding-left:0px;}
#module_476313883 .imageTextGiant-Container{padding-right:0px;}
#module_476313883 .showHandle .btn{font-size:14px;}
#module_476313883 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_476313883 .showHandle .btn{color:#333;}
#module_476313883 .showHandle .btn{font-weight:400;}
#module_476313883 .showHandle .btn{text-decoration:none;}
#module_476313883 .showHandle .btn{font-style:normal;}
#module_476313883 .showHandle div{border-top-color:#ddd !important;}
#module_476313883 .showHandle div{border-top-style:solid !important;}
#module_476313883 .showHandle div{border-top-width:1px !important;}
#module_476313883 .showHandle{background-color:transparent;}
#module_476313883 .showHandle{background-image:none;}
#module_476313883 .showHandle{background-repeat:no-repeat;}
#module_476313883 .showHandle{}
#module_476313883 .showHandle{}
#module_476313883 .showHandle{}
#module_476313883 a{font-size:unset;font-family:unset}
.module_485888991 .ModuleHead .HeadCenter{float:none;}
#module_485888991 {
padding:0px;
}
#module_485888991 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_485888991 .ModuleHead485888991 {
display:none;
}

#module_485888991 .ModuleImageTextGiantContent{margin-top:0px;}
#module_485888991 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_485888991 .ModuleImageTextGiantContent{margin-left:0px;}
#module_485888991 .ModuleImageTextGiantContent{margin-right:0px;}
#module_485888991 .imageTextGiant-Container{padding-top:10px;}
#module_485888991 .imageTextGiant-Container{padding-bottom:10px;}
#module_485888991 .imageTextGiant-Container{padding-left:10px;}
#module_485888991 .imageTextGiant-Container{padding-right:10px;}
#module_485888991 .showHandle .btn{font-size:14px;}
#module_485888991 .showHandle .btn{font-family:;}
#module_485888991 .showHandle .btn{color:#333;}
#module_485888991 .showHandle .btn{font-weight:400;}
#module_485888991 .showHandle .btn{text-decoration:none;}
#module_485888991 .showHandle .btn{font-style:normal;}
#module_485888991 .showHandle div{border-top-color:#ddd !important;}
#module_485888991 .showHandle div{border-top-style:solid !important;}
#module_485888991 .showHandle div{border-top-width:1px !important;}
#module_485888991 .showHandle{background-color:transparent;}
#module_485888991 .showHandle{}
#module_485888991 .showHandle{background-repeat:no-repeat;}
#module_485888991 .showHandle{}
#module_485888991 .showHandle{}
#module_485888991 .showHandle{}
#module_485888991 a{font-size:unset;font-family:unset}
.module_485889127 .ModuleHead .HeadCenter{float:none;}
#module_485889127 {
padding:0px;
}
#module_485889127 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_485889127 .ModuleHead485889127 {
display:none;
}

#module_485889127 .ModuleImageTextGiantContent{margin-top:0px;}
#module_485889127 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_485889127 .ModuleImageTextGiantContent{margin-left:0px;}
#module_485889127 .ModuleImageTextGiantContent{margin-right:0px;}
#module_485889127 .imageTextGiant-Container{padding-top:10px;}
#module_485889127 .imageTextGiant-Container{padding-bottom:10px;}
#module_485889127 .imageTextGiant-Container{padding-left:10px;}
#module_485889127 .imageTextGiant-Container{padding-right:10px;}
#module_485889127 .showHandle .btn{font-size:14px;}
#module_485889127 .showHandle .btn{font-family:;}
#module_485889127 .showHandle .btn{color:#333;}
#module_485889127 .showHandle .btn{font-weight:400;}
#module_485889127 .showHandle .btn{text-decoration:none;}
#module_485889127 .showHandle .btn{font-style:normal;}
#module_485889127 .showHandle div{border-top-color:#ddd !important;}
#module_485889127 .showHandle div{border-top-style:solid !important;}
#module_485889127 .showHandle div{border-top-width:1px !important;}
#module_485889127 .showHandle{background-color:transparent;}
#module_485889127 .showHandle{}
#module_485889127 .showHandle{background-repeat:no-repeat;}
#module_485889127 .showHandle{}
#module_485889127 .showHandle{}
#module_485889127 .showHandle{}
#module_485889127 a{font-size:unset;font-family:unset}
.module_474911489 .ModuleHead .HeadCenter{float:none;}
#module_474911489 {
padding:0px;
}
#module_474911489 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474911489 .ModuleHead474911489 {
display:none;
}
#module_474911489 .BodyCenter.BodyCenter474911489 {
background-color:transparent;
background-image:url(../image/20230130151050ca812f.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 100%;
background-Attachment:scroll;
}
#module_474911489 >.module_474911489 {
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_474911489 >.module_474911489{
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_474911489 .BodyCenter.BodyCenter474911489 {
padding-top:2.5628%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:1.5690%;
}
}
@media screen and (max-width: 767px){
#module_474911489 .BodyCenter.BodyCenter474911489 {
padding-top:11.5274%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_474911489 >.module_474911489 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474911489 >.module_474911489 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474911489 >.module_474911489 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474911489:hover {
border:none;
}
#module_474911489:hover >.module_474911489 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474911489 .ModuleSubContainer{background-color:transparent;}
#module_474911489 .ModuleSubContainer{background-image:none;}
#module_474911489 .ModuleSubContainer{background-repeat:no-repeat;}
#module_474911489 .ModuleSubContainer{background-position:0% 0%;}
#module_474911489 .ModuleSubContainer{background-attachment:scroll;}
#module_474911489 .ModuleSubContainer{}
#module_474911489 {!bgVideo!}{bgVideoUrl:}
#module_474911489 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_474911489 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_474911489 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer474911489 {max-width:none;width:100%;}
.module_474911495 .ModuleHead .HeadCenter{float:none;}
#module_474911495 {
padding:0px;
}
#module_474911495 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474911495 .ModuleHead474911495 {
display:none;
}

#module_474911495 img{border-top-color:transparent;}
#module_474911495 img{border-top-style:none;}
#module_474911495 img{border-top-width:0px;}
#module_474911495 img{border-right-color:transparent;}
#module_474911495 img{border-right-style:none;}
#module_474911495 img{border-right-width:0px;}
#module_474911495 img{border-bottom-color:transparent;}
#module_474911495 img{border-bottom-style:none;}
#module_474911495 img{border-bottom-width:0px;}
#module_474911495 img{border-left-color:transparent;}
#module_474911495 img{border-left-style:none;}
#module_474911495 img{border-left-width:0px;}
#module_474911495 img{border-top-left-radius:0px;}
#module_474911495 img{border-top-right-radius:0px;}
#module_474911495 img{border-bottom-left-radius:0px;}
#module_474911495 img{border-bottom-right-radius:0px;}
#module_474911495 .BodyCenter{text-align: center;}

.module_474911498 .ModuleHead .HeadCenter{float:none;}
#module_474911498 {
padding:0px;
}
#module_474911498 {
position:static;
z-index:0;
top:117px;
left:1619px;
width:100%;
height: auto;
}
#module_474911498 .ModuleHead474911498 {
display:none;
}
#module_474911498 .BodyCenter.BodyCenter474911498 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474911498 >.module_474911498 {
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_474911498 >.module_474911498{
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_474911498 .BodyCenter.BodyCenter474911498 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474911498 .BodyCenter.BodyCenter474911498 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474911498 >.module_474911498 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474911498 >.module_474911498 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474911498 >.module_474911498 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474911498:hover {
border:none;
}
#module_474911498:hover >.module_474911498 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474911498 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474911498 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474911498 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474911498 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474911498 .imageTextGiant-Container{padding-top:10px;}
#module_474911498 .imageTextGiant-Container{padding-bottom:0px;}
#module_474911498 .imageTextGiant-Container{padding-left:10px;}
#module_474911498 .imageTextGiant-Container{padding-right:10px;}
#module_474911498 .showHandle .btn{font-size:14px;}
#module_474911498 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_474911498 .showHandle .btn{color:#333;}
#module_474911498 .showHandle .btn{font-weight:400;}
#module_474911498 .showHandle .btn{text-decoration:none;}
#module_474911498 .showHandle .btn{font-style:normal;}
#module_474911498 .showHandle div{border-top-color:#ddd !important;}
#module_474911498 .showHandle div{border-top-style:solid !important;}
#module_474911498 .showHandle div{border-top-width:1px !important;}
#module_474911498 .showHandle{background-color:transparent;}
#module_474911498 .showHandle{background-image:none;}
#module_474911498 .showHandle{background-repeat:no-repeat;}
#module_474911498 .showHandle{}
#module_474911498 .showHandle{}
#module_474911498 .showHandle{}
#module_474911498 a{font-size:unset;font-family:unset}
.module_474911497 .ModuleHead .HeadCenter{float:none;}
#module_474911497 {
padding:0px;
}
#module_474911497 {
position:static;
z-index:0;
top:5616px;
left:937px;
width:100%;
height: auto;
}
#module_474911497 .ModuleHead474911497 {
display:none;
}
#module_474911497 .BodyCenter.BodyCenter474911497 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474911497 >.module_474911497 {
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_474911497 >.module_474911497{
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_474911497 .BodyCenter.BodyCenter474911497 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474911497 .BodyCenter.BodyCenter474911497 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474911497 >.module_474911497 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474911497 >.module_474911497 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474911497 >.module_474911497 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474911497:hover {
border:none;
}
#module_474911497:hover >.module_474911497 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474911497 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474911497 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474911497 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474911497 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474911497 .imageTextGiant-Container{padding-top:0px;}
#module_474911497 .imageTextGiant-Container{padding-bottom:10px;}
#module_474911497 .imageTextGiant-Container{padding-left:10px;}
#module_474911497 .imageTextGiant-Container{padding-right:10px;}
#module_474911497 .showHandle .btn{font-size:14px;}
#module_474911497 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_474911497 .showHandle .btn{color:#333;}
#module_474911497 .showHandle .btn{font-weight:400;}
#module_474911497 .showHandle .btn{text-decoration:none;}
#module_474911497 .showHandle .btn{font-style:normal;}
#module_474911497 .showHandle div{border-top-color:#ddd !important;}
#module_474911497 .showHandle div{border-top-style:solid !important;}
#module_474911497 .showHandle div{border-top-width:1px !important;}
#module_474911497 .showHandle{background-color:transparent;}
#module_474911497 .showHandle{background-image:none;}
#module_474911497 .showHandle{background-repeat:no-repeat;}
#module_474911497 .showHandle{}
#module_474911497 .showHandle{}
#module_474911497 .showHandle{}
#module_474911497 a{font-size:unset;font-family:unset}
.module_474915770 .ModuleHead .HeadCenter{float:none;}
#module_474915770 {
padding:0px;
}
#module_474915770 {
position:static;
z-index:0;
top:86px;
left:0px;
width:100%;
height: auto;
}
#module_474915770 .ModuleHead474915770 {
display:none;
}
#module_474915770 .BodyCenter.BodyCenter474915770 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474915770 >.module_474915770 {
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_474915770 >.module_474915770{
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_474915770 .BodyCenter.BodyCenter474915770 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474915770 .BodyCenter.BodyCenter474915770 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474915770 >.module_474915770 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474915770 >.module_474915770 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474915770 >.module_474915770 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474915770:hover {
border:none;
}
#module_474915770:hover >.module_474915770 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474915770 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474915770 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474915770 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474915770 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474915770 .imageTextGiant-Container{padding-top:0px;}
#module_474915770 .imageTextGiant-Container{padding-bottom:10px;}
#module_474915770 .imageTextGiant-Container{padding-left:10px;}
#module_474915770 .imageTextGiant-Container{padding-right:10px;}
#module_474915770 .showHandle .btn{font-size:14px;}
#module_474915770 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_474915770 .showHandle .btn{color:#333;}
#module_474915770 .showHandle .btn{font-weight:400;}
#module_474915770 .showHandle .btn{text-decoration:none;}
#module_474915770 .showHandle .btn{font-style:normal;}
#module_474915770 .showHandle div{border-top-color:#ddd !important;}
#module_474915770 .showHandle div{border-top-style:solid !important;}
#module_474915770 .showHandle div{border-top-width:1px !important;}
#module_474915770 .showHandle{background-color:transparent;}
#module_474915770 .showHandle{background-image:none;}
#module_474915770 .showHandle{background-repeat:no-repeat;}
#module_474915770 .showHandle{}
#module_474915770 .showHandle{}
#module_474915770 .showHandle{}
#module_474915770 a{font-size:unset;font-family:unset}
.module_481112457 .ModuleHead .HeadCenter{float:none;}
#module_481112457 {
padding:0px;
}
#module_481112457 {
position:static;
z-index:0;
top:5787px;
left:1098px;
width:100%;
height: auto;
}
#module_481112457 .ModuleHead481112457 {
display:none;
}
#module_481112457 .BodyCenter.BodyCenter481112457 {
background-color:transparent;
background-image:url(../image/20230130151050ca812f.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 100%;
background-Attachment:scroll;
}
#module_481112457 >.module_481112457 {
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_481112457 >.module_481112457{
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_481112457 .BodyCenter.BodyCenter481112457 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.5690%;
}
}
@media screen and (max-width: 767px){
#module_481112457 .BodyCenter.BodyCenter481112457 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_481112457 >.module_481112457 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_481112457 >.module_481112457 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_481112457 >.module_481112457 {box-shadow: 0px 0px 0px 0px #ccc}
#module_481112457:hover {
border:none;
}
#module_481112457:hover >.module_481112457 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_481112457 .ModuleSubContainer{background-color:transparent;}
#module_481112457 .ModuleSubContainer{background-image:none;}
#module_481112457 .ModuleSubContainer{background-repeat:no-repeat;}
#module_481112457 .ModuleSubContainer{background-position:0% 0%;}
#module_481112457 .ModuleSubContainer{background-attachment:scroll;}
#module_481112457 .ModuleSubContainer{}
#module_481112457 {!bgVideo!}{bgVideoUrl:}
#module_481112457 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_481112457 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_481112457 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer481112457 {max-width:750px;width:auto;}
.module_481112466 .ModuleHead .HeadCenter{float:none;}
#module_481112466 {
padding:0px;
}
#module_481112466 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_481112466 .ModuleHead481112466 {
display:none;
}
#module_481112466 .BodyCenter.BodyCenter481112466 {
background:none;background-color:rgb(255, 255, 255);
}
#module_481112466 >.module_481112466 {
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_481112466 >.module_481112466{
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_481112466 .BodyCenter.BodyCenter481112466 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_481112466 .BodyCenter.BodyCenter481112466 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_481112466 >.module_481112466 {
margin-top:10.0000%;
margin-left:20.8000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_481112466 >.module_481112466 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_481112466 >.module_481112466 {box-shadow: 0px 0px 0px 0px #ccc}
#module_481112466:hover {
border:none;
}
#module_481112466:hover >.module_481112466 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_481112466 img{border-top-color:transparent;}
#module_481112466 img{border-top-style:none;}
#module_481112466 img{border-top-width:0px;}
#module_481112466 img{border-right-color:transparent;}
#module_481112466 img{border-right-style:none;}
#module_481112466 img{border-right-width:0px;}
#module_481112466 img{border-bottom-color:transparent;}
#module_481112466 img{border-bottom-style:none;}
#module_481112466 img{border-bottom-width:0px;}
#module_481112466 img{border-left-color:transparent;}
#module_481112466 img{border-left-style:none;}
#module_481112466 img{border-left-width:0px;}
#module_481112466 img{border-top-left-radius:0px;}
#module_481112466 img{border-top-right-radius:0px;}
#module_481112466 img{border-bottom-left-radius:0px;}
#module_481112466 img{border-bottom-right-radius:0px;}
#module_481112466 .BodyCenter{text-align: center;}

.module_481112467 .ModuleHead .HeadCenter{float:none;}
#module_481112467 {
padding:0px;
}
#module_481112467 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_481112467 .ModuleHead481112467 {
display:none;
}
#module_481112467 .BodyCenter.BodyCenter481112467 {
background:none;background-color:rgb(255, 255, 255);
}
#module_481112467 >.module_481112467 {
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_481112467 >.module_481112467{
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_481112467 .BodyCenter.BodyCenter481112467 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_481112467 .BodyCenter.BodyCenter481112467 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_481112467 >.module_481112467 {
margin-top:4.0000%;
margin-left:20.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_481112467 >.module_481112467 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_481112467 >.module_481112467 {box-shadow: 0px 0px 0px 0px #ccc}
#module_481112467:hover {
border:none;
}
#module_481112467:hover >.module_481112467 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_481112467 img{border-top-color:transparent;}
#module_481112467 img{border-top-style:none;}
#module_481112467 img{border-top-width:0px;}
#module_481112467 img{border-right-color:transparent;}
#module_481112467 img{border-right-style:none;}
#module_481112467 img{border-right-width:0px;}
#module_481112467 img{border-bottom-color:transparent;}
#module_481112467 img{border-bottom-style:none;}
#module_481112467 img{border-bottom-width:0px;}
#module_481112467 img{border-left-color:transparent;}
#module_481112467 img{border-left-style:none;}
#module_481112467 img{border-left-width:0px;}
#module_481112467 img{border-top-left-radius:0px;}
#module_481112467 img{border-top-right-radius:0px;}
#module_481112467 img{border-bottom-left-radius:0px;}
#module_481112467 img{border-bottom-right-radius:0px;}
#module_481112467 .BodyCenter{text-align: center;}

.module_481112470 .ModuleHead .HeadCenter{float:none;}
#module_481112470 {
padding:0px;
}
#module_481112470 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_481112470 .ModuleHead481112470 {
display:none;
}
#module_481112470 .BodyCenter.BodyCenter481112470 {
background:none;background-color:rgb(255, 255, 255);
}
#module_481112470 >.module_481112470 {
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_481112470 >.module_481112470{
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_481112470 .BodyCenter.BodyCenter481112470 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_481112470 .BodyCenter.BodyCenter481112470 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_481112470 >.module_481112470 {
margin-top:0.0000%;
margin-left:20.0000%;
margin-right:20.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_481112470 >.module_481112470 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_481112470 >.module_481112470 {box-shadow: 0px 0px 0px 0px #ccc}
#module_481112470:hover {
border:none;
}
#module_481112470:hover >.module_481112470 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_481112470 img{border-top-color:transparent;}
#module_481112470 img{border-top-style:none;}
#module_481112470 img{border-top-width:0px;}
#module_481112470 img{border-right-color:transparent;}
#module_481112470 img{border-right-style:none;}
#module_481112470 img{border-right-width:0px;}
#module_481112470 img{border-bottom-color:transparent;}
#module_481112470 img{border-bottom-style:none;}
#module_481112470 img{border-bottom-width:0px;}
#module_481112470 img{border-left-color:transparent;}
#module_481112470 img{border-left-style:none;}
#module_481112470 img{border-left-width:0px;}
#module_481112470 img{border-top-left-radius:0px;}
#module_481112470 img{border-top-right-radius:0px;}
#module_481112470 img{border-bottom-left-radius:0px;}
#module_481112470 img{border-bottom-right-radius:0px;}
#module_481112470 .BodyCenter{text-align: center;}

.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*滚动条*/

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

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

/*二级导航*/

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

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

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

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



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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_474850702 .ModuleHead .HeadCenter{float:none;}
#module_474850702 {
padding:0px;
}
#module_474850702 {
}
#module_474850702 .ModuleHead474850702 {
display:none;
}
#module_474850702 .BodyCenter.BodyCenter474850702 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474850702 >.module_474850702 {
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_474850702 >.module_474850702{
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_474850702 .BodyCenter.BodyCenter474850702 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_474850702 .BodyCenter.BodyCenter474850702 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474850702 >.module_474850702 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_474850702 >.module_474850702 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474850702 >.module_474850702 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474850702:hover {
border:none;
}
#module_474850702:hover >.module_474850702 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474850702 .langlistbox{background-color:#fff} #module_474850702 .langlistbox .jt{border-bottom-color:#fff}
#module_474850702 .langlistbox .langinfo{color:#1976D2}
#module_474850702 .langlistbox .langinfo{background-color:#fff}
#module_474850702 .langlistbox .langinfo{border-color:#1976D2}
#module_474850702 .langlistbox .langtxt{ font-size:16px }
#module_474850702 .langlistbox .langtxt{ color:#1976D2 }
#module_474850702 {}#module_474850702.layout-101 #header{border-bottom-color:transparent;}
#module_474850702 {}#module_474850702.layout-101 #header{border-bottom-style:none;}
#module_474850702 {}#module_474850702.layout-101 #header{border-bottom-width:0px;}
#module_474850702 {}#module_474850702.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_474850702 {}#module_474850702.layout-101 #MobileNav{background-color: transparent;} #module_474850702.layout-101 #header{background-color:rgb(255, 255, 255);}
#module_474850702 {}#module_474850702.layout-101 #header{}
#module_474850702 {}#module_474850702.layout-101 #header p{font-Family:微软雅黑,Microsoft YaHei;}
#module_474850702 {}#module_474850702.layout-101 #header p{font-size:16px;}
#module_474850702 {}#module_474850702.layout-101 #header p{color:#fff;}
#module_474850702 {}#module_474850702.layout-101 #header p{font-weight:normal;}
#module_474850702 {}#module_474850702.layout-101 #header p{text-decoration:none;}
#module_474850702 {}#module_474850702.layout-101 #header p{font-style:normal;}
#module_474850702 {}#module_474850702.layout-101 .lcitem .rect{background:rgb(127, 127, 127);} #module_474850702.layout-101 .icons{color:rgb(127, 127, 127);} #module_474850702.layout-101 .svgdiv svg>*{fill:rgb(127, 127, 127);}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item ul li{border-bottom-color:rgb(242, 242, 242);}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item,#module_474850702.layout-101 #MobileNavFloatLayer{background-color:rgb(255, 255, 255);}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item,#module_474850702.layout-101 #MobileNavFloatLayer{}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li>a{background:rgb(255, 255, 255);}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li>a{}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li>a,#module_474850702.layout-101 .micro-nav-item>ul>li>a p{color:rgb(0, 0, 0);}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li .subnav a{background:rgb(248, 248, 248);}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li .subnav a,#module_474850702.layout-101 .micro-nav-item>ul>li .subnav a p{color:rgb(89, 89, 89);}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li>a,#module_474850702.layout-101 .micro-nav-item>ul>li>a p{font-family:微软雅黑,Microsoft YaHei;}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li>a,#module_474850702.layout-101 .micro-nav-item>ul>li>a p{font-size:16px;}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li .subnav a,#module_474850702.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:微软雅黑,Microsoft YaHei;}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li .subnav a,#module_474850702.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:14px;}
#module_474850702 .langlistbox li:hover .langinfo,#module_474850702 .langactive .langinfo {color:#fff}
#module_474850702 .langlistbox li:hover .langinfo,#module_474850702 .langactive .langinfo{background-color:#1976D2}
#module_474850702 .langlistbox li:hover .langinfo,#module_474850702 .langactive .langinfo{border-color:#1976D2}
#module_474850702 .langlistbox li:hover .langtxt,#module_474850702 .langactive .langtxt{ color:#1976D2 }
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li>a:hover,#module_474850702.layout-101 .micro-nav-item>ul>li>a:hover p{color:rgb(21, 125, 216);}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:#2797fa;}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:rgb(242, 242, 242);}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_474850702 {}#module_474850702.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_474850702.layout-101 .micro-nav-item>ul>li .subnav a:hover p{color:rgb(21, 125, 216);}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


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