/* cache file /mnt/yzproc/YZ-Site/caches/csscache/10/106376/106376_310701_1_.cache exists */
/*md5:2c505f8bc9c85290181f69abfd88f234*/
/*time: 2024-09-10 14:19:31*/
.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_474851113 .ModuleHead .HeadCenter{float:none;}
#module_474851113 {
padding:0px;
}
#module_474851113 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_474851113 .ModuleHead474851113 {
display:none;
}

#module_474851113 .ModuleSubContainer{background-color:transparent;}
#module_474851113 .ModuleSubContainer{}
#module_474851113 .ModuleSubContainer{background-repeat:no-repeat;}
#module_474851113 .ModuleSubContainer{background-position:0% 0%;}
#module_474851113 .ModuleSubContainer{background-attachment:scroll;}
#module_474851113 .ModuleSubContainer{}
#module_474851113 {!bgVideo!}{bgVideoUrl:}
#module_474851113 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_474851113 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_474851113 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer474851113 {max-width:1600px;width:auto;}
/*ÂÖ²¥Í¼ÑùÊ½*/

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

.ModuleSlideGiant.layout-104 .swiper-slide video{min-height: 32px; width: 100%; height: auto; display: block;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:before{
    position: absolute;
    top:50%; left: 50%;
    transform : translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:translate(-50%,-50%);       /* for IE */
    -o-transform: translate(-50%,-50%);
    color: #fff;
    font-size: 30px;
    /* background: url("/images/nexts.png") no-repeat center;
    background-size: 100%; width: 17px; height:30px; background: #fff;content: "";*/
}
/*.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:after{ content: ""; position: absolute;*/
/*top:44%; right: 40%; width: 2px; height:20px; background: #fff;*/
/*-webkit-transform: rotate(-135deg);   !* for Chrome || Safari *!*/
/*-moz-transform:  rotate(-135deg);       !* for Firefox *!*/
/*-ms-transform:   rotate(-135deg);        !* for IE *!*/
/*-o-transform:   rotate(-135deg);       !* for Opera *!*/
/*transform: rotate(-135deg);*/
/*}*/
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet{width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1;}
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);   /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:  translate(-50%,-50%);        /* for IE */
    -o-transform:  translate(-50%,-50%);
}
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background: rgba(0, 0, 0, 0.21); }
/*.forie .swiper-container {height: 600px;}*/
.forie .swiper-pagination {  position: absolute;  left: 0;  text-align: center;  bottom:5px;  width: 100%;  }
.forie .swiper-pagination-switch{display: inline-block;width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1; margin: 0 5px;}
.forie .swiper-pagination-switch:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;    transform: translate(-50%,-50%);webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -o-transform: translate(-50%,-50%);}
.forie .swiper-active-switch{background: rgba(0, 0, 0, 0.21); }
@media only screen and (max-width: 767px) {
    /* .ModuleSlideGiant .SubContainer {display: none;} */
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
}
/* @media only screen and (max-width: 480px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next{display: none}
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
} */
.ModuleSlideGiant.layout-104 .swiperImg{width: 100%;}.module_474850724 .ModuleHead .HeadCenter{float:none;}
#module_474850724 {
padding:0px;
}
#module_474850724 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474850724 .ModuleHead474850724 {
display:none;
}

#module_474850724 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{background-color:#fff;}
#module_474850724 .swiper-slideshow-1-next,#module_474850724 .swiper-slideshow-1-prev{height:82px;}
#module_474850724 .swiper-slideshow-1-next,#module_474850724 .swiper-slideshow-1-prev{width:81px;}
#module_474850724 .swiper-slideshow-1-next:before,#module_474850724 .swiper-slideshow-1-prev:before{color:#fff;}
#module_474850724 .swiper-slideshow-1-next:before,#module_474850724 .swiper-slideshow-1-prev:before{font-size:30px;}
#module_474850724 .swiper-slideshow-1-next,#module_474850724 .swiper-slideshow-1-prev{background-color:rgba(0,0,0,0.2);}
#module_474850724 .swiper-slideshow-1-next,#module_474850724 .swiper-slideshow-1-prev{}
#module_474850724 .swiper-slideshow-1-next,#module_474850724 .swiper-slideshow-1-prev{background-repeat:no-repeat;}
#module_474850724 .swiper-slideshow-1-next,#module_474850724 .swiper-slideshow-1-prev{}
#module_474850724 .swiper-slideshow-1-next,#module_474850724 .swiper-slideshow-1-prev{}
#module_474850724 .swiper-slideshow-1-next,#module_474850724 .swiper-slideshow-1-prev{}
#module_474850724 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background-color:rgba(0, 0, 0, 0.21);}
#module_474850724 .swiper-slideshow-1-next:hover:before,#module_474850724 .swiper-slideshow-1-prev:hover:before{color:#fff;}
#module_474850724 .swiper-slideshow-1-next:hover,#module_474850724 .swiper-slideshow-1-prev:hover{background-color:rgba(0,0,0,0.4);}
#module_474850724 .swiper-slideshow-1-next:hover,#module_474850724 .swiper-slideshow-1-prev:hover{}
#module_474850724 .swiper-slideshow-1-next:hover,#module_474850724 .swiper-slideshow-1-prev:hover{background-repeat:no-repeat;}
#module_474850724 .swiper-slideshow-1-next:hover,#module_474850724 .swiper-slideshow-1-prev{}
#module_474850724 .swiper-slideshow-1-next:hover,#module_474850724 .swiper-slideshow-1-prev:hover{}
#module_474850724 .swiper-slideshow-1-next:hover,#module_474850724 .swiper-slideshow-1-prev:hover{}
#module_474850724 .SubContainer {}
.module_474853358 .ModuleHead .HeadCenter{float:none;}
#module_474853358 {
padding:0px;
}
#module_474853358 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_474853358 .ModuleHead474853358 {
display:none;
}
#module_474853358 .BodyCenter.BodyCenter474853358 {
background:none;background-color:rgb(247, 248, 253);
}
#module_474853358 >.module_474853358 {
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_474853358 >.module_474853358{
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_474853358 .BodyCenter.BodyCenter474853358 {
padding-top:5.2301%;
padding-left:2.0921%;
padding-right:4.1841%;
padding-bottom:5.2301%;
}
}
@media screen and (max-width: 767px){
#module_474853358 .BodyCenter.BodyCenter474853358 {
padding-top:11.5274%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_474853358 >.module_474853358 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853358 >.module_474853358 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474853358 >.module_474853358 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853358:hover {
border:none;
}
#module_474853358:hover >.module_474853358 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853358 .ModuleSubContainer{background-color:transparent;}
#module_474853358 .ModuleSubContainer{background-image:none;}
#module_474853358 .ModuleSubContainer{background-repeat:no-repeat;}
#module_474853358 .ModuleSubContainer{background-position:0% 0%;}
#module_474853358 .ModuleSubContainer{background-attachment:scroll;}
#module_474853358 .ModuleSubContainer{}
#module_474853358 {!bgVideo!}{bgVideoUrl:}
#module_474853358 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_474853358 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_474853358 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer474853358 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer474853358 .SubPadding {width:10px;}
.module_474853181 .ModuleHead .HeadCenter{float:none;}
#module_474853181 {
padding:0px;
}
#module_474853181 {
position:static;
z-index:0;
top:1074px;
left:129px;
width:100%;
height: auto;
}
#module_474853181 .ModuleHead474853181 {
display:none;
}
#module_474853181 .BodyCenter.BodyCenter474853181 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853181 >.module_474853181 {
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_474853181 >.module_474853181{
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_474853181 .BodyCenter.BodyCenter474853181 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853181 .BodyCenter.BodyCenter474853181 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853181 >.module_474853181 {
margin-top:17.7966%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853181 >.module_474853181 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474853181 >.module_474853181 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853181:hover {
border:none;
}
#module_474853181:hover >.module_474853181 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853181 img{border-top-color:transparent;}
#module_474853181 img{border-top-style:none;}
#module_474853181 img{border-top-width:0px;}
#module_474853181 img{border-right-color:transparent;}
#module_474853181 img{border-right-style:none;}
#module_474853181 img{border-right-width:0px;}
#module_474853181 img{border-bottom-color:transparent;}
#module_474853181 img{border-bottom-style:none;}
#module_474853181 img{border-bottom-width:0px;}
#module_474853181 img{border-left-color:transparent;}
#module_474853181 img{border-left-style:none;}
#module_474853181 img{border-left-width:0px;}
#module_474853181 img{border-top-left-radius:0px;}
#module_474853181 img{border-top-right-radius:0px;}
#module_474853181 img{border-bottom-left-radius:0px;}
#module_474853181 img{border-bottom-right-radius:0px;}
#module_474853181 .BodyCenter{text-align: right;}

.ModuleGridContainer.ModuleGridContainer474853358 #Sub474853358_1 {width:6.6596%;}
.module_474853182 .ModuleHead .HeadCenter{float:none;}
#module_474853182 {
padding:0px;
}
#module_474853182 {
position:static;
z-index:0;
top:1089px;
left:375px;
width:100%;
height: auto;
}
#module_474853182 .ModuleHead474853182 {
display:none;
}
#module_474853182 .BodyCenter.BodyCenter474853182 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853182 >.module_474853182 {
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_474853182 >.module_474853182{
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_474853182 .BodyCenter.BodyCenter474853182 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853182 .BodyCenter.BodyCenter474853182 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853182 >.module_474853182 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853182 >.module_474853182 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474853182 >.module_474853182 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853182:hover {
border:none;
}
#module_474853182:hover >.module_474853182 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853182 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474853182 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474853182 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474853182 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474853182 .imageTextGiant-Container{padding-top:0px;}
#module_474853182 .imageTextGiant-Container{padding-bottom:0px;}
#module_474853182 .imageTextGiant-Container{padding-left:0px;}
#module_474853182 .imageTextGiant-Container{padding-right:0px;}
#module_474853182 .showHandle .btn{font-size:14px;}
#module_474853182 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853182 .showHandle .btn{color:#333;}
#module_474853182 .showHandle .btn{font-weight:400;}
#module_474853182 .showHandle .btn{text-decoration:none;}
#module_474853182 .showHandle .btn{font-style:normal;}
#module_474853182 .showHandle div{border-top-color:#ddd !important;}
#module_474853182 .showHandle div{border-top-style:solid !important;}
#module_474853182 .showHandle div{border-top-width:1px !important;}
#module_474853182 .showHandle{background-color:transparent;}
#module_474853182 .showHandle{background-image:none;}
#module_474853182 .showHandle{background-repeat:no-repeat;}
#module_474853182 .showHandle{}
#module_474853182 .showHandle{}
#module_474853182 .showHandle{}
#module_474853182 a{font-size:unset;font-family:unset}
.module_474913319 .ModuleHead .HeadCenter{float:none;}
#module_474913319 {
padding:0px;
}
#module_474913319 {
position:static;
z-index:0;
top:476px;
left:86px;
width:100%;
height: auto;
}
#module_474913319 .ModuleHead474913319 {
display:none;
}
#module_474913319 .BodyCenter.BodyCenter474913319 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474913319 >.module_474913319 {
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_474913319 >.module_474913319{
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_474913319 .BodyCenter.BodyCenter474913319 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913319 .BodyCenter.BodyCenter474913319 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474913319 >.module_474913319 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913319 >.module_474913319 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474913319 >.module_474913319 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474913319:hover {
border:none;
}
#module_474913319:hover >.module_474913319 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474913319 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474913319 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474913319 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474913319 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474913319 .imageTextGiant-Container{padding-top:0px;}
#module_474913319 .imageTextGiant-Container{padding-bottom:0px;}
#module_474913319 .imageTextGiant-Container{padding-left:0px;}
#module_474913319 .imageTextGiant-Container{padding-right:0px;}
#module_474913319 .showHandle .btn{font-size:14px;}
#module_474913319 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474913319 .showHandle .btn{color:#333;}
#module_474913319 .showHandle .btn{font-weight:400;}
#module_474913319 .showHandle .btn{text-decoration:none;}
#module_474913319 .showHandle .btn{font-style:normal;}
#module_474913319 .showHandle div{border-top-color:#ddd !important;}
#module_474913319 .showHandle div{border-top-style:solid !important;}
#module_474913319 .showHandle div{border-top-width:1px !important;}
#module_474913319 .showHandle{background-color:transparent;}
#module_474913319 .showHandle{background-image:none;}
#module_474913319 .showHandle{background-repeat:no-repeat;}
#module_474913319 .showHandle{}
#module_474913319 .showHandle{}
#module_474913319 .showHandle{}
#module_474913319 a{font-size:unset;font-family:unset}
.module_474853190 .ModuleHead .HeadCenter{float:none;}
#module_474853190 {
padding:0px;
}
#module_474853190 {
position:static;
z-index:0;
top:1083px;
left:375px;
width:100%;
height: auto;
}
#module_474853190 .ModuleHead474853190 {
display:none;
}
#module_474853190 .BodyCenter.BodyCenter474853190 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853190 >.module_474853190 {
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_474853190 >.module_474853190{
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_474853190 .BodyCenter.BodyCenter474853190 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853190 .BodyCenter.BodyCenter474853190 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853190 >.module_474853190 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853190 >.module_474853190 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474853190 >.module_474853190 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853190:hover {
border:none;
}
#module_474853190:hover >.module_474853190 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853190 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474853190 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474853190 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474853190 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474853190 .imageTextGiant-Container{padding-top:0px;}
#module_474853190 .imageTextGiant-Container{padding-bottom:0px;}
#module_474853190 .imageTextGiant-Container{padding-left:0px;}
#module_474853190 .imageTextGiant-Container{padding-right:0px;}
#module_474853190 .showHandle .btn{font-size:14px;}
#module_474853190 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853190 .showHandle .btn{color:#333;}
#module_474853190 .showHandle .btn{font-weight:400;}
#module_474853190 .showHandle .btn{text-decoration:none;}
#module_474853190 .showHandle .btn{font-style:normal;}
#module_474853190 .showHandle div{border-top-color:#ddd !important;}
#module_474853190 .showHandle div{border-top-style:solid !important;}
#module_474853190 .showHandle div{border-top-width:1px !important;}
#module_474853190 .showHandle{background-color:transparent;}
#module_474853190 .showHandle{background-image:none;}
#module_474853190 .showHandle{background-repeat:no-repeat;}
#module_474853190 .showHandle{}
#module_474853190 .showHandle{}
#module_474853190 .showHandle{}
#module_474853190 a{font-size:unset;font-family:unset}
.module_474913328 .ModuleHead .HeadCenter{float:none;}
#module_474913328 {
padding:0px;
}
#module_474913328 {
position:static;
z-index:0;
top:1179px;
left:358px;
width:100%;
height: auto;
}
#module_474913328 .ModuleHead474913328 {
display:none;
}
#module_474913328 .BodyCenter.BodyCenter474913328 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474913328 >.module_474913328 {
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_474913328 >.module_474913328{
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_474913328 .BodyCenter.BodyCenter474913328 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913328 .BodyCenter.BodyCenter474913328 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474913328 >.module_474913328 {
margin-top:1.2931%;
margin-left:0.0000%;
margin-right:6.8966%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913328 >.module_474913328 {
margin-top:2.2082%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474913328 >.module_474913328 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474913328:hover {
border:none;
}
#module_474913328:hover >.module_474913328 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474913328 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474913328 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474913328 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474913328 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474913328 .imageTextGiant-Container{padding-top:0px;}
#module_474913328 .imageTextGiant-Container{padding-bottom:0px;}
#module_474913328 .imageTextGiant-Container{padding-left:0px;}
#module_474913328 .imageTextGiant-Container{padding-right:0px;}
#module_474913328 .showHandle .btn{font-size:14px;}
#module_474913328 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474913328 .showHandle .btn{color:#333;}
#module_474913328 .showHandle .btn{font-weight:400;}
#module_474913328 .showHandle .btn{text-decoration:none;}
#module_474913328 .showHandle .btn{font-style:normal;}
#module_474913328 .showHandle div{border-top-color:#ddd !important;}
#module_474913328 .showHandle div{border-top-style:solid !important;}
#module_474913328 .showHandle div{border-top-width:1px !important;}
#module_474913328 .showHandle{background-color:transparent;}
#module_474913328 .showHandle{background-image:none;}
#module_474913328 .showHandle{background-repeat:no-repeat;}
#module_474913328 .showHandle{}
#module_474913328 .showHandle{}
#module_474913328 .showHandle{}
#module_474913328 a{font-size:unset;font-family:unset}
.module_474853192 .ModuleHead .HeadCenter{float:none;}
#module_474853192 {
padding:0px;
}
#module_474853192 {
position:static;
z-index:0;
top:1143px;
left:333px;
width:100%;
height: auto;
}
#module_474853192 .ModuleHead474853192 {
display:none;
}
#module_474853192 .BodyCenter.BodyCenter474853192 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853192 >.module_474853192 {
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_474853192 >.module_474853192{
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_474853192 .BodyCenter.BodyCenter474853192 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853192 .BodyCenter.BodyCenter474853192 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853192 >.module_474853192 {
margin-top:1.2931%;
margin-left:0.0000%;
margin-right:6.8966%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853192 >.module_474853192 {
margin-top:2.2082%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474853192 >.module_474853192 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853192:hover {
border:none;
}
#module_474853192:hover >.module_474853192 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853192 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474853192 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474853192 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474853192 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474853192 .imageTextGiant-Container{padding-top:0px;}
#module_474853192 .imageTextGiant-Container{padding-bottom:0px;}
#module_474853192 .imageTextGiant-Container{padding-left:0px;}
#module_474853192 .imageTextGiant-Container{padding-right:0px;}
#module_474853192 .showHandle .btn{font-size:14px;}
#module_474853192 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853192 .showHandle .btn{color:#333;}
#module_474853192 .showHandle .btn{font-weight:400;}
#module_474853192 .showHandle .btn{text-decoration:none;}
#module_474853192 .showHandle .btn{font-style:normal;}
#module_474853192 .showHandle div{border-top-color:#ddd !important;}
#module_474853192 .showHandle div{border-top-style:solid !important;}
#module_474853192 .showHandle div{border-top-width:1px !important;}
#module_474853192 .showHandle{background-color:transparent;}
#module_474853192 .showHandle{background-image:none;}
#module_474853192 .showHandle{background-repeat:no-repeat;}
#module_474853192 .showHandle{}
#module_474853192 .showHandle{}
#module_474853192 .showHandle{}
#module_474853192 a{font-size:unset;font-family:unset}
.module_474853264 .ModuleHead .HeadCenter{float:none;}
#module_474853264 {
padding:0px;
}
#module_474853264 {
position:static;
z-index:0;
top:1259px;
left:548px;
width:100%;
height: auto;
}
#module_474853264 .ModuleHead474853264 {
display:none;
}


.ModuleTabContainerV2Giant.layout-105 .location-right{    display: flex;
    flex-direction: row-reverse;}
    .ModuleTabContainerV2Giant.layout-105 .location-left{ display: flex}
.ModuleTabContainerV2Giant.layout-105 .nav-box{position: relative;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container{position: relative; font-size: 0;white-space:nowrap; overflow: visible; -webkit-overflow-scrolling: touch; transform: translateX(0); transition: transform 0.3s linear 0s;display:block;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li{overflow:hidden;cursor: pointer;text-align: center;background: #fff;float: none;display: inline-block;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li a{display: block;width: auto;background: transparent;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li.active,
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li:hover{background: #fd6e27;color:#fff;}
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li.active a,
.ModuleTabContainerV2Giant.layout-105 .TabContainer-Container .Nav-Container li:hover a{color:#fff;}
.ModuleTabContainerV2Giant.layout-105 .nav-pills>li>a{border-radius: 0;padding: 0;}
.ModuleTabContainerV2Giant.layout-105 .Nav-Container li.active{transition: all 0.4s linear;}
.ModuleTabContainerV2Giant.layout-105 .tab-content>.active{ display:flex !important;}

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

@media (max-width: 767px) {
    .ModuleTabContainerV2Giant.layout-105 .btnScrollLeft,
    .ModuleTabContainerV2Giant.layout-105 .btnScrollRight {
        display: flex;
        width: 28px;
        height: 50px;
        top:50%;
        transform: translateY(-50%);
        right: 10px;
        background-color: transparent;
        color: #fff !important;
        font-size: 15px;
        align-items: center;
        justify-content: center;
    }
    .ModuleTabContainerV2Giant.layout-105 .btnScrollLeft {left: 10px;}
    .ModuleTabContainerV2Giant.layout-105 .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;
    }
    .ModuleTabContainerV2Giant.layout-105 .location-bottom .tab-location-bottom {display: none;}
    .ModuleTabContainerV2Giant.layout-105 .location-left,.ModuleTabContainerV2Giant.layout-105 .location-right{
        flex-direction: column;
    }
}
.module_474853202 .ModuleHead .HeadCenter{float:none;}
#module_474853202 {
padding:0px;
}
#module_474853202 {
position:static;
z-index:0;
top:1317px;
left:744px;
width:100%;
height: auto;
}
#module_474853202 .ModuleHead474853202 {
display:none;
}
#module_474853202 .BodyCenter.BodyCenter474853202 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853202 >.module_474853202 {
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_474853202 >.module_474853202{
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_474853202 .BodyCenter.BodyCenter474853202 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853202 .BodyCenter.BodyCenter474853202 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853202 >.module_474853202 {
margin-top:1.2931%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853202 >.module_474853202 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474853202 >.module_474853202 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853202:hover {
border:none;
}
#module_474853202:hover >.module_474853202 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853202 .nav-box{text-align:center;}
#module_474853202 .nav-box{background-color:transparent;}
#module_474853202 .nav-box{background-image:none;}
#module_474853202 .nav-box{background-repeat:no-repeat;}
#module_474853202 .nav-box{}
#module_474853202 .nav-box{}
#module_474853202 .nav-box{}
#module_474853202 .Nav-Container a{text-align:center;}
#module_474853202 .Nav-Container a {padding-top:0px;}
#module_474853202 .Nav-Container a {padding-bottom:0px;}
#module_474853202 .Nav-Container a {padding-left:10px;}
#module_474853202 .Nav-Container a {padding-right:10px;}
#module_474853202 .Nav-Container li{background-color:#fff;}
#module_474853202 .Nav-Container li{background-image:none;}
#module_474853202 .Nav-Container li{background-repeat:no-repeat;}
#module_474853202 .Nav-Container li{}
#module_474853202 .Nav-Container li{}
#module_474853202 .Nav-Container li{}
#module_474853202 .Nav-Container li{border-top-color:#fd6e27;}
#module_474853202 .Nav-Container li{border-top-style:solid;}
#module_474853202 .Nav-Container li{border-top-width:1px;}
#module_474853202 .Nav-Container li{border-right-color:#fd6e27;}
#module_474853202 .Nav-Container li{border-right-style:solid;}
#module_474853202 .Nav-Container li{border-right-width:1px;}
#module_474853202 .Nav-Container li{border-bottom-color:#fd6e27;}
#module_474853202 .Nav-Container li{border-bottom-style:solid;}
#module_474853202 .Nav-Container li{border-bottom-width:1px;}
#module_474853202 .Nav-Container li{border-left-color:#fd6e27;}
#module_474853202 .Nav-Container li{border-left-style:solid;}
#module_474853202 .Nav-Container li{border-left-width:1px;}
#module_474853202 .Nav-Container li a{width:115px;width:115;}@media only screen and (min-width: 768px){#module_474853202 .location-left .tabContentGiant,#module_474853202 .location-right .tabContentGiant{width: calc(100% - 115px - 60px)}}
#module_474853202 .Nav-Container li a{height:40px;line-height:40px;}
#module_474853202 .Nav-Container li{margin-top:0px;}
#module_474853202 .Nav-Container li{margin-bottom:40px;}
#module_474853202 .Nav-Container li{margin-left:17px;}
#module_474853202 .Nav-Container li{margin-right:17px;}
#module_474853202 .Nav-Container li a{font-size:14px;}
#module_474853202 .Nav-Container li a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853202 .Nav-Container li a{color:#666;}
#module_474853202 .Nav-Container li a{font-weight:normal;}
#module_474853202 .Nav-Container li a{text-decoration:none;}
#module_474853202 .Nav-Container li a{font-style:normal;}
#module_474853202 .Nav-Container li{border-top-left-radius:36px;}
#module_474853202 .Nav-Container li{border-top-right-radius:36px;}
#module_474853202 .Nav-Container li{border-bottom-left-radius:36px;}
#module_474853202 .Nav-Container li{border-bottom-right-radius:36px;}
#module_474853202 .TabContainer-Container .tab-pane{background-color:transparent;}
#module_474853202 .TabContainer-Container .tab-pane{background-image:none;}
#module_474853202 .TabContainer-Container .tab-pane{background-repeat:no-repeat;}
#module_474853202 .TabContainer-Container .tab-pane{}
#module_474853202 .TabContainer-Container .tab-pane{}
#module_474853202 .TabContainer-Container .tab-pane{}
#module_474853202 .TabContainer-Container .tab-pane{padding-top:0px;}
#module_474853202 .TabContainer-Container .tab-pane{padding-bottom:20px;}
#module_474853202 .TabContainer-Container .tab-pane{padding-left:0px;}
#module_474853202 .TabContainer-Container .tab-pane{padding-right:0px;}
#module_474853202 .TabContainer-Container .tab-pane{border-top-color:transparent;}
#module_474853202 .TabContainer-Container .tab-pane{border-top-style:none;}
#module_474853202 .TabContainer-Container .tab-pane{border-top-width:0px;}
#module_474853202 .TabContainer-Container .tab-pane{border-right-color:transparent;}
#module_474853202 .TabContainer-Container .tab-pane{border-right-style:none;}
#module_474853202 .TabContainer-Container .tab-pane{border-right-width:0px;}
#module_474853202 .TabContainer-Container .tab-pane{border-bottom-color:transparent;}
#module_474853202 .TabContainer-Container .tab-pane{border-bottom-style:none;}
#module_474853202 .TabContainer-Container .tab-pane{border-bottom-width:0px;}
#module_474853202 .TabContainer-Container .tab-pane{border-left-color:transparent;}
#module_474853202 .TabContainer-Container .tab-pane{border-left-style:none;}
#module_474853202 .TabContainer-Container .tab-pane{border-left-width:0px;}
#module_474853202 .Nav-Container li:hover,#module_474853202 .Nav-Container li.active{background-image:none;}
#module_474853202 .Nav-Container li:hover,#module_474853202 .Nav-Container li.active{background-repeat:no-repeat;}
#module_474853202 .Nav-Container li:hover,#module_474853202 .Nav-Container li.active{}
#module_474853202 .Nav-Container li:hover,#module_474853202 .Nav-Container li.active{}
#module_474853202 .Nav-Container li:hover,#module_474853202 .Nav-Container li.active{background-color:#f65e12;}
#module_474853202 .Nav-Container li:hover,#module_474853202 .Nav-Container li.active{}
#module_474853202 .Nav-Container li:hover a,#module_474853202 .Nav-Container li.active a{font-size:14px;}
#module_474853202 .Nav-Container li:hover a,#module_474853202 .Nav-Container li.active a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853202 .Nav-Container li:hover a,#module_474853202 .Nav-Container li.active a{color:#fff;}
#module_474853202 .Nav-Container li:hover a,#module_474853202 .Nav-Container li.active a{font-weight:normal;}
#module_474853202 .Nav-Container li:hover a,#module_474853202 .Nav-Container li.active a{text-decoration:none;}
#module_474853202 .Nav-Container li:hover a,#module_474853202 .Nav-Container li.active a{font-style:normal;}
#module_474853202 .Nav-Container li:hover,#module_474853202 .Nav-Container li.active{border-top-color:transparent;}
#module_474853202 .Nav-Container li:hover,#module_474853202 .Nav-Container li.active{border-top-style:solid;}
#module_474853202 .Nav-Container li:hover,#module_474853202 .Nav-Container li.active{border-right-color:transparent;}
#module_474853202 .Nav-Container li:hover,#module_474853202 .Nav-Container li.active{border-right-style:solid;}
#module_474853202 .Nav-Container li:hover,#module_474853202 .Nav-Container li.active{border-bottom-color:transparent;}
#module_474853202 .Nav-Container li:hover,#module_474853202 .Nav-Container li.active{border-bottom-style:solid;}
#module_474853202 .Nav-Container li:hover,#module_474853202 .Nav-Container li.active{border-left-color:transparent;}
#module_474853202 .Nav-Container li:hover,#module_474853202 .Nav-Container li.active{border-left-style:solid;}

#module_474853202__tabPane_5558 #Sub474853202_5558 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_474853202__tabPane_5558 #Sub474853202_5558 > .SubContainer {display: table-cell; vertical-align: top;}
#module_474853202__tabPane_5558 .SubPadding {width:30px; height: 100%; position: relative; display: table-cell;}
#module_474853202__tabPane_5558 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_474853202__tabPane_5558 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_474853202__tabPane_5558:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_474853202__tabPane_5558 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_474853202__tabPane_5558 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_474853202__tabPane_5558 #Sub474853202_5558 {display: block;}
#module_474853202__tabPane_5558 #Sub474853202_5558 > .SubPadding {float:left; height: 10px;}
#module_474853202__tabPane_5558 #Sub474853202_5558 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_474853202__tabPane_5558 #Sub474853202_5558 > .SubContainer .SubDrag {display:none;}
#module_474853202__tabPane_5558 #Sub474853202_5558 > .SubPadding {width:5px;}
#module_474853202__tabPane_5558 #Sub474853202_5558 > .SubContainer {width:calc((100% - 5px) / 2) !important;}
#module_474853202__tabPane_5558 #Sub474853202_5558 > .SubPadding2 {display:none;}
#module_474853202__tabPane_5558 #Sub474853202_5558 > .SubPadding4 {display:none;}
#module_474853202__tabPane_5558 #Sub474853202_5558 > .SubPadding6 {display:none;}
#module_474853202__tabPane_5558 #Sub474853202_5558 > .SubPadding8 {display:none;}
}
#module_474853202__tabPane_5558 #Sub474853202_Tab5558_1 {width:25.0597%;}
.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-row {
	display: flex;
	margin: auto;
	padding-top: 10px;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item {
	margin: auto;
	height: auto;
	padding-left: 0;
	padding-right: 0;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-lg-4 {
	width: 25%;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-lg-3 {
	width: 33.33333%;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-lg-2 {
	width: 50%;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-lg-1 {
	width: 100%;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num-item {
	line-height: 1;
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.digital-num-item {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	/* max-width: 90%; */
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num {
	max-width: calc(100% - 61px);
	font-weight: lighter;
	font-family: 'MicrosoftYaHeiUILight';
	/* height: 40px;
	line-height: 40px; */
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-unit {
	font-size: 14px;
	padding-left: 5px;
	top: -1em;
}

.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-title {
	font-size: 14px;
	margin-top: 14px;
	text-align: center;
}

/*Æ½°åºáÆÁ*/
/*@media (min-width:992px) and (max-width: 1199px) {*/
	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item {*/
		/*height: auto;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-md-4 {*/
		/*width: 25%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-md-3 {*/
		/*width: 33.33333%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-md-2 {*/
		/*width: 50%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-md-1 {*/
		/*width: 100%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num-item {*/
		/*font-size: 40px;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-title {*/
		/*margin-top: 10px;*/
	/*}*/
/*}*/

/*Æ½°åÊúÆÁ¡¢ÊÖ»úÆÁÄ»*/
/*@media (max-width: 991px) {*/
	/**/
/*}*/

/*@media only screen and (min-width: 768px) and (max-width: 991px) {*/
	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num-item {*/
		/*font-size: 35px;*/
	/*}*/
/*}*/

@media (max-width: 767px) {
	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-num-item {
		font-size: 30px;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-row {
		overflow: hidden;
		display: block;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-line:nth-child(2n) {
		border-right-width: 0px !important;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item:nth-child(n+3) {
		margin-top: 20pt;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item {
		float: left;
		height: auto;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-sm-2,
	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-xs-2 {
		width: 50%;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-sm-1,
	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item.col-xs-1 {
		width: 100%;
	}

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-title {
		margin-top: 5pt;
		font-size: 14px;
	}
}.module_474853241 .ModuleHead .HeadCenter{float:none;}
#module_474853241 {
padding:0px;
}
#module_474853241 {
position:static;
z-index:0;
top:1382px;
left:252px;
width:100%;
height: auto;
}
#module_474853241 .ModuleHead474853241 {
display:none;
}
#module_474853241 .BodyCenter.BodyCenter474853241 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853241 >.module_474853241 {
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_474853241 >.module_474853241{
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_474853241 .BodyCenter.BodyCenter474853241 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853241 .BodyCenter.BodyCenter474853241 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853241 >.module_474853241 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853241 >.module_474853241 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474853241 >.module_474853241 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853241:hover {
border:none;
}
#module_474853241:hover >.module_474853241 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853241 .digital-unit{font-size:18px;}
#module_474853241 .digital-unit{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853241 .digital-unit{color:rgb(0, 0, 0);}
#module_474853241 .digital-unit{font-weight:normal;}
#module_474853241 .digital-unit{text-decoration:initial;}
#module_474853241 .digital-unit{font-style:normal;}
#module_474853241 .digital-num{font-size:50px;}#module_474853241 .digital-num-item sup{top: calc(-50px * 20 / 100);}
#module_474853241 .digital-num{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei!important;}
#module_474853241 .digital-num{color:rgb(0, 98, 187);}
#module_474853241 .digital-num{font-weight:bold;}
#module_474853241 .digital-num{text-decoration:initial!important;}
#module_474853241 .digital-num{font-style:normal;}
#module_474853241 .digital-title{font-size:24px;}
#module_474853241 .digital-title{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853241 .digital-title{color:#666;}
#module_474853241 .digital-title{font-weight:normal;}
#module_474853241 .digital-title{text-decoration:initial;}
#module_474853241 .digital-title{font-style:normal;}
#module_474853241 .digital-title{margin-top:0px;}
#module_474853241 .digital-title{margin-left:0px;}
#module_474853241 .digital-title{margin-right:0px;}
#module_474853241 .digital-title{margin-bottom:0px;}
#module_474853241 .digital-item{background-color:transparent;}
#module_474853241 .digital-item{background-image:none;}
#module_474853241 .digital-item{background-repeat:no-repeat;}
#module_474853241 .digital-item{background-position:none;}
#module_474853241 .digital-item{background-attachment:none;}
#module_474853241 .digital-item{}
#module_474853241 .digital-unit{color:rgb(0, 0, 0);}
#module_474853241 .digital-line:not(:last-child){border-right-color:#eee;}
#module_474853241 .digital-line:not(:last-child){border-right-style:solid;}
#module_474853241 .digital-line:not(:last-child){border-right-width:1px;}

.module_474853252 .ModuleHead .HeadCenter{float:none;}
#module_474853252 {
padding:0px;
}
#module_474853252 {
position:static;
z-index:0;
top:40px;
left:0px;
width:100%;
height: auto;
}
#module_474853252 .ModuleHead474853252 {
display:none;
}
#module_474853252 .BodyCenter.BodyCenter474853252 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853252 >.module_474853252 {
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_474853252 >.module_474853252{
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_474853252 .BodyCenter.BodyCenter474853252 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853252 .BodyCenter.BodyCenter474853252 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853252 >.module_474853252 {
margin-top:2.4661%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853252 >.module_474853252 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474853252 >.module_474853252 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853252:hover {
border:none;
}
#module_474853252:hover >.module_474853252 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853252 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474853252 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474853252 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474853252 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474853252 .imageTextGiant-Container{padding-top:0px;}
#module_474853252 .imageTextGiant-Container{padding-bottom:0px;}
#module_474853252 .imageTextGiant-Container{padding-left:0px;}
#module_474853252 .imageTextGiant-Container{padding-right:0px;}
#module_474853252 .showHandle .btn{font-size:14px;}
#module_474853252 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853252 .showHandle .btn{color:#333;}
#module_474853252 .showHandle .btn{font-weight:400;}
#module_474853252 .showHandle .btn{text-decoration:none;}
#module_474853252 .showHandle .btn{font-style:normal;}
#module_474853252 .showHandle div{border-top-color:#ddd !important;}
#module_474853252 .showHandle div{border-top-style:solid !important;}
#module_474853252 .showHandle div{border-top-width:1px !important;}
#module_474853252 .showHandle{background-color:transparent;}
#module_474853252 .showHandle{background-image:none;}
#module_474853252 .showHandle{background-repeat:no-repeat;}
#module_474853252 .showHandle{}
#module_474853252 .showHandle{}
#module_474853252 .showHandle{}
#module_474853252 a{font-size:unset;font-family:unset}
#module_474853202__tabPane_5558 #Sub474853202_Tab5558_2 {width:23.3890%;}
.module_474853253 .ModuleHead .HeadCenter{float:none;}
#module_474853253 {
padding:0px;
}
#module_474853253 {
position:static;
z-index:0;
top:27px;
left:1px;
width:100%;
height: auto;
}
#module_474853253 .ModuleHead474853253 {
display:none;
}
#module_474853253 .BodyCenter.BodyCenter474853253 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853253 >.module_474853253 {
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_474853253 >.module_474853253{
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_474853253 .BodyCenter.BodyCenter474853253 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853253 .BodyCenter.BodyCenter474853253 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853253 >.module_474853253 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853253 >.module_474853253 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474853253 >.module_474853253 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853253:hover {
border:none;
}
#module_474853253:hover >.module_474853253 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853253 .digital-unit{font-size:18px;}
#module_474853253 .digital-unit{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853253 .digital-unit{color:rgb(0, 0, 0);}
#module_474853253 .digital-unit{font-weight:normal;}
#module_474853253 .digital-unit{text-decoration:initial;}
#module_474853253 .digital-unit{font-style:normal;}
#module_474853253 .digital-num{font-size:50px;}#module_474853253 .digital-num-item sup{top: calc(-50px * 20 / 100);}
#module_474853253 .digital-num{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei!important;}
#module_474853253 .digital-num{color:rgb(0, 98, 187);}
#module_474853253 .digital-num{font-weight:bold;}
#module_474853253 .digital-num{text-decoration:initial!important;}
#module_474853253 .digital-num{font-style:normal;}
#module_474853253 .digital-title{font-size:24px;}
#module_474853253 .digital-title{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853253 .digital-title{color:#666;}
#module_474853253 .digital-title{font-weight:normal;}
#module_474853253 .digital-title{text-decoration:initial;}
#module_474853253 .digital-title{font-style:normal;}
#module_474853253 .digital-title{margin-top:0px;}
#module_474853253 .digital-title{margin-left:0px;}
#module_474853253 .digital-title{margin-right:0px;}
#module_474853253 .digital-title{margin-bottom:0px;}
#module_474853253 .digital-item{background-color:transparent;}
#module_474853253 .digital-item{background-image:none;}
#module_474853253 .digital-item{background-repeat:no-repeat;}
#module_474853253 .digital-item{background-position:none;}
#module_474853253 .digital-item{background-attachment:none;}
#module_474853253 .digital-item{}
#module_474853253 .digital-unit{color:rgb(0, 0, 0);}
#module_474853253 .digital-line:not(:last-child){border-right-color:#eee;}
#module_474853253 .digital-line:not(:last-child){border-right-style:solid;}
#module_474853253 .digital-line:not(:last-child){border-right-width:1px;}

.module_474853256 .ModuleHead .HeadCenter{float:none;}
#module_474853256 {
padding:0px;
}
#module_474853256 {
position:static;
z-index:0;
top:54px;
left:1px;
width:100%;
height: auto;
}
#module_474853256 .ModuleHead474853256 {
display:none;
}
#module_474853256 .BodyCenter.BodyCenter474853256 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853256 >.module_474853256 {
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_474853256 >.module_474853256{
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_474853256 .BodyCenter.BodyCenter474853256 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853256 .BodyCenter.BodyCenter474853256 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853256 >.module_474853256 {
margin-top:2.4661%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853256 >.module_474853256 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474853256 >.module_474853256 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853256:hover {
border:none;
}
#module_474853256:hover >.module_474853256 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853256 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474853256 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474853256 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474853256 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474853256 .imageTextGiant-Container{padding-top:0px;}
#module_474853256 .imageTextGiant-Container{padding-bottom:0px;}
#module_474853256 .imageTextGiant-Container{padding-left:0px;}
#module_474853256 .imageTextGiant-Container{padding-right:0px;}
#module_474853256 .showHandle .btn{font-size:14px;}
#module_474853256 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853256 .showHandle .btn{color:#333;}
#module_474853256 .showHandle .btn{font-weight:400;}
#module_474853256 .showHandle .btn{text-decoration:none;}
#module_474853256 .showHandle .btn{font-style:normal;}
#module_474853256 .showHandle div{border-top-color:#ddd !important;}
#module_474853256 .showHandle div{border-top-style:solid !important;}
#module_474853256 .showHandle div{border-top-width:1px !important;}
#module_474853256 .showHandle{background-color:transparent;}
#module_474853256 .showHandle{background-image:none;}
#module_474853256 .showHandle{background-repeat:no-repeat;}
#module_474853256 .showHandle{}
#module_474853256 .showHandle{}
#module_474853256 .showHandle{}
#module_474853256 a{font-size:unset;font-family:unset}
#module_474853202__tabPane_5558 #Sub474853202_Tab5558_3 {width:34.1289%;}
.module_474853254 .ModuleHead .HeadCenter{float:none;}
#module_474853254 {
padding:0px;
}
#module_474853254 {
position:static;
z-index:0;
top:23px;
left:0px;
width:100%;
height: auto;
}
#module_474853254 .ModuleHead474853254 {
display:none;
}
#module_474853254 .BodyCenter.BodyCenter474853254 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853254 >.module_474853254 {
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_474853254 >.module_474853254{
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_474853254 .BodyCenter.BodyCenter474853254 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853254 .BodyCenter.BodyCenter474853254 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853254 >.module_474853254 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853254 >.module_474853254 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474853254 >.module_474853254 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853254:hover {
border:none;
}
#module_474853254:hover >.module_474853254 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853254 .digital-unit{font-size:18px;}
#module_474853254 .digital-unit{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853254 .digital-unit{color:rgb(0, 0, 0);}
#module_474853254 .digital-unit{font-weight:normal;}
#module_474853254 .digital-unit{text-decoration:initial;}
#module_474853254 .digital-unit{font-style:normal;}
#module_474853254 .digital-num{font-size:50px;}#module_474853254 .digital-num-item sup{top: calc(-50px * 20 / 100);}
#module_474853254 .digital-num{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei!important;}
#module_474853254 .digital-num{color:rgb(0, 98, 187);}
#module_474853254 .digital-num{font-weight:bold;}
#module_474853254 .digital-num{text-decoration:initial!important;}
#module_474853254 .digital-num{font-style:normal;}
#module_474853254 .digital-title{font-size:24px;}
#module_474853254 .digital-title{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853254 .digital-title{color:#666;}
#module_474853254 .digital-title{font-weight:normal;}
#module_474853254 .digital-title{text-decoration:initial;}
#module_474853254 .digital-title{font-style:normal;}
#module_474853254 .digital-title{margin-top:0px;}
#module_474853254 .digital-title{margin-left:0px;}
#module_474853254 .digital-title{margin-right:0px;}
#module_474853254 .digital-title{margin-bottom:0px;}
#module_474853254 .digital-item{background-color:transparent;}
#module_474853254 .digital-item{background-image:none;}
#module_474853254 .digital-item{background-repeat:no-repeat;}
#module_474853254 .digital-item{background-position:none;}
#module_474853254 .digital-item{background-attachment:none;}
#module_474853254 .digital-item{}
#module_474853254 .digital-unit{color:rgb(0, 0, 0);}
#module_474853254 .digital-line:not(:last-child){border-right-color:#eee;}
#module_474853254 .digital-line:not(:last-child){border-right-style:solid;}
#module_474853254 .digital-line:not(:last-child){border-right-width:1px;}

.module_474853255 .ModuleHead .HeadCenter{float:none;}
#module_474853255 {
padding:0px;
}
#module_474853255 {
position:static;
z-index:0;
top:45px;
left:0px;
width:100%;
height: auto;
}
#module_474853255 .ModuleHead474853255 {
display:none;
}
#module_474853255 .BodyCenter.BodyCenter474853255 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853255 >.module_474853255 {
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_474853255 >.module_474853255{
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_474853255 .BodyCenter.BodyCenter474853255 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853255 .BodyCenter.BodyCenter474853255 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853255 >.module_474853255 {
margin-top:2.4661%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853255 >.module_474853255 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474853255 >.module_474853255 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853255:hover {
border:none;
}
#module_474853255:hover >.module_474853255 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853255 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474853255 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474853255 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474853255 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474853255 .imageTextGiant-Container{padding-top:0px;}
#module_474853255 .imageTextGiant-Container{padding-bottom:0px;}
#module_474853255 .imageTextGiant-Container{padding-left:0px;}
#module_474853255 .imageTextGiant-Container{padding-right:0px;}
#module_474853255 .showHandle .btn{font-size:14px;}
#module_474853255 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853255 .showHandle .btn{color:#333;}
#module_474853255 .showHandle .btn{font-weight:400;}
#module_474853255 .showHandle .btn{text-decoration:none;}
#module_474853255 .showHandle .btn{font-style:normal;}
#module_474853255 .showHandle div{border-top-color:#ddd !important;}
#module_474853255 .showHandle div{border-top-style:solid !important;}
#module_474853255 .showHandle div{border-top-width:1px !important;}
#module_474853255 .showHandle{background-color:transparent;}
#module_474853255 .showHandle{background-image:none;}
#module_474853255 .showHandle{background-repeat:no-repeat;}
#module_474853255 .showHandle{}
#module_474853255 .showHandle{}
#module_474853255 .showHandle{}
#module_474853255 a{font-size:unset;font-family:unset}
#module_474853202__tabPane_5558 #Sub474853202_Tab5558_4 {width:17.4224%;}


.module_474913538 .ModuleHead .HeadCenter{float:none;}
#module_474913538 {
padding:0px;
}
#module_474913538 {
position:static;
z-index:0;
top:1555px;
left:922px;
width:100%;
height: auto;
}
#module_474913538 .ModuleHead474913538 {
display:none;
}
#module_474913538 .BodyCenter.BodyCenter474913538 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474913538 >.module_474913538 {
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_474913538 >.module_474913538{
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_474913538 .BodyCenter.BodyCenter474913538 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913538 .BodyCenter.BodyCenter474913538 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474913538 >.module_474913538 {
margin-top:1.2931%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913538 >.module_474913538 {
margin-top:1.8927%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474913538 >.module_474913538 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474913538:hover {
border:none;
}
#module_474913538:hover >.module_474913538 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474913538 .nav-box{text-align:center;}
#module_474913538 .nav-box{background-color:transparent;}
#module_474913538 .nav-box{background-image:none;}
#module_474913538 .nav-box{background-repeat:no-repeat;}
#module_474913538 .nav-box{}
#module_474913538 .nav-box{}
#module_474913538 .nav-box{}
#module_474913538 .Nav-Container a{text-align:center;}
#module_474913538 .Nav-Container a {padding-top:0px;}
#module_474913538 .Nav-Container a {padding-bottom:0px;}
#module_474913538 .Nav-Container a {padding-left:10px;}
#module_474913538 .Nav-Container a {padding-right:10px;}
#module_474913538 .Nav-Container li{background-color:#fff;}
#module_474913538 .Nav-Container li{background-image:none;}
#module_474913538 .Nav-Container li{background-repeat:no-repeat;}
#module_474913538 .Nav-Container li{}
#module_474913538 .Nav-Container li{}
#module_474913538 .Nav-Container li{}
#module_474913538 .Nav-Container li{border-top-color:#fd6e27;}
#module_474913538 .Nav-Container li{border-top-style:solid;}
#module_474913538 .Nav-Container li{border-top-width:1px;}
#module_474913538 .Nav-Container li{border-right-color:#fd6e27;}
#module_474913538 .Nav-Container li{border-right-style:solid;}
#module_474913538 .Nav-Container li{border-right-width:1px;}
#module_474913538 .Nav-Container li{border-bottom-color:#fd6e27;}
#module_474913538 .Nav-Container li{border-bottom-style:solid;}
#module_474913538 .Nav-Container li{border-bottom-width:1px;}
#module_474913538 .Nav-Container li{border-left-color:#fd6e27;}
#module_474913538 .Nav-Container li{border-left-style:solid;}
#module_474913538 .Nav-Container li{border-left-width:1px;}
#module_474913538 .Nav-Container li a{width:115px;width:115;}@media only screen and (min-width: 768px){#module_474913538 .location-left .tabContentGiant,#module_474913538 .location-right .tabContentGiant{width: calc(100% - 115px - 60px)}}
#module_474913538 .Nav-Container li a{height:40px;line-height:40px;}
#module_474913538 .Nav-Container li{margin-top:0px;}
#module_474913538 .Nav-Container li{margin-bottom:40px;}
#module_474913538 .Nav-Container li{margin-left:17px;}
#module_474913538 .Nav-Container li{margin-right:17px;}
#module_474913538 .Nav-Container li a{font-size:14px;}
#module_474913538 .Nav-Container li a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474913538 .Nav-Container li a{color:#666;}
#module_474913538 .Nav-Container li a{font-weight:normal;}
#module_474913538 .Nav-Container li a{text-decoration:none;}
#module_474913538 .Nav-Container li a{font-style:normal;}
#module_474913538 .Nav-Container li{border-top-left-radius:36px;}
#module_474913538 .Nav-Container li{border-top-right-radius:36px;}
#module_474913538 .Nav-Container li{border-bottom-left-radius:36px;}
#module_474913538 .Nav-Container li{border-bottom-right-radius:36px;}
#module_474913538 .TabContainer-Container .tab-pane{background-color:transparent;}
#module_474913538 .TabContainer-Container .tab-pane{background-image:none;}
#module_474913538 .TabContainer-Container .tab-pane{background-repeat:no-repeat;}
#module_474913538 .TabContainer-Container .tab-pane{}
#module_474913538 .TabContainer-Container .tab-pane{}
#module_474913538 .TabContainer-Container .tab-pane{}
#module_474913538 .TabContainer-Container .tab-pane{padding-top:0px;}
#module_474913538 .TabContainer-Container .tab-pane{padding-bottom:20px;}
#module_474913538 .TabContainer-Container .tab-pane{padding-left:0px;}
#module_474913538 .TabContainer-Container .tab-pane{padding-right:0px;}
#module_474913538 .TabContainer-Container .tab-pane{border-top-color:transparent;}
#module_474913538 .TabContainer-Container .tab-pane{border-top-style:none;}
#module_474913538 .TabContainer-Container .tab-pane{border-top-width:0px;}
#module_474913538 .TabContainer-Container .tab-pane{border-right-color:transparent;}
#module_474913538 .TabContainer-Container .tab-pane{border-right-style:none;}
#module_474913538 .TabContainer-Container .tab-pane{border-right-width:0px;}
#module_474913538 .TabContainer-Container .tab-pane{border-bottom-color:transparent;}
#module_474913538 .TabContainer-Container .tab-pane{border-bottom-style:none;}
#module_474913538 .TabContainer-Container .tab-pane{border-bottom-width:0px;}
#module_474913538 .TabContainer-Container .tab-pane{border-left-color:transparent;}
#module_474913538 .TabContainer-Container .tab-pane{border-left-style:none;}
#module_474913538 .TabContainer-Container .tab-pane{border-left-width:0px;}
#module_474913538 .Nav-Container li:hover,#module_474913538 .Nav-Container li.active{background-image:none;}
#module_474913538 .Nav-Container li:hover,#module_474913538 .Nav-Container li.active{background-repeat:no-repeat;}
#module_474913538 .Nav-Container li:hover,#module_474913538 .Nav-Container li.active{}
#module_474913538 .Nav-Container li:hover,#module_474913538 .Nav-Container li.active{}
#module_474913538 .Nav-Container li:hover,#module_474913538 .Nav-Container li.active{background-color:#f65e12;}
#module_474913538 .Nav-Container li:hover,#module_474913538 .Nav-Container li.active{}
#module_474913538 .Nav-Container li:hover a,#module_474913538 .Nav-Container li.active a{font-size:14px;}
#module_474913538 .Nav-Container li:hover a,#module_474913538 .Nav-Container li.active a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474913538 .Nav-Container li:hover a,#module_474913538 .Nav-Container li.active a{color:#fff;}
#module_474913538 .Nav-Container li:hover a,#module_474913538 .Nav-Container li.active a{font-weight:normal;}
#module_474913538 .Nav-Container li:hover a,#module_474913538 .Nav-Container li.active a{text-decoration:none;}
#module_474913538 .Nav-Container li:hover a,#module_474913538 .Nav-Container li.active a{font-style:normal;}
#module_474913538 .Nav-Container li:hover,#module_474913538 .Nav-Container li.active{border-top-color:transparent;}
#module_474913538 .Nav-Container li:hover,#module_474913538 .Nav-Container li.active{border-top-style:solid;}
#module_474913538 .Nav-Container li:hover,#module_474913538 .Nav-Container li.active{border-right-color:transparent;}
#module_474913538 .Nav-Container li:hover,#module_474913538 .Nav-Container li.active{border-right-style:solid;}
#module_474913538 .Nav-Container li:hover,#module_474913538 .Nav-Container li.active{border-bottom-color:transparent;}
#module_474913538 .Nav-Container li:hover,#module_474913538 .Nav-Container li.active{border-bottom-style:solid;}
#module_474913538 .Nav-Container li:hover,#module_474913538 .Nav-Container li.active{border-left-color:transparent;}
#module_474913538 .Nav-Container li:hover,#module_474913538 .Nav-Container li.active{border-left-style:solid;}

#module_474913538__tabPane_5558 #Sub474913538_5558 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_474913538__tabPane_5558 #Sub474913538_5558 > .SubContainer {display: table-cell; vertical-align: top;}
#module_474913538__tabPane_5558 .SubPadding {width:30px; height: 100%; position: relative; display: table-cell;}
#module_474913538__tabPane_5558 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_474913538__tabPane_5558 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_474913538__tabPane_5558:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_474913538__tabPane_5558 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_474913538__tabPane_5558 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_474913538__tabPane_5558 #Sub474913538_5558 {display: block;}
#module_474913538__tabPane_5558 #Sub474913538_5558 > .SubPadding {float:left; height: 10px;}
#module_474913538__tabPane_5558 #Sub474913538_5558 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_474913538__tabPane_5558 #Sub474913538_5558 > .SubContainer .SubDrag {display:none;}
#module_474913538__tabPane_5558 #Sub474913538_5558 > .SubPadding {width:5px;}
#module_474913538__tabPane_5558 #Sub474913538_5558 > .SubContainer {width:calc((100% - 10px) / 3) !important;}
#module_474913538__tabPane_5558 #Sub474913538_5558 > .SubPadding3 {display:none;}
}
#module_474913538__tabPane_5558 #Sub474913538_Tab5558_1 {width:33.3333%;}
.module_474913539 .ModuleHead .HeadCenter{float:none;}
#module_474913539 {
padding:0px;
}
#module_474913539 {
position:static;
z-index:0;
top:1382px;
left:252px;
width:100%;
height: auto;
}
#module_474913539 .ModuleHead474913539 {
display:none;
}
#module_474913539 .BodyCenter.BodyCenter474913539 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474913539 >.module_474913539 {
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_474913539 >.module_474913539{
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_474913539 .BodyCenter.BodyCenter474913539 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913539 .BodyCenter.BodyCenter474913539 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474913539 >.module_474913539 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913539 >.module_474913539 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474913539 >.module_474913539 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474913539:hover {
border:none;
}
#module_474913539:hover >.module_474913539 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474913539 .digital-unit{font-size:14px;}
#module_474913539 .digital-unit{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474913539 .digital-unit{color:rgb(0, 0, 0);}
#module_474913539 .digital-unit{font-weight:normal;}
#module_474913539 .digital-unit{text-decoration:initial;}
#module_474913539 .digital-unit{font-style:normal;}
#module_474913539 .digital-num{font-size:18px;}#module_474913539 .digital-num-item sup{top: calc(-18px * 20 / 100);}
#module_474913539 .digital-num{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei!important;}
#module_474913539 .digital-num{color:rgb(0, 98, 187);}
#module_474913539 .digital-num{font-weight:bold;}
#module_474913539 .digital-num{text-decoration:initial!important;}
#module_474913539 .digital-num{font-style:normal;}
#module_474913539 .digital-title{font-size:24px;}
#module_474913539 .digital-title{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474913539 .digital-title{color:#666;}
#module_474913539 .digital-title{font-weight:normal;}
#module_474913539 .digital-title{text-decoration:initial;}
#module_474913539 .digital-title{font-style:normal;}
#module_474913539 .digital-title{margin-top:0px;}
#module_474913539 .digital-title{margin-left:0px;}
#module_474913539 .digital-title{margin-right:0px;}
#module_474913539 .digital-title{margin-bottom:0px;}
#module_474913539 .digital-item{background-color:transparent;}
#module_474913539 .digital-item{background-image:none;}
#module_474913539 .digital-item{background-repeat:no-repeat;}
#module_474913539 .digital-item{background-position:none;}
#module_474913539 .digital-item{background-attachment:none;}
#module_474913539 .digital-item{}
#module_474913539 .digital-unit{color:rgb(0, 0, 0);}
#module_474913539 .digital-line:not(:last-child){border-right-color:#eee;}
#module_474913539 .digital-line:not(:last-child){border-right-style:solid;}
#module_474913539 .digital-line:not(:last-child){border-right-width:1px;}

.module_474913540 .ModuleHead .HeadCenter{float:none;}
#module_474913540 {
padding:0px;
}
#module_474913540 {
position:static;
z-index:0;
top:40px;
left:0px;
width:100%;
height: auto;
}
#module_474913540 .ModuleHead474913540 {
display:none;
}
#module_474913540 .BodyCenter.BodyCenter474913540 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474913540 >.module_474913540 {
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_474913540 >.module_474913540{
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_474913540 .BodyCenter.BodyCenter474913540 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913540 .BodyCenter.BodyCenter474913540 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474913540 >.module_474913540 {
margin-top:2.4661%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913540 >.module_474913540 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:9.8039%;
margin-bottom:0.0000%;
}
}
#module_474913540 >.module_474913540 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474913540:hover {
border:none;
}
#module_474913540:hover >.module_474913540 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474913540 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474913540 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474913540 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474913540 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474913540 .imageTextGiant-Container{padding-top:0px;}
#module_474913540 .imageTextGiant-Container{padding-bottom:0px;}
#module_474913540 .imageTextGiant-Container{padding-left:0px;}
#module_474913540 .imageTextGiant-Container{padding-right:0px;}
#module_474913540 .showHandle .btn{font-size:14px;}
#module_474913540 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474913540 .showHandle .btn{color:#333;}
#module_474913540 .showHandle .btn{font-weight:400;}
#module_474913540 .showHandle .btn{text-decoration:none;}
#module_474913540 .showHandle .btn{font-style:normal;}
#module_474913540 .showHandle div{border-top-color:#ddd !important;}
#module_474913540 .showHandle div{border-top-style:solid !important;}
#module_474913540 .showHandle div{border-top-width:1px !important;}
#module_474913540 .showHandle{background-color:transparent;}
#module_474913540 .showHandle{background-image:none;}
#module_474913540 .showHandle{background-repeat:no-repeat;}
#module_474913540 .showHandle{}
#module_474913540 .showHandle{}
#module_474913540 .showHandle{}
#module_474913540 a{font-size:unset;font-family:unset}
#module_474913538__tabPane_5558 #Sub474913538_Tab5558_2 {width:33.3333%;}
.module_474913541 .ModuleHead .HeadCenter{float:none;}
#module_474913541 {
padding:0px;
}
#module_474913541 {
position:static;
z-index:0;
top:27px;
left:1px;
width:100%;
height: auto;
}
#module_474913541 .ModuleHead474913541 {
display:none;
}
#module_474913541 .BodyCenter.BodyCenter474913541 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474913541 >.module_474913541 {
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_474913541 >.module_474913541{
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_474913541 .BodyCenter.BodyCenter474913541 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913541 .BodyCenter.BodyCenter474913541 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474913541 >.module_474913541 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913541 >.module_474913541 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474913541 >.module_474913541 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474913541:hover {
border:none;
}
#module_474913541:hover >.module_474913541 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474913541 .digital-unit{font-size:14px;}
#module_474913541 .digital-unit{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474913541 .digital-unit{color:rgb(0, 0, 0);}
#module_474913541 .digital-unit{font-weight:normal;}
#module_474913541 .digital-unit{text-decoration:initial;}
#module_474913541 .digital-unit{font-style:normal;}
#module_474913541 .digital-num{font-size:18px;}#module_474913541 .digital-num-item sup{top: calc(-18px * 20 / 100);}
#module_474913541 .digital-num{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei!important;}
#module_474913541 .digital-num{color:rgb(0, 98, 187);}
#module_474913541 .digital-num{font-weight:bold;}
#module_474913541 .digital-num{text-decoration:initial!important;}
#module_474913541 .digital-num{font-style:normal;}
#module_474913541 .digital-title{font-size:24px;}
#module_474913541 .digital-title{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474913541 .digital-title{color:#666;}
#module_474913541 .digital-title{font-weight:normal;}
#module_474913541 .digital-title{text-decoration:initial;}
#module_474913541 .digital-title{font-style:normal;}
#module_474913541 .digital-title{margin-top:0px;}
#module_474913541 .digital-title{margin-left:0px;}
#module_474913541 .digital-title{margin-right:0px;}
#module_474913541 .digital-title{margin-bottom:0px;}
#module_474913541 .digital-item{background-color:transparent;}
#module_474913541 .digital-item{background-image:none;}
#module_474913541 .digital-item{background-repeat:no-repeat;}
#module_474913541 .digital-item{background-position:none;}
#module_474913541 .digital-item{background-attachment:none;}
#module_474913541 .digital-item{}
#module_474913541 .digital-unit{color:rgb(0, 0, 0);}
#module_474913541 .digital-line:not(:last-child){border-right-color:#eee;}
#module_474913541 .digital-line:not(:last-child){border-right-style:solid;}
#module_474913541 .digital-line:not(:last-child){border-right-width:1px;}

.module_474913544 .ModuleHead .HeadCenter{float:none;}
#module_474913544 {
padding:0px;
}
#module_474913544 {
position:static;
z-index:0;
top:54px;
left:1px;
width:100%;
height: auto;
}
#module_474913544 .ModuleHead474913544 {
display:none;
}
#module_474913544 .BodyCenter.BodyCenter474913544 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474913544 >.module_474913544 {
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_474913544 >.module_474913544{
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_474913544 .BodyCenter.BodyCenter474913544 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913544 .BodyCenter.BodyCenter474913544 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:9.8039%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474913544 >.module_474913544 {
margin-top:2.4661%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913544 >.module_474913544 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474913544 >.module_474913544 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474913544:hover {
border:none;
}
#module_474913544:hover >.module_474913544 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474913544 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474913544 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474913544 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474913544 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474913544 .imageTextGiant-Container{padding-top:0px;}
#module_474913544 .imageTextGiant-Container{padding-bottom:0px;}
#module_474913544 .imageTextGiant-Container{padding-left:0px;}
#module_474913544 .imageTextGiant-Container{padding-right:0px;}
#module_474913544 .showHandle .btn{font-size:14px;}
#module_474913544 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474913544 .showHandle .btn{color:#333;}
#module_474913544 .showHandle .btn{font-weight:400;}
#module_474913544 .showHandle .btn{text-decoration:none;}
#module_474913544 .showHandle .btn{font-style:normal;}
#module_474913544 .showHandle div{border-top-color:#ddd !important;}
#module_474913544 .showHandle div{border-top-style:solid !important;}
#module_474913544 .showHandle div{border-top-width:1px !important;}
#module_474913544 .showHandle{background-color:transparent;}
#module_474913544 .showHandle{background-image:none;}
#module_474913544 .showHandle{background-repeat:no-repeat;}
#module_474913544 .showHandle{}
#module_474913544 .showHandle{}
#module_474913544 .showHandle{}
#module_474913544 a{font-size:unset;font-family:unset}
#module_474913538__tabPane_5558 #Sub474913538_Tab5558_3 {width:33.3333%;}
.module_474913542 .ModuleHead .HeadCenter{float:none;}
#module_474913542 {
padding:0px;
}
#module_474913542 {
position:static;
z-index:0;
top:23px;
left:0px;
width:100%;
height: auto;
}
#module_474913542 .ModuleHead474913542 {
display:none;
}
#module_474913542 .BodyCenter.BodyCenter474913542 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474913542 >.module_474913542 {
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_474913542 >.module_474913542{
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_474913542 .BodyCenter.BodyCenter474913542 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913542 .BodyCenter.BodyCenter474913542 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474913542 >.module_474913542 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913542 >.module_474913542 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474913542 >.module_474913542 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474913542:hover {
border:none;
}
#module_474913542:hover >.module_474913542 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474913542 .digital-unit{font-size:14px;}
#module_474913542 .digital-unit{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474913542 .digital-unit{color:rgb(0, 0, 0);}
#module_474913542 .digital-unit{font-weight:normal;}
#module_474913542 .digital-unit{text-decoration:initial;}
#module_474913542 .digital-unit{font-style:normal;}
#module_474913542 .digital-num{font-size:18px;}#module_474913542 .digital-num-item sup{top: calc(-18px * 20 / 100);}
#module_474913542 .digital-num{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei!important;}
#module_474913542 .digital-num{color:rgb(0, 98, 187);}
#module_474913542 .digital-num{font-weight:bold;}
#module_474913542 .digital-num{text-decoration:initial!important;}
#module_474913542 .digital-num{font-style:normal;}
#module_474913542 .digital-title{font-size:24px;}
#module_474913542 .digital-title{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474913542 .digital-title{color:#666;}
#module_474913542 .digital-title{font-weight:normal;}
#module_474913542 .digital-title{text-decoration:initial;}
#module_474913542 .digital-title{font-style:normal;}
#module_474913542 .digital-title{margin-top:0px;}
#module_474913542 .digital-title{margin-left:0px;}
#module_474913542 .digital-title{margin-right:0px;}
#module_474913542 .digital-title{margin-bottom:0px;}
#module_474913542 .digital-item{background-color:transparent;}
#module_474913542 .digital-item{background-image:none;}
#module_474913542 .digital-item{background-repeat:no-repeat;}
#module_474913542 .digital-item{background-position:none;}
#module_474913542 .digital-item{background-attachment:none;}
#module_474913542 .digital-item{}
#module_474913542 .digital-unit{color:rgb(0, 0, 0);}
#module_474913542 .digital-line:not(:last-child){border-right-color:#eee;}
#module_474913542 .digital-line:not(:last-child){border-right-style:solid;}
#module_474913542 .digital-line:not(:last-child){border-right-width:1px;}

.module_474913543 .ModuleHead .HeadCenter{float:none;}
#module_474913543 {
padding:0px;
}
#module_474913543 {
position:static;
z-index:0;
top:45px;
left:0px;
width:100%;
height: auto;
}
#module_474913543 .ModuleHead474913543 {
display:none;
}
#module_474913543 .BodyCenter.BodyCenter474913543 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474913543 >.module_474913543 {
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_474913543 >.module_474913543{
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_474913543 .BodyCenter.BodyCenter474913543 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913543 .BodyCenter.BodyCenter474913543 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474913543 >.module_474913543 {
margin-top:2.4661%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913543 >.module_474913543 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474913543 >.module_474913543 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474913543:hover {
border:none;
}
#module_474913543:hover >.module_474913543 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474913543 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474913543 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474913543 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474913543 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474913543 .imageTextGiant-Container{padding-top:0px;}
#module_474913543 .imageTextGiant-Container{padding-bottom:0px;}
#module_474913543 .imageTextGiant-Container{padding-left:0px;}
#module_474913543 .imageTextGiant-Container{padding-right:0px;}
#module_474913543 .showHandle .btn{font-size:14px;}
#module_474913543 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474913543 .showHandle .btn{color:#333;}
#module_474913543 .showHandle .btn{font-weight:400;}
#module_474913543 .showHandle .btn{text-decoration:none;}
#module_474913543 .showHandle .btn{font-style:normal;}
#module_474913543 .showHandle div{border-top-color:#ddd !important;}
#module_474913543 .showHandle div{border-top-style:solid !important;}
#module_474913543 .showHandle div{border-top-width:1px !important;}
#module_474913543 .showHandle{background-color:transparent;}
#module_474913543 .showHandle{background-image:none;}
#module_474913543 .showHandle{background-repeat:no-repeat;}
#module_474913543 .showHandle{}
#module_474913543 .showHandle{}
#module_474913543 .showHandle{}
#module_474913543 a{font-size:unset;font-family:unset}


.ModuleButtonGiant.layout-107 .moduleButton{
    font-size: 14px;
    height: 40px;
    width:100px;
    color:#fe6e27;
    border:1px solid #f65e12;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
	max-width:100%;
    box-sizing: border-box;
    display: inline-table;
     /* display: flex;
    justify-content: center;
    align-items: center; */
}
.ModuleButtonGiant.layout-107 .buttonbox{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ModuleButtonGiant.layout-107 .buttonbox > span{
	display:inline-flex;
}
.ModuleButtonGiant.layout-107 .moduleButton:hover{
    color:#fff;
}
.ModuleButtonGiant.layout-107 .moduleButton:hover:before{
    background: #f65e12;
}
.ModuleButtonGiant.layout-107 .hvr-sweep-to-right:before,.ModuleButtonGiant.layout-107 .hvr-sweep-to-top:before,.ModuleButtonGiant.layout-107 .Radial-Out:before,.ModuleButtonGiant.layout-107 .RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-107 .Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-107 .Shutter-Out-Vertical:before{
    background: #f65e12
}
.ModuleButtonGiant.layout-107 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-107 .BreadIcon{
    font-size: 16px;
}

.ModuleButtonGiant.layout-107 .buttonBoxDiv{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ModuleButtonGiant.layout-107 .moduleButton .ButtonLineHidden{
    width: calc(33px - 7px);
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .18s ease-in-out;
    -o-transition: .18s ease-in-out;
    transition: .18s ease-in-out;
    position: absolute;
    opacity: .4;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.ModuleButtonGiant.layout-107 .moduleButton:hover .ButtonLineHidden{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.ModuleButtonGiant.layout-107 .moduleButton .ButtonText{
    position: relative;
    display: inline-block;
    -webkit-transition: .2s cubic-bezier(.42,0,.6,.93);
    -o-transition: .2s cubic-bezier(.42,0,.6,.93);
    transition: .2s cubic-bezier(.42,0,.6,.93);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 0 16px;
}

.ModuleButtonGiant.layout-107 .moduleButton .ButtonLine{
    width: calc(33px - 7px);
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .18s ease-in-out;
    -o-transition: .18s ease-in-out;
    transition: .18s ease-in-out;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.ModuleButtonGiant.layout-107 .moduleButton:hover .ButtonLine{
    opacity: .4;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.ModuleButtonGiant.layout-107 .Ionios{
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    padding-top: 1px;
    font-size: 14px;
}

.ModuleButtonGiant.layout-107 .Ionios:before{
    content: "\f488";
    display: inline-block;
    font-family: ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
    font-family: ionicons;
    src: url(/static/web/font/ionicons.eot);
    src: url(/static/web/font/ionicons.eot) format("embedded-opentype"),url(/static/web/font/ionicons.ttf) format("truetype"),url(https://static.styles-sys.com/fonts/ionicons.woff?v=2.0.0) format("woff"),url(https://static.styles-sys.com/fonts/ionicons.svg?v=2.0.0) format("svg");
    font-weight: 400;
    font-style: normal
}
.module_474853316 .ModuleHead .HeadCenter{float:none;}
#module_474853316 {
padding:0px;
}
#module_474853316 {
position:static;
z-index:0;
top:1571px;
left:484px;
width:100%;
height: auto;
}
#module_474853316 .ModuleHead474853316 {
display:none;
}
#module_474853316 .BodyCenter.BodyCenter474853316 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853316 >.module_474853316 {
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_474853316 >.module_474853316{
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_474853316 .BodyCenter.BodyCenter474853316 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853316 .BodyCenter.BodyCenter474853316 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853316 >.module_474853316 {
margin-top:1.2931%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853316 >.module_474853316 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474853316 >.module_474853316 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853316:hover {
border:none;
}
#module_474853316:hover >.module_474853316 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853316 .BodyCenter{text-align:left;}
#module_474853316 .moduleButton{font-size:16px;}
#module_474853316 .moduleButton{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853316 .moduleButton{color:#445464;}
#module_474853316 .moduleButton{font-weight:normal;}
#module_474853316 .moduleButton{text-decoration:none;}
#module_474853316 .moduleButton{font-style:normal;}
#module_474853316 .moduleButton, #module_474853316 .moduleButton:before{background-color:rgba(0,0,0,0);}
#module_474853316 .moduleButton, #module_474853316 .moduleButton:before{background-image:none;}
#module_474853316 .moduleButton, #module_474853316 .moduleButton:before{background-repeat:no-repeat;}
#module_474853316 .moduleButton, #module_474853316 .moduleButton:before{background-position:none;}
#module_474853316 .moduleButton, #module_474853316 .moduleButton:before{background-attachment:none;}
#module_474853316 .moduleButton, #module_474853316 .moduleButton:before{}
#module_474853316 .moduleButton{border-color:rgb(216, 216, 216);}
#module_474853316 .moduleButton{border-style:solid;}
#module_474853316 .moduleButton{border-width:2px;}
#module_474853316 .moduleButton{border-top-left-radius:0px;}
#module_474853316 .moduleButton{border-top-right-radius:0px;}
#module_474853316 .moduleButton{border-bottom-left-radius:0px;}
#module_474853316 .moduleButton{border-bottom-right-radius:0px;}
#module_474853316 .moduleButton{width:280px;}
#module_474853316 .moduleButton{height:60px;line-height:60px;}
#module_474853316 .BodyCenter{color:#445464;}
#module_474853316 .moduleButton{padding-top:0px;}
#module_474853316 .moduleButton{padding-bottom:0px;}
#module_474853316 .moduleButton{padding-left:0px;}
#module_474853316 .moduleButton{padding-right:0px;}
#module_474853316 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_474853316 .moduleButton .ButtonLineHidden, #module_474853316 .moduleButton .ButtonLine{width:25px;} #module_474853316 .moduleButton:hover .ButtonText{-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform: translateX(25px);}
#module_474853316 .moduleButton .ButtonLineHidden, #module_474853316 .moduleButton .ButtonLine, #module_474853316 .moduleButton .Ionios{color:#000;}
#module_474853316 .moduleButton:hover{font-size:16px;}
#module_474853316 .moduleButton:hover{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853316 .moduleButton:hover{color:#fff;}
#module_474853316 .moduleButton:hover{font-weight:normal;}
#module_474853316 .moduleButton:hover{text-decoration:none;}
#module_474853316 .moduleButton:hover{font-style:normal;}
#module_474853316 .moduleButton:hover, #module_474853316 .moduleButton:hover:before{background-image: unset;background-color:rgb(0, 98, 187);}
#module_474853316 .moduleButton:hover, #module_474853316 .moduleButton:hover:before{background-image:none;}
#module_474853316 .moduleButton:hover, #module_474853316 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_474853316 .moduleButton:hover, #module_474853316 .moduleButton:hover:before{background-position:none;}
#module_474853316 .moduleButton:hover, #module_474853316 .moduleButton:hover:before{background-attachment:none;}
#module_474853316 .moduleButton:hover, #module_474853316 .moduleButton:hover:before{}
#module_474853316 .moduleButton:hover{border-color:transparent;}
#module_474853316 .moduleButton:hover{border-style:solid;}
#module_474853316 .moduleButton:hover{border-width:2px;}
#module_474853316 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_474853316 .moduleButton:hover .ButtonLineHidden, #module_474853316 .moduleButton:hover .ButtonLine, #module_474853316 .moduleButton:hover .Ionios{color:#fff;}

.ModuleGridContainer.ModuleGridContainer474853358 #Sub474853358_2 {width:52.3784%;}
/*ÊÓÆµÄ£¿£¿£¿£¿£¿é*/
.ModuleVideoGiant.layout-101 video{ display: block;}
.ModuleVideoGiant.layout-101 .videogiant-container{position: relative; text-align:center;}
.ModuleVideoGiant.layout-101 .videogiant-container .videoWrapper{height: auto;}
.ModuleVideoGiant.layout-101 .iframeBox .videoWrapper{padding-bottom: 56%;}
.ModuleVideoGiant.layout-101 .videogiant-container iframe,
.ModuleVideoGiant.layout-101 .videogiant-container embed,
.ModuleVideoGiant.layout-101 .videogiant-container object{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ModuleVideoGiant.layout-101 .videoPlayBtn{
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('/static/web/image/vbg.png') -116px -196px no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 11;
    -webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    visibility: visible;
    cursor: pointer;
}
.ModuleVideoGiant.layout-101 .videogiant-container:hover .videoPlayBtn{
    transform: scale(1.4);
    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -o-transform:scale(1.4);
}
.ModuleVideoGiant.layout-101 .videoCoverPic{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-color: #fff; */
    -webkit-transition: all .46s ease;
    transition: all .46s ease;
}
.ModuleVideoGiant.layout-101 .playModeBox {opacity: 0;}
/*¼æÈÝios¡¢safari border-radius*/
.ModuleVideoGiant.layout-101{transform:rotate(0);}.module_474853360 .ModuleHead .HeadCenter{float:none;}
#module_474853360 {
padding:0px;
}
#module_474853360 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474853360 .ModuleHead474853360 {
display:none;
}
#module_474853360 .BodyCenter.BodyCenter474853360 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853360 >.module_474853360 {
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_474853360 >.module_474853360{
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_474853360 .BodyCenter.BodyCenter474853360 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853360 .BodyCenter.BodyCenter474853360 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853360 >.module_474853360 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853360 >.module_474853360 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474853360 >.module_474853360 {box-shadow: 6px 6px 16px 6px #ccc}
#module_474853360:hover {
border:none;
}
#module_474853360:hover >.module_474853360 {box-shadow: 6px 6px 16px 6px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853360 .videoTitle{font-size:14px;}
#module_474853360 .videoTitle{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853360 .videoTitle{color:#333;}
#module_474853360 .videoTitle{font-weight:bold;}
#module_474853360 .videoTitle{text-decoration:none;}
#module_474853360 .videoTitle{font-style:normal;}
#module_474853360 .videoTitle{text-align:left;}
#module_474853360 .videoTitle{margin-top:8px;}
#module_474853360 .videoTitle{margin-bottom:2px;}
#module_474853360 .videoTitle{margin-left:0px;}
#module_474853360 .videoTitle{margin-right:0px;}
#module_474853360 .videoDescrib{font-size:12px;}
#module_474853360 .videoDescrib{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853360 .videoDescrib{color:#999;}
#module_474853360 .videoDescrib{font-weight:normal;}
#module_474853360 .videoDescrib{text-decoration:none;}
#module_474853360 .videoDescrib{font-style:normal;}
#module_474853360 .videoDescrib{text-align:left;}
#module_474853360 .videoBox:hover .videoTitle{font-size:14px;}
#module_474853360 .videoBox:hover .videoTitle{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853360 .videoBox:hover .videoTitle{color:#333;}
#module_474853360 .videoBox:hover .videoTitle{font-weight:bold;}
#module_474853360 .videoBox:hover .videoTitle{text-decoration:none;}
#module_474853360 .videoBox:hover .videoTitle{font-style:normal;}
#module_474853360 .videoBox:hover .videoDescrib{font-size:12px;}
#module_474853360 .videoBox:hover .videoDescrib{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853360 .videoBox:hover .videoDescrib{color:#999;}
#module_474853360 .videoBox:hover .videoDescrib{font-weight:normal;}
#module_474853360 .videoBox:hover .videoDescrib{text-decoration:none;}
#module_474853360 .videoBox:hover .videoDescrib{font-style:normal;}

.module_474913943 .ModuleHead .HeadCenter{float:none;}
#module_474913943 {
padding:0px;
}
#module_474913943 {
position:static;
z-index:0;
top:237px;
left:1619px;
width:100%;
height: auto;
}
#module_474913943 .ModuleHead474913943 {
display:none;
}
#module_474913943 .BodyCenter.BodyCenter474913943 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474913943 >.module_474913943 {
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_474913943 >.module_474913943{
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_474913943 .BodyCenter.BodyCenter474913943 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913943 .BodyCenter.BodyCenter474913943 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474913943 >.module_474913943 {
margin-top:1.2931%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474913943 >.module_474913943 {
margin-top:14.1956%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474913943 >.module_474913943 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474913943:hover {
border:none;
}
#module_474913943:hover >.module_474913943 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474913943 .BodyCenter{text-align:left;}
#module_474913943 .moduleButton{font-size:14px;}
#module_474913943 .moduleButton{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474913943 .moduleButton{color:#445464;}
#module_474913943 .moduleButton{font-weight:normal;}
#module_474913943 .moduleButton{text-decoration:none;}
#module_474913943 .moduleButton{font-style:normal;}
#module_474913943 .moduleButton, #module_474913943 .moduleButton:before{background-color:rgba(0,0,0,0);}
#module_474913943 .moduleButton, #module_474913943 .moduleButton:before{background-image:none;}
#module_474913943 .moduleButton, #module_474913943 .moduleButton:before{background-repeat:no-repeat;}
#module_474913943 .moduleButton, #module_474913943 .moduleButton:before{background-position:none;}
#module_474913943 .moduleButton, #module_474913943 .moduleButton:before{background-attachment:none;}
#module_474913943 .moduleButton, #module_474913943 .moduleButton:before{}
#module_474913943 .moduleButton{border-color:rgb(216, 216, 216);}
#module_474913943 .moduleButton{border-style:solid;}
#module_474913943 .moduleButton{border-width:2px;}
#module_474913943 .moduleButton{border-top-left-radius:0px;}
#module_474913943 .moduleButton{border-top-right-radius:0px;}
#module_474913943 .moduleButton{border-bottom-left-radius:0px;}
#module_474913943 .moduleButton{border-bottom-right-radius:0px;}
#module_474913943 .moduleButton{width:180px;}
#module_474913943 .moduleButton{height:40px;line-height:40px;}
#module_474913943 .BodyCenter{color:#445464;}
#module_474913943 .moduleButton{padding-top:0px;}
#module_474913943 .moduleButton{padding-bottom:0px;}
#module_474913943 .moduleButton{padding-left:0px;}
#module_474913943 .moduleButton{padding-right:0px;}
#module_474913943 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_474913943 .moduleButton .ButtonLineHidden, #module_474913943 .moduleButton .ButtonLine{width:25px;} #module_474913943 .moduleButton:hover .ButtonText{-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform: translateX(25px);}
#module_474913943 .moduleButton .ButtonLineHidden, #module_474913943 .moduleButton .ButtonLine, #module_474913943 .moduleButton .Ionios{color:#000;}
#module_474913943 .moduleButton:hover{font-size:14px;}
#module_474913943 .moduleButton:hover{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474913943 .moduleButton:hover{color:#fff;}
#module_474913943 .moduleButton:hover{font-weight:normal;}
#module_474913943 .moduleButton:hover{text-decoration:none;}
#module_474913943 .moduleButton:hover{font-style:normal;}
#module_474913943 .moduleButton:hover, #module_474913943 .moduleButton:hover:before{background-image: unset;background-color:rgb(0, 98, 187);}
#module_474913943 .moduleButton:hover, #module_474913943 .moduleButton:hover:before{background-image:none;}
#module_474913943 .moduleButton:hover, #module_474913943 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_474913943 .moduleButton:hover, #module_474913943 .moduleButton:hover:before{background-position:none;}
#module_474913943 .moduleButton:hover, #module_474913943 .moduleButton:hover:before{background-attachment:none;}
#module_474913943 .moduleButton:hover, #module_474913943 .moduleButton:hover:before{}
#module_474913943 .moduleButton:hover{border-color:transparent;}
#module_474913943 .moduleButton:hover{border-style:solid;}
#module_474913943 .moduleButton:hover{border-width:2px;}
#module_474913943 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_474913943 .moduleButton:hover .ButtonLineHidden, #module_474913943 .moduleButton:hover .ButtonLine, #module_474913943 .moduleButton:hover .Ionios{color:#fff;}

.ModuleGridContainer.ModuleGridContainer474853358 #Sub474853358_3 {width:40.962%;}
.module_474853980 .ModuleHead .HeadCenter{float:none;}
#module_474853980 {
padding:0px;
}
#module_474853980 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474853980 .ModuleHead474853980 {
display:none;
}
#module_474853980 .BodyCenter.BodyCenter474853980 {
background-color:transparent;
background-image:url(/static/web/image/202301291713580b1313.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_474853980 >.module_474853980 {
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_474853980 >.module_474853980{
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_474853980 .BodyCenter.BodyCenter474853980 {
padding-top:5.2301%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853980 .BodyCenter.BodyCenter474853980 {
padding-top:11.5274%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474853980 >.module_474853980 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853980 >.module_474853980 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474853980 >.module_474853980 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853980:hover {
border:none;
}
#module_474853980:hover >.module_474853980 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853980 .ModuleSubContainer{background-color:transparent;}
#module_474853980 .ModuleSubContainer{background-image:none;}
#module_474853980 .ModuleSubContainer{background-repeat:no-repeat;}
#module_474853980 .ModuleSubContainer{background-position:0% 0%;}
#module_474853980 .ModuleSubContainer{background-attachment:scroll;}
#module_474853980 .ModuleSubContainer{}
#module_474853980 {!bgVideo!}{bgVideoUrl:}
#module_474853980 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_474853980 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_474853980 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer474853980 {max-width:none;width:100%;}
.module_474853984 .ModuleHead .HeadCenter{float:none;}
#module_474853984 {
padding:0px;
}
#module_474853984 {
position:static;
z-index:0;
top:-118px;
left:1619px;
width:100%;
height: auto;
}
#module_474853984 .ModuleHead474853984 {
display:none;
}
#module_474853984 .BodyCenter.BodyCenter474853984 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853984 >.module_474853984 {
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_474853984 >.module_474853984{
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_474853984 .BodyCenter.BodyCenter474853984 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853984 .BodyCenter.BodyCenter474853984 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853984 >.module_474853984 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853984 >.module_474853984 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474853984 >.module_474853984 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853984:hover {
border:none;
}
#module_474853984:hover >.module_474853984 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853984 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474853984 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474853984 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474853984 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474853984 .imageTextGiant-Container{padding-top:0px;}
#module_474853984 .imageTextGiant-Container{padding-bottom:0px;}
#module_474853984 .imageTextGiant-Container{padding-left:0px;}
#module_474853984 .imageTextGiant-Container{padding-right:0px;}
#module_474853984 .showHandle .btn{font-size:14px;}
#module_474853984 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853984 .showHandle .btn{color:#333;}
#module_474853984 .showHandle .btn{font-weight:400;}
#module_474853984 .showHandle .btn{text-decoration:none;}
#module_474853984 .showHandle .btn{font-style:normal;}
#module_474853984 .showHandle div{border-top-color:#ddd !important;}
#module_474853984 .showHandle div{border-top-style:solid !important;}
#module_474853984 .showHandle div{border-top-width:1px !important;}
#module_474853984 .showHandle{background-color:transparent;}
#module_474853984 .showHandle{background-image:none;}
#module_474853984 .showHandle{background-repeat:no-repeat;}
#module_474853984 .showHandle{}
#module_474853984 .showHandle{}
#module_474853984 .showHandle{}
#module_474853984 a{font-size:unset;font-family:unset}
.module_474853985 .ModuleHead .HeadCenter{float:none;}
#module_474853985 {
padding:0px;
}
#module_474853985 {
position:static;
z-index:0;
top:1919px;
left:382px;
width:100%;
height: auto;
}
#module_474853985 .ModuleHead474853985 {
display:none;
}
#module_474853985 .BodyCenter.BodyCenter474853985 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853985 >.module_474853985 {
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_474853985 >.module_474853985{
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_474853985 .BodyCenter.BodyCenter474853985 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853985 .BodyCenter.BodyCenter474853985 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853985 >.module_474853985 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853985 >.module_474853985 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474853985 >.module_474853985 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853985:hover {
border:none;
}
#module_474853985:hover >.module_474853985 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853985 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474853985 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474853985 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474853985 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474853985 .imageTextGiant-Container{padding-top:0px;}
#module_474853985 .imageTextGiant-Container{padding-bottom:0px;}
#module_474853985 .imageTextGiant-Container{padding-left:0px;}
#module_474853985 .imageTextGiant-Container{padding-right:0px;}
#module_474853985 .showHandle .btn{font-size:14px;}
#module_474853985 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474853985 .showHandle .btn{color:#333;}
#module_474853985 .showHandle .btn{font-weight:400;}
#module_474853985 .showHandle .btn{text-decoration:none;}
#module_474853985 .showHandle .btn{font-style:normal;}
#module_474853985 .showHandle div{border-top-color:#ddd !important;}
#module_474853985 .showHandle div{border-top-style:solid !important;}
#module_474853985 .showHandle div{border-top-width:1px !important;}
#module_474853985 .showHandle{background-color:transparent;}
#module_474853985 .showHandle{background-image:none;}
#module_474853985 .showHandle{background-repeat:no-repeat;}
#module_474853985 .showHandle{}
#module_474853985 .showHandle{}
#module_474853985 .showHandle{}
#module_474853985 a{font-size:unset;font-family:unset}
.module_474914169 .ModuleHead .HeadCenter{float:none;}
#module_474914169 {
padding:0px;
}
#module_474914169 {
position:static;
z-index:0;
top:1496px;
left:230px;
width:100%;
height: auto;
}
#module_474914169 .ModuleHead474914169 {
display:none;
}
#module_474914169 .BodyCenter.BodyCenter474914169 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914169 >.module_474914169 {
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_474914169 >.module_474914169{
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_474914169 .BodyCenter.BodyCenter474914169 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914169 .BodyCenter.BodyCenter474914169 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474914169 >.module_474914169 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914169 >.module_474914169 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474914169 >.module_474914169 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914169:hover {
border:none;
}
#module_474914169:hover >.module_474914169 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914169 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914169 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914169 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914169 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914169 .imageTextGiant-Container{padding-top:0px;}
#module_474914169 .imageTextGiant-Container{padding-bottom:0px;}
#module_474914169 .imageTextGiant-Container{padding-left:0px;}
#module_474914169 .imageTextGiant-Container{padding-right:0px;}
#module_474914169 .showHandle .btn{font-size:14px;}
#module_474914169 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914169 .showHandle .btn{color:#333;}
#module_474914169 .showHandle .btn{font-weight:400;}
#module_474914169 .showHandle .btn{text-decoration:none;}
#module_474914169 .showHandle .btn{font-style:normal;}
#module_474914169 .showHandle div{border-top-color:#ddd !important;}
#module_474914169 .showHandle div{border-top-style:solid !important;}
#module_474914169 .showHandle div{border-top-width:1px !important;}
#module_474914169 .showHandle{background-color:transparent;}
#module_474914169 .showHandle{background-image:none;}
#module_474914169 .showHandle{background-repeat:no-repeat;}
#module_474914169 .showHandle{}
#module_474914169 .showHandle{}
#module_474914169 .showHandle{}
#module_474914169 a{font-size:unset;font-family:unset}
.module_474853986 .ModuleHead .HeadCenter{float:none;}
#module_474853986 {
padding:0px;
}
#module_474853986 {
position:static;
z-index:0;
top:1912px;
left:760px;
width:100%;
height: auto;
}
#module_474853986 .ModuleHead474853986 {
display:none;
}
#module_474853986 .BodyCenter.BodyCenter474853986 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474853986 >.module_474853986 {
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_474853986 >.module_474853986{
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_474853986 .BodyCenter.BodyCenter474853986 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853986 .BodyCenter.BodyCenter474853986 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474853986 >.module_474853986 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474853986 >.module_474853986 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474853986 >.module_474853986 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474853986:hover {
border:none;
}
#module_474853986:hover >.module_474853986 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474853986 img{border-top-color:transparent;}
#module_474853986 img{border-top-style:none;}
#module_474853986 img{border-top-width:0px;}
#module_474853986 img{border-right-color:transparent;}
#module_474853986 img{border-right-style:none;}
#module_474853986 img{border-right-width:0px;}
#module_474853986 img{border-bottom-color:transparent;}
#module_474853986 img{border-bottom-style:none;}
#module_474853986 img{border-bottom-width:0px;}
#module_474853986 img{border-left-color:transparent;}
#module_474853986 img{border-left-style:none;}
#module_474853986 img{border-left-width:0px;}
#module_474853986 img{border-top-left-radius:0px;}
#module_474853986 img{border-top-right-radius:0px;}
#module_474853986 img{border-bottom-left-radius:0px;}
#module_474853986 img{border-bottom-right-radius:0px;}
#module_474853986 .BodyCenter{text-align: center;}

.module_474914563 .ModuleHead .HeadCenter{float:none;}
#module_474914563 {
padding:0px;
}
#module_474914563 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_474914563 .ModuleHead474914563 {
display:none;
}
#module_474914563 .BodyCenter.BodyCenter474914563 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914563 >.module_474914563 {
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_474914563 >.module_474914563{
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_474914563 .BodyCenter.BodyCenter474914563 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_474914563 .BodyCenter.BodyCenter474914563 {
padding-top:0.0000%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914563 >.module_474914563 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_474914563 >.module_474914563 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914563 >.module_474914563 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914563:hover {
border:none;
}
#module_474914563:hover >.module_474914563 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914563 .ModuleSubContainer{background-color:transparent;}
#module_474914563 .ModuleSubContainer{background-image:none;}
#module_474914563 .ModuleSubContainer{background-repeat:no-repeat;}
#module_474914563 .ModuleSubContainer{background-position:0% 0%;}
#module_474914563 .ModuleSubContainer{background-attachment:scroll;}
#module_474914563 .ModuleSubContainer{}
#module_474914563 {!bgVideo!}{bgVideoUrl:}
#module_474914563 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_474914563 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_474914563 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer474914563 {}
.ModuleGridContainer.ModuleGridContainer474914563 .SubPadding {width:0px;}
.ModuleImageGiant.layout-107 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-107 img{
	margin: auto;
    max-width: 100%;
	border: none;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition-duration: 500ms;
    -webkit-transition-duration:500ms;
}

.module_474914568 .ModuleHead .HeadCenter{float:none;}
#module_474914568 {
padding:0px;
}
#module_474914568 {
position:static;
z-index:0;
top:18px;
left:1619px;
width:100%;
height: auto;
}
#module_474914568 .ModuleHead474914568 {
display:none;
}
#module_474914568 .BodyCenter.BodyCenter474914568 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914568 >.module_474914568 {
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_474914568 >.module_474914568{
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_474914568 .BodyCenter.BodyCenter474914568 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914568 .BodyCenter.BodyCenter474914568 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474914568 >.module_474914568 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914568 >.module_474914568 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474914568 >.module_474914568 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914568:hover {
border:none;
}
#module_474914568:hover >.module_474914568 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914568 img{border-top-color:transparent;}
#module_474914568 img{border-top-style:none;}
#module_474914568 img{border-top-width:0px;}
#module_474914568 img{border-right-color:transparent;}
#module_474914568 img{border-right-style:none;}
#module_474914568 img{border-right-width:0px;}
#module_474914568 img{border-bottom-color:transparent;}
#module_474914568 img{border-bottom-style:none;}
#module_474914568 img{border-bottom-width:0px;}
#module_474914568 img{border-left-color:transparent;}
#module_474914568 img{border-left-style:none;}
#module_474914568 img{border-left-width:0px;}
#module_474914568 img{border-top-left-radius:0px;}
#module_474914568 img{border-top-right-radius:0px;}
#module_474914568 img{border-bottom-left-radius:0px;}
#module_474914568 img{border-bottom-right-radius:0px;}
#module_474914568 .BodyCenter{text-align: left;}

.module_474914570 .ModuleHead .HeadCenter{float:none;}
#module_474914570 {
padding:0px;
}
#module_474914570 {
position:static;
z-index:0;
top:2316px;
left:503px;
width:100%;
height: auto;
}
#module_474914570 .ModuleHead474914570 {
display:none;
}
#module_474914570 .BodyCenter.BodyCenter474914570 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914570 >.module_474914570 {
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_474914570 >.module_474914570{
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_474914570 .BodyCenter.BodyCenter474914570 {
padding-top:0.0000%;
padding-left:7.2115%;
padding-right:7.2115%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914570 .BodyCenter.BodyCenter474914570 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914570 >.module_474914570 {
margin-top:-77.1635%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914570 >.module_474914570 {
margin-top:-83.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914570 >.module_474914570 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914570:hover {
border:none;
}
#module_474914570:hover >.module_474914570 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914570 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914570 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914570 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914570 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914570 .imageTextGiant-Container{padding-top:10px;}
#module_474914570 .imageTextGiant-Container{padding-bottom:10px;}
#module_474914570 .imageTextGiant-Container{padding-left:10px;}
#module_474914570 .imageTextGiant-Container{padding-right:10px;}
#module_474914570 .showHandle .btn{font-size:14px;}
#module_474914570 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914570 .showHandle .btn{color:#333;}
#module_474914570 .showHandle .btn{font-weight:400;}
#module_474914570 .showHandle .btn{text-decoration:none;}
#module_474914570 .showHandle .btn{font-style:normal;}
#module_474914570 .showHandle div{border-top-color:#ddd !important;}
#module_474914570 .showHandle div{border-top-style:solid !important;}
#module_474914570 .showHandle div{border-top-width:1px !important;}
#module_474914570 .showHandle{background-color:transparent;}
#module_474914570 .showHandle{background-image:none;}
#module_474914570 .showHandle{background-repeat:no-repeat;}
#module_474914570 .showHandle{}
#module_474914570 .showHandle{}
#module_474914570 .showHandle{}
#module_474914570 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer474914563 #Sub474914563_1 {width:50%;}
.module_474914569 .ModuleHead .HeadCenter{float:none;}
#module_474914569 {
padding:0px;
}
#module_474914569 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_474914569 .ModuleHead474914569 {
display:none;
}
#module_474914569 .BodyCenter.BodyCenter474914569 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914569 >.module_474914569 {
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_474914569 >.module_474914569{
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_474914569 .BodyCenter.BodyCenter474914569 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914569 .BodyCenter.BodyCenter474914569 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474914569 >.module_474914569 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914569 >.module_474914569 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474914569 >.module_474914569 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914569:hover {
border:none;
}
#module_474914569:hover >.module_474914569 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914569 img{border-top-color:transparent;}
#module_474914569 img{border-top-style:none;}
#module_474914569 img{border-top-width:0px;}
#module_474914569 img{border-right-color:transparent;}
#module_474914569 img{border-right-style:none;}
#module_474914569 img{border-right-width:0px;}
#module_474914569 img{border-bottom-color:transparent;}
#module_474914569 img{border-bottom-style:none;}
#module_474914569 img{border-bottom-width:0px;}
#module_474914569 img{border-left-color:transparent;}
#module_474914569 img{border-left-style:none;}
#module_474914569 img{border-left-width:0px;}
#module_474914569 img{border-top-left-radius:0px;}
#module_474914569 img{border-top-right-radius:0px;}
#module_474914569 img{border-bottom-left-radius:0px;}
#module_474914569 img{border-bottom-right-radius:0px;}
#module_474914569 .BodyCenter{text-align: right;}

.module_474914572 .ModuleHead .HeadCenter{float:none;}
#module_474914572 {
padding:0px;
}
#module_474914572 {
position:static;
z-index:0;
top:292px;
left:1619px;
width:100%;
height: auto;
}
#module_474914572 .ModuleHead474914572 {
display:none;
}
#module_474914572 .BodyCenter.BodyCenter474914572 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914572 >.module_474914572 {
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_474914572 >.module_474914572{
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_474914572 .BodyCenter.BodyCenter474914572 {
padding-top:0.0000%;
padding-left:7.2289%;
padding-right:7.2289%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914572 .BodyCenter.BodyCenter474914572 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914572 >.module_474914572 {
margin-top:-77.3494%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914572 >.module_474914572 {
margin-top:-83.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914572 >.module_474914572 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914572:hover {
border:none;
}
#module_474914572:hover >.module_474914572 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914572 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914572 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914572 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914572 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914572 .imageTextGiant-Container{padding-top:10px;}
#module_474914572 .imageTextGiant-Container{padding-bottom:10px;}
#module_474914572 .imageTextGiant-Container{padding-left:10px;}
#module_474914572 .imageTextGiant-Container{padding-right:10px;}
#module_474914572 .showHandle .btn{font-size:14px;}
#module_474914572 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914572 .showHandle .btn{color:#333;}
#module_474914572 .showHandle .btn{font-weight:400;}
#module_474914572 .showHandle .btn{text-decoration:none;}
#module_474914572 .showHandle .btn{font-style:normal;}
#module_474914572 .showHandle div{border-top-color:#ddd !important;}
#module_474914572 .showHandle div{border-top-style:solid !important;}
#module_474914572 .showHandle div{border-top-width:1px !important;}
#module_474914572 .showHandle{background-color:transparent;}
#module_474914572 .showHandle{background-image:none;}
#module_474914572 .showHandle{background-repeat:no-repeat;}
#module_474914572 .showHandle{}
#module_474914572 .showHandle{}
#module_474914572 .showHandle{}
#module_474914572 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer474914563 #Sub474914563_2 {width:50%;}
.module_474914578 .ModuleHead .HeadCenter{float:none;}
#module_474914578 {
padding:0px;
}
#module_474914578 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_474914578 .ModuleHead474914578 {
display:none;
}
#module_474914578 .BodyCenter.BodyCenter474914578 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914578 >.module_474914578 {
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_474914578 >.module_474914578{
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_474914578 .BodyCenter.BodyCenter474914578 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_474914578 .BodyCenter.BodyCenter474914578 {
padding-top:1.1527%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914578 >.module_474914578 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_474914578 >.module_474914578 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914578 >.module_474914578 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914578:hover {
border:none;
}
#module_474914578:hover >.module_474914578 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914578 .ModuleSubContainer{background-color:transparent;}
#module_474914578 .ModuleSubContainer{background-image:none;}
#module_474914578 .ModuleSubContainer{background-repeat:no-repeat;}
#module_474914578 .ModuleSubContainer{background-position:0% 0%;}
#module_474914578 .ModuleSubContainer{background-attachment:scroll;}
#module_474914578 .ModuleSubContainer{}
#module_474914578 {!bgVideo!}{bgVideoUrl:}
#module_474914578 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_474914578 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_474914578 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer474914578 {}
.module_474914579 .ModuleHead .HeadCenter{float:none;}
#module_474914579 {
padding:0px;
}
#module_474914579 {
position:static;
z-index:0;
top:30px;
left:1619px;
width:100%;
height: auto;
}
#module_474914579 .ModuleHead474914579 {
display:none;
}
#module_474914579 .BodyCenter.BodyCenter474914579 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914579 >.module_474914579 {
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_474914579 >.module_474914579{
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_474914579 .BodyCenter.BodyCenter474914579 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914579 .BodyCenter.BodyCenter474914579 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474914579 >.module_474914579 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914579 >.module_474914579 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474914579 >.module_474914579 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914579:hover {
border:none;
}
#module_474914579:hover >.module_474914579 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914579 img{border-top-color:transparent;}
#module_474914579 img{border-top-style:none;}
#module_474914579 img{border-top-width:0px;}
#module_474914579 img{border-right-color:transparent;}
#module_474914579 img{border-right-style:none;}
#module_474914579 img{border-right-width:0px;}
#module_474914579 img{border-bottom-color:transparent;}
#module_474914579 img{border-bottom-style:none;}
#module_474914579 img{border-bottom-width:0px;}
#module_474914579 img{border-left-color:transparent;}
#module_474914579 img{border-left-style:none;}
#module_474914579 img{border-left-width:0px;}
#module_474914579 img{border-top-left-radius:0px;}
#module_474914579 img{border-top-right-radius:0px;}
#module_474914579 img{border-bottom-left-radius:0px;}
#module_474914579 img{border-bottom-right-radius:0px;}
#module_474914579 .BodyCenter{text-align: left;}

.module_474914581 .ModuleHead .HeadCenter{float:none;}
#module_474914581 {
padding:0px;
}
#module_474914581 {
position:static;
z-index:0;
top:206px;
left:0px;
width:100%;
height: auto;
}
#module_474914581 .ModuleHead474914581 {
display:none;
}
#module_474914581 .BodyCenter.BodyCenter474914581 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914581 >.module_474914581 {
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_474914581 >.module_474914581{
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_474914581 .BodyCenter.BodyCenter474914581 {
padding-top:0.0000%;
padding-left:3.4843%;
padding-right:3.4843%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914581 .BodyCenter.BodyCenter474914581 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914581 >.module_474914581 {
margin-top:-37.2822%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914581 >.module_474914581 {
margin-top:-41.0095%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914581 >.module_474914581 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914581:hover {
border:none;
}
#module_474914581:hover >.module_474914581 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914581 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914581 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914581 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914581 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914581 .imageTextGiant-Container{padding-top:10px;}
#module_474914581 .imageTextGiant-Container{padding-bottom:10px;}
#module_474914581 .imageTextGiant-Container{padding-left:10px;}
#module_474914581 .imageTextGiant-Container{padding-right:10px;}
#module_474914581 .showHandle .btn{font-size:14px;}
#module_474914581 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914581 .showHandle .btn{color:#333;}
#module_474914581 .showHandle .btn{font-weight:400;}
#module_474914581 .showHandle .btn{text-decoration:none;}
#module_474914581 .showHandle .btn{font-style:normal;}
#module_474914581 .showHandle div{border-top-color:#ddd !important;}
#module_474914581 .showHandle div{border-top-style:solid !important;}
#module_474914581 .showHandle div{border-top-width:1px !important;}
#module_474914581 .showHandle{background-color:transparent;}
#module_474914581 .showHandle{background-image:none;}
#module_474914581 .showHandle{background-repeat:no-repeat;}
#module_474914581 .showHandle{}
#module_474914581 .showHandle{}
#module_474914581 .showHandle{}
#module_474914581 a{font-size:unset;font-family:unset}
.module_474854136 .ModuleHead .HeadCenter{float:none;}
#module_474854136 {
padding:0px;
}
#module_474854136 {
position:static;
z-index:0;
top:2032px;
left:835px;
width:100%;
height: auto;
}
#module_474854136 .ModuleHead474854136 {
display:none;
}
#module_474854136 .BodyCenter.BodyCenter474854136 {
background-color:transparent;
background-image:url(/static/web/image/202301291713580b1313.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_474854136 >.module_474854136 {
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_474854136 >.module_474854136{
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_474854136 .BodyCenter.BodyCenter474854136 {
padding-top:0.9937%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:1.5690%;
}
}
@media screen and (max-width: 767px){
#module_474854136 .BodyCenter.BodyCenter474854136 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474854136 >.module_474854136 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854136 >.module_474854136 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474854136 >.module_474854136 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474854136:hover {
border:none;
}
#module_474854136:hover >.module_474854136 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474854136 .ModuleSubContainer{background-color:transparent;}
#module_474854136 .ModuleSubContainer{background-image:none;}
#module_474854136 .ModuleSubContainer{background-repeat:no-repeat;}
#module_474854136 .ModuleSubContainer{background-position:0% 0%;}
#module_474854136 .ModuleSubContainer{background-attachment:scroll;}
#module_474854136 .ModuleSubContainer{}
#module_474854136 {!bgVideo!}{bgVideoUrl:}
#module_474854136 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_474854136 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_474854136 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer474854136 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer474854136 .SubPadding {width:30px;}
.module_474854141 .ModuleHead .HeadCenter{float:none;}
#module_474854141 {
padding:0px;
}
#module_474854141 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474854141 .ModuleHead474854141 {
display:none;
}
#module_474854141 .BodyCenter.BodyCenter474854141 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474854141 >.module_474854141 {
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_474854141 >.module_474854141{
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_474854141 .BodyCenter.BodyCenter474854141 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854141 .BodyCenter.BodyCenter474854141 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474854141 >.module_474854141 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854141 >.module_474854141 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474854141 >.module_474854141 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474854141:hover {
border:none;
}
#module_474854141:hover >.module_474854141 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474854141 img{border-top-color:transparent;}
#module_474854141 img{border-top-style:none;}
#module_474854141 img{border-top-width:0px;}
#module_474854141 img{border-right-color:transparent;}
#module_474854141 img{border-right-style:none;}
#module_474854141 img{border-right-width:0px;}
#module_474854141 img{border-bottom-color:transparent;}
#module_474854141 img{border-bottom-style:none;}
#module_474854141 img{border-bottom-width:0px;}
#module_474854141 img{border-left-color:transparent;}
#module_474854141 img{border-left-style:none;}
#module_474854141 img{border-left-width:0px;}
#module_474854141 img{border-top-left-radius:0px;}
#module_474854141 img{border-top-right-radius:0px;}
#module_474854141 img{border-bottom-left-radius:0px;}
#module_474854141 img{border-bottom-right-radius:0px;}
#module_474854141 .BodyCenter{text-align: left;}

.module_474854378 .ModuleHead .HeadCenter{float:none;}
#module_474854378 {
padding:0px;
}
#module_474854378 {
position:static;
z-index:0;
top:2375px;
left:283px;
width:100%;
height: auto;
}
#module_474854378 .ModuleHead474854378 {
display:none;
}
#module_474854378 .BodyCenter.BodyCenter474854378 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474854378 >.module_474854378 {
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_474854378 >.module_474854378{
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_474854378 .BodyCenter.BodyCenter474854378 {
padding-top:0.0000%;
padding-left:7.2115%;
padding-right:7.2115%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854378 .BodyCenter.BodyCenter474854378 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474854378 >.module_474854378 {
margin-top:-77.1635%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854378 >.module_474854378 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474854378 >.module_474854378 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474854378:hover {
border:none;
}
#module_474854378:hover >.module_474854378 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474854378 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474854378 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474854378 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474854378 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474854378 .imageTextGiant-Container{padding-top:10px;}
#module_474854378 .imageTextGiant-Container{padding-bottom:10px;}
#module_474854378 .imageTextGiant-Container{padding-left:10px;}
#module_474854378 .imageTextGiant-Container{padding-right:10px;}
#module_474854378 .showHandle .btn{font-size:14px;}
#module_474854378 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474854378 .showHandle .btn{color:#333;}
#module_474854378 .showHandle .btn{font-weight:400;}
#module_474854378 .showHandle .btn{text-decoration:none;}
#module_474854378 .showHandle .btn{font-style:normal;}
#module_474854378 .showHandle div{border-top-color:#ddd !important;}
#module_474854378 .showHandle div{border-top-style:solid !important;}
#module_474854378 .showHandle div{border-top-width:1px !important;}
#module_474854378 .showHandle{background-color:transparent;}
#module_474854378 .showHandle{background-image:none;}
#module_474854378 .showHandle{background-repeat:no-repeat;}
#module_474854378 .showHandle{}
#module_474854378 .showHandle{}
#module_474854378 .showHandle{}
#module_474854378 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer474854136 #Sub474854136_1 {width:24.5863%;}
.module_474854410 .ModuleHead .HeadCenter{float:none;}
#module_474854410 {
padding:0px;
}
#module_474854410 {
position:static;
z-index:0;
top:42px;
left:0px;
width:100%;
height: auto;
}
#module_474854410 .ModuleHead474854410 {
display:none;
}
#module_474854410 .BodyCenter.BodyCenter474854410 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474854410 >.module_474854410 {
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_474854410 >.module_474854410{
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_474854410 .BodyCenter.BodyCenter474854410 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854410 .BodyCenter.BodyCenter474854410 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474854410 >.module_474854410 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854410 >.module_474854410 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474854410 >.module_474854410 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474854410:hover {
border:none;
}
#module_474854410:hover >.module_474854410 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474854410 img{border-top-color:transparent;}
#module_474854410 img{border-top-style:none;}
#module_474854410 img{border-top-width:0px;}
#module_474854410 img{border-right-color:transparent;}
#module_474854410 img{border-right-style:none;}
#module_474854410 img{border-right-width:0px;}
#module_474854410 img{border-bottom-color:transparent;}
#module_474854410 img{border-bottom-style:none;}
#module_474854410 img{border-bottom-width:0px;}
#module_474854410 img{border-left-color:transparent;}
#module_474854410 img{border-left-style:none;}
#module_474854410 img{border-left-width:0px;}
#module_474854410 img{border-top-left-radius:0px;}
#module_474854410 img{border-top-right-radius:0px;}
#module_474854410 img{border-bottom-left-radius:0px;}
#module_474854410 img{border-bottom-right-radius:0px;}
#module_474854410 .BodyCenter{text-align: left;}

.module_476182622 .ModuleHead .HeadCenter{float:none;}
#module_476182622 {
padding:0px;
}
#module_476182622 {
position:static;
z-index:0;
top:377px;
left:0px;
width:100%;
height: auto;
}
#module_476182622 .ModuleHead476182622 {
display:none;
}
#module_476182622 .BodyCenter.BodyCenter476182622 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476182622 >.module_476182622 {
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_476182622 >.module_476182622{
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_476182622 .BodyCenter.BodyCenter476182622 {
padding-top:0.0000%;
padding-left:3.4843%;
padding-right:3.4843%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476182622 .BodyCenter.BodyCenter476182622 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476182622 >.module_476182622 {
margin-top:-37.2822%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476182622 >.module_476182622 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476182622 >.module_476182622 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476182622:hover {
border:none;
}
#module_476182622:hover >.module_476182622 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476182622 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476182622 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476182622 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476182622 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476182622 .imageTextGiant-Container{padding-top:10px;}
#module_476182622 .imageTextGiant-Container{padding-bottom:10px;}
#module_476182622 .imageTextGiant-Container{padding-left:10px;}
#module_476182622 .imageTextGiant-Container{padding-right:10px;}
#module_476182622 .showHandle .btn{font-size:14px;}
#module_476182622 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_476182622 .showHandle .btn{color:#333;}
#module_476182622 .showHandle .btn{font-weight:400;}
#module_476182622 .showHandle .btn{text-decoration:none;}
#module_476182622 .showHandle .btn{font-style:normal;}
#module_476182622 .showHandle div{border-top-color:#ddd !important;}
#module_476182622 .showHandle div{border-top-style:solid !important;}
#module_476182622 .showHandle div{border-top-width:1px !important;}
#module_476182622 .showHandle{background-color:transparent;}
#module_476182622 .showHandle{background-image:none;}
#module_476182622 .showHandle{background-repeat:no-repeat;}
#module_476182622 .showHandle{}
#module_476182622 .showHandle{}
#module_476182622 .showHandle{}
#module_476182622 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer474854136 #Sub474854136_2 {width:50.8865%;}
.module_474854145 .ModuleHead .HeadCenter{float:none;}
#module_474854145 {
padding:0px;
}
#module_474854145 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_474854145 .ModuleHead474854145 {
display:none;
}
#module_474854145 .BodyCenter.BodyCenter474854145 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474854145 >.module_474854145 {
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_474854145 >.module_474854145{
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_474854145 .BodyCenter.BodyCenter474854145 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854145 .BodyCenter.BodyCenter474854145 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474854145 >.module_474854145 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854145 >.module_474854145 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474854145 >.module_474854145 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474854145:hover {
border:none;
}
#module_474854145:hover >.module_474854145 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474854145 img{border-top-color:transparent;}
#module_474854145 img{border-top-style:none;}
#module_474854145 img{border-top-width:0px;}
#module_474854145 img{border-right-color:transparent;}
#module_474854145 img{border-right-style:none;}
#module_474854145 img{border-right-width:0px;}
#module_474854145 img{border-bottom-color:transparent;}
#module_474854145 img{border-bottom-style:none;}
#module_474854145 img{border-bottom-width:0px;}
#module_474854145 img{border-left-color:transparent;}
#module_474854145 img{border-left-style:none;}
#module_474854145 img{border-left-width:0px;}
#module_474854145 img{border-top-left-radius:0px;}
#module_474854145 img{border-top-right-radius:0px;}
#module_474854145 img{border-bottom-left-radius:0px;}
#module_474854145 img{border-bottom-right-radius:0px;}
#module_474854145 .BodyCenter{text-align: right;}

.module_476182623 .ModuleHead .HeadCenter{float:none;}
#module_476182623 {
padding:0px;
}
#module_476182623 {
position:static;
z-index:0;
top:306px;
left:0px;
width:100%;
height: auto;
}
#module_476182623 .ModuleHead476182623 {
display:none;
}
#module_476182623 .BodyCenter.BodyCenter476182623 {
background:none;background-color:rgba(0,0,0,0);
}
#module_476182623 >.module_476182623 {
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_476182623 >.module_476182623{
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_476182623 .BodyCenter.BodyCenter476182623 {
padding-top:0.0000%;
padding-left:7.2289%;
padding-right:7.2289%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476182623 .BodyCenter.BodyCenter476182623 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_476182623 >.module_476182623 {
margin-top:-77.3494%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_476182623 >.module_476182623 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_476182623 >.module_476182623 {box-shadow: 0px 0px 0px 0px #ccc}
#module_476182623:hover {
border:none;
}
#module_476182623:hover >.module_476182623 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_476182623 .ModuleImageTextGiantContent{margin-top:0px;}
#module_476182623 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_476182623 .ModuleImageTextGiantContent{margin-left:0px;}
#module_476182623 .ModuleImageTextGiantContent{margin-right:0px;}
#module_476182623 .imageTextGiant-Container{padding-top:10px;}
#module_476182623 .imageTextGiant-Container{padding-bottom:10px;}
#module_476182623 .imageTextGiant-Container{padding-left:10px;}
#module_476182623 .imageTextGiant-Container{padding-right:10px;}
#module_476182623 .showHandle .btn{font-size:14px;}
#module_476182623 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_476182623 .showHandle .btn{color:#333;}
#module_476182623 .showHandle .btn{font-weight:400;}
#module_476182623 .showHandle .btn{text-decoration:none;}
#module_476182623 .showHandle .btn{font-style:normal;}
#module_476182623 .showHandle div{border-top-color:#ddd !important;}
#module_476182623 .showHandle div{border-top-style:solid !important;}
#module_476182623 .showHandle div{border-top-width:1px !important;}
#module_476182623 .showHandle{background-color:transparent;}
#module_476182623 .showHandle{background-image:none;}
#module_476182623 .showHandle{background-repeat:no-repeat;}
#module_476182623 .showHandle{}
#module_476182623 .showHandle{}
#module_476182623 .showHandle{}
#module_476182623 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer474854136 #Sub474854136_3 {width:24.5272%;}
.module_474854420 .ModuleHead .HeadCenter{float:none;}
#module_474854420 {
padding:0px;
}
#module_474854420 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474854420 .ModuleHead474854420 {
display:none;
}
#module_474854420 .BodyCenter.BodyCenter474854420 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474854420 >.module_474854420 {
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_474854420 >.module_474854420{
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_474854420 .BodyCenter.BodyCenter474854420 {
padding-top:0.0000%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:2.0921%;
}
}
@media screen and (max-width: 767px){
#module_474854420 .BodyCenter.BodyCenter474854420 {
padding-top:1.4409%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_474854420 >.module_474854420 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854420 >.module_474854420 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474854420 >.module_474854420 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474854420:hover {
border:none;
}
#module_474854420:hover >.module_474854420 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474854420 .ModuleSubContainer{background-color:transparent;}
#module_474854420 .ModuleSubContainer{background-image:none;}
#module_474854420 .ModuleSubContainer{background-repeat:no-repeat;}
#module_474854420 .ModuleSubContainer{background-position:0% 0%;}
#module_474854420 .ModuleSubContainer{background-attachment:scroll;}
#module_474854420 .ModuleSubContainer{}
#module_474854420 {!bgVideo!}{bgVideoUrl:}
#module_474854420 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_474854420 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_474854420 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer474854420 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer474854420 .SubPadding {width:30px;}
.module_474854426 .ModuleHead .HeadCenter{float:none;}
#module_474854426 {
padding:0px;
}
#module_474854426 {
position:static;
z-index:0;
top:-118px;
left:1619px;
width:100%;
height: auto;
}
#module_474854426 .ModuleHead474854426 {
display:none;
}
#module_474854426 .BodyCenter.BodyCenter474854426 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474854426 >.module_474854426 {
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_474854426 >.module_474854426{
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_474854426 .BodyCenter.BodyCenter474854426 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854426 .BodyCenter.BodyCenter474854426 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474854426 >.module_474854426 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854426 >.module_474854426 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474854426 >.module_474854426 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474854426:hover {
border:none;
}
#module_474854426:hover >.module_474854426 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474854426 img{border-top-color:transparent;}
#module_474854426 img{border-top-style:none;}
#module_474854426 img{border-top-width:0px;}
#module_474854426 img{border-right-color:transparent;}
#module_474854426 img{border-right-style:none;}
#module_474854426 img{border-right-width:0px;}
#module_474854426 img{border-bottom-color:transparent;}
#module_474854426 img{border-bottom-style:none;}
#module_474854426 img{border-bottom-width:0px;}
#module_474854426 img{border-left-color:transparent;}
#module_474854426 img{border-left-style:none;}
#module_474854426 img{border-left-width:0px;}
#module_474854426 img{border-top-left-radius:0px;}
#module_474854426 img{border-top-right-radius:0px;}
#module_474854426 img{border-bottom-left-radius:0px;}
#module_474854426 img{border-bottom-right-radius:0px;}
#module_474854426 .BodyCenter{text-align: left;}

.module_474854432 .ModuleHead .HeadCenter{float:none;}
#module_474854432 {
padding:0px;
}
#module_474854432 {
position:static;
z-index:0;
top:2749px;
left:289px;
width:100%;
height: auto;
}
#module_474854432 .ModuleHead474854432 {
display:none;
}
#module_474854432 .BodyCenter.BodyCenter474854432 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474854432 >.module_474854432 {
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_474854432 >.module_474854432{
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_474854432 .BodyCenter.BodyCenter474854432 {
padding-top:0.0000%;
padding-left:7.2115%;
padding-right:7.2115%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854432 .BodyCenter.BodyCenter474854432 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474854432 >.module_474854432 {
margin-top:-77.1635%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854432 >.module_474854432 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474854432 >.module_474854432 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474854432:hover {
border:none;
}
#module_474854432:hover >.module_474854432 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474854432 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474854432 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474854432 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474854432 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474854432 .imageTextGiant-Container{padding-top:10px;}
#module_474854432 .imageTextGiant-Container{padding-bottom:10px;}
#module_474854432 .imageTextGiant-Container{padding-left:10px;}
#module_474854432 .imageTextGiant-Container{padding-right:10px;}
#module_474854432 .showHandle .btn{font-size:14px;}
#module_474854432 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474854432 .showHandle .btn{color:#333;}
#module_474854432 .showHandle .btn{font-weight:400;}
#module_474854432 .showHandle .btn{text-decoration:none;}
#module_474854432 .showHandle .btn{font-style:normal;}
#module_474854432 .showHandle div{border-top-color:#ddd !important;}
#module_474854432 .showHandle div{border-top-style:solid !important;}
#module_474854432 .showHandle div{border-top-width:1px !important;}
#module_474854432 .showHandle{background-color:transparent;}
#module_474854432 .showHandle{background-image:none;}
#module_474854432 .showHandle{background-repeat:no-repeat;}
#module_474854432 .showHandle{}
#module_474854432 .showHandle{}
#module_474854432 .showHandle{}
#module_474854432 a{font-size:unset;font-family:unset}
.module_474914584 .ModuleHead .HeadCenter{float:none;}
#module_474914584 {
padding:0px;
}
#module_474914584 {
position:static;
z-index:0;
top:87px;
left:0px;
width:100%;
height: auto;
}
#module_474914584 .ModuleHead474914584 {
display:none;
}
#module_474914584 .BodyCenter.BodyCenter474914584 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914584 >.module_474914584 {
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_474914584 >.module_474914584{
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_474914584 .BodyCenter.BodyCenter474914584 {
padding-top:0.0000%;
padding-left:7.2115%;
padding-right:7.2115%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914584 .BodyCenter.BodyCenter474914584 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914584 >.module_474914584 {
margin-top:-77.1635%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914584 >.module_474914584 {
margin-top:-85.2564%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914584 >.module_474914584 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914584:hover {
border:none;
}
#module_474914584:hover >.module_474914584 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914584 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914584 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914584 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914584 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914584 .imageTextGiant-Container{padding-top:10px;}
#module_474914584 .imageTextGiant-Container{padding-bottom:10px;}
#module_474914584 .imageTextGiant-Container{padding-left:10px;}
#module_474914584 .imageTextGiant-Container{padding-right:10px;}
#module_474914584 .showHandle .btn{font-size:14px;}
#module_474914584 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914584 .showHandle .btn{color:#333;}
#module_474914584 .showHandle .btn{font-weight:400;}
#module_474914584 .showHandle .btn{text-decoration:none;}
#module_474914584 .showHandle .btn{font-style:normal;}
#module_474914584 .showHandle div{border-top-color:#ddd !important;}
#module_474914584 .showHandle div{border-top-style:solid !important;}
#module_474914584 .showHandle div{border-top-width:1px !important;}
#module_474914584 .showHandle{background-color:transparent;}
#module_474914584 .showHandle{background-image:none;}
#module_474914584 .showHandle{background-repeat:no-repeat;}
#module_474914584 .showHandle{}
#module_474914584 .showHandle{}
#module_474914584 .showHandle{}
#module_474914584 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer474854420 #Sub474854420_1 {width:25%;}
.module_474854427 .ModuleHead .HeadCenter{float:none;}
#module_474854427 {
padding:0px;
}
#module_474854427 {
position:static;
z-index:0;
top:23px;
left:0px;
width:100%;
height: auto;
}
#module_474854427 .ModuleHead474854427 {
display:none;
}
#module_474854427 .BodyCenter.BodyCenter474854427 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474854427 >.module_474854427 {
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_474854427 >.module_474854427{
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_474854427 .BodyCenter.BodyCenter474854427 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854427 .BodyCenter.BodyCenter474854427 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474854427 >.module_474854427 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854427 >.module_474854427 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474854427 >.module_474854427 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474854427:hover {
border:none;
}
#module_474854427:hover >.module_474854427 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474854427 img{border-top-color:transparent;}
#module_474854427 img{border-top-style:none;}
#module_474854427 img{border-top-width:0px;}
#module_474854427 img{border-right-color:transparent;}
#module_474854427 img{border-right-style:none;}
#module_474854427 img{border-right-width:0px;}
#module_474854427 img{border-bottom-color:transparent;}
#module_474854427 img{border-bottom-style:none;}
#module_474854427 img{border-bottom-width:0px;}
#module_474854427 img{border-left-color:transparent;}
#module_474854427 img{border-left-style:none;}
#module_474854427 img{border-left-width:0px;}
#module_474854427 img{border-top-left-radius:0px;}
#module_474854427 img{border-top-right-radius:0px;}
#module_474854427 img{border-bottom-left-radius:0px;}
#module_474854427 img{border-bottom-right-radius:0px;}
#module_474854427 .BodyCenter{text-align: left;}

.module_474854434 .ModuleHead .HeadCenter{float:none;}
#module_474854434 {
padding:0px;
}
#module_474854434 {
position:static;
z-index:0;
top:307px;
left:0px;
width:100%;
height: auto;
}
#module_474854434 .ModuleHead474854434 {
display:none;
}
#module_474854434 .BodyCenter.BodyCenter474854434 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474854434 >.module_474854434 {
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_474854434 >.module_474854434{
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_474854434 .BodyCenter.BodyCenter474854434 {
padding-top:0.0000%;
padding-left:7.2115%;
padding-right:7.2115%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854434 .BodyCenter.BodyCenter474854434 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474854434 >.module_474854434 {
margin-top:-77.1635%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854434 >.module_474854434 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474854434 >.module_474854434 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474854434:hover {
border:none;
}
#module_474854434:hover >.module_474854434 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474854434 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474854434 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474854434 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474854434 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474854434 .imageTextGiant-Container{padding-top:10px;}
#module_474854434 .imageTextGiant-Container{padding-bottom:10px;}
#module_474854434 .imageTextGiant-Container{padding-left:10px;}
#module_474854434 .imageTextGiant-Container{padding-right:10px;}
#module_474854434 .showHandle .btn{font-size:14px;}
#module_474854434 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474854434 .showHandle .btn{color:#333;}
#module_474854434 .showHandle .btn{font-weight:400;}
#module_474854434 .showHandle .btn{text-decoration:none;}
#module_474854434 .showHandle .btn{font-style:normal;}
#module_474854434 .showHandle div{border-top-color:#ddd !important;}
#module_474854434 .showHandle div{border-top-style:solid !important;}
#module_474854434 .showHandle div{border-top-width:1px !important;}
#module_474854434 .showHandle{background-color:transparent;}
#module_474854434 .showHandle{background-image:none;}
#module_474854434 .showHandle{background-repeat:no-repeat;}
#module_474854434 .showHandle{}
#module_474854434 .showHandle{}
#module_474854434 .showHandle{}
#module_474854434 a{font-size:unset;font-family:unset}
.module_474914585 .ModuleHead .HeadCenter{float:none;}
#module_474914585 {
padding:0px;
}
#module_474914585 {
position:static;
z-index:0;
top:165px;
left:-63px;
width:100%;
height: auto;
}
#module_474914585 .ModuleHead474914585 {
display:none;
}
#module_474914585 .BodyCenter.BodyCenter474914585 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914585 >.module_474914585 {
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_474914585 >.module_474914585{
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_474914585 .BodyCenter.BodyCenter474914585 {
padding-top:0.0000%;
padding-left:7.2115%;
padding-right:7.2115%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914585 .BodyCenter.BodyCenter474914585 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914585 >.module_474914585 {
margin-top:-77.1635%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914585 >.module_474914585 {
margin-top:-85.2564%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914585 >.module_474914585 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914585:hover {
border:none;
}
#module_474914585:hover >.module_474914585 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914585 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914585 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914585 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914585 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914585 .imageTextGiant-Container{padding-top:10px;}
#module_474914585 .imageTextGiant-Container{padding-bottom:10px;}
#module_474914585 .imageTextGiant-Container{padding-left:10px;}
#module_474914585 .imageTextGiant-Container{padding-right:10px;}
#module_474914585 .showHandle .btn{font-size:14px;}
#module_474914585 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914585 .showHandle .btn{color:#333;}
#module_474914585 .showHandle .btn{font-weight:400;}
#module_474914585 .showHandle .btn{text-decoration:none;}
#module_474914585 .showHandle .btn{font-style:normal;}
#module_474914585 .showHandle div{border-top-color:#ddd !important;}
#module_474914585 .showHandle div{border-top-style:solid !important;}
#module_474914585 .showHandle div{border-top-width:1px !important;}
#module_474914585 .showHandle{background-color:transparent;}
#module_474914585 .showHandle{background-image:none;}
#module_474914585 .showHandle{background-repeat:no-repeat;}
#module_474914585 .showHandle{}
#module_474914585 .showHandle{}
#module_474914585 .showHandle{}
#module_474914585 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer474854420 #Sub474854420_2 {width:25%;}
.module_474854428 .ModuleHead .HeadCenter{float:none;}
#module_474854428 {
padding:0px;
}
#module_474854428 {
position:static;
z-index:0;
top:33px;
left:0px;
width:100%;
height: auto;
}
#module_474854428 .ModuleHead474854428 {
display:none;
}
#module_474854428 .BodyCenter.BodyCenter474854428 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474854428 >.module_474854428 {
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_474854428 >.module_474854428{
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_474854428 .BodyCenter.BodyCenter474854428 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854428 .BodyCenter.BodyCenter474854428 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474854428 >.module_474854428 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854428 >.module_474854428 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474854428 >.module_474854428 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474854428:hover {
border:none;
}
#module_474854428:hover >.module_474854428 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474854428 img{border-top-color:transparent;}
#module_474854428 img{border-top-style:none;}
#module_474854428 img{border-top-width:0px;}
#module_474854428 img{border-right-color:transparent;}
#module_474854428 img{border-right-style:none;}
#module_474854428 img{border-right-width:0px;}
#module_474854428 img{border-bottom-color:transparent;}
#module_474854428 img{border-bottom-style:none;}
#module_474854428 img{border-bottom-width:0px;}
#module_474854428 img{border-left-color:transparent;}
#module_474854428 img{border-left-style:none;}
#module_474854428 img{border-left-width:0px;}
#module_474854428 img{border-top-left-radius:0px;}
#module_474854428 img{border-top-right-radius:0px;}
#module_474854428 img{border-bottom-left-radius:0px;}
#module_474854428 img{border-bottom-right-radius:0px;}
#module_474854428 .BodyCenter{text-align: left;}

.module_474854435 .ModuleHead .HeadCenter{float:none;}
#module_474854435 {
padding:0px;
}
#module_474854435 {
position:static;
z-index:0;
top:287px;
left:0px;
width:100%;
height: auto;
}
#module_474854435 .ModuleHead474854435 {
display:none;
}
#module_474854435 .BodyCenter.BodyCenter474854435 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474854435 >.module_474854435 {
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_474854435 >.module_474854435{
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_474854435 .BodyCenter.BodyCenter474854435 {
padding-top:0.0000%;
padding-left:7.2115%;
padding-right:7.2115%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854435 .BodyCenter.BodyCenter474854435 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474854435 >.module_474854435 {
margin-top:-77.1635%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854435 >.module_474854435 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474854435 >.module_474854435 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474854435:hover {
border:none;
}
#module_474854435:hover >.module_474854435 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474854435 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474854435 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474854435 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474854435 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474854435 .imageTextGiant-Container{padding-top:10px;}
#module_474854435 .imageTextGiant-Container{padding-bottom:10px;}
#module_474854435 .imageTextGiant-Container{padding-left:10px;}
#module_474854435 .imageTextGiant-Container{padding-right:10px;}
#module_474854435 .showHandle .btn{font-size:14px;}
#module_474854435 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474854435 .showHandle .btn{color:#333;}
#module_474854435 .showHandle .btn{font-weight:400;}
#module_474854435 .showHandle .btn{text-decoration:none;}
#module_474854435 .showHandle .btn{font-style:normal;}
#module_474854435 .showHandle div{border-top-color:#ddd !important;}
#module_474854435 .showHandle div{border-top-style:solid !important;}
#module_474854435 .showHandle div{border-top-width:1px !important;}
#module_474854435 .showHandle{background-color:transparent;}
#module_474854435 .showHandle{background-image:none;}
#module_474854435 .showHandle{background-repeat:no-repeat;}
#module_474854435 .showHandle{}
#module_474854435 .showHandle{}
#module_474854435 .showHandle{}
#module_474854435 a{font-size:unset;font-family:unset}
.module_474914594 .ModuleHead .HeadCenter{float:none;}
#module_474914594 {
padding:0px;
}
#module_474914594 {
position:static;
z-index:0;
top:200px;
left:0px;
width:100%;
height: auto;
}
#module_474914594 .ModuleHead474914594 {
display:none;
}
#module_474914594 .BodyCenter.BodyCenter474914594 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914594 >.module_474914594 {
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_474914594 >.module_474914594{
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_474914594 .BodyCenter.BodyCenter474914594 {
padding-top:0.0000%;
padding-left:7.2115%;
padding-right:7.2115%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914594 .BodyCenter.BodyCenter474914594 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914594 >.module_474914594 {
margin-top:-77.1635%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914594 >.module_474914594 {
margin-top:-85.2564%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914594 >.module_474914594 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914594:hover {
border:none;
}
#module_474914594:hover >.module_474914594 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914594 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914594 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914594 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914594 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914594 .imageTextGiant-Container{padding-top:10px;}
#module_474914594 .imageTextGiant-Container{padding-bottom:10px;}
#module_474914594 .imageTextGiant-Container{padding-left:10px;}
#module_474914594 .imageTextGiant-Container{padding-right:10px;}
#module_474914594 .showHandle .btn{font-size:14px;}
#module_474914594 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914594 .showHandle .btn{color:#333;}
#module_474914594 .showHandle .btn{font-weight:400;}
#module_474914594 .showHandle .btn{text-decoration:none;}
#module_474914594 .showHandle .btn{font-style:normal;}
#module_474914594 .showHandle div{border-top-color:#ddd !important;}
#module_474914594 .showHandle div{border-top-style:solid !important;}
#module_474914594 .showHandle div{border-top-width:1px !important;}
#module_474914594 .showHandle{background-color:transparent;}
#module_474914594 .showHandle{background-image:none;}
#module_474914594 .showHandle{background-repeat:no-repeat;}
#module_474914594 .showHandle{}
#module_474914594 .showHandle{}
#module_474914594 .showHandle{}
#module_474914594 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer474854420 #Sub474854420_3 {width:25%;}
.module_474854429 .ModuleHead .HeadCenter{float:none;}
#module_474854429 {
padding:0px;
}
#module_474854429 {
position:static;
z-index:0;
top:24px;
left:0px;
width:100%;
height: auto;
}
#module_474854429 .ModuleHead474854429 {
display:none;
}
#module_474854429 .BodyCenter.BodyCenter474854429 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474854429 >.module_474854429 {
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_474854429 >.module_474854429{
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_474854429 .BodyCenter.BodyCenter474854429 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854429 .BodyCenter.BodyCenter474854429 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474854429 >.module_474854429 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854429 >.module_474854429 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474854429 >.module_474854429 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474854429:hover {
border:none;
}
#module_474854429:hover >.module_474854429 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474854429 img{border-top-color:transparent;}
#module_474854429 img{border-top-style:none;}
#module_474854429 img{border-top-width:0px;}
#module_474854429 img{border-right-color:transparent;}
#module_474854429 img{border-right-style:none;}
#module_474854429 img{border-right-width:0px;}
#module_474854429 img{border-bottom-color:transparent;}
#module_474854429 img{border-bottom-style:none;}
#module_474854429 img{border-bottom-width:0px;}
#module_474854429 img{border-left-color:transparent;}
#module_474854429 img{border-left-style:none;}
#module_474854429 img{border-left-width:0px;}
#module_474854429 img{border-top-left-radius:0px;}
#module_474854429 img{border-top-right-radius:0px;}
#module_474854429 img{border-bottom-left-radius:0px;}
#module_474854429 img{border-bottom-right-radius:0px;}
#module_474854429 .BodyCenter{text-align: left;}

.module_474854436 .ModuleHead .HeadCenter{float:none;}
#module_474854436 {
padding:0px;
}
#module_474854436 {
position:static;
z-index:0;
top:252px;
left:0px;
width:100%;
height: auto;
}
#module_474854436 .ModuleHead474854436 {
display:none;
}
#module_474854436 .BodyCenter.BodyCenter474854436 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474854436 >.module_474854436 {
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_474854436 >.module_474854436{
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_474854436 .BodyCenter.BodyCenter474854436 {
padding-top:0.0000%;
padding-left:7.2115%;
padding-right:7.2115%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854436 .BodyCenter.BodyCenter474854436 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474854436 >.module_474854436 {
margin-top:-77.1635%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474854436 >.module_474854436 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474854436 >.module_474854436 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474854436:hover {
border:none;
}
#module_474854436:hover >.module_474854436 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474854436 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474854436 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474854436 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474854436 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474854436 .imageTextGiant-Container{padding-top:10px;}
#module_474854436 .imageTextGiant-Container{padding-bottom:10px;}
#module_474854436 .imageTextGiant-Container{padding-left:10px;}
#module_474854436 .imageTextGiant-Container{padding-right:10px;}
#module_474854436 .showHandle .btn{font-size:14px;}
#module_474854436 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474854436 .showHandle .btn{color:#333;}
#module_474854436 .showHandle .btn{font-weight:400;}
#module_474854436 .showHandle .btn{text-decoration:none;}
#module_474854436 .showHandle .btn{font-style:normal;}
#module_474854436 .showHandle div{border-top-color:#ddd !important;}
#module_474854436 .showHandle div{border-top-style:solid !important;}
#module_474854436 .showHandle div{border-top-width:1px !important;}
#module_474854436 .showHandle{background-color:transparent;}
#module_474854436 .showHandle{background-image:none;}
#module_474854436 .showHandle{background-repeat:no-repeat;}
#module_474854436 .showHandle{}
#module_474854436 .showHandle{}
#module_474854436 .showHandle{}
#module_474854436 a{font-size:unset;font-family:unset}
.module_474914595 .ModuleHead .HeadCenter{float:none;}
#module_474914595 {
padding:0px;
}
#module_474914595 {
position:static;
z-index:0;
top:203px;
left:-66px;
width:100%;
height: auto;
}
#module_474914595 .ModuleHead474914595 {
display:none;
}
#module_474914595 .BodyCenter.BodyCenter474914595 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914595 >.module_474914595 {
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_474914595 >.module_474914595{
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_474914595 .BodyCenter.BodyCenter474914595 {
padding-top:0.0000%;
padding-left:7.2115%;
padding-right:7.2115%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914595 .BodyCenter.BodyCenter474914595 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914595 >.module_474914595 {
margin-top:-77.1635%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914595 >.module_474914595 {
margin-top:-85.2564%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914595 >.module_474914595 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914595:hover {
border:none;
}
#module_474914595:hover >.module_474914595 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914595 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914595 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914595 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914595 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914595 .imageTextGiant-Container{padding-top:10px;}
#module_474914595 .imageTextGiant-Container{padding-bottom:10px;}
#module_474914595 .imageTextGiant-Container{padding-left:10px;}
#module_474914595 .imageTextGiant-Container{padding-right:10px;}
#module_474914595 .showHandle .btn{font-size:14px;}
#module_474914595 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914595 .showHandle .btn{color:#333;}
#module_474914595 .showHandle .btn{font-weight:400;}
#module_474914595 .showHandle .btn{text-decoration:none;}
#module_474914595 .showHandle .btn{font-style:normal;}
#module_474914595 .showHandle div{border-top-color:#ddd !important;}
#module_474914595 .showHandle div{border-top-style:solid !important;}
#module_474914595 .showHandle div{border-top-width:1px !important;}
#module_474914595 .showHandle{background-color:transparent;}
#module_474914595 .showHandle{background-image:none;}
#module_474914595 .showHandle{background-repeat:no-repeat;}
#module_474914595 .showHandle{}
#module_474914595 .showHandle{}
#module_474914595 .showHandle{}
#module_474914595 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer474854420 #Sub474854420_4 {width:25%;}
.module_474858355 .ModuleHead .HeadCenter{float:none;}
#module_474858355 {
padding:0px;
}
#module_474858355 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474858355 .ModuleHead474858355 {
display:none;
}
#module_474858355 .BodyCenter.BodyCenter474858355 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474858355 >.module_474858355 {
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_474858355 >.module_474858355{
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_474858355 .BodyCenter.BodyCenter474858355 {
padding-top:0.0000%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:5.2301%;
}
}
@media screen and (max-width: 767px){
#module_474858355 .BodyCenter.BodyCenter474858355 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_474858355 >.module_474858355 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474858355 >.module_474858355 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474858355 >.module_474858355 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474858355:hover {
border:none;
}
#module_474858355:hover >.module_474858355 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474858355 .ModuleSubContainer{background-color:transparent;}
#module_474858355 .ModuleSubContainer{background-image:none;}
#module_474858355 .ModuleSubContainer{background-repeat:no-repeat;}
#module_474858355 .ModuleSubContainer{background-position:0% 0%;}
#module_474858355 .ModuleSubContainer{background-attachment:scroll;}
#module_474858355 .ModuleSubContainer{}
#module_474858355 {!bgVideo!}{bgVideoUrl:}
#module_474858355 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_474858355 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_474858355 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer474858355 {max-width:none;width:100%;}
.module_474858357 .ModuleHead .HeadCenter{float:none;}
#module_474858357 {
padding:0px;
}
#module_474858357 {
position:static;
z-index:0;
top:24px;
left:1619px;
width:100%;
height: auto;
}
#module_474858357 .ModuleHead474858357 {
display:none;
}
#module_474858357 .BodyCenter.BodyCenter474858357 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474858357 >.module_474858357 {
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_474858357 >.module_474858357{
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_474858357 .BodyCenter.BodyCenter474858357 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474858357 .BodyCenter.BodyCenter474858357 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474858357 >.module_474858357 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474858357 >.module_474858357 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474858357 >.module_474858357 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474858357:hover {
border:none;
}
#module_474858357:hover >.module_474858357 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474858357 .BodyCenter{text-align:center;}
#module_474858357 .moduleButton{font-size:16px;}
#module_474858357 .moduleButton{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474858357 .moduleButton{color:#445464;}
#module_474858357 .moduleButton{font-weight:normal;}
#module_474858357 .moduleButton{text-decoration:none;}
#module_474858357 .moduleButton{font-style:normal;}
#module_474858357 .moduleButton, #module_474858357 .moduleButton:before{background-color:rgba(0,0,0,0);}
#module_474858357 .moduleButton, #module_474858357 .moduleButton:before{background-image:none;}
#module_474858357 .moduleButton, #module_474858357 .moduleButton:before{background-repeat:no-repeat;}
#module_474858357 .moduleButton, #module_474858357 .moduleButton:before{background-position:none;}
#module_474858357 .moduleButton, #module_474858357 .moduleButton:before{background-attachment:none;}
#module_474858357 .moduleButton, #module_474858357 .moduleButton:before{}
#module_474858357 .moduleButton{border-color:rgb(216, 216, 216);}
#module_474858357 .moduleButton{border-style:solid;}
#module_474858357 .moduleButton{border-width:2px;}
#module_474858357 .moduleButton{border-top-left-radius:0px;}
#module_474858357 .moduleButton{border-top-right-radius:0px;}
#module_474858357 .moduleButton{border-bottom-left-radius:0px;}
#module_474858357 .moduleButton{border-bottom-right-radius:0px;}
#module_474858357 .moduleButton{width:280px;}
#module_474858357 .moduleButton{height:60px;line-height:60px;}
#module_474858357 .BodyCenter{color:#445464;}
#module_474858357 .moduleButton{padding-top:0px;}
#module_474858357 .moduleButton{padding-bottom:0px;}
#module_474858357 .moduleButton{padding-left:0px;}
#module_474858357 .moduleButton{padding-right:0px;}
#module_474858357 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_474858357 .moduleButton .ButtonLineHidden, #module_474858357 .moduleButton .ButtonLine{width:25px;} #module_474858357 .moduleButton:hover .ButtonText{-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform: translateX(25px);}
#module_474858357 .moduleButton .ButtonLineHidden, #module_474858357 .moduleButton .ButtonLine, #module_474858357 .moduleButton .Ionios{color:#000;}
#module_474858357 .moduleButton:hover{font-size:16px;}
#module_474858357 .moduleButton:hover{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474858357 .moduleButton:hover{color:#fff;}
#module_474858357 .moduleButton:hover{font-weight:normal;}
#module_474858357 .moduleButton:hover{text-decoration:none;}
#module_474858357 .moduleButton:hover{font-style:normal;}
#module_474858357 .moduleButton:hover, #module_474858357 .moduleButton:hover:before{background-image: unset;background-color:rgb(0, 98, 187);}
#module_474858357 .moduleButton:hover, #module_474858357 .moduleButton:hover:before{background-image:none;}
#module_474858357 .moduleButton:hover, #module_474858357 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_474858357 .moduleButton:hover, #module_474858357 .moduleButton:hover:before{background-position:none;}
#module_474858357 .moduleButton:hover, #module_474858357 .moduleButton:hover:before{background-attachment:none;}
#module_474858357 .moduleButton:hover, #module_474858357 .moduleButton:hover:before{}
#module_474858357 .moduleButton:hover{border-color:transparent;}
#module_474858357 .moduleButton:hover{border-style:solid;}
#module_474858357 .moduleButton:hover{border-width:2px;}
#module_474858357 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_474858357 .moduleButton:hover .ButtonLineHidden, #module_474858357 .moduleButton:hover .ButtonLine, #module_474858357 .moduleButton:hover .Ionios{color:#fff;}

.module_474914600 .ModuleHead .HeadCenter{float:none;}
#module_474914600 {
padding:0px;
}
#module_474914600 {
position:static;
z-index:0;
top:30px;
left:1619px;
width:100%;
height: auto;
}
#module_474914600 .ModuleHead474914600 {
display:none;
}
#module_474914600 .BodyCenter.BodyCenter474914600 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914600 >.module_474914600 {
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_474914600 >.module_474914600{
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_474914600 .BodyCenter.BodyCenter474914600 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914600 .BodyCenter.BodyCenter474914600 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914600 >.module_474914600 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914600 >.module_474914600 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914600 >.module_474914600 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914600:hover {
border:none;
}
#module_474914600:hover >.module_474914600 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914600 .BodyCenter{text-align:center;}
#module_474914600 .moduleButton{font-size:14px;}
#module_474914600 .moduleButton{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914600 .moduleButton{color:#445464;}
#module_474914600 .moduleButton{font-weight:normal;}
#module_474914600 .moduleButton{text-decoration:none;}
#module_474914600 .moduleButton{font-style:normal;}
#module_474914600 .moduleButton, #module_474914600 .moduleButton:before{background-color:rgba(0,0,0,0);}
#module_474914600 .moduleButton, #module_474914600 .moduleButton:before{background-image:none;}
#module_474914600 .moduleButton, #module_474914600 .moduleButton:before{background-repeat:no-repeat;}
#module_474914600 .moduleButton, #module_474914600 .moduleButton:before{background-position:none;}
#module_474914600 .moduleButton, #module_474914600 .moduleButton:before{background-attachment:none;}
#module_474914600 .moduleButton, #module_474914600 .moduleButton:before{}
#module_474914600 .moduleButton{border-color:rgb(216, 216, 216);}
#module_474914600 .moduleButton{border-style:solid;}
#module_474914600 .moduleButton{border-width:2px;}
#module_474914600 .moduleButton{border-top-left-radius:0px;}
#module_474914600 .moduleButton{border-top-right-radius:0px;}
#module_474914600 .moduleButton{border-bottom-left-radius:0px;}
#module_474914600 .moduleButton{border-bottom-right-radius:0px;}
#module_474914600 .moduleButton{width:180px;}
#module_474914600 .moduleButton{height:40px;line-height:40px;}
#module_474914600 .BodyCenter{color:#445464;}
#module_474914600 .moduleButton{padding-top:0px;}
#module_474914600 .moduleButton{padding-bottom:0px;}
#module_474914600 .moduleButton{padding-left:0px;}
#module_474914600 .moduleButton{padding-right:0px;}
#module_474914600 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_474914600 .moduleButton .ButtonLineHidden, #module_474914600 .moduleButton .ButtonLine{width:25px;} #module_474914600 .moduleButton:hover .ButtonText{-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform: translateX(25px);}
#module_474914600 .moduleButton .ButtonLineHidden, #module_474914600 .moduleButton .ButtonLine, #module_474914600 .moduleButton .Ionios{color:#000;}
#module_474914600 .moduleButton:hover{font-size:14px;}
#module_474914600 .moduleButton:hover{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914600 .moduleButton:hover{color:#fff;}
#module_474914600 .moduleButton:hover{font-weight:normal;}
#module_474914600 .moduleButton:hover{text-decoration:none;}
#module_474914600 .moduleButton:hover{font-style:normal;}
#module_474914600 .moduleButton:hover, #module_474914600 .moduleButton:hover:before{background-image: unset;background-color:rgb(0, 98, 187);}
#module_474914600 .moduleButton:hover, #module_474914600 .moduleButton:hover:before{background-image:none;}
#module_474914600 .moduleButton:hover, #module_474914600 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_474914600 .moduleButton:hover, #module_474914600 .moduleButton:hover:before{background-position:none;}
#module_474914600 .moduleButton:hover, #module_474914600 .moduleButton:hover:before{background-attachment:none;}
#module_474914600 .moduleButton:hover, #module_474914600 .moduleButton:hover:before{}
#module_474914600 .moduleButton:hover{border-color:transparent;}
#module_474914600 .moduleButton:hover{border-style:solid;}
#module_474914600 .moduleButton:hover{border-width:2px;}
#module_474914600 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_474914600 .moduleButton:hover .ButtonLineHidden, #module_474914600 .moduleButton:hover .ButtonLine, #module_474914600 .moduleButton:hover .Ionios{color:#fff;}

.module_474858447 .ModuleHead .HeadCenter{float:none;}
#module_474858447 {
padding:0px;
}
#module_474858447 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474858447 .ModuleHead474858447 {
display:none;
}
#module_474858447 .BodyCenter.BodyCenter474858447 {
background:none;background-color:rgb(247, 248, 253);
}
#module_474858447 >.module_474858447 {
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_474858447 >.module_474858447{
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_474858447 .BodyCenter.BodyCenter474858447 {
padding-top:5.2301%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:5.2301%;
}
}
@media screen and (max-width: 767px){
#module_474858447 .BodyCenter.BodyCenter474858447 {
padding-top:11.5274%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_474858447 >.module_474858447 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474858447 >.module_474858447 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474858447 >.module_474858447 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474858447:hover {
border:none;
}
#module_474858447:hover >.module_474858447 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474858447 .ModuleSubContainer{background-color:transparent;}
#module_474858447 .ModuleSubContainer{background-image:none;}
#module_474858447 .ModuleSubContainer{background-repeat:no-repeat;}
#module_474858447 .ModuleSubContainer{background-position:0% 0%;}
#module_474858447 .ModuleSubContainer{background-attachment:scroll;}
#module_474858447 .ModuleSubContainer{}
#module_474858447 {!bgVideo!}{bgVideoUrl:}
#module_474858447 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_474858447 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_474858447 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer474858447 {max-width:none;width:100%;}
.module_474858449 .ModuleHead .HeadCenter{float:none;}
#module_474858449 {
padding:0px;
}
#module_474858449 {
position:static;
z-index:0;
top:-123px;
left:0px;
width:100%;
height: auto;
}
#module_474858449 .ModuleHead474858449 {
display:none;
}
#module_474858449 .BodyCenter.BodyCenter474858449 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474858449 >.module_474858449 {
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_474858449 >.module_474858449{
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_474858449 .BodyCenter.BodyCenter474858449 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474858449 .BodyCenter.BodyCenter474858449 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474858449 >.module_474858449 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474858449 >.module_474858449 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474858449 >.module_474858449 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474858449:hover {
border:none;
}
#module_474858449:hover >.module_474858449 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474858449 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474858449 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474858449 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474858449 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474858449 .imageTextGiant-Container{padding-top:0px;}
#module_474858449 .imageTextGiant-Container{padding-bottom:0px;}
#module_474858449 .imageTextGiant-Container{padding-left:0px;}
#module_474858449 .imageTextGiant-Container{padding-right:0px;}
#module_474858449 .showHandle .btn{font-size:14px;}
#module_474858449 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474858449 .showHandle .btn{color:#333;}
#module_474858449 .showHandle .btn{font-weight:400;}
#module_474858449 .showHandle .btn{text-decoration:none;}
#module_474858449 .showHandle .btn{font-style:normal;}
#module_474858449 .showHandle div{border-top-color:#ddd !important;}
#module_474858449 .showHandle div{border-top-style:solid !important;}
#module_474858449 .showHandle div{border-top-width:1px !important;}
#module_474858449 .showHandle{background-color:transparent;}
#module_474858449 .showHandle{background-image:none;}
#module_474858449 .showHandle{background-repeat:no-repeat;}
#module_474858449 .showHandle{}
#module_474858449 .showHandle{}
#module_474858449 .showHandle{}
#module_474858449 a{font-size:unset;font-family:unset}
.module_474910906 .ModuleHead .HeadCenter{float:none;}
#module_474910906 {
padding:0px;
}
#module_474910906 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_474910906 .ModuleHead474910906 {
display:none;
}


.module_474914955 .ModuleHead .HeadCenter{float:none;}
#module_474914955 {
padding:0px;
}
#module_474914955 {
position:static;
z-index:0;
top:3262px;
left:1084px;
width:100%;
height: auto;
}
#module_474914955 .ModuleHead474914955 {
display:none;
}
#module_474914955 .BodyCenter.BodyCenter474914955 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914955 >.module_474914955 {
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_474914955 >.module_474914955{
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_474914955 .BodyCenter.BodyCenter474914955 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914955 .BodyCenter.BodyCenter474914955 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474914955 >.module_474914955 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914955 >.module_474914955 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474914955 >.module_474914955 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914955:hover {
border:none;
}
#module_474914955:hover >.module_474914955 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914955 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914955 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914955 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914955 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914955 .imageTextGiant-Container{padding-top:0px;}
#module_474914955 .imageTextGiant-Container{padding-bottom:0px;}
#module_474914955 .imageTextGiant-Container{padding-left:0px;}
#module_474914955 .imageTextGiant-Container{padding-right:0px;}
#module_474914955 .showHandle .btn{font-size:14px;}
#module_474914955 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914955 .showHandle .btn{color:#333;}
#module_474914955 .showHandle .btn{font-weight:400;}
#module_474914955 .showHandle .btn{text-decoration:none;}
#module_474914955 .showHandle .btn{font-style:normal;}
#module_474914955 .showHandle div{border-top-color:#ddd !important;}
#module_474914955 .showHandle div{border-top-style:solid !important;}
#module_474914955 .showHandle div{border-top-width:1px !important;}
#module_474914955 .showHandle{background-color:transparent;}
#module_474914955 .showHandle{background-image:none;}
#module_474914955 .showHandle{background-repeat:no-repeat;}
#module_474914955 .showHandle{}
#module_474914955 .showHandle{}
#module_474914955 .showHandle{}
#module_474914955 a{font-size:unset;font-family:unset}
.module_474858450 .ModuleHead .HeadCenter{float:none;}
#module_474858450 {
padding:0px;
}
#module_474858450 {
position:static;
z-index:0;
top:-109px;
left:0px;
width:100%;
height: auto;
}
#module_474858450 .ModuleHead474858450 {
display:none;
}
#module_474858450 .BodyCenter.BodyCenter474858450 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474858450 >.module_474858450 {
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_474858450 >.module_474858450{
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_474858450 .BodyCenter.BodyCenter474858450 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474858450 .BodyCenter.BodyCenter474858450 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474858450 >.module_474858450 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474858450 >.module_474858450 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474858450 >.module_474858450 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474858450:hover {
border:none;
}
#module_474858450:hover >.module_474858450 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474858450 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474858450 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474858450 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474858450 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474858450 .imageTextGiant-Container{padding-top:0px;}
#module_474858450 .imageTextGiant-Container{padding-bottom:0px;}
#module_474858450 .imageTextGiant-Container{padding-left:0px;}
#module_474858450 .imageTextGiant-Container{padding-right:0px;}
#module_474858450 .showHandle .btn{font-size:14px;}
#module_474858450 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474858450 .showHandle .btn{color:#333;}
#module_474858450 .showHandle .btn{font-weight:400;}
#module_474858450 .showHandle .btn{text-decoration:none;}
#module_474858450 .showHandle .btn{font-style:normal;}
#module_474858450 .showHandle div{border-top-color:#ddd !important;}
#module_474858450 .showHandle div{border-top-style:solid !important;}
#module_474858450 .showHandle div{border-top-width:1px !important;}
#module_474858450 .showHandle{background-color:transparent;}
#module_474858450 .showHandle{background-image:none;}
#module_474858450 .showHandle{background-repeat:no-repeat;}
#module_474858450 .showHandle{}
#module_474858450 .showHandle{}
#module_474858450 .showHandle{}
#module_474858450 a{font-size:unset;font-family:unset}
.module_474858452 .ModuleHead .HeadCenter{float:none;}
#module_474858452 {
padding:0px;
}
#module_474858452 {
position:static;
z-index:0;
top:-49px;
left:0px;
width:100%;
height: auto;
}
#module_474858452 .ModuleHead474858452 {
display:none;
}
#module_474858452 .BodyCenter.BodyCenter474858452 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474858452 >.module_474858452 {
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_474858452 >.module_474858452{
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_474858452 .BodyCenter.BodyCenter474858452 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474858452 .BodyCenter.BodyCenter474858452 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474858452 >.module_474858452 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474858452 >.module_474858452 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474858452 >.module_474858452 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474858452:hover {
border:none;
}
#module_474858452:hover >.module_474858452 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474858452 img{border-top-color:transparent;}
#module_474858452 img{border-top-style:none;}
#module_474858452 img{border-top-width:0px;}
#module_474858452 img{border-right-color:transparent;}
#module_474858452 img{border-right-style:none;}
#module_474858452 img{border-right-width:0px;}
#module_474858452 img{border-bottom-color:transparent;}
#module_474858452 img{border-bottom-style:none;}
#module_474858452 img{border-bottom-width:0px;}
#module_474858452 img{border-left-color:transparent;}
#module_474858452 img{border-left-style:none;}
#module_474858452 img{border-left-width:0px;}
#module_474858452 img{border-top-left-radius:0px;}
#module_474858452 img{border-top-right-radius:0px;}
#module_474858452 img{border-bottom-left-radius:0px;}
#module_474858452 img{border-bottom-right-radius:0px;}
#module_474858452 .BodyCenter{text-align: center;}

.ModuleTabContainerV2Giant.layout-112 .tabContainer.TabContainer-Container {overflow: hidden; visibility: visible;}
.ModuleTabContainerV2Giant.layout-112 .tabContainer.TabContainer-Container .tabContainerGiantGrid {flex-shrink: 0;}
.ModuleTabContainerV2Giant.layout-112  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;
}
.ModuleTabContainerV2Giant.layout-112  .tabContentGiant.tab-content-clone .ModuleContainer {padding: 0;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container {display: flex;  align-items: center;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav {margin: 0 20px;}

.ModuleTabContainerV2Giant.layout-112  .Nav-Container .glyphicon {display: inline-block; background: unset; position: static; font-size: 16px; color: #333;cursor: pointer;}

/** xiaxiao **/
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav{position:absolute;z-index: 99;display: flex;margin:0!important;padding-right: 20px;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav li{width:6px;height:6px;border-radius:3px;background:#cccccc;margin-left:10px;
transition: width 350ms;
-moz-transition: width 350ms;	/* Firefox 4 */
-webkit-transition: width 350ms;	/* Safari ºÍ Chrome */
-o-transition: width 350ms;
}
.ModuleTabContainerV2Giant.layout-112 .Nav-Container .nav li:first-of-type{margin-left:0;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav li a:hover{background:none;width:auto;height:auto;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav li.active{width:24px;background:#E4CEAE;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title{position:absolute;z-index:99;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon{width:55px;height:55px;position: relative;
transition: all 350ms;
-moz-transition: all 350ms;
-webkit-transition: all 350ms;
-o-transition: all 350ms;
overflow:hidden;
top: 0;

}
.ModuleTabContainerV2Giant.layout-112  .tabContainerCommon .btnScrollLeft{
    left: 0;
}
.ModuleTabContainerV2Giant.layout-112  .tabContainerCommon .btnScrollRight{
    right: 0;
}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon:before{border-top-color:transparent}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon span{color:#333;    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon span:before{transition: all 350ms;-moz-transition: all 350ms;-webkit-transition: all 350ms;-o-transition: all 350ms;}

/* .ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .btnScrollRight{margin-left:15px;margin-right:20px;} */

.ModuleTabContainerV2Giant.layout-112  .moduleContainerHelper{margin-top: -5px;}
.ModuleTabContainerV2Giant.layout-112  .moduleContainerHelper .moduleContainerHelpers{margin-right: 3px;}
.ModuleTabContainerV2Giant.layout-112  .ModuleTabContainerV2Giant .addnewhelper{min-height:80px!important;padding:20px 10px;}
@media only screen and (max-width: 768px) {
    .ModuleTabContainerV2Giant.layout-112  .ModuleTabContainerV2Giant.layout-112 .Nav-Container {position: static; justify-content: center; margin-top: 28px;}
	.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .btnScrollRight{ margin-left:15px!important; }
	/* .ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .glyphicon{max-width:50px!important;max-height:50px!important;} */
}


.module_474914939 .ModuleHead .HeadCenter{float:none;}
#module_474914939 {
padding:0px;
}
#module_474914939 {
position:static;
z-index:0;
top:2223px;
left:285px;
width:100%;
height: auto;
}
#module_474914939 .ModuleHead474914939 {
display:none;
}
#module_474914939 .BodyCenter.BodyCenter474914939 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914939 >.module_474914939 {
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_474914939 >.module_474914939{
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_474914939 .BodyCenter.BodyCenter474914939 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914939 .BodyCenter.BodyCenter474914939 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914939 >.module_474914939 {
margin-top:-0.0571%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914939 >.module_474914939 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914939 >.module_474914939 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914939:hover {
border:none;
}
#module_474914939:hover >.module_474914939 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914939 .tabContainerGiantGrid{background-color:transparent;}
#module_474914939 .tabContainerGiantGrid{background-image:none;}
#module_474914939 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_474914939 .tabContainerGiantGrid{}
#module_474914939 .tabContainerGiantGrid{}
#module_474914939 .tabContainerGiantGrid{}
#module_474914939 .tabContainerGiantGrid{padding-top:20px;}
#module_474914939 .tabContainerGiantGrid{padding-bottom:40px;}
#module_474914939 .tabContainerGiantGrid{padding-left:0px;}
#module_474914939 .tabContainerGiantGrid{padding-right:0px;}
#module_474914939 .tabContainerGiantGrid{border-top-color:transparent;}
#module_474914939 .tabContainerGiantGrid{border-top-style:solid;}
#module_474914939 .tabContainerGiantGrid{border-top-width:0px;}
#module_474914939 .tabContainerGiantGrid{border-right-color:transparent;}
#module_474914939 .tabContainerGiantGrid{border-right-style:solid;}
#module_474914939 .tabContainerGiantGrid{border-right-width:0px;}
#module_474914939 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_474914939 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_474914939 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_474914939 .tabContainerGiantGrid{border-left-color:transparent;}
#module_474914939 .tabContainerGiantGrid{border-left-style:solid;}
#module_474914939 .tabContainerGiantGrid{border-left-width:0px;}
#module_474914939 .Nav-Container .title{bottom:0px;top:auto;left:calc(50% + 0px);transform:translateX(-50%);}
#module_474914939 .Nav-Container .title .glyphicon{border-top-color:rgb(0, 98, 187);}
#module_474914939 .Nav-Container .title .glyphicon{border-top-style:solid;}
#module_474914939 .Nav-Container .title .glyphicon{border-top-width:1px;}
#module_474914939 .Nav-Container .title .glyphicon{border-right-color:rgb(0, 98, 187);}
#module_474914939 .Nav-Container .title .glyphicon{border-right-style:solid;}
#module_474914939 .Nav-Container .title .glyphicon{border-right-width:1px;}
#module_474914939 .Nav-Container .title .glyphicon{border-bottom-color:rgb(0, 98, 187);}
#module_474914939 .Nav-Container .title .glyphicon{border-bottom-style:solid;}
#module_474914939 .Nav-Container .title .glyphicon{border-bottom-width:1px;}
#module_474914939 .Nav-Container .title .glyphicon{border-left-color:rgb(0, 98, 187);}
#module_474914939 .Nav-Container .title .glyphicon{border-left-style:solid;}
#module_474914939 .Nav-Container .title .glyphicon{border-left-width:1px;}
#module_474914939 .Nav-Container .title .glyphicon{border-top-left-radius:5px;}
#module_474914939 .Nav-Container .title .glyphicon{border-top-right-radius:5px;}
#module_474914939 .Nav-Container .title .glyphicon{border-bottom-left-radius:5px;}
#module_474914939 .Nav-Container .title .glyphicon{border-bottom-right-radius:5px;}
#module_474914939 .Nav-Container .title .glyphicon{background-color:rgb(0, 98, 187);} #module_474914939 .nav li{background-color:rgb(0, 98, 187);}
#module_474914939 .Nav-Container .title .glyphicon{}
#module_474914939 .Nav-Container .title .btnScrollRight{ margin-left:10px; }
#module_474914939 .Nav-Container .title .glyphicon{width:30px;}
#module_474914939 .Nav-Container .title .glyphicon{height:30px;line-height:30px}
#module_474914939 .Nav-Container .title .glyphicon span{font-size:12px;}
#module_474914939 .Nav-Container .title .glyphicon span{color:#fff;}
#module_474914939 .Nav-Container .nav{top:10px;right:10px;left:auto;transform:none;}
#module_474914939 .Nav-Container .nav li{background-color:rgb(127, 127, 127);}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-top-color:rgb(0, 95, 181);}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-top-style:solid;}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-top-width:1px;}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-right-color:rgb(0, 95, 181);}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-right-style:solid;}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-right-width:1px;}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-bottom-color:rgb(0, 95, 181);}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-bottom-style:solid;}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-bottom-width:1px;}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-left-color:rgb(0, 95, 181);}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-left-style:solid;}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-left-width:1px;}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-top-left-radius:5px;}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-top-right-radius:5px;}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-bottom-left-radius:5px;}
#module_474914939 .Nav-Container .title .glyphicon:hover{border-bottom-right-radius:5px;}
#module_474914939 .Nav-Container .title .glyphicon:hover{background-color:rgb(0, 95, 181);background-image:none;}
#module_474914939 .Nav-Container .title .glyphicon:hover{}
#module_474914939 .Nav-Container .title .glyphicon:hover{width:30px;}
#module_474914939 .Nav-Container .title .glyphicon:hover{height:30px;line-height:30px}
#module_474914939 .Nav-Container .title .glyphicon:hover span{font-size:12px;}
#module_474914939 .Nav-Container .title .glyphicon:hover span{color:#fff;}
#module_474914939 .Nav-Container .nav li.active{background-color:rgb(0, 95, 181);}

#module_474914939__tabPane_8730 #Sub474914939_8730 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_474914939__tabPane_8730 #Sub474914939_8730 > .SubContainer {display: table-cell; vertical-align: top;}
#module_474914939__tabPane_8730 .SubPadding {width:30px; height: 100%; position: relative; display: table-cell;}
#module_474914939__tabPane_8730 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_474914939__tabPane_8730 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_474914939__tabPane_8730:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_474914939__tabPane_8730 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_474914939__tabPane_8730 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_474914939__tabPane_8730 #Sub474914939_8730 {display: block;}
#module_474914939__tabPane_8730 #Sub474914939_8730 > .SubPadding {float:left; height: 10px;}
#module_474914939__tabPane_8730 #Sub474914939_8730 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_474914939__tabPane_8730 #Sub474914939_8730 > .SubContainer .SubDrag {display:none;}
#module_474914939__tabPane_8730 #Sub474914939_8730 > .SubPadding {width:5px;}
#module_474914939__tabPane_8730 #Sub474914939_8730 > .SubContainer {width:calc((100% - 5px) / 2) !important;}
#module_474914939__tabPane_8730 #Sub474914939_8730 > .SubPadding2 {display:none;}
#module_474914939__tabPane_8730 #Sub474914939_8730 > .SubPadding4 {display:none;}
#module_474914939__tabPane_8730 #Sub474914939_8730 > .SubPadding6 {display:none;}
#module_474914939__tabPane_8730 #Sub474914939_8730 > .SubPadding8 {display:none;}
}
#module_474914939__tabPane_8730 #Sub474914939_Tab8730_1 {width:25%;}
.module_474914940 .ModuleHead .HeadCenter{float:none;}
#module_474914940 {
padding:0px;
}
#module_474914940 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474914940 .ModuleHead474914940 {
display:none;
}

#module_474914940 img{border-top-color:transparent;}
#module_474914940 img{border-top-style:none;}
#module_474914940 img{border-top-width:0px;}
#module_474914940 img{border-right-color:transparent;}
#module_474914940 img{border-right-style:none;}
#module_474914940 img{border-right-width:0px;}
#module_474914940 img{border-bottom-color:transparent;}
#module_474914940 img{border-bottom-style:none;}
#module_474914940 img{border-bottom-width:0px;}
#module_474914940 img{border-left-color:transparent;}
#module_474914940 img{border-left-style:none;}
#module_474914940 img{border-left-width:0px;}
#module_474914940 img{border-top-left-radius:0px;}
#module_474914940 img{border-top-right-radius:0px;}
#module_474914940 img{border-bottom-left-radius:0px;}
#module_474914940 img{border-bottom-right-radius:0px;}
#module_474914940 .BodyCenter{text-align: center;}

.module_474914948 .ModuleHead .HeadCenter{float:none;}
#module_474914948 {
padding:0px;
}
#module_474914948 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474914948 .ModuleHead474914948 {
display:none;
}
#module_474914948 .BodyCenter.BodyCenter474914948 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914948 >.module_474914948 {
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_474914948 >.module_474914948{
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_474914948 .BodyCenter.BodyCenter474914948 {
padding-top:0.0000%;
padding-left:7.2639%;
padding-right:7.2639%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914948 .BodyCenter.BodyCenter474914948 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914948 >.module_474914948 {
margin-top:-31.4770%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914948 >.module_474914948 {
margin-top:-64.1026%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914948 >.module_474914948 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914948:hover {
border:none;
}
#module_474914948:hover >.module_474914948 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914948 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914948 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914948 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914948 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914948 .imageTextGiant-Container{padding-top:10px;}
#module_474914948 .imageTextGiant-Container{padding-bottom:10px;}
#module_474914948 .imageTextGiant-Container{padding-left:10px;}
#module_474914948 .imageTextGiant-Container{padding-right:10px;}
#module_474914948 .showHandle .btn{font-size:14px;}
#module_474914948 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914948 .showHandle .btn{color:#333;}
#module_474914948 .showHandle .btn{font-weight:400;}
#module_474914948 .showHandle .btn{text-decoration:none;}
#module_474914948 .showHandle .btn{font-style:normal;}
#module_474914948 .showHandle div{border-top-color:#ddd !important;}
#module_474914948 .showHandle div{border-top-style:solid !important;}
#module_474914948 .showHandle div{border-top-width:1px !important;}
#module_474914948 .showHandle{background-color:transparent;}
#module_474914948 .showHandle{background-image:none;}
#module_474914948 .showHandle{background-repeat:no-repeat;}
#module_474914948 .showHandle{}
#module_474914948 .showHandle{}
#module_474914948 .showHandle{}
#module_474914948 a{font-size:unset;font-family:unset}
#module_474914939__tabPane_8730 #Sub474914939_Tab8730_2 {width:25%;}
.module_474914941 .ModuleHead .HeadCenter{float:none;}
#module_474914941 {
padding:0px;
}
#module_474914941 {
position:static;
z-index:0;
top:42px;
left:1619px;
width:100%;
height: auto;
}
#module_474914941 .ModuleHead474914941 {
display:none;
}

#module_474914941 img{border-top-color:transparent;}
#module_474914941 img{border-top-style:none;}
#module_474914941 img{border-top-width:0px;}
#module_474914941 img{border-right-color:transparent;}
#module_474914941 img{border-right-style:none;}
#module_474914941 img{border-right-width:0px;}
#module_474914941 img{border-bottom-color:transparent;}
#module_474914941 img{border-bottom-style:none;}
#module_474914941 img{border-bottom-width:0px;}
#module_474914941 img{border-left-color:transparent;}
#module_474914941 img{border-left-style:none;}
#module_474914941 img{border-left-width:0px;}
#module_474914941 img{border-top-left-radius:0px;}
#module_474914941 img{border-top-right-radius:0px;}
#module_474914941 img{border-bottom-left-radius:0px;}
#module_474914941 img{border-bottom-right-radius:0px;}
#module_474914941 .BodyCenter{text-align: center;}

.module_474914949 .ModuleHead .HeadCenter{float:none;}
#module_474914949 {
padding:0px;
}
#module_474914949 {
position:static;
z-index:0;
top:588px;
left:1619px;
width:100%;
height: auto;
}
#module_474914949 .ModuleHead474914949 {
display:none;
}
#module_474914949 .BodyCenter.BodyCenter474914949 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914949 >.module_474914949 {
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_474914949 >.module_474914949{
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_474914949 .BodyCenter.BodyCenter474914949 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914949 .BodyCenter.BodyCenter474914949 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914949 >.module_474914949 {
margin-top:-31.4770%;
margin-left:7.2639%;
margin-right:7.2639%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914949 >.module_474914949 {
margin-top:-64.1026%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914949 >.module_474914949 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914949:hover {
border:none;
}
#module_474914949:hover >.module_474914949 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914949 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914949 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914949 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914949 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914949 .imageTextGiant-Container{padding-top:10px;}
#module_474914949 .imageTextGiant-Container{padding-bottom:10px;}
#module_474914949 .imageTextGiant-Container{padding-left:10px;}
#module_474914949 .imageTextGiant-Container{padding-right:10px;}
#module_474914949 .showHandle .btn{font-size:14px;}
#module_474914949 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914949 .showHandle .btn{color:#333;}
#module_474914949 .showHandle .btn{font-weight:400;}
#module_474914949 .showHandle .btn{text-decoration:none;}
#module_474914949 .showHandle .btn{font-style:normal;}
#module_474914949 .showHandle div{border-top-color:#ddd !important;}
#module_474914949 .showHandle div{border-top-style:solid !important;}
#module_474914949 .showHandle div{border-top-width:1px !important;}
#module_474914949 .showHandle{background-color:transparent;}
#module_474914949 .showHandle{background-image:none;}
#module_474914949 .showHandle{background-repeat:no-repeat;}
#module_474914949 .showHandle{}
#module_474914949 .showHandle{}
#module_474914949 .showHandle{}
#module_474914949 a{font-size:unset;font-family:unset}
#module_474914939__tabPane_8730 #Sub474914939_Tab8730_3 {width:25%;}
.module_474914942 .ModuleHead .HeadCenter{float:none;}
#module_474914942 {
padding:0px;
}
#module_474914942 {
position:static;
z-index:0;
top:41px;
left:0px;
width:100%;
height: auto;
}
#module_474914942 .ModuleHead474914942 {
display:none;
}

#module_474914942 img{border-top-color:transparent;}
#module_474914942 img{border-top-style:none;}
#module_474914942 img{border-top-width:0px;}
#module_474914942 img{border-right-color:transparent;}
#module_474914942 img{border-right-style:none;}
#module_474914942 img{border-right-width:0px;}
#module_474914942 img{border-bottom-color:transparent;}
#module_474914942 img{border-bottom-style:none;}
#module_474914942 img{border-bottom-width:0px;}
#module_474914942 img{border-left-color:transparent;}
#module_474914942 img{border-left-style:none;}
#module_474914942 img{border-left-width:0px;}
#module_474914942 img{border-top-left-radius:0px;}
#module_474914942 img{border-top-right-radius:0px;}
#module_474914942 img{border-bottom-left-radius:0px;}
#module_474914942 img{border-bottom-right-radius:0px;}
#module_474914942 .BodyCenter{text-align: center;}

.module_474914950 .ModuleHead .HeadCenter{float:none;}
#module_474914950 {
padding:0px;
}
#module_474914950 {
position:static;
z-index:0;
top:595px;
left:0px;
width:100%;
height: auto;
}
#module_474914950 .ModuleHead474914950 {
display:none;
}
#module_474914950 .BodyCenter.BodyCenter474914950 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914950 >.module_474914950 {
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_474914950 >.module_474914950{
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_474914950 .BodyCenter.BodyCenter474914950 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914950 .BodyCenter.BodyCenter474914950 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914950 >.module_474914950 {
margin-top:-31.4770%;
margin-left:7.2639%;
margin-right:7.2639%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914950 >.module_474914950 {
margin-top:-64.1026%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914950 >.module_474914950 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914950:hover {
border:none;
}
#module_474914950:hover >.module_474914950 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914950 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914950 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914950 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914950 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914950 .imageTextGiant-Container{padding-top:10px;}
#module_474914950 .imageTextGiant-Container{padding-bottom:10px;}
#module_474914950 .imageTextGiant-Container{padding-left:10px;}
#module_474914950 .imageTextGiant-Container{padding-right:10px;}
#module_474914950 .showHandle .btn{font-size:14px;}
#module_474914950 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914950 .showHandle .btn{color:#333;}
#module_474914950 .showHandle .btn{font-weight:400;}
#module_474914950 .showHandle .btn{text-decoration:none;}
#module_474914950 .showHandle .btn{font-style:normal;}
#module_474914950 .showHandle div{border-top-color:#ddd !important;}
#module_474914950 .showHandle div{border-top-style:solid !important;}
#module_474914950 .showHandle div{border-top-width:1px !important;}
#module_474914950 .showHandle{background-color:transparent;}
#module_474914950 .showHandle{background-image:none;}
#module_474914950 .showHandle{background-repeat:no-repeat;}
#module_474914950 .showHandle{}
#module_474914950 .showHandle{}
#module_474914950 .showHandle{}
#module_474914950 a{font-size:unset;font-family:unset}
#module_474914939__tabPane_8730 #Sub474914939_Tab8730_4 {width:25%;}
.module_474914943 .ModuleHead .HeadCenter{float:none;}
#module_474914943 {
padding:0px;
}
#module_474914943 {
position:static;
z-index:0;
top:33px;
left:0px;
width:100%;
height: auto;
}
#module_474914943 .ModuleHead474914943 {
display:none;
}

#module_474914943 img{border-top-color:transparent;}
#module_474914943 img{border-top-style:none;}
#module_474914943 img{border-top-width:0px;}
#module_474914943 img{border-right-color:transparent;}
#module_474914943 img{border-right-style:none;}
#module_474914943 img{border-right-width:0px;}
#module_474914943 img{border-bottom-color:transparent;}
#module_474914943 img{border-bottom-style:none;}
#module_474914943 img{border-bottom-width:0px;}
#module_474914943 img{border-left-color:transparent;}
#module_474914943 img{border-left-style:none;}
#module_474914943 img{border-left-width:0px;}
#module_474914943 img{border-top-left-radius:0px;}
#module_474914943 img{border-top-right-radius:0px;}
#module_474914943 img{border-bottom-left-radius:0px;}
#module_474914943 img{border-bottom-right-radius:0px;}
#module_474914943 .BodyCenter{text-align: center;}

.module_474914951 .ModuleHead .HeadCenter{float:none;}
#module_474914951 {
padding:0px;
}
#module_474914951 {
position:static;
z-index:0;
top:603px;
left:0px;
width:100%;
height: auto;
}
#module_474914951 .ModuleHead474914951 {
display:none;
}
#module_474914951 .BodyCenter.BodyCenter474914951 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914951 >.module_474914951 {
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_474914951 >.module_474914951{
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_474914951 .BodyCenter.BodyCenter474914951 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914951 .BodyCenter.BodyCenter474914951 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914951 >.module_474914951 {
margin-top:-31.4770%;
margin-left:7.2639%;
margin-right:7.2639%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914951 >.module_474914951 {
margin-top:-64.1026%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914951 >.module_474914951 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914951:hover {
border:none;
}
#module_474914951:hover >.module_474914951 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914951 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914951 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914951 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914951 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914951 .imageTextGiant-Container{padding-top:10px;}
#module_474914951 .imageTextGiant-Container{padding-bottom:10px;}
#module_474914951 .imageTextGiant-Container{padding-left:10px;}
#module_474914951 .imageTextGiant-Container{padding-right:10px;}
#module_474914951 .showHandle .btn{font-size:14px;}
#module_474914951 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914951 .showHandle .btn{color:#333;}
#module_474914951 .showHandle .btn{font-weight:400;}
#module_474914951 .showHandle .btn{text-decoration:none;}
#module_474914951 .showHandle .btn{font-style:normal;}
#module_474914951 .showHandle div{border-top-color:#ddd !important;}
#module_474914951 .showHandle div{border-top-style:solid !important;}
#module_474914951 .showHandle div{border-top-width:1px !important;}
#module_474914951 .showHandle{background-color:transparent;}
#module_474914951 .showHandle{background-image:none;}
#module_474914951 .showHandle{background-repeat:no-repeat;}
#module_474914951 .showHandle{}
#module_474914951 .showHandle{}
#module_474914951 .showHandle{}
#module_474914951 a{font-size:unset;font-family:unset}

#module_474914939__tabPane_4131 #Sub474914939_4131 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_474914939__tabPane_4131 #Sub474914939_4131 > .SubContainer {display: table-cell; vertical-align: top;}
#module_474914939__tabPane_4131 .SubPadding {width:30px; height: 100%; position: relative; display: table-cell;}
#module_474914939__tabPane_4131 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_474914939__tabPane_4131 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_474914939__tabPane_4131:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_474914939__tabPane_4131 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_474914939__tabPane_4131 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_474914939__tabPane_4131 #Sub474914939_4131 {display: block;}
#module_474914939__tabPane_4131 #Sub474914939_4131 > .SubPadding {float:left; height: 10px;}
#module_474914939__tabPane_4131 #Sub474914939_4131 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_474914939__tabPane_4131 #Sub474914939_4131 > .SubContainer .SubDrag {display:none;}
#module_474914939__tabPane_4131 #Sub474914939_4131 > .SubPadding {width:5px;}
#module_474914939__tabPane_4131 #Sub474914939_4131 > .SubContainer {width:calc((100% - 5px) / 2) !important;}
#module_474914939__tabPane_4131 #Sub474914939_4131 > .SubPadding2 {display:none;}
#module_474914939__tabPane_4131 #Sub474914939_4131 > .SubPadding4 {display:none;}
#module_474914939__tabPane_4131 #Sub474914939_4131 > .SubPadding6 {display:none;}
#module_474914939__tabPane_4131 #Sub474914939_4131 > .SubPadding8 {display:none;}
}
#module_474914939__tabPane_4131 #Sub474914939_Tab4131_1 {width:25%;}
.module_474914944 .ModuleHead .HeadCenter{float:none;}
#module_474914944 {
padding:0px;
}
#module_474914944 {
position:static;
z-index:0;
top:29px;
left:1619px;
width:100%;
height: auto;
}
#module_474914944 .ModuleHead474914944 {
display:none;
}

#module_474914944 img{border-top-color:transparent;}
#module_474914944 img{border-top-style:none;}
#module_474914944 img{border-top-width:0px;}
#module_474914944 img{border-right-color:transparent;}
#module_474914944 img{border-right-style:none;}
#module_474914944 img{border-right-width:0px;}
#module_474914944 img{border-bottom-color:transparent;}
#module_474914944 img{border-bottom-style:none;}
#module_474914944 img{border-bottom-width:0px;}
#module_474914944 img{border-left-color:transparent;}
#module_474914944 img{border-left-style:none;}
#module_474914944 img{border-left-width:0px;}
#module_474914944 img{border-top-left-radius:0px;}
#module_474914944 img{border-top-right-radius:0px;}
#module_474914944 img{border-bottom-left-radius:0px;}
#module_474914944 img{border-bottom-right-radius:0px;}
#module_474914944 .BodyCenter{text-align: center;}

.module_474914952 .ModuleHead .HeadCenter{float:none;}
#module_474914952 {
padding:0px;
}
#module_474914952 {
position:static;
z-index:0;
top:535px;
left:1619px;
width:100%;
height: auto;
}
#module_474914952 .ModuleHead474914952 {
display:none;
}
#module_474914952 .BodyCenter.BodyCenter474914952 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914952 >.module_474914952 {
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_474914952 >.module_474914952{
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_474914952 .BodyCenter.BodyCenter474914952 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914952 .BodyCenter.BodyCenter474914952 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914952 >.module_474914952 {
margin-top:-31.4770%;
margin-left:7.2639%;
margin-right:7.2639%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914952 >.module_474914952 {
margin-top:-64.1026%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914952 >.module_474914952 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914952:hover {
border:none;
}
#module_474914952:hover >.module_474914952 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914952 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914952 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914952 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914952 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914952 .imageTextGiant-Container{padding-top:10px;}
#module_474914952 .imageTextGiant-Container{padding-bottom:10px;}
#module_474914952 .imageTextGiant-Container{padding-left:10px;}
#module_474914952 .imageTextGiant-Container{padding-right:10px;}
#module_474914952 .showHandle .btn{font-size:14px;}
#module_474914952 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914952 .showHandle .btn{color:#333;}
#module_474914952 .showHandle .btn{font-weight:400;}
#module_474914952 .showHandle .btn{text-decoration:none;}
#module_474914952 .showHandle .btn{font-style:normal;}
#module_474914952 .showHandle div{border-top-color:#ddd !important;}
#module_474914952 .showHandle div{border-top-style:solid !important;}
#module_474914952 .showHandle div{border-top-width:1px !important;}
#module_474914952 .showHandle{background-color:transparent;}
#module_474914952 .showHandle{background-image:none;}
#module_474914952 .showHandle{background-repeat:no-repeat;}
#module_474914952 .showHandle{}
#module_474914952 .showHandle{}
#module_474914952 .showHandle{}
#module_474914952 a{font-size:unset;font-family:unset}
#module_474914939__tabPane_4131 #Sub474914939_Tab4131_2 {width:25%;}
.module_474914946 .ModuleHead .HeadCenter{float:none;}
#module_474914946 {
padding:0px;
}
#module_474914946 {
position:static;
z-index:0;
top:20px;
left:0px;
width:100%;
height: auto;
}
#module_474914946 .ModuleHead474914946 {
display:none;
}

#module_474914946 img{border-top-color:transparent;}
#module_474914946 img{border-top-style:none;}
#module_474914946 img{border-top-width:0px;}
#module_474914946 img{border-right-color:transparent;}
#module_474914946 img{border-right-style:none;}
#module_474914946 img{border-right-width:0px;}
#module_474914946 img{border-bottom-color:transparent;}
#module_474914946 img{border-bottom-style:none;}
#module_474914946 img{border-bottom-width:0px;}
#module_474914946 img{border-left-color:transparent;}
#module_474914946 img{border-left-style:none;}
#module_474914946 img{border-left-width:0px;}
#module_474914946 img{border-top-left-radius:0px;}
#module_474914946 img{border-top-right-radius:0px;}
#module_474914946 img{border-bottom-left-radius:0px;}
#module_474914946 img{border-bottom-right-radius:0px;}
#module_474914946 .BodyCenter{text-align: center;}

.module_474914953 .ModuleHead .HeadCenter{float:none;}
#module_474914953 {
padding:0px;
}
#module_474914953 {
position:static;
z-index:0;
top:558px;
left:0px;
width:100%;
height: auto;
}
#module_474914953 .ModuleHead474914953 {
display:none;
}
#module_474914953 .BodyCenter.BodyCenter474914953 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914953 >.module_474914953 {
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_474914953 >.module_474914953{
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_474914953 .BodyCenter.BodyCenter474914953 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914953 .BodyCenter.BodyCenter474914953 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914953 >.module_474914953 {
margin-top:-31.4770%;
margin-left:7.2639%;
margin-right:7.2639%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914953 >.module_474914953 {
margin-top:-64.1026%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914953 >.module_474914953 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914953:hover {
border:none;
}
#module_474914953:hover >.module_474914953 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914953 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914953 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914953 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914953 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914953 .imageTextGiant-Container{padding-top:10px;}
#module_474914953 .imageTextGiant-Container{padding-bottom:10px;}
#module_474914953 .imageTextGiant-Container{padding-left:10px;}
#module_474914953 .imageTextGiant-Container{padding-right:10px;}
#module_474914953 .showHandle .btn{font-size:14px;}
#module_474914953 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914953 .showHandle .btn{color:#333;}
#module_474914953 .showHandle .btn{font-weight:400;}
#module_474914953 .showHandle .btn{text-decoration:none;}
#module_474914953 .showHandle .btn{font-style:normal;}
#module_474914953 .showHandle div{border-top-color:#ddd !important;}
#module_474914953 .showHandle div{border-top-style:solid !important;}
#module_474914953 .showHandle div{border-top-width:1px !important;}
#module_474914953 .showHandle{background-color:transparent;}
#module_474914953 .showHandle{background-image:none;}
#module_474914953 .showHandle{background-repeat:no-repeat;}
#module_474914953 .showHandle{}
#module_474914953 .showHandle{}
#module_474914953 .showHandle{}
#module_474914953 a{font-size:unset;font-family:unset}
#module_474914939__tabPane_4131 #Sub474914939_Tab4131_3 {width:25%;}
.module_474914945 .ModuleHead .HeadCenter{float:none;}
#module_474914945 {
padding:0px;
}
#module_474914945 {
position:static;
z-index:0;
top:23px;
left:0px;
width:100%;
height: auto;
}
#module_474914945 .ModuleHead474914945 {
display:none;
}

#module_474914945 img{border-top-color:transparent;}
#module_474914945 img{border-top-style:none;}
#module_474914945 img{border-top-width:0px;}
#module_474914945 img{border-right-color:transparent;}
#module_474914945 img{border-right-style:none;}
#module_474914945 img{border-right-width:0px;}
#module_474914945 img{border-bottom-color:transparent;}
#module_474914945 img{border-bottom-style:none;}
#module_474914945 img{border-bottom-width:0px;}
#module_474914945 img{border-left-color:transparent;}
#module_474914945 img{border-left-style:none;}
#module_474914945 img{border-left-width:0px;}
#module_474914945 img{border-top-left-radius:0px;}
#module_474914945 img{border-top-right-radius:0px;}
#module_474914945 img{border-bottom-left-radius:0px;}
#module_474914945 img{border-bottom-right-radius:0px;}
#module_474914945 .BodyCenter{text-align: center;}

.module_474914954 .ModuleHead .HeadCenter{float:none;}
#module_474914954 {
padding:0px;
}
#module_474914954 {
position:static;
z-index:0;
top:521px;
left:0px;
width:100%;
height: auto;
}
#module_474914954 .ModuleHead474914954 {
display:none;
}
#module_474914954 .BodyCenter.BodyCenter474914954 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474914954 >.module_474914954 {
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_474914954 >.module_474914954{
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_474914954 .BodyCenter.BodyCenter474914954 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914954 .BodyCenter.BodyCenter474914954 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474914954 >.module_474914954 {
margin-top:-31.4770%;
margin-left:7.2639%;
margin-right:7.2639%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474914954 >.module_474914954 {
margin-top:-64.1026%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474914954 >.module_474914954 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474914954:hover {
border:none;
}
#module_474914954:hover >.module_474914954 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474914954 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474914954 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474914954 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474914954 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474914954 .imageTextGiant-Container{padding-top:10px;}
#module_474914954 .imageTextGiant-Container{padding-bottom:10px;}
#module_474914954 .imageTextGiant-Container{padding-left:10px;}
#module_474914954 .imageTextGiant-Container{padding-right:10px;}
#module_474914954 .showHandle .btn{font-size:14px;}
#module_474914954 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474914954 .showHandle .btn{color:#333;}
#module_474914954 .showHandle .btn{font-weight:400;}
#module_474914954 .showHandle .btn{text-decoration:none;}
#module_474914954 .showHandle .btn{font-style:normal;}
#module_474914954 .showHandle div{border-top-color:#ddd !important;}
#module_474914954 .showHandle div{border-top-style:solid !important;}
#module_474914954 .showHandle div{border-top-width:1px !important;}
#module_474914954 .showHandle{background-color:transparent;}
#module_474914954 .showHandle{background-image:none;}
#module_474914954 .showHandle{background-repeat:no-repeat;}
#module_474914954 .showHandle{}
#module_474914954 .showHandle{}
#module_474914954 .showHandle{}
#module_474914954 a{font-size:unset;font-family:unset}
#module_474914939__tabPane_4131 #Sub474914939_Tab4131_4 {width:25%;}


.module_474858455 .ModuleHead .HeadCenter{float:none;}
#module_474858455 {
padding:0px;
}
#module_474858455 {
position:static;
z-index:0;
top:3322px;
left:1725px;
width:100%;
height: auto;
}
#module_474858455 .ModuleHead474858455 {
display:none;
}
#module_474858455 .BodyCenter.BodyCenter474858455 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474858455 >.module_474858455 {
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_474858455 >.module_474858455{
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_474858455 .BodyCenter.BodyCenter474858455 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474858455 .BodyCenter.BodyCenter474858455 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474858455 >.module_474858455 {
margin-top:-0.0571%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474858455 >.module_474858455 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474858455 >.module_474858455 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474858455:hover {
border:none;
}
#module_474858455:hover >.module_474858455 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474858455 .tabContainerGiantGrid{background-color:transparent;}
#module_474858455 .tabContainerGiantGrid{background-image:none;}
#module_474858455 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_474858455 .tabContainerGiantGrid{}
#module_474858455 .tabContainerGiantGrid{}
#module_474858455 .tabContainerGiantGrid{}
#module_474858455 .tabContainerGiantGrid{padding-top:66px;}
#module_474858455 .tabContainerGiantGrid{padding-bottom:38px;}
#module_474858455 .tabContainerGiantGrid{padding-left:0px;}
#module_474858455 .tabContainerGiantGrid{padding-right:0px;}
#module_474858455 .tabContainerGiantGrid{border-top-color:transparent;}
#module_474858455 .tabContainerGiantGrid{border-top-style:solid;}
#module_474858455 .tabContainerGiantGrid{border-top-width:0px;}
#module_474858455 .tabContainerGiantGrid{border-right-color:transparent;}
#module_474858455 .tabContainerGiantGrid{border-right-style:solid;}
#module_474858455 .tabContainerGiantGrid{border-right-width:0px;}
#module_474858455 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_474858455 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_474858455 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_474858455 .tabContainerGiantGrid{border-left-color:transparent;}
#module_474858455 .tabContainerGiantGrid{border-left-style:solid;}
#module_474858455 .tabContainerGiantGrid{border-left-width:0px;}
#module_474858455 .Nav-Container .title{top:0px;right:0px;left:auto;transform:none;}
#module_474858455 .Nav-Container .title .glyphicon{border-top-color:rgb(0, 98, 187);}
#module_474858455 .Nav-Container .title .glyphicon{border-top-style:solid;}
#module_474858455 .Nav-Container .title .glyphicon{border-top-width:1px;}
#module_474858455 .Nav-Container .title .glyphicon{border-right-color:rgb(0, 98, 187);}
#module_474858455 .Nav-Container .title .glyphicon{border-right-style:solid;}
#module_474858455 .Nav-Container .title .glyphicon{border-right-width:1px;}
#module_474858455 .Nav-Container .title .glyphicon{border-bottom-color:rgb(0, 98, 187);}
#module_474858455 .Nav-Container .title .glyphicon{border-bottom-style:solid;}
#module_474858455 .Nav-Container .title .glyphicon{border-bottom-width:1px;}
#module_474858455 .Nav-Container .title .glyphicon{border-left-color:rgb(0, 98, 187);}
#module_474858455 .Nav-Container .title .glyphicon{border-left-style:solid;}
#module_474858455 .Nav-Container .title .glyphicon{border-left-width:1px;}
#module_474858455 .Nav-Container .title .glyphicon{border-top-left-radius:5px;}
#module_474858455 .Nav-Container .title .glyphicon{border-top-right-radius:5px;}
#module_474858455 .Nav-Container .title .glyphicon{border-bottom-left-radius:5px;}
#module_474858455 .Nav-Container .title .glyphicon{border-bottom-right-radius:5px;}
#module_474858455 .Nav-Container .title .glyphicon{background-color:rgb(0, 98, 187);} #module_474858455 .nav li{background-color:rgb(0, 98, 187);}
#module_474858455 .Nav-Container .title .glyphicon{}
#module_474858455 .Nav-Container .title .btnScrollRight{ margin-left:10px; }
#module_474858455 .Nav-Container .title .glyphicon{width:55px;}
#module_474858455 .Nav-Container .title .glyphicon{height:55px;line-height:55px}
#module_474858455 .Nav-Container .title .glyphicon span{font-size:16px;}
#module_474858455 .Nav-Container .title .glyphicon span{color:#fff;}
#module_474858455 .Nav-Container .nav{bottom:10px;top:auto;left:calc(50% + 10px);transform:translateX(-50%);}
#module_474858455 .Nav-Container .nav li{background-color:rgb(127, 127, 127);}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-top-color:rgb(0, 95, 181);}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-top-style:solid;}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-top-width:1px;}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-right-color:rgb(0, 95, 181);}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-right-style:solid;}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-right-width:1px;}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-bottom-color:rgb(0, 95, 181);}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-bottom-style:solid;}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-bottom-width:1px;}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-left-color:rgb(0, 95, 181);}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-left-style:solid;}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-left-width:1px;}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-top-left-radius:5px;}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-top-right-radius:5px;}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-bottom-left-radius:5px;}
#module_474858455 .Nav-Container .title .glyphicon:hover{border-bottom-right-radius:5px;}
#module_474858455 .Nav-Container .title .glyphicon:hover{background-color:rgb(0, 95, 181);background-image:none;}
#module_474858455 .Nav-Container .title .glyphicon:hover{}
#module_474858455 .Nav-Container .title .glyphicon:hover{width:55px;}
#module_474858455 .Nav-Container .title .glyphicon:hover{height:55px;line-height:55px}
#module_474858455 .Nav-Container .title .glyphicon:hover span{font-size:16px;}
#module_474858455 .Nav-Container .title .glyphicon:hover span{color:#fff;}
#module_474858455 .Nav-Container .nav li.active{background-color:rgb(0, 95, 181);}

#module_474858455__tabPane_8730 #Sub474858455_8730 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_474858455__tabPane_8730 #Sub474858455_8730 > .SubContainer {display: table-cell; vertical-align: top;}
#module_474858455__tabPane_8730 .SubPadding {width:30px; height: 100%; position: relative; display: table-cell;}
#module_474858455__tabPane_8730 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_474858455__tabPane_8730 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_474858455__tabPane_8730:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_474858455__tabPane_8730 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_474858455__tabPane_8730 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_474858455__tabPane_8730 #Sub474858455_8730 {display: block;}
#module_474858455__tabPane_8730 #Sub474858455_8730 > .SubPadding {float:left; height: 10px;}
#module_474858455__tabPane_8730 #Sub474858455_8730 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_474858455__tabPane_8730 #Sub474858455_8730 > .SubContainer .SubDrag {display:none;}
#module_474858455__tabPane_8730 #Sub474858455_8730 > .SubPadding {width:5px;}
#module_474858455__tabPane_8730 #Sub474858455_8730 > .SubContainer {width:calc((100% - 5px) / 2) !important;}
#module_474858455__tabPane_8730 #Sub474858455_8730 > .SubPadding2 {display:none;}
#module_474858455__tabPane_8730 #Sub474858455_8730 > .SubPadding4 {display:none;}
#module_474858455__tabPane_8730 #Sub474858455_8730 > .SubPadding6 {display:none;}
#module_474858455__tabPane_8730 #Sub474858455_8730 > .SubPadding8 {display:none;}
}
#module_474858455__tabPane_8730 #Sub474858455_Tab8730_1 {width:25%;}
.module_474858490 .ModuleHead .HeadCenter{float:none;}
#module_474858490 {
padding:0px;
}
#module_474858490 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474858490 .ModuleHead474858490 {
display:none;
}

#module_474858490 img{border-top-color:transparent;}
#module_474858490 img{border-top-style:none;}
#module_474858490 img{border-top-width:0px;}
#module_474858490 img{border-right-color:transparent;}
#module_474858490 img{border-right-style:none;}
#module_474858490 img{border-right-width:0px;}
#module_474858490 img{border-bottom-color:transparent;}
#module_474858490 img{border-bottom-style:none;}
#module_474858490 img{border-bottom-width:0px;}
#module_474858490 img{border-left-color:transparent;}
#module_474858490 img{border-left-style:none;}
#module_474858490 img{border-left-width:0px;}
#module_474858490 img{border-top-left-radius:0px;}
#module_474858490 img{border-top-right-radius:0px;}
#module_474858490 img{border-bottom-left-radius:0px;}
#module_474858490 img{border-bottom-right-radius:0px;}
#module_474858490 .BodyCenter{text-align: center;}

.module_474859447 .ModuleHead .HeadCenter{float:none;}
#module_474859447 {
padding:0px;
}
#module_474859447 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474859447 .ModuleHead474859447 {
display:none;
}
#module_474859447 .BodyCenter.BodyCenter474859447 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474859447 >.module_474859447 {
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_474859447 >.module_474859447{
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_474859447 .BodyCenter.BodyCenter474859447 {
padding-top:0.0000%;
padding-left:7.2639%;
padding-right:7.2639%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474859447 .BodyCenter.BodyCenter474859447 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474859447 >.module_474859447 {
margin-top:-31.4770%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474859447 >.module_474859447 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474859447 >.module_474859447 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474859447:hover {
border:none;
}
#module_474859447:hover >.module_474859447 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474859447 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474859447 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474859447 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474859447 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474859447 .imageTextGiant-Container{padding-top:10px;}
#module_474859447 .imageTextGiant-Container{padding-bottom:10px;}
#module_474859447 .imageTextGiant-Container{padding-left:10px;}
#module_474859447 .imageTextGiant-Container{padding-right:10px;}
#module_474859447 .showHandle .btn{font-size:14px;}
#module_474859447 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474859447 .showHandle .btn{color:#333;}
#module_474859447 .showHandle .btn{font-weight:400;}
#module_474859447 .showHandle .btn{text-decoration:none;}
#module_474859447 .showHandle .btn{font-style:normal;}
#module_474859447 .showHandle div{border-top-color:#ddd !important;}
#module_474859447 .showHandle div{border-top-style:solid !important;}
#module_474859447 .showHandle div{border-top-width:1px !important;}
#module_474859447 .showHandle{background-color:transparent;}
#module_474859447 .showHandle{background-image:none;}
#module_474859447 .showHandle{background-repeat:no-repeat;}
#module_474859447 .showHandle{}
#module_474859447 .showHandle{}
#module_474859447 .showHandle{}
#module_474859447 a{font-size:unset;font-family:unset}
#module_474858455__tabPane_8730 #Sub474858455_Tab8730_2 {width:25%;}
.module_474858492 .ModuleHead .HeadCenter{float:none;}
#module_474858492 {
padding:0px;
}
#module_474858492 {
position:static;
z-index:0;
top:42px;
left:1619px;
width:100%;
height: auto;
}
#module_474858492 .ModuleHead474858492 {
display:none;
}

#module_474858492 img{border-top-color:transparent;}
#module_474858492 img{border-top-style:none;}
#module_474858492 img{border-top-width:0px;}
#module_474858492 img{border-right-color:transparent;}
#module_474858492 img{border-right-style:none;}
#module_474858492 img{border-right-width:0px;}
#module_474858492 img{border-bottom-color:transparent;}
#module_474858492 img{border-bottom-style:none;}
#module_474858492 img{border-bottom-width:0px;}
#module_474858492 img{border-left-color:transparent;}
#module_474858492 img{border-left-style:none;}
#module_474858492 img{border-left-width:0px;}
#module_474858492 img{border-top-left-radius:0px;}
#module_474858492 img{border-top-right-radius:0px;}
#module_474858492 img{border-bottom-left-radius:0px;}
#module_474858492 img{border-bottom-right-radius:0px;}
#module_474858492 .BodyCenter{text-align: center;}

.module_474859449 .ModuleHead .HeadCenter{float:none;}
#module_474859449 {
padding:0px;
}
#module_474859449 {
position:static;
z-index:0;
top:588px;
left:1619px;
width:100%;
height: auto;
}
#module_474859449 .ModuleHead474859449 {
display:none;
}
#module_474859449 .BodyCenter.BodyCenter474859449 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474859449 >.module_474859449 {
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_474859449 >.module_474859449{
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_474859449 .BodyCenter.BodyCenter474859449 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474859449 .BodyCenter.BodyCenter474859449 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474859449 >.module_474859449 {
margin-top:-31.4770%;
margin-left:7.2639%;
margin-right:7.2639%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474859449 >.module_474859449 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474859449 >.module_474859449 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474859449:hover {
border:none;
}
#module_474859449:hover >.module_474859449 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474859449 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474859449 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474859449 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474859449 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474859449 .imageTextGiant-Container{padding-top:10px;}
#module_474859449 .imageTextGiant-Container{padding-bottom:10px;}
#module_474859449 .imageTextGiant-Container{padding-left:10px;}
#module_474859449 .imageTextGiant-Container{padding-right:10px;}
#module_474859449 .showHandle .btn{font-size:14px;}
#module_474859449 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474859449 .showHandle .btn{color:#333;}
#module_474859449 .showHandle .btn{font-weight:400;}
#module_474859449 .showHandle .btn{text-decoration:none;}
#module_474859449 .showHandle .btn{font-style:normal;}
#module_474859449 .showHandle div{border-top-color:#ddd !important;}
#module_474859449 .showHandle div{border-top-style:solid !important;}
#module_474859449 .showHandle div{border-top-width:1px !important;}
#module_474859449 .showHandle{background-color:transparent;}
#module_474859449 .showHandle{background-image:none;}
#module_474859449 .showHandle{background-repeat:no-repeat;}
#module_474859449 .showHandle{}
#module_474859449 .showHandle{}
#module_474859449 .showHandle{}
#module_474859449 a{font-size:unset;font-family:unset}
#module_474858455__tabPane_8730 #Sub474858455_Tab8730_3 {width:25%;}
.module_474858493 .ModuleHead .HeadCenter{float:none;}
#module_474858493 {
padding:0px;
}
#module_474858493 {
position:static;
z-index:0;
top:41px;
left:0px;
width:100%;
height: auto;
}
#module_474858493 .ModuleHead474858493 {
display:none;
}

#module_474858493 img{border-top-color:transparent;}
#module_474858493 img{border-top-style:none;}
#module_474858493 img{border-top-width:0px;}
#module_474858493 img{border-right-color:transparent;}
#module_474858493 img{border-right-style:none;}
#module_474858493 img{border-right-width:0px;}
#module_474858493 img{border-bottom-color:transparent;}
#module_474858493 img{border-bottom-style:none;}
#module_474858493 img{border-bottom-width:0px;}
#module_474858493 img{border-left-color:transparent;}
#module_474858493 img{border-left-style:none;}
#module_474858493 img{border-left-width:0px;}
#module_474858493 img{border-top-left-radius:0px;}
#module_474858493 img{border-top-right-radius:0px;}
#module_474858493 img{border-bottom-left-radius:0px;}
#module_474858493 img{border-bottom-right-radius:0px;}
#module_474858493 .BodyCenter{text-align: center;}

.module_474859450 .ModuleHead .HeadCenter{float:none;}
#module_474859450 {
padding:0px;
}
#module_474859450 {
position:static;
z-index:0;
top:595px;
left:0px;
width:100%;
height: auto;
}
#module_474859450 .ModuleHead474859450 {
display:none;
}
#module_474859450 .BodyCenter.BodyCenter474859450 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474859450 >.module_474859450 {
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_474859450 >.module_474859450{
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_474859450 .BodyCenter.BodyCenter474859450 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474859450 .BodyCenter.BodyCenter474859450 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474859450 >.module_474859450 {
margin-top:-31.4770%;
margin-left:7.2639%;
margin-right:7.2639%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474859450 >.module_474859450 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474859450 >.module_474859450 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474859450:hover {
border:none;
}
#module_474859450:hover >.module_474859450 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474859450 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474859450 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474859450 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474859450 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474859450 .imageTextGiant-Container{padding-top:10px;}
#module_474859450 .imageTextGiant-Container{padding-bottom:10px;}
#module_474859450 .imageTextGiant-Container{padding-left:10px;}
#module_474859450 .imageTextGiant-Container{padding-right:10px;}
#module_474859450 .showHandle .btn{font-size:14px;}
#module_474859450 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474859450 .showHandle .btn{color:#333;}
#module_474859450 .showHandle .btn{font-weight:400;}
#module_474859450 .showHandle .btn{text-decoration:none;}
#module_474859450 .showHandle .btn{font-style:normal;}
#module_474859450 .showHandle div{border-top-color:#ddd !important;}
#module_474859450 .showHandle div{border-top-style:solid !important;}
#module_474859450 .showHandle div{border-top-width:1px !important;}
#module_474859450 .showHandle{background-color:transparent;}
#module_474859450 .showHandle{background-image:none;}
#module_474859450 .showHandle{background-repeat:no-repeat;}
#module_474859450 .showHandle{}
#module_474859450 .showHandle{}
#module_474859450 .showHandle{}
#module_474859450 a{font-size:unset;font-family:unset}
#module_474858455__tabPane_8730 #Sub474858455_Tab8730_4 {width:25%;}
.module_474858494 .ModuleHead .HeadCenter{float:none;}
#module_474858494 {
padding:0px;
}
#module_474858494 {
position:static;
z-index:0;
top:33px;
left:0px;
width:100%;
height: auto;
}
#module_474858494 .ModuleHead474858494 {
display:none;
}

#module_474858494 img{border-top-color:transparent;}
#module_474858494 img{border-top-style:none;}
#module_474858494 img{border-top-width:0px;}
#module_474858494 img{border-right-color:transparent;}
#module_474858494 img{border-right-style:none;}
#module_474858494 img{border-right-width:0px;}
#module_474858494 img{border-bottom-color:transparent;}
#module_474858494 img{border-bottom-style:none;}
#module_474858494 img{border-bottom-width:0px;}
#module_474858494 img{border-left-color:transparent;}
#module_474858494 img{border-left-style:none;}
#module_474858494 img{border-left-width:0px;}
#module_474858494 img{border-top-left-radius:0px;}
#module_474858494 img{border-top-right-radius:0px;}
#module_474858494 img{border-bottom-left-radius:0px;}
#module_474858494 img{border-bottom-right-radius:0px;}
#module_474858494 .BodyCenter{text-align: center;}

.module_474859452 .ModuleHead .HeadCenter{float:none;}
#module_474859452 {
padding:0px;
}
#module_474859452 {
position:static;
z-index:0;
top:603px;
left:0px;
width:100%;
height: auto;
}
#module_474859452 .ModuleHead474859452 {
display:none;
}
#module_474859452 .BodyCenter.BodyCenter474859452 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474859452 >.module_474859452 {
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_474859452 >.module_474859452{
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_474859452 .BodyCenter.BodyCenter474859452 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474859452 .BodyCenter.BodyCenter474859452 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474859452 >.module_474859452 {
margin-top:-31.4770%;
margin-left:7.2639%;
margin-right:7.2639%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474859452 >.module_474859452 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474859452 >.module_474859452 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474859452:hover {
border:none;
}
#module_474859452:hover >.module_474859452 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474859452 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474859452 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474859452 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474859452 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474859452 .imageTextGiant-Container{padding-top:10px;}
#module_474859452 .imageTextGiant-Container{padding-bottom:10px;}
#module_474859452 .imageTextGiant-Container{padding-left:10px;}
#module_474859452 .imageTextGiant-Container{padding-right:10px;}
#module_474859452 .showHandle .btn{font-size:14px;}
#module_474859452 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474859452 .showHandle .btn{color:#333;}
#module_474859452 .showHandle .btn{font-weight:400;}
#module_474859452 .showHandle .btn{text-decoration:none;}
#module_474859452 .showHandle .btn{font-style:normal;}
#module_474859452 .showHandle div{border-top-color:#ddd !important;}
#module_474859452 .showHandle div{border-top-style:solid !important;}
#module_474859452 .showHandle div{border-top-width:1px !important;}
#module_474859452 .showHandle{background-color:transparent;}
#module_474859452 .showHandle{background-image:none;}
#module_474859452 .showHandle{background-repeat:no-repeat;}
#module_474859452 .showHandle{}
#module_474859452 .showHandle{}
#module_474859452 .showHandle{}
#module_474859452 a{font-size:unset;font-family:unset}

#module_474858455__tabPane_4131 #Sub474858455_4131 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_474858455__tabPane_4131 #Sub474858455_4131 > .SubContainer {display: table-cell; vertical-align: top;}
#module_474858455__tabPane_4131 .SubPadding {width:30px; height: 100%; position: relative; display: table-cell;}
#module_474858455__tabPane_4131 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_474858455__tabPane_4131 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_474858455__tabPane_4131:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_474858455__tabPane_4131 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_474858455__tabPane_4131 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_474858455__tabPane_4131 #Sub474858455_4131 {display: block;}
#module_474858455__tabPane_4131 #Sub474858455_4131 > .SubPadding {float:left; height: 10px;}
#module_474858455__tabPane_4131 #Sub474858455_4131 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_474858455__tabPane_4131 #Sub474858455_4131 > .SubContainer .SubDrag {display:none;}
#module_474858455__tabPane_4131 #Sub474858455_4131 > .SubPadding {width:5px;}
#module_474858455__tabPane_4131 #Sub474858455_4131 > .SubContainer {width:calc((100% - 5px) / 2) !important;}
#module_474858455__tabPane_4131 #Sub474858455_4131 > .SubPadding2 {display:none;}
#module_474858455__tabPane_4131 #Sub474858455_4131 > .SubPadding4 {display:none;}
#module_474858455__tabPane_4131 #Sub474858455_4131 > .SubPadding6 {display:none;}
#module_474858455__tabPane_4131 #Sub474858455_4131 > .SubPadding8 {display:none;}
}
#module_474858455__tabPane_4131 #Sub474858455_Tab4131_1 {width:25%;}
.module_474859107 .ModuleHead .HeadCenter{float:none;}
#module_474859107 {
padding:0px;
}
#module_474859107 {
position:static;
z-index:0;
top:29px;
left:1619px;
width:100%;
height: auto;
}
#module_474859107 .ModuleHead474859107 {
display:none;
}

#module_474859107 img{border-top-color:transparent;}
#module_474859107 img{border-top-style:none;}
#module_474859107 img{border-top-width:0px;}
#module_474859107 img{border-right-color:transparent;}
#module_474859107 img{border-right-style:none;}
#module_474859107 img{border-right-width:0px;}
#module_474859107 img{border-bottom-color:transparent;}
#module_474859107 img{border-bottom-style:none;}
#module_474859107 img{border-bottom-width:0px;}
#module_474859107 img{border-left-color:transparent;}
#module_474859107 img{border-left-style:none;}
#module_474859107 img{border-left-width:0px;}
#module_474859107 img{border-top-left-radius:0px;}
#module_474859107 img{border-top-right-radius:0px;}
#module_474859107 img{border-bottom-left-radius:0px;}
#module_474859107 img{border-bottom-right-radius:0px;}
#module_474859107 .BodyCenter{text-align: center;}

.module_474859454 .ModuleHead .HeadCenter{float:none;}
#module_474859454 {
padding:0px;
}
#module_474859454 {
position:static;
z-index:0;
top:535px;
left:1619px;
width:100%;
height: auto;
}
#module_474859454 .ModuleHead474859454 {
display:none;
}
#module_474859454 .BodyCenter.BodyCenter474859454 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474859454 >.module_474859454 {
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_474859454 >.module_474859454{
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_474859454 .BodyCenter.BodyCenter474859454 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474859454 .BodyCenter.BodyCenter474859454 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474859454 >.module_474859454 {
margin-top:-31.4770%;
margin-left:7.2639%;
margin-right:7.2639%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474859454 >.module_474859454 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474859454 >.module_474859454 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474859454:hover {
border:none;
}
#module_474859454:hover >.module_474859454 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474859454 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474859454 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474859454 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474859454 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474859454 .imageTextGiant-Container{padding-top:10px;}
#module_474859454 .imageTextGiant-Container{padding-bottom:10px;}
#module_474859454 .imageTextGiant-Container{padding-left:10px;}
#module_474859454 .imageTextGiant-Container{padding-right:10px;}
#module_474859454 .showHandle .btn{font-size:14px;}
#module_474859454 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474859454 .showHandle .btn{color:#333;}
#module_474859454 .showHandle .btn{font-weight:400;}
#module_474859454 .showHandle .btn{text-decoration:none;}
#module_474859454 .showHandle .btn{font-style:normal;}
#module_474859454 .showHandle div{border-top-color:#ddd !important;}
#module_474859454 .showHandle div{border-top-style:solid !important;}
#module_474859454 .showHandle div{border-top-width:1px !important;}
#module_474859454 .showHandle{background-color:transparent;}
#module_474859454 .showHandle{background-image:none;}
#module_474859454 .showHandle{background-repeat:no-repeat;}
#module_474859454 .showHandle{}
#module_474859454 .showHandle{}
#module_474859454 .showHandle{}
#module_474859454 a{font-size:unset;font-family:unset}
#module_474858455__tabPane_4131 #Sub474858455_Tab4131_2 {width:25%;}
.module_474859109 .ModuleHead .HeadCenter{float:none;}
#module_474859109 {
padding:0px;
}
#module_474859109 {
position:static;
z-index:0;
top:20px;
left:0px;
width:100%;
height: auto;
}
#module_474859109 .ModuleHead474859109 {
display:none;
}

#module_474859109 img{border-top-color:transparent;}
#module_474859109 img{border-top-style:none;}
#module_474859109 img{border-top-width:0px;}
#module_474859109 img{border-right-color:transparent;}
#module_474859109 img{border-right-style:none;}
#module_474859109 img{border-right-width:0px;}
#module_474859109 img{border-bottom-color:transparent;}
#module_474859109 img{border-bottom-style:none;}
#module_474859109 img{border-bottom-width:0px;}
#module_474859109 img{border-left-color:transparent;}
#module_474859109 img{border-left-style:none;}
#module_474859109 img{border-left-width:0px;}
#module_474859109 img{border-top-left-radius:0px;}
#module_474859109 img{border-top-right-radius:0px;}
#module_474859109 img{border-bottom-left-radius:0px;}
#module_474859109 img{border-bottom-right-radius:0px;}
#module_474859109 .BodyCenter{text-align: center;}

.module_474859455 .ModuleHead .HeadCenter{float:none;}
#module_474859455 {
padding:0px;
}
#module_474859455 {
position:static;
z-index:0;
top:558px;
left:0px;
width:100%;
height: auto;
}
#module_474859455 .ModuleHead474859455 {
display:none;
}
#module_474859455 .BodyCenter.BodyCenter474859455 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474859455 >.module_474859455 {
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_474859455 >.module_474859455{
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_474859455 .BodyCenter.BodyCenter474859455 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474859455 .BodyCenter.BodyCenter474859455 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474859455 >.module_474859455 {
margin-top:-31.4770%;
margin-left:7.2639%;
margin-right:7.2639%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474859455 >.module_474859455 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474859455 >.module_474859455 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474859455:hover {
border:none;
}
#module_474859455:hover >.module_474859455 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474859455 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474859455 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474859455 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474859455 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474859455 .imageTextGiant-Container{padding-top:10px;}
#module_474859455 .imageTextGiant-Container{padding-bottom:10px;}
#module_474859455 .imageTextGiant-Container{padding-left:10px;}
#module_474859455 .imageTextGiant-Container{padding-right:10px;}
#module_474859455 .showHandle .btn{font-size:14px;}
#module_474859455 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474859455 .showHandle .btn{color:#333;}
#module_474859455 .showHandle .btn{font-weight:400;}
#module_474859455 .showHandle .btn{text-decoration:none;}
#module_474859455 .showHandle .btn{font-style:normal;}
#module_474859455 .showHandle div{border-top-color:#ddd !important;}
#module_474859455 .showHandle div{border-top-style:solid !important;}
#module_474859455 .showHandle div{border-top-width:1px !important;}
#module_474859455 .showHandle{background-color:transparent;}
#module_474859455 .showHandle{background-image:none;}
#module_474859455 .showHandle{background-repeat:no-repeat;}
#module_474859455 .showHandle{}
#module_474859455 .showHandle{}
#module_474859455 .showHandle{}
#module_474859455 a{font-size:unset;font-family:unset}
#module_474858455__tabPane_4131 #Sub474858455_Tab4131_3 {width:25%;}
.module_474859108 .ModuleHead .HeadCenter{float:none;}
#module_474859108 {
padding:0px;
}
#module_474859108 {
position:static;
z-index:0;
top:23px;
left:0px;
width:100%;
height: auto;
}
#module_474859108 .ModuleHead474859108 {
display:none;
}

#module_474859108 img{border-top-color:transparent;}
#module_474859108 img{border-top-style:none;}
#module_474859108 img{border-top-width:0px;}
#module_474859108 img{border-right-color:transparent;}
#module_474859108 img{border-right-style:none;}
#module_474859108 img{border-right-width:0px;}
#module_474859108 img{border-bottom-color:transparent;}
#module_474859108 img{border-bottom-style:none;}
#module_474859108 img{border-bottom-width:0px;}
#module_474859108 img{border-left-color:transparent;}
#module_474859108 img{border-left-style:none;}
#module_474859108 img{border-left-width:0px;}
#module_474859108 img{border-top-left-radius:0px;}
#module_474859108 img{border-top-right-radius:0px;}
#module_474859108 img{border-bottom-left-radius:0px;}
#module_474859108 img{border-bottom-right-radius:0px;}
#module_474859108 .BodyCenter{text-align: center;}

.module_474859456 .ModuleHead .HeadCenter{float:none;}
#module_474859456 {
padding:0px;
}
#module_474859456 {
position:static;
z-index:0;
top:521px;
left:0px;
width:100%;
height: auto;
}
#module_474859456 .ModuleHead474859456 {
display:none;
}
#module_474859456 .BodyCenter.BodyCenter474859456 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474859456 >.module_474859456 {
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_474859456 >.module_474859456{
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_474859456 .BodyCenter.BodyCenter474859456 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474859456 .BodyCenter.BodyCenter474859456 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474859456 >.module_474859456 {
margin-top:-31.4770%;
margin-left:7.2639%;
margin-right:7.2639%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474859456 >.module_474859456 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474859456 >.module_474859456 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474859456:hover {
border:none;
}
#module_474859456:hover >.module_474859456 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474859456 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474859456 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474859456 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474859456 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474859456 .imageTextGiant-Container{padding-top:10px;}
#module_474859456 .imageTextGiant-Container{padding-bottom:10px;}
#module_474859456 .imageTextGiant-Container{padding-left:10px;}
#module_474859456 .imageTextGiant-Container{padding-right:10px;}
#module_474859456 .showHandle .btn{font-size:14px;}
#module_474859456 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474859456 .showHandle .btn{color:#333;}
#module_474859456 .showHandle .btn{font-weight:400;}
#module_474859456 .showHandle .btn{text-decoration:none;}
#module_474859456 .showHandle .btn{font-style:normal;}
#module_474859456 .showHandle div{border-top-color:#ddd !important;}
#module_474859456 .showHandle div{border-top-style:solid !important;}
#module_474859456 .showHandle div{border-top-width:1px !important;}
#module_474859456 .showHandle{background-color:transparent;}
#module_474859456 .showHandle{background-image:none;}
#module_474859456 .showHandle{background-repeat:no-repeat;}
#module_474859456 .showHandle{}
#module_474859456 .showHandle{}
#module_474859456 .showHandle{}
#module_474859456 a{font-size:unset;font-family:unset}
#module_474858455__tabPane_4131 #Sub474858455_Tab4131_4 {width:25%;}


.module_474911544 .ModuleHead .HeadCenter{float:none;}
#module_474911544 {
padding:0px;
}
#module_474911544 {
position:static;
z-index:0;
top:223px;
left:0px;
width:100%;
height: auto;
}
#module_474911544 .ModuleHead474911544 {
display:none;
}
#module_474911544 .BodyCenter.BodyCenter474911544 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474911544 >.module_474911544 {
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_474911544 >.module_474911544{
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_474911544 .BodyCenter.BodyCenter474911544 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474911544 .BodyCenter.BodyCenter474911544 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474911544 >.module_474911544 {
margin-top:1.2557%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474911544 >.module_474911544 {
margin-top:6.6246%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474911544 >.module_474911544 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474911544:hover {
border:none;
}
#module_474911544:hover >.module_474911544 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474911544 .BodyCenter{text-align:center;}
#module_474911544 .moduleButton{font-size:14px;}
#module_474911544 .moduleButton{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474911544 .moduleButton{color:#445464;}
#module_474911544 .moduleButton{font-weight:normal;}
#module_474911544 .moduleButton{text-decoration:none;}
#module_474911544 .moduleButton{font-style:normal;}
#module_474911544 .moduleButton, #module_474911544 .moduleButton:before{background-color:rgba(0,0,0,0);}
#module_474911544 .moduleButton, #module_474911544 .moduleButton:before{background-image:none;}
#module_474911544 .moduleButton, #module_474911544 .moduleButton:before{background-repeat:no-repeat;}
#module_474911544 .moduleButton, #module_474911544 .moduleButton:before{background-position:none;}
#module_474911544 .moduleButton, #module_474911544 .moduleButton:before{background-attachment:none;}
#module_474911544 .moduleButton, #module_474911544 .moduleButton:before{}
#module_474911544 .moduleButton{border-color:rgb(216, 216, 216);}
#module_474911544 .moduleButton{border-style:solid;}
#module_474911544 .moduleButton{border-width:2px;}
#module_474911544 .moduleButton{border-top-left-radius:0px;}
#module_474911544 .moduleButton{border-top-right-radius:0px;}
#module_474911544 .moduleButton{border-bottom-left-radius:0px;}
#module_474911544 .moduleButton{border-bottom-right-radius:0px;}
#module_474911544 .moduleButton{width:180px;}
#module_474911544 .moduleButton{height:40px;line-height:40px;}
#module_474911544 .BodyCenter{color:#445464;}
#module_474911544 .moduleButton{padding-top:0px;}
#module_474911544 .moduleButton{padding-bottom:0px;}
#module_474911544 .moduleButton{padding-left:0px;}
#module_474911544 .moduleButton{padding-right:0px;}
#module_474911544 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_474911544 .moduleButton .ButtonLineHidden, #module_474911544 .moduleButton .ButtonLine{width:25px;} #module_474911544 .moduleButton:hover .ButtonText{-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform: translateX(25px);}
#module_474911544 .moduleButton .ButtonLineHidden, #module_474911544 .moduleButton .ButtonLine, #module_474911544 .moduleButton .Ionios{color:#000;}
#module_474911544 .moduleButton:hover{font-size:16px;}
#module_474911544 .moduleButton:hover{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474911544 .moduleButton:hover{color:#fff;}
#module_474911544 .moduleButton:hover{font-weight:normal;}
#module_474911544 .moduleButton:hover{text-decoration:none;}
#module_474911544 .moduleButton:hover{font-style:normal;}
#module_474911544 .moduleButton:hover, #module_474911544 .moduleButton:hover:before{background-image: unset;background-color:rgb(0, 98, 187);}
#module_474911544 .moduleButton:hover, #module_474911544 .moduleButton:hover:before{background-image:none;}
#module_474911544 .moduleButton:hover, #module_474911544 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_474911544 .moduleButton:hover, #module_474911544 .moduleButton:hover:before{background-position:none;}
#module_474911544 .moduleButton:hover, #module_474911544 .moduleButton:hover:before{background-attachment:none;}
#module_474911544 .moduleButton:hover, #module_474911544 .moduleButton:hover:before{}
#module_474911544 .moduleButton:hover{border-color:transparent;}
#module_474911544 .moduleButton:hover{border-style:solid;}
#module_474911544 .moduleButton:hover{border-width:2px;}
#module_474911544 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_474911544 .moduleButton:hover .ButtonLineHidden, #module_474911544 .moduleButton:hover .ButtonLine, #module_474911544 .moduleButton:hover .Ionios{color:#fff;}

.module_474915757 .ModuleHead .HeadCenter{float:none;}
#module_474915757 {
padding:0px;
}
#module_474915757 {
position:static;
z-index:0;
top:1035px;
left:0px;
width:100%;
height: auto;
}
#module_474915757 .ModuleHead474915757 {
display:none;
}
#module_474915757 .BodyCenter.BodyCenter474915757 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474915757 >.module_474915757 {
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_474915757 >.module_474915757{
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_474915757 .BodyCenter.BodyCenter474915757 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474915757 .BodyCenter.BodyCenter474915757 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474915757 >.module_474915757 {
margin-top:0.9132%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474915757 >.module_474915757 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474915757 >.module_474915757 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474915757:hover {
border:none;
}
#module_474915757:hover >.module_474915757 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474915757 .BodyCenter{text-align:center;}
#module_474915757 .moduleButton{font-size:16px;}
#module_474915757 .moduleButton{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915757 .moduleButton{color:#445464;}
#module_474915757 .moduleButton{font-weight:normal;}
#module_474915757 .moduleButton{text-decoration:none;}
#module_474915757 .moduleButton{font-style:normal;}
#module_474915757 .moduleButton, #module_474915757 .moduleButton:before{background-color:rgba(0,0,0,0);}
#module_474915757 .moduleButton, #module_474915757 .moduleButton:before{background-image:none;}
#module_474915757 .moduleButton, #module_474915757 .moduleButton:before{background-repeat:no-repeat;}
#module_474915757 .moduleButton, #module_474915757 .moduleButton:before{background-position:none;}
#module_474915757 .moduleButton, #module_474915757 .moduleButton:before{background-attachment:none;}
#module_474915757 .moduleButton, #module_474915757 .moduleButton:before{}
#module_474915757 .moduleButton{border-color:rgb(216, 216, 216);}
#module_474915757 .moduleButton{border-style:solid;}
#module_474915757 .moduleButton{border-width:2px;}
#module_474915757 .moduleButton{border-top-left-radius:0px;}
#module_474915757 .moduleButton{border-top-right-radius:0px;}
#module_474915757 .moduleButton{border-bottom-left-radius:0px;}
#module_474915757 .moduleButton{border-bottom-right-radius:0px;}
#module_474915757 .moduleButton{width:280px;}
#module_474915757 .moduleButton{height:60px;line-height:60px;}
#module_474915757 .BodyCenter{color:#445464;}
#module_474915757 .moduleButton{padding-top:0px;}
#module_474915757 .moduleButton{padding-bottom:0px;}
#module_474915757 .moduleButton{padding-left:0px;}
#module_474915757 .moduleButton{padding-right:0px;}
#module_474915757 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_474915757 .moduleButton .ButtonLineHidden, #module_474915757 .moduleButton .ButtonLine{width:25px;} #module_474915757 .moduleButton:hover .ButtonText{-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform: translateX(25px);}
#module_474915757 .moduleButton .ButtonLineHidden, #module_474915757 .moduleButton .ButtonLine, #module_474915757 .moduleButton .Ionios{color:#000;}
#module_474915757 .moduleButton:hover{font-size:16px;}
#module_474915757 .moduleButton:hover{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915757 .moduleButton:hover{color:#fff;}
#module_474915757 .moduleButton:hover{font-weight:normal;}
#module_474915757 .moduleButton:hover{text-decoration:none;}
#module_474915757 .moduleButton:hover{font-style:normal;}
#module_474915757 .moduleButton:hover, #module_474915757 .moduleButton:hover:before{background-image: unset;background-color:rgb(0, 98, 187);}
#module_474915757 .moduleButton:hover, #module_474915757 .moduleButton:hover:before{background-image:none;}
#module_474915757 .moduleButton:hover, #module_474915757 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_474915757 .moduleButton:hover, #module_474915757 .moduleButton:hover:before{background-position:none;}
#module_474915757 .moduleButton:hover, #module_474915757 .moduleButton:hover:before{background-attachment:none;}
#module_474915757 .moduleButton:hover, #module_474915757 .moduleButton:hover:before{}
#module_474915757 .moduleButton:hover{border-color:transparent;}
#module_474915757 .moduleButton:hover{border-style:solid;}
#module_474915757 .moduleButton:hover{border-width:2px;}
#module_474915757 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_474915757 .moduleButton:hover .ButtonLineHidden, #module_474915757 .moduleButton:hover .ButtonLine, #module_474915757 .moduleButton:hover .Ionios{color:#fff;}

.module_474910944 .ModuleHead .HeadCenter{float:none;}
#module_474910944 {
padding:0px;
}
#module_474910944 {
position:static;
z-index:0;
top:4229px;
left:1112px;
width:100%;
height: auto;
}
#module_474910944 .ModuleHead474910944 {
display:none;
}
#module_474910944 .BodyCenter.BodyCenter474910944 {
background:none;background-color:rgb(255, 255, 255);
}
#module_474910944 >.module_474910944 {
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_474910944 >.module_474910944{
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_474910944 .BodyCenter.BodyCenter474910944 {
padding-top:5.2301%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_474910944 .BodyCenter.BodyCenter474910944 {
padding-top:11.5274%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474910944 >.module_474910944 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474910944 >.module_474910944 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474910944 >.module_474910944 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474910944:hover {
border:none;
}
#module_474910944:hover >.module_474910944 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474910944 .ModuleSubContainer{background-color:transparent;}
#module_474910944 .ModuleSubContainer{background-image:none;}
#module_474910944 .ModuleSubContainer{background-repeat:no-repeat;}
#module_474910944 .ModuleSubContainer{background-position:0% 0%;}
#module_474910944 .ModuleSubContainer{background-attachment:scroll;}
#module_474910944 .ModuleSubContainer{}
#module_474910944 {!bgVideo!}{bgVideoUrl:}
#module_474910944 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_474910944 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_474910944 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer474910944 {max-width:none;width:100%;}
.module_474910945 .ModuleHead .HeadCenter{float:none;}
#module_474910945 {
padding:0px;
}
#module_474910945 {
position:static;
z-index:0;
top:-123px;
left:0px;
width:100%;
height: auto;
}
#module_474910945 .ModuleHead474910945 {
display:none;
}
#module_474910945 .BodyCenter.BodyCenter474910945 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474910945 >.module_474910945 {
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_474910945 >.module_474910945{
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_474910945 .BodyCenter.BodyCenter474910945 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474910945 .BodyCenter.BodyCenter474910945 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474910945 >.module_474910945 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474910945 >.module_474910945 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474910945 >.module_474910945 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474910945:hover {
border:none;
}
#module_474910945:hover >.module_474910945 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474910945 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474910945 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474910945 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474910945 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474910945 .imageTextGiant-Container{padding-top:0px;}
#module_474910945 .imageTextGiant-Container{padding-bottom:0px;}
#module_474910945 .imageTextGiant-Container{padding-left:0px;}
#module_474910945 .imageTextGiant-Container{padding-right:0px;}
#module_474910945 .showHandle .btn{font-size:14px;}
#module_474910945 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474910945 .showHandle .btn{color:#333;}
#module_474910945 .showHandle .btn{font-weight:400;}
#module_474910945 .showHandle .btn{text-decoration:none;}
#module_474910945 .showHandle .btn{font-style:normal;}
#module_474910945 .showHandle div{border-top-color:#ddd !important;}
#module_474910945 .showHandle div{border-top-style:solid !important;}
#module_474910945 .showHandle div{border-top-width:1px !important;}
#module_474910945 .showHandle{background-color:transparent;}
#module_474910945 .showHandle{background-image:none;}
#module_474910945 .showHandle{background-repeat:no-repeat;}
#module_474910945 .showHandle{}
#module_474910945 .showHandle{}
#module_474910945 .showHandle{}
#module_474910945 a{font-size:unset;font-family:unset}
.module_476173583 .ModuleHead .HeadCenter{float:none;}
#module_476173583 {
padding:0px;
}
#module_476173583 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_476173583 .ModuleHead476173583 {
display:none;
}


.module_474910946 .ModuleHead .HeadCenter{float:none;}
#module_474910946 {
padding:0px;
}
#module_474910946 {
position:static;
z-index:0;
top:-109px;
left:0px;
width:100%;
height: auto;
}
#module_474910946 .ModuleHead474910946 {
display:none;
}
#module_474910946 .BodyCenter.BodyCenter474910946 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474910946 >.module_474910946 {
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_474910946 >.module_474910946{
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_474910946 .BodyCenter.BodyCenter474910946 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474910946 .BodyCenter.BodyCenter474910946 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474910946 >.module_474910946 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474910946 >.module_474910946 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474910946 >.module_474910946 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474910946:hover {
border:none;
}
#module_474910946:hover >.module_474910946 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474910946 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474910946 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474910946 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474910946 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474910946 .imageTextGiant-Container{padding-top:0px;}
#module_474910946 .imageTextGiant-Container{padding-bottom:0px;}
#module_474910946 .imageTextGiant-Container{padding-left:0px;}
#module_474910946 .imageTextGiant-Container{padding-right:0px;}
#module_474910946 .showHandle .btn{font-size:14px;}
#module_474910946 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474910946 .showHandle .btn{color:#333;}
#module_474910946 .showHandle .btn{font-weight:400;}
#module_474910946 .showHandle .btn{text-decoration:none;}
#module_474910946 .showHandle .btn{font-style:normal;}
#module_474910946 .showHandle div{border-top-color:#ddd !important;}
#module_474910946 .showHandle div{border-top-style:solid !important;}
#module_474910946 .showHandle div{border-top-width:1px !important;}
#module_474910946 .showHandle{background-color:transparent;}
#module_474910946 .showHandle{background-image:none;}
#module_474910946 .showHandle{background-repeat:no-repeat;}
#module_474910946 .showHandle{}
#module_474910946 .showHandle{}
#module_474910946 .showHandle{}
#module_474910946 a{font-size:unset;font-family:unset}
.module_474915759 .ModuleHead .HeadCenter{float:none;}
#module_474915759 {
padding:0px;
}
#module_474915759 {
position:static;
z-index:0;
top:3155px;
left:211px;
width:100%;
height: auto;
}
#module_474915759 .ModuleHead474915759 {
display:none;
}
#module_474915759 .BodyCenter.BodyCenter474915759 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474915759 >.module_474915759 {
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_474915759 >.module_474915759{
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_474915759 .BodyCenter.BodyCenter474915759 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474915759 .BodyCenter.BodyCenter474915759 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474915759 >.module_474915759 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474915759 >.module_474915759 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474915759 >.module_474915759 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474915759:hover {
border:none;
}
#module_474915759:hover >.module_474915759 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474915759 .ModuleImageTextGiantContent{margin-top:0px;}
#module_474915759 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_474915759 .ModuleImageTextGiantContent{margin-left:0px;}
#module_474915759 .ModuleImageTextGiantContent{margin-right:0px;}
#module_474915759 .imageTextGiant-Container{padding-top:0px;}
#module_474915759 .imageTextGiant-Container{padding-bottom:0px;}
#module_474915759 .imageTextGiant-Container{padding-left:0px;}
#module_474915759 .imageTextGiant-Container{padding-right:0px;}
#module_474915759 .showHandle .btn{font-size:14px;}
#module_474915759 .showHandle .btn{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915759 .showHandle .btn{color:#333;}
#module_474915759 .showHandle .btn{font-weight:400;}
#module_474915759 .showHandle .btn{text-decoration:none;}
#module_474915759 .showHandle .btn{font-style:normal;}
#module_474915759 .showHandle div{border-top-color:#ddd !important;}
#module_474915759 .showHandle div{border-top-style:solid !important;}
#module_474915759 .showHandle div{border-top-width:1px !important;}
#module_474915759 .showHandle{background-color:transparent;}
#module_474915759 .showHandle{background-image:none;}
#module_474915759 .showHandle{background-repeat:no-repeat;}
#module_474915759 .showHandle{}
#module_474915759 .showHandle{}
#module_474915759 .showHandle{}
#module_474915759 a{font-size:unset;font-family:unset}
.module_474910947 .ModuleHead .HeadCenter{float:none;}
#module_474910947 {
padding:0px;
}
#module_474910947 {
position:static;
z-index:0;
top:-49px;
left:0px;
width:100%;
height: auto;
}
#module_474910947 .ModuleHead474910947 {
display:none;
}
#module_474910947 .BodyCenter.BodyCenter474910947 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474910947 >.module_474910947 {
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_474910947 >.module_474910947{
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_474910947 .BodyCenter.BodyCenter474910947 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474910947 .BodyCenter.BodyCenter474910947 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474910947 >.module_474910947 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474910947 >.module_474910947 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474910947 >.module_474910947 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474910947:hover {
border:none;
}
#module_474910947:hover >.module_474910947 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474910947 img{border-top-color:transparent;}
#module_474910947 img{border-top-style:none;}
#module_474910947 img{border-top-width:0px;}
#module_474910947 img{border-right-color:transparent;}
#module_474910947 img{border-right-style:none;}
#module_474910947 img{border-right-width:0px;}
#module_474910947 img{border-bottom-color:transparent;}
#module_474910947 img{border-bottom-style:none;}
#module_474910947 img{border-bottom-width:0px;}
#module_474910947 img{border-left-color:transparent;}
#module_474910947 img{border-left-style:none;}
#module_474910947 img{border-left-width:0px;}
#module_474910947 img{border-top-left-radius:0px;}
#module_474910947 img{border-top-right-radius:0px;}
#module_474910947 img{border-bottom-left-radius:0px;}
#module_474910947 img{border-bottom-right-radius:0px;}
#module_474910947 .BodyCenter{text-align: center;}

.module_474910967 .ModuleHead .HeadCenter{float:none;}
#module_474910967 {
padding:0px;
}
#module_474910967 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474910967 .ModuleHead474910967 {
display:none;
}
#module_474910967 .BodyCenter.BodyCenter474910967 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474910967 >.module_474910967 {
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_474910967 >.module_474910967{
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_474910967 .BodyCenter.BodyCenter474910967 {
padding-top:0.0000%;
padding-left:4.1841%;
padding-right:4.1841%;
padding-bottom:5.2301%;
}
}
@media screen and (max-width: 767px){
#module_474910967 .BodyCenter.BodyCenter474910967 {
padding-top:0.0000%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_474910967 >.module_474910967 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474910967 >.module_474910967 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474910967 >.module_474910967 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474910967:hover {
border:none;
}
#module_474910967:hover >.module_474910967 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474910967 .ModuleSubContainer{background-color:transparent;}
#module_474910967 .ModuleSubContainer{background-image:none;}
#module_474910967 .ModuleSubContainer{background-repeat:no-repeat;}
#module_474910967 .ModuleSubContainer{background-position:0% 0%;}
#module_474910967 .ModuleSubContainer{background-attachment:scroll;}
#module_474910967 .ModuleSubContainer{}
#module_474910967 {!bgVideo!}{bgVideoUrl:}
#module_474910967 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_474910967 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_474910967 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer474910967 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer474910967 .SubPadding {width:50px;}
@keyframes liner {
	0% {
		width: 10%;
	}

	30% {
		width: 20%;
	}

	60% {
		width: 60%;
	}

	100% {
		width: 100%;
	}
}

.ModuleNewsListGiant.layout-110 .news-item {
	float: left;
	position: relative;
	cursor: pointer;
	background: #fff;
	margin-bottom: 2%
}

.ModuleNewsListGiant.layout-110 .news-item .news-img .dummy {
	padding-top: 66.666%;
}

.ModuleNewsListGiant.layout-110 .news-item .news-img {
	list-style-type: none;
	display: block;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	position: relative;
	margin: auto
}

.ModuleNewsListGiant.layout-110 .news-item .news-img img {
	transition: all .3s ease-out 0s;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	width: 100%;
	margin: auto;
	padding: auto;
	display: block;
}

.ModuleNewsListGiant.layout-110 .news-item:hover .news-img img {
	transform: scale(1.2);
}

.ModuleNewsListGiant.layout-110 .news-item .news-tit {
	position: relative;
	padding-top: 20px;
}

.ModuleNewsListGiant.layout-110 .news-item .news-title {}

.ModuleNewsListGiant.layout-110 .news-item:hover time:before {
	margin-bottom: -10px;
	/* background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff)); */
	-webkit-animation: liner 0.6s linear 1;
	-webkit-animation-fill-mode: both;
	border-bottom-color: #2196f3;
}

.ModuleNewsListGiant.layout-110 .news-item:hover .news-title {
	color: #2196f3
}

.ModuleNewsListGiant.layout-110 .news-item time {
	position: relative;
	font-size: 12px;
	display: block;
	margin: 11px 0 10px 0;
}

.ModuleNewsListGiant.layout-110 .news-item time:before {
	margin-bottom: -10px;
	transition: all 0.1s cubic-bezier(.23, 1, .38, 1) 0.1s;
	position: absolute;
	height: 1px;
	width: 100%;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
}

.ModuleNewsListGiant.layout-110 .news-item .news-tit .news-name {
	padding: 0 0 5px 0;
}

.ModuleNewsListGiant.layout-110 .news-item .news-tit .news-desc {
	color: #999;
	line-height: 22px;
	margin-top: 31px
}

.ModuleNewsListGiant.layout-110 li.news-item img {
	height: auto;
}

.ModuleNewsListGiant.layout-110 .laout-110-title {
	vertical-align: middle;
}

.ModuleNewsListGiant.layout-110 .label-box {
	font-size: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ModuleNewsListGiant.layout-110 .news-label {
	display: inline-block;
	font-size: 12px;
	color: #999;
	padding: 0 10px;
	margin-top: 18px;
	border-left: 1px solid #eee;
	line-height: 1.5;
}

.ModuleNewsListGiant.layout-110 .videobox .Mantle {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .3;
	z-index: 9;
}

.ModuleNewsListGiant.layout-110 .videobox .iconfont {
	display: block;
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 10;
	font-size: 66px;
	color: #fff;
	transform: translate(-50%, -50%);
}

.ModuleNewsListGiant.layout-110 .news-title-oneline {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*ÊÖ»úÆÁÄ»*/
@media (max-width: 767px) {
	.ModuleNewsListGiant.layout-110 .news-container {
		width: 100%;
		overflow: hidden
	}

	.ModuleNewsListGiant.layout-110 li.col-xs-1 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.ModuleNewsListGiant.layout-110 li.col-xs-2 {
		width: calc((100% - 3.6%) / 2);
		padding-right: 0;
		padding-left: 0;
		margin-right: 3.6%
	}

	.ModuleNewsListGiant.layout-110 li.col-xs-2:nth-child(2n) {
		margin-right: 0%
	}
}

/*PCÆÁÄ»*/
@media (min-width: 768px) {
	.ModuleNewsListGiant.layout-110 .news-container {
		display: flex;
		flex-wrap: wrap;
	}

	.ModuleNewsListGiant.layout-110 li.col-lg-1 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.ModuleNewsListGiant.layout-110 li.col-lg-2 {
		width: calc((100% - 2%) / 2);
		padding-right: 0;
		padding-left: 0;
		margin-right: 2%;
	}

	.ModuleNewsListGiant.layout-110 li.col-lg-3 {
		width: calc((100% - 6%) / 3);
		padding-right: 0;
		padding-left: 0;
		margin-right: 3%;
	}

	.ModuleNewsListGiant.layout-110 li.col-lg-4 {
		width: calc((100% - 7.98%) / 4);
		padding-right: 0;
		padding-left: 0;
		margin-right: 2.66%;
	}

	.ModuleNewsListGiant.layout-110 li.col-lg-5 {
		width: calc((100% - 10%) / 5);
		padding-right: 0;
		padding-left: 0;
		margin-right: 2.5%;
	}

	.ModuleNewsListGiant.layout-110 li.col-lg-6 {
		width: calc((100% - 10%) / 6);
		padding-right: 0;
		padding-left: 0;
		margin-right: 2%;
	}

	.ModuleNewsListGiant.layout-110 li.col-lg-2:nth-child(2n),
	.ModuleNewsListGiant.layout-110 li.col-lg-3:nth-child(3n),
	.ModuleNewsListGiant.layout-110 li.col-lg-4:nth-child(4n),
	.ModuleNewsListGiant.layout-110 li.col-lg-5:nth-child(5n),
	.ModuleNewsListGiant.layout-110 li.col-lg-6:nth-child(6n) {
		margin-right: 0%;
	}
}

/*ÖÃ¶¥ÍÆ¼ö*/
.ModuleNewsListGiant.layout-110 .staFun {
	border: 1px solid #e50b1c;
	font-size: 12px;
	padding: 0px 2px;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	vertical-align: text-bottom;
	;
	background: #e50b1c;
}

.ModuleNewsListGiant.layout-110 .pagerGiant .inputer {
	outline: 0;
}.module_474910982 .ModuleHead .HeadCenter{float:none;}
#module_474910982 {
padding:0px;
}
#module_474910982 {
position:static;
z-index:0;
top:5122px;
left:583px;
width:100%;
height: auto;
}
#module_474910982 .ModuleHead474910982 {
display:none;
}
#module_474910982 .BodyCenter.BodyCenter474910982 {
background:none;background-color:rgb(247, 248, 253);
}
#module_474910982 >.module_474910982 {
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_474910982 >.module_474910982{
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_474910982 .BodyCenter.BodyCenter474910982 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474910982 .BodyCenter.BodyCenter474910982 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474910982 >.module_474910982 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474910982 >.module_474910982 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_474910982 >.module_474910982 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474910982:hover {
border:none;
}
#module_474910982:hover >.module_474910982 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474910982 .videobox .iconfont{font-size:66px;}
#module_474910982 {}@media (max-width: 767px) { #module_474910982 .videobox .iconfont{font-size:44px;}}
#module_474910982 .news-item{border-bottom-left-radius:0px;}
#module_474910982 .news-item{border-bottom-right-radius:0px;}
#module_474910982 .news-item{background-color:transparent;}
#module_474910982 .news-item{background-image:none;}
#module_474910982 .news-item{background-repeat:no-repeat;}
#module_474910982 .news-item{}
#module_474910982 .news-item{}
#module_474910982 .news-item{}
#module_474910982 .news-img .dummy{background-color:transparent;}
#module_474910982 .news-img .dummy{background-image:none;}
#module_474910982 .news-img .dummy{background-repeat:no-repeat;}
#module_474910982 .news-img .dummy{}
#module_474910982 .news-img .dummy{}
#module_474910982 .news-img .dummy{}
#module_474910982 .news-img .dummy{padding-top:66%;}
#module_474910982 .news-img .t-img{ object-fit:cover;}
#module_474910982 .news-img .t-img{ width:100%;}
#module_474910982 .news-img .t-img{ height:100%;}
#module_474910982 .news-img,#module_474910982 .news-item{border-top-left-radius:0px;}
#module_474910982 .news-img,#module_474910982 .news-item{border-top-right-radius:0px;}
#module_474910982 .news-img{border-bottom-left-radius:0px;}
#module_474910982 .news-img{border-bottom-right-radius:0px;}
#module_474910982 .news-title{font-size:22px;}
#module_474910982 .news-title{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474910982 .news-title{color:#333;}
#module_474910982 .news-title{font-weight:normal;}
#module_474910982 .laout-110-title{text-decoration:none;}
#module_474910982 .news-title{font-style:normal;}
#module_474910982 .news-title{margin-top:0.0000%;}
#module_474910982 .news-title{margin-bottom:0.0000%;}
#module_474910982 .news-title{padding-left:4.0214%;}
#module_474910982 .news-title{padding-right:4.0214%;}
#module_474910982 .news-desc{padding-left:30px;}
#module_474910982 .news-desc{padding-right:30px;}
#module_474910982 .news-desc{font-size:16px;}
#module_474910982 .news-desc{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474910982 .news-desc{color:#999;}
#module_474910982 .news-desc{font-weight:normal;}
#module_474910982 .news-desc{text-decoration:none;}
#module_474910982 .news-desc{font-style:normal;}
#module_474910982 .news-desc{margin-top:31px;}
#module_474910982 .news-desc{margin-bottom:23px;}
#module_474910982 time{padding-left:30px;}
#module_474910982 time{padding-right:30px;}
#module_474910982 time{font-size:16px;}
#module_474910982 time{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474910982 time{font-weight:normal;}
#module_474910982 time{text-decoration:none;}
#module_474910982 time{font-style:normal;}
#module_474910982 time{color:#666;}
#module_474910982 time{margin-top:15px;}
#module_474910982 time{margin-bottom:26px;}
#module_474910982 .news-item time:before{border-bottom-color:rgb(227, 227, 227);}
#module_474910982 .news-item time:before{border-bottom-style:solid;}
#module_474910982 .news-item time:before{border-bottom-width:1px;}
#module_474910982 .news-label a{font-size:12px;}
#module_474910982 .news-label a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474910982 .news-label a{color:#999;}
#module_474910982 .news-label a{font-weight:normal;}
#module_474910982 .news-label a{text-decoration:none;}
#module_474910982 .news-label a{font-style:normal;}
#module_474910982 .news-label{margin-top:18px;}
#module_474910982 .news-label{margin-bottom:0px;}
#module_474910982 .news-label{margin-left:0px;}
#module_474910982 .news-label{margin-right:0px;}
#module_474910982 .news-label{padding-top:0px;}
#module_474910982 .news-label{padding-bottom:0px;}
#module_474910982 .news-label{padding-left:10px;}
#module_474910982 .news-label{padding-right:10px;}
#module_474910982 .news-label{background-color:rgba(255, 255, 255, 0);}
#module_474910982 .news-label{background-image:none;}
#module_474910982 .news-label{background-repeat:no-repeat;}
#module_474910982 .news-label{}
#module_474910982 .news-label{}
#module_474910982 .news-label{}
#module_474910982 .news-label{border-top-color:transparent;}
#module_474910982 .news-label{border-top-style:none;}
#module_474910982 .news-label{border-top-width:0px;}
#module_474910982 .news-label{border-right-color:transparent;}
#module_474910982 .news-label{border-right-style:none;}
#module_474910982 .news-label{border-right-width:0px;}
#module_474910982 .news-label{border-bottom-color:transparent;}
#module_474910982 .news-label{border-bottom-style:none;}
#module_474910982 .news-label{border-bottom-width:0px;}
#module_474910982 .news-label{border-left-color:#eee;}
#module_474910982 .news-label{border-left-style:solid;}
#module_474910982 .news-label{border-left-width:1px;}
#module_474910982 .pagerGiant .text{font-size:12px;}
#module_474910982 .pagerGiant .text{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474910982 .pagerGiant .text{color:#333;}
#module_474910982 .pagerGiant .text{}
#module_474910982 .pagerGiant .text{}
#module_474910982 .pagerGiant .text{}
#module_474910982 .pagerGiant .current,#module_474910982 .pagerGiant .num,#module_474910982 .pagerGiant .inputer{width:30px}
#module_474910982 .pagerGiant .current,#module_474910982 .pagerGiant .num,#module_474910982 .pagerGiant .inputer{height:30px}
#module_474910982 .pagerGiant .num{font-size:12px;}
#module_474910982 .pagerGiant .num{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474910982 .pagerGiant .num{color:#333;}
#module_474910982 .pagerGiant .num{}
#module_474910982 .pagerGiant .num{}
#module_474910982 .pagerGiant .num{}
#module_474910982 .pagerGiant .submit{width:55px}
#module_474910982 .pagerGiant .submit{height:30px}
#module_474910982 .pagerGiant .current,#module_474910982 .pagerGiant .num,#module_474910982 .pagerGiant .inputer,#module_474910982 .pagerGiant .submit{border-top-left-radius:0px;}
#module_474910982 .pagerGiant .current,#module_474910982 .pagerGiant .num,#module_474910982 .pagerGiant .inputer,#module_474910982 .pagerGiant .submit{border-top-right-radius:0px;}
#module_474910982 .pagerGiant .current,#module_474910982 .pagerGiant .num,#module_474910982 .pagerGiant .inputer,#module_474910982 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_474910982 .pagerGiant .current,#module_474910982 .pagerGiant .num,#module_474910982 .pagerGiant .inputer,#module_474910982 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_474910982 .pagerGiant .next,#module_474910982 .pagerGiant .splitline{color:#ccc;}
#module_474910982 .pagerGiant .num{background-color:#fff;}
#module_474910982 .pagerGiant .num, #module_474910982 .pagerGiant .inputer{border-top-color:#ccc;}
#module_474910982 .pagerGiant .num, #module_474910982 .pagerGiant .inputer{border-top-style:solid;}
#module_474910982 .pagerGiant .num, #module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit, #module_474910982 .pagerGiant .inputer{border-top-width:1px;}
#module_474910982 .pagerGiant .num, #module_474910982 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_474910982 .pagerGiant .num, #module_474910982 .pagerGiant .inputer{border-bottom-style:solid;}
#module_474910982 .pagerGiant .num, #module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit, #module_474910982 .pagerGiant .inputer{border-bottom-width:1px;}
#module_474910982 .pagerGiant .num, #module_474910982 .pagerGiant .inputer{border-left-color:#ccc;}
#module_474910982 .pagerGiant .num, #module_474910982 .pagerGiant .inputer{border-left-style:solid;}
#module_474910982 .pagerGiant .num, #module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit, #module_474910982 .pagerGiant .inputer{border-left-width:1px;}
#module_474910982 .pagerGiant .num, #module_474910982 .pagerGiant .inputer{border-right-color:#ccc;}
#module_474910982 .pagerGiant .num, #module_474910982 .pagerGiant .inputer{border-right-style:solid;}
#module_474910982 .pagerGiant .num, #module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit, #module_474910982 .pagerGiant .inputer{border-right-width:1px;}
#module_474910982 .page-more a{font-size:16px;}
#module_474910982 .page-more a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474910982 .page-more a{color:#666 !important;}
#module_474910982 .page-more a{font-weight:normal;}
#module_474910982 .page-more a{text-decoration:none;}
#module_474910982 .page-more a{font-style:normal;}
#module_474910982 .page-more a{background-color:#fff;}
#module_474910982 .page-more a{border-top-color:#eee;}
#module_474910982 .page-more a{border-top-style:solid;}
#module_474910982 .page-more a{border-top-width:2px;}
#module_474910982 .page-more a{border-bottom-color:#eee;}
#module_474910982 .page-more a{border-bottom-style:solid;}
#module_474910982 .page-more a{border-bottom-width:2px;}
#module_474910982 .page-more a{border-left-color:#eee;}
#module_474910982 .page-more a{border-left-style:solid;}
#module_474910982 .page-more a{border-left-width:2px;}
#module_474910982 .page-more a{border-right-color:#eee;}
#module_474910982 .page-more a{border-right-style:solid;}
#module_474910982 .page-more a{border-right-width:2px;}
#module_474910982 .news-item:hover{background-color:transparent;}
#module_474910982 .news-item:hover{background-image:none;}
#module_474910982 .news-item:hover{background-repeat:no-repeat;}
#module_474910982 .news-item:hover{}
#module_474910982 .news-item:hover{}
#module_474910982 .news-item:hover{}
#module_474910982 .news-item:hover .news-title{font-size:22px;}
#module_474910982 .news-item:hover .news-title{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474910982 .news-item:hover .news-title{color:rgb(0, 95, 181);}
#module_474910982 .news-item:hover .news-title{font-weight:normal;}
#module_474910982 .news-item:hover .news-title{text-decoration:none;}
#module_474910982 .news-item:hover .news-title{font-style:normal;}
#module_474910982 .news-item:hover time:before{border-bottom-color:#1976d2;}
#module_474910982 .news-item:hover time:before{border-bottom-style:solid;}
#module_474910982 .news-item:hover time:before{border-bottom-width:1px;}
#module_474910982 .news-label:hover a{font-size:12px;}
#module_474910982 .news-label:hover a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474910982 .news-label:hover a{color:#999;}
#module_474910982 .news-label:hover a{font-weight:normal;}
#module_474910982 .news-label:hover a{text-decoration:none;}
#module_474910982 .news-label:hover a{font-style:normal;}
#module_474910982 .news-label:hover{background-color:rgba(255, 255, 255, 0);}
#module_474910982 .news-label:hover{background-image:none;}
#module_474910982 .news-label:hover{background-repeat:no-repeat;}
#module_474910982 .news-label:hover{}
#module_474910982 .news-label:hover{}
#module_474910982 .news-label:hover{}
#module_474910982 .news-label:hover{border-top-color:transparent;}
#module_474910982 .news-label:hover{border-top-style:none;}
#module_474910982 .news-label:hover{border-right-color:transparent;}
#module_474910982 .news-label:hover{border-right-style:none;}
#module_474910982 .news-label:hover{border-bottom-color:transparent;}
#module_474910982 .news-label:hover{border-bottom-style:none;}
#module_474910982 .news-label:hover{border-left-color:#eee;}
#module_474910982 .news-label:hover{border-left-style:solid;}
#module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit{font-size:12px;}
#module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit{color:#fff;}
#module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit{}
#module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit{}
#module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit{}
#module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit{background-color:#1e88e5;}
#module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit, #module_474910982 .pagerGiant .inputer:hover{border-top-color:#1e88e5;}
#module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit, #module_474910982 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit, #module_474910982 .pagerGiant .inputer:hover{border-bottom-color:#1e88e5;}
#module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit, #module_474910982 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit, #module_474910982 .pagerGiant .inputer:hover{border-left-color:#1e88e5;}
#module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit, #module_474910982 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit, #module_474910982 .pagerGiant .inputer:hover{border-right-color:#1e88e5;}
#module_474910982 .pagerGiant .current, #module_474910982 .pagerGiant .submit, #module_474910982 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_474910982 .page-more a:hover{font-size:16px;}
#module_474910982 .page-more:hover a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474910982 .page-more a:hover{color:#666 !important;}
#module_474910982 .page-more a:hover {font-weight:normal;}
#module_474910982 .page-more a:hover {text-decoration:none;}
#module_474910982 .page-more a:hover {font-style:normal;}
#module_474910982 .page-more a:hover{background-color:#fff;}
#module_474910982 .page-more a:hover{border-top-color:#eee;}
#module_474910982 .page-more a:hover{border-top-style:solid;}
#module_474910982 .page-more a:hover{border-bottom-color:#eee;}
#module_474910982 .page-more a:hover{border-bottom-style:solid;}
#module_474910982 .page-more a:hover{border-left-color:#eee;}
#module_474910982 .page-more a:hover{border-left-style:solid;}
#module_474910982 .page-more a:hover{border-right-color:#eee;}
#module_474910982 .page-more a:hover{border-right-style:solid;}
#module_474910982 .news-item:hover .news-desc{font-size:16px;}
#module_474910982 .news-item:hover .news-desc{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474910982 .news-item:hover .news-desc{color:#999;}
#module_474910982 .news-item:hover .news-desc{font-weight:normal;}
#module_474910982 .news-item:hover .news-desc{text-decoration:none;}
#module_474910982 .news-item:hover .news-desc{font-style:normal;}

.module_474915762 .ModuleHead .HeadCenter{float:none;}
#module_474915762 {
padding:0px;
}
#module_474915762 {
position:static;
z-index:0;
top:193px;
left:1619px;
width:100%;
height: auto;
}
#module_474915762 .ModuleHead474915762 {
display:none;
}
#module_474915762 .BodyCenter.BodyCenter474915762 {
background:none;background-color:rgb(247, 248, 253);
}
#module_474915762 >.module_474915762 {
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_474915762 >.module_474915762{
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_474915762 .BodyCenter.BodyCenter474915762 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474915762 .BodyCenter.BodyCenter474915762 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474915762 >.module_474915762 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474915762 >.module_474915762 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474915762 >.module_474915762 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474915762:hover {
border:none;
}
#module_474915762:hover >.module_474915762 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474915762 .videobox .iconfont{font-size:66px;}
#module_474915762 {}@media (max-width: 767px) { #module_474915762 .videobox .iconfont{font-size:44px;}}
#module_474915762 .news-item{border-bottom-left-radius:0px;}
#module_474915762 .news-item{border-bottom-right-radius:0px;}
#module_474915762 .news-item{background-color:transparent;}
#module_474915762 .news-item{background-image:none;}
#module_474915762 .news-item{background-repeat:no-repeat;}
#module_474915762 .news-item{}
#module_474915762 .news-item{}
#module_474915762 .news-item{}
#module_474915762 .news-img .dummy{background-color:transparent;}
#module_474915762 .news-img .dummy{background-image:none;}
#module_474915762 .news-img .dummy{background-repeat:no-repeat;}
#module_474915762 .news-img .dummy{}
#module_474915762 .news-img .dummy{}
#module_474915762 .news-img .dummy{}
#module_474915762 .news-img .dummy{padding-top:66%;}
#module_474915762 .news-img .t-img{ object-fit:cover;}
#module_474915762 .news-img .t-img{ width:100%;}
#module_474915762 .news-img .t-img{ height:100%;}
#module_474915762 .news-img,#module_474915762 .news-item{border-top-left-radius:0px;}
#module_474915762 .news-img,#module_474915762 .news-item{border-top-right-radius:0px;}
#module_474915762 .news-img{border-bottom-left-radius:0px;}
#module_474915762 .news-img{border-bottom-right-radius:0px;}
#module_474915762 .news-title{font-size:16px;}
#module_474915762 .news-title{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915762 .news-title{color:#333;}
#module_474915762 .news-title{font-weight:bold;}
#module_474915762 .laout-110-title{text-decoration:none;}
#module_474915762 .news-title{font-style:normal;}
#module_474915762 .news-title{margin-top:0px;}
#module_474915762 .news-title{margin-bottom:0px;}
#module_474915762 .news-title{padding-left:10px;}
#module_474915762 .news-title{padding-right:10px;}
#module_474915762 .news-desc{padding-left:10px;}
#module_474915762 .news-desc{padding-right:10px;}
#module_474915762 .news-desc{font-size:14px;}
#module_474915762 .news-desc{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915762 .news-desc{color:#999;}
#module_474915762 .news-desc{font-weight:normal;}
#module_474915762 .news-desc{text-decoration:none;}
#module_474915762 .news-desc{font-style:normal;}
#module_474915762 .news-desc{margin-top:23px;}
#module_474915762 .news-desc{margin-bottom:23px;}
#module_474915762 time{padding-left:3.1546%;}
#module_474915762 time{padding-right:3.1546%;}
#module_474915762 time{font-size:16px;}
#module_474915762 time{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915762 time{font-weight:normal;}
#module_474915762 time{text-decoration:none;}
#module_474915762 time{font-style:normal;}
#module_474915762 time{color:#666;}
#module_474915762 time{margin-top:4.7319%;}
#module_474915762 time{margin-bottom:8.2019%;}
#module_474915762 .news-item time:before{border-bottom-color:rgb(227, 227, 227);}
#module_474915762 .news-item time:before{border-bottom-style:solid;}
#module_474915762 .news-item time:before{border-bottom-width:1px;}
#module_474915762 .news-label a{font-size:12px;}
#module_474915762 .news-label a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915762 .news-label a{color:#999;}
#module_474915762 .news-label a{font-weight:normal;}
#module_474915762 .news-label a{text-decoration:none;}
#module_474915762 .news-label a{font-style:normal;}
#module_474915762 .news-label{margin-top:18px;}
#module_474915762 .news-label{margin-bottom:0px;}
#module_474915762 .news-label{margin-left:0px;}
#module_474915762 .news-label{margin-right:0px;}
#module_474915762 .news-label{padding-top:0px;}
#module_474915762 .news-label{padding-bottom:0px;}
#module_474915762 .news-label{padding-left:10px;}
#module_474915762 .news-label{padding-right:10px;}
#module_474915762 .news-label{background-color:rgba(255, 255, 255, 0);}
#module_474915762 .news-label{background-image:none;}
#module_474915762 .news-label{background-repeat:no-repeat;}
#module_474915762 .news-label{}
#module_474915762 .news-label{}
#module_474915762 .news-label{}
#module_474915762 .news-label{border-top-color:transparent;}
#module_474915762 .news-label{border-top-style:none;}
#module_474915762 .news-label{border-top-width:0px;}
#module_474915762 .news-label{border-right-color:transparent;}
#module_474915762 .news-label{border-right-style:none;}
#module_474915762 .news-label{border-right-width:0px;}
#module_474915762 .news-label{border-bottom-color:transparent;}
#module_474915762 .news-label{border-bottom-style:none;}
#module_474915762 .news-label{border-bottom-width:0px;}
#module_474915762 .news-label{border-left-color:#eee;}
#module_474915762 .news-label{border-left-style:solid;}
#module_474915762 .news-label{border-left-width:1px;}
#module_474915762 .pagerGiant .text{font-size:12px;}
#module_474915762 .pagerGiant .text{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915762 .pagerGiant .text{color:#333;}
#module_474915762 .pagerGiant .text{}
#module_474915762 .pagerGiant .text{}
#module_474915762 .pagerGiant .text{}
#module_474915762 .pagerGiant .current,#module_474915762 .pagerGiant .num,#module_474915762 .pagerGiant .inputer{width:30px}
#module_474915762 .pagerGiant .current,#module_474915762 .pagerGiant .num,#module_474915762 .pagerGiant .inputer{height:30px}
#module_474915762 .pagerGiant .num{font-size:12px;}
#module_474915762 .pagerGiant .num{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915762 .pagerGiant .num{color:#333;}
#module_474915762 .pagerGiant .num{}
#module_474915762 .pagerGiant .num{}
#module_474915762 .pagerGiant .num{}
#module_474915762 .pagerGiant .submit{width:55px}
#module_474915762 .pagerGiant .submit{height:30px}
#module_474915762 .pagerGiant .current,#module_474915762 .pagerGiant .num,#module_474915762 .pagerGiant .inputer,#module_474915762 .pagerGiant .submit{border-top-left-radius:0px;}
#module_474915762 .pagerGiant .current,#module_474915762 .pagerGiant .num,#module_474915762 .pagerGiant .inputer,#module_474915762 .pagerGiant .submit{border-top-right-radius:0px;}
#module_474915762 .pagerGiant .current,#module_474915762 .pagerGiant .num,#module_474915762 .pagerGiant .inputer,#module_474915762 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_474915762 .pagerGiant .current,#module_474915762 .pagerGiant .num,#module_474915762 .pagerGiant .inputer,#module_474915762 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_474915762 .pagerGiant .next,#module_474915762 .pagerGiant .splitline{color:#ccc;}
#module_474915762 .pagerGiant .num{background-color:#fff;}
#module_474915762 .pagerGiant .num, #module_474915762 .pagerGiant .inputer{border-top-color:#ccc;}
#module_474915762 .pagerGiant .num, #module_474915762 .pagerGiant .inputer{border-top-style:solid;}
#module_474915762 .pagerGiant .num, #module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit, #module_474915762 .pagerGiant .inputer{border-top-width:1px;}
#module_474915762 .pagerGiant .num, #module_474915762 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_474915762 .pagerGiant .num, #module_474915762 .pagerGiant .inputer{border-bottom-style:solid;}
#module_474915762 .pagerGiant .num, #module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit, #module_474915762 .pagerGiant .inputer{border-bottom-width:1px;}
#module_474915762 .pagerGiant .num, #module_474915762 .pagerGiant .inputer{border-left-color:#ccc;}
#module_474915762 .pagerGiant .num, #module_474915762 .pagerGiant .inputer{border-left-style:solid;}
#module_474915762 .pagerGiant .num, #module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit, #module_474915762 .pagerGiant .inputer{border-left-width:1px;}
#module_474915762 .pagerGiant .num, #module_474915762 .pagerGiant .inputer{border-right-color:#ccc;}
#module_474915762 .pagerGiant .num, #module_474915762 .pagerGiant .inputer{border-right-style:solid;}
#module_474915762 .pagerGiant .num, #module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit, #module_474915762 .pagerGiant .inputer{border-right-width:1px;}
#module_474915762 .page-more a{font-size:16px;}
#module_474915762 .page-more a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915762 .page-more a{color:#666 !important;}
#module_474915762 .page-more a{font-weight:normal;}
#module_474915762 .page-more a{text-decoration:none;}
#module_474915762 .page-more a{font-style:normal;}
#module_474915762 .page-more a{background-color:#fff;}
#module_474915762 .page-more a{border-top-color:#eee;}
#module_474915762 .page-more a{border-top-style:solid;}
#module_474915762 .page-more a{border-top-width:2px;}
#module_474915762 .page-more a{border-bottom-color:#eee;}
#module_474915762 .page-more a{border-bottom-style:solid;}
#module_474915762 .page-more a{border-bottom-width:2px;}
#module_474915762 .page-more a{border-left-color:#eee;}
#module_474915762 .page-more a{border-left-style:solid;}
#module_474915762 .page-more a{border-left-width:2px;}
#module_474915762 .page-more a{border-right-color:#eee;}
#module_474915762 .page-more a{border-right-style:solid;}
#module_474915762 .page-more a{border-right-width:2px;}
#module_474915762 .news-item:hover{background-color:transparent;}
#module_474915762 .news-item:hover{background-image:none;}
#module_474915762 .news-item:hover{background-repeat:no-repeat;}
#module_474915762 .news-item:hover{}
#module_474915762 .news-item:hover{}
#module_474915762 .news-item:hover{}
#module_474915762 .news-item:hover .news-title{font-size:16px;}
#module_474915762 .news-item:hover .news-title{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915762 .news-item:hover .news-title{color:rgb(0, 95, 181);}
#module_474915762 .news-item:hover .news-title{font-weight:bold;}
#module_474915762 .news-item:hover .news-title{text-decoration:none;}
#module_474915762 .news-item:hover .news-title{font-style:normal;}
#module_474915762 .news-item:hover time:before{border-bottom-color:#1976d2;}
#module_474915762 .news-item:hover time:before{border-bottom-style:solid;}
#module_474915762 .news-item:hover time:before{border-bottom-width:1px;}
#module_474915762 .news-label:hover a{font-size:12px;}
#module_474915762 .news-label:hover a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915762 .news-label:hover a{color:#999;}
#module_474915762 .news-label:hover a{font-weight:normal;}
#module_474915762 .news-label:hover a{text-decoration:none;}
#module_474915762 .news-label:hover a{font-style:normal;}
#module_474915762 .news-label:hover{background-color:rgba(255, 255, 255, 0);}
#module_474915762 .news-label:hover{background-image:none;}
#module_474915762 .news-label:hover{background-repeat:no-repeat;}
#module_474915762 .news-label:hover{}
#module_474915762 .news-label:hover{}
#module_474915762 .news-label:hover{}
#module_474915762 .news-label:hover{border-top-color:transparent;}
#module_474915762 .news-label:hover{border-top-style:none;}
#module_474915762 .news-label:hover{border-right-color:transparent;}
#module_474915762 .news-label:hover{border-right-style:none;}
#module_474915762 .news-label:hover{border-bottom-color:transparent;}
#module_474915762 .news-label:hover{border-bottom-style:none;}
#module_474915762 .news-label:hover{border-left-color:#eee;}
#module_474915762 .news-label:hover{border-left-style:solid;}
#module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit{font-size:12px;}
#module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit{color:#fff;}
#module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit{}
#module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit{}
#module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit{}
#module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit{background-color:#1e88e5;}
#module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit, #module_474915762 .pagerGiant .inputer:hover{border-top-color:#1e88e5;}
#module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit, #module_474915762 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit, #module_474915762 .pagerGiant .inputer:hover{border-bottom-color:#1e88e5;}
#module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit, #module_474915762 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit, #module_474915762 .pagerGiant .inputer:hover{border-left-color:#1e88e5;}
#module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit, #module_474915762 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit, #module_474915762 .pagerGiant .inputer:hover{border-right-color:#1e88e5;}
#module_474915762 .pagerGiant .current, #module_474915762 .pagerGiant .submit, #module_474915762 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_474915762 .page-more a:hover{font-size:16px;}
#module_474915762 .page-more:hover a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915762 .page-more a:hover{color:#666 !important;}
#module_474915762 .page-more a:hover {font-weight:normal;}
#module_474915762 .page-more a:hover {text-decoration:none;}
#module_474915762 .page-more a:hover {font-style:normal;}
#module_474915762 .page-more a:hover{background-color:#fff;}
#module_474915762 .page-more a:hover{border-top-color:#eee;}
#module_474915762 .page-more a:hover{border-top-style:solid;}
#module_474915762 .page-more a:hover{border-bottom-color:#eee;}
#module_474915762 .page-more a:hover{border-bottom-style:solid;}
#module_474915762 .page-more a:hover{border-left-color:#eee;}
#module_474915762 .page-more a:hover{border-left-style:solid;}
#module_474915762 .page-more a:hover{border-right-color:#eee;}
#module_474915762 .page-more a:hover{border-right-style:solid;}
#module_474915762 .news-item:hover .news-desc{font-size:14px;}
#module_474915762 .news-item:hover .news-desc{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915762 .news-item:hover .news-desc{color:#999;}
#module_474915762 .news-item:hover .news-desc{font-weight:normal;}
#module_474915762 .news-item:hover .news-desc{text-decoration:none;}
#module_474915762 .news-item:hover .news-desc{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer474910967 #Sub474910967_1 {width:43.8308%;}
.ModuleNewsListGiant.layout-120 .news-span1 {display: inline-block;}
.ModuleNewsListGiant.layout-120 .news-span2 {display: inline-block;vertical-align: top;width: calc(100% - 100px);}
.ModuleNewsListGiant.layout-120 .news-item.fullcontainergrid {width: 100%;margin-left: 0;}
.ModuleNewsListGiant.layout-120 .news-item.threecontainergrid {width: 33.3%;margin-left: 0;}
.ModuleNewsListGiant.layout-120 .news-item .news-time{ text-align: center;  color: #666666;  -webkit-transition: all .3s;  -moz-transition: all .3s;  -ms-transition: all .3s;  transition: all .3s;text-align: right;letter-spacing: 1px}
.ModuleNewsListGiant.layout-120 .news-time-year {padding-right: 5px;}
.ModuleNewsListGiant.layout-120 .news-item .news-time .news-time-date{ line-height: 2;letter-spacing: 1px;}
.ModuleNewsListGiant.layout-120 .recommend-title {margin-bottom: 10px; display: inline-block;transition: all .5s ease;    vertical-align: middle;}
.ModuleNewsListGiant.layout-120 .ttop {margin-top: 12px;}
.ModuleNewsListGiant.layout-120 .news-item .news-title{color: #666666;}
.ModuleNewsListGiant.layout-120 .news-title-oneline{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;word-break: break-all;}
.ModuleNewsListGiant.layout-120 .news-item .news-desc{ font-size: 12px;
  color: #999999;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;}
.ModuleNewsListGiant.layout-120 .news-item .news-tit{position: relative;z-index: 10;}
.ModuleNewsListGiant.layout-120 .news-item:hover:after { width: 100%; }
/*ÖÃ¶¥ÍÆ¼ö*/
.ModuleNewsListGiant.layout-120 .staFun{
  border: 1px solid #e50b1c;
  font-size: 12px;
  padding: 0px 2px;
  color: #e50b1c;
  font-weight: bold;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  vertical-align:middle;
  margin-right: 3px;
}
.ModuleNewsListGiant.layout-120 .page-more,.ModuleNewsListGiant.layout-120 .page-nav {padding-top: 0 !important;}
.ModuleNewsListGiant.layout-120 .stahot {
  width: 26px;
  height: 26px;
  background-color: red;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  line-height: 26px;
  font-size: 13px;
  text-align: center;
  margin-right: 3px;
}
.ModuleNewsListGiant.layout-120 .label-box {font-size: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ModuleNewsListGiant.layout-120 .news-label {display: inline-block; font-size: 12px; color: #999; padding: 0 10px; margin-top: 18px; border-left: 1px solid #eee; line-height: 1.5;}

@media (max-width: 767px){
  .ModuleNewsListGiant.layout-120 .news-item{width: 100%; margin-bottom: 15px;}
  .ModuleNewsListGiant.layout-120 .news-container{ width: 100%; overflow: hidden;}
  .ModuleNewsListGiant.layout-120 .news-action{padding-left: 15px; box-sizing: border-box; }
  .ModuleNewsListGiant.layout-120 .news-item.threecontainergrid {width: 100%;margin-left: 0;}
}
@media (min-width: 768px){
  .ModuleNewsListGiant.layout-120 .news-item {float: left;width: calc((100% - 6.5%) / 2);}
  .ModuleNewsListGiant.layout-120 .news-item:nth-child(2n) {
    margin-left: calc( 6.5% - 1px );
  }
  .ModuleNewsListGiant.layout-120 .news-item.fullcontainergrid:nth-child(2n) {
    margin-left: 0px;
  }
  .ModuleNewsListGiant.layout-120 .news-container{width: 100%; overflow: hidden;}
  .ModuleNewsListGiant.layout-120 .news-item{position: relative; overflow: hidden; margin-bottom: 3%;}
  .ModuleNewsListGiant.layout-120 .news-action{padding-left: 25px; box-sizing: border-box; }

  .ModuleNewsListGiant.layout-120 .news-item:hover .news-title,
  .ModuleNewsListGiant.layout-120 .news-item:hover .news-desc,
  .ModuleNewsListGiant.layout-120 .news-item:hover .news-time{ color: #ffffff;}
}
.ModuleNewsListGiant.layout-120 .news-item:nth-child(2n+1){clear: both;}
.ModuleNewsListGiant.layout-120 .threecontainergrid:nth-child(2n+1){clear: unset;}
.ModuleNewsListGiant.layout-120 .threecontainergrid:nth-child(4n){clear: both;}
.ModuleNewsListGiant.layout-120 .threecontainergrid:nth-child(2n){
  margin-left: 0;
}
.ModuleNewsListGiant.layout-120 .pagerGiant .inputer{outline: 0;}
.module_474911286 .ModuleHead .HeadCenter{float:none;}
#module_474911286 {
padding:0px;
}
#module_474911286 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_474911286 .ModuleHead474911286 {
display:none;
}
#module_474911286 .BodyCenter.BodyCenter474911286 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474911286 >.module_474911286 {
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_474911286 >.module_474911286{
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_474911286 .BodyCenter.BodyCenter474911286 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474911286 .BodyCenter.BodyCenter474911286 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_474911286 >.module_474911286 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474911286 >.module_474911286 {
margin-top:3.4700%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474911286 >.module_474911286 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474911286:hover {
border:none;
}
#module_474911286:hover >.module_474911286 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474911286 .news-item{background-color:rgb(247, 248, 253);}
#module_474911286 .news-item{background-image:none;}
#module_474911286 .news-item{background-repeat:no-repeat;}
#module_474911286 .news-item{}
#module_474911286 .news-item{}
#module_474911286 .news-item{padding-top:20px;}
#module_474911286 .news-item{padding-bottom:20px;}
#module_474911286 .news-item{padding-left:20px;}
#module_474911286 .news-item{padding-right:20px;}
#module_474911286 .news-item{margin-top:0px;}
#module_474911286 .news-item{border-top-color:#fff;}
#module_474911286 .news-item{border-top-style:none;}
#module_474911286 .news-item{border-top-width:0px;}
#module_474911286 .news-item{border-right-color:#fff;}
#module_474911286 .news-item{border-right-style:none;}
#module_474911286 .news-item{border-right-width:0px;}
#module_474911286 .news-item{border-bottom-color:#fff;}
#module_474911286 .news-item{border-bottom-style:none;}
#module_474911286 .news-item{border-bottom-width:0px;}
#module_474911286 .news-item{border-left-color:#fff;}
#module_474911286 .news-item{border-left-style:none;}
#module_474911286 .news-item{border-left-width:0px;}
#module_474911286 .recommend-title{font-size:22px;}
#module_474911286 .recommend-title{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474911286 .recommend-title{color:rgb(0, 0, 0);}
#module_474911286 .recommend-title{font-weight:normal;}
#module_474911286 .recommend-title{text-decoration:none;}
#module_474911286 .recommend-title{font-style:normal;}
#module_474911286 .news-desc{font-size:16px;}
#module_474911286 .news-desc{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474911286 .news-desc{color:#999;}
#module_474911286 .news-desc{font-weight:normal;}
#module_474911286 .news-desc{text-decoration:none;}
#module_474911286 .news-desc{font-style:normal;}
#module_474911286 .news-time-date{font-size:25px;}
#module_474911286 .news-time-date{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474911286 .news-time-date{color:#333;}
#module_474911286 .news-time-date{font-weight:bold;}
#module_474911286 .news-time-date{text-decoration:none;}
#module_474911286 .news-time-date{font-style:normal;}
#module_474911286 .news-time-year{font-size:14px;}
#module_474911286 .news-time-year{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474911286 .news-time-year{color:#999;}
#module_474911286 .news-time-year{font-weight:normal;}
#module_474911286 .news-time-year{text-decoration:none;}
#module_474911286 .news-time-year{font-style:normal;}
#module_474911286 .news-label a{font-size:12px;}
#module_474911286 .news-label a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474911286 .news-label a{color:#999;}
#module_474911286 .news-label a{font-weight:normal;}
#module_474911286 .news-label a{text-decoration:none;}
#module_474911286 .news-label a{font-style:normal;}
#module_474911286 .news-label{margin-top:18px;}
#module_474911286 .news-label{margin-bottom:0px;}
#module_474911286 .news-label{margin-left:0px;}
#module_474911286 .news-label{margin-right:0px;}
#module_474911286 .news-label{padding-top:0px;}
#module_474911286 .news-label{padding-bottom:0px;}
#module_474911286 .news-label{padding-left:10px;}
#module_474911286 .news-label{padding-right:10px;}
#module_474911286 .news-label{background-color:rgba(255, 255, 255, 0);}
#module_474911286 .news-label{background-image:none;}
#module_474911286 .news-label{background-repeat:no-repeat;}
#module_474911286 .news-label{}
#module_474911286 .news-label{}
#module_474911286 .news-label{}
#module_474911286 .news-label{border-top-color:transparent;}
#module_474911286 .news-label{border-top-style:none;}
#module_474911286 .news-label{border-top-width:0px;}
#module_474911286 .news-label{border-right-color:transparent;}
#module_474911286 .news-label{border-right-style:none;}
#module_474911286 .news-label{border-right-width:0px;}
#module_474911286 .news-label{border-bottom-color:transparent;}
#module_474911286 .news-label{border-bottom-style:none;}
#module_474911286 .news-label{border-bottom-width:0px;}
#module_474911286 .news-label{border-left-color:#eee;}
#module_474911286 .news-label{border-left-style:solid;}
#module_474911286 .news-label{border-left-width:1px;}
#module_474911286 .pagerGiant .text{font-size:12px;}
#module_474911286 .pagerGiant .text{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474911286 .pagerGiant .text{color:#333;}
#module_474911286 .pagerGiant .text{}
#module_474911286 .pagerGiant .text{}
#module_474911286 .pagerGiant .text{}
#module_474911286 .pagerGiant .current,#module_474911286 .pagerGiant .num,#module_474911286 .pagerGiant .inputer{width:30px}
#module_474911286 .pagerGiant .current,#module_474911286 .pagerGiant .num,#module_474911286 .pagerGiant .inputer{height:30px}
#module_474911286 .pagerGiant .num{font-size:12px;}
#module_474911286 .pagerGiant .num{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474911286 .pagerGiant .num{color:#333;}
#module_474911286 .pagerGiant .num{}
#module_474911286 .pagerGiant .num{}
#module_474911286 .pagerGiant .num{}
#module_474911286 .pagerGiant .submit{width:55px}
#module_474911286 .pagerGiant .submit{height:30px}
#module_474911286 .pagerGiant .current,#module_474911286 .pagerGiant .num,#module_474911286 .pagerGiant .inputer,#module_474911286 .pagerGiant .submit{border-top-left-radius:0px;}
#module_474911286 .pagerGiant .current,#module_474911286 .pagerGiant .num,#module_474911286 .pagerGiant .inputer,#module_474911286 .pagerGiant .submit{border-top-right-radius:0px;}
#module_474911286 .pagerGiant .current,#module_474911286 .pagerGiant .num,#module_474911286 .pagerGiant .inputer,#module_474911286 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_474911286 .pagerGiant .current,#module_474911286 .pagerGiant .num,#module_474911286 .pagerGiant .inputer,#module_474911286 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_474911286 .pagerGiant .next,#module_474911286 .pagerGiant .splitline{color:#ccc;}
#module_474911286 .pagerGiant .num{background-color:#fff;}
#module_474911286 .pagerGiant .num, #module_474911286 .pagerGiant .inputer{border-top-color:#ccc;}
#module_474911286 .pagerGiant .num, #module_474911286 .pagerGiant .inputer{border-top-style:solid;}
#module_474911286 .pagerGiant .num, #module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit, #module_474911286 .pagerGiant .inputer{border-top-width:1px;}
#module_474911286 .pagerGiant .num, #module_474911286 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_474911286 .pagerGiant .num, #module_474911286 .pagerGiant .inputer{border-bottom-style:solid;}
#module_474911286 .pagerGiant .num, #module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit, #module_474911286 .pagerGiant .inputer{border-bottom-width:1px;}
#module_474911286 .pagerGiant .num, #module_474911286 .pagerGiant .inputer{border-left-color:#ccc;}
#module_474911286 .pagerGiant .num, #module_474911286 .pagerGiant .inputer{border-left-style:solid;}
#module_474911286 .pagerGiant .num, #module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit, #module_474911286 .pagerGiant .inputer{border-left-width:1px;}
#module_474911286 .pagerGiant .num, #module_474911286 .pagerGiant .inputer{border-right-color:#ccc;}
#module_474911286 .pagerGiant .num, #module_474911286 .pagerGiant .inputer{border-right-style:solid;}
#module_474911286 .pagerGiant .num, #module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit, #module_474911286 .pagerGiant .inputer{border-right-width:1px;}
#module_474911286 .page-more a{font-size:16px;}
#module_474911286 .page-more a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474911286 .page-more a{color:#666 !important;}
#module_474911286 .page-more a{font-weight:normal;}
#module_474911286 .page-more a{text-decoration:none;}
#module_474911286 .page-more a{font-style:normal;}
#module_474911286 .page-more a{background-color:#fff;}
#module_474911286 .page-more a{border-top-color:#eee;}
#module_474911286 .page-more a{border-top-style:solid;}
#module_474911286 .page-more a{border-top-width:2px;}
#module_474911286 .page-more a{border-bottom-color:#eee;}
#module_474911286 .page-more a{border-bottom-style:solid;}
#module_474911286 .page-more a{border-bottom-width:2px;}
#module_474911286 .page-more a{border-left-color:#eee;}
#module_474911286 .page-more a{border-left-style:solid;}
#module_474911286 .page-more a{border-left-width:2px;}
#module_474911286 .page-more a{border-right-color:#eee;}
#module_474911286 .page-more a{border-right-style:solid;}
#module_474911286 .page-more a{border-right-width:2px;}
#module_474911286 .news-item:hover .news-time-year{font-size:px;}
#module_474911286 .news-item:hover .news-time-year{font-family:;}
#module_474911286 .news-item:hover .news-time-year{color:;}
#module_474911286 .news-item:hover .news-time-year{}
#module_474911286 .news-item:hover .news-time-year{}
#module_474911286 .news-item:hover .news-time-year{}
#module_474911286 .news-item:hover .news-time-date{font-size:px;}
#module_474911286 .news-item:hover .news-time-date{font-family:;}
#module_474911286 .news-item:hover .news-time-date{color:;}
#module_474911286 .news-item:hover .news-time-date{}
#module_474911286 .news-item:hover .news-time-date{}
#module_474911286 .news-item:hover .news-time-date{}
#module_474911286 .news-item:hover{background-color:rgb(247, 248, 253);}
#module_474911286 .news-item:hover{background-image:none;}
#module_474911286 .news-item:hover{background-repeat:no-repeat;}
#module_474911286 .news-item:hover{}
#module_474911286 .news-item:hover{}
#module_474911286 .news-item:hover .recommend-title{font-size:22px;}
#module_474911286 .news-item:hover .recommend-title{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474911286 .news-item:hover .recommend-title{color:rgb(0, 95, 181);}
#module_474911286 .news-item:hover .recommend-title{font-weight:normal;}
#module_474911286 .news-item:hover .recommend-title{text-decoration:none;}
#module_474911286 .news-item:hover .recommend-title{font-style:normal;}
#module_474911286 .news-item:hover:after{background-color:#1976d2;}
#module_474911286 .news-item:hover{border-top-color:transparent;}
#module_474911286 .news-item:hover{border-top-style:solid;}
#module_474911286 .news-item:hover{border-top-width:0px;}
#module_474911286 .news-item:hover{border-right-color:transparent;}
#module_474911286 .news-item:hover{border-right-style:solid;}
#module_474911286 .news-item:hover{border-right-width:0px;}
#module_474911286 .news-item:hover{border-bottom-color:transparent;}
#module_474911286 .news-item:hover{border-bottom-style:solid;}
#module_474911286 .news-item:hover{border-bottom-width:0px;}
#module_474911286 .news-item:hover{border-left-color:transparent;}
#module_474911286 .news-item:hover{border-left-style:solid;}
#module_474911286 .news-item:hover{border-left-width:0px;}
#module_474911286 .news-label:hover a{font-size:12px;}
#module_474911286 .news-label:hover a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474911286 .news-label:hover a{color:#999;}
#module_474911286 .news-label:hover a{font-weight:normal;}
#module_474911286 .news-label:hover a{text-decoration:none;}
#module_474911286 .news-label:hover a{font-style:normal;}
#module_474911286 .news-label:hover{background-color:rgba(255, 255, 255, 0);}
#module_474911286 .news-label:hover{background-image:none;}
#module_474911286 .news-label:hover{background-repeat:no-repeat;}
#module_474911286 .news-label:hover{}
#module_474911286 .news-label:hover{}
#module_474911286 .news-label:hover{}
#module_474911286 .news-label:hover{border-top-color:transparent;}
#module_474911286 .news-label:hover{border-top-style:none;}
#module_474911286 .news-label:hover{border-right-color:transparent;}
#module_474911286 .news-label:hover{border-right-style:none;}
#module_474911286 .news-label:hover{border-bottom-color:transparent;}
#module_474911286 .news-label:hover{border-bottom-style:none;}
#module_474911286 .news-label:hover{border-left-color:#eee;}
#module_474911286 .news-label:hover{border-left-style:solid;}
#module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit{font-size:12px;}
#module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit{color:#fff;}
#module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit{}
#module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit{}
#module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit{}
#module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit{background-color:#1e88e5;}
#module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit, #module_474911286 .pagerGiant .inputer:hover{border-top-color:#1e88e5;}
#module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit, #module_474911286 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit, #module_474911286 .pagerGiant .inputer:hover{border-bottom-color:#1e88e5;}
#module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit, #module_474911286 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit, #module_474911286 .pagerGiant .inputer:hover{border-left-color:#1e88e5;}
#module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit, #module_474911286 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit, #module_474911286 .pagerGiant .inputer:hover{border-right-color:#1e88e5;}
#module_474911286 .pagerGiant .current, #module_474911286 .pagerGiant .submit, #module_474911286 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_474911286 .page-more a:hover{font-size:16px;}
#module_474911286 .page-more:hover a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474911286 .page-more a:hover{color:#666 !important;}
#module_474911286 .page-more a:hover {font-weight:normal;}
#module_474911286 .page-more a:hover {text-decoration:none;}
#module_474911286 .page-more a:hover {font-style:normal;}
#module_474911286 .page-more a:hover{background-color:#fff;}
#module_474911286 .page-more a:hover{border-top-color:#eee;}
#module_474911286 .page-more a:hover{border-top-style:solid;}
#module_474911286 .page-more a:hover{border-bottom-color:#eee;}
#module_474911286 .page-more a:hover{border-bottom-style:solid;}
#module_474911286 .page-more a:hover{border-left-color:#eee;}
#module_474911286 .page-more a:hover{border-left-style:solid;}
#module_474911286 .page-more a:hover{border-right-color:#eee;}
#module_474911286 .page-more a:hover{border-right-style:solid;}

.module_474915764 .ModuleHead .HeadCenter{float:none;}
#module_474915764 {
padding:0px;
}
#module_474915764 {
position:static;
z-index:0;
top:94px;
left:1619px;
width:100%;
height: auto;
}
#module_474915764 .ModuleHead474915764 {
display:none;
}
#module_474915764 .BodyCenter.BodyCenter474915764 {
background:none;background-color:rgba(0,0,0,0);
}
#module_474915764 >.module_474915764 {
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_474915764 >.module_474915764{
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_474915764 .BodyCenter.BodyCenter474915764 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474915764 .BodyCenter.BodyCenter474915764 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_474915764 >.module_474915764 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474915764 >.module_474915764 {
margin-top:3.4700%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_474915764 >.module_474915764 {box-shadow: 0px 0px 0px 0px #ccc}
#module_474915764:hover {
border:none;
}
#module_474915764:hover >.module_474915764 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_474915764 .news-item{background-color:rgb(247, 248, 253);}
#module_474915764 .news-item{background-image:none;}
#module_474915764 .news-item{background-repeat:no-repeat;}
#module_474915764 .news-item{}
#module_474915764 .news-item{}
#module_474915764 .news-item{padding-top:10px;}
#module_474915764 .news-item{padding-bottom:10px;}
#module_474915764 .news-item{padding-left:10px;}
#module_474915764 .news-item{padding-right:10px;}
#module_474915764 .news-item{margin-top:0px;}
#module_474915764 .news-item{border-top-color:#fff;}
#module_474915764 .news-item{border-top-style:none;}
#module_474915764 .news-item{border-top-width:0px;}
#module_474915764 .news-item{border-right-color:#fff;}
#module_474915764 .news-item{border-right-style:none;}
#module_474915764 .news-item{border-right-width:0px;}
#module_474915764 .news-item{border-bottom-color:#fff;}
#module_474915764 .news-item{border-bottom-style:none;}
#module_474915764 .news-item{border-bottom-width:0px;}
#module_474915764 .news-item{border-left-color:#fff;}
#module_474915764 .news-item{border-left-style:none;}
#module_474915764 .news-item{border-left-width:0px;}
#module_474915764 .recommend-title{font-size:16px;}
#module_474915764 .recommend-title{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915764 .recommend-title{color:rgb(0, 0, 0);}
#module_474915764 .recommend-title{font-weight:bold;}
#module_474915764 .recommend-title{text-decoration:none;}
#module_474915764 .recommend-title{font-style:normal;}
#module_474915764 .news-desc{font-size:14px;}
#module_474915764 .news-desc{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915764 .news-desc{color:#999;}
#module_474915764 .news-desc{font-weight:normal;}
#module_474915764 .news-desc{text-decoration:none;}
#module_474915764 .news-desc{font-style:normal;}
#module_474915764 .news-time-date{font-size:22px;}
#module_474915764 .news-time-date{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915764 .news-time-date{color:#333;}
#module_474915764 .news-time-date{font-weight:bold;}
#module_474915764 .news-time-date{text-decoration:none;}
#module_474915764 .news-time-date{font-style:normal;}
#module_474915764 .news-time-year{font-size:14px;}
#module_474915764 .news-time-year{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915764 .news-time-year{color:#999;}
#module_474915764 .news-time-year{font-weight:normal;}
#module_474915764 .news-time-year{text-decoration:none;}
#module_474915764 .news-time-year{font-style:normal;}
#module_474915764 .news-label a{font-size:12px;}
#module_474915764 .news-label a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915764 .news-label a{color:#999;}
#module_474915764 .news-label a{font-weight:normal;}
#module_474915764 .news-label a{text-decoration:none;}
#module_474915764 .news-label a{font-style:normal;}
#module_474915764 .news-label{margin-top:18px;}
#module_474915764 .news-label{margin-bottom:0px;}
#module_474915764 .news-label{margin-left:0px;}
#module_474915764 .news-label{margin-right:0px;}
#module_474915764 .news-label{padding-top:0px;}
#module_474915764 .news-label{padding-bottom:0px;}
#module_474915764 .news-label{padding-left:10px;}
#module_474915764 .news-label{padding-right:10px;}
#module_474915764 .news-label{background-color:rgba(255, 255, 255, 0);}
#module_474915764 .news-label{background-image:none;}
#module_474915764 .news-label{background-repeat:no-repeat;}
#module_474915764 .news-label{}
#module_474915764 .news-label{}
#module_474915764 .news-label{}
#module_474915764 .news-label{border-top-color:transparent;}
#module_474915764 .news-label{border-top-style:none;}
#module_474915764 .news-label{border-top-width:0px;}
#module_474915764 .news-label{border-right-color:transparent;}
#module_474915764 .news-label{border-right-style:none;}
#module_474915764 .news-label{border-right-width:0px;}
#module_474915764 .news-label{border-bottom-color:transparent;}
#module_474915764 .news-label{border-bottom-style:none;}
#module_474915764 .news-label{border-bottom-width:0px;}
#module_474915764 .news-label{border-left-color:#eee;}
#module_474915764 .news-label{border-left-style:solid;}
#module_474915764 .news-label{border-left-width:1px;}
#module_474915764 .pagerGiant .text{font-size:12px;}
#module_474915764 .pagerGiant .text{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915764 .pagerGiant .text{color:#333;}
#module_474915764 .pagerGiant .text{}
#module_474915764 .pagerGiant .text{}
#module_474915764 .pagerGiant .text{}
#module_474915764 .pagerGiant .current,#module_474915764 .pagerGiant .num,#module_474915764 .pagerGiant .inputer{width:30px}
#module_474915764 .pagerGiant .current,#module_474915764 .pagerGiant .num,#module_474915764 .pagerGiant .inputer{height:30px}
#module_474915764 .pagerGiant .num{font-size:12px;}
#module_474915764 .pagerGiant .num{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915764 .pagerGiant .num{color:#333;}
#module_474915764 .pagerGiant .num{}
#module_474915764 .pagerGiant .num{}
#module_474915764 .pagerGiant .num{}
#module_474915764 .pagerGiant .submit{width:55px}
#module_474915764 .pagerGiant .submit{height:30px}
#module_474915764 .pagerGiant .current,#module_474915764 .pagerGiant .num,#module_474915764 .pagerGiant .inputer,#module_474915764 .pagerGiant .submit{border-top-left-radius:0px;}
#module_474915764 .pagerGiant .current,#module_474915764 .pagerGiant .num,#module_474915764 .pagerGiant .inputer,#module_474915764 .pagerGiant .submit{border-top-right-radius:0px;}
#module_474915764 .pagerGiant .current,#module_474915764 .pagerGiant .num,#module_474915764 .pagerGiant .inputer,#module_474915764 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_474915764 .pagerGiant .current,#module_474915764 .pagerGiant .num,#module_474915764 .pagerGiant .inputer,#module_474915764 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_474915764 .pagerGiant .next,#module_474915764 .pagerGiant .splitline{color:#ccc;}
#module_474915764 .pagerGiant .num{background-color:#fff;}
#module_474915764 .pagerGiant .num, #module_474915764 .pagerGiant .inputer{border-top-color:#ccc;}
#module_474915764 .pagerGiant .num, #module_474915764 .pagerGiant .inputer{border-top-style:solid;}
#module_474915764 .pagerGiant .num, #module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit, #module_474915764 .pagerGiant .inputer{border-top-width:1px;}
#module_474915764 .pagerGiant .num, #module_474915764 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_474915764 .pagerGiant .num, #module_474915764 .pagerGiant .inputer{border-bottom-style:solid;}
#module_474915764 .pagerGiant .num, #module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit, #module_474915764 .pagerGiant .inputer{border-bottom-width:1px;}
#module_474915764 .pagerGiant .num, #module_474915764 .pagerGiant .inputer{border-left-color:#ccc;}
#module_474915764 .pagerGiant .num, #module_474915764 .pagerGiant .inputer{border-left-style:solid;}
#module_474915764 .pagerGiant .num, #module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit, #module_474915764 .pagerGiant .inputer{border-left-width:1px;}
#module_474915764 .pagerGiant .num, #module_474915764 .pagerGiant .inputer{border-right-color:#ccc;}
#module_474915764 .pagerGiant .num, #module_474915764 .pagerGiant .inputer{border-right-style:solid;}
#module_474915764 .pagerGiant .num, #module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit, #module_474915764 .pagerGiant .inputer{border-right-width:1px;}
#module_474915764 .page-more a{font-size:16px;}
#module_474915764 .page-more a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915764 .page-more a{color:#666 !important;}
#module_474915764 .page-more a{font-weight:normal;}
#module_474915764 .page-more a{text-decoration:none;}
#module_474915764 .page-more a{font-style:normal;}
#module_474915764 .page-more a{background-color:#fff;}
#module_474915764 .page-more a{border-top-color:#eee;}
#module_474915764 .page-more a{border-top-style:solid;}
#module_474915764 .page-more a{border-top-width:2px;}
#module_474915764 .page-more a{border-bottom-color:#eee;}
#module_474915764 .page-more a{border-bottom-style:solid;}
#module_474915764 .page-more a{border-bottom-width:2px;}
#module_474915764 .page-more a{border-left-color:#eee;}
#module_474915764 .page-more a{border-left-style:solid;}
#module_474915764 .page-more a{border-left-width:2px;}
#module_474915764 .page-more a{border-right-color:#eee;}
#module_474915764 .page-more a{border-right-style:solid;}
#module_474915764 .page-more a{border-right-width:2px;}
#module_474915764 .news-item:hover .news-time-year{font-size:px;}
#module_474915764 .news-item:hover .news-time-year{font-family:;}
#module_474915764 .news-item:hover .news-time-year{color:;}
#module_474915764 .news-item:hover .news-time-year{}
#module_474915764 .news-item:hover .news-time-year{}
#module_474915764 .news-item:hover .news-time-year{}
#module_474915764 .news-item:hover .news-time-date{font-size:px;}
#module_474915764 .news-item:hover .news-time-date{font-family:;}
#module_474915764 .news-item:hover .news-time-date{color:;}
#module_474915764 .news-item:hover .news-time-date{}
#module_474915764 .news-item:hover .news-time-date{}
#module_474915764 .news-item:hover .news-time-date{}
#module_474915764 .news-item:hover{background-color:rgb(247, 248, 253);}
#module_474915764 .news-item:hover{background-image:none;}
#module_474915764 .news-item:hover{background-repeat:no-repeat;}
#module_474915764 .news-item:hover{}
#module_474915764 .news-item:hover{}
#module_474915764 .news-item:hover .recommend-title{font-size:16px;}
#module_474915764 .news-item:hover .recommend-title{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915764 .news-item:hover .recommend-title{color:rgb(0, 95, 181);}
#module_474915764 .news-item:hover .recommend-title{font-weight:bold;}
#module_474915764 .news-item:hover .recommend-title{text-decoration:none;}
#module_474915764 .news-item:hover .recommend-title{font-style:normal;}
#module_474915764 .news-item:hover:after{background-color:#1976d2;}
#module_474915764 .news-item:hover{border-top-color:transparent;}
#module_474915764 .news-item:hover{border-top-style:solid;}
#module_474915764 .news-item:hover{border-top-width:0px;}
#module_474915764 .news-item:hover{border-right-color:transparent;}
#module_474915764 .news-item:hover{border-right-style:solid;}
#module_474915764 .news-item:hover{border-right-width:0px;}
#module_474915764 .news-item:hover{border-bottom-color:transparent;}
#module_474915764 .news-item:hover{border-bottom-style:solid;}
#module_474915764 .news-item:hover{border-bottom-width:0px;}
#module_474915764 .news-item:hover{border-left-color:transparent;}
#module_474915764 .news-item:hover{border-left-style:solid;}
#module_474915764 .news-item:hover{border-left-width:0px;}
#module_474915764 .news-label:hover a{font-size:12px;}
#module_474915764 .news-label:hover a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915764 .news-label:hover a{color:#999;}
#module_474915764 .news-label:hover a{font-weight:normal;}
#module_474915764 .news-label:hover a{text-decoration:none;}
#module_474915764 .news-label:hover a{font-style:normal;}
#module_474915764 .news-label:hover{background-color:rgba(255, 255, 255, 0);}
#module_474915764 .news-label:hover{background-image:none;}
#module_474915764 .news-label:hover{background-repeat:no-repeat;}
#module_474915764 .news-label:hover{}
#module_474915764 .news-label:hover{}
#module_474915764 .news-label:hover{}
#module_474915764 .news-label:hover{border-top-color:transparent;}
#module_474915764 .news-label:hover{border-top-style:none;}
#module_474915764 .news-label:hover{border-right-color:transparent;}
#module_474915764 .news-label:hover{border-right-style:none;}
#module_474915764 .news-label:hover{border-bottom-color:transparent;}
#module_474915764 .news-label:hover{border-bottom-style:none;}
#module_474915764 .news-label:hover{border-left-color:#eee;}
#module_474915764 .news-label:hover{border-left-style:solid;}
#module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit{font-size:12px;}
#module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit{color:#fff;}
#module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit{}
#module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit{}
#module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit{}
#module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit{background-color:#1e88e5;}
#module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit, #module_474915764 .pagerGiant .inputer:hover{border-top-color:#1e88e5;}
#module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit, #module_474915764 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit, #module_474915764 .pagerGiant .inputer:hover{border-bottom-color:#1e88e5;}
#module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit, #module_474915764 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit, #module_474915764 .pagerGiant .inputer:hover{border-left-color:#1e88e5;}
#module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit, #module_474915764 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit, #module_474915764 .pagerGiant .inputer:hover{border-right-color:#1e88e5;}
#module_474915764 .pagerGiant .current, #module_474915764 .pagerGiant .submit, #module_474915764 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_474915764 .page-more a:hover{font-size:16px;}
#module_474915764 .page-more:hover a{font-family:Î¢ÈíÑÅºÚ,Microsoft YaHei;}
#module_474915764 .page-more a:hover{color:#666 !important;}
#module_474915764 .page-more a:hover {font-weight:normal;}
#module_474915764 .page-more a:hover {text-decoration:none;}
#module_474915764 .page-more a:hover {font-style:normal;}
#module_474915764 .page-more a:hover{background-color:#fff;}
#module_474915764 .page-more a:hover{border-top-color:#eee;}
#module_474915764 .page-more a:hover{border-top-style:solid;}
#module_474915764 .page-more a:hover{border-bottom-color:#eee;}
#module_474915764 .page-more a:hover{border-bottom-style:solid;}
#module_474915764 .page-more a:hover{border-left-color:#eee;}
#module_474915764 .page-more a:hover{border-left-style:solid;}
#module_474915764 .page-more a:hover{border-right-color:#eee;}
#module_474915764 .page-more a:hover{border-right-style:solid;}

.ModuleGridContainer.ModuleGridContainer474910967 #Sub474910967_2 {width:56.1692%;}
.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(/static/web/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(/static/web/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{}
<!--ºÄÊ±1774261079.3929Ãë-->