﻿/* cache file /mnt/YouZhan/youzhannew-eyunshe/caches/csscache/8/82544/82544_1377753_1_.cache exists */
/*md5:afef753461efb1c4396f00b0326df701*/
.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;
}

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

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

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

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

.turn{
	animation:turn 1s linear ;      
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 170px;
	margin-right: 10px;
	display: inline-block;
}

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

}
.module_100130708 .ModuleHead .HeadCenter{float:none;}
#module_100130708 {
padding:0px;
}
#module_100130708 {
position:absolute;
z-index:4001;
top:560px;
left:0px;
width:100%;
height:126px;
}
#module_100130708 .ModuleHead100130708 {
display:none;
}
#module_100130708 .BodyCenter.BodyCenter100130708 {
background:none;background-color:rgba(0,0,0,0);
}
#module_100130708 >.module_100130708 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_100130708 >.module_100130708{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_100130708 .BodyCenter.BodyCenter100130708 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_100130708 .BodyCenter.BodyCenter100130708 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_100130708 >.module_100130708 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_100130708 >.module_100130708 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_100130708 >.module_100130708 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_100130708:hover {
border:none;
}
#module_100130708:hover >.module_100130708 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

@media only screen and (max-width: 767px) {
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display: block;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding{float:left;height: 10px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{float:left;padding-top:2px;padding-bottom:2px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding .SubDrag{display:none;}
    /* padding 宽度 用 5，子容器宽度为 (100% - (列数 - 1) * padding宽度)/列数) */
    /* 12列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubContainer{width:calc((100% - 55px)/12)!important;}
    /* 11列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubContainer{width:calc((100% - 50px)/11)!important;}
    /* 10列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubContainer{width:calc((100% - 45px)/10)!important;}
    /* 9列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubContainer{width:calc((100% - 40px)/10)!important;}
    /* 8列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubContainer{width:calc((100% - 35px)/8)!important;}
    /* 7列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubContainer{width:calc((100% - 30px)/7)!important;}
	/* 6列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubContainer{width:calc((100% - 25px)/6)!important;}
	/* 5列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding5{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubContainer{width:calc((100% - 20px)/5)!important;}
	/* 4列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubContainer{width:calc((100% - 15px)/4)!important;}
	/* 3列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding3{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubContainer{width:calc((100% - 10px)/3)!important;}
	/* 2列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding2{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding6{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubContainer{width:calc((100% - 5px)/2)!important;}
	/* 1列 无padding */
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubPadding{width:0px;display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubContainer{width:100%!important;}
}.module_158458564 .ModuleHead .HeadCenter{float:none;}
#module_158458564 {
padding:0px;
}
#module_158458564 {
position:static;
z-index:999;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_158458564 .ModuleHead158458564 {
display:none;
}
#module_158458564 .BodyCenter.BodyCenter158458564 {
background:none;background-color:rgba(0,0,0,0);
}
#module_158458564 >.module_158458564 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgba(255, 255, 255, 0.15);
border-bottom-width:1px;
}
#module_158458564 >.module_158458564{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_158458564 .BodyCenter.BodyCenter158458564 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_158458564 .BodyCenter.BodyCenter158458564 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_158458564 >.module_158458564 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_158458564 >.module_158458564 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_158458564 >.module_158458564 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_158458564:hover {
border:none;
}
#module_158458564:hover >.module_158458564 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_158458564 .ModuleSubContainer{background-color:transparent;}
#module_158458564 .ModuleSubContainer{background-image:none;}
#module_158458564 .ModuleSubContainer{background-repeat:no-repeat;}
#module_158458564 .ModuleSubContainer{background-position:0% 0%;}
#module_158458564 .ModuleSubContainer{background-attachment:scroll;}
#module_158458564 .ModuleSubContainer{}
#module_158458564 {!bgVideo!}{bgVideoUrl:none}
#module_158458564 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_158458564 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_158458564 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer158458564 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer158458564 .SubPadding {width:10px;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_158456308 .ModuleHead .HeadCenter{float:none;}
#module_158456308 {
padding:0px;
}
#module_158456308 {
position:static;
z-index:0;
top:31px;
left:414px;
width:100%;
height: auto;
}
#module_158456308 .ModuleHead158456308 {
display:none;
}
#module_158456308 .BodyCenter.BodyCenter158456308 {
background:none;background-color:rgba(0,0,0,0);
}
#module_158456308 >.module_158456308 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_158456308 >.module_158456308{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_158456308 .BodyCenter.BodyCenter158456308 {
padding-top:3.5971%;
padding-left:14.3885%;
padding-right:14.3885%;
padding-bottom:3.5971%;
}
}
@media screen and (max-width: 767px){
#module_158456308 .BodyCenter.BodyCenter158456308 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_158456308 >.module_158456308 {
margin-top:0.0000%;
margin-left:10.7914%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_158456308 >.module_158456308 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_158456308 >.module_158456308 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_158456308:hover {
border:none;
}
#module_158456308:hover >.module_158456308 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_158456308 img{border-top-color:transparent;}
#module_158456308 img{border-top-style:none;}
#module_158456308 img{border-top-width:0px;}
#module_158456308 img{border-right-color:transparent;}
#module_158456308 img{border-right-style:none;}
#module_158456308 img{border-right-width:0px;}
#module_158456308 img{border-bottom-color:transparent;}
#module_158456308 img{border-bottom-style:none;}
#module_158456308 img{border-bottom-width:0px;}
#module_158456308 img{border-left-color:transparent;}
#module_158456308 img{border-left-style:none;}
#module_158456308 img{border-left-width:0px;}
#module_158456308 img{border-top-left-radius:0px;}
#module_158456308 img{border-top-right-radius:0px;}
#module_158456308 img{border-bottom-left-radius:0px;}
#module_158456308 img{border-bottom-right-radius:0px;}
#module_158456308 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer158458564 #Sub158458564_1 {width:7.3718%;}
.ModuleNavGiant.layout-103 .main-nav-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; 
  -o-transition: all 0.3s;
  box-sizing: border-box;
  -moz-box-sizing:border-box; 
 -webkit-box-sizing:border-box; 
  line-height: 0;
  overflow:hidden;
}
.ModuleNavGiant.layout-103 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-103 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-103 .moveMenuRight, .ModuleNavGiant.layout-103 .moveMenuLeft{
   display: inline-block;
   width: 36px;
   height: 36px;
   line-height: 36px;
   font-size: 16px;
   color:#666;
   text-align: center;
   border:1px solid rgba(0,0,0,.1);
   border-radius: 5px;
   cursor: pointer;
}
.ModuleNavGiant.layout-103 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-103 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px
}
.ModuleNavGiant.layout-103 .moveMenuRight:hover, .ModuleNavGiant.layout-103 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-103 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-103 .navBorderTop {
  position: absolute;
  width: auto;
  height: 80px;
  left: 0px;
  bottom:initial;
  background-color: #1e88e5;
  display:none;
}
.ModuleNavGiant.layout-103 .main-nav-item-group {
  box-sizing: border-box;
  -moz-box-sizing:border-box; 
 -webkit-box-sizing:border-box;
  width: auto;
  text-align: center;
  float: left;
}
.ModuleNavGiant.layout-103 .main-nav-item {
  box-sizing: content-box;
  width: auto;
  height:80px;
  line-height:80px;
  color: #000000;
  display: inline-block;
  position: relative;
  transition:all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
  text-decoration: none;
}
.ModuleNavGiant.layout-103 .main-nav-item span{
	display:block;
	width:100%;
	height:100%;
	position:relative;
  box-sizing: border-box;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box;
}
.ModuleNavGiant.layout-103 .sub-nav-item-group {
  z-index: 3;
  width: 192px;
  height: auto;
  line-height: 40px;
  text-align: center;
  border-top: 2px solid #333;
  display: none;
}
.ModuleNavGiant.layout-103 .sub-nav-item {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  padding-left: 0;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-103 .sub-nav-item:last-child{
  border-bottom: none!important;
}
.ModuleNavGiant.layout-103 .sub-nav-item:hover {
  padding-left: 10px;
  background-color: #f7f7f7;
}
.ModuleNavGiant.layout-103 .main-nav-item-hover span{
  color: #fff;
  top: -7px;
   -webkit-animation: layout-103-nav-active 0.5s;
  -moz-animation: layout-103-nav-active 0.5s;
  -o-animation: layout-103-nav-active 0.5s;
  animation: layout-103-nav-active 0.5s;
}

.ModuleNavGiant.layout-103 .main-nav-item-hover::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-animation: layout-103-nav-active2 0.5s;
  -moz-animation: layout-103-nav-active2 0.5s;
  -o-animation: layout-103-nav-active2 0.5s;
  animation: layout-103-nav-active2 0.5s;
  bottom: 25%;
}
@keyframes layout-103-nav-active {
  from {
    top: 0px;
  }
  to {
    top: -7px;
  }
}
@-webkit-keyframes layout-103-nav-active
 { 
  from {
    top: 0px;
  }
  to {
    top: -7px;
  }
 } 
 
  
 @-moz-keyframes layout-103-nav-active
 { 
   from {
     top: 0px;
   }
   to {
    top: -7px;
   }
 }
 @-o-keyframes layout-103-nav-active
 { 
   from {
     top: 0px;
   }
   to {
    top: -7px;
   }
 }  
@keyframes layout-103-nav-active2 {
  from {
    bottom: 20%;
  }
  to {
    bottom: 25%;
  }
}
@-webkit-keyframes layout-103-nav-active2
 { 
  from {
    bottom: 20%;
  }
  to {
    bottom: 25%;
  }
 } 
 
  
 @-moz-keyframes layout-103-nav-active2
 { 
  from {
    bottom: 20%;
  }
  to {
    bottom: 25%;
  }
 }
 @-o-keyframes layout-103-nav-active2
 { 
  from {
    bottom: 20%;
  }
  to {
    bottom: 25%;
  }
 }  
.ModuleNavGiant.layout-103 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-103 .sub-nav-item-group.sub-menu{
    display: none !important;
}.module_165226960 .ModuleHead .HeadCenter{float:none;}
#module_165226960 {
padding:0px;
}
#module_165226960 {
position:static;
z-index:0;
top:36px;
left:580px;
width:100%;
height: auto;
}
#module_165226960 .ModuleHead165226960 {
display:none;
}
#module_165226960 .BodyCenter.BodyCenter165226960 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165226960 >.module_165226960 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165226960 >.module_165226960{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165226960 .BodyCenter.BodyCenter165226960 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165226960 .BodyCenter.BodyCenter165226960 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_165226960 >.module_165226960 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165226960 >.module_165226960 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_165226960 >.module_165226960 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165226960:hover {
border:none;
}
#module_165226960:hover >.module_165226960 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165226960 .main-nav-item-group{height:65px;}#module_165226960 .main-nav-item{height:65px;line-height:65px}#module_165226960 .navBorderTop{height:65px;}#module_165226960 .main-nav-content{height:65px}
#module_165226960 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_165226960 .main-nav-content{background-image:none;}
#module_165226960 .main-nav-content{background-repeat:no-repeat;}
#module_165226960 .main-nav-content{}
#module_165226960 .main-nav-content{}
#module_165226960 .main-nav-content{}
#module_165226960 .main-nav-content{text-align:left;}
#module_165226960 .main-nav-item span{font-size:15px;}
#module_165226960 .main-nav-item span{font-family:微软雅黑,Microsoft YaHei;}
#module_165226960 .main-nav-item span{color:rgb(255, 255, 255);}
#module_165226960 .main-nav-item span{font-weight:normal;}
#module_165226960 .main-nav-item span{text-decoration:none;}
#module_165226960 .main-nav-item span{font-style:normal;}
#module_165226960 .main-nav-item{background-color:transparent;}
#module_165226960 .main-nav-item{background-image:none;}
#module_165226960 .main-nav-item{background-repeat:no-repeat;}
#module_165226960 .main-nav-item{}
#module_165226960 .main-nav-item{}
#module_165226960 .main-nav-item{}
#module_165226960 .main-nav-item span{width:auto;}
#module_165226960 .main-nav-item span{padding-left:18px;padding-right:18px;}
#module_165226960 .sub-nav-item-group{border-top-color:#333;}
#module_165226960 .sub-nav-item-group{border-top-style:solid;}
#module_165226960 .sub-nav-item-group{border-top-width:0px;}
#module_165226960 .sub-nav-item-group{border-right-color:transparent;}
#module_165226960 .sub-nav-item-group{border-right-style:none;}
#module_165226960 .sub-nav-item-group{border-right-width:0px;}
#module_165226960 .sub-nav-item-group{border-bottom-color:transparent;}
#module_165226960 .sub-nav-item-group{border-bottom-style:none;}
#module_165226960 .sub-nav-item-group{border-bottom-width:0px;}
#module_165226960 .sub-nav-item-group{border-left-color:transparent;}
#module_165226960 .sub-nav-item-group{border-left-style:none;}
#module_165226960 .sub-nav-item-group{border-left-width:0px;}
#module_165226960 .sub-nav-item-group{width:160px;}
#module_165226960 .sub-nav-item{height:43px;line-height:43px}
#module_165226960 .sub-nav-item{font-size:14px;}
#module_165226960 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_165226960 .sub-nav-item{color:rgb(89, 89, 89);}
#module_165226960 .sub-nav-item{font-weight:normal;}
#module_165226960 .sub-nav-item{text-decoration:none;}
#module_165226960 .sub-nav-item{font-style:normal;}
#module_165226960 .sub-nav-item{background-color:#fff;}
#module_165226960 .sub-nav-item{background-image:none;}
#module_165226960 .sub-nav-item{background-repeat:no-repeat;}
#module_165226960 .sub-nav-item{}
#module_165226960 .sub-nav-item{}
#module_165226960 .sub-nav-item{}
#module_165226960 .sub-nav-item{border-bottom-color:rgb(248, 248, 248);}
#module_165226960 .sub-nav-item{border-bottom-style:solid;}
#module_165226960 .sub-nav-item{border-bottom-width:1px;}
#module_165226960 .sub-nav-item{margin-top:0px;}
#module_165226960 .main-nav-item-hover span{font-size:15px;}
#module_165226960 .main-nav-item-hover span{font-family:微软雅黑,Microsoft YaHei;}
#module_165226960 .main-nav-item-hover span{color:rgb(255, 255, 255);}#module_165226960 .main-nav-item-hover::after{background-color:rgb(255, 255, 255);}
#module_165226960 .main-nav-item-hover span{font-weight:normal;}
#module_165226960 .main-nav-item-hover span{text-decoration:none;}
#module_165226960 .main-nav-item-hover span{font-style:normal;}
#module_165226960 .navBorderTop{background-color:rgba(0,0,0,0);}
#module_165226960 .navBorderTop{background-image:none;}
#module_165226960 .navBorderTop{background-repeat:no-repeat;}
#module_165226960 .navBorderTop{}
#module_165226960 .navBorderTop{}
#module_165226960 .navBorderTop{}
#module_165226960 .sub-nav-item:hover{font-size:14px;}
#module_165226960 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165226960 .sub-nav-item:hover{color:rgb(0, 0, 0);}
#module_165226960 .sub-nav-item:hover{font-weight:normal;}
#module_165226960 .sub-nav-item:hover{text-decoration:none;}
#module_165226960 .sub-nav-item:hover{font-style:normal;}
#module_165226960 .sub-nav-item:hover{background-color:rgb(248, 248, 248);}
#module_165226960 .sub-nav-item:hover{background-image:none;}
#module_165226960 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_165226960 .sub-nav-item:hover{}
#module_165226960 .sub-nav-item:hover{}
#module_165226960 .sub-nav-item:hover{}


.ModuleGridContainer.ModuleGridContainer158458564 #Sub158458564_2 {width:58.5470%;}
.ModuleButtonGiant.layout-102 .moduleButton{
    background-color: #fff;
    font-size: 12px;
    height: 40px;
    width:100px;
    color:#333;
    border:1px solid #000;
    text-align: center;
    cursor: pointer;
	max-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2 !important;
}
.ModuleButtonGiant.layout-102 .moduleButton:hover{
	color:#fff;
}
.ModuleButtonGiant.layout-102 .moduleButton:hover:before{
    background-color: #333;
}
.ModuleButtonGiant.layout-102 .moduleButton.hvr-sweep-to-right:before,.ModuleButtonGiant.layout-102 .moduleButton.hvr-sweep-to-top:before,.ModuleButtonGiant.layout-102 .moduleButton.Radial-Out:before,.ModuleButtonGiant.layout-102 .moduleButton.RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-102 .moduleButton.Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-102 .moduleButton.Shutter-Out-Vertical:before{
	background-color: #333
}
.ModuleButtonGiant.layout-102 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-102 .BreadIcon{
    font-size: 16px;
}.module_354348064 .ModuleHead .HeadCenter{float:none;}
#module_354348064 {
padding:0px;
}
#module_354348064 {
position:static;
z-index:0;
top:37px;
left:0px;
width:100%;
height: auto;
}
#module_354348064 .ModuleHead354348064 {
display:none;
}
#module_354348064 .BodyCenter.BodyCenter354348064 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354348064 >.module_354348064 {
border-top-style:solid;
border-top-color:rgb(255, 255, 255);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(255, 255, 255);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(255, 255, 255);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(255, 255, 255);
border-bottom-width:0px;
}
#module_354348064 >.module_354348064{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:2px;
border-top-right-radius:2px;
border-bottom-left-radius:1px;
border-bottom-right-radius:1px;
}
@media screen and (min-width: 768px){
#module_354348064 .BodyCenter.BodyCenter354348064 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354348064 .BodyCenter.BodyCenter354348064 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354348064 >.module_354348064 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354348064 >.module_354348064 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354348064 >.module_354348064 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_354348064:hover {
border:none;
}
#module_354348064:hover >.module_354348064 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_354348064 .BodyCenter{text-align:right;}
#module_354348064 .moduleButton{font-size:16px;}
#module_354348064 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_354348064 .moduleButton{color:rgb(255, 255, 255);}
#module_354348064 .moduleButton{font-weight:normal;}
#module_354348064 .moduleButton{text-decoration:none;}
#module_354348064 .moduleButton{font-style:normal;}
#module_354348064 .moduleButton, #module_354348064 .moduleButton.faded:before{background-color:rgba(0,0,0,0);}
#module_354348064 .moduleButton, #module_354348064 .moduleButton.faded:before{}
#module_354348064 .moduleButton{border-color:rgb(255, 255, 255);}
#module_354348064 .moduleButton{border-style:none;}
#module_354348064 .moduleButton{border-width:0px;}
#module_354348064 .moduleButton{width:250px;}
#module_354348064 .moduleButton{height:65px;line-height:65px;}
#module_354348064 .BodyCenter{color:#1e88e5;}
#module_354348064 .moduleButton{border-top-left-radius:0px;}
#module_354348064 .moduleButton{border-top-right-radius:0px;}
#module_354348064 .moduleButton{border-bottom-left-radius:0px;}
#module_354348064 .moduleButton{border-bottom-right-radius:0px;}
#module_354348064 .BreadIcon{font-size:28px;} #module_354348064 .BreadsvgIcon svg{width:28px;height:28px;}
#module_354348064 .BreadIcon{color:#1e88e5;} #module_354348064 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_354348064 .BreadIcon,#module_354348064 .BreadsvgIcon{margin-left:10px;}
#module_354348064 .BreadIcon,#module_354348064 .BreadsvgIcon{margin-right:10px;}
#module_354348064 .moduleButton:hover .BreadIcon{font-size:28px;} #module_354348064 .moduleButton:hover .BreadsvgIcon svg{width:28px;height:28px;}
#module_354348064 .moduleButton:hover .BreadIcon{color:#fff} #module_354348064 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_354348064 .moduleButton:hover{font-size:16px;}
#module_354348064 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_354348064 .moduleButton:hover{color:rgb(250, 101, 10);}
#module_354348064 .moduleButton:hover{font-weight:normal;}
#module_354348064 .moduleButton:hover{text-decoration:none;}
#module_354348064 .moduleButton:hover{font-style:normal;}
#module_354348064 .moduleButton:before, #module_354348064 .moduleButton.faded:before{background-color:rgba(0,0,0,0);}
#module_354348064 .moduleButton:before, #module_354348064 .moduleButton.faded:before{}
#module_354348064 .moduleButton:hover{border-color:rgb(255, 255, 255);}
#module_354348064 .moduleButton:hover{border-style:none;}
#module_354348064 .moduleButton:hover{border-width:1px;}

.ModuleGridContainer.ModuleGridContainer158458564 #Sub158458564_4 {width:21.0470%;}
.module_353537965 .ModuleHead .HeadCenter{float:none;}
#module_353537965 {
padding:0px;
}
#module_353537965 {
position:static;
z-index:0;
top:35px;
left:0px;
width:100%;
height: auto;
}
#module_353537965 .ModuleHead353537965 {
display:none;
}
#module_353537965 .BodyCenter.BodyCenter353537965 {
background:none;background-color:rgba(0,0,0,0);
}
#module_353537965 >.module_353537965 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_353537965 >.module_353537965{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:2px;
border-top-right-radius:2px;
border-bottom-left-radius:1px;
border-bottom-right-radius:1px;
}
@media screen and (min-width: 768px){
#module_353537965 .BodyCenter.BodyCenter353537965 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_353537965 .BodyCenter.BodyCenter353537965 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_353537965 >.module_353537965 {
margin-top:13.2075%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_353537965 >.module_353537965 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_353537965 >.module_353537965 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_353537965:hover {
border:none;
}
#module_353537965:hover >.module_353537965 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_353537965 .BodyCenter{text-align:right;}
#module_353537965 .moduleButton{font-size:14px;}
#module_353537965 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_353537965 .moduleButton{color:rgb(255, 255, 255);}
#module_353537965 .moduleButton{font-weight:normal;}
#module_353537965 .moduleButton{text-decoration:none;}
#module_353537965 .moduleButton{font-style:normal;}
#module_353537965 .moduleButton, #module_353537965 .moduleButton.faded:before{background-color:rgb(250, 101, 10);}
#module_353537965 .moduleButton, #module_353537965 .moduleButton.faded:before{}
#module_353537965 .moduleButton{border-color:rgb(250, 101, 10);}
#module_353537965 .moduleButton{border-style:solid;}
#module_353537965 .moduleButton{border-width:1px;}
#module_353537965 .moduleButton{width:100px;}
#module_353537965 .moduleButton{height:36px;line-height:36px;}
#module_353537965 .BodyCenter{color:#1e88e5;}
#module_353537965 .moduleButton{border-top-left-radius:1px;}
#module_353537965 .moduleButton{border-top-right-radius:0px;}
#module_353537965 .moduleButton{border-bottom-left-radius:1px;}
#module_353537965 .moduleButton{border-bottom-right-radius:1px;}
#module_353537965 .BreadIcon{font-size:16px;} #module_353537965 .BreadsvgIcon svg{width:16px;height:16px;}
#module_353537965 .BreadIcon{color:#1e88e5;} #module_353537965 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_353537965 .BreadIcon,#module_353537965 .BreadsvgIcon{margin-left:10px;}
#module_353537965 .BreadIcon,#module_353537965 .BreadsvgIcon{margin-right:10px;}
#module_353537965 .moduleButton:hover .BreadIcon{font-size:16px;} #module_353537965 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_353537965 .moduleButton:hover .BreadIcon{color:#fff} #module_353537965 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_353537965 .moduleButton:hover{font-size:14px;}
#module_353537965 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_353537965 .moduleButton:hover{color:#fff;}
#module_353537965 .moduleButton:hover{font-weight:normal;}
#module_353537965 .moduleButton:hover{text-decoration:none;}
#module_353537965 .moduleButton:hover{font-style:normal;}
#module_353537965 .moduleButton:before, #module_353537965 .moduleButton.faded:before{background-color:rgb(242, 92, 0);}
#module_353537965 .moduleButton:before, #module_353537965 .moduleButton.faded:before{}
#module_353537965 .moduleButton:hover{border-color:rgb(227, 86, 0);}
#module_353537965 .moduleButton:hover{border-style:none;}
#module_353537965 .moduleButton:hover{border-width:1px;}

.ModuleGridContainer.ModuleGridContainer158458564 #Sub158458564_5 {width:5.7158%;}
.module_353537962 .ModuleHead .HeadCenter{float:none;}
#module_353537962 {
padding:0px;
}
#module_353537962 {
position:static;
z-index:0;
top:26px;
left:-123px;
width:100%;
height: auto;
}
#module_353537962 .ModuleHead353537962 {
display:none;
}
#module_353537962 .BodyCenter.BodyCenter353537962 {
background:none;background-color:rgba(0,0,0,0);
}
#module_353537962 >.module_353537962 {
border-top-style:solid;
border-top-color:rgb(255, 255, 255);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(255, 255, 255);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(255, 255, 255);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(255, 255, 255);
border-bottom-width:0px;
}
#module_353537962 >.module_353537962{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:2px;
border-top-right-radius:2px;
border-bottom-left-radius:1px;
border-bottom-right-radius:1px;
}
@media screen and (min-width: 768px){
#module_353537962 .BodyCenter.BodyCenter353537962 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:14.5985%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_353537962 .BodyCenter.BodyCenter353537962 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_353537962 >.module_353537962 {
margin-top:9.4891%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_353537962 >.module_353537962 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_353537962 >.module_353537962 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_353537962:hover {
border:none;
}
#module_353537962:hover >.module_353537962 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_353537962 .BodyCenter{text-align:left;}
#module_353537962 .moduleButton{font-size:14px;}
#module_353537962 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_353537962 .moduleButton{color:rgb(255, 255, 255);}
#module_353537962 .moduleButton{font-weight:normal;}
#module_353537962 .moduleButton{text-decoration:none;}
#module_353537962 .moduleButton{font-style:normal;}
#module_353537962 .moduleButton, #module_353537962 .moduleButton.faded:before{background-color:rgba(0,0,0,0);}
#module_353537962 .moduleButton, #module_353537962 .moduleButton.faded:before{}
#module_353537962 .moduleButton{border-color:rgb(255, 255, 255);}
#module_353537962 .moduleButton{border-style:solid;}
#module_353537962 .moduleButton{border-width:1px;}
#module_353537962 .moduleButton{width:99px;}
#module_353537962 .moduleButton{height:36px;line-height:36px;}
#module_353537962 .BodyCenter{color:#1e88e5;}
#module_353537962 .moduleButton{border-top-left-radius:2px;}
#module_353537962 .moduleButton{border-top-right-radius:2px;}
#module_353537962 .moduleButton{border-bottom-left-radius:2px;}
#module_353537962 .moduleButton{border-bottom-right-radius:2px;}
#module_353537962 .BreadIcon{font-size:16px;} #module_353537962 .BreadsvgIcon svg{width:16px;height:16px;}
#module_353537962 .BreadIcon{color:#1e88e5;} #module_353537962 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_353537962 .BreadIcon,#module_353537962 .BreadsvgIcon{margin-left:10px;}
#module_353537962 .BreadIcon,#module_353537962 .BreadsvgIcon{margin-right:10px;}
#module_353537962 .moduleButton:hover .BreadIcon{font-size:16px;} #module_353537962 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_353537962 .moduleButton:hover .BreadIcon{color:#fff} #module_353537962 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_353537962 .moduleButton:hover{font-size:14px;}
#module_353537962 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_353537962 .moduleButton:hover{color:rgb(250, 101, 10);}
#module_353537962 .moduleButton:hover{font-weight:normal;}
#module_353537962 .moduleButton:hover{text-decoration:none;}
#module_353537962 .moduleButton:hover{font-style:normal;}
#module_353537962 .moduleButton:before, #module_353537962 .moduleButton.faded:before{background-color:rgb(255, 255, 255);}
#module_353537962 .moduleButton:before, #module_353537962 .moduleButton.faded:before{}
#module_353537962 .moduleButton:hover{border-color:rgb(255, 255, 255);}
#module_353537962 .moduleButton:hover{border-style:none;}
#module_353537962 .moduleButton:hover{border-width:1px;}

.ModuleGridContainer.ModuleGridContainer158458564 #Sub158458564_6 {width:7.318399999999996%;}
.module_158473778 .ModuleHead .HeadCenter{float:none;}
#module_158473778 {
padding:0px;
}
#module_158473778 {
position:static;
z-index:0;
top:120px;
left:0px;
width:100%;
height: auto;
}
#module_158473778 .ModuleHead158473778 {
display:none;
}
#module_158473778 .BodyCenter.BodyCenter158473778 {
background:none;background-color:rgb(7, 212, 174);
}
#module_158473778 >.module_158473778 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_158473778 >.module_158473778{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_158473778 .BodyCenter.BodyCenter158473778 {
padding-top:7.5837%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_158473778 .BodyCenter.BodyCenter158473778 {
padding-top:11.5274%;
padding-left:8.6455%;
padding-right:8.6455%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_158473778 >.module_158473778 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_158473778 >.module_158473778 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_158473778 >.module_158473778 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_158473778:hover {
border:none;
}
#module_158473778:hover >.module_158473778 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_158473778 .ModuleSubContainer{background-color:transparent;}
#module_158473778 .ModuleSubContainer{background-image:none;}
#module_158473778 .ModuleSubContainer{background-repeat:no-repeat;}
#module_158473778 .ModuleSubContainer{background-position:0% 0%;}
#module_158473778 .ModuleSubContainer{background-attachment:scroll;}
#module_158473778 .ModuleSubContainer{}
#module_158473778 {!bgVideo!}{bgVideoUrl:none}
#module_158473778 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_158473778 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_158473778 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer158473778 {}
.ModuleGridContainer.ModuleGridContainer158473778 .SubPadding {width:0px;}
/*图文模块 layout 101*/
.ModuleImageTextGiant.layout-101 {font-size: 14px;}
.ModuleImageTextGiant.layout-101 .imageTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden;}.module_158473783 .ModuleHead .HeadCenter{float:none;}
#module_158473783 {
padding:0px;
}
#module_158473783 {
position:static;
z-index:0;
top:116px;
left:0px;
width:100%;
height: auto;
}
#module_158473783 .ModuleHead158473783 {
display:none;
}
#module_158473783 .BodyCenter.BodyCenter158473783 {
background:none;background-color:rgba(0,0,0,0);
}
#module_158473783 >.module_158473783 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_158473783 >.module_158473783{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_158473783 .BodyCenter.BodyCenter158473783 {
padding-top:0.0000%;
padding-left:1.6260%;
padding-right:9.7561%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_158473783 .BodyCenter.BodyCenter158473783 {
padding-top:6.5359%;
padding-left:9.8039%;
padding-right:9.8039%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_158473783 >.module_158473783 {
margin-top:8.9431%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_158473783 >.module_158473783 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_158473783 >.module_158473783 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_158473783:hover {
border:none;
}
#module_158473783:hover >.module_158473783 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_158473783 .ModuleImageTextGiantContent{margin-top:0px;}
#module_158473783 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_158473783 .ModuleImageTextGiantContent{margin-left:0px;}
#module_158473783 .ModuleImageTextGiantContent{margin-right:0px;}
#module_158473783 .imageTextGiant-Container{padding-top:0px;}
#module_158473783 .imageTextGiant-Container{padding-bottom:0px;}
#module_158473783 .imageTextGiant-Container{padding-left:0px;}
#module_158473783 .imageTextGiant-Container{padding-right:0px;}
#module_158473783 .showHandle .btn{font-size:14px;}
#module_158473783 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_158473783 .showHandle .btn{color:#333;}
#module_158473783 .showHandle .btn{font-weight:400;}
#module_158473783 .showHandle .btn{text-decoration:none;}
#module_158473783 .showHandle .btn{font-style:normal;}
#module_158473783 .showHandle div{border-top-color:#ddd !important;}
#module_158473783 .showHandle div{border-top-style:solid !important;}
#module_158473783 .showHandle div{border-top-width:1px !important;}
#module_158473783 .showHandle{background-color:transparent;}
#module_158473783 .showHandle{background-image:none;}
#module_158473783 .showHandle{background-repeat:no-repeat;}
#module_158473783 .showHandle{}
#module_158473783 .showHandle{}
#module_158473783 .showHandle{}
#module_158473783 a{font-size:unset;font-family:unset}
.module_158473782 .ModuleHead .HeadCenter{float:none;}
#module_158473782 {
padding:0px;
}
#module_158473782 {
position:static;
z-index:0;
top:78px;
left:0px;
width:100%;
height: auto;
}
#module_158473782 .ModuleHead158473782 {
display:none;
}
#module_158473782 .BodyCenter.BodyCenter158473782 {
background:none;background-color:rgba(0,0,0,0);
}
#module_158473782 >.module_158473782 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_158473782 >.module_158473782{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_158473782 .BodyCenter.BodyCenter158473782 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_158473782 .BodyCenter.BodyCenter158473782 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_158473782 >.module_158473782 {
margin-top:9.5935%;
margin-left:4.8780%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_158473782 >.module_158473782 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_158473782 >.module_158473782 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_158473782:hover {
border:none;
}
#module_158473782:hover >.module_158473782 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_158473782 .ModuleImageTextGiantContent{margin-top:0px;}
#module_158473782 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_158473782 .ModuleImageTextGiantContent{margin-left:0px;}
#module_158473782 .ModuleImageTextGiantContent{margin-right:0px;}
#module_158473782 .imageTextGiant-Container{padding-top:0px;}
#module_158473782 .imageTextGiant-Container{padding-bottom:0px;}
#module_158473782 .imageTextGiant-Container{padding-left:0px;}
#module_158473782 .imageTextGiant-Container{padding-right:0px;}
#module_158473782 .showHandle .btn{font-size:14px;}
#module_158473782 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_158473782 .showHandle .btn{color:#333;}
#module_158473782 .showHandle .btn{font-weight:400;}
#module_158473782 .showHandle .btn{text-decoration:none;}
#module_158473782 .showHandle .btn{font-style:normal;}
#module_158473782 .showHandle div{border-top-color:#ddd !important;}
#module_158473782 .showHandle div{border-top-style:solid !important;}
#module_158473782 .showHandle div{border-top-width:1px !important;}
#module_158473782 .showHandle{background-color:transparent;}
#module_158473782 .showHandle{background-image:none;}
#module_158473782 .showHandle{background-repeat:no-repeat;}
#module_158473782 .showHandle{}
#module_158473782 .showHandle{}
#module_158473782 .showHandle{}
#module_158473782 a{font-size:unset;font-family:unset}
.module_158473779 .ModuleHead .HeadCenter{float:none;}
#module_158473779 {
padding:0px;
}
#module_158473779 {
position:static;
z-index:0;
top:303px;
left:322px;
width:100%;
height: auto;
}
#module_158473779 .ModuleHead158473779 {
display:none;
}
#module_158473779 .BodyCenter.BodyCenter158473779 {
background:none;background-color:rgba(0,0,0,0);
}
#module_158473779 >.module_158473779 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_158473779 >.module_158473779{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_158473779 .BodyCenter.BodyCenter158473779 {
padding-top:9.7561%;
padding-left:1.6260%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_158473779 .BodyCenter.BodyCenter158473779 {
padding-top:8.6455%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_158473779 >.module_158473779 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_158473779 >.module_158473779 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_158473779 >.module_158473779 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_158473779:hover {
border:none;
}
#module_158473779:hover >.module_158473779 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_158473779 .BodyCenter{text-align:left;}
#module_158473779 .moduleButton{font-size:14px;}
#module_158473779 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_158473779 .moduleButton{color:rgb(127, 127, 127);}
#module_158473779 .moduleButton{font-weight:normal;}
#module_158473779 .moduleButton{text-decoration:none;}
#module_158473779 .moduleButton{font-style:normal;}
#module_158473779 .moduleButton, #module_158473779 .moduleButton.faded:before{background-color:rgb(255, 255, 255);}
#module_158473779 .moduleButton, #module_158473779 .moduleButton.faded:before{}
#module_158473779 .moduleButton{border-color:rgb(255, 255, 255);}
#module_158473779 .moduleButton{border-style:solid;}
#module_158473779 .moduleButton{border-width:0px;}
#module_158473779 .moduleButton{width:120px;}
#module_158473779 .moduleButton{height:35px;line-height:35px;}
#module_158473779 .BodyCenter{color:#1e88e5;}
#module_158473779 .moduleButton{border-top-left-radius:0px;}
#module_158473779 .moduleButton{border-top-right-radius:0px;}
#module_158473779 .moduleButton{border-bottom-left-radius:0px;}
#module_158473779 .moduleButton{border-bottom-right-radius:0px;}
#module_158473779 .BreadIcon{font-size:16px;} #module_158473779 .BreadsvgIcon svg{width:16px;height:16px;}
#module_158473779 .BreadIcon{color:#1e88e5;} #module_158473779 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_158473779 .BreadIcon,#module_158473779 .BreadsvgIcon{margin-left:10px;}
#module_158473779 .BreadIcon,#module_158473779 .BreadsvgIcon{margin-right:10px;}
#module_158473779 .moduleButton:hover .BreadIcon{font-size:16px;} #module_158473779 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_158473779 .moduleButton:hover .BreadIcon{color:#fff} #module_158473779 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_158473779 .moduleButton:hover{font-size:14px;}
#module_158473779 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_158473779 .moduleButton:hover{color:#fff;}
#module_158473779 .moduleButton:hover{font-weight:normal;}
#module_158473779 .moduleButton:hover{text-decoration:none;}
#module_158473779 .moduleButton:hover{font-style:normal;}
#module_158473779 .moduleButton:before, #module_158473779 .moduleButton.faded:before{background-color:rgb(0, 111, 255);}
#module_158473779 .moduleButton:before, #module_158473779 .moduleButton.faded:before{}
#module_158473779 .moduleButton:hover{border-color:rgb(0, 111, 255);}
#module_158473779 .moduleButton:hover{border-style:solid;}
#module_158473779 .moduleButton:hover{border-width:0px;}

.module_158473780 .ModuleHead .HeadCenter{float:none;}
#module_158473780 {
padding:0px;
}
#module_158473780 {
position:static;
z-index:0;
top:462px;
left:522px;
width:100%;
height: auto;
}
#module_158473780 .ModuleHead158473780 {
display:none;
}
#module_158473780 .BodyCenter.BodyCenter158473780 {
background:none;background-color:rgba(0,0,0,0);
}
#module_158473780 >.module_158473780 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_158473780 >.module_158473780{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_158473780 .BodyCenter.BodyCenter158473780 {
padding-top:2.4390%;
padding-left:1.6260%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_158473780 .BodyCenter.BodyCenter158473780 {
padding-top:4.3228%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_158473780 >.module_158473780 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_158473780 >.module_158473780 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_158473780 >.module_158473780 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_158473780:hover {
border:none;
}
#module_158473780:hover >.module_158473780 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_158473780 .ModuleImageTextGiantContent{margin-top:0px;}
#module_158473780 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_158473780 .ModuleImageTextGiantContent{margin-left:0px;}
#module_158473780 .ModuleImageTextGiantContent{margin-right:10px;}
#module_158473780 .imageTextGiant-Container{padding-top:0px;}
#module_158473780 .imageTextGiant-Container{padding-bottom:0px;}
#module_158473780 .imageTextGiant-Container{padding-left:0px;}
#module_158473780 .imageTextGiant-Container{padding-right:0px;}
#module_158473780 .showHandle .btn{font-size:14px;}
#module_158473780 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_158473780 .showHandle .btn{color:#333;}
#module_158473780 .showHandle .btn{font-weight:400;}
#module_158473780 .showHandle .btn{text-decoration:none;}
#module_158473780 .showHandle .btn{font-style:normal;}
#module_158473780 .showHandle div{border-top-color:#ddd !important;}
#module_158473780 .showHandle div{border-top-style:solid !important;}
#module_158473780 .showHandle div{border-top-width:1px !important;}
#module_158473780 .showHandle{background-color:transparent;}
#module_158473780 .showHandle{background-image:none;}
#module_158473780 .showHandle{background-repeat:no-repeat;}
#module_158473780 .showHandle{}
#module_158473780 .showHandle{}
#module_158473780 .showHandle{}
#module_158473780 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer158473778 #Sub158473778_1 {width:51.2500%;}
.module_158473781 .ModuleHead .HeadCenter{float:none;}
#module_158473781 {
padding:0px;
}
#module_158473781 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_158473781 .ModuleHead158473781 {
display:none;
}
#module_158473781 .BodyCenter.BodyCenter158473781 {
background:none;background-color:rgba(0,0,0,0);
}
#module_158473781 >.module_158473781 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_158473781 >.module_158473781{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_158473781 .BodyCenter.BodyCenter158473781 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_158473781 .BodyCenter.BodyCenter158473781 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_158473781 >.module_158473781 {
margin-top:0.0000%;
margin-left:17.4359%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_158473781 >.module_158473781 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_158473781 >.module_158473781 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_158473781:hover {
border:none;
}
#module_158473781:hover >.module_158473781 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_158473781 img{border-top-color:transparent;}
#module_158473781 img{border-top-style:none;}
#module_158473781 img{border-top-width:0px;}
#module_158473781 img{border-right-color:transparent;}
#module_158473781 img{border-right-style:none;}
#module_158473781 img{border-right-width:0px;}
#module_158473781 img{border-bottom-color:transparent;}
#module_158473781 img{border-bottom-style:none;}
#module_158473781 img{border-bottom-width:0px;}
#module_158473781 img{border-left-color:transparent;}
#module_158473781 img{border-left-style:none;}
#module_158473781 img{border-left-width:0px;}
#module_158473781 img{border-top-left-radius:0px;}
#module_158473781 img{border-top-right-radius:0px;}
#module_158473781 img{border-bottom-left-radius:0px;}
#module_158473781 img{border-bottom-right-radius:0px;}
#module_158473781 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer158473778 #Sub158473778_2 {width:48.74999999999999%;}
.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_149817117 .ModuleHead .HeadCenter{float:none;}
#module_149817117 {
padding:0px;
}
#module_149817117 {
position:static;
z-index:0;
top:750px;
left:1425px;
width:100%;
height: auto;
}
#module_149817117 .ModuleHead149817117 {
display:none;
}
#module_149817117 .BodyCenter.BodyCenter149817117 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817117 >.module_149817117 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817117 >.module_149817117{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817117 .BodyCenter.BodyCenter149817117 {
padding-top:4.1841%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_149817117 .BodyCenter.BodyCenter149817117 {
padding-top:9.8039%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:9.8039%;
}
}
@media screen and (min-width: 768px){
#module_149817117 >.module_149817117 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817117 >.module_149817117 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817117 >.module_149817117 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817117:hover {
border:none;
}
#module_149817117:hover >.module_149817117 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817117 .ModuleSubContainer{background-color:transparent;}
#module_149817117 .ModuleSubContainer{background-image:none;}
#module_149817117 .ModuleSubContainer{background-repeat:no-repeat;}
#module_149817117 .ModuleSubContainer{background-position:0% 0%;}
#module_149817117 .ModuleSubContainer{background-attachment:scroll;}
#module_149817117 .ModuleSubContainer{}
#module_149817117 {!bgVideo!}{bgVideoUrl:none}
#module_149817117 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_149817117 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_149817117 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer149817117 {}
.module_149817118 .ModuleHead .HeadCenter{float:none;}
#module_149817118 {
padding:0px;
}
#module_149817118 {
position:static;
z-index:0;
top:872px;
left:1088px;
width:100%;
height: auto;
}
#module_149817118 .ModuleHead149817118 {
display:none;
}
#module_149817118 .BodyCenter.BodyCenter149817118 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817118 >.module_149817118 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817118 >.module_149817118{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817118 .BodyCenter.BodyCenter149817118 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817118 .BodyCenter.BodyCenter149817118 {
padding-top:13.6240%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_149817118 >.module_149817118 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817118 >.module_149817118 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817118 >.module_149817118 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817118:hover {
border:none;
}
#module_149817118:hover >.module_149817118 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817118 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149817118 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149817118 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149817118 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149817118 .imageTextGiant-Container{padding-top:0px;}
#module_149817118 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817118 .imageTextGiant-Container{padding-left:30px;}
#module_149817118 .imageTextGiant-Container{padding-right:30px;}
#module_149817118 .showHandle .btn{font-size:14px;}
#module_149817118 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817118 .showHandle .btn{color:#333;}
#module_149817118 .showHandle .btn{font-weight:400;}
#module_149817118 .showHandle .btn{text-decoration:none;}
#module_149817118 .showHandle .btn{font-style:normal;}
#module_149817118 .showHandle div{border-top-color:#ddd !important;}
#module_149817118 .showHandle div{border-top-style:solid !important;}
#module_149817118 .showHandle div{border-top-width:1px !important;}
#module_149817118 .showHandle{background-color:transparent;}
#module_149817118 .showHandle{background-image:none;}
#module_149817118 .showHandle{background-repeat:no-repeat;}
#module_149817118 .showHandle{}
#module_149817118 .showHandle{}
#module_149817118 .showHandle{}
#module_149817118 a{font-size:unset;font-family:unset}
.module_149817120 .ModuleHead .HeadCenter{float:none;}
#module_149817120 {
padding:0px;
}
#module_149817120 {
position:static;
z-index:0;
top:1522px;
left:1136px;
width:100%;
height: auto;
}
#module_149817120 .ModuleHead149817120 {
display:none;
}
#module_149817120 .BodyCenter.BodyCenter149817120 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817120 >.module_149817120 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817120 >.module_149817120{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817120 .BodyCenter.BodyCenter149817120 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817120 .BodyCenter.BodyCenter149817120 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.5359%;
}
}
@media screen and (min-width: 768px){
#module_149817120 >.module_149817120 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817120 >.module_149817120 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817120 >.module_149817120 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817120:hover {
border:none;
}
#module_149817120:hover >.module_149817120 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817120 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149817120 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149817120 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149817120 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149817120 .imageTextGiant-Container{padding-top:0px;}
#module_149817120 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817120 .imageTextGiant-Container{padding-left:30px;}
#module_149817120 .imageTextGiant-Container{padding-right:30px;}
#module_149817120 .showHandle .btn{font-size:14px;}
#module_149817120 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817120 .showHandle .btn{color:#333;}
#module_149817120 .showHandle .btn{font-weight:400;}
#module_149817120 .showHandle .btn{text-decoration:none;}
#module_149817120 .showHandle .btn{font-style:normal;}
#module_149817120 .showHandle div{border-top-color:#ddd !important;}
#module_149817120 .showHandle div{border-top-style:solid !important;}
#module_149817120 .showHandle div{border-top-width:1px !important;}
#module_149817120 .showHandle{background-color:transparent;}
#module_149817120 .showHandle{background-image:none;}
#module_149817120 .showHandle{background-repeat:no-repeat;}
#module_149817120 .showHandle{}
#module_149817120 .showHandle{}
#module_149817120 .showHandle{}
#module_149817120 a{font-size:unset;font-family:unset}
.ModuleTabContainerV2Giant.layout-104 .nav-box{position: relative; }
.ModuleTabContainerV2Giant.layout-104 .location-right{    display: flex;
    flex-direction: row-reverse;}
.ModuleTabContainerV2Giant.layout-104 .location-left{ display: flex}
.ModuleTabContainerV2Giant.layout-104 .location-bottom .nav-box,
.ModuleTabContainerV2Giant.layout-104 .location-top .nav-box { overflow: hidden;}
.ModuleTabContainerV2Giant.layout-104 .TabContainer-Container .Nav-Container{ position: relative; font-size: 0;white-space:nowrap;}
.ModuleTabContainerV2Giant.layout-104 .TabContainer-Container .Nav-Container li{overflow: visible; -webkit-overflow-scrolling: touch; transform: translateX(0); transition: transform 0.3s linear 0s; cursor: pointer;text-align: center;background: #fff;float: none;display: inline-block;}
.ModuleTabContainerV2Giant.layout-104 .TabContainer-Container .Nav-Container li a{display: block;padding:0;background: none;color:#333;}
.ModuleTabContainerV2Giant.layout-104 .TabContainer-Container .Nav-Container li.active,
.ModuleTabContainerV2Giant.layout-104 .TabContainer-Container .Nav-Container li:hover{background: #333;}
.ModuleTabContainerV2Giant.layout-104 .TabContainer-Container .Nav-Container li.active a,
.ModuleTabContainerV2Giant.layout-104 .TabContainer-Container .Nav-Container li:hover a{color:#fff;}
.ModuleTabContainerV2Giant.layout-104 .Nav-Container li.active{transition: all 0.4s linear;}
.ModuleTabContainerV2Giant.layout-104 .btnScrollLeft,
.ModuleTabContainerV2Giant.layout-104 .btnScrollRight {
    display: flex;
    width: 28px;
    height: 54px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #fff !important;
    font-size: 15px;
    align-items: center;
    justify-content: center;
}
.ModuleTabContainerV2Giant.layout-104 .btnScrollLeft {left: 10px;}
.ModuleTabContainerV2Giant.layout-104 .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-104 .tab-content>.active{ display:flex !important;}

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

}

@media (max-width: 767px){
    .ModuleTabContainerV2Giant.layout-104 .tabContainer .SubContainer{ height: auto !important;}
    .ModuleTabContainerV2Giant.layout-104 .location-bottom .tab-location-bottom {display: none;}
    .ModuleTabContainerV2Giant.layout-104 .location-left,.ModuleTabContainerV2Giant.layout-104 .location-right{
        flex-direction: column;
    }
}.module_149821685 .ModuleHead .HeadCenter{float:none;}
#module_149821685 {
padding:0px;
}
#module_149821685 {
position:static;
z-index:0;
top:1000px;
left:1072px;
width:100%;
height: auto;
}
#module_149821685 .ModuleHead149821685 {
display:none;
}
#module_149821685 .BodyCenter.BodyCenter149821685 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149821685 >.module_149821685 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149821685 >.module_149821685{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149821685 .BodyCenter.BodyCenter149821685 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149821685 .BodyCenter.BodyCenter149821685 {
padding-top:0.0000%;
padding-left:3.2680%;
padding-right:3.2680%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149821685 >.module_149821685 {
margin-top:2.5000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149821685 >.module_149821685 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149821685 >.module_149821685 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149821685:hover {
border:none;
}
#module_149821685:hover >.module_149821685 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149821685 .nav-box{text-align:center;}
#module_149821685 .nav-box{background-color:rgba(0,0,0,0);}
#module_149821685 .nav-box{background-image:none;}
#module_149821685 .nav-box{background-repeat:no-repeat;}
#module_149821685 .nav-box{}
#module_149821685 .nav-box{}
#module_149821685 .nav-box{}
#module_149821685 .Nav-Container a{text-align:center;}
#module_149821685 .Nav-Container a {padding-top:0px;}
#module_149821685 .Nav-Container a {padding-bottom:0px;}
#module_149821685 .Nav-Container a {padding-left:0px;}
#module_149821685 .Nav-Container a {padding-right:0px;}
#module_149821685 .Nav-Container li{background-color:rgba(0,0,0,0);}
#module_149821685 .Nav-Container li{background-image:none;}
#module_149821685 .Nav-Container li{background-repeat:no-repeat;}
#module_149821685 .Nav-Container li{}
#module_149821685 .Nav-Container li{}
#module_149821685 .Nav-Container li{}
#module_149821685 .Nav-Container li{border-top-color:rgba(0,0,0,0);}
#module_149821685 .Nav-Container li{border-top-style:solid;}
#module_149821685 .Nav-Container li{border-top-width:1px;}
#module_149821685 .Nav-Container li{border-right-color:rgba(0,0,0,0);}
#module_149821685 .Nav-Container li{border-right-style:solid;}
#module_149821685 .Nav-Container li{border-right-width:1px;}
#module_149821685 .Nav-Container li{border-bottom-color:rgba(0,0,0,0);}
#module_149821685 .Nav-Container li{border-bottom-style:solid;}
#module_149821685 .Nav-Container li{border-bottom-width:1px;}
#module_149821685 .Nav-Container li{border-left-color:rgba(0,0,0,0);}
#module_149821685 .Nav-Container li{border-left-style:solid;}
#module_149821685 .Nav-Container li{border-left-width:0px;}
#module_149821685 .Nav-Container li a{width:140px;}@media only screen and (min-width: 768px){#module_149821685 .location-left .tabContentGiant,#module_149821685 .location-right .tabContentGiant{width: calc(100% - 140px - 50px)}}
#module_149821685 .Nav-Container li a{height:40px;line-height:40px;}
#module_149821685 .Nav-Container li{margin-top:10px;}
#module_149821685 .Nav-Container li{margin-bottom:20px;}
#module_149821685 .Nav-Container li{margin-left:5px;}
#module_149821685 .Nav-Container li{margin-right:5px;}
#module_149821685 .Nav-Container li a{font-size:14px;}
#module_149821685 .Nav-Container li a{font-family:微软雅黑,Microsoft YaHei;}
#module_149821685 .Nav-Container li a{color:rgb(127, 127, 127);}
#module_149821685 .Nav-Container li a{font-weight:normal;}
#module_149821685 .Nav-Container li a{text-decoration:none;}
#module_149821685 .Nav-Container li a{font-style:normal;}
#module_149821685 .Nav-Container li{border-top-left-radius:0px;}
#module_149821685 .Nav-Container li{border-top-right-radius:5px;}
#module_149821685 .Nav-Container li{border-bottom-left-radius:5px;}
#module_149821685 .Nav-Container li{border-bottom-right-radius:0px;}
#module_149821685 .TabContainer-Container .tab-pane{background-color:rgb(251, 251, 251);}
#module_149821685 .TabContainer-Container .tab-pane{}
#module_149821685 .TabContainer-Container .tab-pane{}
#module_149821685 .TabContainer-Container .tab-pane{}
#module_149821685 .TabContainer-Container .tab-pane{}
#module_149821685 .TabContainer-Container .tab-pane{}
#module_149821685 .TabContainer-Container .tab-pane{padding-top:10px;}
#module_149821685 .TabContainer-Container .tab-pane{padding-bottom:10px;}
#module_149821685 .TabContainer-Container .tab-pane{padding-left:10px;}
#module_149821685 .TabContainer-Container .tab-pane{padding-right:10px;}
#module_149821685 .TabContainer-Container .tab-pane{border-top-color:rgb(242, 242, 242);}
#module_149821685 .TabContainer-Container .tab-pane{border-top-style:solid;}
#module_149821685 .TabContainer-Container .tab-pane{border-top-width:1px;}
#module_149821685 .TabContainer-Container .tab-pane{border-right-color:rgb(242, 242, 242);}
#module_149821685 .TabContainer-Container .tab-pane{border-right-style:solid;}
#module_149821685 .TabContainer-Container .tab-pane{border-right-width:1px;}
#module_149821685 .TabContainer-Container .tab-pane{border-bottom-color:rgb(242, 242, 242);}
#module_149821685 .TabContainer-Container .tab-pane{border-bottom-style:solid;}
#module_149821685 .TabContainer-Container .tab-pane{border-bottom-width:1px;}
#module_149821685 .TabContainer-Container .tab-pane{border-left-color:rgb(242, 242, 242);}
#module_149821685 .TabContainer-Container .tab-pane{border-left-style:solid;}
#module_149821685 .TabContainer-Container .tab-pane{border-left-width:1px;}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{background-image:none;}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{background-repeat:no-repeat;}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{background-color:rgb(7, 212, 174);}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{}
#module_149821685 .Nav-Container li:hover a,#module_149821685 .Nav-Container li.active a{font-size:17px;}
#module_149821685 .Nav-Container li:hover a,#module_149821685 .Nav-Container li.active a{font-family:微软雅黑,Microsoft YaHei;}
#module_149821685 .Nav-Container li:hover a,#module_149821685 .Nav-Container li.active a{color:rgb(255, 255, 255);}
#module_149821685 .Nav-Container li:hover a,#module_149821685 .Nav-Container li.active a{font-weight:bold;}
#module_149821685 .Nav-Container li:hover a,#module_149821685 .Nav-Container li.active a{text-decoration:none;}
#module_149821685 .Nav-Container li:hover a,#module_149821685 .Nav-Container li.active a{font-style:normal;}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{border-top-color:transparent;}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{border-top-style:solid;}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{border-top-width:2px;}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{border-right-color:transparent;}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{border-right-style:solid;}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{border-right-width:1px;}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{border-bottom-color:transparent;}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{border-bottom-style:solid;}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{border-bottom-width:1px;}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{border-left-color:transparent;}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{border-left-style:solid;}
#module_149821685 .Nav-Container li:hover,#module_149821685 .Nav-Container li.active{border-left-width:1px;}

.module_149821718 .ModuleHead .HeadCenter{float:none;}
#module_149821718 {
padding:0px;
}
#module_149821718 {
position:static;
z-index:0;
top:35px;
left:0px;
width:100%;
height: auto;
}
#module_149821718 .ModuleHead149821718 {
display:none;
}
#module_149821718 .BodyCenter.BodyCenter149821718 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149821718 >.module_149821718 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149821718 >.module_149821718{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149821718 .BodyCenter.BodyCenter149821718 {
padding-top:4.1596%;
padding-left:4.2445%;
padding-right:4.2445%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149821718 .BodyCenter.BodyCenter149821718 {
padding-top:15.0000%;
padding-left:15.0000%;
padding-right:15.0000%;
padding-bottom:15.0000%;
}
}
@media screen and (min-width: 768px){
#module_149821718 >.module_149821718 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149821718 >.module_149821718 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149821718 >.module_149821718 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149821718:hover {
border:none;
}
#module_149821718:hover >.module_149821718 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149821718 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149821718 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149821718 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149821718 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149821718 .imageTextGiant-Container{padding-top:0px;}
#module_149821718 .imageTextGiant-Container{padding-bottom:0px;}
#module_149821718 .imageTextGiant-Container{padding-left:0px;}
#module_149821718 .imageTextGiant-Container{padding-right:0px;}
#module_149821718 .showHandle .btn{font-size:14px;}
#module_149821718 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149821718 .showHandle .btn{color:#333;}
#module_149821718 .showHandle .btn{font-weight:400;}
#module_149821718 .showHandle .btn{text-decoration:none;}
#module_149821718 .showHandle .btn{font-style:normal;}
#module_149821718 .showHandle div{border-top-color:#ddd !important;}
#module_149821718 .showHandle div{border-top-style:solid !important;}
#module_149821718 .showHandle div{border-top-width:0px !important;}
#module_149821718 .showHandle{background-color:transparent;}
#module_149821718 .showHandle{background-image:none;}
#module_149821718 .showHandle{background-repeat:no-repeat;}
#module_149821718 .showHandle{}
#module_149821718 .showHandle{}
#module_149821718 .showHandle{}
#module_149821718 a{font-size:unset;font-family:unset}
.module_149821721 .ModuleHead .HeadCenter{float:none;}
#module_149821721 {
padding:0px;
}
#module_149821721 {
position:static;
z-index:0;
top:99px;
left:0px;
width:100%;
height: auto;
}
#module_149821721 .ModuleHead149821721 {
display:none;
}
#module_149821721 .BodyCenter.BodyCenter149821721 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149821721 >.module_149821721 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149821721 >.module_149821721{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149821721 .BodyCenter.BodyCenter149821721 {
padding-top:3.3956%;
padding-left:16.9779%;
padding-right:16.9779%;
padding-bottom:5.0934%;
}
}
@media screen and (max-width: 767px){
#module_149821721 .BodyCenter.BodyCenter149821721 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.6180%;
}
}
@media screen and (min-width: 768px){
#module_149821721 >.module_149821721 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149821721 >.module_149821721 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149821721 >.module_149821721 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149821721:hover {
border:none;
}
#module_149821721:hover >.module_149821721 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149821721 img{border-top-color:transparent;}
#module_149821721 img{border-top-style:none;}
#module_149821721 img{border-top-width:0px;}
#module_149821721 img{border-right-color:transparent;}
#module_149821721 img{border-right-style:none;}
#module_149821721 img{border-right-width:0px;}
#module_149821721 img{border-bottom-color:transparent;}
#module_149821721 img{border-bottom-style:none;}
#module_149821721 img{border-bottom-width:0px;}
#module_149821721 img{border-left-color:transparent;}
#module_149821721 img{border-left-style:none;}
#module_149821721 img{border-left-width:0px;}
#module_149821721 img{border-top-left-radius:0px;}
#module_149821721 img{border-top-right-radius:0px;}
#module_149821721 img{border-bottom-left-radius:0px;}
#module_149821721 img{border-bottom-right-radius:0px;}
#module_149821721 .BodyCenter{text-align: center;}


.module_149821717 .ModuleHead .HeadCenter{float:none;}
#module_149821717 {
padding:0px;
}
#module_149821717 {
position:static;
z-index:0;
top:28px;
left:0px;
width:100%;
height: auto;
}
#module_149821717 .ModuleHead149821717 {
display:none;
}
#module_149821717 .BodyCenter.BodyCenter149821717 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149821717 >.module_149821717 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149821717 >.module_149821717{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149821717 .BodyCenter.BodyCenter149821717 {
padding-top:4.1596%;
padding-left:4.2445%;
padding-right:4.2445%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149821717 .BodyCenter.BodyCenter149821717 {
padding-top:8.9820%;
padding-left:6.5868%;
padding-right:6.5868%;
padding-bottom:8.9820%;
}
}
@media screen and (min-width: 768px){
#module_149821717 >.module_149821717 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149821717 >.module_149821717 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149821717 >.module_149821717 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149821717:hover {
border:none;
}
#module_149821717:hover >.module_149821717 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149821717 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149821717 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149821717 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149821717 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149821717 .imageTextGiant-Container{padding-top:0px;}
#module_149821717 .imageTextGiant-Container{padding-bottom:0px;}
#module_149821717 .imageTextGiant-Container{padding-left:0px;}
#module_149821717 .imageTextGiant-Container{padding-right:0px;}
#module_149821717 .showHandle .btn{font-size:14px;}
#module_149821717 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149821717 .showHandle .btn{color:#333;}
#module_149821717 .showHandle .btn{font-weight:400;}
#module_149821717 .showHandle .btn{text-decoration:none;}
#module_149821717 .showHandle .btn{font-style:normal;}
#module_149821717 .showHandle div{border-top-color:#ddd !important;}
#module_149821717 .showHandle div{border-top-style:solid !important;}
#module_149821717 .showHandle div{border-top-width:0px !important;}
#module_149821717 .showHandle{background-color:transparent;}
#module_149821717 .showHandle{background-image:none;}
#module_149821717 .showHandle{background-repeat:no-repeat;}
#module_149821717 .showHandle{}
#module_149821717 .showHandle{}
#module_149821717 .showHandle{}
#module_149821717 a{font-size:unset;font-family:unset}
.module_149821720 .ModuleHead .HeadCenter{float:none;}
#module_149821720 {
padding:0px;
}
#module_149821720 {
position:static;
z-index:0;
top:152px;
left:0px;
width:100%;
height: auto;
}
#module_149821720 .ModuleHead149821720 {
display:none;
}
#module_149821720 .BodyCenter.BodyCenter149821720 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149821720 >.module_149821720 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149821720 >.module_149821720{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149821720 .BodyCenter.BodyCenter149821720 {
padding-top:3.3956%;
padding-left:16.9779%;
padding-right:16.9779%;
padding-bottom:5.0934%;
}
}
@media screen and (max-width: 767px){
#module_149821720 .BodyCenter.BodyCenter149821720 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:30.0000%;
}
}
@media screen and (min-width: 768px){
#module_149821720 >.module_149821720 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149821720 >.module_149821720 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149821720 >.module_149821720 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149821720:hover {
border:none;
}
#module_149821720:hover >.module_149821720 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149821720 img{border-top-color:transparent;}
#module_149821720 img{border-top-style:none;}
#module_149821720 img{border-top-width:0px;}
#module_149821720 img{border-right-color:transparent;}
#module_149821720 img{border-right-style:none;}
#module_149821720 img{border-right-width:0px;}
#module_149821720 img{border-bottom-color:transparent;}
#module_149821720 img{border-bottom-style:none;}
#module_149821720 img{border-bottom-width:0px;}
#module_149821720 img{border-left-color:transparent;}
#module_149821720 img{border-left-style:none;}
#module_149821720 img{border-left-width:0px;}
#module_149821720 img{border-top-left-radius:0px;}
#module_149821720 img{border-top-right-radius:0px;}
#module_149821720 img{border-bottom-left-radius:0px;}
#module_149821720 img{border-bottom-right-radius:0px;}
#module_149821720 .BodyCenter{text-align: center;}


.module_149821716 .ModuleHead .HeadCenter{float:none;}
#module_149821716 {
padding:0px;
}
#module_149821716 {
position:static;
z-index:0;
top:11px;
left:0px;
width:100%;
height: auto;
}
#module_149821716 .ModuleHead149821716 {
display:none;
}
#module_149821716 .BodyCenter.BodyCenter149821716 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149821716 >.module_149821716 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149821716 >.module_149821716{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149821716 .BodyCenter.BodyCenter149821716 {
padding-top:4.1596%;
padding-left:4.2445%;
padding-right:4.2445%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149821716 .BodyCenter.BodyCenter149821716 {
padding-top:8.9820%;
padding-left:6.5868%;
padding-right:6.5868%;
padding-bottom:8.9820%;
}
}
@media screen and (min-width: 768px){
#module_149821716 >.module_149821716 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149821716 >.module_149821716 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149821716 >.module_149821716 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149821716:hover {
border:none;
}
#module_149821716:hover >.module_149821716 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149821716 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149821716 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149821716 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149821716 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149821716 .imageTextGiant-Container{padding-top:0px;}
#module_149821716 .imageTextGiant-Container{padding-bottom:0px;}
#module_149821716 .imageTextGiant-Container{padding-left:0px;}
#module_149821716 .imageTextGiant-Container{padding-right:0px;}
#module_149821716 .showHandle .btn{font-size:14px;}
#module_149821716 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149821716 .showHandle .btn{color:#333;}
#module_149821716 .showHandle .btn{font-weight:400;}
#module_149821716 .showHandle .btn{text-decoration:none;}
#module_149821716 .showHandle .btn{font-style:normal;}
#module_149821716 .showHandle div{border-top-color:#ddd !important;}
#module_149821716 .showHandle div{border-top-style:solid !important;}
#module_149821716 .showHandle div{border-top-width:0px !important;}
#module_149821716 .showHandle{background-color:transparent;}
#module_149821716 .showHandle{background-image:none;}
#module_149821716 .showHandle{background-repeat:no-repeat;}
#module_149821716 .showHandle{}
#module_149821716 .showHandle{}
#module_149821716 .showHandle{}
#module_149821716 a{font-size:unset;font-family:unset}
.module_149822234 .ModuleHead .HeadCenter{float:none;}
#module_149822234 {
padding:0px;
}
#module_149822234 {
position:static;
z-index:0;
top:150px;
left:0px;
width:100%;
height: auto;
}
#module_149822234 .ModuleHead149822234 {
display:none;
}
#module_149822234 .BodyCenter.BodyCenter149822234 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149822234 >.module_149822234 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149822234 >.module_149822234{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149822234 .BodyCenter.BodyCenter149822234 {
padding-top:3.3956%;
padding-left:16.9779%;
padding-right:16.9779%;
padding-bottom:5.0934%;
}
}
@media screen and (max-width: 767px){
#module_149822234 .BodyCenter.BodyCenter149822234 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.6180%;
}
}
@media screen and (min-width: 768px){
#module_149822234 >.module_149822234 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822234 >.module_149822234 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149822234 >.module_149822234 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149822234:hover {
border:none;
}
#module_149822234:hover >.module_149822234 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149822234 img{border-top-color:transparent;}
#module_149822234 img{border-top-style:none;}
#module_149822234 img{border-top-width:0px;}
#module_149822234 img{border-right-color:transparent;}
#module_149822234 img{border-right-style:none;}
#module_149822234 img{border-right-width:0px;}
#module_149822234 img{border-bottom-color:transparent;}
#module_149822234 img{border-bottom-style:none;}
#module_149822234 img{border-bottom-width:0px;}
#module_149822234 img{border-left-color:transparent;}
#module_149822234 img{border-left-style:none;}
#module_149822234 img{border-left-width:0px;}
#module_149822234 img{border-top-left-radius:0px;}
#module_149822234 img{border-top-right-radius:0px;}
#module_149822234 img{border-bottom-left-radius:0px;}
#module_149822234 img{border-bottom-right-radius:0px;}
#module_149822234 .BodyCenter{text-align: center;}


#module_149821685__tabPane_4525 #Sub149821685_4525 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_149821685__tabPane_4525 #Sub149821685_4525 > .SubContainer {display: table-cell; vertical-align: top;}
#module_149821685__tabPane_4525 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_149821685__tabPane_4525 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_149821685__tabPane_4525 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_149821685__tabPane_4525:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_149821685__tabPane_4525 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_149821685__tabPane_4525 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_149821685__tabPane_4525 #Sub149821685_4525 {display: block;}
#module_149821685__tabPane_4525 #Sub149821685_4525 > .SubPadding {float:left; height: 10px;}
#module_149821685__tabPane_4525 #Sub149821685_4525 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_149821685__tabPane_4525 #Sub149821685_4525 > .SubContainer .SubDrag {display:none;}
#module_149821685__tabPane_4525 #Sub149821685_4525 > .SubPadding {width:0px; display:none;}
#module_149821685__tabPane_4525 #Sub149821685_4525 > .SubContainer {width:100% !important; height: auto;}
}
#module_149821685__tabPane_4525 #Sub149821685_Tab4525_1 {width:100%;}
.module_149821686 .ModuleHead .HeadCenter{float:none;}
#module_149821686 {
padding:0px;
}
#module_149821686 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_149821686 .ModuleHead149821686 {
display:none;
}
#module_149821686 .BodyCenter.BodyCenter149821686 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149821686 >.module_149821686 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149821686 >.module_149821686{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149821686 .BodyCenter.BodyCenter149821686 {
padding-top:4.1596%;
padding-left:4.2445%;
padding-right:4.2445%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149821686 .BodyCenter.BodyCenter149821686 {
padding-top:8.9820%;
padding-left:6.5868%;
padding-right:6.5868%;
padding-bottom:8.9820%;
}
}
@media screen and (min-width: 768px){
#module_149821686 >.module_149821686 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149821686 >.module_149821686 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149821686 >.module_149821686 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149821686:hover {
border:none;
}
#module_149821686:hover >.module_149821686 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149821686 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149821686 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149821686 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149821686 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149821686 .imageTextGiant-Container{padding-top:0px;}
#module_149821686 .imageTextGiant-Container{padding-bottom:0px;}
#module_149821686 .imageTextGiant-Container{padding-left:0px;}
#module_149821686 .imageTextGiant-Container{padding-right:0px;}
#module_149821686 .showHandle .btn{font-size:14px;}
#module_149821686 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149821686 .showHandle .btn{color:#333;}
#module_149821686 .showHandle .btn{font-weight:400;}
#module_149821686 .showHandle .btn{text-decoration:none;}
#module_149821686 .showHandle .btn{font-style:normal;}
#module_149821686 .showHandle div{border-top-color:#ddd !important;}
#module_149821686 .showHandle div{border-top-style:solid !important;}
#module_149821686 .showHandle div{border-top-width:0px !important;}
#module_149821686 .showHandle{background-color:transparent;}
#module_149821686 .showHandle{background-image:none;}
#module_149821686 .showHandle{background-repeat:no-repeat;}
#module_149821686 .showHandle{}
#module_149821686 .showHandle{}
#module_149821686 .showHandle{}
#module_149821686 a{font-size:unset;font-family:unset}
.module_149822236 .ModuleHead .HeadCenter{float:none;}
#module_149822236 {
padding:0px;
}
#module_149822236 {
position:static;
z-index:0;
top:108px;
left:0px;
width:100%;
height: auto;
}
#module_149822236 .ModuleHead149822236 {
display:none;
}
#module_149822236 .BodyCenter.BodyCenter149822236 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149822236 >.module_149822236 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149822236 >.module_149822236{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149822236 .BodyCenter.BodyCenter149822236 {
padding-top:3.3956%;
padding-left:16.9779%;
padding-right:16.9779%;
padding-bottom:5.0934%;
}
}
@media screen and (max-width: 767px){
#module_149822236 .BodyCenter.BodyCenter149822236 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.6180%;
}
}
@media screen and (min-width: 768px){
#module_149822236 >.module_149822236 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822236 >.module_149822236 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149822236 >.module_149822236 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149822236:hover {
border:none;
}
#module_149822236:hover >.module_149822236 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149822236 img{border-top-color:transparent;}
#module_149822236 img{border-top-style:none;}
#module_149822236 img{border-top-width:0px;}
#module_149822236 img{border-right-color:transparent;}
#module_149822236 img{border-right-style:none;}
#module_149822236 img{border-right-width:0px;}
#module_149822236 img{border-bottom-color:transparent;}
#module_149822236 img{border-bottom-style:none;}
#module_149822236 img{border-bottom-width:0px;}
#module_149822236 img{border-left-color:transparent;}
#module_149822236 img{border-left-style:none;}
#module_149822236 img{border-left-width:0px;}
#module_149822236 img{border-top-left-radius:0px;}
#module_149822236 img{border-top-right-radius:0px;}
#module_149822236 img{border-bottom-left-radius:0px;}
#module_149822236 img{border-bottom-right-radius:0px;}
#module_149822236 .BodyCenter{text-align: center;}


.module_149821714 .ModuleHead .HeadCenter{float:none;}
#module_149821714 {
padding:0px;
}
#module_149821714 {
position:static;
z-index:0;
top:28px;
left:0px;
width:100%;
height: auto;
}
#module_149821714 .ModuleHead149821714 {
display:none;
}
#module_149821714 .BodyCenter.BodyCenter149821714 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149821714 >.module_149821714 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149821714 >.module_149821714{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149821714 .BodyCenter.BodyCenter149821714 {
padding-top:4.1596%;
padding-left:4.2445%;
padding-right:4.2445%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149821714 .BodyCenter.BodyCenter149821714 {
padding-top:8.9820%;
padding-left:6.5868%;
padding-right:6.5868%;
padding-bottom:8.9820%;
}
}
@media screen and (min-width: 768px){
#module_149821714 >.module_149821714 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149821714 >.module_149821714 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149821714 >.module_149821714 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149821714:hover {
border:none;
}
#module_149821714:hover >.module_149821714 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149821714 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149821714 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149821714 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149821714 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149821714 .imageTextGiant-Container{padding-top:0px;}
#module_149821714 .imageTextGiant-Container{padding-bottom:0px;}
#module_149821714 .imageTextGiant-Container{padding-left:0px;}
#module_149821714 .imageTextGiant-Container{padding-right:0px;}
#module_149821714 .showHandle .btn{font-size:14px;}
#module_149821714 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149821714 .showHandle .btn{color:#333;}
#module_149821714 .showHandle .btn{font-weight:400;}
#module_149821714 .showHandle .btn{text-decoration:none;}
#module_149821714 .showHandle .btn{font-style:normal;}
#module_149821714 .showHandle div{border-top-color:#ddd !important;}
#module_149821714 .showHandle div{border-top-style:solid !important;}
#module_149821714 .showHandle div{border-top-width:0px !important;}
#module_149821714 .showHandle{background-color:transparent;}
#module_149821714 .showHandle{background-image:none;}
#module_149821714 .showHandle{background-repeat:no-repeat;}
#module_149821714 .showHandle{}
#module_149821714 .showHandle{}
#module_149821714 .showHandle{}
#module_149821714 a{font-size:unset;font-family:unset}
.module_149821715 .ModuleHead .HeadCenter{float:none;}
#module_149821715 {
padding:0px;
}
#module_149821715 {
position:static;
z-index:0;
top:153px;
left:0px;
width:100%;
height: auto;
}
#module_149821715 .ModuleHead149821715 {
display:none;
}
#module_149821715 .BodyCenter.BodyCenter149821715 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149821715 >.module_149821715 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149821715 >.module_149821715{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149821715 .BodyCenter.BodyCenter149821715 {
padding-top:3.3956%;
padding-left:16.9779%;
padding-right:16.9779%;
padding-bottom:5.0934%;
}
}
@media screen and (max-width: 767px){
#module_149821715 .BodyCenter.BodyCenter149821715 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.0000%;
}
}
@media screen and (min-width: 768px){
#module_149821715 >.module_149821715 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149821715 >.module_149821715 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149821715 >.module_149821715 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149821715:hover {
border:none;
}
#module_149821715:hover >.module_149821715 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149821715 img{border-top-color:transparent;}
#module_149821715 img{border-top-style:none;}
#module_149821715 img{border-top-width:0px;}
#module_149821715 img{border-right-color:transparent;}
#module_149821715 img{border-right-style:none;}
#module_149821715 img{border-right-width:0px;}
#module_149821715 img{border-bottom-color:transparent;}
#module_149821715 img{border-bottom-style:none;}
#module_149821715 img{border-bottom-width:0px;}
#module_149821715 img{border-left-color:transparent;}
#module_149821715 img{border-left-style:none;}
#module_149821715 img{border-left-width:0px;}
#module_149821715 img{border-top-left-radius:0px;}
#module_149821715 img{border-top-right-radius:0px;}
#module_149821715 img{border-bottom-left-radius:0px;}
#module_149821715 img{border-bottom-right-radius:0px;}
#module_149821715 .BodyCenter{text-align: center;}



.module_149817521 .ModuleHead .HeadCenter{float:none;}
#module_149817521 {
padding:0px;
}
#module_149817521 {
position:static;
z-index:0;
top:806px;
left:1067px;
width:100%;
height: auto;
}
#module_149817521 .ModuleHead149817521 {
display:none;
}
#module_149817521 .BodyCenter.BodyCenter149817521 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817521 >.module_149817521 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817521 >.module_149817521{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817521 .BodyCenter.BodyCenter149817521 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817521 .BodyCenter.BodyCenter149817521 {
padding-top:0.0000%;
padding-left:4.9020%;
padding-right:4.9020%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149817521 >.module_149817521 {
margin-top:2.5833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817521 >.module_149817521 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817521 >.module_149817521 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817521:hover {
border:none;
}
#module_149817521:hover >.module_149817521 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817521 .nav-box{text-align:center;}
#module_149817521 .nav-box{background-color:rgba(0,0,0,0);}
#module_149817521 .nav-box{background-image:none;}
#module_149817521 .nav-box{background-repeat:no-repeat;}
#module_149817521 .nav-box{}
#module_149817521 .nav-box{}
#module_149817521 .nav-box{}
#module_149817521 .Nav-Container a{text-align:center;}
#module_149817521 .Nav-Container a {padding-top:0px;}
#module_149817521 .Nav-Container a {padding-bottom:0px;}
#module_149817521 .Nav-Container a {padding-left:0px;}
#module_149817521 .Nav-Container a {padding-right:0px;}
#module_149817521 .Nav-Container li{background-color:rgba(0,0,0,0);}
#module_149817521 .Nav-Container li{background-image:none;}
#module_149817521 .Nav-Container li{background-repeat:no-repeat;}
#module_149817521 .Nav-Container li{}
#module_149817521 .Nav-Container li{}
#module_149817521 .Nav-Container li{}
#module_149817521 .Nav-Container li{border-top-color:rgba(0,0,0,0);}
#module_149817521 .Nav-Container li{border-top-style:solid;}
#module_149817521 .Nav-Container li{border-top-width:1px;}
#module_149817521 .Nav-Container li{border-right-color:rgba(0,0,0,0);}
#module_149817521 .Nav-Container li{border-right-style:solid;}
#module_149817521 .Nav-Container li{border-right-width:1px;}
#module_149817521 .Nav-Container li{border-bottom-color:rgba(0,0,0,0);}
#module_149817521 .Nav-Container li{border-bottom-style:solid;}
#module_149817521 .Nav-Container li{border-bottom-width:1px;}
#module_149817521 .Nav-Container li{border-left-color:rgba(0,0,0,0);}
#module_149817521 .Nav-Container li{border-left-style:solid;}
#module_149817521 .Nav-Container li{border-left-width:1px;}
#module_149817521 .Nav-Container li a{width:100px;}@media only screen and (min-width: 768px){#module_149817521 .location-left .tabContentGiant,#module_149817521 .location-right .tabContentGiant{width: calc(100% - 100px - 50px)}}
#module_149817521 .Nav-Container li a{height:30px;line-height:30px;}
#module_149817521 .Nav-Container li{margin-top:10px;}
#module_149817521 .Nav-Container li{margin-bottom:19px;}
#module_149817521 .Nav-Container li{margin-left:3px;}
#module_149817521 .Nav-Container li{margin-right:3px;}
#module_149817521 .Nav-Container li a{font-size:12px;}
#module_149817521 .Nav-Container li a{font-family:微软雅黑,Microsoft YaHei;}
#module_149817521 .Nav-Container li a{color:rgb(127, 127, 127);}
#module_149817521 .Nav-Container li a{font-weight:normal;}
#module_149817521 .Nav-Container li a{text-decoration:none;}
#module_149817521 .Nav-Container li a{font-style:normal;}
#module_149817521 .Nav-Container li{border-top-left-radius:0px;}
#module_149817521 .Nav-Container li{border-top-right-radius:5px;}
#module_149817521 .Nav-Container li{border-bottom-left-radius:5px;}
#module_149817521 .Nav-Container li{border-bottom-right-radius:0px;}
#module_149817521 .TabContainer-Container .tab-pane{background-color:rgb(251, 251, 251);}
#module_149817521 .TabContainer-Container .tab-pane{}
#module_149817521 .TabContainer-Container .tab-pane{}
#module_149817521 .TabContainer-Container .tab-pane{}
#module_149817521 .TabContainer-Container .tab-pane{}
#module_149817521 .TabContainer-Container .tab-pane{}
#module_149817521 .TabContainer-Container .tab-pane{padding-top:10px;}
#module_149817521 .TabContainer-Container .tab-pane{padding-bottom:10px;}
#module_149817521 .TabContainer-Container .tab-pane{padding-left:10px;}
#module_149817521 .TabContainer-Container .tab-pane{padding-right:10px;}
#module_149817521 .TabContainer-Container .tab-pane{border-top-color:rgb(242, 242, 242);}
#module_149817521 .TabContainer-Container .tab-pane{border-top-style:solid;}
#module_149817521 .TabContainer-Container .tab-pane{border-top-width:1px;}
#module_149817521 .TabContainer-Container .tab-pane{border-right-color:rgb(242, 242, 242);}
#module_149817521 .TabContainer-Container .tab-pane{border-right-style:solid;}
#module_149817521 .TabContainer-Container .tab-pane{border-right-width:1px;}
#module_149817521 .TabContainer-Container .tab-pane{border-bottom-color:rgb(242, 242, 242);}
#module_149817521 .TabContainer-Container .tab-pane{border-bottom-style:solid;}
#module_149817521 .TabContainer-Container .tab-pane{border-bottom-width:1px;}
#module_149817521 .TabContainer-Container .tab-pane{border-left-color:rgb(242, 242, 242);}
#module_149817521 .TabContainer-Container .tab-pane{border-left-style:solid;}
#module_149817521 .TabContainer-Container .tab-pane{border-left-width:1px;}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{background-image:none;}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{background-repeat:no-repeat;}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{background-color:rgb(255, 0, 0);}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{}
#module_149817521 .Nav-Container li:hover a,#module_149817521 .Nav-Container li.active a{font-size:12px;}
#module_149817521 .Nav-Container li:hover a,#module_149817521 .Nav-Container li.active a{font-family:微软雅黑,Microsoft YaHei;}
#module_149817521 .Nav-Container li:hover a,#module_149817521 .Nav-Container li.active a{color:rgb(255, 255, 255);}
#module_149817521 .Nav-Container li:hover a,#module_149817521 .Nav-Container li.active a{font-weight:bold;}
#module_149817521 .Nav-Container li:hover a,#module_149817521 .Nav-Container li.active a{text-decoration:none;}
#module_149817521 .Nav-Container li:hover a,#module_149817521 .Nav-Container li.active a{font-style:normal;}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{border-top-color:transparent;}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{border-top-style:solid;}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{border-top-width:1px;}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{border-right-color:transparent;}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{border-right-style:solid;}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{border-right-width:1px;}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{border-bottom-color:transparent;}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{border-bottom-style:solid;}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{border-bottom-width:1px;}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{border-left-color:transparent;}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{border-left-style:solid;}
#module_149817521 .Nav-Container li:hover,#module_149817521 .Nav-Container li.active{border-left-width:1px;}

.module_149817927 .ModuleHead .HeadCenter{float:none;}
#module_149817927 {
padding:0px;
}
#module_149817927 {
position:static;
z-index:0;
top:35px;
left:0px;
width:100%;
height: auto;
}
#module_149817927 .ModuleHead149817927 {
display:none;
}
#module_149817927 .BodyCenter.BodyCenter149817927 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817927 >.module_149817927 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817927 >.module_149817927{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817927 .BodyCenter.BodyCenter149817927 {
padding-top:3.3956%;
padding-left:4.2445%;
padding-right:4.2445%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817927 .BodyCenter.BodyCenter149817927 {
padding-top:1.9685%;
padding-left:5.9055%;
padding-right:5.9055%;
padding-bottom:3.9370%;
}
}
@media screen and (min-width: 768px){
#module_149817927 >.module_149817927 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817927 >.module_149817927 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817927 >.module_149817927 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817927:hover {
border:none;
}
#module_149817927:hover >.module_149817927 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817927 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149817927 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149817927 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149817927 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149817927 .imageTextGiant-Container{padding-top:0px;}
#module_149817927 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817927 .imageTextGiant-Container{padding-left:0px;}
#module_149817927 .imageTextGiant-Container{padding-right:0px;}
#module_149817927 .showHandle .btn{font-size:14px;}
#module_149817927 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817927 .showHandle .btn{color:#333;}
#module_149817927 .showHandle .btn{font-weight:400;}
#module_149817927 .showHandle .btn{text-decoration:none;}
#module_149817927 .showHandle .btn{font-style:normal;}
#module_149817927 .showHandle div{border-top-color:#ddd !important;}
#module_149817927 .showHandle div{border-top-style:solid !important;}
#module_149817927 .showHandle div{border-top-width:0px !important;}
#module_149817927 .showHandle{background-color:transparent;}
#module_149817927 .showHandle{background-image:none;}
#module_149817927 .showHandle{background-repeat:no-repeat;}
#module_149817927 .showHandle{}
#module_149817927 .showHandle{}
#module_149817927 .showHandle{}
#module_149817927 a{font-size:unset;font-family:unset}
.module_149817932 .ModuleHead .HeadCenter{float:none;}
#module_149817932 {
padding:0px;
}
#module_149817932 {
position:static;
z-index:0;
top:99px;
left:0px;
width:100%;
height: auto;
}
#module_149817932 .ModuleHead149817932 {
display:none;
}
#module_149817932 .BodyCenter.BodyCenter149817932 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817932 >.module_149817932 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817932 >.module_149817932{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817932 .BodyCenter.BodyCenter149817932 {
padding-top:3.3956%;
padding-left:16.9779%;
padding-right:16.9779%;
padding-bottom:5.0934%;
}
}
@media screen and (max-width: 767px){
#module_149817932 .BodyCenter.BodyCenter149817932 {
padding-top:3.9370%;
padding-left:5.9055%;
padding-right:5.9055%;
padding-bottom:3.9370%;
}
}
@media screen and (min-width: 768px){
#module_149817932 >.module_149817932 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817932 >.module_149817932 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817932 >.module_149817932 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817932:hover {
border:none;
}
#module_149817932:hover >.module_149817932 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817932 img{border-top-color:transparent;}
#module_149817932 img{border-top-style:none;}
#module_149817932 img{border-top-width:0px;}
#module_149817932 img{border-right-color:transparent;}
#module_149817932 img{border-right-style:none;}
#module_149817932 img{border-right-width:0px;}
#module_149817932 img{border-bottom-color:transparent;}
#module_149817932 img{border-bottom-style:none;}
#module_149817932 img{border-bottom-width:0px;}
#module_149817932 img{border-left-color:transparent;}
#module_149817932 img{border-left-style:none;}
#module_149817932 img{border-left-width:0px;}
#module_149817932 img{border-top-left-radius:0px;}
#module_149817932 img{border-top-right-radius:0px;}
#module_149817932 img{border-bottom-left-radius:0px;}
#module_149817932 img{border-bottom-right-radius:0px;}
#module_149817932 .BodyCenter{text-align: center;}


.module_149822223 .ModuleHead .HeadCenter{float:none;}
#module_149822223 {
padding:0px;
}
#module_149822223 {
position:static;
z-index:0;
top:36px;
left:0px;
width:100%;
height: auto;
}
#module_149822223 .ModuleHead149822223 {
display:none;
}
#module_149822223 .BodyCenter.BodyCenter149822223 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149822223 >.module_149822223 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149822223 >.module_149822223{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149822223 .BodyCenter.BodyCenter149822223 {
padding-top:3.3956%;
padding-left:4.2445%;
padding-right:4.2445%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822223 .BodyCenter.BodyCenter149822223 {
padding-top:1.9685%;
padding-left:5.9055%;
padding-right:5.9055%;
padding-bottom:3.9370%;
}
}
@media screen and (min-width: 768px){
#module_149822223 >.module_149822223 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822223 >.module_149822223 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149822223 >.module_149822223 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149822223:hover {
border:none;
}
#module_149822223:hover >.module_149822223 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149822223 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149822223 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149822223 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149822223 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149822223 .imageTextGiant-Container{padding-top:0px;}
#module_149822223 .imageTextGiant-Container{padding-bottom:0px;}
#module_149822223 .imageTextGiant-Container{padding-left:0px;}
#module_149822223 .imageTextGiant-Container{padding-right:0px;}
#module_149822223 .showHandle .btn{font-size:14px;}
#module_149822223 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149822223 .showHandle .btn{color:#333;}
#module_149822223 .showHandle .btn{font-weight:400;}
#module_149822223 .showHandle .btn{text-decoration:none;}
#module_149822223 .showHandle .btn{font-style:normal;}
#module_149822223 .showHandle div{border-top-color:#ddd !important;}
#module_149822223 .showHandle div{border-top-style:solid !important;}
#module_149822223 .showHandle div{border-top-width:0px !important;}
#module_149822223 .showHandle{background-color:transparent;}
#module_149822223 .showHandle{background-image:none;}
#module_149822223 .showHandle{background-repeat:no-repeat;}
#module_149822223 .showHandle{}
#module_149822223 .showHandle{}
#module_149822223 .showHandle{}
#module_149822223 a{font-size:unset;font-family:unset}
.module_149822224 .ModuleHead .HeadCenter{float:none;}
#module_149822224 {
padding:0px;
}
#module_149822224 {
position:static;
z-index:0;
top:134px;
left:0px;
width:100%;
height: auto;
}
#module_149822224 .ModuleHead149822224 {
display:none;
}
#module_149822224 .BodyCenter.BodyCenter149822224 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149822224 >.module_149822224 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149822224 >.module_149822224{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149822224 .BodyCenter.BodyCenter149822224 {
padding-top:3.3956%;
padding-left:16.9779%;
padding-right:16.9779%;
padding-bottom:5.0934%;
}
}
@media screen and (max-width: 767px){
#module_149822224 .BodyCenter.BodyCenter149822224 {
padding-top:3.9370%;
padding-left:5.9055%;
padding-right:5.9055%;
padding-bottom:3.9370%;
}
}
@media screen and (min-width: 768px){
#module_149822224 >.module_149822224 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822224 >.module_149822224 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149822224 >.module_149822224 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149822224:hover {
border:none;
}
#module_149822224:hover >.module_149822224 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149822224 img{border-top-color:transparent;}
#module_149822224 img{border-top-style:none;}
#module_149822224 img{border-top-width:0px;}
#module_149822224 img{border-right-color:transparent;}
#module_149822224 img{border-right-style:none;}
#module_149822224 img{border-right-width:0px;}
#module_149822224 img{border-bottom-color:transparent;}
#module_149822224 img{border-bottom-style:none;}
#module_149822224 img{border-bottom-width:0px;}
#module_149822224 img{border-left-color:transparent;}
#module_149822224 img{border-left-style:none;}
#module_149822224 img{border-left-width:0px;}
#module_149822224 img{border-top-left-radius:0px;}
#module_149822224 img{border-top-right-radius:0px;}
#module_149822224 img{border-bottom-left-radius:0px;}
#module_149822224 img{border-bottom-right-radius:0px;}
#module_149822224 .BodyCenter{text-align: center;}


.module_149822230 .ModuleHead .HeadCenter{float:none;}
#module_149822230 {
padding:0px;
}
#module_149822230 {
position:static;
z-index:0;
top:1878px;
left:641px;
width:100%;
height: auto;
}
#module_149822230 .ModuleHead149822230 {
display:none;
}
#module_149822230 .BodyCenter.BodyCenter149822230 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149822230 >.module_149822230 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149822230 >.module_149822230{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149822230 .BodyCenter.BodyCenter149822230 {
padding-top:3.3956%;
padding-left:4.2445%;
padding-right:4.2445%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822230 .BodyCenter.BodyCenter149822230 {
padding-top:1.9685%;
padding-left:5.9055%;
padding-right:5.9055%;
padding-bottom:3.9370%;
}
}
@media screen and (min-width: 768px){
#module_149822230 >.module_149822230 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822230 >.module_149822230 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149822230 >.module_149822230 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149822230:hover {
border:none;
}
#module_149822230:hover >.module_149822230 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149822230 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149822230 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149822230 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149822230 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149822230 .imageTextGiant-Container{padding-top:0px;}
#module_149822230 .imageTextGiant-Container{padding-bottom:0px;}
#module_149822230 .imageTextGiant-Container{padding-left:0px;}
#module_149822230 .imageTextGiant-Container{padding-right:0px;}
#module_149822230 .showHandle .btn{font-size:14px;}
#module_149822230 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149822230 .showHandle .btn{color:#333;}
#module_149822230 .showHandle .btn{font-weight:400;}
#module_149822230 .showHandle .btn{text-decoration:none;}
#module_149822230 .showHandle .btn{font-style:normal;}
#module_149822230 .showHandle div{border-top-color:#ddd !important;}
#module_149822230 .showHandle div{border-top-style:solid !important;}
#module_149822230 .showHandle div{border-top-width:0px !important;}
#module_149822230 .showHandle{background-color:transparent;}
#module_149822230 .showHandle{background-image:none;}
#module_149822230 .showHandle{background-repeat:no-repeat;}
#module_149822230 .showHandle{}
#module_149822230 .showHandle{}
#module_149822230 .showHandle{}
#module_149822230 a{font-size:unset;font-family:unset}
.module_149822225 .ModuleHead .HeadCenter{float:none;}
#module_149822225 {
padding:0px;
}
#module_149822225 {
position:static;
z-index:0;
top:28px;
left:599px;
width:100%;
height: auto;
}
#module_149822225 .ModuleHead149822225 {
display:none;
}
#module_149822225 .BodyCenter.BodyCenter149822225 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149822225 >.module_149822225 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149822225 >.module_149822225{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149822225 .BodyCenter.BodyCenter149822225 {
padding-top:3.3956%;
padding-left:16.9779%;
padding-right:16.9779%;
padding-bottom:5.0934%;
}
}
@media screen and (max-width: 767px){
#module_149822225 .BodyCenter.BodyCenter149822225 {
padding-top:3.9370%;
padding-left:5.9055%;
padding-right:5.9055%;
padding-bottom:3.9370%;
}
}
@media screen and (min-width: 768px){
#module_149822225 >.module_149822225 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822225 >.module_149822225 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149822225 >.module_149822225 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149822225:hover {
border:none;
}
#module_149822225:hover >.module_149822225 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149822225 img{border-top-color:transparent;}
#module_149822225 img{border-top-style:none;}
#module_149822225 img{border-top-width:0px;}
#module_149822225 img{border-right-color:transparent;}
#module_149822225 img{border-right-style:none;}
#module_149822225 img{border-right-width:0px;}
#module_149822225 img{border-bottom-color:transparent;}
#module_149822225 img{border-bottom-style:none;}
#module_149822225 img{border-bottom-width:0px;}
#module_149822225 img{border-left-color:transparent;}
#module_149822225 img{border-left-style:none;}
#module_149822225 img{border-left-width:0px;}
#module_149822225 img{border-top-left-radius:0px;}
#module_149822225 img{border-top-right-radius:0px;}
#module_149822225 img{border-bottom-left-radius:0px;}
#module_149822225 img{border-bottom-right-radius:0px;}
#module_149822225 .BodyCenter{text-align: center;}


#module_149817521__tabPane_4525 #Sub149817521_4525 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_149817521__tabPane_4525 #Sub149817521_4525 > .SubContainer {display: table-cell; vertical-align: top;}
#module_149817521__tabPane_4525 .SubPadding {width:0px; height: 100%; position: relative; display: table-cell;}
#module_149817521__tabPane_4525 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_149817521__tabPane_4525 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_149817521__tabPane_4525:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_149817521__tabPane_4525 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_149817521__tabPane_4525 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_149817521__tabPane_4525 #Sub149817521_4525 {display: block;}
#module_149817521__tabPane_4525 #Sub149817521_4525 > .SubPadding {float:left; height: 10px;}
#module_149817521__tabPane_4525 #Sub149817521_4525 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_149817521__tabPane_4525 #Sub149817521_4525 > .SubContainer .SubDrag {display:none;}
#module_149817521__tabPane_4525 #Sub149817521_4525 > .SubPadding {width:0px; display:none;}
#module_149817521__tabPane_4525 #Sub149817521_4525 > .SubContainer {width:100% !important; height: auto;}
}
#module_149817521__tabPane_4525 #Sub149817521_Tab4525_1 {width:100%;}
.module_149822231 .ModuleHead .HeadCenter{float:none;}
#module_149822231 {
padding:0px;
}
#module_149822231 {
position:static;
z-index:0;
top:1944px;
left:875px;
width:100%;
height: auto;
}
#module_149822231 .ModuleHead149822231 {
display:none;
}
#module_149822231 .BodyCenter.BodyCenter149822231 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149822231 >.module_149822231 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149822231 >.module_149822231{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149822231 .BodyCenter.BodyCenter149822231 {
padding-top:3.3956%;
padding-left:4.2445%;
padding-right:4.2445%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822231 .BodyCenter.BodyCenter149822231 {
padding-top:1.9685%;
padding-left:5.9055%;
padding-right:5.9055%;
padding-bottom:3.9370%;
}
}
@media screen and (min-width: 768px){
#module_149822231 >.module_149822231 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822231 >.module_149822231 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149822231 >.module_149822231 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149822231:hover {
border:none;
}
#module_149822231:hover >.module_149822231 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149822231 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149822231 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149822231 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149822231 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149822231 .imageTextGiant-Container{padding-top:0px;}
#module_149822231 .imageTextGiant-Container{padding-bottom:0px;}
#module_149822231 .imageTextGiant-Container{padding-left:0px;}
#module_149822231 .imageTextGiant-Container{padding-right:0px;}
#module_149822231 .showHandle .btn{font-size:14px;}
#module_149822231 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149822231 .showHandle .btn{color:#333;}
#module_149822231 .showHandle .btn{font-weight:400;}
#module_149822231 .showHandle .btn{text-decoration:none;}
#module_149822231 .showHandle .btn{font-style:normal;}
#module_149822231 .showHandle div{border-top-color:#ddd !important;}
#module_149822231 .showHandle div{border-top-style:solid !important;}
#module_149822231 .showHandle div{border-top-width:0px !important;}
#module_149822231 .showHandle{background-color:transparent;}
#module_149822231 .showHandle{background-image:none;}
#module_149822231 .showHandle{background-repeat:no-repeat;}
#module_149822231 .showHandle{}
#module_149822231 .showHandle{}
#module_149822231 .showHandle{}
#module_149822231 a{font-size:unset;font-family:unset}
.module_149822229 .ModuleHead .HeadCenter{float:none;}
#module_149822229 {
padding:0px;
}
#module_149822229 {
position:static;
z-index:0;
top:11px;
left:0px;
width:100%;
height: auto;
}
#module_149822229 .ModuleHead149822229 {
display:none;
}
#module_149822229 .BodyCenter.BodyCenter149822229 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149822229 >.module_149822229 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149822229 >.module_149822229{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149822229 .BodyCenter.BodyCenter149822229 {
padding-top:3.3956%;
padding-left:16.9779%;
padding-right:16.9779%;
padding-bottom:5.0934%;
}
}
@media screen and (max-width: 767px){
#module_149822229 .BodyCenter.BodyCenter149822229 {
padding-top:3.9370%;
padding-left:5.9055%;
padding-right:5.9055%;
padding-bottom:3.9370%;
}
}
@media screen and (min-width: 768px){
#module_149822229 >.module_149822229 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822229 >.module_149822229 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149822229 >.module_149822229 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149822229:hover {
border:none;
}
#module_149822229:hover >.module_149822229 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149822229 img{border-top-color:transparent;}
#module_149822229 img{border-top-style:none;}
#module_149822229 img{border-top-width:0px;}
#module_149822229 img{border-right-color:transparent;}
#module_149822229 img{border-right-style:none;}
#module_149822229 img{border-right-width:0px;}
#module_149822229 img{border-bottom-color:transparent;}
#module_149822229 img{border-bottom-style:none;}
#module_149822229 img{border-bottom-width:0px;}
#module_149822229 img{border-left-color:transparent;}
#module_149822229 img{border-left-style:none;}
#module_149822229 img{border-left-width:0px;}
#module_149822229 img{border-top-left-radius:0px;}
#module_149822229 img{border-top-right-radius:0px;}
#module_149822229 img{border-bottom-left-radius:0px;}
#module_149822229 img{border-bottom-right-radius:0px;}
#module_149822229 .BodyCenter{text-align: center;}


.module_149822232 .ModuleHead .HeadCenter{float:none;}
#module_149822232 {
padding:0px;
}
#module_149822232 {
position:static;
z-index:0;
top:1934px;
left:891px;
width:100%;
height: auto;
}
#module_149822232 .ModuleHead149822232 {
display:none;
}
#module_149822232 .BodyCenter.BodyCenter149822232 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149822232 >.module_149822232 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149822232 >.module_149822232{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149822232 .BodyCenter.BodyCenter149822232 {
padding-top:3.3956%;
padding-left:4.2445%;
padding-right:4.2445%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822232 .BodyCenter.BodyCenter149822232 {
padding-top:1.9685%;
padding-left:5.9055%;
padding-right:5.9055%;
padding-bottom:3.9370%;
}
}
@media screen and (min-width: 768px){
#module_149822232 >.module_149822232 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822232 >.module_149822232 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149822232 >.module_149822232 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149822232:hover {
border:none;
}
#module_149822232:hover >.module_149822232 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149822232 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149822232 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149822232 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149822232 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149822232 .imageTextGiant-Container{padding-top:0px;}
#module_149822232 .imageTextGiant-Container{padding-bottom:0px;}
#module_149822232 .imageTextGiant-Container{padding-left:0px;}
#module_149822232 .imageTextGiant-Container{padding-right:0px;}
#module_149822232 .showHandle .btn{font-size:14px;}
#module_149822232 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149822232 .showHandle .btn{color:#333;}
#module_149822232 .showHandle .btn{font-weight:400;}
#module_149822232 .showHandle .btn{text-decoration:none;}
#module_149822232 .showHandle .btn{font-style:normal;}
#module_149822232 .showHandle div{border-top-color:#ddd !important;}
#module_149822232 .showHandle div{border-top-style:solid !important;}
#module_149822232 .showHandle div{border-top-width:0px !important;}
#module_149822232 .showHandle{background-color:transparent;}
#module_149822232 .showHandle{background-image:none;}
#module_149822232 .showHandle{background-repeat:no-repeat;}
#module_149822232 .showHandle{}
#module_149822232 .showHandle{}
#module_149822232 .showHandle{}
#module_149822232 a{font-size:unset;font-family:unset}
.module_149822226 .ModuleHead .HeadCenter{float:none;}
#module_149822226 {
padding:0px;
}
#module_149822226 {
position:static;
z-index:0;
top:19px;
left:0px;
width:100%;
height: auto;
}
#module_149822226 .ModuleHead149822226 {
display:none;
}
#module_149822226 .BodyCenter.BodyCenter149822226 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149822226 >.module_149822226 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149822226 >.module_149822226{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149822226 .BodyCenter.BodyCenter149822226 {
padding-top:3.3956%;
padding-left:16.9779%;
padding-right:16.9779%;
padding-bottom:5.0934%;
}
}
@media screen and (max-width: 767px){
#module_149822226 .BodyCenter.BodyCenter149822226 {
padding-top:3.9370%;
padding-left:5.9055%;
padding-right:5.9055%;
padding-bottom:3.9370%;
}
}
@media screen and (min-width: 768px){
#module_149822226 >.module_149822226 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822226 >.module_149822226 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149822226 >.module_149822226 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149822226:hover {
border:none;
}
#module_149822226:hover >.module_149822226 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149822226 img{border-top-color:transparent;}
#module_149822226 img{border-top-style:none;}
#module_149822226 img{border-top-width:0px;}
#module_149822226 img{border-right-color:transparent;}
#module_149822226 img{border-right-style:none;}
#module_149822226 img{border-right-width:0px;}
#module_149822226 img{border-bottom-color:transparent;}
#module_149822226 img{border-bottom-style:none;}
#module_149822226 img{border-bottom-width:0px;}
#module_149822226 img{border-left-color:transparent;}
#module_149822226 img{border-left-style:none;}
#module_149822226 img{border-left-width:0px;}
#module_149822226 img{border-top-left-radius:0px;}
#module_149822226 img{border-top-right-radius:0px;}
#module_149822226 img{border-bottom-left-radius:0px;}
#module_149822226 img{border-bottom-right-radius:0px;}
#module_149822226 .BodyCenter{text-align: center;}



.module_149822962 .ModuleHead .HeadCenter{float:none;}
#module_149822962 {
padding:0px;
}
#module_149822962 {
position:static;
z-index:0;
top:1974px;
left:1483px;
width:100%;
height: auto;
}
#module_149822962 .ModuleHead149822962 {
display:none;
}
#module_149822962 .BodyCenter.BodyCenter149822962 {
background-color:transparent;
background-image:url(../comdata/82544/202012/202012192217105d9cbb.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_149822962 >.module_149822962 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149822962 >.module_149822962{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149822962 .BodyCenter.BodyCenter149822962 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822962 .BodyCenter.BodyCenter149822962 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149822962 >.module_149822962 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822962 >.module_149822962 {
margin-top:8.1744%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149822962 >.module_149822962 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149822962:hover {
border:none;
}
#module_149822962:hover >.module_149822962 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149822962 .ModuleSubContainer{background-color:transparent;}
#module_149822962 .ModuleSubContainer{background-image:none;}
#module_149822962 .ModuleSubContainer{background-repeat:no-repeat;}
#module_149822962 .ModuleSubContainer{background-position:0% 0%;}
#module_149822962 .ModuleSubContainer{background-attachment:scroll;}
#module_149822962 .ModuleSubContainer{}
#module_149822962 {!bgVideo!}{bgVideoUrl:none}
#module_149822962 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_149822962 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_149822962 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer149822962 {}
.module_149822963 .ModuleHead .HeadCenter{float:none;}
#module_149822963 {
padding:0px;
}
#module_149822963 {
position:static;
z-index:0;
top:1300px;
left:1252px;
width:100%;
height: auto;
}
#module_149822963 .ModuleHead149822963 {
display:none;
}
#module_149822963 .BodyCenter.BodyCenter149822963 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149822963 >.module_149822963 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149822963 >.module_149822963{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149822963 .BodyCenter.BodyCenter149822963 {
padding-top:5.8333%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:39.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822963 .BodyCenter.BodyCenter149822963 {
padding-top:13.6240%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:163.4877%;
}
}
@media screen and (min-width: 768px){
#module_149822963 >.module_149822963 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149822963 >.module_149822963 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149822963 >.module_149822963 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149822963:hover {
border:none;
}
#module_149822963:hover >.module_149822963 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149822963 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149822963 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149822963 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149822963 .ModuleImageTextGiantContent{margin-right:10px;}
#module_149822963 .imageTextGiant-Container{padding-top:0px;}
#module_149822963 .imageTextGiant-Container{padding-bottom:0px;}
#module_149822963 .imageTextGiant-Container{padding-left:30px;}
#module_149822963 .imageTextGiant-Container{padding-right:30px;}
#module_149822963 .showHandle .btn{font-size:14px;}
#module_149822963 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149822963 .showHandle .btn{color:#333;}
#module_149822963 .showHandle .btn{font-weight:400;}
#module_149822963 .showHandle .btn{text-decoration:none;}
#module_149822963 .showHandle .btn{font-style:normal;}
#module_149822963 .showHandle div{border-top-color:#ddd !important;}
#module_149822963 .showHandle div{border-top-style:solid !important;}
#module_149822963 .showHandle div{border-top-width:1px !important;}
#module_149822963 .showHandle{background-color:transparent;}
#module_149822963 .showHandle{background-image:none;}
#module_149822963 .showHandle{background-repeat:no-repeat;}
#module_149822963 .showHandle{}
#module_149822963 .showHandle{}
#module_149822963 .showHandle{}
#module_149822963 a{font-size:unset;font-family:unset}
.module_149823015 .ModuleHead .HeadCenter{float:none;}
#module_149823015 {
padding:0px;
}
#module_149823015 {
position:static;
z-index:0;
top:2521px;
left:1610px;
width:100%;
height: auto;
}
#module_149823015 .ModuleHead149823015 {
display:none;
}
#module_149823015 .BodyCenter.BodyCenter149823015 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149823015 >.module_149823015 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149823015 >.module_149823015{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149823015 .BodyCenter.BodyCenter149823015 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149823015 .BodyCenter.BodyCenter149823015 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149823015 >.module_149823015 {
margin-top:-25.2947%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149823015 >.module_149823015 {
margin-top:0.0000%;
margin-left:4.0872%;
margin-right:4.0872%;
margin-bottom:0.0000%;
}
}
#module_149823015 >.module_149823015 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149823015:hover {
border:none;
}
#module_149823015:hover >.module_149823015 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149823015 .ModuleSubContainer{background-color:transparent;}
#module_149823015 .ModuleSubContainer{background-image:none;}
#module_149823015 .ModuleSubContainer{background-repeat:no-repeat;}
#module_149823015 .ModuleSubContainer{background-position:0% 0%;}
#module_149823015 .ModuleSubContainer{background-attachment:scroll;}
#module_149823015 .ModuleSubContainer{}
#module_149823015 {!bgVideo!}{bgVideoUrl:none}
#module_149823015 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_149823015 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_149823015 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer149823015 {max-width:1200px;width:auto;}
.ModuleGridContainer.ModuleGridContainer149823015 .SubPadding {width:30px;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxContainer{margin-right: auto; margin-left: auto; padding-right: 0; padding-left: 0;}
.ModuleHoverBoxGiant.layout-101 .ModuleSubContainer{position: relative; width:100%; overflow: hidden;}
.ModuleHoverBoxGiant.layout-101 .row{margin-right: 0px; margin-left: 0px;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxContainer{width: 100%; height: 100%}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_1{position: relative; overflow: hidden;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2{overflow: hidden; position: absolute;	top: -100%; left: 0; height: 0; opacity: 0; display: none; background: #fff;}
@media only screen and (min-width: 769px) {
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .ModuleHoverBoxItem_2{height: 100%; opacity: 1; top: 0; display: inline-block; visibility: visible;}
	/* 弹现 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchFadeIn{-webkit-animation: fadeIn .6s ease forwards; animation: fadeIn .6s ease forwards;}
	/* 从上淡入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchFadeInDown{-webkit-animation: fadeInDown .6s ease forwards; animation: fadeInDown .6s ease forwards;}
	/* 从下淡入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchFadeInUp{-webkit-animation: fadeInUp .6s ease forwards; animation: fadeInUp .6s ease forwards;}
	/* 从上滑入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchSlideInDown{-webkit-animation: slideInDown .6s ease forwards; animation: slideInDown .6s ease forwards;}
	/* 从下滑入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchSlideInUp{-webkit-animation: slideInUp .6s ease forwards; animation: slideInUp .6s ease forwards;}
	/* 从里弹入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchBounceIn{-webkit-animation: bounceIn .6s ease forwards; animation: bounceIn .6s ease forwards;}
	/* 从左弹入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchBounceInLeft{-webkit-animation: bounceInLeft .6s ease forwards; animation: bounceInLeft .6s ease forwards;}
	/* 从右弹入 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchBounceInRight{-webkit-animation: bounceInRight .6s ease forwards; animation: bounceInRight .6s ease forwards;}
	/* 跳动 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchPulse{-webkit-animation: pulse .6s ease forwards; animation: pulse .6s ease forwards;}
	/* 放大 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchZoomIn{-webkit-animation: zoomIn .6s ease forwards; animation: zoomIn .6s ease forwards;}
	/* Y轴翻转 */
	.ModuleHoverBoxGiant.layout-101 .ModuleSubContainerHover:hover > .switchFlipInY{-webkit-animation: flipInY .6s ease forwards; animation: flipInY .6s ease forwards;}
}

@media only screen and (max-width: 768px) {
	.ModuleHoverBoxGiant.layout-101 .ModuleShowHover .ModuleHoverBoxItem_2{display: block !important; height: 100% !important; opacity: 1 !important; top: 0 !important;}
	.ModuleHoverBoxGiant.layout-101 .ModuleShowNormal .ModuleHoverBoxItem_2{display: none !important;}
}

.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .wow{visibility: visible !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .fadeIn{animation-name:fadeIn !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .fadeInLeft{animation-name:fadeInLeft !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .fadeInRight{animation-name:fadeInRight !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .fadeInUp{animation-name:fadeInUp !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .fadeInDown{animation-name:fadeInDown !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .slideInUp{animation-name:slideInUp !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .slideInDown{animation-name:slideInDown !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .slideInLeft{animation-name:slideInLeft !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .slideInRight{animation-name:slideInRight !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .zoomIn{animation-name:zoomIn !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .flipInX{animation-name:flipInX !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .flipInY{animation-name:flipInY !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .bounce{animation-name:bounce !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .flash{animation-name:flash !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .pulse{animation-name:pulse !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .rotateInDownLeft{animation-name:rotateInDownLeft !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .rotateInDownRight{animation-name:rotateInDownRight !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .bounceIn{animation-name:bounceIn !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .bounceInLeft{animation-name:bounceInLeft !important;}
.ModuleHoverBoxGiant.layout-101 .ModuleHoverBoxItem_2 .bounceInRight{animation-name:bounceInRight !important;}.module_149823025 .ModuleHead .HeadCenter{float:none;}
#module_149823025 {
padding:0px;
}
#module_149823025 {
position:static;
z-index:0;
top:1979px;
left:453px;
width:100%;
height: auto;
}
#module_149823025 .ModuleHead149823025 {
display:none;
}
#module_149823025 >.module_149823025 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:0px;
}
#module_149823025 >.module_149823025{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_149823025 .BodyCenter.BodyCenter149823025 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149823025 .BodyCenter.BodyCenter149823025 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_149823025 >.module_149823025 {
margin-top:10.7914%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149823025 >.module_149823025 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_149823025 >.module_149823025 {box-shadow: 0px 0px 0px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}
#module_149823025:hover {
border:none;
}
#module_149823025:hover >.module_149823025 {
border-color:rgba(0,0,0,0);
}
#module_149823025:hover >.module_149823025 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149823025 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_149823025 .ModuleHoverBoxItem_1{background-image:none;}
#module_149823025 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_149823025 .ModuleHoverBoxItem_1{}
#module_149823025 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_149823025 .ModuleHoverBoxItem_1{}
#module_149823025 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_149823025 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_149823025 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_149823025 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_149823025 .ModuleHoverBoxItem_2{background-color:rgb(82, 147, 255);}
#module_149823025 .ModuleHoverBoxItem_2{background-image:none;}
#module_149823025 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_149823025 .ModuleHoverBoxItem_2{}
#module_149823025 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_149823025 .ModuleHoverBoxItem_2{}
#module_149823025 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_149823025 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_149823025 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_149823025 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_149823025 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-103 .imageTextGiant-Container{max-height: 100%; max-width: 100%;padding: 10px;}
.ModuleImageTextGiant.layout-103 .imageTextGiant-Container .GraphicUpper{text-align: center;}
.ModuleImageTextGiant.layout-103 .ModuleImageTextContent{width: 100%;}

.module_149823026 .ModuleHead .HeadCenter{float:none;}
#module_149823026 {
padding:0px;
}
#module_149823026 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_149823026 .ModuleHead149823026 {
display:none;
}
#module_149823026 .BodyCenter.BodyCenter149823026 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149823026 >.module_149823026 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:1px;
}
#module_149823026 >.module_149823026{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_149823026 .BodyCenter.BodyCenter149823026 {
padding-top:10.7914%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.7914%;
}
}
@media screen and (max-width: 767px){
#module_149823026 .BodyCenter.BodyCenter149823026 {
padding-top:3.0120%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.0241%;
}
}
@media screen and (min-width: 768px){
#module_149823026 >.module_149823026 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149823026 >.module_149823026 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149823026 >.module_149823026 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149823026:hover {
border:none;
}
#module_149823026:hover >.module_149823026 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149823026 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149823026 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149823026 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149823026 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149823026 .GraphicUpper .TextImage{margin-top:0px;}
#module_149823026 .GraphicUpper .TextImage{margin-bottom:15px;}
#module_149823026 .GraphicUpper .TextImage{margin-left:0px;}
#module_149823026 .GraphicUpper .TextImage{margin-right:0px;}
#module_149823026 .TextImage{width:22%;}
#module_149823026 .MobileTextImage{width:50%;}
#module_149823026 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_149823026 .imageTextGiant-Container{padding-top:10px;}
#module_149823026 .imageTextGiant-Container{padding-bottom:10px;}
#module_149823026 .imageTextGiant-Container{padding-left:10px;}
#module_149823026 .imageTextGiant-Container{padding-right:10px;}
#module_149823026 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149823026 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149823026 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149823026 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149823026 .imageTextGiant-Container{padding-top:0px;}
#module_149823026 .imageTextGiant-Container{padding-bottom:0px;}
#module_149823026 .imageTextGiant-Container{padding-left:0px;}
#module_149823026 .imageTextGiant-Container{padding-right:0px;}
#module_149823026 .showHandle .btn{font-size:14px;}
#module_149823026 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149823026 .showHandle .btn{color:#333;}
#module_149823026 .showHandle .btn{font-weight:400;}
#module_149823026 .showHandle .btn{text-decoration:none;}
#module_149823026 .showHandle .btn{font-style:normal;}
#module_149823026 .showHandle div{border-top-color:#ddd !important;}
#module_149823026 .showHandle div{border-top-style:solid !important;}
#module_149823026 .showHandle div{border-top-width:1px !important;}
#module_149823026 .showHandle{background-color:transparent;}
#module_149823026 .showHandle{background-image:none;}
#module_149823026 .showHandle{background-repeat:no-repeat;}
#module_149823026 .showHandle{}
#module_149823026 .showHandle{}
#module_149823026 .showHandle{}
#module_149823026 a{font-size:unset;font-family:unset}.module_149823027 .ModuleHead .HeadCenter{float:none;}
#module_149823027 {
padding:0px;
}
#module_149823027 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_149823027 .ModuleHead149823027 {
display:none;
}
#module_149823027 .BodyCenter.BodyCenter149823027 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149823027 >.module_149823027 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149823027 >.module_149823027{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149823027 .BodyCenter.BodyCenter149823027 {
padding-top:10.7914%;
padding-left:10.7914%;
padding-right:10.7914%;
padding-bottom:10.7914%;
}
}
@media screen and (max-width: 767px){
#module_149823027 .BodyCenter.BodyCenter149823027 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_149823027 >.module_149823027 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149823027 >.module_149823027 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_149823027 >.module_149823027 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149823027:hover {
border:none;
}
#module_149823027:hover >.module_149823027 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149823027 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149823027 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149823027 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149823027 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149823027 .imageTextGiant-Container{padding-top:0px;}
#module_149823027 .imageTextGiant-Container{padding-bottom:0px;}
#module_149823027 .imageTextGiant-Container{padding-left:0px;}
#module_149823027 .imageTextGiant-Container{padding-right:0px;}
#module_149823027 .showHandle .btn{font-size:14px;}
#module_149823027 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149823027 .showHandle .btn{color:#333;}
#module_149823027 .showHandle .btn{font-weight:400;}
#module_149823027 .showHandle .btn{text-decoration:none;}
#module_149823027 .showHandle .btn{font-style:normal;}
#module_149823027 .showHandle div{border-top-color:#ddd !important;}
#module_149823027 .showHandle div{border-top-style:solid !important;}
#module_149823027 .showHandle div{border-top-width:1px !important;}
#module_149823027 .showHandle{background-color:transparent;}
#module_149823027 .showHandle{background-image:none;}
#module_149823027 .showHandle{background-repeat:no-repeat;}
#module_149823027 .showHandle{}
#module_149823027 .showHandle{}
#module_149823027 .showHandle{}
#module_149823027 a{font-size:unset;font-family:unset}
.module_163984660 .ModuleHead .HeadCenter{float:none;}
#module_163984660 {
padding:0px;
}
#module_163984660 {
position:static;
z-index:0;
top:3586px;
left:510px;
width:100%;
height: auto;
}
#module_163984660 .ModuleHead163984660 {
display:none;
}
#module_163984660 >.module_163984660 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:0px;
}
#module_163984660 >.module_163984660{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163984660 .BodyCenter.BodyCenter163984660 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984660 .BodyCenter.BodyCenter163984660 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_163984660 >.module_163984660 {
margin-top:10.7914%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984660 >.module_163984660 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_163984660 >.module_163984660 {box-shadow: 0px 0px 0px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}
#module_163984660:hover {
border:none;
}
#module_163984660:hover >.module_163984660 {
border-color:rgba(0,0,0,0);
}
#module_163984660:hover >.module_163984660 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163984660 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_163984660 .ModuleHoverBoxItem_1{background-image:none;}
#module_163984660 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_163984660 .ModuleHoverBoxItem_1{}
#module_163984660 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_163984660 .ModuleHoverBoxItem_1{}
#module_163984660 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_163984660 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_163984660 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_163984660 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_163984660 .ModuleHoverBoxItem_2{background-color:rgb(7, 216, 174);}
#module_163984660 .ModuleHoverBoxItem_2{background-image:none;}
#module_163984660 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_163984660 .ModuleHoverBoxItem_2{}
#module_163984660 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_163984660 .ModuleHoverBoxItem_2{}
#module_163984660 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_163984660 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_163984660 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_163984660 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_163984660 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_163984661 .ModuleHead .HeadCenter{float:none;}
#module_163984661 {
padding:0px;
}
#module_163984661 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_163984661 .ModuleHead163984661 {
display:none;
}
#module_163984661 .BodyCenter.BodyCenter163984661 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163984661 >.module_163984661 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:1px;
}
#module_163984661 >.module_163984661{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163984661 .BodyCenter.BodyCenter163984661 {
padding-top:10.7914%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.7914%;
}
}
@media screen and (max-width: 767px){
#module_163984661 .BodyCenter.BodyCenter163984661 {
padding-top:3.0120%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.0241%;
}
}
@media screen and (min-width: 768px){
#module_163984661 >.module_163984661 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984661 >.module_163984661 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163984661 >.module_163984661 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163984661:hover {
border:none;
}
#module_163984661:hover >.module_163984661 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163984661 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_163984661 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_163984661 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_163984661 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_163984661 .GraphicUpper .TextImage{margin-top:0px;}
#module_163984661 .GraphicUpper .TextImage{margin-bottom:15px;}
#module_163984661 .GraphicUpper .TextImage{margin-left:0px;}
#module_163984661 .GraphicUpper .TextImage{margin-right:0px;}
#module_163984661 .TextImage{width:22%;}
#module_163984661 .MobileTextImage{width:50%;}
#module_163984661 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_163984661 .imageTextGiant-Container{padding-top:10px;}
#module_163984661 .imageTextGiant-Container{padding-bottom:10px;}
#module_163984661 .imageTextGiant-Container{padding-left:10px;}
#module_163984661 .imageTextGiant-Container{padding-right:10px;}
#module_163984661 .ModuleImageTextGiantContent{padding-top:0px;}
#module_163984661 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_163984661 .ModuleImageTextGiantContent{padding-left:0px;}
#module_163984661 .ModuleImageTextGiantContent{padding-right:0px;}
#module_163984661 .imageTextGiant-Container{padding-top:0px;}
#module_163984661 .imageTextGiant-Container{padding-bottom:0px;}
#module_163984661 .imageTextGiant-Container{padding-left:0px;}
#module_163984661 .imageTextGiant-Container{padding-right:0px;}
#module_163984661 .showHandle .btn{font-size:14px;}
#module_163984661 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163984661 .showHandle .btn{color:#333;}
#module_163984661 .showHandle .btn{font-weight:400;}
#module_163984661 .showHandle .btn{text-decoration:none;}
#module_163984661 .showHandle .btn{font-style:normal;}
#module_163984661 .showHandle div{border-top-color:#ddd !important;}
#module_163984661 .showHandle div{border-top-style:solid !important;}
#module_163984661 .showHandle div{border-top-width:1px !important;}
#module_163984661 .showHandle{background-color:transparent;}
#module_163984661 .showHandle{background-image:none;}
#module_163984661 .showHandle{background-repeat:no-repeat;}
#module_163984661 .showHandle{}
#module_163984661 .showHandle{}
#module_163984661 .showHandle{}
#module_163984661 a{font-size:unset;font-family:unset}.module_163984662 .ModuleHead .HeadCenter{float:none;}
#module_163984662 {
padding:0px;
}
#module_163984662 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_163984662 .ModuleHead163984662 {
display:none;
}
#module_163984662 .BodyCenter.BodyCenter163984662 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163984662 >.module_163984662 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163984662 >.module_163984662{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163984662 .BodyCenter.BodyCenter163984662 {
padding-top:10.3806%;
padding-left:10.3806%;
padding-right:10.3806%;
padding-bottom:10.3806%;
}
}
@media screen and (max-width: 767px){
#module_163984662 .BodyCenter.BodyCenter163984662 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_163984662 >.module_163984662 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984662 >.module_163984662 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_163984662 >.module_163984662 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163984662:hover {
border:none;
}
#module_163984662:hover >.module_163984662 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163984662 .ModuleImageTextGiantContent{margin-top:0px;}
#module_163984662 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_163984662 .ModuleImageTextGiantContent{margin-left:0px;}
#module_163984662 .ModuleImageTextGiantContent{margin-right:0px;}
#module_163984662 .imageTextGiant-Container{padding-top:0px;}
#module_163984662 .imageTextGiant-Container{padding-bottom:0px;}
#module_163984662 .imageTextGiant-Container{padding-left:0px;}
#module_163984662 .imageTextGiant-Container{padding-right:0px;}
#module_163984662 .showHandle .btn{font-size:14px;}
#module_163984662 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163984662 .showHandle .btn{color:#333;}
#module_163984662 .showHandle .btn{font-weight:400;}
#module_163984662 .showHandle .btn{text-decoration:none;}
#module_163984662 .showHandle .btn{font-style:normal;}
#module_163984662 .showHandle div{border-top-color:#ddd !important;}
#module_163984662 .showHandle div{border-top-style:solid !important;}
#module_163984662 .showHandle div{border-top-width:1px !important;}
#module_163984662 .showHandle{background-color:transparent;}
#module_163984662 .showHandle{background-image:none;}
#module_163984662 .showHandle{background-repeat:no-repeat;}
#module_163984662 .showHandle{}
#module_163984662 .showHandle{}
#module_163984662 .showHandle{}
#module_163984662 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149823015 #Sub149823015_1 {width:25%;}
.module_149823016 .ModuleHead .HeadCenter{float:none;}
#module_149823016 {
padding:0px;
}
#module_149823016 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_149823016 .ModuleHead149823016 {
display:none;
}
#module_149823016 >.module_149823016 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:0px;
}
#module_149823016 >.module_149823016{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_149823016 .BodyCenter.BodyCenter149823016 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149823016 .BodyCenter.BodyCenter149823016 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_149823016 >.module_149823016 {
margin-top:10.8303%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149823016 >.module_149823016 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_149823016 >.module_149823016 {box-shadow: 0px 0px 0px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}
#module_149823016:hover {
border:none;
}
#module_149823016:hover >.module_149823016 {
border-color:rgba(0,0,0,0);
}
#module_149823016:hover >.module_149823016 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149823016 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_149823016 .ModuleHoverBoxItem_1{background-image:none;}
#module_149823016 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_149823016 .ModuleHoverBoxItem_1{}
#module_149823016 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_149823016 .ModuleHoverBoxItem_1{}
#module_149823016 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_149823016 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_149823016 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_149823016 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_149823016 .ModuleHoverBoxItem_2{background-color:rgb(254, 149, 57);}
#module_149823016 .ModuleHoverBoxItem_2{background-image:none;}
#module_149823016 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_149823016 .ModuleHoverBoxItem_2{}
#module_149823016 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_149823016 .ModuleHoverBoxItem_2{}
#module_149823016 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_149823016 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_149823016 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_149823016 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_149823016 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_163984620 .ModuleHead .HeadCenter{float:none;}
#module_163984620 {
padding:0px;
}
#module_163984620 {
position:static;
z-index:0;
top:31px;
left:0px;
width:100%;
height: auto;
}
#module_163984620 .ModuleHead163984620 {
display:none;
}
#module_163984620 .BodyCenter.BodyCenter163984620 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163984620 >.module_163984620 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:1px;
}
#module_163984620 >.module_163984620{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163984620 .BodyCenter.BodyCenter163984620 {
padding-top:10.8303%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.8303%;
}
}
@media screen and (max-width: 767px){
#module_163984620 .BodyCenter.BodyCenter163984620 {
padding-top:3.0120%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.0241%;
}
}
@media screen and (min-width: 768px){
#module_163984620 >.module_163984620 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984620 >.module_163984620 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163984620 >.module_163984620 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163984620:hover {
border:none;
}
#module_163984620:hover >.module_163984620 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163984620 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_163984620 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_163984620 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_163984620 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_163984620 .GraphicUpper .TextImage{margin-top:0px;}
#module_163984620 .GraphicUpper .TextImage{margin-bottom:15px;}
#module_163984620 .GraphicUpper .TextImage{margin-left:0px;}
#module_163984620 .GraphicUpper .TextImage{margin-right:0px;}
#module_163984620 .TextImage{width:22%;}
#module_163984620 .MobileTextImage{width:50%;}
#module_163984620 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_163984620 .imageTextGiant-Container{padding-top:10px;}
#module_163984620 .imageTextGiant-Container{padding-bottom:10px;}
#module_163984620 .imageTextGiant-Container{padding-left:10px;}
#module_163984620 .imageTextGiant-Container{padding-right:10px;}
#module_163984620 .ModuleImageTextGiantContent{padding-top:0px;}
#module_163984620 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_163984620 .ModuleImageTextGiantContent{padding-left:0px;}
#module_163984620 .ModuleImageTextGiantContent{padding-right:0px;}
#module_163984620 .imageTextGiant-Container{padding-top:0px;}
#module_163984620 .imageTextGiant-Container{padding-bottom:0px;}
#module_163984620 .imageTextGiant-Container{padding-left:0px;}
#module_163984620 .imageTextGiant-Container{padding-right:0px;}
#module_163984620 .showHandle .btn{font-size:14px;}
#module_163984620 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163984620 .showHandle .btn{color:#333;}
#module_163984620 .showHandle .btn{font-weight:400;}
#module_163984620 .showHandle .btn{text-decoration:none;}
#module_163984620 .showHandle .btn{font-style:normal;}
#module_163984620 .showHandle div{border-top-color:#ddd !important;}
#module_163984620 .showHandle div{border-top-style:solid !important;}
#module_163984620 .showHandle div{border-top-width:1px !important;}
#module_163984620 .showHandle{background-color:transparent;}
#module_163984620 .showHandle{background-image:none;}
#module_163984620 .showHandle{background-repeat:no-repeat;}
#module_163984620 .showHandle{}
#module_163984620 .showHandle{}
#module_163984620 .showHandle{}
#module_163984620 a{font-size:unset;font-family:unset}.module_149823018 .ModuleHead .HeadCenter{float:none;}
#module_149823018 {
padding:0px;
}
#module_149823018 {
position:static;
z-index:0;
top:16px;
left:0px;
width:100%;
height: auto;
}
#module_149823018 .ModuleHead149823018 {
display:none;
}
#module_149823018 .BodyCenter.BodyCenter149823018 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149823018 >.module_149823018 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149823018 >.module_149823018{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149823018 .BodyCenter.BodyCenter149823018 {
padding-top:10.4167%;
padding-left:10.4167%;
padding-right:10.4167%;
padding-bottom:10.4167%;
}
}
@media screen and (max-width: 767px){
#module_149823018 .BodyCenter.BodyCenter149823018 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_149823018 >.module_149823018 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149823018 >.module_149823018 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_149823018 >.module_149823018 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149823018:hover {
border:none;
}
#module_149823018:hover >.module_149823018 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149823018 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149823018 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149823018 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149823018 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149823018 .imageTextGiant-Container{padding-top:0px;}
#module_149823018 .imageTextGiant-Container{padding-bottom:0px;}
#module_149823018 .imageTextGiant-Container{padding-left:0px;}
#module_149823018 .imageTextGiant-Container{padding-right:0px;}
#module_149823018 .showHandle .btn{font-size:14px;}
#module_149823018 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149823018 .showHandle .btn{color:#333;}
#module_149823018 .showHandle .btn{font-weight:400;}
#module_149823018 .showHandle .btn{text-decoration:none;}
#module_149823018 .showHandle .btn{font-style:normal;}
#module_149823018 .showHandle div{border-top-color:#ddd !important;}
#module_149823018 .showHandle div{border-top-style:solid !important;}
#module_149823018 .showHandle div{border-top-width:1px !important;}
#module_149823018 .showHandle{background-color:transparent;}
#module_149823018 .showHandle{background-image:none;}
#module_149823018 .showHandle{background-repeat:no-repeat;}
#module_149823018 .showHandle{}
#module_149823018 .showHandle{}
#module_149823018 .showHandle{}
#module_149823018 a{font-size:unset;font-family:unset}
.module_163984672 .ModuleHead .HeadCenter{float:none;}
#module_163984672 {
padding:0px;
}
#module_163984672 {
position:static;
z-index:0;
top:194px;
left:599px;
width:100%;
height: auto;
}
#module_163984672 .ModuleHead163984672 {
display:none;
}
#module_163984672 >.module_163984672 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:0px;
}
#module_163984672 >.module_163984672{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163984672 .BodyCenter.BodyCenter163984672 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984672 .BodyCenter.BodyCenter163984672 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_163984672 >.module_163984672 {
margin-top:10.8303%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984672 >.module_163984672 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_163984672 >.module_163984672 {box-shadow: 0px 0px 0px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}
#module_163984672:hover {
border:none;
}
#module_163984672:hover >.module_163984672 {
border-color:rgba(0,0,0,0);
}
#module_163984672:hover >.module_163984672 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163984672 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_163984672 .ModuleHoverBoxItem_1{background-image:none;}
#module_163984672 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_163984672 .ModuleHoverBoxItem_1{}
#module_163984672 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_163984672 .ModuleHoverBoxItem_1{}
#module_163984672 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_163984672 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_163984672 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_163984672 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_163984672 .ModuleHoverBoxItem_2{background-color:rgb(248, 110, 98);}
#module_163984672 .ModuleHoverBoxItem_2{background-image:none;}
#module_163984672 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_163984672 .ModuleHoverBoxItem_2{}
#module_163984672 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_163984672 .ModuleHoverBoxItem_2{}
#module_163984672 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_163984672 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_163984672 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_163984672 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_163984672 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_163984673 .ModuleHead .HeadCenter{float:none;}
#module_163984673 {
padding:0px;
}
#module_163984673 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_163984673 .ModuleHead163984673 {
display:none;
}
#module_163984673 .BodyCenter.BodyCenter163984673 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163984673 >.module_163984673 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:1px;
}
#module_163984673 >.module_163984673{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163984673 .BodyCenter.BodyCenter163984673 {
padding-top:10.8303%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.8303%;
}
}
@media screen and (max-width: 767px){
#module_163984673 .BodyCenter.BodyCenter163984673 {
padding-top:3.0120%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.0241%;
}
}
@media screen and (min-width: 768px){
#module_163984673 >.module_163984673 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984673 >.module_163984673 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163984673 >.module_163984673 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163984673:hover {
border:none;
}
#module_163984673:hover >.module_163984673 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163984673 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_163984673 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_163984673 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_163984673 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_163984673 .GraphicUpper .TextImage{margin-top:0px;}
#module_163984673 .GraphicUpper .TextImage{margin-bottom:15px;}
#module_163984673 .GraphicUpper .TextImage{margin-left:0px;}
#module_163984673 .GraphicUpper .TextImage{margin-right:0px;}
#module_163984673 .TextImage{width:22%;}
#module_163984673 .MobileTextImage{width:50%;}
#module_163984673 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_163984673 .imageTextGiant-Container{padding-top:10px;}
#module_163984673 .imageTextGiant-Container{padding-bottom:10px;}
#module_163984673 .imageTextGiant-Container{padding-left:10px;}
#module_163984673 .imageTextGiant-Container{padding-right:10px;}
#module_163984673 .ModuleImageTextGiantContent{padding-top:0px;}
#module_163984673 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_163984673 .ModuleImageTextGiantContent{padding-left:0px;}
#module_163984673 .ModuleImageTextGiantContent{padding-right:0px;}
#module_163984673 .imageTextGiant-Container{padding-top:0px;}
#module_163984673 .imageTextGiant-Container{padding-bottom:0px;}
#module_163984673 .imageTextGiant-Container{padding-left:0px;}
#module_163984673 .imageTextGiant-Container{padding-right:0px;}
#module_163984673 .showHandle .btn{font-size:14px;}
#module_163984673 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163984673 .showHandle .btn{color:#333;}
#module_163984673 .showHandle .btn{font-weight:400;}
#module_163984673 .showHandle .btn{text-decoration:none;}
#module_163984673 .showHandle .btn{font-style:normal;}
#module_163984673 .showHandle div{border-top-color:#ddd !important;}
#module_163984673 .showHandle div{border-top-style:solid !important;}
#module_163984673 .showHandle div{border-top-width:1px !important;}
#module_163984673 .showHandle{background-color:transparent;}
#module_163984673 .showHandle{background-image:none;}
#module_163984673 .showHandle{background-repeat:no-repeat;}
#module_163984673 .showHandle{}
#module_163984673 .showHandle{}
#module_163984673 .showHandle{}
#module_163984673 a{font-size:unset;font-family:unset}.module_163984674 .ModuleHead .HeadCenter{float:none;}
#module_163984674 {
padding:0px;
}
#module_163984674 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_163984674 .ModuleHead163984674 {
display:none;
}
#module_163984674 .BodyCenter.BodyCenter163984674 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163984674 >.module_163984674 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163984674 >.module_163984674{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163984674 .BodyCenter.BodyCenter163984674 {
padding-top:10.3806%;
padding-left:10.3806%;
padding-right:10.3806%;
padding-bottom:10.3806%;
}
}
@media screen and (max-width: 767px){
#module_163984674 .BodyCenter.BodyCenter163984674 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_163984674 >.module_163984674 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984674 >.module_163984674 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_163984674 >.module_163984674 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163984674:hover {
border:none;
}
#module_163984674:hover >.module_163984674 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163984674 .ModuleImageTextGiantContent{margin-top:0px;}
#module_163984674 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_163984674 .ModuleImageTextGiantContent{margin-left:0px;}
#module_163984674 .ModuleImageTextGiantContent{margin-right:0px;}
#module_163984674 .imageTextGiant-Container{padding-top:0px;}
#module_163984674 .imageTextGiant-Container{padding-bottom:0px;}
#module_163984674 .imageTextGiant-Container{padding-left:0px;}
#module_163984674 .imageTextGiant-Container{padding-right:0px;}
#module_163984674 .showHandle .btn{font-size:14px;}
#module_163984674 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163984674 .showHandle .btn{color:#333;}
#module_163984674 .showHandle .btn{font-weight:400;}
#module_163984674 .showHandle .btn{text-decoration:none;}
#module_163984674 .showHandle .btn{font-style:normal;}
#module_163984674 .showHandle div{border-top-color:#ddd !important;}
#module_163984674 .showHandle div{border-top-style:solid !important;}
#module_163984674 .showHandle div{border-top-width:1px !important;}
#module_163984674 .showHandle{background-color:transparent;}
#module_163984674 .showHandle{background-image:none;}
#module_163984674 .showHandle{background-repeat:no-repeat;}
#module_163984674 .showHandle{}
#module_163984674 .showHandle{}
#module_163984674 .showHandle{}
#module_163984674 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149823015 #Sub149823015_2 {width:25%;}
.module_149823019 .ModuleHead .HeadCenter{float:none;}
#module_149823019 {
padding:0px;
}
#module_149823019 {
position:static;
z-index:0;
top:1467px;
left:788px;
width:100%;
height: auto;
}
#module_149823019 .ModuleHead149823019 {
display:none;
}
#module_149823019 >.module_149823019 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:0px;
}
#module_149823019 >.module_149823019{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_149823019 .BodyCenter.BodyCenter149823019 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149823019 .BodyCenter.BodyCenter149823019 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_149823019 >.module_149823019 {
margin-top:10.8303%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149823019 >.module_149823019 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_149823019 >.module_149823019 {box-shadow: 0px 0px 0px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}
#module_149823019:hover {
border:none;
}
#module_149823019:hover >.module_149823019 {
border-color:rgba(0,0,0,0);
}
#module_149823019:hover >.module_149823019 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149823019 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_149823019 .ModuleHoverBoxItem_1{background-image:none;}
#module_149823019 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_149823019 .ModuleHoverBoxItem_1{}
#module_149823019 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_149823019 .ModuleHoverBoxItem_1{}
#module_149823019 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_149823019 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_149823019 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_149823019 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_149823019 .ModuleHoverBoxItem_2{background-color:rgb(0, 204, 102);}
#module_149823019 .ModuleHoverBoxItem_2{background-image:none;}
#module_149823019 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_149823019 .ModuleHoverBoxItem_2{}
#module_149823019 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_149823019 .ModuleHoverBoxItem_2{}
#module_149823019 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_149823019 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_149823019 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_149823019 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_149823019 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_163984635 .ModuleHead .HeadCenter{float:none;}
#module_163984635 {
padding:0px;
}
#module_163984635 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_163984635 .ModuleHead163984635 {
display:none;
}
#module_163984635 .BodyCenter.BodyCenter163984635 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163984635 >.module_163984635 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:1px;
}
#module_163984635 >.module_163984635{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163984635 .BodyCenter.BodyCenter163984635 {
padding-top:10.8303%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.8303%;
}
}
@media screen and (max-width: 767px){
#module_163984635 .BodyCenter.BodyCenter163984635 {
padding-top:3.0120%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.0241%;
}
}
@media screen and (min-width: 768px){
#module_163984635 >.module_163984635 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984635 >.module_163984635 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163984635 >.module_163984635 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163984635:hover {
border:none;
}
#module_163984635:hover >.module_163984635 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163984635 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_163984635 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_163984635 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_163984635 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_163984635 .GraphicUpper .TextImage{margin-top:0px;}
#module_163984635 .GraphicUpper .TextImage{margin-bottom:15px;}
#module_163984635 .GraphicUpper .TextImage{margin-left:0px;}
#module_163984635 .GraphicUpper .TextImage{margin-right:0px;}
#module_163984635 .TextImage{width:22%;}
#module_163984635 .MobileTextImage{width:50%;}
#module_163984635 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_163984635 .imageTextGiant-Container{padding-top:10px;}
#module_163984635 .imageTextGiant-Container{padding-bottom:10px;}
#module_163984635 .imageTextGiant-Container{padding-left:10px;}
#module_163984635 .imageTextGiant-Container{padding-right:10px;}
#module_163984635 .ModuleImageTextGiantContent{padding-top:0px;}
#module_163984635 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_163984635 .ModuleImageTextGiantContent{padding-left:0px;}
#module_163984635 .ModuleImageTextGiantContent{padding-right:0px;}
#module_163984635 .imageTextGiant-Container{padding-top:0px;}
#module_163984635 .imageTextGiant-Container{padding-bottom:0px;}
#module_163984635 .imageTextGiant-Container{padding-left:0px;}
#module_163984635 .imageTextGiant-Container{padding-right:0px;}
#module_163984635 .showHandle .btn{font-size:14px;}
#module_163984635 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163984635 .showHandle .btn{color:#333;}
#module_163984635 .showHandle .btn{font-weight:400;}
#module_163984635 .showHandle .btn{text-decoration:none;}
#module_163984635 .showHandle .btn{font-style:normal;}
#module_163984635 .showHandle div{border-top-color:#ddd !important;}
#module_163984635 .showHandle div{border-top-style:solid !important;}
#module_163984635 .showHandle div{border-top-width:1px !important;}
#module_163984635 .showHandle{background-color:transparent;}
#module_163984635 .showHandle{background-image:none;}
#module_163984635 .showHandle{background-repeat:no-repeat;}
#module_163984635 .showHandle{}
#module_163984635 .showHandle{}
#module_163984635 .showHandle{}
#module_163984635 a{font-size:unset;font-family:unset}.module_149823021 .ModuleHead .HeadCenter{float:none;}
#module_149823021 {
padding:0px;
}
#module_149823021 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_149823021 .ModuleHead149823021 {
display:none;
}
#module_149823021 .BodyCenter.BodyCenter149823021 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149823021 >.module_149823021 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149823021 >.module_149823021{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149823021 .BodyCenter.BodyCenter149823021 {
padding-top:10.4167%;
padding-left:10.4167%;
padding-right:10.4167%;
padding-bottom:10.4167%;
}
}
@media screen and (max-width: 767px){
#module_149823021 .BodyCenter.BodyCenter149823021 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_149823021 >.module_149823021 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149823021 >.module_149823021 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_149823021 >.module_149823021 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149823021:hover {
border:none;
}
#module_149823021:hover >.module_149823021 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149823021 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149823021 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149823021 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149823021 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149823021 .imageTextGiant-Container{padding-top:0px;}
#module_149823021 .imageTextGiant-Container{padding-bottom:0px;}
#module_149823021 .imageTextGiant-Container{padding-left:0px;}
#module_149823021 .imageTextGiant-Container{padding-right:0px;}
#module_149823021 .showHandle .btn{font-size:14px;}
#module_149823021 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149823021 .showHandle .btn{color:#333;}
#module_149823021 .showHandle .btn{font-weight:400;}
#module_149823021 .showHandle .btn{text-decoration:none;}
#module_149823021 .showHandle .btn{font-style:normal;}
#module_149823021 .showHandle div{border-top-color:#ddd !important;}
#module_149823021 .showHandle div{border-top-style:solid !important;}
#module_149823021 .showHandle div{border-top-width:1px !important;}
#module_149823021 .showHandle{background-color:transparent;}
#module_149823021 .showHandle{background-image:none;}
#module_149823021 .showHandle{background-repeat:no-repeat;}
#module_149823021 .showHandle{}
#module_149823021 .showHandle{}
#module_149823021 .showHandle{}
#module_149823021 a{font-size:unset;font-family:unset}
.module_163984675 .ModuleHead .HeadCenter{float:none;}
#module_163984675 {
padding:0px;
}
#module_163984675 {
position:static;
z-index:0;
top:195px;
left:0px;
width:100%;
height: auto;
}
#module_163984675 .ModuleHead163984675 {
display:none;
}
#module_163984675 >.module_163984675 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:0px;
}
#module_163984675 >.module_163984675{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163984675 .BodyCenter.BodyCenter163984675 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984675 .BodyCenter.BodyCenter163984675 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_163984675 >.module_163984675 {
margin-top:10.8303%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984675 >.module_163984675 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_163984675 >.module_163984675 {box-shadow: 0px 0px 0px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}
#module_163984675:hover {
border:none;
}
#module_163984675:hover >.module_163984675 {
border-color:rgba(0,0,0,0);
}
#module_163984675:hover >.module_163984675 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163984675 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_163984675 .ModuleHoverBoxItem_1{background-image:none;}
#module_163984675 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_163984675 .ModuleHoverBoxItem_1{}
#module_163984675 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_163984675 .ModuleHoverBoxItem_1{}
#module_163984675 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_163984675 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_163984675 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_163984675 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_163984675 .ModuleHoverBoxItem_2{background-color:rgb(83, 146, 249);}
#module_163984675 .ModuleHoverBoxItem_2{background-image:none;}
#module_163984675 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_163984675 .ModuleHoverBoxItem_2{}
#module_163984675 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_163984675 .ModuleHoverBoxItem_2{}
#module_163984675 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_163984675 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_163984675 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_163984675 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_163984675 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_163984676 .ModuleHead .HeadCenter{float:none;}
#module_163984676 {
padding:0px;
}
#module_163984676 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_163984676 .ModuleHead163984676 {
display:none;
}
#module_163984676 .BodyCenter.BodyCenter163984676 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163984676 >.module_163984676 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:1px;
}
#module_163984676 >.module_163984676{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163984676 .BodyCenter.BodyCenter163984676 {
padding-top:10.8303%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.8303%;
}
}
@media screen and (max-width: 767px){
#module_163984676 .BodyCenter.BodyCenter163984676 {
padding-top:3.0120%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.0241%;
}
}
@media screen and (min-width: 768px){
#module_163984676 >.module_163984676 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984676 >.module_163984676 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163984676 >.module_163984676 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163984676:hover {
border:none;
}
#module_163984676:hover >.module_163984676 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163984676 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_163984676 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_163984676 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_163984676 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_163984676 .GraphicUpper .TextImage{margin-top:0px;}
#module_163984676 .GraphicUpper .TextImage{margin-bottom:15px;}
#module_163984676 .GraphicUpper .TextImage{margin-left:0px;}
#module_163984676 .GraphicUpper .TextImage{margin-right:0px;}
#module_163984676 .TextImage{width:22%;}
#module_163984676 .MobileTextImage{width:50%;}
#module_163984676 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_163984676 .imageTextGiant-Container{padding-top:10px;}
#module_163984676 .imageTextGiant-Container{padding-bottom:10px;}
#module_163984676 .imageTextGiant-Container{padding-left:10px;}
#module_163984676 .imageTextGiant-Container{padding-right:10px;}
#module_163984676 .ModuleImageTextGiantContent{padding-top:0px;}
#module_163984676 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_163984676 .ModuleImageTextGiantContent{padding-left:0px;}
#module_163984676 .ModuleImageTextGiantContent{padding-right:0px;}
#module_163984676 .imageTextGiant-Container{padding-top:0px;}
#module_163984676 .imageTextGiant-Container{padding-bottom:0px;}
#module_163984676 .imageTextGiant-Container{padding-left:0px;}
#module_163984676 .imageTextGiant-Container{padding-right:0px;}
#module_163984676 .showHandle .btn{font-size:14px;}
#module_163984676 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163984676 .showHandle .btn{color:#333;}
#module_163984676 .showHandle .btn{font-weight:400;}
#module_163984676 .showHandle .btn{text-decoration:none;}
#module_163984676 .showHandle .btn{font-style:normal;}
#module_163984676 .showHandle div{border-top-color:#ddd !important;}
#module_163984676 .showHandle div{border-top-style:solid !important;}
#module_163984676 .showHandle div{border-top-width:1px !important;}
#module_163984676 .showHandle{background-color:transparent;}
#module_163984676 .showHandle{background-image:none;}
#module_163984676 .showHandle{background-repeat:no-repeat;}
#module_163984676 .showHandle{}
#module_163984676 .showHandle{}
#module_163984676 .showHandle{}
#module_163984676 a{font-size:unset;font-family:unset}.module_163984677 .ModuleHead .HeadCenter{float:none;}
#module_163984677 {
padding:0px;
}
#module_163984677 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_163984677 .ModuleHead163984677 {
display:none;
}
#module_163984677 .BodyCenter.BodyCenter163984677 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163984677 >.module_163984677 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163984677 >.module_163984677{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163984677 .BodyCenter.BodyCenter163984677 {
padding-top:10.3806%;
padding-left:10.3806%;
padding-right:10.3806%;
padding-bottom:10.3806%;
}
}
@media screen and (max-width: 767px){
#module_163984677 .BodyCenter.BodyCenter163984677 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_163984677 >.module_163984677 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984677 >.module_163984677 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_163984677 >.module_163984677 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163984677:hover {
border:none;
}
#module_163984677:hover >.module_163984677 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163984677 .ModuleImageTextGiantContent{margin-top:0px;}
#module_163984677 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_163984677 .ModuleImageTextGiantContent{margin-left:0px;}
#module_163984677 .ModuleImageTextGiantContent{margin-right:0px;}
#module_163984677 .imageTextGiant-Container{padding-top:0px;}
#module_163984677 .imageTextGiant-Container{padding-bottom:0px;}
#module_163984677 .imageTextGiant-Container{padding-left:0px;}
#module_163984677 .imageTextGiant-Container{padding-right:0px;}
#module_163984677 .showHandle .btn{font-size:14px;}
#module_163984677 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163984677 .showHandle .btn{color:#333;}
#module_163984677 .showHandle .btn{font-weight:400;}
#module_163984677 .showHandle .btn{text-decoration:none;}
#module_163984677 .showHandle .btn{font-style:normal;}
#module_163984677 .showHandle div{border-top-color:#ddd !important;}
#module_163984677 .showHandle div{border-top-style:solid !important;}
#module_163984677 .showHandle div{border-top-width:1px !important;}
#module_163984677 .showHandle{background-color:transparent;}
#module_163984677 .showHandle{background-image:none;}
#module_163984677 .showHandle{background-repeat:no-repeat;}
#module_163984677 .showHandle{}
#module_163984677 .showHandle{}
#module_163984677 .showHandle{}
#module_163984677 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149823015 #Sub149823015_3 {width:25%;}
.module_149823022 .ModuleHead .HeadCenter{float:none;}
#module_149823022 {
padding:0px;
}
#module_149823022 {
position:static;
z-index:0;
top:1474px;
left:1154px;
width:100%;
height: auto;
}
#module_149823022 .ModuleHead149823022 {
display:none;
}
#module_149823022 >.module_149823022 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:0px;
}
#module_149823022 >.module_149823022{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_149823022 .BodyCenter.BodyCenter149823022 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149823022 .BodyCenter.BodyCenter149823022 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_149823022 >.module_149823022 {
margin-top:10.8303%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149823022 >.module_149823022 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_149823022 >.module_149823022 {box-shadow: 0px 0px 0px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}
#module_149823022:hover {
border:none;
}
#module_149823022:hover >.module_149823022 {
border-color:rgba(0,0,0,0);
}
#module_149823022:hover >.module_149823022 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149823022 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_149823022 .ModuleHoverBoxItem_1{background-image:none;}
#module_149823022 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_149823022 .ModuleHoverBoxItem_1{}
#module_149823022 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_149823022 .ModuleHoverBoxItem_1{}
#module_149823022 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_149823022 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_149823022 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_149823022 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_149823022 .ModuleHoverBoxItem_2{background-color:rgb(142, 144, 253);}
#module_149823022 .ModuleHoverBoxItem_2{background-image:none;}
#module_149823022 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_149823022 .ModuleHoverBoxItem_2{}
#module_149823022 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_149823022 .ModuleHoverBoxItem_2{}
#module_149823022 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_149823022 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_149823022 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_149823022 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_149823022 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_163984641 .ModuleHead .HeadCenter{float:none;}
#module_163984641 {
padding:0px;
}
#module_163984641 {
position:static;
z-index:0;
top:64px;
left:0px;
width:100%;
height: auto;
}
#module_163984641 .ModuleHead163984641 {
display:none;
}
#module_163984641 .BodyCenter.BodyCenter163984641 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163984641 >.module_163984641 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:1px;
}
#module_163984641 >.module_163984641{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163984641 .BodyCenter.BodyCenter163984641 {
padding-top:10.8303%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.8303%;
}
}
@media screen and (max-width: 767px){
#module_163984641 .BodyCenter.BodyCenter163984641 {
padding-top:3.0120%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.0241%;
}
}
@media screen and (min-width: 768px){
#module_163984641 >.module_163984641 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984641 >.module_163984641 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163984641 >.module_163984641 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163984641:hover {
border:none;
}
#module_163984641:hover >.module_163984641 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163984641 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_163984641 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_163984641 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_163984641 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_163984641 .GraphicUpper .TextImage{margin-top:0px;}
#module_163984641 .GraphicUpper .TextImage{margin-bottom:15px;}
#module_163984641 .GraphicUpper .TextImage{margin-left:0px;}
#module_163984641 .GraphicUpper .TextImage{margin-right:0px;}
#module_163984641 .TextImage{width:22%;}
#module_163984641 .MobileTextImage{width:50%;}
#module_163984641 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_163984641 .imageTextGiant-Container{padding-top:10px;}
#module_163984641 .imageTextGiant-Container{padding-bottom:10px;}
#module_163984641 .imageTextGiant-Container{padding-left:10px;}
#module_163984641 .imageTextGiant-Container{padding-right:10px;}
#module_163984641 .ModuleImageTextGiantContent{padding-top:0px;}
#module_163984641 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_163984641 .ModuleImageTextGiantContent{padding-left:0px;}
#module_163984641 .ModuleImageTextGiantContent{padding-right:0px;}
#module_163984641 .imageTextGiant-Container{padding-top:0px;}
#module_163984641 .imageTextGiant-Container{padding-bottom:0px;}
#module_163984641 .imageTextGiant-Container{padding-left:0px;}
#module_163984641 .imageTextGiant-Container{padding-right:0px;}
#module_163984641 .showHandle .btn{font-size:14px;}
#module_163984641 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163984641 .showHandle .btn{color:#333;}
#module_163984641 .showHandle .btn{font-weight:400;}
#module_163984641 .showHandle .btn{text-decoration:none;}
#module_163984641 .showHandle .btn{font-style:normal;}
#module_163984641 .showHandle div{border-top-color:#ddd !important;}
#module_163984641 .showHandle div{border-top-style:solid !important;}
#module_163984641 .showHandle div{border-top-width:1px !important;}
#module_163984641 .showHandle{background-color:transparent;}
#module_163984641 .showHandle{background-image:none;}
#module_163984641 .showHandle{background-repeat:no-repeat;}
#module_163984641 .showHandle{}
#module_163984641 .showHandle{}
#module_163984641 .showHandle{}
#module_163984641 a{font-size:unset;font-family:unset}.module_149823024 .ModuleHead .HeadCenter{float:none;}
#module_149823024 {
padding:0px;
}
#module_149823024 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_149823024 .ModuleHead149823024 {
display:none;
}
#module_149823024 .BodyCenter.BodyCenter149823024 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149823024 >.module_149823024 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149823024 >.module_149823024{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149823024 .BodyCenter.BodyCenter149823024 {
padding-top:10.4167%;
padding-left:10.4167%;
padding-right:10.4167%;
padding-bottom:10.4167%;
}
}
@media screen and (max-width: 767px){
#module_149823024 .BodyCenter.BodyCenter149823024 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_149823024 >.module_149823024 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149823024 >.module_149823024 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_149823024 >.module_149823024 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149823024:hover {
border:none;
}
#module_149823024:hover >.module_149823024 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149823024 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149823024 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149823024 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149823024 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149823024 .imageTextGiant-Container{padding-top:0px;}
#module_149823024 .imageTextGiant-Container{padding-bottom:0px;}
#module_149823024 .imageTextGiant-Container{padding-left:0px;}
#module_149823024 .imageTextGiant-Container{padding-right:0px;}
#module_149823024 .showHandle .btn{font-size:14px;}
#module_149823024 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149823024 .showHandle .btn{color:#333;}
#module_149823024 .showHandle .btn{font-weight:400;}
#module_149823024 .showHandle .btn{text-decoration:none;}
#module_149823024 .showHandle .btn{font-style:normal;}
#module_149823024 .showHandle div{border-top-color:#ddd !important;}
#module_149823024 .showHandle div{border-top-style:solid !important;}
#module_149823024 .showHandle div{border-top-width:1px !important;}
#module_149823024 .showHandle{background-color:transparent;}
#module_149823024 .showHandle{background-image:none;}
#module_149823024 .showHandle{background-repeat:no-repeat;}
#module_149823024 .showHandle{}
#module_149823024 .showHandle{}
#module_149823024 .showHandle{}
#module_149823024 a{font-size:unset;font-family:unset}
.module_163984679 .ModuleHead .HeadCenter{float:none;}
#module_163984679 {
padding:0px;
}
#module_163984679 {
position:static;
z-index:0;
top:195px;
left:0px;
width:100%;
height: auto;
}
#module_163984679 .ModuleHead163984679 {
display:none;
}
#module_163984679 >.module_163984679 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:0px;
}
#module_163984679 >.module_163984679{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163984679 .BodyCenter.BodyCenter163984679 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984679 .BodyCenter.BodyCenter163984679 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_163984679 >.module_163984679 {
margin-top:10.8303%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984679 >.module_163984679 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_163984679 >.module_163984679 {box-shadow: 0px 0px 0px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}
#module_163984679:hover {
border:none;
}
#module_163984679:hover >.module_163984679 {
border-color:rgba(0,0,0,0);
}
#module_163984679:hover >.module_163984679 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163984679 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_163984679 .ModuleHoverBoxItem_1{background-image:none;}
#module_163984679 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_163984679 .ModuleHoverBoxItem_1{}
#module_163984679 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_163984679 .ModuleHoverBoxItem_1{}
#module_163984679 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_163984679 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_163984679 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_163984679 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_163984679 .ModuleHoverBoxItem_2{background-color:rgb(223, 24, 234);}
#module_163984679 .ModuleHoverBoxItem_2{background-image:none;}
#module_163984679 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_163984679 .ModuleHoverBoxItem_2{}
#module_163984679 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_163984679 .ModuleHoverBoxItem_2{}
#module_163984679 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_163984679 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_163984679 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_163984679 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_163984679 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_163984680 .ModuleHead .HeadCenter{float:none;}
#module_163984680 {
padding:0px;
}
#module_163984680 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_163984680 .ModuleHead163984680 {
display:none;
}
#module_163984680 .BodyCenter.BodyCenter163984680 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163984680 >.module_163984680 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:1px;
}
#module_163984680 >.module_163984680{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163984680 .BodyCenter.BodyCenter163984680 {
padding-top:10.8303%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.8303%;
}
}
@media screen and (max-width: 767px){
#module_163984680 .BodyCenter.BodyCenter163984680 {
padding-top:3.0120%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.0241%;
}
}
@media screen and (min-width: 768px){
#module_163984680 >.module_163984680 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984680 >.module_163984680 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163984680 >.module_163984680 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163984680:hover {
border:none;
}
#module_163984680:hover >.module_163984680 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163984680 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_163984680 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_163984680 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_163984680 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_163984680 .GraphicUpper .TextImage{margin-top:0px;}
#module_163984680 .GraphicUpper .TextImage{margin-bottom:15px;}
#module_163984680 .GraphicUpper .TextImage{margin-left:0px;}
#module_163984680 .GraphicUpper .TextImage{margin-right:0px;}
#module_163984680 .TextImage{width:22%;}
#module_163984680 .MobileTextImage{width:50%;}
#module_163984680 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_163984680 .imageTextGiant-Container{padding-top:10px;}
#module_163984680 .imageTextGiant-Container{padding-bottom:10px;}
#module_163984680 .imageTextGiant-Container{padding-left:10px;}
#module_163984680 .imageTextGiant-Container{padding-right:10px;}
#module_163984680 .ModuleImageTextGiantContent{padding-top:0px;}
#module_163984680 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_163984680 .ModuleImageTextGiantContent{padding-left:0px;}
#module_163984680 .ModuleImageTextGiantContent{padding-right:0px;}
#module_163984680 .imageTextGiant-Container{padding-top:0px;}
#module_163984680 .imageTextGiant-Container{padding-bottom:0px;}
#module_163984680 .imageTextGiant-Container{padding-left:0px;}
#module_163984680 .imageTextGiant-Container{padding-right:0px;}
#module_163984680 .showHandle .btn{font-size:14px;}
#module_163984680 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163984680 .showHandle .btn{color:#333;}
#module_163984680 .showHandle .btn{font-weight:400;}
#module_163984680 .showHandle .btn{text-decoration:none;}
#module_163984680 .showHandle .btn{font-style:normal;}
#module_163984680 .showHandle div{border-top-color:#ddd !important;}
#module_163984680 .showHandle div{border-top-style:solid !important;}
#module_163984680 .showHandle div{border-top-width:1px !important;}
#module_163984680 .showHandle{background-color:transparent;}
#module_163984680 .showHandle{background-image:none;}
#module_163984680 .showHandle{background-repeat:no-repeat;}
#module_163984680 .showHandle{}
#module_163984680 .showHandle{}
#module_163984680 .showHandle{}
#module_163984680 a{font-size:unset;font-family:unset}.module_163984681 .ModuleHead .HeadCenter{float:none;}
#module_163984681 {
padding:0px;
}
#module_163984681 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_163984681 .ModuleHead163984681 {
display:none;
}
#module_163984681 .BodyCenter.BodyCenter163984681 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163984681 >.module_163984681 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163984681 >.module_163984681{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163984681 .BodyCenter.BodyCenter163984681 {
padding-top:10.3806%;
padding-left:10.3806%;
padding-right:10.3806%;
padding-bottom:10.3806%;
}
}
@media screen and (max-width: 767px){
#module_163984681 .BodyCenter.BodyCenter163984681 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_163984681 >.module_163984681 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163984681 >.module_163984681 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_163984681 >.module_163984681 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163984681:hover {
border:none;
}
#module_163984681:hover >.module_163984681 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163984681 .ModuleImageTextGiantContent{margin-top:0px;}
#module_163984681 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_163984681 .ModuleImageTextGiantContent{margin-left:0px;}
#module_163984681 .ModuleImageTextGiantContent{margin-right:0px;}
#module_163984681 .imageTextGiant-Container{padding-top:0px;}
#module_163984681 .imageTextGiant-Container{padding-bottom:0px;}
#module_163984681 .imageTextGiant-Container{padding-left:0px;}
#module_163984681 .imageTextGiant-Container{padding-right:0px;}
#module_163984681 .showHandle .btn{font-size:14px;}
#module_163984681 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163984681 .showHandle .btn{color:#333;}
#module_163984681 .showHandle .btn{font-weight:400;}
#module_163984681 .showHandle .btn{text-decoration:none;}
#module_163984681 .showHandle .btn{font-style:normal;}
#module_163984681 .showHandle div{border-top-color:#ddd !important;}
#module_163984681 .showHandle div{border-top-style:solid !important;}
#module_163984681 .showHandle div{border-top-width:1px !important;}
#module_163984681 .showHandle{background-color:transparent;}
#module_163984681 .showHandle{background-image:none;}
#module_163984681 .showHandle{background-repeat:no-repeat;}
#module_163984681 .showHandle{}
#module_163984681 .showHandle{}
#module_163984681 .showHandle{}
#module_163984681 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149823015 #Sub149823015_4 {width:25%;}
.module_149830010 .ModuleHead .HeadCenter{float:none;}
#module_149830010 {
padding:0px;
}
#module_149830010 {
position:static;
z-index:0;
top:1566px;
left:139px;
width:100%;
height: auto;
}
#module_149830010 .ModuleHead149830010 {
display:none;
}
#module_149830010 .BodyCenter.BodyCenter149830010 {
background-color:transparent;
background-image:url(../comdata/82544/202007/2020072522051939f5fa.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_149830010 >.module_149830010 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149830010 >.module_149830010{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149830010 .BodyCenter.BodyCenter149830010 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149830010 .BodyCenter.BodyCenter149830010 {
padding-top:13.0719%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149830010 >.module_149830010 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149830010 >.module_149830010 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149830010 >.module_149830010 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149830010:hover {
border:none;
}
#module_149830010:hover >.module_149830010 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149830010 .ModuleSubContainer{background-color:transparent;}
#module_149830010 .ModuleSubContainer{background-image:none;}
#module_149830010 .ModuleSubContainer{background-repeat:no-repeat;}
#module_149830010 .ModuleSubContainer{background-position:0% 0%;}
#module_149830010 .ModuleSubContainer{background-attachment:scroll;}
#module_149830010 .ModuleSubContainer{}
#module_149830010 {!bgVideo!}{bgVideoUrl:none}
#module_149830010 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_149830010 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_149830010 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer149830010 {}
.module_149830011 .ModuleHead .HeadCenter{float:none;}
#module_149830011 {
padding:0px;
}
#module_149830011 {
position:static;
z-index:0;
top:1300px;
left:1252px;
width:100%;
height: auto;
}
#module_149830011 .ModuleHead149830011 {
display:none;
}
#module_149830011 .BodyCenter.BodyCenter149830011 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149830011 >.module_149830011 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149830011 >.module_149830011{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149830011 .BodyCenter.BodyCenter149830011 {
padding-top:7.5000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:38.3333%;
}
}
@media screen and (max-width: 767px){
#module_149830011 .BodyCenter.BodyCenter149830011 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:169.1729%;
}
}
@media screen and (min-width: 768px){
#module_149830011 >.module_149830011 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149830011 >.module_149830011 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149830011 >.module_149830011 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149830011:hover {
border:none;
}
#module_149830011:hover >.module_149830011 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149830011 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149830011 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149830011 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149830011 .ModuleImageTextGiantContent{margin-right:10px;}
#module_149830011 .imageTextGiant-Container{padding-top:0px;}
#module_149830011 .imageTextGiant-Container{padding-bottom:0px;}
#module_149830011 .imageTextGiant-Container{padding-left:0px;}
#module_149830011 .imageTextGiant-Container{padding-right:0px;}
#module_149830011 .showHandle .btn{font-size:14px;}
#module_149830011 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149830011 .showHandle .btn{color:#333;}
#module_149830011 .showHandle .btn{font-weight:400;}
#module_149830011 .showHandle .btn{text-decoration:none;}
#module_149830011 .showHandle .btn{font-style:normal;}
#module_149830011 .showHandle div{border-top-color:#ddd !important;}
#module_149830011 .showHandle div{border-top-style:solid !important;}
#module_149830011 .showHandle div{border-top-width:1px !important;}
#module_149830011 .showHandle{background-color:transparent;}
#module_149830011 .showHandle{background-image:none;}
#module_149830011 .showHandle{background-repeat:no-repeat;}
#module_149830011 .showHandle{}
#module_149830011 .showHandle{}
#module_149830011 .showHandle{}
#module_149830011 a{font-size:unset;font-family:unset}
.module_149830389 .ModuleHead .HeadCenter{float:none;}
#module_149830389 {
padding:0px;
}
#module_149830389 {
position:static;
z-index:0;
top:2168px;
left:95px;
width:100%;
height: auto;
}
#module_149830389 .ModuleHead149830389 {
display:none;
}
#module_149830389 .BodyCenter.BodyCenter149830389 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149830389 >.module_149830389 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149830389 >.module_149830389{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149830389 .BodyCenter.BodyCenter149830389 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.6795%;
}
}
@media screen and (max-width: 767px){
#module_149830389 .BodyCenter.BodyCenter149830389 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149830389 >.module_149830389 {
margin-top:-13.1297%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149830389 >.module_149830389 {
margin-top:-140.5229%;
margin-left:4.9020%;
margin-right:4.9020%;
margin-bottom:0.0000%;
}
}
#module_149830389 >.module_149830389 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149830389:hover {
border:none;
}
#module_149830389:hover >.module_149830389 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149830389 .ModuleSubContainer{background-color:transparent;}
#module_149830389 .ModuleSubContainer{background-image:none;}
#module_149830389 .ModuleSubContainer{background-repeat:no-repeat;}
#module_149830389 .ModuleSubContainer{background-position:0% 0%;}
#module_149830389 .ModuleSubContainer{background-attachment:scroll;}
#module_149830389 .ModuleSubContainer{}
#module_149830389 {!bgVideo!}{bgVideoUrl:none}
#module_149830389 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_149830389 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_149830389 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer149830389 {max-width:1200px;width:auto;}
.ModuleGridContainer.ModuleGridContainer149830389 .SubPadding {width:15px;}
.module_149830404 .ModuleHead .HeadCenter{float:none;}
#module_149830404 {
padding:0px;
}
#module_149830404 {
position:static;
z-index:0;
top:3351px;
left:422px;
width:100%;
height: auto;
}
#module_149830404 .ModuleHead149830404 {
display:none;
}
#module_149830404 .BodyCenter.BodyCenter149830404 {
background:none;background-color:rgb(255, 255, 255);
}
#module_149830404 >.module_149830404 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:0px;
}
#module_149830404 >.module_149830404{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_149830404 .BodyCenter.BodyCenter149830404 {
padding-top:13.2979%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:15.9574%;
}
}
@media screen and (max-width: 767px){
#module_149830404 .BodyCenter.BodyCenter149830404 {
padding-top:11.0294%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.8235%;
}
}
@media screen and (min-width: 768px){
#module_149830404 >.module_149830404 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149830404 >.module_149830404 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:3.6765%;
margin-bottom:0.0000%;
}
}
#module_149830404 >.module_149830404 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149830404:hover {
border:none;
}
#module_149830404:hover >.module_149830404 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149830404 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149830404 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149830404 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149830404 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149830404 .GraphicUpper .TextImage{margin-top:0px;}
#module_149830404 .GraphicUpper .TextImage{margin-bottom:5px;}
#module_149830404 .GraphicUpper .TextImage{margin-left:0px;}
#module_149830404 .GraphicUpper .TextImage{margin-right:0px;}
#module_149830404 .TextImage{width:50%;}
#module_149830404 .MobileTextImage{width:30%;}
#module_149830404 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_149830404 .imageTextGiant-Container{padding-top:10px;}
#module_149830404 .imageTextGiant-Container{padding-bottom:10px;}
#module_149830404 .imageTextGiant-Container{padding-left:10px;}
#module_149830404 .imageTextGiant-Container{padding-right:10px;}
#module_149830404 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149830404 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149830404 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149830404 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149830404 .imageTextGiant-Container{padding-top:0px;}
#module_149830404 .imageTextGiant-Container{padding-bottom:0px;}
#module_149830404 .imageTextGiant-Container{padding-left:0px;}
#module_149830404 .imageTextGiant-Container{padding-right:0px;}
#module_149830404 .showHandle .btn{font-size:14px;}
#module_149830404 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149830404 .showHandle .btn{color:#333;}
#module_149830404 .showHandle .btn{font-weight:400;}
#module_149830404 .showHandle .btn{text-decoration:none;}
#module_149830404 .showHandle .btn{font-style:normal;}
#module_149830404 .showHandle div{border-top-color:#ddd !important;}
#module_149830404 .showHandle div{border-top-style:solid !important;}
#module_149830404 .showHandle div{border-top-width:1px !important;}
#module_149830404 .showHandle{background-color:transparent;}
#module_149830404 .showHandle{background-image:none;}
#module_149830404 .showHandle{background-repeat:no-repeat;}
#module_149830404 .showHandle{}
#module_149830404 .showHandle{}
#module_149830404 .showHandle{}
#module_149830404 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149830389 #Sub149830389_1 {width:16.6667%;}
.module_163985208 .ModuleHead .HeadCenter{float:none;}
#module_163985208 {
padding:0px;
}
#module_163985208 {
position:static;
z-index:0;
top:10px;
left:-132px;
width:100%;
height: auto;
}
#module_163985208 .ModuleHead163985208 {
display:none;
}
#module_163985208 .BodyCenter.BodyCenter163985208 {
background:none;background-color:rgb(255, 255, 255);
}
#module_163985208 >.module_163985208 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:0px;
}
#module_163985208 >.module_163985208{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163985208 .BodyCenter.BodyCenter163985208 {
padding-top:13.2979%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:15.9574%;
}
}
@media screen and (max-width: 767px){
#module_163985208 .BodyCenter.BodyCenter163985208 {
padding-top:11.0294%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.8235%;
}
}
@media screen and (min-width: 768px){
#module_163985208 >.module_163985208 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163985208 >.module_163985208 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:3.6765%;
margin-bottom:0.0000%;
}
}
#module_163985208 >.module_163985208 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163985208:hover {
border:none;
}
#module_163985208:hover >.module_163985208 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163985208 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_163985208 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_163985208 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_163985208 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_163985208 .GraphicUpper .TextImage{margin-top:0px;}
#module_163985208 .GraphicUpper .TextImage{margin-bottom:5px;}
#module_163985208 .GraphicUpper .TextImage{margin-left:0px;}
#module_163985208 .GraphicUpper .TextImage{margin-right:0px;}
#module_163985208 .TextImage{width:50%;}
#module_163985208 .MobileTextImage{width:30%;}
#module_163985208 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_163985208 .imageTextGiant-Container{padding-top:10px;}
#module_163985208 .imageTextGiant-Container{padding-bottom:10px;}
#module_163985208 .imageTextGiant-Container{padding-left:10px;}
#module_163985208 .imageTextGiant-Container{padding-right:10px;}
#module_163985208 .ModuleImageTextGiantContent{padding-top:0px;}
#module_163985208 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_163985208 .ModuleImageTextGiantContent{padding-left:0px;}
#module_163985208 .ModuleImageTextGiantContent{padding-right:0px;}
#module_163985208 .imageTextGiant-Container{padding-top:0px;}
#module_163985208 .imageTextGiant-Container{padding-bottom:0px;}
#module_163985208 .imageTextGiant-Container{padding-left:0px;}
#module_163985208 .imageTextGiant-Container{padding-right:0px;}
#module_163985208 .showHandle .btn{font-size:14px;}
#module_163985208 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163985208 .showHandle .btn{color:#333;}
#module_163985208 .showHandle .btn{font-weight:400;}
#module_163985208 .showHandle .btn{text-decoration:none;}
#module_163985208 .showHandle .btn{font-style:normal;}
#module_163985208 .showHandle div{border-top-color:#ddd !important;}
#module_163985208 .showHandle div{border-top-style:solid !important;}
#module_163985208 .showHandle div{border-top-width:1px !important;}
#module_163985208 .showHandle{background-color:transparent;}
#module_163985208 .showHandle{background-image:none;}
#module_163985208 .showHandle{background-repeat:no-repeat;}
#module_163985208 .showHandle{}
#module_163985208 .showHandle{}
#module_163985208 .showHandle{}
#module_163985208 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149830389 #Sub149830389_2 {width:16.6667%;}
.module_163985210 .ModuleHead .HeadCenter{float:none;}
#module_163985210 {
padding:0px;
}
#module_163985210 {
position:static;
z-index:0;
top:26px;
left:-98px;
width:100%;
height: auto;
}
#module_163985210 .ModuleHead163985210 {
display:none;
}
#module_163985210 .BodyCenter.BodyCenter163985210 {
background:none;background-color:rgb(255, 255, 255);
}
#module_163985210 >.module_163985210 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:0px;
}
#module_163985210 >.module_163985210{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163985210 .BodyCenter.BodyCenter163985210 {
padding-top:13.2979%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:15.9574%;
}
}
@media screen and (max-width: 767px){
#module_163985210 .BodyCenter.BodyCenter163985210 {
padding-top:11.0294%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.8235%;
}
}
@media screen and (min-width: 768px){
#module_163985210 >.module_163985210 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163985210 >.module_163985210 {
margin-top:3.6765%;
margin-left:0.0000%;
margin-right:3.6765%;
margin-bottom:0.0000%;
}
}
#module_163985210 >.module_163985210 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163985210:hover {
border:none;
}
#module_163985210:hover >.module_163985210 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163985210 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_163985210 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_163985210 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_163985210 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_163985210 .GraphicUpper .TextImage{margin-top:0px;}
#module_163985210 .GraphicUpper .TextImage{margin-bottom:5px;}
#module_163985210 .GraphicUpper .TextImage{margin-left:0px;}
#module_163985210 .GraphicUpper .TextImage{margin-right:0px;}
#module_163985210 .TextImage{width:50%;}
#module_163985210 .MobileTextImage{width:30%;}
#module_163985210 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_163985210 .imageTextGiant-Container{padding-top:10px;}
#module_163985210 .imageTextGiant-Container{padding-bottom:10px;}
#module_163985210 .imageTextGiant-Container{padding-left:10px;}
#module_163985210 .imageTextGiant-Container{padding-right:10px;}
#module_163985210 .ModuleImageTextGiantContent{padding-top:0px;}
#module_163985210 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_163985210 .ModuleImageTextGiantContent{padding-left:0px;}
#module_163985210 .ModuleImageTextGiantContent{padding-right:0px;}
#module_163985210 .imageTextGiant-Container{padding-top:0px;}
#module_163985210 .imageTextGiant-Container{padding-bottom:0px;}
#module_163985210 .imageTextGiant-Container{padding-left:0px;}
#module_163985210 .imageTextGiant-Container{padding-right:0px;}
#module_163985210 .showHandle .btn{font-size:14px;}
#module_163985210 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163985210 .showHandle .btn{color:#333;}
#module_163985210 .showHandle .btn{font-weight:400;}
#module_163985210 .showHandle .btn{text-decoration:none;}
#module_163985210 .showHandle .btn{font-style:normal;}
#module_163985210 .showHandle div{border-top-color:#ddd !important;}
#module_163985210 .showHandle div{border-top-style:solid !important;}
#module_163985210 .showHandle div{border-top-width:1px !important;}
#module_163985210 .showHandle{background-color:transparent;}
#module_163985210 .showHandle{background-image:none;}
#module_163985210 .showHandle{background-repeat:no-repeat;}
#module_163985210 .showHandle{}
#module_163985210 .showHandle{}
#module_163985210 .showHandle{}
#module_163985210 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149830389 #Sub149830389_3 {width:16.6667%;}
.module_163985212 .ModuleHead .HeadCenter{float:none;}
#module_163985212 {
padding:0px;
}
#module_163985212 {
position:static;
z-index:0;
top:24px;
left:-140px;
width:100%;
height: auto;
}
#module_163985212 .ModuleHead163985212 {
display:none;
}
#module_163985212 .BodyCenter.BodyCenter163985212 {
background:none;background-color:rgb(255, 255, 255);
}
#module_163985212 >.module_163985212 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:0px;
}
#module_163985212 >.module_163985212{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163985212 .BodyCenter.BodyCenter163985212 {
padding-top:13.2979%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:15.9574%;
}
}
@media screen and (max-width: 767px){
#module_163985212 .BodyCenter.BodyCenter163985212 {
padding-top:11.0294%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.8235%;
}
}
@media screen and (min-width: 768px){
#module_163985212 >.module_163985212 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163985212 >.module_163985212 {
margin-top:3.6765%;
margin-left:0.0000%;
margin-right:3.6765%;
margin-bottom:0.0000%;
}
}
#module_163985212 >.module_163985212 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163985212:hover {
border:none;
}
#module_163985212:hover >.module_163985212 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163985212 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_163985212 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_163985212 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_163985212 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_163985212 .GraphicUpper .TextImage{margin-top:0px;}
#module_163985212 .GraphicUpper .TextImage{margin-bottom:5px;}
#module_163985212 .GraphicUpper .TextImage{margin-left:0px;}
#module_163985212 .GraphicUpper .TextImage{margin-right:0px;}
#module_163985212 .TextImage{width:50%;}
#module_163985212 .MobileTextImage{width:30%;}
#module_163985212 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_163985212 .imageTextGiant-Container{padding-top:10px;}
#module_163985212 .imageTextGiant-Container{padding-bottom:10px;}
#module_163985212 .imageTextGiant-Container{padding-left:10px;}
#module_163985212 .imageTextGiant-Container{padding-right:10px;}
#module_163985212 .ModuleImageTextGiantContent{padding-top:0px;}
#module_163985212 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_163985212 .ModuleImageTextGiantContent{padding-left:0px;}
#module_163985212 .ModuleImageTextGiantContent{padding-right:0px;}
#module_163985212 .imageTextGiant-Container{padding-top:0px;}
#module_163985212 .imageTextGiant-Container{padding-bottom:0px;}
#module_163985212 .imageTextGiant-Container{padding-left:0px;}
#module_163985212 .imageTextGiant-Container{padding-right:0px;}
#module_163985212 .showHandle .btn{font-size:14px;}
#module_163985212 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163985212 .showHandle .btn{color:#333;}
#module_163985212 .showHandle .btn{font-weight:400;}
#module_163985212 .showHandle .btn{text-decoration:none;}
#module_163985212 .showHandle .btn{font-style:normal;}
#module_163985212 .showHandle div{border-top-color:#ddd !important;}
#module_163985212 .showHandle div{border-top-style:solid !important;}
#module_163985212 .showHandle div{border-top-width:1px !important;}
#module_163985212 .showHandle{background-color:transparent;}
#module_163985212 .showHandle{background-image:none;}
#module_163985212 .showHandle{background-repeat:no-repeat;}
#module_163985212 .showHandle{}
#module_163985212 .showHandle{}
#module_163985212 .showHandle{}
#module_163985212 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149830389 #Sub149830389_4 {width:16.6667%;}
.module_163985213 .ModuleHead .HeadCenter{float:none;}
#module_163985213 {
padding:0px;
}
#module_163985213 {
position:static;
z-index:0;
top:30px;
left:-104px;
width:100%;
height: auto;
}
#module_163985213 .ModuleHead163985213 {
display:none;
}
#module_163985213 .BodyCenter.BodyCenter163985213 {
background:none;background-color:rgb(255, 255, 255);
}
#module_163985213 >.module_163985213 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:0px;
}
#module_163985213 >.module_163985213{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163985213 .BodyCenter.BodyCenter163985213 {
padding-top:13.2979%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:15.9574%;
}
}
@media screen and (max-width: 767px){
#module_163985213 .BodyCenter.BodyCenter163985213 {
padding-top:11.0294%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.8235%;
}
}
@media screen and (min-width: 768px){
#module_163985213 >.module_163985213 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163985213 >.module_163985213 {
margin-top:3.6765%;
margin-left:0.0000%;
margin-right:3.6765%;
margin-bottom:0.0000%;
}
}
#module_163985213 >.module_163985213 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163985213:hover {
border:none;
}
#module_163985213:hover >.module_163985213 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163985213 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_163985213 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_163985213 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_163985213 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_163985213 .GraphicUpper .TextImage{margin-top:0px;}
#module_163985213 .GraphicUpper .TextImage{margin-bottom:5px;}
#module_163985213 .GraphicUpper .TextImage{margin-left:0px;}
#module_163985213 .GraphicUpper .TextImage{margin-right:0px;}
#module_163985213 .TextImage{width:50%;}
#module_163985213 .MobileTextImage{width:30%;}
#module_163985213 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_163985213 .imageTextGiant-Container{padding-top:10px;}
#module_163985213 .imageTextGiant-Container{padding-bottom:10px;}
#module_163985213 .imageTextGiant-Container{padding-left:10px;}
#module_163985213 .imageTextGiant-Container{padding-right:10px;}
#module_163985213 .ModuleImageTextGiantContent{padding-top:0px;}
#module_163985213 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_163985213 .ModuleImageTextGiantContent{padding-left:0px;}
#module_163985213 .ModuleImageTextGiantContent{padding-right:0px;}
#module_163985213 .imageTextGiant-Container{padding-top:0px;}
#module_163985213 .imageTextGiant-Container{padding-bottom:0px;}
#module_163985213 .imageTextGiant-Container{padding-left:0px;}
#module_163985213 .imageTextGiant-Container{padding-right:0px;}
#module_163985213 .showHandle .btn{font-size:14px;}
#module_163985213 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163985213 .showHandle .btn{color:#333;}
#module_163985213 .showHandle .btn{font-weight:400;}
#module_163985213 .showHandle .btn{text-decoration:none;}
#module_163985213 .showHandle .btn{font-style:normal;}
#module_163985213 .showHandle div{border-top-color:#ddd !important;}
#module_163985213 .showHandle div{border-top-style:solid !important;}
#module_163985213 .showHandle div{border-top-width:1px !important;}
#module_163985213 .showHandle{background-color:transparent;}
#module_163985213 .showHandle{background-image:none;}
#module_163985213 .showHandle{background-repeat:no-repeat;}
#module_163985213 .showHandle{}
#module_163985213 .showHandle{}
#module_163985213 .showHandle{}
#module_163985213 a{font-size:unset;font-family:unset}
.module_163985214 .ModuleHead .HeadCenter{float:none;}
#module_163985214 {
padding:0px;
}
#module_163985214 {
position:static;
z-index:0;
top:36px;
left:0px;
width:100%;
height: auto;
}
#module_163985214 .ModuleHead163985214 {
display:none;
}
#module_163985214 .BodyCenter.BodyCenter163985214 {
background:none;background-color:rgb(255, 255, 255);
}
#module_163985214 >.module_163985214 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:0px;
}
#module_163985214 >.module_163985214{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163985214 .BodyCenter.BodyCenter163985214 {
padding-top:13.2979%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:15.9574%;
}
}
@media screen and (max-width: 767px){
#module_163985214 .BodyCenter.BodyCenter163985214 {
padding-top:11.0294%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.8235%;
}
}
@media screen and (min-width: 768px){
#module_163985214 >.module_163985214 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163985214 >.module_163985214 {
margin-top:7.3529%;
margin-left:0.0000%;
margin-right:3.6765%;
margin-bottom:0.0000%;
}
}
#module_163985214 >.module_163985214 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163985214:hover {
border:none;
}
#module_163985214:hover >.module_163985214 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163985214 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_163985214 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_163985214 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_163985214 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_163985214 .GraphicUpper .TextImage{margin-top:0px;}
#module_163985214 .GraphicUpper .TextImage{margin-bottom:5px;}
#module_163985214 .GraphicUpper .TextImage{margin-left:0px;}
#module_163985214 .GraphicUpper .TextImage{margin-right:0px;}
#module_163985214 .TextImage{width:50%;}
#module_163985214 .MobileTextImage{width:30%;}
#module_163985214 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_163985214 .imageTextGiant-Container{padding-top:10px;}
#module_163985214 .imageTextGiant-Container{padding-bottom:10px;}
#module_163985214 .imageTextGiant-Container{padding-left:10px;}
#module_163985214 .imageTextGiant-Container{padding-right:10px;}
#module_163985214 .ModuleImageTextGiantContent{padding-top:0px;}
#module_163985214 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_163985214 .ModuleImageTextGiantContent{padding-left:0px;}
#module_163985214 .ModuleImageTextGiantContent{padding-right:0px;}
#module_163985214 .imageTextGiant-Container{padding-top:0px;}
#module_163985214 .imageTextGiant-Container{padding-bottom:0px;}
#module_163985214 .imageTextGiant-Container{padding-left:0px;}
#module_163985214 .imageTextGiant-Container{padding-right:0px;}
#module_163985214 .showHandle .btn{font-size:14px;}
#module_163985214 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163985214 .showHandle .btn{color:#333;}
#module_163985214 .showHandle .btn{font-weight:400;}
#module_163985214 .showHandle .btn{text-decoration:none;}
#module_163985214 .showHandle .btn{font-style:normal;}
#module_163985214 .showHandle div{border-top-color:#ddd !important;}
#module_163985214 .showHandle div{border-top-style:solid !important;}
#module_163985214 .showHandle div{border-top-width:1px !important;}
#module_163985214 .showHandle{background-color:transparent;}
#module_163985214 .showHandle{background-image:none;}
#module_163985214 .showHandle{background-repeat:no-repeat;}
#module_163985214 .showHandle{}
#module_163985214 .showHandle{}
#module_163985214 .showHandle{}
#module_163985214 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149830389 #Sub149830389_5 {width:16.6667%;}
.module_163985216 .ModuleHead .HeadCenter{float:none;}
#module_163985216 {
padding:0px;
}
#module_163985216 {
position:static;
z-index:0;
top:22px;
left:-86px;
width:100%;
height: auto;
}
#module_163985216 .ModuleHead163985216 {
display:none;
}
#module_163985216 .BodyCenter.BodyCenter163985216 {
background:none;background-color:rgb(255, 255, 255);
}
#module_163985216 >.module_163985216 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:0px;
}
#module_163985216 >.module_163985216{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163985216 .BodyCenter.BodyCenter163985216 {
padding-top:13.2979%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:15.9574%;
}
}
@media screen and (max-width: 767px){
#module_163985216 .BodyCenter.BodyCenter163985216 {
padding-top:11.0294%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.8235%;
}
}
@media screen and (min-width: 768px){
#module_163985216 >.module_163985216 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163985216 >.module_163985216 {
margin-top:3.6765%;
margin-left:0.0000%;
margin-right:3.6765%;
margin-bottom:0.0000%;
}
}
#module_163985216 >.module_163985216 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163985216:hover {
border:none;
}
#module_163985216:hover >.module_163985216 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163985216 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_163985216 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_163985216 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_163985216 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_163985216 .GraphicUpper .TextImage{margin-top:0px;}
#module_163985216 .GraphicUpper .TextImage{margin-bottom:5px;}
#module_163985216 .GraphicUpper .TextImage{margin-left:0px;}
#module_163985216 .GraphicUpper .TextImage{margin-right:0px;}
#module_163985216 .TextImage{width:50%;}
#module_163985216 .MobileTextImage{width:30%;}
#module_163985216 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_163985216 .imageTextGiant-Container{padding-top:10px;}
#module_163985216 .imageTextGiant-Container{padding-bottom:10px;}
#module_163985216 .imageTextGiant-Container{padding-left:10px;}
#module_163985216 .imageTextGiant-Container{padding-right:10px;}
#module_163985216 .ModuleImageTextGiantContent{padding-top:0px;}
#module_163985216 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_163985216 .ModuleImageTextGiantContent{padding-left:0px;}
#module_163985216 .ModuleImageTextGiantContent{padding-right:0px;}
#module_163985216 .imageTextGiant-Container{padding-top:0px;}
#module_163985216 .imageTextGiant-Container{padding-bottom:0px;}
#module_163985216 .imageTextGiant-Container{padding-left:0px;}
#module_163985216 .imageTextGiant-Container{padding-right:0px;}
#module_163985216 .showHandle .btn{font-size:14px;}
#module_163985216 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163985216 .showHandle .btn{color:#333;}
#module_163985216 .showHandle .btn{font-weight:400;}
#module_163985216 .showHandle .btn{text-decoration:none;}
#module_163985216 .showHandle .btn{font-style:normal;}
#module_163985216 .showHandle div{border-top-color:#ddd !important;}
#module_163985216 .showHandle div{border-top-style:solid !important;}
#module_163985216 .showHandle div{border-top-width:1px !important;}
#module_163985216 .showHandle{background-color:transparent;}
#module_163985216 .showHandle{background-image:none;}
#module_163985216 .showHandle{background-repeat:no-repeat;}
#module_163985216 .showHandle{}
#module_163985216 .showHandle{}
#module_163985216 .showHandle{}
#module_163985216 a{font-size:unset;font-family:unset}
.module_163985217 .ModuleHead .HeadCenter{float:none;}
#module_163985217 {
padding:0px;
}
#module_163985217 {
position:static;
z-index:0;
top:53px;
left:-78px;
width:100%;
height: auto;
}
#module_163985217 .ModuleHead163985217 {
display:none;
}
#module_163985217 .BodyCenter.BodyCenter163985217 {
background:none;background-color:rgb(255, 255, 255);
}
#module_163985217 >.module_163985217 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(237, 237, 237);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(237, 237, 237);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(237, 237, 237);
border-bottom-width:0px;
}
#module_163985217 >.module_163985217{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_163985217 .BodyCenter.BodyCenter163985217 {
padding-top:13.2979%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:15.9574%;
}
}
@media screen and (max-width: 767px){
#module_163985217 .BodyCenter.BodyCenter163985217 {
padding-top:11.0294%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.8235%;
}
}
@media screen and (min-width: 768px){
#module_163985217 >.module_163985217 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163985217 >.module_163985217 {
margin-top:7.3529%;
margin-left:0.0000%;
margin-right:3.6765%;
margin-bottom:0.0000%;
}
}
#module_163985217 >.module_163985217 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163985217:hover {
border:none;
}
#module_163985217:hover >.module_163985217 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163985217 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_163985217 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_163985217 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_163985217 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_163985217 .GraphicUpper .TextImage{margin-top:0px;}
#module_163985217 .GraphicUpper .TextImage{margin-bottom:5px;}
#module_163985217 .GraphicUpper .TextImage{margin-left:0px;}
#module_163985217 .GraphicUpper .TextImage{margin-right:0px;}
#module_163985217 .TextImage{width:50%;}
#module_163985217 .MobileTextImage{width:30%;}
#module_163985217 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_163985217 .imageTextGiant-Container{padding-top:10px;}
#module_163985217 .imageTextGiant-Container{padding-bottom:10px;}
#module_163985217 .imageTextGiant-Container{padding-left:10px;}
#module_163985217 .imageTextGiant-Container{padding-right:10px;}
#module_163985217 .ModuleImageTextGiantContent{padding-top:0px;}
#module_163985217 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_163985217 .ModuleImageTextGiantContent{padding-left:0px;}
#module_163985217 .ModuleImageTextGiantContent{padding-right:0px;}
#module_163985217 .imageTextGiant-Container{padding-top:0px;}
#module_163985217 .imageTextGiant-Container{padding-bottom:0px;}
#module_163985217 .imageTextGiant-Container{padding-left:0px;}
#module_163985217 .imageTextGiant-Container{padding-right:0px;}
#module_163985217 .showHandle .btn{font-size:14px;}
#module_163985217 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163985217 .showHandle .btn{color:#333;}
#module_163985217 .showHandle .btn{font-weight:400;}
#module_163985217 .showHandle .btn{text-decoration:none;}
#module_163985217 .showHandle .btn{font-style:normal;}
#module_163985217 .showHandle div{border-top-color:#ddd !important;}
#module_163985217 .showHandle div{border-top-style:solid !important;}
#module_163985217 .showHandle div{border-top-width:1px !important;}
#module_163985217 .showHandle{background-color:transparent;}
#module_163985217 .showHandle{background-image:none;}
#module_163985217 .showHandle{background-repeat:no-repeat;}
#module_163985217 .showHandle{}
#module_163985217 .showHandle{}
#module_163985217 .showHandle{}
#module_163985217 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149830389 #Sub149830389_6 {width:16.6667%;}
.module_163988313 .ModuleHead .HeadCenter{float:none;}
#module_163988313 {
padding:0px;
}
#module_163988313 {
position:static;
z-index:0;
top:2461px;
left:1441px;
width:100%;
height: auto;
}
#module_163988313 .ModuleHead163988313 {
display:none;
}
#module_163988313 .BodyCenter.BodyCenter163988313 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163988313 >.module_163988313 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988313 >.module_163988313{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988313 .BodyCenter.BodyCenter163988313 {
padding-top:3.8573%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.4465%;
}
}
@media screen and (max-width: 767px){
#module_163988313 .BodyCenter.BodyCenter163988313 {
padding-top:9.8039%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_163988313 >.module_163988313 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988313 >.module_163988313 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988313 >.module_163988313 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988313:hover {
border:none;
}
#module_163988313:hover >.module_163988313 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988313 .ModuleSubContainer{background-color:transparent;}
#module_163988313 .ModuleSubContainer{background-image:none;}
#module_163988313 .ModuleSubContainer{background-repeat:no-repeat;}
#module_163988313 .ModuleSubContainer{background-position:0% 0%;}
#module_163988313 .ModuleSubContainer{background-attachment:scroll;}
#module_163988313 .ModuleSubContainer{}
#module_163988313 {!bgVideo!}{bgVideoUrl:none}
#module_163988313 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_163988313 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_163988313 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer163988313 {}
.module_163988314 .ModuleHead .HeadCenter{float:none;}
#module_163988314 {
padding:0px;
}
#module_163988314 {
position:static;
z-index:0;
top:723px;
left:1093px;
width:100%;
height: auto;
}
#module_163988314 .ModuleHead163988314 {
display:none;
}
#module_163988314 .BodyCenter.BodyCenter163988314 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163988314 >.module_163988314 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988314 >.module_163988314{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988314 .BodyCenter.BodyCenter163988314 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988314 .BodyCenter.BodyCenter163988314 {
padding-top:13.6240%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_163988314 >.module_163988314 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988314 >.module_163988314 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988314 >.module_163988314 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988314:hover {
border:none;
}
#module_163988314:hover >.module_163988314 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988314 .ModuleImageTextGiantContent{margin-top:0px;}
#module_163988314 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_163988314 .ModuleImageTextGiantContent{margin-left:0px;}
#module_163988314 .ModuleImageTextGiantContent{margin-right:0px;}
#module_163988314 .imageTextGiant-Container{padding-top:0px;}
#module_163988314 .imageTextGiant-Container{padding-bottom:0px;}
#module_163988314 .imageTextGiant-Container{padding-left:30px;}
#module_163988314 .imageTextGiant-Container{padding-right:30px;}
#module_163988314 .showHandle .btn{font-size:14px;}
#module_163988314 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163988314 .showHandle .btn{color:#333;}
#module_163988314 .showHandle .btn{font-weight:400;}
#module_163988314 .showHandle .btn{text-decoration:none;}
#module_163988314 .showHandle .btn{font-style:normal;}
#module_163988314 .showHandle div{border-top-color:#ddd !important;}
#module_163988314 .showHandle div{border-top-style:solid !important;}
#module_163988314 .showHandle div{border-top-width:1px !important;}
#module_163988314 .showHandle{background-color:transparent;}
#module_163988314 .showHandle{background-image:none;}
#module_163988314 .showHandle{background-repeat:no-repeat;}
#module_163988314 .showHandle{}
#module_163988314 .showHandle{}
#module_163988314 .showHandle{}
#module_163988314 a{font-size:unset;font-family:unset}
.module_163988315 .ModuleHead .HeadCenter{float:none;}
#module_163988315 {
padding:0px;
}
#module_163988315 {
position:static;
z-index:0;
top:996px;
left:132px;
width:100%;
height: auto;
}
#module_163988315 .ModuleHead163988315 {
display:none;
}
#module_163988315 .BodyCenter.BodyCenter163988315 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163988315 >.module_163988315 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988315 >.module_163988315{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988315 .BodyCenter.BodyCenter163988315 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988315 .BodyCenter.BodyCenter163988315 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.5359%;
}
}
@media screen and (min-width: 768px){
#module_163988315 >.module_163988315 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988315 >.module_163988315 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988315 >.module_163988315 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988315:hover {
border:none;
}
#module_163988315:hover >.module_163988315 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988315 .ModuleImageTextGiantContent{margin-top:0px;}
#module_163988315 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_163988315 .ModuleImageTextGiantContent{margin-left:0px;}
#module_163988315 .ModuleImageTextGiantContent{margin-right:0px;}
#module_163988315 .imageTextGiant-Container{padding-top:0px;}
#module_163988315 .imageTextGiant-Container{padding-bottom:0px;}
#module_163988315 .imageTextGiant-Container{padding-left:20px;}
#module_163988315 .imageTextGiant-Container{padding-right:20px;}
#module_163988315 .showHandle .btn{font-size:14px;}
#module_163988315 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163988315 .showHandle .btn{color:#333;}
#module_163988315 .showHandle .btn{font-weight:400;}
#module_163988315 .showHandle .btn{text-decoration:none;}
#module_163988315 .showHandle .btn{font-style:normal;}
#module_163988315 .showHandle div{border-top-color:#ddd !important;}
#module_163988315 .showHandle div{border-top-style:solid !important;}
#module_163988315 .showHandle div{border-top-width:1px !important;}
#module_163988315 .showHandle{background-color:transparent;}
#module_163988315 .showHandle{background-image:none;}
#module_163988315 .showHandle{background-repeat:no-repeat;}
#module_163988315 .showHandle{}
#module_163988315 .showHandle{}
#module_163988315 .showHandle{}
#module_163988315 a{font-size:unset;font-family:unset}
.module_163988302 .ModuleHead .HeadCenter{float:none;}
#module_163988302 {
padding:0px;
}
#module_163988302 {
position:static;
z-index:0;
top:2440px;
left:1385px;
width:100%;
height: auto;
}
#module_163988302 .ModuleHead163988302 {
display:none;
}
#module_163988302 .BodyCenter.BodyCenter163988302 {
background:none;background-color:rgb(255, 255, 255);
}
#module_163988302 >.module_163988302 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988302 >.module_163988302{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988302 .BodyCenter.BodyCenter163988302 {
padding-top:3.8573%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.8573%;
}
}
@media screen and (max-width: 767px){
#module_163988302 .BodyCenter.BodyCenter163988302 {
padding-top:0.0000%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:13.0719%;
}
}
@media screen and (min-width: 768px){
#module_163988302 >.module_163988302 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988302 >.module_163988302 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988302 >.module_163988302 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988302:hover {
border:none;
}
#module_163988302:hover >.module_163988302 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988302 .ModuleSubContainer{background-color:transparent;}
#module_163988302 .ModuleSubContainer{background-image:none;}
#module_163988302 .ModuleSubContainer{background-repeat:no-repeat;}
#module_163988302 .ModuleSubContainer{background-position:0% 0%;}
#module_163988302 .ModuleSubContainer{background-attachment:scroll;}
#module_163988302 .ModuleSubContainer{}
#module_163988302 {!bgVideo!}{bgVideoUrl:none}
#module_163988302 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_163988302 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_163988302 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer163988302 {}
.ModuleGridContainer.ModuleGridContainer163988302 .SubPadding {width:0px;}
.module_163988305 .ModuleHead .HeadCenter{float:none;}
#module_163988305 {
padding:0px;
}
#module_163988305 {
position:static;
z-index:0;
top:6640px;
left:765px;
width:100%;
height: auto;
}
#module_163988305 .ModuleHead163988305 {
display:none;
}
#module_163988305 .BodyCenter.BodyCenter163988305 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163988305 >.module_163988305 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988305 >.module_163988305{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988305 .BodyCenter.BodyCenter163988305 {
padding-top:0.0000%;
padding-left:1.6667%;
padding-right:0.0000%;
padding-bottom:3.3333%;
}
}
@media screen and (max-width: 767px){
#module_163988305 .BodyCenter.BodyCenter163988305 {
padding-top:0.0000%;
padding-left:8.1744%;
padding-right:8.1744%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_163988305 >.module_163988305 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:2.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988305 >.module_163988305 {
margin-top:15.8038%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988305 >.module_163988305 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988305:hover {
border:none;
}
#module_163988305:hover >.module_163988305 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988305 .ModuleImageTextGiantContent{margin-top:0px;}
#module_163988305 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_163988305 .ModuleImageTextGiantContent{margin-left:0px;}
#module_163988305 .ModuleImageTextGiantContent{margin-right:0px;}
#module_163988305 .imageTextGiant-Container{padding-top:0px;}
#module_163988305 .imageTextGiant-Container{padding-bottom:0px;}
#module_163988305 .imageTextGiant-Container{padding-left:0px;}
#module_163988305 .imageTextGiant-Container{padding-right:0px;}
#module_163988305 .showHandle .btn{font-size:14px;}
#module_163988305 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163988305 .showHandle .btn{color:#333;}
#module_163988305 .showHandle .btn{font-weight:400;}
#module_163988305 .showHandle .btn{text-decoration:none;}
#module_163988305 .showHandle .btn{font-style:normal;}
#module_163988305 .showHandle div{border-top-color:#ddd !important;}
#module_163988305 .showHandle div{border-top-style:solid !important;}
#module_163988305 .showHandle div{border-top-width:1px !important;}
#module_163988305 .showHandle{background-color:transparent;}
#module_163988305 .showHandle{background-image:none;}
#module_163988305 .showHandle{background-repeat:no-repeat;}
#module_163988305 .showHandle{}
#module_163988305 .showHandle{}
#module_163988305 .showHandle{}
#module_163988305 a{font-size:unset;font-family:unset}
.module_163988310 .ModuleHead .HeadCenter{float:none;}
#module_163988310 {
padding:0px;
}
#module_163988310 {
position:static;
z-index:0;
top:146px;
left:0px;
width:100%;
height: auto;
}
#module_163988310 .ModuleHead163988310 {
display:none;
}
#module_163988310 .BodyCenter.BodyCenter163988310 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163988310 >.module_163988310 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988310 >.module_163988310{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988310 .BodyCenter.BodyCenter163988310 {
padding-top:1.6667%;
padding-left:1.6667%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988310 .BodyCenter.BodyCenter163988310 {
padding-top:9.8039%;
padding-left:9.8039%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_163988310 >.module_163988310 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988310 >.module_163988310 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988310 >.module_163988310 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988310:hover {
border:none;
}
#module_163988310:hover >.module_163988310 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988310 .BodyCenter{text-align:left;}
#module_163988310 .moduleButton{font-size:14px;}
#module_163988310 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_163988310 .moduleButton{color:rgb(255, 255, 255);}
#module_163988310 .moduleButton{font-weight:normal;}
#module_163988310 .moduleButton{text-decoration:none;}
#module_163988310 .moduleButton{font-style:normal;}
#module_163988310 .moduleButton, #module_163988310 .moduleButton.faded:before{background-color:rgb(7, 212, 174);}
#module_163988310 .moduleButton, #module_163988310 .moduleButton.faded:before{}
#module_163988310 .moduleButton{border-color:rgb(255, 255, 255);}
#module_163988310 .moduleButton{border-style:solid;}
#module_163988310 .moduleButton{border-width:0px;}
#module_163988310 .moduleButton{width:120px;}
#module_163988310 .moduleButton{height:35px;line-height:35px;}
#module_163988310 .BodyCenter{color:#1e88e5;}
#module_163988310 .moduleButton{border-top-left-radius:0px;}
#module_163988310 .moduleButton{border-top-right-radius:0px;}
#module_163988310 .moduleButton{border-bottom-left-radius:0px;}
#module_163988310 .moduleButton{border-bottom-right-radius:0px;}
#module_163988310 .BreadIcon{font-size:16px;} #module_163988310 .BreadsvgIcon svg{width:16px;height:16px;}
#module_163988310 .BreadIcon{color:#1e88e5;} #module_163988310 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_163988310 .BreadIcon,#module_163988310 .BreadsvgIcon{margin-left:10px;}
#module_163988310 .BreadIcon,#module_163988310 .BreadsvgIcon{margin-right:10px;}
#module_163988310 .moduleButton:hover .BreadIcon{font-size:16px;} #module_163988310 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_163988310 .moduleButton:hover .BreadIcon{color:#fff} #module_163988310 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_163988310 .moduleButton:hover{font-size:14px;}
#module_163988310 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_163988310 .moduleButton:hover{color:#fff;}
#module_163988310 .moduleButton:hover{font-weight:normal;}
#module_163988310 .moduleButton:hover{text-decoration:none;}
#module_163988310 .moduleButton:hover{font-style:normal;}
#module_163988310 .moduleButton:before, #module_163988310 .moduleButton.faded:before{background-color:rgb(6, 200, 161);}
#module_163988310 .moduleButton:before, #module_163988310 .moduleButton.faded:before{}
#module_163988310 .moduleButton:hover{border-color:rgb(0, 111, 255);}
#module_163988310 .moduleButton:hover{border-style:solid;}
#module_163988310 .moduleButton:hover{border-width:0px;}

.ModuleGridContainer.ModuleGridContainer163988302 #Sub163988302_1 {width:50%;}
.module_163988308 .ModuleHead .HeadCenter{float:none;}
#module_163988308 {
padding:0px;
}
#module_163988308 {
position:static;
z-index:0;
top:6606px;
left:1211px;
width:100%;
height: auto;
}
#module_163988308 .ModuleHead163988308 {
display:none;
}
#module_163988308 .BodyCenter.BodyCenter163988308 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163988308 >.module_163988308 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988308 >.module_163988308{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988308 .BodyCenter.BodyCenter163988308 {
padding-top:3.3333%;
padding-left:3.3333%;
padding-right:3.3333%;
padding-bottom:3.3333%;
}
}
@media screen and (max-width: 767px){
#module_163988308 .BodyCenter.BodyCenter163988308 {
padding-top:0.0000%;
padding-left:15.0376%;
padding-right:15.0376%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_163988308 >.module_163988308 {
margin-top:0.0000%;
margin-left:32.8333%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988308 >.module_163988308 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988308 >.module_163988308 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988308:hover {
border:none;
}
#module_163988308:hover >.module_163988308 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988308 img{border-top-color:transparent;}
#module_163988308 img{border-top-style:none;}
#module_163988308 img{border-top-width:0px;}
#module_163988308 img{border-right-color:transparent;}
#module_163988308 img{border-right-style:none;}
#module_163988308 img{border-right-width:0px;}
#module_163988308 img{border-bottom-color:transparent;}
#module_163988308 img{border-bottom-style:none;}
#module_163988308 img{border-bottom-width:0px;}
#module_163988308 img{border-left-color:transparent;}
#module_163988308 img{border-left-style:none;}
#module_163988308 img{border-left-width:0px;}
#module_163988308 img{border-top-left-radius:0px;}
#module_163988308 img{border-top-right-radius:0px;}
#module_163988308 img{border-bottom-left-radius:0px;}
#module_163988308 img{border-bottom-right-radius:0px;}
#module_163988308 .BodyCenter{text-align: center;}

.module_163988307 .ModuleHead .HeadCenter{float:none;}
#module_163988307 {
padding:0px;
}
#module_163988307 {
position:static;
z-index:0;
top:2219px;
left:121px;
width:100%;
height: auto;
}
#module_163988307 .ModuleHead163988307 {
display:none;
}
#module_163988307 .BodyCenter.BodyCenter163988307 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163988307 >.module_163988307 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988307 >.module_163988307{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988307 .BodyCenter.BodyCenter163988307 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.6667%;
}
}
@media screen and (max-width: 767px){
#module_163988307 .BodyCenter.BodyCenter163988307 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5188%;
}
}
@media screen and (min-width: 768px){
#module_163988307 >.module_163988307 {
margin-top:0.0000%;
margin-left:10.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988307 >.module_163988307 {
margin-top:7.5188%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988307 >.module_163988307 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988307:hover {
border:none;
}
#module_163988307:hover >.module_163988307 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988307 .ModuleImageTextGiantContent{margin-top:0px;}
#module_163988307 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_163988307 .ModuleImageTextGiantContent{margin-left:0px;}
#module_163988307 .ModuleImageTextGiantContent{margin-right:0px;}
#module_163988307 .imageTextGiant-Container{padding-top:0px;}
#module_163988307 .imageTextGiant-Container{padding-bottom:0px;}
#module_163988307 .imageTextGiant-Container{padding-left:0px;}
#module_163988307 .imageTextGiant-Container{padding-right:0px;}
#module_163988307 .showHandle .btn{font-size:14px;}
#module_163988307 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163988307 .showHandle .btn{color:#333;}
#module_163988307 .showHandle .btn{font-weight:400;}
#module_163988307 .showHandle .btn{text-decoration:none;}
#module_163988307 .showHandle .btn{font-style:normal;}
#module_163988307 .showHandle div{border-top-color:#ddd !important;}
#module_163988307 .showHandle div{border-top-style:solid !important;}
#module_163988307 .showHandle div{border-top-width:1px !important;}
#module_163988307 .showHandle{background-color:transparent;}
#module_163988307 .showHandle{background-image:none;}
#module_163988307 .showHandle{background-repeat:no-repeat;}
#module_163988307 .showHandle{}
#module_163988307 .showHandle{}
#module_163988307 .showHandle{}
#module_163988307 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer163988302 #Sub163988302_2 {width:50%;}
.module_163988323 .ModuleHead .HeadCenter{float:none;}
#module_163988323 {
padding:0px;
}
#module_163988323 {
position:static;
z-index:0;
top:3001px;
left:1701px;
width:100%;
height: auto;
}
#module_163988323 .ModuleHead163988323 {
display:none;
}
#module_163988323 .BodyCenter.BodyCenter163988323 {
background:none;background-color:rgb(248, 248, 248);
}
#module_163988323 >.module_163988323 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988323 >.module_163988323{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988323 .BodyCenter.BodyCenter163988323 {
padding-top:4.2872%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2872%;
}
}
@media screen and (max-width: 767px){
#module_163988323 .BodyCenter.BodyCenter163988323 {
padding-top:13.0719%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:13.0719%;
}
}
@media screen and (min-width: 768px){
#module_163988323 >.module_163988323 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988323 >.module_163988323 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988323 >.module_163988323 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988323:hover {
border:none;
}
#module_163988323:hover >.module_163988323 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988323 .ModuleSubContainer{background-color:transparent;}
#module_163988323 .ModuleSubContainer{background-image:none;}
#module_163988323 .ModuleSubContainer{background-repeat:no-repeat;}
#module_163988323 .ModuleSubContainer{background-position:0% 0%;}
#module_163988323 .ModuleSubContainer{background-attachment:scroll;}
#module_163988323 .ModuleSubContainer{}
#module_163988323 {!bgVideo!}{bgVideoUrl:none}
#module_163988323 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_163988323 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_163988323 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer163988323 {}
.ModuleGridContainer.ModuleGridContainer163988323 .SubPadding {width:0px;}
.module_163988329 .ModuleHead .HeadCenter{float:none;}
#module_163988329 {
padding:0px;
}
#module_163988329 {
position:static;
z-index:0;
top:2383px;
left:143px;
width:100%;
height: auto;
}
#module_163988329 .ModuleHead163988329 {
display:none;
}
#module_163988329 .BodyCenter.BodyCenter163988329 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163988329 >.module_163988329 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988329 >.module_163988329{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988329 .BodyCenter.BodyCenter163988329 {
padding-top:0.0000%;
padding-left:3.3333%;
padding-right:3.3333%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988329 .BodyCenter.BodyCenter163988329 {
padding-top:0.0000%;
padding-left:15.0376%;
padding-right:15.0376%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_163988329 >.module_163988329 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:37.6667%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988329 >.module_163988329 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988329 >.module_163988329 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988329:hover {
border:none;
}
#module_163988329:hover >.module_163988329 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988329 img{border-top-color:transparent;}
#module_163988329 img{border-top-style:none;}
#module_163988329 img{border-top-width:0px;}
#module_163988329 img{border-right-color:transparent;}
#module_163988329 img{border-right-style:none;}
#module_163988329 img{border-right-width:0px;}
#module_163988329 img{border-bottom-color:transparent;}
#module_163988329 img{border-bottom-style:none;}
#module_163988329 img{border-bottom-width:0px;}
#module_163988329 img{border-left-color:transparent;}
#module_163988329 img{border-left-style:none;}
#module_163988329 img{border-left-width:0px;}
#module_163988329 img{border-top-left-radius:0px;}
#module_163988329 img{border-top-right-radius:0px;}
#module_163988329 img{border-bottom-left-radius:0px;}
#module_163988329 img{border-bottom-right-radius:0px;}
#module_163988329 .BodyCenter{text-align: center;}

.module_163988328 .ModuleHead .HeadCenter{float:none;}
#module_163988328 {
padding:0px;
}
#module_163988328 {
position:static;
z-index:0;
top:3353px;
left:643px;
width:100%;
height: auto;
}
#module_163988328 .ModuleHead163988328 {
display:none;
}
#module_163988328 .BodyCenter.BodyCenter163988328 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163988328 >.module_163988328 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988328 >.module_163988328{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988328 .BodyCenter.BodyCenter163988328 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.6667%;
}
}
@media screen and (max-width: 767px){
#module_163988328 .BodyCenter.BodyCenter163988328 {
padding-top:7.8947%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5188%;
}
}
@media screen and (min-width: 768px){
#module_163988328 >.module_163988328 {
margin-top:0.0000%;
margin-left:10.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988328 >.module_163988328 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988328 >.module_163988328 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988328:hover {
border:none;
}
#module_163988328:hover >.module_163988328 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988328 .ModuleImageTextGiantContent{margin-top:0px;}
#module_163988328 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_163988328 .ModuleImageTextGiantContent{margin-left:0px;}
#module_163988328 .ModuleImageTextGiantContent{margin-right:0px;}
#module_163988328 .imageTextGiant-Container{padding-top:0px;}
#module_163988328 .imageTextGiant-Container{padding-bottom:0px;}
#module_163988328 .imageTextGiant-Container{padding-left:0px;}
#module_163988328 .imageTextGiant-Container{padding-right:0px;}
#module_163988328 .showHandle .btn{font-size:14px;}
#module_163988328 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163988328 .showHandle .btn{color:#333;}
#module_163988328 .showHandle .btn{font-weight:400;}
#module_163988328 .showHandle .btn{text-decoration:none;}
#module_163988328 .showHandle .btn{font-style:normal;}
#module_163988328 .showHandle div{border-top-color:#ddd !important;}
#module_163988328 .showHandle div{border-top-style:solid !important;}
#module_163988328 .showHandle div{border-top-width:1px !important;}
#module_163988328 .showHandle{background-color:transparent;}
#module_163988328 .showHandle{background-image:none;}
#module_163988328 .showHandle{background-repeat:no-repeat;}
#module_163988328 .showHandle{}
#module_163988328 .showHandle{}
#module_163988328 .showHandle{}
#module_163988328 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer163988323 #Sub163988323_1 {width:50%;}
.module_163988326 .ModuleHead .HeadCenter{float:none;}
#module_163988326 {
padding:0px;
}
#module_163988326 {
position:static;
z-index:0;
top:3143px;
left:1223px;
width:100%;
height: auto;
}
#module_163988326 .ModuleHead163988326 {
display:none;
}
#module_163988326 .BodyCenter.BodyCenter163988326 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163988326 >.module_163988326 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988326 >.module_163988326{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988326 .BodyCenter.BodyCenter163988326 {
padding-top:0.0000%;
padding-left:1.6667%;
padding-right:0.0000%;
padding-bottom:3.3333%;
}
}
@media screen and (max-width: 767px){
#module_163988326 .BodyCenter.BodyCenter163988326 {
padding-top:0.0000%;
padding-left:8.1744%;
padding-right:8.1744%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_163988326 >.module_163988326 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:2.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988326 >.module_163988326 {
margin-top:15.8038%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988326 >.module_163988326 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988326:hover {
border:none;
}
#module_163988326:hover >.module_163988326 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988326 .ModuleImageTextGiantContent{margin-top:0px;}
#module_163988326 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_163988326 .ModuleImageTextGiantContent{margin-left:0px;}
#module_163988326 .ModuleImageTextGiantContent{margin-right:0px;}
#module_163988326 .imageTextGiant-Container{padding-top:0px;}
#module_163988326 .imageTextGiant-Container{padding-bottom:0px;}
#module_163988326 .imageTextGiant-Container{padding-left:0px;}
#module_163988326 .imageTextGiant-Container{padding-right:0px;}
#module_163988326 .showHandle .btn{font-size:14px;}
#module_163988326 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163988326 .showHandle .btn{color:#333;}
#module_163988326 .showHandle .btn{font-weight:400;}
#module_163988326 .showHandle .btn{text-decoration:none;}
#module_163988326 .showHandle .btn{font-style:normal;}
#module_163988326 .showHandle div{border-top-color:#ddd !important;}
#module_163988326 .showHandle div{border-top-style:solid !important;}
#module_163988326 .showHandle div{border-top-width:1px !important;}
#module_163988326 .showHandle{background-color:transparent;}
#module_163988326 .showHandle{background-image:none;}
#module_163988326 .showHandle{background-repeat:no-repeat;}
#module_163988326 .showHandle{}
#module_163988326 .showHandle{}
#module_163988326 .showHandle{}
#module_163988326 a{font-size:unset;font-family:unset}
.module_163988331 .ModuleHead .HeadCenter{float:none;}
#module_163988331 {
padding:0px;
}
#module_163988331 {
position:static;
z-index:0;
top:3323px;
left:1206px;
width:100%;
height: auto;
}
#module_163988331 .ModuleHead163988331 {
display:none;
}
#module_163988331 .BodyCenter.BodyCenter163988331 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163988331 >.module_163988331 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988331 >.module_163988331{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988331 .BodyCenter.BodyCenter163988331 {
padding-top:1.6667%;
padding-left:1.6667%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988331 .BodyCenter.BodyCenter163988331 {
padding-top:9.8039%;
padding-left:9.8039%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_163988331 >.module_163988331 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988331 >.module_163988331 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988331 >.module_163988331 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988331:hover {
border:none;
}
#module_163988331:hover >.module_163988331 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988331 .BodyCenter{text-align:left;}
#module_163988331 .moduleButton{font-size:14px;}
#module_163988331 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_163988331 .moduleButton{color:rgb(255, 255, 255);}
#module_163988331 .moduleButton{font-weight:normal;}
#module_163988331 .moduleButton{text-decoration:none;}
#module_163988331 .moduleButton{font-style:normal;}
#module_163988331 .moduleButton, #module_163988331 .moduleButton.faded:before{background-color:rgb(7, 212, 174);}
#module_163988331 .moduleButton, #module_163988331 .moduleButton.faded:before{}
#module_163988331 .moduleButton{border-color:rgb(255, 255, 255);}
#module_163988331 .moduleButton{border-style:solid;}
#module_163988331 .moduleButton{border-width:0px;}
#module_163988331 .moduleButton{width:120px;}
#module_163988331 .moduleButton{height:35px;line-height:35px;}
#module_163988331 .BodyCenter{color:#1e88e5;}
#module_163988331 .moduleButton{border-top-left-radius:0px;}
#module_163988331 .moduleButton{border-top-right-radius:0px;}
#module_163988331 .moduleButton{border-bottom-left-radius:0px;}
#module_163988331 .moduleButton{border-bottom-right-radius:0px;}
#module_163988331 .BreadIcon{font-size:16px;} #module_163988331 .BreadsvgIcon svg{width:16px;height:16px;}
#module_163988331 .BreadIcon{color:#1e88e5;} #module_163988331 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_163988331 .BreadIcon,#module_163988331 .BreadsvgIcon{margin-left:10px;}
#module_163988331 .BreadIcon,#module_163988331 .BreadsvgIcon{margin-right:10px;}
#module_163988331 .moduleButton:hover .BreadIcon{font-size:16px;} #module_163988331 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_163988331 .moduleButton:hover .BreadIcon{color:#fff} #module_163988331 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_163988331 .moduleButton:hover{font-size:14px;}
#module_163988331 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_163988331 .moduleButton:hover{color:#fff;}
#module_163988331 .moduleButton:hover{font-weight:normal;}
#module_163988331 .moduleButton:hover{text-decoration:none;}
#module_163988331 .moduleButton:hover{font-style:normal;}
#module_163988331 .moduleButton:before, #module_163988331 .moduleButton.faded:before{background-color:rgb(6, 200, 161);}
#module_163988331 .moduleButton:before, #module_163988331 .moduleButton.faded:before{}
#module_163988331 .moduleButton:hover{border-color:rgb(0, 111, 255);}
#module_163988331 .moduleButton:hover{border-style:solid;}
#module_163988331 .moduleButton:hover{border-width:0px;}

.ModuleGridContainer.ModuleGridContainer163988323 #Sub163988323_2 {width:50%;}
.module_163988333 .ModuleHead .HeadCenter{float:none;}
#module_163988333 {
padding:0px;
}
#module_163988333 {
position:static;
z-index:0;
top:3447px;
left:1671px;
width:100%;
height: auto;
}
#module_163988333 .ModuleHead163988333 {
display:none;
}
#module_163988333 .BodyCenter.BodyCenter163988333 {
background:none;background-color:rgb(255, 255, 255);
}
#module_163988333 >.module_163988333 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988333 >.module_163988333{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988333 .BodyCenter.BodyCenter163988333 {
padding-top:3.8573%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.8573%;
}
}
@media screen and (max-width: 767px){
#module_163988333 .BodyCenter.BodyCenter163988333 {
padding-top:13.0719%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:13.0719%;
}
}
@media screen and (min-width: 768px){
#module_163988333 >.module_163988333 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988333 >.module_163988333 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988333 >.module_163988333 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988333:hover {
border:none;
}
#module_163988333:hover >.module_163988333 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988333 .ModuleSubContainer{background-color:transparent;}
#module_163988333 .ModuleSubContainer{background-image:none;}
#module_163988333 .ModuleSubContainer{background-repeat:no-repeat;}
#module_163988333 .ModuleSubContainer{background-position:0% 0%;}
#module_163988333 .ModuleSubContainer{background-attachment:scroll;}
#module_163988333 .ModuleSubContainer{}
#module_163988333 {!bgVideo!}{bgVideoUrl:none}
#module_163988333 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_163988333 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_163988333 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer163988333 {}
.ModuleGridContainer.ModuleGridContainer163988333 .SubPadding {width:0px;}
.module_163988336 .ModuleHead .HeadCenter{float:none;}
#module_163988336 {
padding:0px;
}
#module_163988336 {
position:static;
z-index:0;
top:6640px;
left:765px;
width:100%;
height: auto;
}
#module_163988336 .ModuleHead163988336 {
display:none;
}
#module_163988336 .BodyCenter.BodyCenter163988336 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163988336 >.module_163988336 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988336 >.module_163988336{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988336 .BodyCenter.BodyCenter163988336 {
padding-top:0.0000%;
padding-left:1.6667%;
padding-right:0.0000%;
padding-bottom:3.3333%;
}
}
@media screen and (max-width: 767px){
#module_163988336 .BodyCenter.BodyCenter163988336 {
padding-top:0.0000%;
padding-left:8.1744%;
padding-right:8.1744%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_163988336 >.module_163988336 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:2.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988336 >.module_163988336 {
margin-top:15.8038%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988336 >.module_163988336 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988336:hover {
border:none;
}
#module_163988336:hover >.module_163988336 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988336 .ModuleImageTextGiantContent{margin-top:0px;}
#module_163988336 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_163988336 .ModuleImageTextGiantContent{margin-left:0px;}
#module_163988336 .ModuleImageTextGiantContent{margin-right:0px;}
#module_163988336 .imageTextGiant-Container{padding-top:0px;}
#module_163988336 .imageTextGiant-Container{padding-bottom:0px;}
#module_163988336 .imageTextGiant-Container{padding-left:0px;}
#module_163988336 .imageTextGiant-Container{padding-right:0px;}
#module_163988336 .showHandle .btn{font-size:14px;}
#module_163988336 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163988336 .showHandle .btn{color:#333;}
#module_163988336 .showHandle .btn{font-weight:400;}
#module_163988336 .showHandle .btn{text-decoration:none;}
#module_163988336 .showHandle .btn{font-style:normal;}
#module_163988336 .showHandle div{border-top-color:#ddd !important;}
#module_163988336 .showHandle div{border-top-style:solid !important;}
#module_163988336 .showHandle div{border-top-width:1px !important;}
#module_163988336 .showHandle{background-color:transparent;}
#module_163988336 .showHandle{background-image:none;}
#module_163988336 .showHandle{background-repeat:no-repeat;}
#module_163988336 .showHandle{}
#module_163988336 .showHandle{}
#module_163988336 .showHandle{}
#module_163988336 a{font-size:unset;font-family:unset}
.module_163988341 .ModuleHead .HeadCenter{float:none;}
#module_163988341 {
padding:0px;
}
#module_163988341 {
position:static;
z-index:0;
top:146px;
left:0px;
width:100%;
height: auto;
}
#module_163988341 .ModuleHead163988341 {
display:none;
}
#module_163988341 .BodyCenter.BodyCenter163988341 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163988341 >.module_163988341 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988341 >.module_163988341{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988341 .BodyCenter.BodyCenter163988341 {
padding-top:1.6667%;
padding-left:1.6667%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988341 .BodyCenter.BodyCenter163988341 {
padding-top:9.8039%;
padding-left:9.8039%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_163988341 >.module_163988341 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988341 >.module_163988341 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988341 >.module_163988341 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988341:hover {
border:none;
}
#module_163988341:hover >.module_163988341 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988341 .BodyCenter{text-align:left;}
#module_163988341 .moduleButton{font-size:14px;}
#module_163988341 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_163988341 .moduleButton{color:rgb(255, 255, 255);}
#module_163988341 .moduleButton{font-weight:normal;}
#module_163988341 .moduleButton{text-decoration:none;}
#module_163988341 .moduleButton{font-style:normal;}
#module_163988341 .moduleButton, #module_163988341 .moduleButton.faded:before{background-color:rgb(7, 216, 174);}
#module_163988341 .moduleButton, #module_163988341 .moduleButton.faded:before{}
#module_163988341 .moduleButton{border-color:rgb(255, 255, 255);}
#module_163988341 .moduleButton{border-style:solid;}
#module_163988341 .moduleButton{border-width:0px;}
#module_163988341 .moduleButton{width:120px;}
#module_163988341 .moduleButton{height:35px;line-height:35px;}
#module_163988341 .BodyCenter{color:#1e88e5;}
#module_163988341 .moduleButton{border-top-left-radius:0px;}
#module_163988341 .moduleButton{border-top-right-radius:0px;}
#module_163988341 .moduleButton{border-bottom-left-radius:0px;}
#module_163988341 .moduleButton{border-bottom-right-radius:0px;}
#module_163988341 .BreadIcon{font-size:16px;} #module_163988341 .BreadsvgIcon svg{width:16px;height:16px;}
#module_163988341 .BreadIcon{color:#1e88e5;} #module_163988341 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_163988341 .BreadIcon,#module_163988341 .BreadsvgIcon{margin-left:10px;}
#module_163988341 .BreadIcon,#module_163988341 .BreadsvgIcon{margin-right:10px;}
#module_163988341 .moduleButton:hover .BreadIcon{font-size:16px;} #module_163988341 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_163988341 .moduleButton:hover .BreadIcon{color:#fff} #module_163988341 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_163988341 .moduleButton:hover{font-size:14px;}
#module_163988341 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_163988341 .moduleButton:hover{color:#fff;}
#module_163988341 .moduleButton:hover{font-weight:normal;}
#module_163988341 .moduleButton:hover{text-decoration:none;}
#module_163988341 .moduleButton:hover{font-style:normal;}
#module_163988341 .moduleButton:before, #module_163988341 .moduleButton.faded:before{background-color:rgb(6, 200, 161);}
#module_163988341 .moduleButton:before, #module_163988341 .moduleButton.faded:before{}
#module_163988341 .moduleButton:hover{border-color:rgb(0, 111, 255);}
#module_163988341 .moduleButton:hover{border-style:solid;}
#module_163988341 .moduleButton:hover{border-width:0px;}

.ModuleGridContainer.ModuleGridContainer163988333 #Sub163988333_1 {width:50%;}
.module_163988339 .ModuleHead .HeadCenter{float:none;}
#module_163988339 {
padding:0px;
}
#module_163988339 {
position:static;
z-index:0;
top:3676px;
left:1207px;
width:100%;
height: auto;
}
#module_163988339 .ModuleHead163988339 {
display:none;
}
#module_163988339 .BodyCenter.BodyCenter163988339 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163988339 >.module_163988339 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988339 >.module_163988339{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988339 .BodyCenter.BodyCenter163988339 {
padding-top:0.0000%;
padding-left:3.3333%;
padding-right:3.3333%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988339 .BodyCenter.BodyCenter163988339 {
padding-top:0.0000%;
padding-left:15.0376%;
padding-right:15.0376%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_163988339 >.module_163988339 {
margin-top:0.0000%;
margin-left:35.5000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988339 >.module_163988339 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988339 >.module_163988339 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988339:hover {
border:none;
}
#module_163988339:hover >.module_163988339 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988339 img{border-top-color:transparent;}
#module_163988339 img{border-top-style:none;}
#module_163988339 img{border-top-width:0px;}
#module_163988339 img{border-right-color:transparent;}
#module_163988339 img{border-right-style:none;}
#module_163988339 img{border-right-width:0px;}
#module_163988339 img{border-bottom-color:transparent;}
#module_163988339 img{border-bottom-style:none;}
#module_163988339 img{border-bottom-width:0px;}
#module_163988339 img{border-left-color:transparent;}
#module_163988339 img{border-left-style:none;}
#module_163988339 img{border-left-width:0px;}
#module_163988339 img{border-top-left-radius:0px;}
#module_163988339 img{border-top-right-radius:0px;}
#module_163988339 img{border-bottom-left-radius:0px;}
#module_163988339 img{border-bottom-right-radius:0px;}
#module_163988339 .BodyCenter{text-align: center;}

.module_163988338 .ModuleHead .HeadCenter{float:none;}
#module_163988338 {
padding:0px;
}
#module_163988338 {
position:static;
z-index:0;
top:4369px;
left:1268px;
width:100%;
height: auto;
}
#module_163988338 .ModuleHead163988338 {
display:none;
}
#module_163988338 .BodyCenter.BodyCenter163988338 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163988338 >.module_163988338 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163988338 >.module_163988338{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163988338 .BodyCenter.BodyCenter163988338 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.6667%;
}
}
@media screen and (max-width: 767px){
#module_163988338 .BodyCenter.BodyCenter163988338 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5188%;
}
}
@media screen and (min-width: 768px){
#module_163988338 >.module_163988338 {
margin-top:0.0000%;
margin-left:10.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163988338 >.module_163988338 {
margin-top:7.5188%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163988338 >.module_163988338 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163988338:hover {
border:none;
}
#module_163988338:hover >.module_163988338 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163988338 .ModuleImageTextGiantContent{margin-top:0px;}
#module_163988338 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_163988338 .ModuleImageTextGiantContent{margin-left:0px;}
#module_163988338 .ModuleImageTextGiantContent{margin-right:0px;}
#module_163988338 .imageTextGiant-Container{padding-top:0px;}
#module_163988338 .imageTextGiant-Container{padding-bottom:0px;}
#module_163988338 .imageTextGiant-Container{padding-left:0px;}
#module_163988338 .imageTextGiant-Container{padding-right:0px;}
#module_163988338 .showHandle .btn{font-size:14px;}
#module_163988338 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163988338 .showHandle .btn{color:#333;}
#module_163988338 .showHandle .btn{font-weight:400;}
#module_163988338 .showHandle .btn{text-decoration:none;}
#module_163988338 .showHandle .btn{font-style:normal;}
#module_163988338 .showHandle div{border-top-color:#ddd !important;}
#module_163988338 .showHandle div{border-top-style:solid !important;}
#module_163988338 .showHandle div{border-top-width:1px !important;}
#module_163988338 .showHandle{background-color:transparent;}
#module_163988338 .showHandle{background-image:none;}
#module_163988338 .showHandle{background-repeat:no-repeat;}
#module_163988338 .showHandle{}
#module_163988338 .showHandle{}
#module_163988338 .showHandle{}
#module_163988338 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer163988333 #Sub163988333_2 {width:50%;}
.module_149817162 .ModuleHead .HeadCenter{float:none;}
#module_149817162 {
padding:0px;
}
#module_149817162 {
position:static;
z-index:0;
top:2405px;
left:1579px;
width:100%;
height: auto;
}
#module_149817162 .ModuleHead149817162 {
display:none;
}
#module_149817162 .BodyCenter.BodyCenter149817162 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817162 >.module_149817162 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817162 >.module_149817162{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817162 .BodyCenter.BodyCenter149817162 {
padding-top:1.9286%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.4465%;
}
}
@media screen and (max-width: 767px){
#module_149817162 .BodyCenter.BodyCenter149817162 {
padding-top:6.5359%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149817162 >.module_149817162 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817162 >.module_149817162 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817162 >.module_149817162 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817162:hover {
border:none;
}
#module_149817162:hover >.module_149817162 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817162 .ModuleSubContainer{background-color:transparent;}
#module_149817162 .ModuleSubContainer{background-image:none;}
#module_149817162 .ModuleSubContainer{background-repeat:no-repeat;}
#module_149817162 .ModuleSubContainer{background-position:0% 0%;}
#module_149817162 .ModuleSubContainer{background-attachment:scroll;}
#module_149817162 .ModuleSubContainer{}
#module_149817162 {!bgVideo!}{bgVideoUrl:none}
#module_149817162 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_149817162 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_149817162 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer149817162 {}
.module_149817163 .ModuleHead .HeadCenter{float:none;}
#module_149817163 {
padding:0px;
}
#module_149817163 {
position:static;
z-index:0;
top:723px;
left:1093px;
width:100%;
height: auto;
}
#module_149817163 .ModuleHead149817163 {
display:none;
}
#module_149817163 .BodyCenter.BodyCenter149817163 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817163 >.module_149817163 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817163 >.module_149817163{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817163 .BodyCenter.BodyCenter149817163 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817163 .BodyCenter.BodyCenter149817163 {
padding-top:13.6240%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_149817163 >.module_149817163 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817163 >.module_149817163 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817163 >.module_149817163 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817163:hover {
border:none;
}
#module_149817163:hover >.module_149817163 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817163 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149817163 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149817163 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149817163 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149817163 .imageTextGiant-Container{padding-top:0px;}
#module_149817163 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817163 .imageTextGiant-Container{padding-left:30px;}
#module_149817163 .imageTextGiant-Container{padding-right:30px;}
#module_149817163 .showHandle .btn{font-size:14px;}
#module_149817163 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817163 .showHandle .btn{color:#333;}
#module_149817163 .showHandle .btn{font-weight:400;}
#module_149817163 .showHandle .btn{text-decoration:none;}
#module_149817163 .showHandle .btn{font-style:normal;}
#module_149817163 .showHandle div{border-top-color:#ddd !important;}
#module_149817163 .showHandle div{border-top-style:solid !important;}
#module_149817163 .showHandle div{border-top-width:1px !important;}
#module_149817163 .showHandle{background-color:transparent;}
#module_149817163 .showHandle{background-image:none;}
#module_149817163 .showHandle{background-repeat:no-repeat;}
#module_149817163 .showHandle{}
#module_149817163 .showHandle{}
#module_149817163 .showHandle{}
#module_149817163 a{font-size:unset;font-family:unset}
.module_149817165 .ModuleHead .HeadCenter{float:none;}
#module_149817165 {
padding:0px;
}
#module_149817165 {
position:static;
z-index:0;
top:996px;
left:132px;
width:100%;
height: auto;
}
#module_149817165 .ModuleHead149817165 {
display:none;
}
#module_149817165 .BodyCenter.BodyCenter149817165 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817165 >.module_149817165 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817165 >.module_149817165{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817165 .BodyCenter.BodyCenter149817165 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817165 .BodyCenter.BodyCenter149817165 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.7594%;
}
}
@media screen and (min-width: 768px){
#module_149817165 >.module_149817165 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817165 >.module_149817165 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817165 >.module_149817165 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817165:hover {
border:none;
}
#module_149817165:hover >.module_149817165 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817165 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149817165 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149817165 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149817165 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149817165 .imageTextGiant-Container{padding-top:0px;}
#module_149817165 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817165 .imageTextGiant-Container{padding-left:0px;}
#module_149817165 .imageTextGiant-Container{padding-right:0px;}
#module_149817165 .showHandle .btn{font-size:14px;}
#module_149817165 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817165 .showHandle .btn{color:#333;}
#module_149817165 .showHandle .btn{font-weight:400;}
#module_149817165 .showHandle .btn{text-decoration:none;}
#module_149817165 .showHandle .btn{font-style:normal;}
#module_149817165 .showHandle div{border-top-color:#ddd !important;}
#module_149817165 .showHandle div{border-top-style:solid !important;}
#module_149817165 .showHandle div{border-top-width:1px !important;}
#module_149817165 .showHandle{background-color:transparent;}
#module_149817165 .showHandle{background-image:none;}
#module_149817165 .showHandle{background-repeat:no-repeat;}
#module_149817165 .showHandle{}
#module_149817165 .showHandle{}
#module_149817165 .showHandle{}
#module_149817165 a{font-size:unset;font-family:unset}
/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row { display: flex; flex-wrap: wrap;}
.ModuleImageTextGiant.layout-109 .imageTextGiant-Container{max-height: 100%; max-width: 100%;}
.ModuleImageTextGiant.layout-109 .imageTextContainer{overflow:unset !important;}

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

/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row{width:auto;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row{width:auto;}*/
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row .col-xs-6{width: 49.66666%;!*padding: 15px 15px 0 15px;*!}*/
	/*.ModuleImageTextGiant.layout-109 .normal_ImgtextBox_content .GraphicUpper{padding-bottom: 15px;}*/
/*}*/.module_163990066 .ModuleHead .HeadCenter{float:none;}
#module_163990066 {
padding:0px;
}
#module_163990066 {
position:static;
z-index:0;
top:24px;
left:599px;
width:100%;
height: auto;
}
#module_163990066 .ModuleHead163990066 {
display:none;
}
#module_163990066 .BodyCenter.BodyCenter163990066 {
background:none;background-color:rgba(0,0,0,0);
}
#module_163990066 >.module_163990066 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_163990066 >.module_163990066{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_163990066 .BodyCenter.BodyCenter163990066 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163990066 .BodyCenter.BodyCenter163990066 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_163990066 >.module_163990066 {
margin-top:5.1654%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_163990066 >.module_163990066 {
margin-top:4.8872%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_163990066 >.module_163990066 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_163990066:hover {
border:none;
}
#module_163990066:hover >.module_163990066 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_163990066 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_163990066 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_163990066 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_163990066 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_163990066 .GraphicUpper .TextImage{padding-top:0px;}
#module_163990066 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_163990066 .GraphicUpper .TextImage{padding-left:15px;}
#module_163990066 .GraphicUpper .TextImage{padding-right:15px;}
#module_163990066 .GraphicUpper .TextImage{width:50%;}
#module_163990066 .GraphicUpper .MobileTextImage{width:60%;}
#module_163990066 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_163990066 .ModuleImageTextGiantContent{padding-top:18px;}
#module_163990066 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_163990066 .ModuleImageTextGiantContent{padding-left:0px;}
#module_163990066 .ModuleImageTextGiantContent{padding-right:0px;}
#module_163990066 .normal_ImgtextBox{padding-top:5px;}
#module_163990066 .normal_ImgtextBox{padding-bottom:10px;}
#module_163990066 .normal_ImgtextBox{padding-left:0px;}
#module_163990066 .normal_ImgtextBox{padding-right:0px;}
#module_163990066 .normal_ImgtextBox{margin-top:10px;margin-bottom:10px;}
#module_163990066 .normal_ImgtextBox.col-lg-6 {margin-right:25px; width:calc((99% - 25px * 5)/ 6)} #module_163990066 .normal_ImgtextBox.col-lg-5 {margin-right:25px; width:calc((99% - 25px * 4)/ 5)} #module_163990066 .normal_ImgtextBox.col-lg-4 {margin-right:25px; width:calc((99% - 25px * 3)/ 4)} #module_163990066 .normal_ImgtextBox.col-lg-3 {margin-right:25px; width:calc((99% - 25px * 2)/ 3)} #module_163990066 .normal_ImgtextBox.col-lg-2 {margin-right:25px; width:calc((99% - 25px)/ 2)}  #module_163990066 .MobileImgtextBox{margin-right:25px;margin-left:0; width:calc((99% - 25px) / 2);}
#module_163990066 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_163990066 .normal_ImgtextBox{background-color:transparent;}
#module_163990066 .normal_ImgtextBox{background-image:none;}
#module_163990066 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_163990066 .normal_ImgtextBox{background-position:0% 0%;}
#module_163990066 .normal_ImgtextBox{background-attachment:none;}
#module_163990066 .normal_ImgtextBox{}
#module_163990066 .normal_ImgtextBox{border-top-left-radius:0px;}
#module_163990066 .normal_ImgtextBox{border-top-right-radius:0px;}
#module_163990066 .normal_ImgtextBox{border-bottom-left-radius:0px;}
#module_163990066 .normal_ImgtextBox{border-bottom-right-radius:0px;}
#module_163990066 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_163990066 .normal_ImgtextBox{border-top-style:none;}
#module_163990066 .normal_ImgtextBox{border-top-width:0px;}
#module_163990066 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_163990066 .normal_ImgtextBox{border-right-style:none;}
#module_163990066 .normal_ImgtextBox{border-right-width:0px;}
#module_163990066 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_163990066 .normal_ImgtextBox{border-bottom-style:none;}
#module_163990066 .normal_ImgtextBox{border-bottom-width:0px;}
#module_163990066 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_163990066 .normal_ImgtextBox{border-left-style:none;}
#module_163990066 .normal_ImgtextBox{border-left-width:0px;}
#module_163990066 .showHandle .btn{font-size:14px;}
#module_163990066 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_163990066 .showHandle .btn{color:#333;}
#module_163990066 .showHandle .btn{font-weight:400;}
#module_163990066 .showHandle .btn{text-decoration:none;}
#module_163990066 .showHandle .btn{font-style:normal;}
#module_163990066 .showHandle div{border-top-color:#ddd !important;}
#module_163990066 .showHandle div{border-top-style:solid !important;}
#module_163990066 .showHandle div{border-top-width:1px !important;}
#module_163990066 .showHandle{background-color:transparent;}
#module_163990066 .showHandle{background-image:none;}
#module_163990066 .showHandle{background-repeat:no-repeat;}
#module_163990066 .showHandle{}
#module_163990066 .showHandle{}
#module_163990066 .showHandle{}
#module_163990066 .normal_ImgtextBox:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_163990066 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_163990066 .normal_ImgtextBox:hover{border-top-style:none;}
#module_163990066 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_163990066 .normal_ImgtextBox:hover{border-right-style:none;}
#module_163990066 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_163990066 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_163990066 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_163990066 .normal_ImgtextBox:hover{border-left-style:none;}
#module_163990066 a{font-size:unset;font-family:unset}
.module_149819997 .ModuleHead .HeadCenter{float:none;}
#module_149819997 {
padding:0px;
}
#module_149819997 {
position:static;
z-index:0;
top:3255px;
left:1709px;
width:100%;
height: auto;
}
#module_149819997 .ModuleHead149819997 {
display:none;
}
#module_149819997 .BodyCenter.BodyCenter149819997 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149819997 >.module_149819997 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149819997 >.module_149819997{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149819997 .BodyCenter.BodyCenter149819997 {
padding-top:0.4822%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.7232%;
}
}
@media screen and (max-width: 767px){
#module_149819997 .BodyCenter.BodyCenter149819997 {
padding-top:3.2680%;
padding-left:4.9020%;
padding-right:4.9020%;
padding-bottom:3.5948%;
}
}
@media screen and (min-width: 768px){
#module_149819997 >.module_149819997 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149819997 >.module_149819997 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149819997 >.module_149819997 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149819997:hover {
border:none;
}
#module_149819997:hover >.module_149819997 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149819997 .ModuleSubContainer{background-color:transparent;}
#module_149819997 .ModuleSubContainer{background-image:none;}
#module_149819997 .ModuleSubContainer{background-repeat:no-repeat;}
#module_149819997 .ModuleSubContainer{background-position:0% 0%;}
#module_149819997 .ModuleSubContainer{background-attachment:scroll;}
#module_149819997 .ModuleSubContainer{}
#module_149819997 {!bgVideo!}{bgVideoUrl:none}
#module_149819997 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_149819997 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_149819997 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer149819997 {}
.ModuleGridContainer.ModuleGridContainer149819997 .SubPadding {width:30px;}
.module_149819998 .ModuleHead .HeadCenter{float:none;}
#module_149819998 {
padding:0px;
}
#module_149819998 {
position:static;
z-index:0;
top:13px;
left:599px;
width:100%;
height: auto;
}
#module_149819998 .ModuleHead149819998 {
display:none;
}
#module_149819998 .BodyCenter.BodyCenter149819998 {
background:none;background-color:rgb(255, 255, 255);
}
#module_149819998 >.module_149819998 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:0px;
}
#module_149819998 >.module_149819998{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149819998 .BodyCenter.BodyCenter149819998 {
padding-top:14.3885%;
padding-left:10.7914%;
padding-right:10.7914%;
padding-bottom:14.3885%;
}
}
@media screen and (max-width: 767px){
#module_149819998 .BodyCenter.BodyCenter149819998 {
padding-top:10.3806%;
padding-left:10.3806%;
padding-right:10.3806%;
padding-bottom:10.3806%;
}
}
@media screen and (min-width: 768px){
#module_149819998 >.module_149819998 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149819998 >.module_149819998 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149819998 >.module_149819998 {box-shadow: 2px 2px 10px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_149819998:hover {
border:none;
}
#module_149819998:hover >.module_149819998 {box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);transition: box-shadow 0.5s ease 0s;}

#module_149819998 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149819998 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149819998 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149819998 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149819998 .GraphicUpper .TextImage{margin-top:0px;}
#module_149819998 .GraphicUpper .TextImage{margin-bottom:15px;}
#module_149819998 .GraphicUpper .TextImage{margin-left:0px;}
#module_149819998 .GraphicUpper .TextImage{margin-right:0px;}
#module_149819998 .TextImage{width:30%;}
#module_149819998 .MobileTextImage{width:25%;}
#module_149819998 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_149819998 .imageTextGiant-Container{padding-top:10px;}
#module_149819998 .imageTextGiant-Container{padding-bottom:10px;}
#module_149819998 .imageTextGiant-Container{padding-left:10px;}
#module_149819998 .imageTextGiant-Container{padding-right:10px;}
#module_149819998 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149819998 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149819998 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149819998 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149819998 .imageTextGiant-Container{padding-top:0px;}
#module_149819998 .imageTextGiant-Container{padding-bottom:0px;}
#module_149819998 .imageTextGiant-Container{padding-left:0px;}
#module_149819998 .imageTextGiant-Container{padding-right:0px;}
#module_149819998 .showHandle .btn{font-size:14px;}
#module_149819998 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149819998 .showHandle .btn{color:#333;}
#module_149819998 .showHandle .btn{font-weight:400;}
#module_149819998 .showHandle .btn{text-decoration:none;}
#module_149819998 .showHandle .btn{font-style:normal;}
#module_149819998 .showHandle div{border-top-color:#ddd !important;}
#module_149819998 .showHandle div{border-top-style:solid !important;}
#module_149819998 .showHandle div{border-top-width:1px !important;}
#module_149819998 .showHandle{background-color:transparent;}
#module_149819998 .showHandle{background-image:none;}
#module_149819998 .showHandle{background-repeat:no-repeat;}
#module_149819998 .showHandle{}
#module_149819998 .showHandle{}
#module_149819998 .showHandle{}
#module_149819998 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149819997 #Sub149819997_1 {width:25%;}
.module_149820490 .ModuleHead .HeadCenter{float:none;}
#module_149820490 {
padding:0px;
}
#module_149820490 {
position:static;
z-index:0;
top:31px;
left:0px;
width:100%;
height: auto;
}
#module_149820490 .ModuleHead149820490 {
display:none;
}
#module_149820490 .BodyCenter.BodyCenter149820490 {
background:none;background-color:rgb(255, 255, 255);
}
#module_149820490 >.module_149820490 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:0px;
}
#module_149820490 >.module_149820490{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149820490 .BodyCenter.BodyCenter149820490 {
padding-top:14.4404%;
padding-left:10.8303%;
padding-right:10.8303%;
padding-bottom:14.4404%;
}
}
@media screen and (max-width: 767px){
#module_149820490 .BodyCenter.BodyCenter149820490 {
padding-top:10.3806%;
padding-left:10.3806%;
padding-right:10.3806%;
padding-bottom:10.3806%;
}
}
@media screen and (min-width: 768px){
#module_149820490 >.module_149820490 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149820490 >.module_149820490 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149820490 >.module_149820490 {box-shadow: 2px 2px 10px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_149820490:hover {
border:none;
}
#module_149820490:hover >.module_149820490 {box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);transition: box-shadow 0.5s ease 0s;}

#module_149820490 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149820490 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149820490 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149820490 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149820490 .GraphicUpper .TextImage{margin-top:0px;}
#module_149820490 .GraphicUpper .TextImage{margin-bottom:15px;}
#module_149820490 .GraphicUpper .TextImage{margin-left:0px;}
#module_149820490 .GraphicUpper .TextImage{margin-right:0px;}
#module_149820490 .TextImage{width:30%;}
#module_149820490 .MobileTextImage{width:25%;}
#module_149820490 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_149820490 .imageTextGiant-Container{padding-top:10px;}
#module_149820490 .imageTextGiant-Container{padding-bottom:10px;}
#module_149820490 .imageTextGiant-Container{padding-left:10px;}
#module_149820490 .imageTextGiant-Container{padding-right:10px;}
#module_149820490 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149820490 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149820490 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149820490 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149820490 .imageTextGiant-Container{padding-top:0px;}
#module_149820490 .imageTextGiant-Container{padding-bottom:0px;}
#module_149820490 .imageTextGiant-Container{padding-left:0px;}
#module_149820490 .imageTextGiant-Container{padding-right:0px;}
#module_149820490 .showHandle .btn{font-size:14px;}
#module_149820490 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149820490 .showHandle .btn{color:#333;}
#module_149820490 .showHandle .btn{font-weight:400;}
#module_149820490 .showHandle .btn{text-decoration:none;}
#module_149820490 .showHandle .btn{font-style:normal;}
#module_149820490 .showHandle div{border-top-color:#ddd !important;}
#module_149820490 .showHandle div{border-top-style:solid !important;}
#module_149820490 .showHandle div{border-top-width:1px !important;}
#module_149820490 .showHandle{background-color:transparent;}
#module_149820490 .showHandle{background-image:none;}
#module_149820490 .showHandle{background-repeat:no-repeat;}
#module_149820490 .showHandle{}
#module_149820490 .showHandle{}
#module_149820490 .showHandle{}
#module_149820490 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149819997 #Sub149819997_2 {width:25%;}
.module_149820492 .ModuleHead .HeadCenter{float:none;}
#module_149820492 {
padding:0px;
}
#module_149820492 {
position:static;
z-index:0;
top:34px;
left:0px;
width:100%;
height: auto;
}
#module_149820492 .ModuleHead149820492 {
display:none;
}
#module_149820492 .BodyCenter.BodyCenter149820492 {
background:none;background-color:rgb(255, 255, 255);
}
#module_149820492 >.module_149820492 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:0px;
}
#module_149820492 >.module_149820492{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149820492 .BodyCenter.BodyCenter149820492 {
padding-top:14.4404%;
padding-left:10.8303%;
padding-right:10.8303%;
padding-bottom:14.4404%;
}
}
@media screen and (max-width: 767px){
#module_149820492 .BodyCenter.BodyCenter149820492 {
padding-top:10.3806%;
padding-left:10.3806%;
padding-right:10.3806%;
padding-bottom:10.3806%;
}
}
@media screen and (min-width: 768px){
#module_149820492 >.module_149820492 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149820492 >.module_149820492 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149820492 >.module_149820492 {box-shadow: 2px 2px 9px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_149820492:hover {
border:none;
}
#module_149820492:hover >.module_149820492 {box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);transition: box-shadow 0.5s ease 0s;}

#module_149820492 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149820492 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149820492 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149820492 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149820492 .GraphicUpper .TextImage{margin-top:0px;}
#module_149820492 .GraphicUpper .TextImage{margin-bottom:15px;}
#module_149820492 .GraphicUpper .TextImage{margin-left:0px;}
#module_149820492 .GraphicUpper .TextImage{margin-right:0px;}
#module_149820492 .TextImage{width:30%;}
#module_149820492 .MobileTextImage{width:25%;}
#module_149820492 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_149820492 .imageTextGiant-Container{padding-top:10px;}
#module_149820492 .imageTextGiant-Container{padding-bottom:10px;}
#module_149820492 .imageTextGiant-Container{padding-left:10px;}
#module_149820492 .imageTextGiant-Container{padding-right:10px;}
#module_149820492 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149820492 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149820492 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149820492 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149820492 .imageTextGiant-Container{padding-top:0px;}
#module_149820492 .imageTextGiant-Container{padding-bottom:0px;}
#module_149820492 .imageTextGiant-Container{padding-left:0px;}
#module_149820492 .imageTextGiant-Container{padding-right:0px;}
#module_149820492 .showHandle .btn{font-size:14px;}
#module_149820492 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149820492 .showHandle .btn{color:#333;}
#module_149820492 .showHandle .btn{font-weight:400;}
#module_149820492 .showHandle .btn{text-decoration:none;}
#module_149820492 .showHandle .btn{font-style:normal;}
#module_149820492 .showHandle div{border-top-color:#ddd !important;}
#module_149820492 .showHandle div{border-top-style:solid !important;}
#module_149820492 .showHandle div{border-top-width:1px !important;}
#module_149820492 .showHandle{background-color:transparent;}
#module_149820492 .showHandle{background-image:none;}
#module_149820492 .showHandle{background-repeat:no-repeat;}
#module_149820492 .showHandle{}
#module_149820492 .showHandle{}
#module_149820492 .showHandle{}
#module_149820492 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149819997 #Sub149819997_3 {width:25%;}
.module_149820493 .ModuleHead .HeadCenter{float:none;}
#module_149820493 {
padding:0px;
}
#module_149820493 {
position:static;
z-index:0;
top:2683px;
left:1343px;
width:100%;
height: auto;
}
#module_149820493 .ModuleHead149820493 {
display:none;
}
#module_149820493 .BodyCenter.BodyCenter149820493 {
background:none;background-color:rgb(255, 255, 255);
}
#module_149820493 >.module_149820493 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:0px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:0px;
}
#module_149820493 >.module_149820493{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149820493 .BodyCenter.BodyCenter149820493 {
padding-top:14.4404%;
padding-left:10.8303%;
padding-right:10.8303%;
padding-bottom:14.4404%;
}
}
@media screen and (max-width: 767px){
#module_149820493 .BodyCenter.BodyCenter149820493 {
padding-top:10.3806%;
padding-left:10.3806%;
padding-right:10.3806%;
padding-bottom:10.3806%;
}
}
@media screen and (min-width: 768px){
#module_149820493 >.module_149820493 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149820493 >.module_149820493 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149820493 >.module_149820493 {box-shadow: 2px 2px 10px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_149820493:hover {
border:none;
}
#module_149820493:hover >.module_149820493 {box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);transition: box-shadow 0.5s ease 0s;}

#module_149820493 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149820493 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149820493 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149820493 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149820493 .GraphicUpper .TextImage{margin-top:0px;}
#module_149820493 .GraphicUpper .TextImage{margin-bottom:15px;}
#module_149820493 .GraphicUpper .TextImage{margin-left:0px;}
#module_149820493 .GraphicUpper .TextImage{margin-right:0px;}
#module_149820493 .TextImage{width:30%;}
#module_149820493 .MobileTextImage{width:25%;}
#module_149820493 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_149820493 .imageTextGiant-Container{padding-top:10px;}
#module_149820493 .imageTextGiant-Container{padding-bottom:10px;}
#module_149820493 .imageTextGiant-Container{padding-left:10px;}
#module_149820493 .imageTextGiant-Container{padding-right:10px;}
#module_149820493 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149820493 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149820493 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149820493 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149820493 .imageTextGiant-Container{padding-top:0px;}
#module_149820493 .imageTextGiant-Container{padding-bottom:0px;}
#module_149820493 .imageTextGiant-Container{padding-left:0px;}
#module_149820493 .imageTextGiant-Container{padding-right:0px;}
#module_149820493 .showHandle .btn{font-size:14px;}
#module_149820493 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149820493 .showHandle .btn{color:#333;}
#module_149820493 .showHandle .btn{font-weight:400;}
#module_149820493 .showHandle .btn{text-decoration:none;}
#module_149820493 .showHandle .btn{font-style:normal;}
#module_149820493 .showHandle div{border-top-color:#ddd !important;}
#module_149820493 .showHandle div{border-top-style:solid !important;}
#module_149820493 .showHandle div{border-top-width:1px !important;}
#module_149820493 .showHandle{background-color:transparent;}
#module_149820493 .showHandle{background-image:none;}
#module_149820493 .showHandle{background-repeat:no-repeat;}
#module_149820493 .showHandle{}
#module_149820493 .showHandle{}
#module_149820493 .showHandle{}
#module_149820493 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149819997 #Sub149819997_4 {width:25%;}
.module_149816977 .ModuleHead .HeadCenter{float:none;}
#module_149816977 {
padding:0px;
}
#module_149816977 {
position:static;
z-index:0;
top:5450px;
left:1574px;
width:100%;
height: auto;
}
#module_149816977 .ModuleHead149816977 {
display:none;
}
#module_149816977 .BodyCenter.BodyCenter149816977 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149816977 >.module_149816977 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149816977 >.module_149816977{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149816977 .BodyCenter.BodyCenter149816977 {
padding-top:2.1436%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2872%;
}
}
@media screen and (max-width: 767px){
#module_149816977 .BodyCenter.BodyCenter149816977 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_149816977 >.module_149816977 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816977 >.module_149816977 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_149816977 >.module_149816977 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149816977:hover {
border:none;
}
#module_149816977:hover >.module_149816977 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149816977 .ModuleSubContainer{background-color:transparent;}
#module_149816977 .ModuleSubContainer{background-image:none;}
#module_149816977 .ModuleSubContainer{background-repeat:no-repeat;}
#module_149816977 .ModuleSubContainer{background-position:0% 0%;}
#module_149816977 .ModuleSubContainer{background-attachment:scroll;}
#module_149816977 .ModuleSubContainer{}
#module_149816977 {!bgVideo!}{bgVideoUrl:none}
#module_149816977 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_149816977 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_149816977 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer149816977 {}
.ModuleGridContainer.ModuleGridContainer149816977 .SubPadding {width:0px;}
.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_149816983 .ModuleHead .HeadCenter{float:none;}
#module_149816983 {
padding:0px;
}
#module_149816983 {
position:static;
z-index:0;
top:6517px;
left:740px;
width:100%;
height: auto;
}
#module_149816983 .ModuleHead149816983 {
display:none;
}
#module_149816983 .BodyCenter.BodyCenter149816983 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149816983 >.module_149816983 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149816983 >.module_149816983{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149816983 .BodyCenter.BodyCenter149816983 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.6042%;
}
}
@media screen and (max-width: 767px){
#module_149816983 .BodyCenter.BodyCenter149816983 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.8992%;
}
}
@media screen and (min-width: 768px){
#module_149816983 >.module_149816983 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816983 >.module_149816983 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149816983 >.module_149816983 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149816983:hover {
border:none;
}
#module_149816983:hover >.module_149816983 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149816983 .digital-unit{font-size:14px;}
#module_149816983 .digital-unit{font-family:微软雅黑,Microsoft YaHei;}
#module_149816983 .digital-unit{color:rgb(127, 127, 127);}
#module_149816983 .digital-unit{font-weight:normal;}
#module_149816983 .digital-unit{text-decoration:initial;}
#module_149816983 .digital-unit{font-style:normal;}
#module_149816983 .digital-num{font-size:32px;}#module_149816983 .digital-num-item sup{top: calc(-32px * 28 / 100);}
#module_149816983 .digital-num{font-family:微软雅黑,Microsoft YaHei!important;}
#module_149816983 .digital-num{color:rgb(7, 216, 174);}
#module_149816983 .digital-num{font-weight:normal;}
#module_149816983 .digital-num{text-decoration:initial!important;}
#module_149816983 .digital-num{font-style:normal;}
#module_149816983 .digital-title{font-size:14px;}
#module_149816983 .digital-title{font-family:微软雅黑,Microsoft YaHei;}
#module_149816983 .digital-title{color:rgb(89, 89, 89);}
#module_149816983 .digital-title{font-weight:normal;}
#module_149816983 .digital-title{text-decoration:initial;}
#module_149816983 .digital-title{font-style:normal;}
#module_149816983 .digital-item{background-color:transparent;}
#module_149816983 .digital-item{}
#module_149816983 .digital-unit{color:rgb(127, 127, 127);}
#module_149816983 .digital-line:not(:last-child){border-right-color:rgba(0,0,0,0);}
#module_149816983 .digital-line:not(:last-child){border-right-style:solid;}
#module_149816983 .digital-line:not(:last-child){border-right-width:1px;}

.ModuleGridContainer.ModuleGridContainer149816977 #Sub149816977_1 {width:62.5000%;}
.module_149816991 .ModuleHead .HeadCenter{float:none;}
#module_149816991 {
padding:0px;
}
#module_149816991 {
position:static;
z-index:0;
top:33px;
left:0px;
width:100%;
height: auto;
}
#module_149816991 .ModuleHead149816991 {
display:none;
}
#module_149816991 .BodyCenter.BodyCenter149816991 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149816991 >.module_149816991 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149816991 >.module_149816991{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149816991 .BodyCenter.BodyCenter149816991 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.6404%;
}
}
@media screen and (max-width: 767px){
#module_149816991 .BodyCenter.BodyCenter149816991 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.8992%;
}
}
@media screen and (min-width: 768px){
#module_149816991 >.module_149816991 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:6.4990%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816991 >.module_149816991 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149816991 >.module_149816991 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149816991:hover {
border:none;
}
#module_149816991:hover >.module_149816991 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149816991 .digital-unit{font-size:14px;}
#module_149816991 .digital-unit{font-family:微软雅黑,Microsoft YaHei;}
#module_149816991 .digital-unit{color:rgb(127, 127, 127);}
#module_149816991 .digital-unit{font-weight:normal;}
#module_149816991 .digital-unit{text-decoration:initial;}
#module_149816991 .digital-unit{font-style:normal;}
#module_149816991 .digital-num{font-size:32px;}#module_149816991 .digital-num-item sup{top: calc(-32px * 28 / 100);}
#module_149816991 .digital-num{font-family:微软雅黑,Microsoft YaHei!important;}
#module_149816991 .digital-num{color:rgb(7, 216, 174);}
#module_149816991 .digital-num{font-weight:normal;}
#module_149816991 .digital-num{text-decoration:initial!important;}
#module_149816991 .digital-num{font-style:normal;}
#module_149816991 .digital-title{font-size:14px;}
#module_149816991 .digital-title{font-family:微软雅黑,Microsoft YaHei;}
#module_149816991 .digital-title{color:rgb(89, 89, 89);}
#module_149816991 .digital-title{font-weight:normal;}
#module_149816991 .digital-title{text-decoration:initial;}
#module_149816991 .digital-title{font-style:normal;}
#module_149816991 .digital-item{background-color:transparent;}
#module_149816991 .digital-item{}
#module_149816991 .digital-unit{color:rgb(127, 127, 127);}
#module_149816991 .digital-line:not(:last-child){border-right-color:rgba(0,0,0,0);}
#module_149816991 .digital-line:not(:last-child){border-right-style:solid;}
#module_149816991 .digital-line:not(:last-child){border-right-width:1px;}

.ModuleGridContainer.ModuleGridContainer149816977 #Sub149816977_2 {width:37.49999999999999%;}
.module_149816978 .ModuleHead .HeadCenter{float:none;}
#module_149816978 {
padding:0px;
}
#module_149816978 {
position:static;
z-index:0;
top:3840px;
left:164px;
width:100%;
height: auto;
}
#module_149816978 .ModuleHead149816978 {
display:none;
}
#module_149816978 .BodyCenter.BodyCenter149816978 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149816978 >.module_149816978 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149816978 >.module_149816978{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149816978 .BodyCenter.BodyCenter149816978 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.6667%;
}
}
@media screen and (max-width: 767px){
#module_149816978 .BodyCenter.BodyCenter149816978 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.5359%;
}
}
@media screen and (min-width: 768px){
#module_149816978 >.module_149816978 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816978 >.module_149816978 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149816978 >.module_149816978 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149816978:hover {
border:none;
}
#module_149816978:hover >.module_149816978 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149816978 .digital-unit{font-size:12px;}
#module_149816978 .digital-unit{font-family:微软雅黑,Microsoft YaHei;}
#module_149816978 .digital-unit{color:rgb(127, 127, 127);}
#module_149816978 .digital-unit{font-weight:bold;}
#module_149816978 .digital-unit{text-decoration:initial;}
#module_149816978 .digital-unit{font-style:normal;}
#module_149816978 .digital-num{font-size:22px;}#module_149816978 .digital-num-item sup{top: calc(-22px * 28 / 100);}
#module_149816978 .digital-num{font-family:微软雅黑,Microsoft YaHei!important;}
#module_149816978 .digital-num{color:rgb(7, 216, 174);}
#module_149816978 .digital-num{font-weight:normal;}
#module_149816978 .digital-num{text-decoration:initial!important;}
#module_149816978 .digital-num{font-style:normal;}
#module_149816978 .digital-title{font-size:12px;}
#module_149816978 .digital-title{font-family:微软雅黑,Microsoft YaHei;}
#module_149816978 .digital-title{color:rgb(89, 89, 89);}
#module_149816978 .digital-title{font-weight:normal;}
#module_149816978 .digital-title{text-decoration:initial;}
#module_149816978 .digital-title{font-style:normal;}
#module_149816978 .digital-item{background-color:transparent;}
#module_149816978 .digital-item{}
#module_149816978 .digital-unit{color:rgb(127, 127, 127);}
#module_149816978 .digital-line:not(:last-child){border-right-color:rgba(0,0,0,0);}
#module_149816978 .digital-line:not(:last-child){border-right-style:solid;}
#module_149816978 .digital-line:not(:last-child){border-right-width:1px;}
.module_149816979 .ModuleHead .HeadCenter{float:none;}
#module_149816979 {
padding:0px;
}
#module_149816979 {
position:static;
z-index:0;
top:3865px;
left:17px;
width:100%;
height: auto;
}
#module_149816979 .ModuleHead149816979 {
display:none;
}
#module_149816979 .BodyCenter.BodyCenter149816979 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149816979 >.module_149816979 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149816979 >.module_149816979{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149816979 .BodyCenter.BodyCenter149816979 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0718%;
}
}
@media screen and (max-width: 767px){
#module_149816979 .BodyCenter.BodyCenter149816979 {
padding-top:1.9608%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149816979 >.module_149816979 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816979 >.module_149816979 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149816979 >.module_149816979 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149816979:hover {
border:none;
}
#module_149816979:hover >.module_149816979 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149816979 .digital-unit{font-size:12px;}
#module_149816979 .digital-unit{font-family:微软雅黑,Microsoft YaHei;}
#module_149816979 .digital-unit{color:rgb(127, 127, 127);}
#module_149816979 .digital-unit{font-weight:normal;}
#module_149816979 .digital-unit{text-decoration:initial;}
#module_149816979 .digital-unit{font-style:normal;}
#module_149816979 .digital-num{font-size:22px;}#module_149816979 .digital-num-item sup{top: calc(-22px * 28 / 100);}
#module_149816979 .digital-num{font-family:微软雅黑,Microsoft YaHei!important;}
#module_149816979 .digital-num{color:rgb(7, 216, 174);}
#module_149816979 .digital-num{font-weight:normal;}
#module_149816979 .digital-num{text-decoration:initial!important;}
#module_149816979 .digital-num{font-style:normal;}
#module_149816979 .digital-title{font-size:12px;}
#module_149816979 .digital-title{font-family:微软雅黑,Microsoft YaHei;}
#module_149816979 .digital-title{color:rgb(127, 127, 127);}
#module_149816979 .digital-title{font-weight:normal;}
#module_149816979 .digital-title{text-decoration:initial;}
#module_149816979 .digital-title{font-style:normal;}
#module_149816979 .digital-item{background-color:transparent;}
#module_149816979 .digital-item{}
#module_149816979 .digital-unit{color:rgb(127, 127, 127);}
#module_149816979 .digital-line:not(:last-child){border-right-color:rgba(0,0,0,0);}
#module_149816979 .digital-line:not(:last-child){border-right-style:solid;}
#module_149816979 .digital-line:not(:last-child){border-right-width:1px;}
.module_149816975 .ModuleHead .HeadCenter{float:none;}
#module_149816975 {
padding:0px;
}
#module_149816975 {
position:static;
z-index:0;
top:4767px;
left:1548px;
width:100%;
height: auto;
}
#module_149816975 .ModuleHead149816975 {
display:none;
}
#module_149816975 .BodyCenter.BodyCenter149816975 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149816975 >.module_149816975 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149816975 >.module_149816975{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149816975 .BodyCenter.BodyCenter149816975 {
padding-top:0.5359%;
padding-left:2.6795%;
padding-right:2.6795%;
padding-bottom:1.6077%;
}
}
@media screen and (max-width: 767px){
#module_149816975 .BodyCenter.BodyCenter149816975 {
padding-top:16.3399%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:6.5359%;
}
}
@media screen and (min-width: 768px){
#module_149816975 >.module_149816975 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816975 >.module_149816975 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149816975 >.module_149816975 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149816975:hover {
border:none;
}
#module_149816975:hover >.module_149816975 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149816975 .ModuleSubContainer{background-color:transparent;}
#module_149816975 .ModuleSubContainer{background-image:none;}
#module_149816975 .ModuleSubContainer{background-repeat:no-repeat;}
#module_149816975 .ModuleSubContainer{background-position:0% 0%;}
#module_149816975 .ModuleSubContainer{background-attachment:scroll;}
#module_149816975 .ModuleSubContainer{}
#module_149816975 {!bgVideo!}{bgVideoUrl:none}
#module_149816975 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_149816975 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_149816975 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer149816975 {}
.module_149816982 .ModuleHead .HeadCenter{float:none;}
#module_149816982 {
padding:0px;
}
#module_149816982 {
position:static;
z-index:0;
top:878px;
left:1246px;
width:100%;
height: auto;
}
#module_149816982 .ModuleHead149816982 {
display:none;
}
#module_149816982 .BodyCenter.BodyCenter149816982 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149816982 >.module_149816982 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149816982 >.module_149816982{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149816982 .BodyCenter.BodyCenter149816982 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816982 .BodyCenter.BodyCenter149816982 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149816982 >.module_149816982 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816982 >.module_149816982 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149816982 >.module_149816982 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149816982:hover {
border:none;
}
#module_149816982:hover >.module_149816982 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149816982 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149816982 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149816982 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149816982 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149816982 .imageTextGiant-Container{padding-top:0px;}
#module_149816982 .imageTextGiant-Container{padding-bottom:0px;}
#module_149816982 .imageTextGiant-Container{padding-left:0px;}
#module_149816982 .imageTextGiant-Container{padding-right:0px;}
#module_149816982 .showHandle .btn{font-size:14px;}
#module_149816982 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149816982 .showHandle .btn{color:#333;}
#module_149816982 .showHandle .btn{font-weight:400;}
#module_149816982 .showHandle .btn{text-decoration:none;}
#module_149816982 .showHandle .btn{font-style:normal;}
#module_149816982 .showHandle div{border-top-color:#ddd !important;}
#module_149816982 .showHandle div{border-top-style:solid !important;}
#module_149816982 .showHandle div{border-top-width:1px !important;}
#module_149816982 .showHandle{background-color:transparent;}
#module_149816982 .showHandle{background-image:none;}
#module_149816982 .showHandle{background-repeat:no-repeat;}
#module_149816982 .showHandle{}
#module_149816982 .showHandle{}
#module_149816982 .showHandle{}
#module_149816982 a{font-size:unset;font-family:unset}
.module_149817203 .ModuleHead .HeadCenter{float:none;}
#module_149817203 {
padding:0px;
}
#module_149817203 {
position:static;
z-index:0;
top:7036px;
left:1168px;
width:100%;
height: auto;
}
#module_149817203 .ModuleHead149817203 {
display:none;
}
#module_149817203 .BodyCenter.BodyCenter149817203 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817203 >.module_149817203 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817203 >.module_149817203{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817203 .BodyCenter.BodyCenter149817203 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817203 .BodyCenter.BodyCenter149817203 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149817203 >.module_149817203 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817203 >.module_149817203 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817203 >.module_149817203 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817203:hover {
border:none;
}
#module_149817203:hover >.module_149817203 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817203 .ModuleImageTextGiantContent{margin-top:0px;}
#module_149817203 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_149817203 .ModuleImageTextGiantContent{margin-left:0px;}
#module_149817203 .ModuleImageTextGiantContent{margin-right:0px;}
#module_149817203 .imageTextGiant-Container{padding-top:0px;}
#module_149817203 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817203 .imageTextGiant-Container{padding-left:0px;}
#module_149817203 .imageTextGiant-Container{padding-right:0px;}
#module_149817203 .showHandle .btn{font-size:14px;}
#module_149817203 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817203 .showHandle .btn{color:#333;}
#module_149817203 .showHandle .btn{font-weight:400;}
#module_149817203 .showHandle .btn{text-decoration:none;}
#module_149817203 .showHandle .btn{font-style:normal;}
#module_149817203 .showHandle div{border-top-color:#ddd !important;}
#module_149817203 .showHandle div{border-top-style:solid !important;}
#module_149817203 .showHandle div{border-top-width:1px !important;}
#module_149817203 .showHandle{background-color:transparent;}
#module_149817203 .showHandle{background-image:none;}
#module_149817203 .showHandle{background-repeat:no-repeat;}
#module_149817203 .showHandle{}
#module_149817203 .showHandle{}
#module_149817203 .showHandle{}
#module_149817203 a{font-size:unset;font-family:unset}
.module_149816980 .ModuleHead .HeadCenter{float:none;}
#module_149816980 {
padding:0px;
}
#module_149816980 {
position:static;
z-index:0;
top:4871px;
left:1527px;
width:100%;
height: auto;
}
#module_149816980 .ModuleHead149816980 {
display:none;
}
#module_149816980 .BodyCenter.BodyCenter149816980 {
background:none;background-color:rgb(255, 255, 255);
}
#module_149816980 >.module_149816980 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149816980 >.module_149816980{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149816980 .BodyCenter.BodyCenter149816980 {
padding-top:1.0718%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2872%;
}
}
@media screen and (max-width: 767px){
#module_149816980 .BodyCenter.BodyCenter149816980 {
padding-top:0.0000%;
padding-left:3.2680%;
padding-right:3.2680%;
padding-bottom:9.8039%;
}
}
@media screen and (min-width: 768px){
#module_149816980 >.module_149816980 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816980 >.module_149816980 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149816980 >.module_149816980 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149816980:hover {
border:none;
}
#module_149816980:hover >.module_149816980 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149816980 .ModuleSubContainer{background-color:transparent;}
#module_149816980 .ModuleSubContainer{background-image:none;}
#module_149816980 .ModuleSubContainer{background-repeat:no-repeat;}
#module_149816980 .ModuleSubContainer{background-position:0% 0%;}
#module_149816980 .ModuleSubContainer{background-attachment:scroll;}
#module_149816980 .ModuleSubContainer{}
#module_149816980 {!bgVideo!}{bgVideoUrl:none}
#module_149816980 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_149816980 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_149816980 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer149816980 {}
.ModuleGridContainer.ModuleGridContainer149816980 .SubPadding {width:30px;}
.module_149816993 .ModuleHead .HeadCenter{float:none;}
#module_149816993 {
padding:0px;
}
#module_149816993 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_149816993 .ModuleHead149816993 {
display:none;
}
#module_149816993 >.module_149816993 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:1px;
}
#module_149816993 >.module_149816993{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149816993 .BodyCenter.BodyCenter149816993 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816993 .BodyCenter.BodyCenter149816993 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:1.1696%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149816993 >.module_149816993 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816993 >.module_149816993 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149816993 >.module_149816993 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149816993:hover {
border:none;
}
#module_149816993:hover >.module_149816993 {
border-color:rgb(242, 242, 242);
}
#module_149816993:hover >.module_149816993 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149816993 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_149816993 .ModuleHoverBoxItem_1{background-image:none;}
#module_149816993 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_149816993 .ModuleHoverBoxItem_1{}
#module_149816993 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_149816993 .ModuleHoverBoxItem_1{}
#module_149816993 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_149816993 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_149816993 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_149816993 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_149816993 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_149816993 .ModuleHoverBoxItem_2{background-image:none;}
#module_149816993 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_149816993 .ModuleHoverBoxItem_2{}
#module_149816993 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_149816993 .ModuleHoverBoxItem_2{}
#module_149816993 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_149816993 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_149816993 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_149816993 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_149816993 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_149816994 .ModuleHead .HeadCenter{float:none;}
#module_149816994 {
padding:0px;
}
#module_149816994 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_149816994 .ModuleHead149816994 {
display:none;
}
#module_149816994 .BodyCenter.BodyCenter149816994 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149816994 >.module_149816994 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149816994 >.module_149816994{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149816994 .BodyCenter.BodyCenter149816994 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816994 .BodyCenter.BodyCenter149816994 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_149816994 >.module_149816994 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816994 >.module_149816994 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_149816994 >.module_149816994 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149816994:hover {
border:none;
}
#module_149816994:hover >.module_149816994 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149816994 img{border-top-color:transparent;}
#module_149816994 img{border-top-style:none;}
#module_149816994 img{border-top-width:0px;}
#module_149816994 img{border-right-color:transparent;}
#module_149816994 img{border-right-style:none;}
#module_149816994 img{border-right-width:0px;}
#module_149816994 img{border-bottom-color:transparent;}
#module_149816994 img{border-bottom-style:none;}
#module_149816994 img{border-bottom-width:0px;}
#module_149816994 img{border-left-color:transparent;}
#module_149816994 img{border-left-style:none;}
#module_149816994 img{border-left-width:0px;}
#module_149816994 img{border-top-left-radius:0px;}
#module_149816994 img{border-top-right-radius:0px;}
#module_149816994 img{border-bottom-left-radius:0px;}
#module_149816994 img{border-bottom-right-radius:0px;}
#module_149816994 .BodyCenter{text-align: center;}
.module_149817221 .ModuleHead .HeadCenter{float:none;}
#module_149817221 {
padding:0px;
}
#module_149817221 {
position:static;
z-index:0;
top:72px;
left:0px;
width:100%;
height: auto;
}
#module_149817221 .ModuleHead149817221 {
display:none;
}
#module_149817221 .BodyCenter.BodyCenter149817221 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817221 >.module_149817221 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817221 >.module_149817221{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817221 .BodyCenter.BodyCenter149817221 {
padding-top:8.7108%;
padding-left:8.7108%;
padding-right:8.7108%;
padding-bottom:8.7108%;
}
}
@media screen and (max-width: 767px){
#module_149817221 .BodyCenter.BodyCenter149817221 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817221 >.module_149817221 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817221 >.module_149817221 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817221 >.module_149817221 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817221:hover {
border:none;
}
#module_149817221:hover >.module_149817221 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817221 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817221 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817221 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817221 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817221 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817221 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817221 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817221 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817221 .TextImage{width:30%;}
#module_149817221 .MobileTextImage{width:45%;}
#module_149817221 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817221 .imageTextGiant-Container{padding-top:10px;}
#module_149817221 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817221 .imageTextGiant-Container{padding-left:10px;}
#module_149817221 .imageTextGiant-Container{padding-right:10px;}
#module_149817221 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817221 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817221 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817221 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817221 .imageTextGiant-Container{padding-top:0px;}
#module_149817221 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817221 .imageTextGiant-Container{padding-left:0px;}
#module_149817221 .imageTextGiant-Container{padding-right:0px;}
#module_149817221 .showHandle .btn{font-size:14px;}
#module_149817221 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817221 .showHandle .btn{color:#333;}
#module_149817221 .showHandle .btn{font-weight:400;}
#module_149817221 .showHandle .btn{text-decoration:none;}
#module_149817221 .showHandle .btn{font-style:normal;}
#module_149817221 .showHandle div{border-top-color:#ddd !important;}
#module_149817221 .showHandle div{border-top-style:solid !important;}
#module_149817221 .showHandle div{border-top-width:1px !important;}
#module_149817221 .showHandle{background-color:transparent;}
#module_149817221 .showHandle{background-image:none;}
#module_149817221 .showHandle{background-repeat:no-repeat;}
#module_149817221 .showHandle{}
#module_149817221 .showHandle{}
#module_149817221 .showHandle{}
#module_149817221 a{font-size:unset;font-family:unset}.module_149817211 .ModuleHead .HeadCenter{float:none;}
#module_149817211 {
padding:0px;
}
#module_149817211 {
position:static;
z-index:0;
top:28px;
left:0px;
width:100%;
height: auto;
}
#module_149817211 .ModuleHead149817211 {
display:none;
}
#module_149817211 .BodyCenter.BodyCenter149817211 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817211 >.module_149817211 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817211 >.module_149817211{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817211 .BodyCenter.BodyCenter149817211 {
padding-top:8.7108%;
padding-left:8.7108%;
padding-right:8.7108%;
padding-bottom:8.7108%;
}
}
@media screen and (max-width: 767px){
#module_149817211 .BodyCenter.BodyCenter149817211 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817211 >.module_149817211 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817211 >.module_149817211 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817211 >.module_149817211 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817211:hover {
border:none;
}
#module_149817211:hover >.module_149817211 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817211 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817211 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817211 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817211 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817211 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817211 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817211 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817211 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817211 .TextImage{width:30%;}
#module_149817211 .MobileTextImage{width:45%;}
#module_149817211 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817211 .imageTextGiant-Container{padding-top:10px;}
#module_149817211 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817211 .imageTextGiant-Container{padding-left:10px;}
#module_149817211 .imageTextGiant-Container{padding-right:10px;}
#module_149817211 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817211 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817211 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817211 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817211 .imageTextGiant-Container{padding-top:0px;}
#module_149817211 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817211 .imageTextGiant-Container{padding-left:0px;}
#module_149817211 .imageTextGiant-Container{padding-right:0px;}
#module_149817211 .showHandle .btn{font-size:14px;}
#module_149817211 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817211 .showHandle .btn{color:#333;}
#module_149817211 .showHandle .btn{font-weight:400;}
#module_149817211 .showHandle .btn{text-decoration:none;}
#module_149817211 .showHandle .btn{font-style:normal;}
#module_149817211 .showHandle div{border-top-color:#ddd !important;}
#module_149817211 .showHandle div{border-top-style:solid !important;}
#module_149817211 .showHandle div{border-top-width:1px !important;}
#module_149817211 .showHandle{background-color:transparent;}
#module_149817211 .showHandle{background-image:none;}
#module_149817211 .showHandle{background-repeat:no-repeat;}
#module_149817211 .showHandle{}
#module_149817211 .showHandle{}
#module_149817211 .showHandle{}
#module_149817211 a{font-size:unset;font-family:unset}
.module_149817001 .ModuleHead .HeadCenter{float:none;}
#module_149817001 {
padding:0px;
}
#module_149817001 {
position:static;
z-index:0;
top:5011px;
left:627px;
width:100%;
height: auto;
}
#module_149817001 .ModuleHead149817001 {
display:none;
}
#module_149817001 >.module_149817001 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:1px;
}
#module_149817001 >.module_149817001{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817001 .BodyCenter.BodyCenter149817001 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817001 .BodyCenter.BodyCenter149817001 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149817001 >.module_149817001 {
margin-top:5.1903%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817001 >.module_149817001 {
margin-top:5.8480%;
margin-left:0.0000%;
margin-right:1.1696%;
margin-bottom:0.0000%;
}
}
#module_149817001 >.module_149817001 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817001:hover {
border:none;
}
#module_149817001:hover >.module_149817001 {
border-color:rgb(242, 242, 242);
}
#module_149817001:hover >.module_149817001 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817001 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_149817001 .ModuleHoverBoxItem_1{background-image:none;}
#module_149817001 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_149817001 .ModuleHoverBoxItem_1{}
#module_149817001 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_149817001 .ModuleHoverBoxItem_1{}
#module_149817001 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_149817001 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_149817001 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_149817001 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_149817001 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_149817001 .ModuleHoverBoxItem_2{background-image:none;}
#module_149817001 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_149817001 .ModuleHoverBoxItem_2{}
#module_149817001 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_149817001 .ModuleHoverBoxItem_2{}
#module_149817001 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_149817001 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_149817001 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_149817001 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_149817001 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_149817002 .ModuleHead .HeadCenter{float:none;}
#module_149817002 {
padding:0px;
}
#module_149817002 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_149817002 .ModuleHead149817002 {
display:none;
}
#module_149817002 .BodyCenter.BodyCenter149817002 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817002 >.module_149817002 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817002 >.module_149817002{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817002 .BodyCenter.BodyCenter149817002 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817002 .BodyCenter.BodyCenter149817002 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:1.1696%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149817002 >.module_149817002 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817002 >.module_149817002 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817002 >.module_149817002 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817002:hover {
border:none;
}
#module_149817002:hover >.module_149817002 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817002 img{border-top-color:transparent;}
#module_149817002 img{border-top-style:none;}
#module_149817002 img{border-top-width:0px;}
#module_149817002 img{border-right-color:transparent;}
#module_149817002 img{border-right-style:none;}
#module_149817002 img{border-right-width:0px;}
#module_149817002 img{border-bottom-color:transparent;}
#module_149817002 img{border-bottom-style:none;}
#module_149817002 img{border-bottom-width:0px;}
#module_149817002 img{border-left-color:transparent;}
#module_149817002 img{border-left-style:none;}
#module_149817002 img{border-left-width:0px;}
#module_149817002 img{border-top-left-radius:0px;}
#module_149817002 img{border-top-right-radius:0px;}
#module_149817002 img{border-bottom-left-radius:0px;}
#module_149817002 img{border-bottom-right-radius:0px;}
#module_149817002 .BodyCenter{text-align: center;}
.module_149817235 .ModuleHead .HeadCenter{float:none;}
#module_149817235 {
padding:0px;
}
#module_149817235 {
position:static;
z-index:0;
top:157px;
left:0px;
width:100%;
height: auto;
}
#module_149817235 .ModuleHead149817235 {
display:none;
}
#module_149817235 .BodyCenter.BodyCenter149817235 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817235 >.module_149817235 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817235 >.module_149817235{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817235 .BodyCenter.BodyCenter149817235 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_149817235 .BodyCenter.BodyCenter149817235 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817235 >.module_149817235 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817235 >.module_149817235 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817235 >.module_149817235 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817235:hover {
border:none;
}
#module_149817235:hover >.module_149817235 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817235 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817235 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817235 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817235 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817235 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817235 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817235 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817235 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817235 .TextImage{width:30%;}
#module_149817235 .MobileTextImage{width:45%;}
#module_149817235 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817235 .imageTextGiant-Container{padding-top:10px;}
#module_149817235 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817235 .imageTextGiant-Container{padding-left:10px;}
#module_149817235 .imageTextGiant-Container{padding-right:10px;}
#module_149817235 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817235 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817235 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817235 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817235 .imageTextGiant-Container{padding-top:0px;}
#module_149817235 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817235 .imageTextGiant-Container{padding-left:0px;}
#module_149817235 .imageTextGiant-Container{padding-right:0px;}
#module_149817235 .showHandle .btn{font-size:14px;}
#module_149817235 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817235 .showHandle .btn{color:#333;}
#module_149817235 .showHandle .btn{font-weight:400;}
#module_149817235 .showHandle .btn{text-decoration:none;}
#module_149817235 .showHandle .btn{font-style:normal;}
#module_149817235 .showHandle div{border-top-color:#ddd !important;}
#module_149817235 .showHandle div{border-top-style:solid !important;}
#module_149817235 .showHandle div{border-top-width:1px !important;}
#module_149817235 .showHandle{background-color:transparent;}
#module_149817235 .showHandle{background-image:none;}
#module_149817235 .showHandle{background-repeat:no-repeat;}
#module_149817235 .showHandle{}
#module_149817235 .showHandle{}
#module_149817235 .showHandle{}
#module_149817235 a{font-size:unset;font-family:unset}.module_149817215 .ModuleHead .HeadCenter{float:none;}
#module_149817215 {
padding:0px;
}
#module_149817215 {
position:static;
z-index:0;
top:47px;
left:0px;
width:100%;
height: auto;
}
#module_149817215 .ModuleHead149817215 {
display:none;
}
#module_149817215 .BodyCenter.BodyCenter149817215 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817215 >.module_149817215 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817215 >.module_149817215{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817215 .BodyCenter.BodyCenter149817215 {
padding-top:8.7108%;
padding-left:8.7108%;
padding-right:8.7108%;
padding-bottom:8.7108%;
}
}
@media screen and (max-width: 767px){
#module_149817215 .BodyCenter.BodyCenter149817215 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817215 >.module_149817215 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817215 >.module_149817215 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817215 >.module_149817215 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817215:hover {
border:none;
}
#module_149817215:hover >.module_149817215 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817215 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817215 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817215 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817215 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817215 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817215 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817215 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817215 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817215 .TextImage{width:25%;}
#module_149817215 .MobileTextImage{width:45%;}
#module_149817215 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817215 .imageTextGiant-Container{padding-top:10px;}
#module_149817215 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817215 .imageTextGiant-Container{padding-left:10px;}
#module_149817215 .imageTextGiant-Container{padding-right:10px;}
#module_149817215 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817215 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817215 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817215 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817215 .imageTextGiant-Container{padding-top:0px;}
#module_149817215 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817215 .imageTextGiant-Container{padding-left:0px;}
#module_149817215 .imageTextGiant-Container{padding-right:0px;}
#module_149817215 .showHandle .btn{font-size:14px;}
#module_149817215 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817215 .showHandle .btn{color:#333;}
#module_149817215 .showHandle .btn{font-weight:400;}
#module_149817215 .showHandle .btn{text-decoration:none;}
#module_149817215 .showHandle .btn{font-style:normal;}
#module_149817215 .showHandle div{border-top-color:#ddd !important;}
#module_149817215 .showHandle div{border-top-style:solid !important;}
#module_149817215 .showHandle div{border-top-width:1px !important;}
#module_149817215 .showHandle{background-color:transparent;}
#module_149817215 .showHandle{background-image:none;}
#module_149817215 .showHandle{background-repeat:no-repeat;}
#module_149817215 .showHandle{}
#module_149817215 .showHandle{}
#module_149817215 .showHandle{}
#module_149817215 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149816980 #Sub149816980_1 {width:25%;}
.module_149816995 .ModuleHead .HeadCenter{float:none;}
#module_149816995 {
padding:0px;
}
#module_149816995 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_149816995 .ModuleHead149816995 {
display:none;
}
#module_149816995 >.module_149816995 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:1px;
}
#module_149816995 >.module_149816995{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149816995 .BodyCenter.BodyCenter149816995 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816995 .BodyCenter.BodyCenter149816995 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149816995 >.module_149816995 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816995 >.module_149816995 {
margin-top:0.0000%;
margin-left:1.1696%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149816995 >.module_149816995 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149816995:hover {
border:none;
}
#module_149816995:hover >.module_149816995 {
border-color:rgb(242, 242, 242);
}
#module_149816995:hover >.module_149816995 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149816995 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_149816995 .ModuleHoverBoxItem_1{background-image:none;}
#module_149816995 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_149816995 .ModuleHoverBoxItem_1{}
#module_149816995 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_149816995 .ModuleHoverBoxItem_1{}
#module_149816995 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_149816995 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_149816995 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_149816995 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_149816995 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_149816995 .ModuleHoverBoxItem_2{background-image:none;}
#module_149816995 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_149816995 .ModuleHoverBoxItem_2{}
#module_149816995 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_149816995 .ModuleHoverBoxItem_2{}
#module_149816995 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_149816995 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_149816995 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_149816995 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_149816995 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_149816998 .ModuleHead .HeadCenter{float:none;}
#module_149816998 {
padding:0px;
}
#module_149816998 {
position:static;
z-index:0;
top:4796px;
left:782px;
width:100%;
height: auto;
}
#module_149816998 .ModuleHead149816998 {
display:none;
}

#module_149816998 img{border-top-color:transparent;}
#module_149816998 img{border-top-style:none;}
#module_149816998 img{border-top-width:0px;}
#module_149816998 img{border-right-color:transparent;}
#module_149816998 img{border-right-style:none;}
#module_149816998 img{border-right-width:0px;}
#module_149816998 img{border-bottom-color:transparent;}
#module_149816998 img{border-bottom-style:none;}
#module_149816998 img{border-bottom-width:0px;}
#module_149816998 img{border-left-color:transparent;}
#module_149816998 img{border-left-style:none;}
#module_149816998 img{border-left-width:0px;}
#module_149816998 img{border-top-left-radius:0px;}
#module_149816998 img{border-top-right-radius:0px;}
#module_149816998 img{border-bottom-left-radius:0px;}
#module_149816998 img{border-bottom-right-radius:0px;}
#module_149816998 .BodyCenter{text-align: center;}
.module_149817220 .ModuleHead .HeadCenter{float:none;}
#module_149817220 {
padding:0px;
}
#module_149817220 {
position:static;
z-index:0;
top:77px;
left:0px;
width:100%;
height: auto;
}
#module_149817220 .ModuleHead149817220 {
display:none;
}
#module_149817220 .BodyCenter.BodyCenter149817220 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817220 >.module_149817220 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817220 >.module_149817220{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817220 .BodyCenter.BodyCenter149817220 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_149817220 .BodyCenter.BodyCenter149817220 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817220 >.module_149817220 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817220 >.module_149817220 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817220 >.module_149817220 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817220:hover {
border:none;
}
#module_149817220:hover >.module_149817220 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817220 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817220 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817220 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817220 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817220 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817220 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817220 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817220 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817220 .TextImage{width:30%;}
#module_149817220 .MobileTextImage{width:45%;}
#module_149817220 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817220 .imageTextGiant-Container{padding-top:10px;}
#module_149817220 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817220 .imageTextGiant-Container{padding-left:10px;}
#module_149817220 .imageTextGiant-Container{padding-right:10px;}
#module_149817220 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817220 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817220 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817220 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817220 .imageTextGiant-Container{padding-top:0px;}
#module_149817220 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817220 .imageTextGiant-Container{padding-left:0px;}
#module_149817220 .imageTextGiant-Container{padding-right:0px;}
#module_149817220 .showHandle .btn{font-size:14px;}
#module_149817220 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817220 .showHandle .btn{color:#333;}
#module_149817220 .showHandle .btn{font-weight:400;}
#module_149817220 .showHandle .btn{text-decoration:none;}
#module_149817220 .showHandle .btn{font-style:normal;}
#module_149817220 .showHandle div{border-top-color:#ddd !important;}
#module_149817220 .showHandle div{border-top-style:solid !important;}
#module_149817220 .showHandle div{border-top-width:1px !important;}
#module_149817220 .showHandle{background-color:transparent;}
#module_149817220 .showHandle{background-image:none;}
#module_149817220 .showHandle{background-repeat:no-repeat;}
#module_149817220 .showHandle{}
#module_149817220 .showHandle{}
#module_149817220 .showHandle{}
#module_149817220 a{font-size:unset;font-family:unset}.module_149817212 .ModuleHead .HeadCenter{float:none;}
#module_149817212 {
padding:0px;
}
#module_149817212 {
position:static;
z-index:0;
top:26px;
left:0px;
width:100%;
height: auto;
}
#module_149817212 .ModuleHead149817212 {
display:none;
}
#module_149817212 .BodyCenter.BodyCenter149817212 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817212 >.module_149817212 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817212 >.module_149817212{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817212 .BodyCenter.BodyCenter149817212 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_149817212 .BodyCenter.BodyCenter149817212 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817212 >.module_149817212 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817212 >.module_149817212 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817212 >.module_149817212 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817212:hover {
border:none;
}
#module_149817212:hover >.module_149817212 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817212 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817212 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817212 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817212 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817212 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817212 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817212 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817212 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817212 .TextImage{width:30%;}
#module_149817212 .MobileTextImage{width:45%;}
#module_149817212 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817212 .imageTextGiant-Container{padding-top:10px;}
#module_149817212 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817212 .imageTextGiant-Container{padding-left:10px;}
#module_149817212 .imageTextGiant-Container{padding-right:10px;}
#module_149817212 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817212 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817212 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817212 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817212 .imageTextGiant-Container{padding-top:0px;}
#module_149817212 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817212 .imageTextGiant-Container{padding-left:0px;}
#module_149817212 .imageTextGiant-Container{padding-right:0px;}
#module_149817212 .showHandle .btn{font-size:14px;}
#module_149817212 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817212 .showHandle .btn{color:#333;}
#module_149817212 .showHandle .btn{font-weight:400;}
#module_149817212 .showHandle .btn{text-decoration:none;}
#module_149817212 .showHandle .btn{font-style:normal;}
#module_149817212 .showHandle div{border-top-color:#ddd !important;}
#module_149817212 .showHandle div{border-top-style:solid !important;}
#module_149817212 .showHandle div{border-top-width:1px !important;}
#module_149817212 .showHandle{background-color:transparent;}
#module_149817212 .showHandle{background-image:none;}
#module_149817212 .showHandle{background-repeat:no-repeat;}
#module_149817212 .showHandle{}
#module_149817212 .showHandle{}
#module_149817212 .showHandle{}
#module_149817212 a{font-size:unset;font-family:unset}
.module_149817003 .ModuleHead .HeadCenter{float:none;}
#module_149817003 {
padding:0px;
}
#module_149817003 {
position:static;
z-index:0;
top:5030px;
left:911px;
width:100%;
height: auto;
}
#module_149817003 .ModuleHead149817003 {
display:none;
}
#module_149817003 >.module_149817003 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:1px;
}
#module_149817003 >.module_149817003{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817003 .BodyCenter.BodyCenter149817003 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817003 .BodyCenter.BodyCenter149817003 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149817003 >.module_149817003 {
margin-top:5.2083%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817003 >.module_149817003 {
margin-top:5.8480%;
margin-left:1.1696%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817003 >.module_149817003 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817003:hover {
border:none;
}
#module_149817003:hover >.module_149817003 {
border-color:rgb(242, 242, 242);
}
#module_149817003:hover >.module_149817003 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817003 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_149817003 .ModuleHoverBoxItem_1{background-image:none;}
#module_149817003 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_149817003 .ModuleHoverBoxItem_1{}
#module_149817003 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_149817003 .ModuleHoverBoxItem_1{}
#module_149817003 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_149817003 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_149817003 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_149817003 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_149817003 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_149817003 .ModuleHoverBoxItem_2{background-image:none;}
#module_149817003 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_149817003 .ModuleHoverBoxItem_2{}
#module_149817003 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_149817003 .ModuleHoverBoxItem_2{}
#module_149817003 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_149817003 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_149817003 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_149817003 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_149817003 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_149817004 .ModuleHead .HeadCenter{float:none;}
#module_149817004 {
padding:0px;
}
#module_149817004 {
position:static;
z-index:0;
top:71px;
left:0px;
width:100%;
height: auto;
}
#module_149817004 .ModuleHead149817004 {
display:none;
}
#module_149817004 .BodyCenter.BodyCenter149817004 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817004 >.module_149817004 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817004 >.module_149817004{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817004 .BodyCenter.BodyCenter149817004 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817004 .BodyCenter.BodyCenter149817004 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149817004 >.module_149817004 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817004 >.module_149817004 {
margin-top:0.0000%;
margin-left:1.1696%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817004 >.module_149817004 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817004:hover {
border:none;
}
#module_149817004:hover >.module_149817004 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817004 img{border-top-color:transparent;}
#module_149817004 img{border-top-style:none;}
#module_149817004 img{border-top-width:0px;}
#module_149817004 img{border-right-color:transparent;}
#module_149817004 img{border-right-style:none;}
#module_149817004 img{border-right-width:0px;}
#module_149817004 img{border-bottom-color:transparent;}
#module_149817004 img{border-bottom-style:none;}
#module_149817004 img{border-bottom-width:0px;}
#module_149817004 img{border-left-color:transparent;}
#module_149817004 img{border-left-style:none;}
#module_149817004 img{border-left-width:0px;}
#module_149817004 img{border-top-left-radius:0px;}
#module_149817004 img{border-top-right-radius:0px;}
#module_149817004 img{border-bottom-left-radius:0px;}
#module_149817004 img{border-bottom-right-radius:0px;}
#module_149817004 .BodyCenter{text-align: center;}
.module_149817222 .ModuleHead .HeadCenter{float:none;}
#module_149817222 {
padding:0px;
}
#module_149817222 {
position:static;
z-index:0;
top:89px;
left:0px;
width:100%;
height: auto;
}
#module_149817222 .ModuleHead149817222 {
display:none;
}
#module_149817222 .BodyCenter.BodyCenter149817222 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817222 >.module_149817222 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817222 >.module_149817222{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817222 .BodyCenter.BodyCenter149817222 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_149817222 .BodyCenter.BodyCenter149817222 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817222 >.module_149817222 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817222 >.module_149817222 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817222 >.module_149817222 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817222:hover {
border:none;
}
#module_149817222:hover >.module_149817222 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817222 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817222 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817222 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817222 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817222 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817222 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817222 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817222 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817222 .TextImage{width:30%;}
#module_149817222 .MobileTextImage{width:45%;}
#module_149817222 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817222 .imageTextGiant-Container{padding-top:10px;}
#module_149817222 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817222 .imageTextGiant-Container{padding-left:10px;}
#module_149817222 .imageTextGiant-Container{padding-right:10px;}
#module_149817222 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817222 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817222 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817222 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817222 .imageTextGiant-Container{padding-top:0px;}
#module_149817222 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817222 .imageTextGiant-Container{padding-left:0px;}
#module_149817222 .imageTextGiant-Container{padding-right:0px;}
#module_149817222 .showHandle .btn{font-size:14px;}
#module_149817222 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817222 .showHandle .btn{color:#333;}
#module_149817222 .showHandle .btn{font-weight:400;}
#module_149817222 .showHandle .btn{text-decoration:none;}
#module_149817222 .showHandle .btn{font-style:normal;}
#module_149817222 .showHandle div{border-top-color:#ddd !important;}
#module_149817222 .showHandle div{border-top-style:solid !important;}
#module_149817222 .showHandle div{border-top-width:1px !important;}
#module_149817222 .showHandle{background-color:transparent;}
#module_149817222 .showHandle{background-image:none;}
#module_149817222 .showHandle{background-repeat:no-repeat;}
#module_149817222 .showHandle{}
#module_149817222 .showHandle{}
#module_149817222 .showHandle{}
#module_149817222 a{font-size:unset;font-family:unset}.module_149817216 .ModuleHead .HeadCenter{float:none;}
#module_149817216 {
padding:0px;
}
#module_149817216 {
position:static;
z-index:0;
top:46px;
left:0px;
width:100%;
height: auto;
}
#module_149817216 .ModuleHead149817216 {
display:none;
}
#module_149817216 .BodyCenter.BodyCenter149817216 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817216 >.module_149817216 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817216 >.module_149817216{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817216 .BodyCenter.BodyCenter149817216 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_149817216 .BodyCenter.BodyCenter149817216 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817216 >.module_149817216 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817216 >.module_149817216 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817216 >.module_149817216 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817216:hover {
border:none;
}
#module_149817216:hover >.module_149817216 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817216 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817216 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817216 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817216 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817216 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817216 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817216 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817216 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817216 .TextImage{width:30%;}
#module_149817216 .MobileTextImage{width:45%;}
#module_149817216 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817216 .imageTextGiant-Container{padding-top:10px;}
#module_149817216 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817216 .imageTextGiant-Container{padding-left:10px;}
#module_149817216 .imageTextGiant-Container{padding-right:10px;}
#module_149817216 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817216 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817216 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817216 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817216 .imageTextGiant-Container{padding-top:0px;}
#module_149817216 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817216 .imageTextGiant-Container{padding-left:0px;}
#module_149817216 .imageTextGiant-Container{padding-right:0px;}
#module_149817216 .showHandle .btn{font-size:14px;}
#module_149817216 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817216 .showHandle .btn{color:#333;}
#module_149817216 .showHandle .btn{font-weight:400;}
#module_149817216 .showHandle .btn{text-decoration:none;}
#module_149817216 .showHandle .btn{font-style:normal;}
#module_149817216 .showHandle div{border-top-color:#ddd !important;}
#module_149817216 .showHandle div{border-top-style:solid !important;}
#module_149817216 .showHandle div{border-top-width:1px !important;}
#module_149817216 .showHandle{background-color:transparent;}
#module_149817216 .showHandle{background-image:none;}
#module_149817216 .showHandle{background-repeat:no-repeat;}
#module_149817216 .showHandle{}
#module_149817216 .showHandle{}
#module_149817216 .showHandle{}
#module_149817216 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149816980 #Sub149816980_2 {width:25%;}
.module_149816997 .ModuleHead .HeadCenter{float:none;}
#module_149816997 {
padding:0px;
}
#module_149816997 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_149816997 .ModuleHead149816997 {
display:none;
}
#module_149816997 >.module_149816997 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:1px;
}
#module_149816997 >.module_149816997{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149816997 .BodyCenter.BodyCenter149816997 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816997 .BodyCenter.BodyCenter149816997 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149816997 >.module_149816997 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816997 >.module_149816997 {
margin-top:2.9240%;
margin-left:0.0000%;
margin-right:1.1696%;
margin-bottom:0.0000%;
}
}
#module_149816997 >.module_149816997 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149816997:hover {
border:none;
}
#module_149816997:hover >.module_149816997 {
border-color:rgb(242, 242, 242);
}
#module_149816997:hover >.module_149816997 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149816997 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_149816997 .ModuleHoverBoxItem_1{background-image:none;}
#module_149816997 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_149816997 .ModuleHoverBoxItem_1{}
#module_149816997 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_149816997 .ModuleHoverBoxItem_1{}
#module_149816997 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_149816997 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_149816997 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_149816997 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_149816997 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_149816997 .ModuleHoverBoxItem_2{background-image:none;}
#module_149816997 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_149816997 .ModuleHoverBoxItem_2{}
#module_149816997 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_149816997 .ModuleHoverBoxItem_2{}
#module_149816997 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_149816997 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_149816997 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_149816997 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_149816997 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_149816996 .ModuleHead .HeadCenter{float:none;}
#module_149816996 {
padding:0px;
}
#module_149816996 {
position:static;
z-index:0;
top:4826px;
left:1033px;
width:100%;
height: auto;
}
#module_149816996 .ModuleHead149816996 {
display:none;
}

#module_149816996 img{border-top-color:transparent;}
#module_149816996 img{border-top-style:none;}
#module_149816996 img{border-top-width:0px;}
#module_149816996 img{border-right-color:transparent;}
#module_149816996 img{border-right-style:none;}
#module_149816996 img{border-right-width:0px;}
#module_149816996 img{border-bottom-color:transparent;}
#module_149816996 img{border-bottom-style:none;}
#module_149816996 img{border-bottom-width:0px;}
#module_149816996 img{border-left-color:transparent;}
#module_149816996 img{border-left-style:none;}
#module_149816996 img{border-left-width:0px;}
#module_149816996 img{border-top-left-radius:0px;}
#module_149816996 img{border-top-right-radius:0px;}
#module_149816996 img{border-bottom-left-radius:0px;}
#module_149816996 img{border-bottom-right-radius:0px;}
#module_149816996 .BodyCenter{text-align: center;}
.module_149817224 .ModuleHead .HeadCenter{float:none;}
#module_149817224 {
padding:0px;
}
#module_149817224 {
position:static;
z-index:0;
top:47px;
left:0px;
width:100%;
height: auto;
}
#module_149817224 .ModuleHead149817224 {
display:none;
}
#module_149817224 .BodyCenter.BodyCenter149817224 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817224 >.module_149817224 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817224 >.module_149817224{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817224 .BodyCenter.BodyCenter149817224 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_149817224 .BodyCenter.BodyCenter149817224 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817224 >.module_149817224 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817224 >.module_149817224 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817224 >.module_149817224 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817224:hover {
border:none;
}
#module_149817224:hover >.module_149817224 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817224 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817224 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817224 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817224 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817224 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817224 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817224 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817224 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817224 .TextImage{width:30%;}
#module_149817224 .MobileTextImage{width:45%;}
#module_149817224 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817224 .imageTextGiant-Container{padding-top:10px;}
#module_149817224 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817224 .imageTextGiant-Container{padding-left:10px;}
#module_149817224 .imageTextGiant-Container{padding-right:10px;}
#module_149817224 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817224 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817224 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817224 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817224 .imageTextGiant-Container{padding-top:0px;}
#module_149817224 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817224 .imageTextGiant-Container{padding-left:0px;}
#module_149817224 .imageTextGiant-Container{padding-right:0px;}
#module_149817224 .showHandle .btn{font-size:14px;}
#module_149817224 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817224 .showHandle .btn{color:#333;}
#module_149817224 .showHandle .btn{font-weight:400;}
#module_149817224 .showHandle .btn{text-decoration:none;}
#module_149817224 .showHandle .btn{font-style:normal;}
#module_149817224 .showHandle div{border-top-color:#ddd !important;}
#module_149817224 .showHandle div{border-top-style:solid !important;}
#module_149817224 .showHandle div{border-top-width:1px !important;}
#module_149817224 .showHandle{background-color:transparent;}
#module_149817224 .showHandle{background-image:none;}
#module_149817224 .showHandle{background-repeat:no-repeat;}
#module_149817224 .showHandle{}
#module_149817224 .showHandle{}
#module_149817224 .showHandle{}
#module_149817224 a{font-size:unset;font-family:unset}.module_149817213 .ModuleHead .HeadCenter{float:none;}
#module_149817213 {
padding:0px;
}
#module_149817213 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_149817213 .ModuleHead149817213 {
display:none;
}
#module_149817213 .BodyCenter.BodyCenter149817213 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817213 >.module_149817213 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817213 >.module_149817213{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817213 .BodyCenter.BodyCenter149817213 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_149817213 .BodyCenter.BodyCenter149817213 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817213 >.module_149817213 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817213 >.module_149817213 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817213 >.module_149817213 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817213:hover {
border:none;
}
#module_149817213:hover >.module_149817213 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817213 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817213 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817213 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817213 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817213 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817213 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817213 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817213 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817213 .TextImage{width:30%;}
#module_149817213 .MobileTextImage{width:45%;}
#module_149817213 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817213 .imageTextGiant-Container{padding-top:10px;}
#module_149817213 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817213 .imageTextGiant-Container{padding-left:10px;}
#module_149817213 .imageTextGiant-Container{padding-right:10px;}
#module_149817213 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817213 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817213 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817213 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817213 .imageTextGiant-Container{padding-top:0px;}
#module_149817213 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817213 .imageTextGiant-Container{padding-left:0px;}
#module_149817213 .imageTextGiant-Container{padding-right:0px;}
#module_149817213 .showHandle .btn{font-size:14px;}
#module_149817213 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817213 .showHandle .btn{color:#333;}
#module_149817213 .showHandle .btn{font-weight:400;}
#module_149817213 .showHandle .btn{text-decoration:none;}
#module_149817213 .showHandle .btn{font-style:normal;}
#module_149817213 .showHandle div{border-top-color:#ddd !important;}
#module_149817213 .showHandle div{border-top-style:solid !important;}
#module_149817213 .showHandle div{border-top-width:1px !important;}
#module_149817213 .showHandle{background-color:transparent;}
#module_149817213 .showHandle{background-image:none;}
#module_149817213 .showHandle{background-repeat:no-repeat;}
#module_149817213 .showHandle{}
#module_149817213 .showHandle{}
#module_149817213 .showHandle{}
#module_149817213 a{font-size:unset;font-family:unset}
.module_149817005 .ModuleHead .HeadCenter{float:none;}
#module_149817005 {
padding:0px;
}
#module_149817005 {
position:static;
z-index:0;
top:5033px;
left:1211px;
width:100%;
height: auto;
}
#module_149817005 .ModuleHead149817005 {
display:none;
}
#module_149817005 >.module_149817005 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:1px;
}
#module_149817005 >.module_149817005{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817005 .BodyCenter.BodyCenter149817005 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817005 .BodyCenter.BodyCenter149817005 {
padding-top:1.7544%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149817005 >.module_149817005 {
margin-top:5.2083%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817005 >.module_149817005 {
margin-top:2.9240%;
margin-left:0.0000%;
margin-right:1.1696%;
margin-bottom:0.0000%;
}
}
#module_149817005 >.module_149817005 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817005:hover {
border:none;
}
#module_149817005:hover >.module_149817005 {
border-color:rgb(242, 242, 242);
}
#module_149817005:hover >.module_149817005 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817005 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_149817005 .ModuleHoverBoxItem_1{background-image:none;}
#module_149817005 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_149817005 .ModuleHoverBoxItem_1{}
#module_149817005 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_149817005 .ModuleHoverBoxItem_1{}
#module_149817005 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_149817005 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_149817005 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_149817005 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_149817005 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_149817005 .ModuleHoverBoxItem_2{background-image:none;}
#module_149817005 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_149817005 .ModuleHoverBoxItem_2{}
#module_149817005 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_149817005 .ModuleHoverBoxItem_2{}
#module_149817005 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_149817005 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_149817005 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_149817005 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_149817005 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_149817006 .ModuleHead .HeadCenter{float:none;}
#module_149817006 {
padding:0px;
}
#module_149817006 {
position:static;
z-index:0;
top:33px;
left:0px;
width:100%;
height: auto;
}
#module_149817006 .ModuleHead149817006 {
display:none;
}
#module_149817006 {
border:none;
}
@media screen and (min-width: 768px){
#module_149817006 >.module_149817006 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817006 >.module_149817006 {
}
}

#module_149817006 img{border-top-color:transparent;}
#module_149817006 img{border-top-style:none;}
#module_149817006 img{border-top-width:0px;}
#module_149817006 img{border-right-color:transparent;}
#module_149817006 img{border-right-style:none;}
#module_149817006 img{border-right-width:0px;}
#module_149817006 img{border-bottom-color:transparent;}
#module_149817006 img{border-bottom-style:none;}
#module_149817006 img{border-bottom-width:0px;}
#module_149817006 img{border-left-color:transparent;}
#module_149817006 img{border-left-style:none;}
#module_149817006 img{border-left-width:0px;}
#module_149817006 img{border-top-left-radius:0px;}
#module_149817006 img{border-top-right-radius:0px;}
#module_149817006 img{border-bottom-left-radius:0px;}
#module_149817006 img{border-bottom-right-radius:0px;}
#module_149817006 .BodyCenter{text-align: center;}
.module_149817223 .ModuleHead .HeadCenter{float:none;}
#module_149817223 {
padding:0px;
}
#module_149817223 {
position:static;
z-index:0;
top:99px;
left:0px;
width:100%;
height: auto;
}
#module_149817223 .ModuleHead149817223 {
display:none;
}
#module_149817223 .BodyCenter.BodyCenter149817223 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817223 >.module_149817223 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817223 >.module_149817223{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817223 .BodyCenter.BodyCenter149817223 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_149817223 .BodyCenter.BodyCenter149817223 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817223 >.module_149817223 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817223 >.module_149817223 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817223 >.module_149817223 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817223:hover {
border:none;
}
#module_149817223:hover >.module_149817223 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817223 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817223 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817223 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817223 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817223 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817223 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817223 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817223 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817223 .TextImage{width:30%;}
#module_149817223 .MobileTextImage{width:45%;}
#module_149817223 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817223 .imageTextGiant-Container{padding-top:10px;}
#module_149817223 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817223 .imageTextGiant-Container{padding-left:10px;}
#module_149817223 .imageTextGiant-Container{padding-right:10px;}
#module_149817223 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817223 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817223 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817223 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817223 .imageTextGiant-Container{padding-top:0px;}
#module_149817223 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817223 .imageTextGiant-Container{padding-left:0px;}
#module_149817223 .imageTextGiant-Container{padding-right:0px;}
#module_149817223 .showHandle .btn{font-size:14px;}
#module_149817223 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817223 .showHandle .btn{color:#333;}
#module_149817223 .showHandle .btn{font-weight:400;}
#module_149817223 .showHandle .btn{text-decoration:none;}
#module_149817223 .showHandle .btn{font-style:normal;}
#module_149817223 .showHandle div{border-top-color:#ddd !important;}
#module_149817223 .showHandle div{border-top-style:solid !important;}
#module_149817223 .showHandle div{border-top-width:1px !important;}
#module_149817223 .showHandle{background-color:transparent;}
#module_149817223 .showHandle{background-image:none;}
#module_149817223 .showHandle{background-repeat:no-repeat;}
#module_149817223 .showHandle{}
#module_149817223 .showHandle{}
#module_149817223 .showHandle{}
#module_149817223 a{font-size:unset;font-family:unset}.module_149817217 .ModuleHead .HeadCenter{float:none;}
#module_149817217 {
padding:0px;
}
#module_149817217 {
position:static;
z-index:0;
top:40px;
left:0px;
width:100%;
height: auto;
}
#module_149817217 .ModuleHead149817217 {
display:none;
}
#module_149817217 .BodyCenter.BodyCenter149817217 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817217 >.module_149817217 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817217 >.module_149817217{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817217 .BodyCenter.BodyCenter149817217 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_149817217 .BodyCenter.BodyCenter149817217 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817217 >.module_149817217 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817217 >.module_149817217 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817217 >.module_149817217 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817217:hover {
border:none;
}
#module_149817217:hover >.module_149817217 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817217 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817217 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817217 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817217 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817217 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817217 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817217 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817217 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817217 .TextImage{width:30%;}
#module_149817217 .MobileTextImage{width:45%;}
#module_149817217 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817217 .imageTextGiant-Container{padding-top:10px;}
#module_149817217 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817217 .imageTextGiant-Container{padding-left:10px;}
#module_149817217 .imageTextGiant-Container{padding-right:10px;}
#module_149817217 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817217 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817217 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817217 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817217 .imageTextGiant-Container{padding-top:0px;}
#module_149817217 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817217 .imageTextGiant-Container{padding-left:0px;}
#module_149817217 .imageTextGiant-Container{padding-right:0px;}
#module_149817217 .showHandle .btn{font-size:14px;}
#module_149817217 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817217 .showHandle .btn{color:#333;}
#module_149817217 .showHandle .btn{font-weight:400;}
#module_149817217 .showHandle .btn{text-decoration:none;}
#module_149817217 .showHandle .btn{font-style:normal;}
#module_149817217 .showHandle div{border-top-color:#ddd !important;}
#module_149817217 .showHandle div{border-top-style:solid !important;}
#module_149817217 .showHandle div{border-top-width:1px !important;}
#module_149817217 .showHandle{background-color:transparent;}
#module_149817217 .showHandle{background-image:none;}
#module_149817217 .showHandle{background-repeat:no-repeat;}
#module_149817217 .showHandle{}
#module_149817217 .showHandle{}
#module_149817217 .showHandle{}
#module_149817217 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149816980 #Sub149816980_3 {width:25%;}
.module_149816999 .ModuleHead .HeadCenter{float:none;}
#module_149816999 {
padding:0px;
}
#module_149816999 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_149816999 .ModuleHead149816999 {
display:none;
}
#module_149816999 >.module_149816999 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:1px;
}
#module_149816999 >.module_149816999{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149816999 .BodyCenter.BodyCenter149816999 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816999 .BodyCenter.BodyCenter149816999 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149816999 >.module_149816999 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149816999 >.module_149816999 {
margin-top:0.0000%;
margin-left:1.1696%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149816999 >.module_149816999 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149816999:hover {
border:none;
}
#module_149816999:hover >.module_149816999 {
border-color:rgb(242, 242, 242);
}
#module_149816999:hover >.module_149816999 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149816999 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_149816999 .ModuleHoverBoxItem_1{background-image:none;}
#module_149816999 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_149816999 .ModuleHoverBoxItem_1{}
#module_149816999 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_149816999 .ModuleHoverBoxItem_1{}
#module_149816999 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_149816999 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_149816999 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_149816999 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_149816999 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_149816999 .ModuleHoverBoxItem_2{background-image:none;}
#module_149816999 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_149816999 .ModuleHoverBoxItem_2{}
#module_149816999 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_149816999 .ModuleHoverBoxItem_2{}
#module_149816999 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_149816999 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_149816999 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_149816999 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_149816999 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_149817000 .ModuleHead .HeadCenter{float:none;}
#module_149817000 {
padding:0px;
}
#module_149817000 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_149817000 .ModuleHead149817000 {
display:none;
}
#module_149817000 .BodyCenter.BodyCenter149817000 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817000 >.module_149817000 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817000 >.module_149817000{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817000 .BodyCenter.BodyCenter149817000 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_149817000 .BodyCenter.BodyCenter149817000 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149817000 >.module_149817000 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_149817000 >.module_149817000 {
margin-top:2.9240%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817000 >.module_149817000 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817000:hover {
border:none;
}
#module_149817000:hover >.module_149817000 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817000 img{border-top-color:transparent;}
#module_149817000 img{border-top-style:none;}
#module_149817000 img{border-top-width:0px;}
#module_149817000 img{border-right-color:transparent;}
#module_149817000 img{border-right-style:none;}
#module_149817000 img{border-right-width:0px;}
#module_149817000 img{border-bottom-color:transparent;}
#module_149817000 img{border-bottom-style:none;}
#module_149817000 img{border-bottom-width:0px;}
#module_149817000 img{border-left-color:transparent;}
#module_149817000 img{border-left-style:none;}
#module_149817000 img{border-left-width:0px;}
#module_149817000 img{border-top-left-radius:0px;}
#module_149817000 img{border-top-right-radius:0px;}
#module_149817000 img{border-bottom-left-radius:0px;}
#module_149817000 img{border-bottom-right-radius:0px;}
#module_149817000 .BodyCenter{text-align: center;}
.module_149817219 .ModuleHead .HeadCenter{float:none;}
#module_149817219 {
padding:0px;
}
#module_149817219 {
position:static;
z-index:0;
top:75px;
left:0px;
width:100%;
height: auto;
}
#module_149817219 .ModuleHead149817219 {
display:none;
}
#module_149817219 .BodyCenter.BodyCenter149817219 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817219 >.module_149817219 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817219 >.module_149817219{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817219 .BodyCenter.BodyCenter149817219 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_149817219 .BodyCenter.BodyCenter149817219 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817219 >.module_149817219 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817219 >.module_149817219 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817219 >.module_149817219 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817219:hover {
border:none;
}
#module_149817219:hover >.module_149817219 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817219 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817219 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817219 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817219 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817219 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817219 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817219 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817219 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817219 .TextImage{width:30%;}
#module_149817219 .MobileTextImage{width:45%;}
#module_149817219 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817219 .imageTextGiant-Container{padding-top:10px;}
#module_149817219 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817219 .imageTextGiant-Container{padding-left:10px;}
#module_149817219 .imageTextGiant-Container{padding-right:10px;}
#module_149817219 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817219 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817219 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817219 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817219 .imageTextGiant-Container{padding-top:0px;}
#module_149817219 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817219 .imageTextGiant-Container{padding-left:0px;}
#module_149817219 .imageTextGiant-Container{padding-right:0px;}
#module_149817219 .showHandle .btn{font-size:14px;}
#module_149817219 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817219 .showHandle .btn{color:#333;}
#module_149817219 .showHandle .btn{font-weight:400;}
#module_149817219 .showHandle .btn{text-decoration:none;}
#module_149817219 .showHandle .btn{font-style:normal;}
#module_149817219 .showHandle div{border-top-color:#ddd !important;}
#module_149817219 .showHandle div{border-top-style:solid !important;}
#module_149817219 .showHandle div{border-top-width:1px !important;}
#module_149817219 .showHandle{background-color:transparent;}
#module_149817219 .showHandle{background-image:none;}
#module_149817219 .showHandle{background-repeat:no-repeat;}
#module_149817219 .showHandle{}
#module_149817219 .showHandle{}
#module_149817219 .showHandle{}
#module_149817219 a{font-size:unset;font-family:unset}.module_149817214 .ModuleHead .HeadCenter{float:none;}
#module_149817214 {
padding:0px;
}
#module_149817214 {
position:static;
z-index:0;
top:31px;
left:0px;
width:100%;
height: auto;
}
#module_149817214 .ModuleHead149817214 {
display:none;
}
#module_149817214 .BodyCenter.BodyCenter149817214 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817214 >.module_149817214 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817214 >.module_149817214{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817214 .BodyCenter.BodyCenter149817214 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_149817214 .BodyCenter.BodyCenter149817214 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817214 >.module_149817214 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817214 >.module_149817214 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817214 >.module_149817214 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817214:hover {
border:none;
}
#module_149817214:hover >.module_149817214 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817214 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817214 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817214 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817214 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817214 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817214 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817214 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817214 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817214 .TextImage{width:30%;}
#module_149817214 .MobileTextImage{width:45%;}
#module_149817214 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817214 .imageTextGiant-Container{padding-top:10px;}
#module_149817214 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817214 .imageTextGiant-Container{padding-left:10px;}
#module_149817214 .imageTextGiant-Container{padding-right:10px;}
#module_149817214 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817214 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817214 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817214 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817214 .imageTextGiant-Container{padding-top:0px;}
#module_149817214 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817214 .imageTextGiant-Container{padding-left:0px;}
#module_149817214 .imageTextGiant-Container{padding-right:0px;}
#module_149817214 .showHandle .btn{font-size:14px;}
#module_149817214 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817214 .showHandle .btn{color:#333;}
#module_149817214 .showHandle .btn{font-weight:400;}
#module_149817214 .showHandle .btn{text-decoration:none;}
#module_149817214 .showHandle .btn{font-style:normal;}
#module_149817214 .showHandle div{border-top-color:#ddd !important;}
#module_149817214 .showHandle div{border-top-style:solid !important;}
#module_149817214 .showHandle div{border-top-width:1px !important;}
#module_149817214 .showHandle{background-color:transparent;}
#module_149817214 .showHandle{background-image:none;}
#module_149817214 .showHandle{background-repeat:no-repeat;}
#module_149817214 .showHandle{}
#module_149817214 .showHandle{}
#module_149817214 .showHandle{}
#module_149817214 a{font-size:unset;font-family:unset}
.module_149817007 .ModuleHead .HeadCenter{float:none;}
#module_149817007 {
padding:0px;
}
#module_149817007 {
position:static;
z-index:0;
top:4989px;
left:1460px;
width:100%;
height: auto;
}
#module_149817007 .ModuleHead149817007 {
display:none;
}
#module_149817007 >.module_149817007 {
border-top-style:solid;
border-top-color:rgb(242, 242, 242);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(242, 242, 242);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(242, 242, 242);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(242, 242, 242);
border-bottom-width:1px;
}
#module_149817007 >.module_149817007{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817007 .BodyCenter.BodyCenter149817007 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817007 .BodyCenter.BodyCenter149817007 {
padding-top:2.3392%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149817007 >.module_149817007 {
margin-top:5.2083%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817007 >.module_149817007 {
margin-top:2.9240%;
margin-left:1.1696%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817007 >.module_149817007 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817007:hover {
border:none;
}
#module_149817007:hover >.module_149817007 {
border-color:rgb(242, 242, 242);
}
#module_149817007:hover >.module_149817007 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817007 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_149817007 .ModuleHoverBoxItem_1{background-image:none;}
#module_149817007 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_149817007 .ModuleHoverBoxItem_1{}
#module_149817007 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_149817007 .ModuleHoverBoxItem_1{}
#module_149817007 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_149817007 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_149817007 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_149817007 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_149817007 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_149817007 .ModuleHoverBoxItem_2{background-image:none;}
#module_149817007 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_149817007 .ModuleHoverBoxItem_2{}
#module_149817007 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_149817007 .ModuleHoverBoxItem_2{}
#module_149817007 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_149817007 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_149817007 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_149817007 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_149817007 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_149817008 .ModuleHead .HeadCenter{float:none;}
#module_149817008 {
padding:0px;
}
#module_149817008 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_149817008 .ModuleHead149817008 {
display:none;
}
#module_149817008 .BodyCenter.BodyCenter149817008 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817008 >.module_149817008 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817008 >.module_149817008{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817008 .BodyCenter.BodyCenter149817008 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_149817008 .BodyCenter.BodyCenter149817008 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149817008 >.module_149817008 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_149817008 >.module_149817008 {
margin-top:0.0000%;
margin-left:1.1834%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817008 >.module_149817008 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817008:hover {
border:none;
}
#module_149817008:hover >.module_149817008 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817008 img{border-top-color:transparent;}
#module_149817008 img{border-top-style:none;}
#module_149817008 img{border-top-width:0px;}
#module_149817008 img{border-right-color:transparent;}
#module_149817008 img{border-right-style:none;}
#module_149817008 img{border-right-width:0px;}
#module_149817008 img{border-bottom-color:transparent;}
#module_149817008 img{border-bottom-style:none;}
#module_149817008 img{border-bottom-width:0px;}
#module_149817008 img{border-left-color:transparent;}
#module_149817008 img{border-left-style:none;}
#module_149817008 img{border-left-width:0px;}
#module_149817008 img{border-top-left-radius:0px;}
#module_149817008 img{border-top-right-radius:0px;}
#module_149817008 img{border-bottom-left-radius:0px;}
#module_149817008 img{border-bottom-right-radius:0px;}
#module_149817008 .BodyCenter{text-align: center;}
.module_149817225 .ModuleHead .HeadCenter{float:none;}
#module_149817225 {
padding:0px;
}
#module_149817225 {
position:static;
z-index:0;
top:86px;
left:0px;
width:100%;
height: auto;
}
#module_149817225 .ModuleHead149817225 {
display:none;
}
#module_149817225 .BodyCenter.BodyCenter149817225 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817225 >.module_149817225 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817225 >.module_149817225{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817225 .BodyCenter.BodyCenter149817225 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_149817225 .BodyCenter.BodyCenter149817225 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817225 >.module_149817225 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817225 >.module_149817225 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817225 >.module_149817225 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817225:hover {
border:none;
}
#module_149817225:hover >.module_149817225 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817225 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817225 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817225 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817225 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817225 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817225 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817225 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817225 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817225 .TextImage{width:30%;}
#module_149817225 .MobileTextImage{width:45%;}
#module_149817225 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817225 .imageTextGiant-Container{padding-top:10px;}
#module_149817225 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817225 .imageTextGiant-Container{padding-left:10px;}
#module_149817225 .imageTextGiant-Container{padding-right:10px;}
#module_149817225 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817225 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817225 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817225 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817225 .imageTextGiant-Container{padding-top:0px;}
#module_149817225 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817225 .imageTextGiant-Container{padding-left:0px;}
#module_149817225 .imageTextGiant-Container{padding-right:0px;}
#module_149817225 .showHandle .btn{font-size:14px;}
#module_149817225 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817225 .showHandle .btn{color:#333;}
#module_149817225 .showHandle .btn{font-weight:400;}
#module_149817225 .showHandle .btn{text-decoration:none;}
#module_149817225 .showHandle .btn{font-style:normal;}
#module_149817225 .showHandle div{border-top-color:#ddd !important;}
#module_149817225 .showHandle div{border-top-style:solid !important;}
#module_149817225 .showHandle div{border-top-width:1px !important;}
#module_149817225 .showHandle{background-color:transparent;}
#module_149817225 .showHandle{background-image:none;}
#module_149817225 .showHandle{background-repeat:no-repeat;}
#module_149817225 .showHandle{}
#module_149817225 .showHandle{}
#module_149817225 .showHandle{}
#module_149817225 a{font-size:unset;font-family:unset}.module_149817218 .ModuleHead .HeadCenter{float:none;}
#module_149817218 {
padding:0px;
}
#module_149817218 {
position:static;
z-index:0;
top:28px;
left:0px;
width:100%;
height: auto;
}
#module_149817218 .ModuleHead149817218 {
display:none;
}
#module_149817218 .BodyCenter.BodyCenter149817218 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817218 >.module_149817218 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817218 >.module_149817218{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817218 .BodyCenter.BodyCenter149817218 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_149817218 .BodyCenter.BodyCenter149817218 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_149817218 >.module_149817218 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817218 >.module_149817218 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817218 >.module_149817218 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817218:hover {
border:none;
}
#module_149817218:hover >.module_149817218 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817218 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_149817218 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_149817218 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_149817218 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_149817218 .GraphicUpper .TextImage{margin-top:0px;}
#module_149817218 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_149817218 .GraphicUpper .TextImage{margin-left:0px;}
#module_149817218 .GraphicUpper .TextImage{margin-right:0px;}
#module_149817218 .TextImage{width:30%;}
#module_149817218 .MobileTextImage{width:45%;}
#module_149817218 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_149817218 .imageTextGiant-Container{padding-top:10px;}
#module_149817218 .imageTextGiant-Container{padding-bottom:10px;}
#module_149817218 .imageTextGiant-Container{padding-left:10px;}
#module_149817218 .imageTextGiant-Container{padding-right:10px;}
#module_149817218 .ModuleImageTextGiantContent{padding-top:0px;}
#module_149817218 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_149817218 .ModuleImageTextGiantContent{padding-left:0px;}
#module_149817218 .ModuleImageTextGiantContent{padding-right:0px;}
#module_149817218 .imageTextGiant-Container{padding-top:0px;}
#module_149817218 .imageTextGiant-Container{padding-bottom:0px;}
#module_149817218 .imageTextGiant-Container{padding-left:0px;}
#module_149817218 .imageTextGiant-Container{padding-right:0px;}
#module_149817218 .showHandle .btn{font-size:14px;}
#module_149817218 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_149817218 .showHandle .btn{color:#333;}
#module_149817218 .showHandle .btn{font-weight:400;}
#module_149817218 .showHandle .btn{text-decoration:none;}
#module_149817218 .showHandle .btn{font-style:normal;}
#module_149817218 .showHandle div{border-top-color:#ddd !important;}
#module_149817218 .showHandle div{border-top-style:solid !important;}
#module_149817218 .showHandle div{border-top-width:1px !important;}
#module_149817218 .showHandle{background-color:transparent;}
#module_149817218 .showHandle{background-image:none;}
#module_149817218 .showHandle{background-repeat:no-repeat;}
#module_149817218 .showHandle{}
#module_149817218 .showHandle{}
#module_149817218 .showHandle{}
#module_149817218 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer149816980 #Sub149816980_4 {width:25%;}
.module_149817070 .ModuleHead .HeadCenter{float:none;}
#module_149817070 {
padding:0px;
}
#module_149817070 {
position:static;
z-index:0;
top:6084px;
left:138px;
width:100%;
height: auto;
}
#module_149817070 .ModuleHead149817070 {
display:none;
}
#module_149817070 .BodyCenter.BodyCenter149817070 {
background-color:transparent;
background-image:url(../comdata/82544/202011/20201117163055fca69c.jpg);
background-size:auto;
background-repeat:repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_149817070 >.module_149817070 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817070 >.module_149817070{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817070 .BodyCenter.BodyCenter149817070 {
padding-top:3.1381%;
padding-left:0.0000%;
padding-right:0.0523%;
padding-bottom:3.1904%;
}
}
@media screen and (max-width: 767px){
#module_149817070 .BodyCenter.BodyCenter149817070 {
padding-top:9.8039%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:9.8039%;
}
}
@media screen and (min-width: 768px){
#module_149817070 >.module_149817070 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817070 >.module_149817070 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817070 >.module_149817070 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817070:hover {
border:none;
}
#module_149817070:hover >.module_149817070 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817070 .ModuleSubContainer{background-color:transparent;}
#module_149817070 .ModuleSubContainer{background-image:none;}
#module_149817070 .ModuleSubContainer{background-repeat:no-repeat;}
#module_149817070 .ModuleSubContainer{background-position:0% 0%;}
#module_149817070 .ModuleSubContainer{background-attachment:scroll;}
#module_149817070 .ModuleSubContainer{}
#module_149817070 {!bgVideo!}{bgVideoUrl:none}
#module_149817070 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_149817070 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_149817070 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer149817070 {}
/*纯文本模块 layout 101*/
.ModulePlainTextGiant.layout-101 {font-size: 14px;}
.ModulePlainTextGiant.layout-101 .plainTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden;}.module_149817071 .ModuleHead .HeadCenter{float:none;}
#module_149817071 {
padding:0px;
}
#module_149817071 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_149817071 .ModuleHead149817071 {
display:none;
}

#module_149817071 .ModulePlainTextGiantContent{margin-top:0px;}
#module_149817071 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_149817071 .ModulePlainTextGiantContent{margin-left:0px;}
#module_149817071 .ModulePlainTextGiantContent{margin-right:10px;}
#module_149817071 .plainTextGiant-Container{padding-top:10px;}
#module_149817071 .plainTextGiant-Container{padding-bottom:10px;}
#module_149817071 .plainTextGiant-Container{padding-left:10px;}
#module_149817071 .plainTextGiant-Container{padding-right:10px;}
#module_149817071 a{font-size:unset;font-family:unset}
.module_149817073 .ModuleHead .HeadCenter{float:none;}
#module_149817073 {
padding:0px;
}
#module_149817073 {
position:static;
z-index:0;
top:4680px;
left:116px;
width:100%;
height: auto;
}
#module_149817073 .ModuleHead149817073 {
display:none;
}
#module_149817073 {
border:none;
}
@media screen and (min-width: 768px){
#module_149817073 >.module_149817073 {
}
}
@media screen and (max-width: 767px){
#module_149817073 >.module_149817073 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_149817073 .ModulePlainTextGiantContent{margin-top:0px;}
#module_149817073 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_149817073 .ModulePlainTextGiantContent{margin-left:0px;}
#module_149817073 .ModulePlainTextGiantContent{margin-right:10px;}
#module_149817073 .plainTextGiant-Container{padding-top:10px;}
#module_149817073 .plainTextGiant-Container{padding-bottom:10px;}
#module_149817073 .plainTextGiant-Container{padding-left:10px;}
#module_149817073 .plainTextGiant-Container{padding-right:10px;}
#module_149817073 a{font-size:unset;font-family:unset}
.module_149817072 .ModuleHead .HeadCenter{float:none;}
#module_149817072 {
padding:0px;
}
#module_149817072 {
position:static;
z-index:0;
top:31px;
left:599px;
width:100%;
height: auto;
}
#module_149817072 .ModuleHead149817072 {
display:none;
}
#module_149817072 .BodyCenter.BodyCenter149817072 {
background:none;background-color:rgba(0,0,0,0);
}
#module_149817072 >.module_149817072 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_149817072 >.module_149817072{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_149817072 .BodyCenter.BodyCenter149817072 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817072 .BodyCenter.BodyCenter149817072 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_149817072 >.module_149817072 {
margin-top:1.4167%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_149817072 >.module_149817072 {
margin-top:0.3268%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_149817072 >.module_149817072 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_149817072:hover {
border:none;
}
#module_149817072:hover >.module_149817072 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_149817072 .BodyCenter{text-align:center;}
#module_149817072 .moduleButton{font-size:14px;}
#module_149817072 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_149817072 .moduleButton{color:rgb(0, 127, 255);}
#module_149817072 .moduleButton{font-weight:normal;}
#module_149817072 .moduleButton{text-decoration:none;}
#module_149817072 .moduleButton{font-style:normal;}
#module_149817072 .moduleButton, #module_149817072 .moduleButton.faded:before{background-color:rgb(255, 255, 255);}
#module_149817072 .moduleButton, #module_149817072 .moduleButton.faded:before{}
#module_149817072 .moduleButton{border-color:rgb(127, 127, 127);}
#module_149817072 .moduleButton{border-style:solid;}
#module_149817072 .moduleButton{border-width:0px;}
#module_149817072 .moduleButton{width:129px;}
#module_149817072 .moduleButton{height:35px;line-height:35px;}
#module_149817072 .BodyCenter{color:#000;}
#module_149817072 .moduleButton{border-top-left-radius:2px;}
#module_149817072 .moduleButton{border-top-right-radius:2px;}
#module_149817072 .moduleButton{border-bottom-left-radius:2px;}
#module_149817072 .moduleButton{border-bottom-right-radius:3px;}
#module_149817072 .BreadIcon{font-size:16px;} #module_149817072 .BreadsvgIcon svg{width:16px;height:16px;}
#module_149817072 .BreadIcon{color:#000;} #module_149817072 .BreadsvgIcon svg>*{fill:#000;}
#module_149817072 .BreadIcon,#module_149817072 .BreadsvgIcon{margin-left:10px;}
#module_149817072 .BreadIcon,#module_149817072 .BreadsvgIcon{margin-right:10px;}
#module_149817072 .moduleButton:hover .BreadIcon{font-size:16px;} #module_149817072 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_149817072 .moduleButton:hover .BreadIcon{color:#fff} #module_149817072 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_149817072 .moduleButton:hover{font-size:14px;}
#module_149817072 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_149817072 .moduleButton:hover{color:#fff;}
#module_149817072 .moduleButton:hover{font-weight:normal;}
#module_149817072 .moduleButton:hover{text-decoration:none;}
#module_149817072 .moduleButton:hover{font-style:normal;}
#module_149817072 .moduleButton:before, #module_149817072 .moduleButton.faded:before{background-color:rgb(0, 102, 204);}
#module_149817072 .moduleButton:before, #module_149817072 .moduleButton.faded:before{}
#module_149817072 .moduleButton:hover{border-color:rgb(0, 211, 101);}
#module_149817072 .moduleButton:hover{border-style:solid;}
#module_149817072 .moduleButton:hover{border-width:0px;}

.module_98709107 .ModuleHead .HeadCenter{float:none;}
#module_98709107 {
padding:0px;
}
#module_98709107 {
position:static;
z-index:0;
top:5338px;
left:1610px;
width:100%;
height: auto;
}
#module_98709107 .ModuleHead98709107 {
display:none;
}
#module_98709107 .BodyCenter.BodyCenter98709107 {
background:none;background-color:rgb(48, 58, 90);
}
#module_98709107 >.module_98709107 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709107 >.module_98709107{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709107 .BodyCenter.BodyCenter98709107 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98709107 .BodyCenter.BodyCenter98709107 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709107 >.module_98709107 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98709107 >.module_98709107 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709107 >.module_98709107 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709107:hover {
border:none;
}
#module_98709107:hover >.module_98709107 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709107 .ModuleSubContainer{background-color:transparent;}
#module_98709107 .ModuleSubContainer{background-image:none;}
#module_98709107 .ModuleSubContainer{background-repeat:no-repeat;}
#module_98709107 .ModuleSubContainer{background-position:0% 0%;}
#module_98709107 .ModuleSubContainer{background-attachment:scroll;}
#module_98709107 .ModuleSubContainer{}
#module_98709107 {!bgVideo!}{bgVideoUrl:none}
#module_98709107 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_98709107 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_98709107 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer98709107 {}
.module_98709110 .ModuleHead .HeadCenter{float:none;}
#module_98709110 {
padding:0px;
}
#module_98709110 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_98709110 .ModuleHead98709110 {
display:none;
}
#module_98709110 .BodyCenter.BodyCenter98709110 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709110 >.module_98709110 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709110 >.module_98709110{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709110 .BodyCenter.BodyCenter98709110 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709110 .BodyCenter.BodyCenter98709110 {
padding-top:10.8992%;
padding-left:5.4496%;
padding-right:0.0000%;
padding-bottom:2.9973%;
}
}
@media screen and (min-width: 768px){
#module_98709110 >.module_98709110 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709110 >.module_98709110 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709110 >.module_98709110 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709110:hover {
border:none;
}
#module_98709110:hover >.module_98709110 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709110 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98709110 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98709110 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98709110 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98709110 .imageTextGiant-Container{padding-top:0px;}
#module_98709110 .imageTextGiant-Container{padding-bottom:0px;}
#module_98709110 .imageTextGiant-Container{padding-left:0px;}
#module_98709110 .imageTextGiant-Container{padding-right:0px;}
#module_98709110 .showHandle .btn{font-size:14px;}
#module_98709110 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98709110 .showHandle .btn{color:#333;}
#module_98709110 .showHandle .btn{font-weight:400;}
#module_98709110 .showHandle .btn{text-decoration:none;}
#module_98709110 .showHandle .btn{font-style:normal;}
#module_98709110 .showHandle div{border-top-color:#ddd !important;}
#module_98709110 .showHandle div{border-top-style:solid !important;}
#module_98709110 .showHandle div{border-top-width:1px !important;}
#module_98709110 .showHandle{background-color:transparent;}
#module_98709110 .showHandle{background-image:none;}
#module_98709110 .showHandle{background-repeat:no-repeat;}
#module_98709110 .showHandle{}
#module_98709110 .showHandle{}
#module_98709110 .showHandle{}
#module_98709110 a{font-size:unset;font-family:unset}
.module_98708607 .ModuleHead .HeadCenter{float:none;}
#module_98708607 {
padding:0px;
}
#module_98708607 {
position:static;
z-index:0;
top:5350px;
left:411px;
width:100%;
height: auto;
}
#module_98708607 .ModuleHead98708607 {
display:none;
}
#module_98708607 .BodyCenter.BodyCenter98708607 {
background:none;background-color:rgb(48, 58, 90);
}
#module_98708607 >.module_98708607 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(55, 63, 80);
border-bottom-width:0px;
}
#module_98708607 >.module_98708607{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98708607 .BodyCenter.BodyCenter98708607 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98708607 .BodyCenter.BodyCenter98708607 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.9020%;
}
}
@media screen and (min-width: 768px){
#module_98708607 >.module_98708607 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98708607 >.module_98708607 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98708607 >.module_98708607 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98708607:hover {
border:none;
}
#module_98708607:hover >.module_98708607 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98708607 .ModuleSubContainer{background-color:transparent;}
#module_98708607 .ModuleSubContainer{background-image:none;}
#module_98708607 .ModuleSubContainer{background-repeat:no-repeat;}
#module_98708607 .ModuleSubContainer{background-position:0% 0%;}
#module_98708607 .ModuleSubContainer{background-attachment:scroll;}
#module_98708607 .ModuleSubContainer{}
#module_98708607 {!bgVideo!}{bgVideoUrl:none}
#module_98708607 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_98708607 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_98708607 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer98708607 {}
.ModuleGridContainer.ModuleGridContainer98708607 .SubPadding {width:0px;}
.module_98708641 .ModuleHead .HeadCenter{float:none;}
#module_98708641 {
padding:0px;
}
#module_98708641 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_98708641 .ModuleHead98708641 {
display:none;
}
#module_98708641 .BodyCenter.BodyCenter98708641 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98708641 >.module_98708641 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98708641 >.module_98708641{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98708641 .BodyCenter.BodyCenter98708641 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98708641 .BodyCenter.BodyCenter98708641 {
padding-top:0.0000%;
padding-left:8.9286%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98708641 >.module_98708641 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98708641 >.module_98708641 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98708641 >.module_98708641 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98708641:hover {
border:none;
}
#module_98708641:hover >.module_98708641 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98708641 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98708641 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98708641 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98708641 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98708641 .imageTextGiant-Container{padding-top:6px;}
#module_98708641 .imageTextGiant-Container{padding-bottom:6px;}
#module_98708641 .imageTextGiant-Container{padding-left:10px;}
#module_98708641 .imageTextGiant-Container{padding-right:10px;}
#module_98708641 .showHandle .btn{font-size:14px;}
#module_98708641 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98708641 .showHandle .btn{color:#333;}
#module_98708641 .showHandle .btn{font-weight:400;}
#module_98708641 .showHandle .btn{text-decoration:none;}
#module_98708641 .showHandle .btn{font-style:normal;}
#module_98708641 .showHandle div{border-top-color:#ddd !important;}
#module_98708641 .showHandle div{border-top-style:solid !important;}
#module_98708641 .showHandle div{border-top-width:1px !important;}
#module_98708641 .showHandle{background-color:transparent;}
#module_98708641 .showHandle{background-image:none;}
#module_98708641 .showHandle{background-repeat:no-repeat;}
#module_98708641 .showHandle{}
#module_98708641 .showHandle{}
#module_98708641 .showHandle{}
#module_98708641 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer98708607 #Sub98708607_1 {width:33.3333%;}
.module_98708710 .ModuleHead .HeadCenter{float:none;}
#module_98708710 {
padding:0px;
}
#module_98708710 {
position:static;
z-index:0;
top:8px;
left:0px;
width:100%;
height: auto;
}
#module_98708710 .ModuleHead98708710 {
display:none;
}
#module_98708710 .BodyCenter.BodyCenter98708710 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98708710 >.module_98708710 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98708710 >.module_98708710{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98708710 .BodyCenter.BodyCenter98708710 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98708710 .BodyCenter.BodyCenter98708710 {
padding-top:0.0000%;
padding-left:15.1515%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98708710 >.module_98708710 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98708710 >.module_98708710 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98708710 >.module_98708710 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98708710:hover {
border:none;
}
#module_98708710:hover >.module_98708710 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98708710 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98708710 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98708710 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98708710 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98708710 .imageTextGiant-Container{padding-top:6px;}
#module_98708710 .imageTextGiant-Container{padding-bottom:6px;}
#module_98708710 .imageTextGiant-Container{padding-left:10px;}
#module_98708710 .imageTextGiant-Container{padding-right:10px;}
#module_98708710 .showHandle .btn{font-size:14px;}
#module_98708710 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98708710 .showHandle .btn{color:#333;}
#module_98708710 .showHandle .btn{font-weight:400;}
#module_98708710 .showHandle .btn{text-decoration:none;}
#module_98708710 .showHandle .btn{font-style:normal;}
#module_98708710 .showHandle div{border-top-color:#ddd !important;}
#module_98708710 .showHandle div{border-top-style:solid !important;}
#module_98708710 .showHandle div{border-top-width:1px !important;}
#module_98708710 .showHandle{background-color:transparent;}
#module_98708710 .showHandle{background-image:none;}
#module_98708710 .showHandle{background-repeat:no-repeat;}
#module_98708710 .showHandle{}
#module_98708710 .showHandle{}
#module_98708710 .showHandle{}
#module_98708710 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer98708607 #Sub98708607_2 {width:33.3333%;}
.module_98708715 .ModuleHead .HeadCenter{float:none;}
#module_98708715 {
padding:0px;
}
#module_98708715 {
position:static;
z-index:0;
top:20px;
left:-97px;
width:100%;
height: auto;
}
#module_98708715 .ModuleHead98708715 {
display:none;
}
#module_98708715 .BodyCenter.BodyCenter98708715 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98708715 >.module_98708715 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98708715 >.module_98708715{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98708715 .BodyCenter.BodyCenter98708715 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98708715 .BodyCenter.BodyCenter98708715 {
padding-top:0.0000%;
padding-left:10.1010%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98708715 >.module_98708715 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98708715 >.module_98708715 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98708715 >.module_98708715 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98708715:hover {
border:none;
}
#module_98708715:hover >.module_98708715 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98708715 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98708715 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98708715 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98708715 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98708715 .imageTextGiant-Container{padding-top:6px;}
#module_98708715 .imageTextGiant-Container{padding-bottom:6px;}
#module_98708715 .imageTextGiant-Container{padding-left:10px;}
#module_98708715 .imageTextGiant-Container{padding-right:10px;}
#module_98708715 .showHandle .btn{font-size:14px;}
#module_98708715 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98708715 .showHandle .btn{color:#333;}
#module_98708715 .showHandle .btn{font-weight:400;}
#module_98708715 .showHandle .btn{text-decoration:none;}
#module_98708715 .showHandle .btn{font-style:normal;}
#module_98708715 .showHandle div{border-top-color:#ddd !important;}
#module_98708715 .showHandle div{border-top-style:solid !important;}
#module_98708715 .showHandle div{border-top-width:1px !important;}
#module_98708715 .showHandle{background-color:transparent;}
#module_98708715 .showHandle{background-image:none;}
#module_98708715 .showHandle{background-repeat:no-repeat;}
#module_98708715 .showHandle{}
#module_98708715 .showHandle{}
#module_98708715 .showHandle{}
#module_98708715 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer98708607 #Sub98708607_3 {width:33.3333%;}
.module_98708582 .ModuleHead .HeadCenter{float:none;}
#module_98708582 {
padding:0px;
}
#module_98708582 {
position:static;
z-index:0;
top:5339px;
left:1166px;
width:100%;
height: auto;
}
#module_98708582 .ModuleHead98708582 {
display:none;
}
#module_98708582 .BodyCenter.BodyCenter98708582 {
background:none;background-color:rgb(48, 58, 90);
}
#module_98708582 >.module_98708582 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98708582 >.module_98708582{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98708582 .BodyCenter.BodyCenter98708582 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98708582 .BodyCenter.BodyCenter98708582 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98708582 >.module_98708582 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98708582 >.module_98708582 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98708582 >.module_98708582 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98708582:hover {
border:none;
}
#module_98708582:hover >.module_98708582 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98708582 .ModuleSubContainer{background-color:transparent;}
#module_98708582 .ModuleSubContainer{background-image:none;}
#module_98708582 .ModuleSubContainer{background-repeat:no-repeat;}
#module_98708582 .ModuleSubContainer{background-position:0% 0%;}
#module_98708582 .ModuleSubContainer{background-attachment:scroll;}
#module_98708582 .ModuleSubContainer{}
#module_98708582 {!bgVideo!}{bgVideoUrl:none}
#module_98708582 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_98708582 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_98708582 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer98708582 {}
.module_98708598 .ModuleHead .HeadCenter{float:none;}
#module_98708598 {
padding:0px;
}
#module_98708598 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_98708598 .ModuleHead98708598 {
display:none;
}
#module_98708598 .BodyCenter.BodyCenter98708598 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98708598 >.module_98708598 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98708598 >.module_98708598{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98708598 .BodyCenter.BodyCenter98708598 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98708598 .BodyCenter.BodyCenter98708598 {
padding-top:5.4496%;
padding-left:5.4496%;
padding-right:0.0000%;
padding-bottom:2.9973%;
}
}
@media screen and (min-width: 768px){
#module_98708598 >.module_98708598 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98708598 >.module_98708598 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98708598 >.module_98708598 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98708598:hover {
border:none;
}
#module_98708598:hover >.module_98708598 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98708598 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98708598 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98708598 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98708598 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98708598 .imageTextGiant-Container{padding-top:0px;}
#module_98708598 .imageTextGiant-Container{padding-bottom:0px;}
#module_98708598 .imageTextGiant-Container{padding-left:0px;}
#module_98708598 .imageTextGiant-Container{padding-right:0px;}
#module_98708598 .showHandle .btn{font-size:14px;}
#module_98708598 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98708598 .showHandle .btn{color:#333;}
#module_98708598 .showHandle .btn{font-weight:400;}
#module_98708598 .showHandle .btn{text-decoration:none;}
#module_98708598 .showHandle .btn{font-style:normal;}
#module_98708598 .showHandle div{border-top-color:#ddd !important;}
#module_98708598 .showHandle div{border-top-style:solid !important;}
#module_98708598 .showHandle div{border-top-width:1px !important;}
#module_98708598 .showHandle{background-color:transparent;}
#module_98708598 .showHandle{background-image:none;}
#module_98708598 .showHandle{background-repeat:no-repeat;}
#module_98708598 .showHandle{}
#module_98708598 .showHandle{}
#module_98708598 .showHandle{}
#module_98708598 a{font-size:unset;font-family:unset}
.module_98709112 .ModuleHead .HeadCenter{float:none;}
#module_98709112 {
padding:0px;
}
#module_98709112 {
position:static;
z-index:0;
top:5593px;
left:1630px;
width:100%;
height: auto;
}
#module_98709112 .ModuleHead98709112 {
display:none;
}
#module_98709112 .BodyCenter.BodyCenter98709112 {
background:none;background-color:rgb(48, 58, 90);
}
#module_98709112 >.module_98709112 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709112 >.module_98709112{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709112 .BodyCenter.BodyCenter98709112 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98709112 .BodyCenter.BodyCenter98709112 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:9.1503%;
}
}
@media screen and (min-width: 768px){
#module_98709112 >.module_98709112 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98709112 >.module_98709112 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709112 >.module_98709112 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709112:hover {
border:none;
}
#module_98709112:hover >.module_98709112 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709112 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_98709112 .ModuleSubContainer{background-image:none;}
#module_98709112 .ModuleSubContainer{background-repeat:no-repeat;}
#module_98709112 .ModuleSubContainer{background-position:0% 0%;}
#module_98709112 .ModuleSubContainer{background-attachment:scroll;}
#module_98709112 .ModuleSubContainer{}
#module_98709112 {!bgVideo!}{bgVideoUrl:none}
#module_98709112 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_98709112 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_98709112 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer98709112 {}
.ModuleGridContainer.ModuleGridContainer98709112 .SubPadding {width:0px;}
.module_98709115 .ModuleHead .HeadCenter{float:none;}
#module_98709115 {
padding:0px;
}
#module_98709115 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_98709115 .ModuleHead98709115 {
display:none;
}
#module_98709115 .BodyCenter.BodyCenter98709115 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709115 >.module_98709115 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709115 >.module_98709115{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709115 .BodyCenter.BodyCenter98709115 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709115 .BodyCenter.BodyCenter98709115 {
padding-top:0.0000%;
padding-left:8.4034%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709115 >.module_98709115 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709115 >.module_98709115 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709115 >.module_98709115 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709115:hover {
border:none;
}
#module_98709115:hover >.module_98709115 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709115 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98709115 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98709115 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98709115 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98709115 .imageTextGiant-Container{padding-top:6px;}
#module_98709115 .imageTextGiant-Container{padding-bottom:6px;}
#module_98709115 .imageTextGiant-Container{padding-left:10px;}
#module_98709115 .imageTextGiant-Container{padding-right:10px;}
#module_98709115 .showHandle .btn{font-size:14px;}
#module_98709115 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98709115 .showHandle .btn{color:#333;}
#module_98709115 .showHandle .btn{font-weight:400;}
#module_98709115 .showHandle .btn{text-decoration:none;}
#module_98709115 .showHandle .btn{font-style:normal;}
#module_98709115 .showHandle div{border-top-color:#ddd !important;}
#module_98709115 .showHandle div{border-top-style:solid !important;}
#module_98709115 .showHandle div{border-top-width:1px !important;}
#module_98709115 .showHandle{background-color:transparent;}
#module_98709115 .showHandle{background-image:none;}
#module_98709115 .showHandle{background-repeat:no-repeat;}
#module_98709115 .showHandle{}
#module_98709115 .showHandle{}
#module_98709115 .showHandle{}
#module_98709115 a{font-size:unset;font-family:unset}
.module_98709120 .ModuleHead .HeadCenter{float:none;}
#module_98709120 {
padding:0px;
}
#module_98709120 {
position:static;
z-index:0;
top:15px;
left:0px;
width:100%;
height: auto;
}
#module_98709120 .ModuleHead98709120 {
display:none;
}
#module_98709120 .BodyCenter.BodyCenter98709120 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709120 >.module_98709120 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709120 >.module_98709120{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709120 .BodyCenter.BodyCenter98709120 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709120 .BodyCenter.BodyCenter98709120 {
padding-top:0.0000%;
padding-left:10.1010%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709120 >.module_98709120 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709120 >.module_98709120 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709120 >.module_98709120 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709120:hover {
border:none;
}
#module_98709120:hover >.module_98709120 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709120 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98709120 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98709120 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98709120 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98709120 .imageTextGiant-Container{padding-top:6px;}
#module_98709120 .imageTextGiant-Container{padding-bottom:6px;}
#module_98709120 .imageTextGiant-Container{padding-left:10px;}
#module_98709120 .imageTextGiant-Container{padding-right:10px;}
#module_98709120 .showHandle .btn{font-size:14px;}
#module_98709120 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98709120 .showHandle .btn{color:#333;}
#module_98709120 .showHandle .btn{font-weight:400;}
#module_98709120 .showHandle .btn{text-decoration:none;}
#module_98709120 .showHandle .btn{font-style:normal;}
#module_98709120 .showHandle div{border-top-color:#ddd !important;}
#module_98709120 .showHandle div{border-top-style:solid !important;}
#module_98709120 .showHandle div{border-top-width:1px !important;}
#module_98709120 .showHandle{background-color:transparent;}
#module_98709120 .showHandle{background-image:none;}
#module_98709120 .showHandle{background-repeat:no-repeat;}
#module_98709120 .showHandle{}
#module_98709120 .showHandle{}
#module_98709120 .showHandle{}
#module_98709120 a{font-size:unset;font-family:unset}
.module_98709121 .ModuleHead .HeadCenter{float:none;}
#module_98709121 {
padding:0px;
}
#module_98709121 {
position:static;
z-index:0;
top:46px;
left:0px;
width:100%;
height: auto;
}
#module_98709121 .ModuleHead98709121 {
display:none;
}
#module_98709121 .BodyCenter.BodyCenter98709121 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709121 >.module_98709121 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709121 >.module_98709121{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709121 .BodyCenter.BodyCenter98709121 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709121 .BodyCenter.BodyCenter98709121 {
padding-top:0.0000%;
padding-left:8.4034%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709121 >.module_98709121 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709121 >.module_98709121 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709121 >.module_98709121 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709121:hover {
border:none;
}
#module_98709121:hover >.module_98709121 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709121 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98709121 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98709121 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98709121 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98709121 .imageTextGiant-Container{padding-top:6px;}
#module_98709121 .imageTextGiant-Container{padding-bottom:6px;}
#module_98709121 .imageTextGiant-Container{padding-left:10px;}
#module_98709121 .imageTextGiant-Container{padding-right:10px;}
#module_98709121 .showHandle .btn{font-size:14px;}
#module_98709121 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98709121 .showHandle .btn{color:#333;}
#module_98709121 .showHandle .btn{font-weight:400;}
#module_98709121 .showHandle .btn{text-decoration:none;}
#module_98709121 .showHandle .btn{font-style:normal;}
#module_98709121 .showHandle div{border-top-color:#ddd !important;}
#module_98709121 .showHandle div{border-top-style:solid !important;}
#module_98709121 .showHandle div{border-top-width:1px !important;}
#module_98709121 .showHandle{background-color:transparent;}
#module_98709121 .showHandle{background-image:none;}
#module_98709121 .showHandle{background-repeat:no-repeat;}
#module_98709121 .showHandle{}
#module_98709121 .showHandle{}
#module_98709121 .showHandle{}
#module_98709121 a{font-size:unset;font-family:unset}
.module_98709122 .ModuleHead .HeadCenter{float:none;}
#module_98709122 {
padding:0px;
}
#module_98709122 {
position:static;
z-index:0;
top:86px;
left:0px;
width:100%;
height: auto;
}
#module_98709122 .ModuleHead98709122 {
display:none;
}
#module_98709122 .BodyCenter.BodyCenter98709122 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709122 >.module_98709122 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709122 >.module_98709122{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709122 .BodyCenter.BodyCenter98709122 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709122 .BodyCenter.BodyCenter98709122 {
padding-top:0.0000%;
padding-left:8.4034%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709122 >.module_98709122 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709122 >.module_98709122 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709122 >.module_98709122 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709122:hover {
border:none;
}
#module_98709122:hover >.module_98709122 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709122 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98709122 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98709122 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98709122 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98709122 .imageTextGiant-Container{padding-top:6px;}
#module_98709122 .imageTextGiant-Container{padding-bottom:6px;}
#module_98709122 .imageTextGiant-Container{padding-left:10px;}
#module_98709122 .imageTextGiant-Container{padding-right:10px;}
#module_98709122 .showHandle .btn{font-size:14px;}
#module_98709122 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98709122 .showHandle .btn{color:#333;}
#module_98709122 .showHandle .btn{font-weight:400;}
#module_98709122 .showHandle .btn{text-decoration:none;}
#module_98709122 .showHandle .btn{font-style:normal;}
#module_98709122 .showHandle div{border-top-color:#ddd !important;}
#module_98709122 .showHandle div{border-top-style:solid !important;}
#module_98709122 .showHandle div{border-top-width:1px !important;}
#module_98709122 .showHandle{background-color:transparent;}
#module_98709122 .showHandle{background-image:none;}
#module_98709122 .showHandle{background-repeat:no-repeat;}
#module_98709122 .showHandle{}
#module_98709122 .showHandle{}
#module_98709122 .showHandle{}
#module_98709122 a{font-size:unset;font-family:unset}
.module_98709123 .ModuleHead .HeadCenter{float:none;}
#module_98709123 {
padding:0px;
}
#module_98709123 {
position:static;
z-index:0;
top:118px;
left:0px;
width:100%;
height: auto;
}
#module_98709123 .ModuleHead98709123 {
display:none;
}
#module_98709123 .BodyCenter.BodyCenter98709123 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709123 >.module_98709123 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709123 >.module_98709123{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709123 .BodyCenter.BodyCenter98709123 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709123 .BodyCenter.BodyCenter98709123 {
padding-top:0.0000%;
padding-left:8.4034%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709123 >.module_98709123 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709123 >.module_98709123 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709123 >.module_98709123 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709123:hover {
border:none;
}
#module_98709123:hover >.module_98709123 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709123 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98709123 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98709123 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98709123 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98709123 .imageTextGiant-Container{padding-top:6px;}
#module_98709123 .imageTextGiant-Container{padding-bottom:6px;}
#module_98709123 .imageTextGiant-Container{padding-left:10px;}
#module_98709123 .imageTextGiant-Container{padding-right:10px;}
#module_98709123 .showHandle .btn{font-size:14px;}
#module_98709123 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98709123 .showHandle .btn{color:#333;}
#module_98709123 .showHandle .btn{font-weight:400;}
#module_98709123 .showHandle .btn{text-decoration:none;}
#module_98709123 .showHandle .btn{font-style:normal;}
#module_98709123 .showHandle div{border-top-color:#ddd !important;}
#module_98709123 .showHandle div{border-top-style:solid !important;}
#module_98709123 .showHandle div{border-top-width:1px !important;}
#module_98709123 .showHandle{background-color:transparent;}
#module_98709123 .showHandle{background-image:none;}
#module_98709123 .showHandle{background-repeat:no-repeat;}
#module_98709123 .showHandle{}
#module_98709123 .showHandle{}
#module_98709123 .showHandle{}
#module_98709123 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer98709112 #Sub98709112_1 {width:33.3333%;}
.module_98709124 .ModuleHead .HeadCenter{float:none;}
#module_98709124 {
padding:0px;
}
#module_98709124 {
position:static;
z-index:0;
top:8px;
left:0px;
width:100%;
height: auto;
}
#module_98709124 .ModuleHead98709124 {
display:none;
}
#module_98709124 .BodyCenter.BodyCenter98709124 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709124 >.module_98709124 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709124 >.module_98709124{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709124 .BodyCenter.BodyCenter98709124 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709124 .BodyCenter.BodyCenter98709124 {
padding-top:0.0000%;
padding-left:15.1515%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709124 >.module_98709124 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709124 >.module_98709124 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709124 >.module_98709124 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709124:hover {
border:none;
}
#module_98709124:hover >.module_98709124 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709124 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98709124 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98709124 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98709124 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98709124 .imageTextGiant-Container{padding-top:6px;}
#module_98709124 .imageTextGiant-Container{padding-bottom:6px;}
#module_98709124 .imageTextGiant-Container{padding-left:10px;}
#module_98709124 .imageTextGiant-Container{padding-right:10px;}
#module_98709124 .showHandle .btn{font-size:14px;}
#module_98709124 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98709124 .showHandle .btn{color:#333;}
#module_98709124 .showHandle .btn{font-weight:400;}
#module_98709124 .showHandle .btn{text-decoration:none;}
#module_98709124 .showHandle .btn{font-style:normal;}
#module_98709124 .showHandle div{border-top-color:#ddd !important;}
#module_98709124 .showHandle div{border-top-style:solid !important;}
#module_98709124 .showHandle div{border-top-width:1px !important;}
#module_98709124 .showHandle{background-color:transparent;}
#module_98709124 .showHandle{background-image:none;}
#module_98709124 .showHandle{background-repeat:no-repeat;}
#module_98709124 .showHandle{}
#module_98709124 .showHandle{}
#module_98709124 .showHandle{}
#module_98709124 a{font-size:unset;font-family:unset}
.module_98709126 .ModuleHead .HeadCenter{float:none;}
#module_98709126 {
padding:0px;
}
#module_98709126 {
position:static;
z-index:0;
top:46px;
left:0px;
width:100%;
height: auto;
}
#module_98709126 .ModuleHead98709126 {
display:none;
}
#module_98709126 .BodyCenter.BodyCenter98709126 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709126 >.module_98709126 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709126 >.module_98709126{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709126 .BodyCenter.BodyCenter98709126 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709126 .BodyCenter.BodyCenter98709126 {
padding-top:0.0000%;
padding-left:15.1515%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709126 >.module_98709126 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709126 >.module_98709126 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709126 >.module_98709126 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709126:hover {
border:none;
}
#module_98709126:hover >.module_98709126 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709126 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98709126 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98709126 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98709126 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98709126 .imageTextGiant-Container{padding-top:6px;}
#module_98709126 .imageTextGiant-Container{padding-bottom:6px;}
#module_98709126 .imageTextGiant-Container{padding-left:10px;}
#module_98709126 .imageTextGiant-Container{padding-right:10px;}
#module_98709126 .showHandle .btn{font-size:14px;}
#module_98709126 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98709126 .showHandle .btn{color:#333;}
#module_98709126 .showHandle .btn{font-weight:400;}
#module_98709126 .showHandle .btn{text-decoration:none;}
#module_98709126 .showHandle .btn{font-style:normal;}
#module_98709126 .showHandle div{border-top-color:#ddd !important;}
#module_98709126 .showHandle div{border-top-style:solid !important;}
#module_98709126 .showHandle div{border-top-width:1px !important;}
#module_98709126 .showHandle{background-color:transparent;}
#module_98709126 .showHandle{background-image:none;}
#module_98709126 .showHandle{background-repeat:no-repeat;}
#module_98709126 .showHandle{}
#module_98709126 .showHandle{}
#module_98709126 .showHandle{}
#module_98709126 a{font-size:unset;font-family:unset}
.module_98709128 .ModuleHead .HeadCenter{float:none;}
#module_98709128 {
padding:0px;
}
#module_98709128 {
position:static;
z-index:0;
top:120px;
left:0px;
width:100%;
height: auto;
}
#module_98709128 .ModuleHead98709128 {
display:none;
}
#module_98709128 .BodyCenter.BodyCenter98709128 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709128 >.module_98709128 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709128 >.module_98709128{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709128 .BodyCenter.BodyCenter98709128 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709128 .BodyCenter.BodyCenter98709128 {
padding-top:0.0000%;
padding-left:15.1515%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709128 >.module_98709128 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709128 >.module_98709128 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709128 >.module_98709128 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709128:hover {
border:none;
}
#module_98709128:hover >.module_98709128 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709128 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98709128 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98709128 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98709128 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98709128 .imageTextGiant-Container{padding-top:6px;}
#module_98709128 .imageTextGiant-Container{padding-bottom:6px;}
#module_98709128 .imageTextGiant-Container{padding-left:10px;}
#module_98709128 .imageTextGiant-Container{padding-right:10px;}
#module_98709128 .showHandle .btn{font-size:14px;}
#module_98709128 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98709128 .showHandle .btn{color:#333;}
#module_98709128 .showHandle .btn{font-weight:400;}
#module_98709128 .showHandle .btn{text-decoration:none;}
#module_98709128 .showHandle .btn{font-style:normal;}
#module_98709128 .showHandle div{border-top-color:#ddd !important;}
#module_98709128 .showHandle div{border-top-style:solid !important;}
#module_98709128 .showHandle div{border-top-width:1px !important;}
#module_98709128 .showHandle{background-color:transparent;}
#module_98709128 .showHandle{background-image:none;}
#module_98709128 .showHandle{background-repeat:no-repeat;}
#module_98709128 .showHandle{}
#module_98709128 .showHandle{}
#module_98709128 .showHandle{}
#module_98709128 a{font-size:unset;font-family:unset}
.module_98709130 .ModuleHead .HeadCenter{float:none;}
#module_98709130 {
padding:0px;
}
#module_98709130 {
position:static;
z-index:0;
top:127px;
left:0px;
width:100%;
height: auto;
}
#module_98709130 .ModuleHead98709130 {
display:none;
}
#module_98709130 .BodyCenter.BodyCenter98709130 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709130 >.module_98709130 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709130 >.module_98709130{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709130 .BodyCenter.BodyCenter98709130 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709130 .BodyCenter.BodyCenter98709130 {
padding-top:0.0000%;
padding-left:15.1515%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709130 >.module_98709130 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709130 >.module_98709130 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709130 >.module_98709130 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709130:hover {
border:none;
}
#module_98709130:hover >.module_98709130 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709130 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98709130 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98709130 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98709130 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98709130 .imageTextGiant-Container{padding-top:6px;}
#module_98709130 .imageTextGiant-Container{padding-bottom:6px;}
#module_98709130 .imageTextGiant-Container{padding-left:10px;}
#module_98709130 .imageTextGiant-Container{padding-right:10px;}
#module_98709130 .showHandle .btn{font-size:14px;}
#module_98709130 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98709130 .showHandle .btn{color:#333;}
#module_98709130 .showHandle .btn{font-weight:400;}
#module_98709130 .showHandle .btn{text-decoration:none;}
#module_98709130 .showHandle .btn{font-style:normal;}
#module_98709130 .showHandle div{border-top-color:#ddd !important;}
#module_98709130 .showHandle div{border-top-style:solid !important;}
#module_98709130 .showHandle div{border-top-width:1px !important;}
#module_98709130 .showHandle{background-color:transparent;}
#module_98709130 .showHandle{background-image:none;}
#module_98709130 .showHandle{background-repeat:no-repeat;}
#module_98709130 .showHandle{}
#module_98709130 .showHandle{}
#module_98709130 .showHandle{}
#module_98709130 a{font-size:unset;font-family:unset}
.module_98709127 .ModuleHead .HeadCenter{float:none;}
#module_98709127 {
padding:0px;
}
#module_98709127 {
position:static;
z-index:0;
top:7223px;
left:183px;
width:100%;
height: auto;
}
#module_98709127 .ModuleHead98709127 {
display:none;
}
#module_98709127 .BodyCenter.BodyCenter98709127 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709127 >.module_98709127 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709127 >.module_98709127{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709127 .BodyCenter.BodyCenter98709127 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98709127 .BodyCenter.BodyCenter98709127 {
padding-top:0.0000%;
padding-left:15.1515%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709127 >.module_98709127 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98709127 >.module_98709127 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709127 >.module_98709127 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709127:hover {
border:none;
}
#module_98709127:hover >.module_98709127 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709127 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98709127 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98709127 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98709127 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98709127 .imageTextGiant-Container{padding-top:6px;}
#module_98709127 .imageTextGiant-Container{padding-bottom:6px;}
#module_98709127 .imageTextGiant-Container{padding-left:10px;}
#module_98709127 .imageTextGiant-Container{padding-right:10px;}
#module_98709127 .showHandle .btn{font-size:14px;}
#module_98709127 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98709127 .showHandle .btn{color:#333;}
#module_98709127 .showHandle .btn{font-weight:400;}
#module_98709127 .showHandle .btn{text-decoration:none;}
#module_98709127 .showHandle .btn{font-style:normal;}
#module_98709127 .showHandle div{border-top-color:#ddd !important;}
#module_98709127 .showHandle div{border-top-style:solid !important;}
#module_98709127 .showHandle div{border-top-width:1px !important;}
#module_98709127 .showHandle{background-color:transparent;}
#module_98709127 .showHandle{background-image:none;}
#module_98709127 .showHandle{background-repeat:no-repeat;}
#module_98709127 .showHandle{}
#module_98709127 .showHandle{}
#module_98709127 .showHandle{}
#module_98709127 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer98709112 #Sub98709112_2 {width:33.3333%;}
.module_98709129 .ModuleHead .HeadCenter{float:none;}
#module_98709129 {
padding:0px;
}
#module_98709129 {
position:static;
z-index:0;
top:20px;
left:-97px;
width:100%;
height: auto;
}
#module_98709129 .ModuleHead98709129 {
display:none;
}
#module_98709129 .BodyCenter.BodyCenter98709129 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709129 >.module_98709129 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709129 >.module_98709129{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709129 .BodyCenter.BodyCenter98709129 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709129 .BodyCenter.BodyCenter98709129 {
padding-top:0.0000%;
padding-left:8.4034%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709129 >.module_98709129 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709129 >.module_98709129 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709129 >.module_98709129 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709129:hover {
border:none;
}
#module_98709129:hover >.module_98709129 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709129 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98709129 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98709129 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98709129 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98709129 .imageTextGiant-Container{padding-top:6px;}
#module_98709129 .imageTextGiant-Container{padding-bottom:6px;}
#module_98709129 .imageTextGiant-Container{padding-left:10px;}
#module_98709129 .imageTextGiant-Container{padding-right:10px;}
#module_98709129 .showHandle .btn{font-size:14px;}
#module_98709129 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98709129 .showHandle .btn{color:#333;}
#module_98709129 .showHandle .btn{font-weight:400;}
#module_98709129 .showHandle .btn{text-decoration:none;}
#module_98709129 .showHandle .btn{font-style:normal;}
#module_98709129 .showHandle div{border-top-color:#ddd !important;}
#module_98709129 .showHandle div{border-top-style:solid !important;}
#module_98709129 .showHandle div{border-top-width:1px !important;}
#module_98709129 .showHandle{background-color:transparent;}
#module_98709129 .showHandle{background-image:none;}
#module_98709129 .showHandle{background-repeat:no-repeat;}
#module_98709129 .showHandle{}
#module_98709129 .showHandle{}
#module_98709129 .showHandle{}
#module_98709129 a{font-size:unset;font-family:unset}
.module_98709131 .ModuleHead .HeadCenter{float:none;}
#module_98709131 {
padding:0px;
}
#module_98709131 {
position:static;
z-index:0;
top:9px;
left:-134px;
width:100%;
height: auto;
}
#module_98709131 .ModuleHead98709131 {
display:none;
}
#module_98709131 .BodyCenter.BodyCenter98709131 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709131 >.module_98709131 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709131 >.module_98709131{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709131 .BodyCenter.BodyCenter98709131 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709131 .BodyCenter.BodyCenter98709131 {
padding-top:0.0000%;
padding-left:8.4034%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709131 >.module_98709131 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709131 >.module_98709131 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709131 >.module_98709131 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709131:hover {
border:none;
}
#module_98709131:hover >.module_98709131 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709131 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98709131 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98709131 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98709131 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98709131 .imageTextGiant-Container{padding-top:6px;}
#module_98709131 .imageTextGiant-Container{padding-bottom:6px;}
#module_98709131 .imageTextGiant-Container{padding-left:10px;}
#module_98709131 .imageTextGiant-Container{padding-right:10px;}
#module_98709131 .showHandle .btn{font-size:14px;}
#module_98709131 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98709131 .showHandle .btn{color:#333;}
#module_98709131 .showHandle .btn{font-weight:400;}
#module_98709131 .showHandle .btn{text-decoration:none;}
#module_98709131 .showHandle .btn{font-style:normal;}
#module_98709131 .showHandle div{border-top-color:#ddd !important;}
#module_98709131 .showHandle div{border-top-style:solid !important;}
#module_98709131 .showHandle div{border-top-width:1px !important;}
#module_98709131 .showHandle{background-color:transparent;}
#module_98709131 .showHandle{background-image:none;}
#module_98709131 .showHandle{background-repeat:no-repeat;}
#module_98709131 .showHandle{}
#module_98709131 .showHandle{}
#module_98709131 .showHandle{}
#module_98709131 a{font-size:unset;font-family:unset}
.module_98709133 .ModuleHead .HeadCenter{float:none;}
#module_98709133 {
padding:0px;
}
#module_98709133 {
position:static;
z-index:0;
top:7148px;
left:277px;
width:100%;
height: auto;
}
#module_98709133 .ModuleHead98709133 {
display:none;
}
#module_98709133 .BodyCenter.BodyCenter98709133 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709133 >.module_98709133 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709133 >.module_98709133{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709133 .BodyCenter.BodyCenter98709133 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709133 .BodyCenter.BodyCenter98709133 {
padding-top:0.0000%;
padding-left:8.4034%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709133 >.module_98709133 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709133 >.module_98709133 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709133 >.module_98709133 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709133:hover {
border:none;
}
#module_98709133:hover >.module_98709133 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709133 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98709133 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98709133 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98709133 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98709133 .imageTextGiant-Container{padding-top:6px;}
#module_98709133 .imageTextGiant-Container{padding-bottom:6px;}
#module_98709133 .imageTextGiant-Container{padding-left:10px;}
#module_98709133 .imageTextGiant-Container{padding-right:10px;}
#module_98709133 .showHandle .btn{font-size:14px;}
#module_98709133 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98709133 .showHandle .btn{color:#333;}
#module_98709133 .showHandle .btn{font-weight:400;}
#module_98709133 .showHandle .btn{text-decoration:none;}
#module_98709133 .showHandle .btn{font-style:normal;}
#module_98709133 .showHandle div{border-top-color:#ddd !important;}
#module_98709133 .showHandle div{border-top-style:solid !important;}
#module_98709133 .showHandle div{border-top-width:1px !important;}
#module_98709133 .showHandle{background-color:transparent;}
#module_98709133 .showHandle{background-image:none;}
#module_98709133 .showHandle{background-repeat:no-repeat;}
#module_98709133 .showHandle{}
#module_98709133 .showHandle{}
#module_98709133 .showHandle{}
#module_98709133 a{font-size:unset;font-family:unset}
.module_98709132 .ModuleHead .HeadCenter{float:none;}
#module_98709132 {
padding:0px;
}
#module_98709132 {
position:static;
z-index:0;
top:56px;
left:-122px;
width:100%;
height: auto;
}
#module_98709132 .ModuleHead98709132 {
display:none;
}
#module_98709132 .BodyCenter.BodyCenter98709132 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709132 >.module_98709132 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709132 >.module_98709132{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709132 .BodyCenter.BodyCenter98709132 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709132 .BodyCenter.BodyCenter98709132 {
padding-top:0.0000%;
padding-left:8.4034%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709132 >.module_98709132 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98709132 >.module_98709132 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709132 >.module_98709132 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709132:hover {
border:none;
}
#module_98709132:hover >.module_98709132 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709132 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98709132 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98709132 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98709132 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98709132 .imageTextGiant-Container{padding-top:6px;}
#module_98709132 .imageTextGiant-Container{padding-bottom:6px;}
#module_98709132 .imageTextGiant-Container{padding-left:10px;}
#module_98709132 .imageTextGiant-Container{padding-right:10px;}
#module_98709132 .showHandle .btn{font-size:14px;}
#module_98709132 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98709132 .showHandle .btn{color:#333;}
#module_98709132 .showHandle .btn{font-weight:400;}
#module_98709132 .showHandle .btn{text-decoration:none;}
#module_98709132 .showHandle .btn{font-style:normal;}
#module_98709132 .showHandle div{border-top-color:#ddd !important;}
#module_98709132 .showHandle div{border-top-style:solid !important;}
#module_98709132 .showHandle div{border-top-width:1px !important;}
#module_98709132 .showHandle{background-color:transparent;}
#module_98709132 .showHandle{background-image:none;}
#module_98709132 .showHandle{background-repeat:no-repeat;}
#module_98709132 .showHandle{}
#module_98709132 .showHandle{}
#module_98709132 .showHandle{}
#module_98709132 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer98709112 #Sub98709112_3 {width:33.3333%;}
.module_98708546 .ModuleHead .HeadCenter{float:none;}
#module_98708546 {
padding:0px;
}
#module_98708546 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_98708546 .ModuleHead98708546 {
display:none;
}
#module_98708546 .BodyCenter.BodyCenter98708546 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98708546 >.module_98708546 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98708546 >.module_98708546{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98708546 .BodyCenter.BodyCenter98708546 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98708546 .BodyCenter.BodyCenter98708546 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98708546 >.module_98708546 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98708546 >.module_98708546 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98708546 >.module_98708546 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98708546:hover {
border:none;
}
#module_98708546:hover >.module_98708546 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98708546 .ModuleSubContainer{background-color:rgb(54, 63, 94);}
#module_98708546 .ModuleSubContainer{background-image:none;}
#module_98708546 .ModuleSubContainer{background-repeat:no-repeat;}
#module_98708546 .ModuleSubContainer{background-position:0% 0%;}
#module_98708546 .ModuleSubContainer{background-attachment:scroll;}
#module_98708546 .ModuleSubContainer{}
#module_98708546 {!bgVideo!}{bgVideoUrl:none}
#module_98708546 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_98708546 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_98708546 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer98708546 {}
.module_98708551 .ModuleHead .HeadCenter{float:none;}
#module_98708551 {
padding:0px;
}
#module_98708551 {
position:static;
z-index:0;
top:5467px;
left:106px;
width:100%;
height: auto;
}
#module_98708551 .ModuleHead98708551 {
display:none;
}
#module_98708551 .BodyCenter.BodyCenter98708551 {
background:none;background-color:rgb(48, 58, 90);
}
#module_98708551 >.module_98708551 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98708551 >.module_98708551{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98708551 .BodyCenter.BodyCenter98708551 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.7500%;
}
}
@media screen and (max-width: 767px){
#module_98708551 .BodyCenter.BodyCenter98708551 {
padding-top:3.2680%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.5359%;
}
}
@media screen and (min-width: 768px){
#module_98708551 >.module_98708551 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98708551 >.module_98708551 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98708551 >.module_98708551 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98708551:hover {
border:none;
}
#module_98708551:hover >.module_98708551 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98708551 .BodyCenter{text-align:center;}
#module_98708551 .moduleButton{font-size:14px;}
#module_98708551 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_98708551 .moduleButton{color:rgb(255, 255, 255);}
#module_98708551 .moduleButton{font-weight:normal;}
#module_98708551 .moduleButton{text-decoration:none;}
#module_98708551 .moduleButton{font-style:normal;}
#module_98708551 .moduleButton, #module_98708551 .moduleButton.faded:before{background-color:rgba(0,0,0,0);}
#module_98708551 .moduleButton, #module_98708551 .moduleButton.faded:before{}
#module_98708551 .moduleButton{border-color:rgb(179, 185, 198);}
#module_98708551 .moduleButton{border-style:solid;}
#module_98708551 .moduleButton{border-width:1px;}
#module_98708551 .moduleButton{width:250px;}
#module_98708551 .moduleButton{height:45px;line-height:45px;}
#module_98708551 .BodyCenter{color:#000;}
#module_98708551 .moduleButton{border-top-left-radius:0px;}
#module_98708551 .moduleButton{border-top-right-radius:0px;}
#module_98708551 .moduleButton{border-bottom-left-radius:0px;}
#module_98708551 .moduleButton{border-bottom-right-radius:0px;}
#module_98708551 .BreadIcon{font-size:16px;} #module_98708551 .BreadsvgIcon svg{width:16px;height:16px;}
#module_98708551 .BreadIcon{color:#000;} #module_98708551 .BreadsvgIcon svg>*{fill:#000;}
#module_98708551 .BreadIcon,#module_98708551 .BreadsvgIcon{margin-left:10px;}
#module_98708551 .BreadIcon,#module_98708551 .BreadsvgIcon{margin-right:10px;}
#module_98708551 .moduleButton:hover .BreadIcon{font-size:16px;} #module_98708551 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_98708551 .moduleButton:hover .BreadIcon{color:#fff} #module_98708551 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_98708551 .moduleButton:hover{font-size:14px;}
#module_98708551 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_98708551 .moduleButton:hover{color:rgb(255, 255, 255);}
#module_98708551 .moduleButton:hover{font-weight:normal;}
#module_98708551 .moduleButton:hover{text-decoration:none;}
#module_98708551 .moduleButton:hover{font-style:normal;}
#module_98708551 .moduleButton:before, #module_98708551 .moduleButton.faded:before{background-color:rgb(0, 127, 255);}
#module_98708551 .moduleButton:before, #module_98708551 .moduleButton.faded:before{}
#module_98708551 .moduleButton:hover{border-color:rgb(0, 127, 255);}
#module_98708551 .moduleButton:hover{border-style:solid;}
#module_98708551 .moduleButton:hover{border-width:1px;}

.module_354339865 .ModuleHead .HeadCenter{float:none;}
#module_354339865 {
padding:0px;
}
#module_354339865 {
position:static;
z-index:0;
top:8049px;
left:155px;
width:100%;
height: auto;
}
#module_354339865 .ModuleHead354339865 {
display:none;
}
#module_354339865 .BodyCenter.BodyCenter354339865 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354339865 >.module_354339865 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_354339865 >.module_354339865{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_354339865 .BodyCenter.BodyCenter354339865 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_354339865 .BodyCenter.BodyCenter354339865 {
padding-top:2.8818%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354339865 >.module_354339865 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_354339865 >.module_354339865 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354339865 >.module_354339865 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_354339865:hover {
border:none;
}
#module_354339865:hover >.module_354339865 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_354339865 .BodyCenter{text-align:left;}
#module_354339865 .moduleButton{font-size:12px;}
#module_354339865 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_354339865 .moduleButton{color:rgb(179, 185, 198);}
#module_354339865 .moduleButton{font-weight:normal;}
#module_354339865 .moduleButton{text-decoration:none;}
#module_354339865 .moduleButton{font-style:normal;}
#module_354339865 .moduleButton, #module_354339865 .moduleButton.faded:before{background-color:rgba(0,0,0,0);}
#module_354339865 .moduleButton, #module_354339865 .moduleButton.faded:before{}
#module_354339865 .moduleButton{border-color:#1e88e5;}
#module_354339865 .moduleButton{border-style:solid;}
#module_354339865 .moduleButton{border-width:0px;}
#module_354339865 .moduleButton{width:250px;}
#module_354339865 .moduleButton{height:30px;line-height:30px;}
#module_354339865 .BodyCenter{color:#1e88e5;}
#module_354339865 .moduleButton{border-top-left-radius:0px;}
#module_354339865 .moduleButton{border-top-right-radius:0px;}
#module_354339865 .moduleButton{border-bottom-left-radius:0px;}
#module_354339865 .moduleButton{border-bottom-right-radius:0px;}
#module_354339865 .BreadIcon{font-size:17px;} #module_354339865 .BreadsvgIcon svg{width:17px;height:17px;}
#module_354339865 .BreadIcon{color:rgb(179, 185, 198);} #module_354339865 .BreadsvgIcon svg>*{fill:rgb(179, 185, 198);}
#module_354339865 .BreadIcon,#module_354339865 .BreadsvgIcon{margin-left:0px;}
#module_354339865 .BreadIcon,#module_354339865 .BreadsvgIcon{margin-right:5px;}
#module_354339865 .moduleButton:hover .BreadIcon{font-size:17px;} #module_354339865 .moduleButton:hover .BreadsvgIcon svg{width:17px;height:17px;}
#module_354339865 .moduleButton:hover .BreadIcon{color:#fff} #module_354339865 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_354339865 .moduleButton:hover{font-size:12px;}
#module_354339865 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_354339865 .moduleButton:hover{color:#fff;}
#module_354339865 .moduleButton:hover{font-weight:normal;}
#module_354339865 .moduleButton:hover{text-decoration:none;}
#module_354339865 .moduleButton:hover{font-style:normal;}
#module_354339865 .moduleButton:before, #module_354339865 .moduleButton.faded:before{background-color:rgba(0,0,0,0);}
#module_354339865 .moduleButton:before, #module_354339865 .moduleButton.faded:before{}
#module_354339865 .moduleButton:hover{border-color:#1e88e5;}
#module_354339865 .moduleButton:hover{border-style:solid;}
#module_354339865 .moduleButton:hover{border-width:0px;}

.module_354339846 .ModuleHead .HeadCenter{float:none;}
#module_354339846 {
padding:0px;
}
#module_354339846 {
position:static;
z-index:0;
top:197px;
left:0px;
width:100%;
height: auto;
}
#module_354339846 .ModuleHead354339846 {
display:none;
}
#module_354339846 .BodyCenter.BodyCenter354339846 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354339846 >.module_354339846 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_354339846 >.module_354339846{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_354339846 .BodyCenter.BodyCenter354339846 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354339846 .BodyCenter.BodyCenter354339846 {
padding-top:0.0000%;
padding-left:14.4092%;
padding-right:5.7637%;
padding-bottom:1.4409%;
}
}
@media screen and (min-width: 768px){
#module_354339846 >.module_354339846 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354339846 >.module_354339846 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354339846 >.module_354339846 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_354339846:hover {
border:none;
}
#module_354339846:hover >.module_354339846 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_354339846 .ModuleImageTextGiantContent{margin-top:0px;}
#module_354339846 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_354339846 .ModuleImageTextGiantContent{margin-left:0px;}
#module_354339846 .ModuleImageTextGiantContent{margin-right:0px;}
#module_354339846 .imageTextGiant-Container{padding-top:0px;}
#module_354339846 .imageTextGiant-Container{padding-bottom:15px;}
#module_354339846 .imageTextGiant-Container{padding-left:0px;}
#module_354339846 .imageTextGiant-Container{padding-right:0px;}
#module_354339846 .showHandle .btn{font-size:14px;}
#module_354339846 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_354339846 .showHandle .btn{color:#333;}
#module_354339846 .showHandle .btn{font-weight:400;}
#module_354339846 .showHandle .btn{text-decoration:none;}
#module_354339846 .showHandle .btn{font-style:normal;}
#module_354339846 .showHandle div{border-top-color:#ddd !important;}
#module_354339846 .showHandle div{border-top-style:solid !important;}
#module_354339846 .showHandle div{border-top-width:1px !important;}
#module_354339846 .showHandle{background-color:transparent;}
#module_354339846 .showHandle{background-image:none;}
#module_354339846 .showHandle{background-repeat:no-repeat;}
#module_354339846 .showHandle{}
#module_354339846 .showHandle{}
#module_354339846 .showHandle{}
#module_354339846 a{font-size:unset;font-family:unset}
.module_24598206 .ModuleHead .HeadCenter{float:none;}
#module_24598206 {
padding:0px;
}
#module_24598206 {
position:static;
z-index:0;
top:470px;
left:1486px;
width:100%;
height: auto;
}
#module_24598206 .ModuleHead24598206 {
display:none;
}
#module_24598206 .BodyCenter.BodyCenter24598206 {
background:none;background-color:rgb(45, 52, 80);
}
#module_24598206 >.module_24598206 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_24598206 >.module_24598206{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24598206 .BodyCenter.BodyCenter24598206 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24598206 .BodyCenter.BodyCenter24598206 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24598206 >.module_24598206 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24598206 >.module_24598206 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24598206 >.module_24598206 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24598206:hover {
border:none;
}
#module_24598206:hover >.module_24598206 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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


@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row .col-xs-8{padding: 0 3px;width: 91.333333%;}
}
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{min-width: 100%;}*/
	/*.ModuleImageTextGiant.layout-105 .col-md-2{width: 14.666667%;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row{width:auto;}*/
/*}*/
@media only screen and (min-width: 768px) {
	.ModuleImageTextGiant.layout-105 .col-lg-2 {
    width: 10%;
	}
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper .TextImage{width: 100%}
}.module_98707679 .ModuleHead .HeadCenter{float:none;}
#module_98707679 {
padding:0px;
}
#module_98707679 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_98707679 .ModuleHead98707679 {
display:none;
}
#module_98707679 .BodyCenter.BodyCenter98707679 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98707679 >.module_98707679 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98707679 >.module_98707679{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98707679 .BodyCenter.BodyCenter98707679 {
padding-top:5.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.0000%;
}
}
@media screen and (max-width: 767px){
#module_98707679 .BodyCenter.BodyCenter98707679 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_98707679 >.module_98707679 {
margin-top:0.0000%;
margin-left:3.3333%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98707679 >.module_98707679 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_98707679 >.module_98707679 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98707679:hover {
border:none;
}
#module_98707679:hover >.module_98707679 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98707679 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_98707679 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_98707679 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_98707679 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_98707679 .GraphicUpper{padding-top:0px;}
#module_98707679 .GraphicUpper{padding-bottom:0px;}
#module_98707679 .GraphicUpper{padding-left:0px;}
#module_98707679 .GraphicUpper {padding-right:0px;}
#module_98707679 .GraphicUpper{width:13%;} #module_98707679 .ModuleImageTextContent{width: calc(100% - 13%);}
#module_98707679 .MobileGraphicUpper{width:10%;} #module_98707679 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_98707679 .ModuleImageTextGiantContent{padding-top:0px;}
#module_98707679 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_98707679 .ModuleImageTextGiantContent{padding-left:15px;}
#module_98707679 .ModuleImageTextGiantContent{padding-right:0px;}
#module_98707679 .normal_ImgtextBox_content{padding-top:0px;}
#module_98707679 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_98707679 .normal_ImgtextBox_content{padding-left:0px;}
#module_98707679 .normal_ImgtextBox_content{padding-right:0px;}
#module_98707679 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_98707679 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_98707679 .normal_ImgtextBox_content{background-color:transparent;}
#module_98707679 .normal_ImgtextBox_content{background-image:none;}
#module_98707679 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_98707679 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_98707679 .normal_ImgtextBox_content{background-attachment:none;}
#module_98707679 .normal_ImgtextBox_content{}
#module_98707679 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_98707679 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_98707679 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_98707679 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_98707679 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_98707679 .normal_ImgtextBox_content{border-top-style:none;}
#module_98707679 .normal_ImgtextBox_content{border-top-width:0px;}
#module_98707679 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_98707679 .normal_ImgtextBox_content{border-right-style:none;}
#module_98707679 .normal_ImgtextBox_content{border-right-width:0px;}
#module_98707679 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_98707679 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_98707679 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_98707679 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_98707679 .normal_ImgtextBox_content{border-left-style:none;}
#module_98707679 .normal_ImgtextBox_content{border-left-width:0px;}
#module_98707679 .showHandle .btn{font-size:14px;}
#module_98707679 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98707679 .showHandle .btn{color:#333;}
#module_98707679 .showHandle .btn{font-weight:400;}
#module_98707679 .showHandle .btn{text-decoration:none;}
#module_98707679 .showHandle .btn{font-style:normal;}
#module_98707679 .showHandle div{border-top-color:#ddd !important;}
#module_98707679 .showHandle div{border-top-style:solid !important;}
#module_98707679 .showHandle div{border-top-width:1px !important;}
#module_98707679 .showHandle{background-color:transparent;}
#module_98707679 .showHandle{background-image:none;}
#module_98707679 .showHandle{background-repeat:no-repeat;}
#module_98707679 .showHandle{}
#module_98707679 .showHandle{}
#module_98707679 .showHandle{}
#module_98707679 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_98707679 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_98707679 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_98707679 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_98707679 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_98707679 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_98707679 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_98707679 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_98707679 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_98707679 a{font-size:unset;font-family:unset}
.module_98707672 .ModuleHead .HeadCenter{float:none;}
#module_98707672 {
padding:0px;
}
#module_98707672 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_98707672 .ModuleHead98707672 {
display:none;
}
#module_98707672 .BodyCenter.BodyCenter98707672 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98707672 >.module_98707672 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98707672 >.module_98707672{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98707672 .BodyCenter.BodyCenter98707672 {
padding-top:5.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.0000%;
}
}
@media screen and (max-width: 767px){
#module_98707672 .BodyCenter.BodyCenter98707672 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_98707672 >.module_98707672 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98707672 >.module_98707672 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_98707672 >.module_98707672 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98707672:hover {
border:none;
}
#module_98707672:hover >.module_98707672 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98707672 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_98707672 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_98707672 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_98707672 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_98707672 .GraphicUpper{padding-top:0px;}
#module_98707672 .GraphicUpper{padding-bottom:0px;}
#module_98707672 .GraphicUpper{padding-left:0px;}
#module_98707672 .GraphicUpper {padding-right:0px;}
#module_98707672 .GraphicUpper{width:13%;} #module_98707672 .ModuleImageTextContent{width: calc(100% - 13%);}
#module_98707672 .MobileGraphicUpper{width:10%;} #module_98707672 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_98707672 .ModuleImageTextGiantContent{padding-top:0px;}
#module_98707672 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_98707672 .ModuleImageTextGiantContent{padding-left:15px;}
#module_98707672 .ModuleImageTextGiantContent{padding-right:0px;}
#module_98707672 .normal_ImgtextBox_content{padding-top:0px;}
#module_98707672 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_98707672 .normal_ImgtextBox_content{padding-left:0px;}
#module_98707672 .normal_ImgtextBox_content{padding-right:0px;}
#module_98707672 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_98707672 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_98707672 .normal_ImgtextBox_content{background-color:transparent;}
#module_98707672 .normal_ImgtextBox_content{background-image:none;}
#module_98707672 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_98707672 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_98707672 .normal_ImgtextBox_content{background-attachment:none;}
#module_98707672 .normal_ImgtextBox_content{}
#module_98707672 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_98707672 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_98707672 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_98707672 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_98707672 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_98707672 .normal_ImgtextBox_content{border-top-style:none;}
#module_98707672 .normal_ImgtextBox_content{border-top-width:0px;}
#module_98707672 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_98707672 .normal_ImgtextBox_content{border-right-style:none;}
#module_98707672 .normal_ImgtextBox_content{border-right-width:0px;}
#module_98707672 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_98707672 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_98707672 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_98707672 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_98707672 .normal_ImgtextBox_content{border-left-style:none;}
#module_98707672 .normal_ImgtextBox_content{border-left-width:0px;}
#module_98707672 .showHandle .btn{font-size:14px;}
#module_98707672 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98707672 .showHandle .btn{color:#333;}
#module_98707672 .showHandle .btn{font-weight:400;}
#module_98707672 .showHandle .btn{text-decoration:none;}
#module_98707672 .showHandle .btn{font-style:normal;}
#module_98707672 .showHandle div{border-top-color:#ddd !important;}
#module_98707672 .showHandle div{border-top-style:solid !important;}
#module_98707672 .showHandle div{border-top-width:1px !important;}
#module_98707672 .showHandle{background-color:transparent;}
#module_98707672 .showHandle{background-image:none;}
#module_98707672 .showHandle{background-repeat:no-repeat;}
#module_98707672 .showHandle{}
#module_98707672 .showHandle{}
#module_98707672 .showHandle{}
#module_98707672 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_98707672 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_98707672 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_98707672 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_98707672 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_98707672 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_98707672 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_98707672 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_98707672 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_98707672 a{font-size:unset;font-family:unset}
.module_98707680 .ModuleHead .HeadCenter{float:none;}
#module_98707680 {
padding:0px;
}
#module_98707680 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_98707680 .ModuleHead98707680 {
display:none;
}
#module_98707680 .BodyCenter.BodyCenter98707680 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98707680 >.module_98707680 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98707680 >.module_98707680{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98707680 .BodyCenter.BodyCenter98707680 {
padding-top:5.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.0000%;
}
}
@media screen and (max-width: 767px){
#module_98707680 .BodyCenter.BodyCenter98707680 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_98707680 >.module_98707680 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98707680 >.module_98707680 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_98707680 >.module_98707680 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98707680:hover {
border:none;
}
#module_98707680:hover >.module_98707680 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98707680 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_98707680 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_98707680 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_98707680 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_98707680 .GraphicUpper{padding-top:0px;}
#module_98707680 .GraphicUpper{padding-bottom:0px;}
#module_98707680 .GraphicUpper{padding-left:0px;}
#module_98707680 .GraphicUpper {padding-right:0px;}
#module_98707680 .GraphicUpper{width:13%;} #module_98707680 .ModuleImageTextContent{width: calc(100% - 13%);}
#module_98707680 .MobileGraphicUpper{width:10%;} #module_98707680 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_98707680 .ModuleImageTextGiantContent{padding-top:0px;}
#module_98707680 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_98707680 .ModuleImageTextGiantContent{padding-left:15px;}
#module_98707680 .ModuleImageTextGiantContent{padding-right:0px;}
#module_98707680 .normal_ImgtextBox_content{padding-top:0px;}
#module_98707680 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_98707680 .normal_ImgtextBox_content{padding-left:0px;}
#module_98707680 .normal_ImgtextBox_content{padding-right:0px;}
#module_98707680 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_98707680 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_98707680 .normal_ImgtextBox_content{background-color:transparent;}
#module_98707680 .normal_ImgtextBox_content{background-image:none;}
#module_98707680 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_98707680 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_98707680 .normal_ImgtextBox_content{background-attachment:none;}
#module_98707680 .normal_ImgtextBox_content{}
#module_98707680 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_98707680 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_98707680 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_98707680 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_98707680 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_98707680 .normal_ImgtextBox_content{border-top-style:none;}
#module_98707680 .normal_ImgtextBox_content{border-top-width:0px;}
#module_98707680 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_98707680 .normal_ImgtextBox_content{border-right-style:none;}
#module_98707680 .normal_ImgtextBox_content{border-right-width:0px;}
#module_98707680 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_98707680 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_98707680 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_98707680 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_98707680 .normal_ImgtextBox_content{border-left-style:none;}
#module_98707680 .normal_ImgtextBox_content{border-left-width:0px;}
#module_98707680 .showHandle .btn{font-size:14px;}
#module_98707680 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98707680 .showHandle .btn{color:#333;}
#module_98707680 .showHandle .btn{font-weight:400;}
#module_98707680 .showHandle .btn{text-decoration:none;}
#module_98707680 .showHandle .btn{font-style:normal;}
#module_98707680 .showHandle div{border-top-color:#ddd !important;}
#module_98707680 .showHandle div{border-top-style:solid !important;}
#module_98707680 .showHandle div{border-top-width:1px !important;}
#module_98707680 .showHandle{background-color:transparent;}
#module_98707680 .showHandle{background-image:none;}
#module_98707680 .showHandle{background-repeat:no-repeat;}
#module_98707680 .showHandle{}
#module_98707680 .showHandle{}
#module_98707680 .showHandle{}
#module_98707680 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_98707680 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_98707680 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_98707680 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_98707680 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_98707680 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_98707680 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_98707680 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_98707680 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_98707680 a{font-size:unset;font-family:unset}
.module_98707681 .ModuleHead .HeadCenter{float:none;}
#module_98707681 {
padding:0px;
}
#module_98707681 {
position:static;
z-index:0;
top:28px;
left:0px;
width:100%;
height: auto;
}
#module_98707681 .ModuleHead98707681 {
display:none;
}
#module_98707681 .BodyCenter.BodyCenter98707681 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98707681 >.module_98707681 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98707681 >.module_98707681{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98707681 .BodyCenter.BodyCenter98707681 {
padding-top:5.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.0000%;
}
}
@media screen and (max-width: 767px){
#module_98707681 .BodyCenter.BodyCenter98707681 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_98707681 >.module_98707681 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98707681 >.module_98707681 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_98707681 >.module_98707681 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98707681:hover {
border:none;
}
#module_98707681:hover >.module_98707681 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98707681 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_98707681 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_98707681 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_98707681 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_98707681 .GraphicUpper{padding-top:0px;}
#module_98707681 .GraphicUpper{padding-bottom:0px;}
#module_98707681 .GraphicUpper{padding-left:0px;}
#module_98707681 .GraphicUpper {padding-right:0px;}
#module_98707681 .GraphicUpper{width:13%;} #module_98707681 .ModuleImageTextContent{width: calc(100% - 13%);}
#module_98707681 .MobileGraphicUpper{width:10%;} #module_98707681 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_98707681 .ModuleImageTextGiantContent{padding-top:0px;}
#module_98707681 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_98707681 .ModuleImageTextGiantContent{padding-left:15px;}
#module_98707681 .ModuleImageTextGiantContent{padding-right:0px;}
#module_98707681 .normal_ImgtextBox_content{padding-top:0px;}
#module_98707681 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_98707681 .normal_ImgtextBox_content{padding-left:0px;}
#module_98707681 .normal_ImgtextBox_content{padding-right:0px;}
#module_98707681 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_98707681 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_98707681 .normal_ImgtextBox_content{background-color:transparent;}
#module_98707681 .normal_ImgtextBox_content{background-image:none;}
#module_98707681 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_98707681 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_98707681 .normal_ImgtextBox_content{background-attachment:none;}
#module_98707681 .normal_ImgtextBox_content{}
#module_98707681 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_98707681 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_98707681 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_98707681 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_98707681 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_98707681 .normal_ImgtextBox_content{border-top-style:none;}
#module_98707681 .normal_ImgtextBox_content{border-top-width:0px;}
#module_98707681 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_98707681 .normal_ImgtextBox_content{border-right-style:none;}
#module_98707681 .normal_ImgtextBox_content{border-right-width:0px;}
#module_98707681 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_98707681 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_98707681 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_98707681 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_98707681 .normal_ImgtextBox_content{border-left-style:none;}
#module_98707681 .normal_ImgtextBox_content{border-left-width:0px;}
#module_98707681 .showHandle .btn{font-size:14px;}
#module_98707681 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98707681 .showHandle .btn{color:#333;}
#module_98707681 .showHandle .btn{font-weight:400;}
#module_98707681 .showHandle .btn{text-decoration:none;}
#module_98707681 .showHandle .btn{font-style:normal;}
#module_98707681 .showHandle div{border-top-color:#ddd !important;}
#module_98707681 .showHandle div{border-top-style:solid !important;}
#module_98707681 .showHandle div{border-top-width:1px !important;}
#module_98707681 .showHandle{background-color:transparent;}
#module_98707681 .showHandle{background-image:none;}
#module_98707681 .showHandle{background-repeat:no-repeat;}
#module_98707681 .showHandle{}
#module_98707681 .showHandle{}
#module_98707681 .showHandle{}
#module_98707681 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_98707681 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_98707681 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_98707681 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_98707681 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_98707681 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_98707681 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_98707681 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_98707681 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_98707681 a{font-size:unset;font-family:unset}
.module_24597300 .ModuleHead .HeadCenter{float:none;}
#module_24597300 {
padding:0px;
}
#module_24597300 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_24597300 .ModuleHead24597300 {
display:none;
}
#module_24597300 .BodyCenter.BodyCenter24597300 {
background:none;background-color:rgb(54, 63, 94);
}
#module_24597300 >.module_24597300 {
border-top-style:none;
border-top-color:rgb(74, 83, 114);
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:none;
border-bottom-color:rgb(74, 83, 114);
border-bottom-width:1px;
}
#module_24597300 >.module_24597300{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24597300 .BodyCenter.BodyCenter24597300 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24597300 .BodyCenter.BodyCenter24597300 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24597300 >.module_24597300 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24597300 >.module_24597300 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24597300 >.module_24597300 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24597300:hover {
border:none;
}
#module_24597300:hover >.module_24597300 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_24597300 .ModuleSubContainer{background-color:transparent;}
#module_24597300 .ModuleSubContainer{background-image:none;}
#module_24597300 .ModuleSubContainer{background-repeat:no-repeat;}
#module_24597300 .ModuleSubContainer{background-position:0% 0%;}
#module_24597300 .ModuleSubContainer{background-attachment:scroll;}
#module_24597300 .ModuleSubContainer{}
#module_24597300 {!bgVideo!}{bgVideoUrl:none}
#module_24597300 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_24597300 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_24597300 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer24597300 {}
.ModuleGridContainer.ModuleGridContainer24597300 .SubPadding {width:0px;}
.module_24604832 .ModuleHead .HeadCenter{float:none;}
#module_24604832 {
padding:0px;
}
#module_24604832 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_24604832 .ModuleHead24604832 {
display:none;
}
#module_24604832 .BodyCenter.BodyCenter24604832 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24604832 >.module_24604832 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_24604832 >.module_24604832{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24604832 .BodyCenter.BodyCenter24604832 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24604832 .BodyCenter.BodyCenter24604832 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24604832 >.module_24604832 {
margin-top:10.8333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24604832 >.module_24604832 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24604832 >.module_24604832 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24604832:hover {
border:none;
}
#module_24604832:hover >.module_24604832 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_24604832 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_24604832 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_24604832 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_24604832 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_24604832 .GraphicUpper{padding-top:0px;}
#module_24604832 .GraphicUpper{padding-bottom:0px;}
#module_24604832 .GraphicUpper{padding-left:0px;}
#module_24604832 .GraphicUpper {padding-right:0px;}
#module_24604832 .GraphicUpper{width:14%;} #module_24604832 .ModuleImageTextContent{width: calc(100% - 14%);}
#module_24604832 .MobileGraphicUpper{width:10%;} #module_24604832 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_24604832 .ModuleImageTextGiantContent{padding-top:0px;}
#module_24604832 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_24604832 .ModuleImageTextGiantContent{padding-left:15px;}
#module_24604832 .ModuleImageTextGiantContent{padding-right:0px;}
#module_24604832 .normal_ImgtextBox_content{padding-top:0px;}
#module_24604832 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_24604832 .normal_ImgtextBox_content{padding-left:0px;}
#module_24604832 .normal_ImgtextBox_content{padding-right:0px;}
#module_24604832 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_24604832 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_24604832 .normal_ImgtextBox_content{background-color:transparent;}
#module_24604832 .normal_ImgtextBox_content{background-image:none;}
#module_24604832 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_24604832 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_24604832 .normal_ImgtextBox_content{background-attachment:none;}
#module_24604832 .normal_ImgtextBox_content{}
#module_24604832 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_24604832 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_24604832 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_24604832 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_24604832 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_24604832 .normal_ImgtextBox_content{border-top-style:none;}
#module_24604832 .normal_ImgtextBox_content{border-top-width:0px;}
#module_24604832 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_24604832 .normal_ImgtextBox_content{border-right-style:none;}
#module_24604832 .normal_ImgtextBox_content{border-right-width:0px;}
#module_24604832 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_24604832 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_24604832 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_24604832 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_24604832 .normal_ImgtextBox_content{border-left-style:none;}
#module_24604832 .normal_ImgtextBox_content{border-left-width:0px;}
#module_24604832 .showHandle .btn{font-size:14px;}
#module_24604832 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_24604832 .showHandle .btn{color:#333;}
#module_24604832 .showHandle .btn{font-weight:400;}
#module_24604832 .showHandle .btn{text-decoration:none;}
#module_24604832 .showHandle .btn{font-style:normal;}
#module_24604832 .showHandle div{border-top-color:#ddd !important;}
#module_24604832 .showHandle div{border-top-style:solid !important;}
#module_24604832 .showHandle div{border-top-width:1px !important;}
#module_24604832 .showHandle{background-color:transparent;}
#module_24604832 .showHandle{background-image:none;}
#module_24604832 .showHandle{background-repeat:no-repeat;}
#module_24604832 .showHandle{}
#module_24604832 .showHandle{}
#module_24604832 .showHandle{}
#module_24604832 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px #000;}
#module_24604832 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_24604832 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_24604832 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_24604832 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_24604832 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_24604832 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_24604832 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_24604832 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_24604832 a{font-size:unset;font-family:unset}
.module_50160658 .ModuleHead .HeadCenter{float:none;}
#module_50160658 {
padding:0px;
}
#module_50160658 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_50160658 .ModuleHead50160658 {
display:none;
}
#module_50160658 {
border:none;
}
@media screen and (min-width: 768px){
#module_50160658 >.module_50160658 {
margin-top:7.5000%;
margin-left:17.5000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_50160658 >.module_50160658 {
}
}

#module_50160658 .ModuleImageTextGiantContent{margin-top:0px;}
#module_50160658 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_50160658 .ModuleImageTextGiantContent{margin-left:0px;}
#module_50160658 .ModuleImageTextGiantContent{margin-right:10px;}
#module_50160658 .imageTextGiant-Container{padding-top:10px;}
#module_50160658 .imageTextGiant-Container{padding-bottom:10px;}
#module_50160658 .imageTextGiant-Container{padding-left:10px;}
#module_50160658 .imageTextGiant-Container{padding-right:10px;}
#module_50160658 .showHandle .btn{font-size:px;}
#module_50160658 .showHandle .btn{font-family:;}
#module_50160658 .showHandle .btn{color:;}
#module_50160658 .showHandle .btn{}
#module_50160658 .showHandle .btn{}
#module_50160658 .showHandle .btn{}
#module_50160658 .showHandle div{border-top-color: !important;}
#module_50160658 .showHandle div{border-top-style: !important;}
#module_50160658 .showHandle div{border-top-width:px !important;}
#module_50160658 .showHandle{background-color:;}
#module_50160658 .showHandle{}
#module_50160658 .showHandle{}
#module_50160658 .showHandle{}
#module_50160658 .showHandle{}
#module_50160658 .showHandle{}
#module_50160658 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer24597300 #Sub24597300_1 {width:30.0000%;}
.module_24604909 .ModuleHead .HeadCenter{float:none;}
#module_24604909 {
padding:0px;
}
#module_24604909 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_24604909 .ModuleHead24604909 {
display:none;
}
#module_24604909 .BodyCenter.BodyCenter24604909 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24604909 >.module_24604909 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_24604909 >.module_24604909{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24604909 .BodyCenter.BodyCenter24604909 {
padding-top:16.2162%;
padding-left:8.1081%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24604909 .BodyCenter.BodyCenter24604909 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24604909 >.module_24604909 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24604909 >.module_24604909 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24604909 >.module_24604909 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24604909:hover {
border:none;
}
#module_24604909:hover >.module_24604909 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_24604909 .ModulePlainTextGiantContent{margin-top:0px;}
#module_24604909 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_24604909 .ModulePlainTextGiantContent{margin-left:0px;}
#module_24604909 .ModulePlainTextGiantContent{margin-right:10px;}
#module_24604909 .plainTextGiant-Container{padding-top:10px;}
#module_24604909 .plainTextGiant-Container{padding-bottom:9px;}
#module_24604909 .plainTextGiant-Container{padding-left:10px;}
#module_24604909 .plainTextGiant-Container{padding-right:10px;}
#module_24604909 a{font-size:unset;font-family:unset}
.ModuleCommonClsGiant.layout-104 .main-class-container-mobile{border:1px solid #e5e5e5;}
.ModuleCommonClsGiant.layout-104 .main-class-item-box div:nth-last-of-type(1) .main-class-line{border-bottom: 0}
.ModuleCommonClsGiant.layout-104 .sub-class-item,.ModuleCommonClsGiant.layout-104 .main-class-item{background: #fbfbfb}
.ModuleCommonClsGiant.layout-104 .main-class-item{height:50px;line-height:50px;background: #fff;padding:0 24px;display: flex;align-items: center;justify-content:space-between;cursor:pointer;}
.ModuleCommonClsGiant.layout-104 .main-class-text{display:block;width: auto;color:#333;font-size: 16px;padding-right: 4px}
.ModuleCommonClsGiant.layout-104 .main-class-item-box .main-class-line{height: 0;margin:0 24px;border-bottom:1px solid #e5e5e5;}
.ModuleCommonClsGiant.layout-104 .main-class-item-box:nth-last-of-type(1) .main-class-line{border-bottom: 0!important}
.ModuleCommonClsGiant.layout-104 .main-class-icon{color:#999;font-size: 12px;transform: rotate(90deg)}
.ModuleCommonClsGiant.layout-104 .sub-class-item{height:50px;line-height:50px;padding-left:24px;background:#fbfbfb;}
.ModuleCommonClsGiant.layout-104 .sub-class-text{color:#666;font-size:14px;display:inline-block;max-width: 100%;width: 100%}
.ModuleCommonClsGiant.layout-104 .sub-class-item.active .sub-class-text{color: #fff}
.ModuleCommonClsGiant.layout-104 .sub-class-item-box{overflow: hidden;}
.ModuleCommonClsGiant.layout-104 .class-title{display: none;}
.ModuleCommonClsGiant.layout-104.layout-104dialog{display: none}
.ModuleCommonClsGiant.layout-104 .two-classify{display: none}
.mask-layermask-layer{height:100%;width:100%;position: absolute;top:0;left:0;background: rgba(0,0,0,0.5);display: none}
.ModuleCommonClsGiant.layout-104 .main-class-icon.active{
  transform: rotate(-90deg)
}
.ModuleCommonClsGiant.layout-104 .sub-class-item.active{
  opacity: .8;
}
.ModuleCommonClsGiant.layout-104 .layout104dialog-left{
  position:absolute;
  top:0;
  left:0;
  width:20%;
  height:100%
}
@media only screen and (max-width: 767px) {
  .ModuleCommonClsGiant.layout-104 .class-title{display: flex;align-items: center;justify-content: space-between;padding: 6px 6px 6px 15px;height:40px;line-height: 40px;border:1px solid #e5e5e5;}
  .ModuleCommonClsGiant.layout-104 .class-title .class-title-text{width:100%;font-size:16px;color:#333;font-weight:bold;}
  .ModuleCommonClsGiant.layout-104 .sub-class-item{padding-left:24px;color:#666}
  .mask-layer{height:100%;width:100%;position: absolute;top:0;left:0;background: rgba(0,0,0,0.5);display: none}
  .ModuleCommonClsGiant.layout-104.layout-104dialog{position: fixed;height: 100%;width: 100%;padding-left:21%;left:0;top:0px;z-index:955;background: #fff;background-clip:content-box;box-sizing: border-box;border:0;overflow: hidden;}
  .ModuleCommonClsGiant.layout-104 .main-class-container-mobile{display: none}
  .ModuleCommonClsGiant.layout-104 .sub-class-item:hover .sub-class-text{color: #666}
  .ModuleCommonClsGiant.layout-104.layout-104dialog.dialog-show{animation: dialogshow 0.5s;animation-fill-mode: forwards;}
  .ModuleCommonClsGiant.layout-104.layout-104dialog.goback{animation: dialoggoback 0.5s;animation-fill-mode: forwards;}
  .ModuleCommonClsGiant.layout-104.layout-104dialog.dialog-hide{animation: dialoggohide 0.5s;animation-fill-mode: forwards;}
  .ModuleCommonClsGiant.layout-104 .sub-class-item:hover{border-top:0;border-bottom: 0;background: #fbfbfb;}
  .ModuleCommonClsGiant.layout-104 .sub-class-text:hover{color: #ff6600;line-height: 50px}
  .ModuleCommonClsGiant.layout-104{border:0;}
  @keyframes dialogshow
  {
    from {left: 100%;}
    to {left:0}
    }
    @keyframes dialoggoback
  {
    from {}
    to {margin-left:0}
  }
  
    @keyframes dialoggohide
  {
    from {}
    to {margin-left:100%;}
    }

}
.module_25480969 .ModuleHead .HeadCenter{float:none;}
#module_25480969 {
padding:0px;
}
#module_25480969 {
position:static;
z-index:0;
top:56px;
left:1441px;
width:100%;
height: auto;
}
#module_25480969 .ModuleHead25480969 {
display:none;
}
#module_25480969 .BodyCenter.BodyCenter25480969 {
background:none;background-color:rgba(0,0,0,0);
}
#module_25480969 >.module_25480969 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_25480969 >.module_25480969{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_25480969 .BodyCenter.BodyCenter25480969 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:21.6216%;
}
}
@media screen and (max-width: 767px){
#module_25480969 .BodyCenter.BodyCenter25480969 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_25480969 >.module_25480969 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_25480969 >.module_25480969 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_25480969 >.module_25480969 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_25480969:hover {
border:none;
}
#module_25480969:hover >.module_25480969 {
border-color:#ccc;
}
#module_25480969:hover >.module_25480969 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_25480969 .inlayout-104dialogmodule_25480969,#module_25480969 .main-class-container-mobile{border-color:#e5e5e5 !important;}
#module_25480969 .inlayout-104dialogmodule_25480969,#module_25480969 .main-class-container-mobile{border-style:none !important;}
#module_25480969 .inlayout-104dialogmodule_25480969,#module_25480969 .main-class-container-mobile{border-width:1px !important;}
#module_25480969 .inlayout-104dialogmodule_25480969,#module_25480969 .main-class-container-mobile{background-color:rgba(0,0,0,0);}
#module_25480969 .inlayout-104dialogmodule_25480969,#module_25480969 .main-class-container-mobile{background-image:none;}
#module_25480969 .inlayout-104dialogmodule_25480969,#module_25480969 .main-class-container-mobile{}
#module_25480969 .inlayout-104dialogmodule_25480969,#module_25480969 .main-class-container-mobile{}
#module_25480969 .inlayout-104dialogmodule_25480969,#module_25480969 .main-class-container-mobile{}
#module_25480969 .inlayout-104dialogmodule_25480969,#module_25480969 .main-class-container-mobile{}
#module_25480969 .inlayout-104dialogmodule_25480969 .class-title .class-title-text,#module_25480969 .class-title .class-title-text{font-size:16px !important;}
#module_25480969 .inlayout-104dialogmodule_25480969 .class-title .class-title-text,#module_25480969 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_25480969 .inlayout-104dialogmodule_25480969 .class-title .class-title-text,#module_25480969 .class-title .class-title-text{color:rgb(0, 0, 0) !important;}
#module_25480969 .inlayout-104dialogmodule_25480969 .class-title .class-title-text,#module_25480969 .class-title .class-title-text{font-weight:normal !important;}
#module_25480969 .inlayout-104dialogmodule_25480969 .class-title .class-title-text,#module_25480969 .class-title .class-title-text{text-decoration:none !important;}
#module_25480969 .inlayout-104dialogmodule_25480969 .class-title .class-title-text,#module_25480969 .class-title .class-title-text{font-style:normal !important;}
#module_25480969 .inlayout-104dialogmodule_25480969 .class-title,#module_25480969 .class-title{background-color:rgb(255, 255, 255);}
#module_25480969 .inlayout-104dialogmodule_25480969 .class-title,#module_25480969 .class-title{background-image:none;}
#module_25480969 .inlayout-104dialogmodule_25480969 .class-title,#module_25480969 .class-title{}
#module_25480969 .inlayout-104dialogmodule_25480969 .class-title,#module_25480969 .class-title{}
#module_25480969 .inlayout-104dialogmodule_25480969 .class-title,#module_25480969 .class-title{}
#module_25480969 .inlayout-104dialogmodule_25480969 .class-title,#module_25480969 .class-title{}
#module_25480969 .inlayout-104dialogmodule_25480969 .class-title,#module_25480969 .class-title{height:50px !important;line-height:50px !important;}
#module_25480969 .main-class-item,.inlayout-104dialogmodule_25480969 .main-class-item{background-color:rgba(0,0,0,0);}
#module_25480969 .main-class-item,.inlayout-104dialogmodule_25480969 .main-class-item{background-image:none;}
#module_25480969 .main-class-item,.inlayout-104dialogmodule_25480969 .main-class-item{background-repeat:no-repeat;}
#module_25480969 .main-class-item,.inlayout-104dialogmodule_25480969 .main-class-item{}
#module_25480969 .main-class-item,.inlayout-104dialogmodule_25480969 .main-class-item{}
#module_25480969 .main-class-item,.inlayout-104dialogmodule_25480969 .main-class-item{}
#module_25480969 .main-class-line,.inlayout-104dialogmodule_25480969 .main-class-line{border-bottom-color:#e5e5e5 !important;}
#module_25480969 .main-class-line,.inlayout-104dialogmodule_25480969 .main-class-line{border-bottom-style:none !important;}
#module_25480969 .main-class-line,.inlayout-104dialogmodule_25480969 .main-class-line{border-bottom-width:1px !important;}
#module_25480969 .main-class-text,.inlayout-104dialogmodule_25480969 .main-class-text{font-size:14px !important;}
#module_25480969 .main-class-text,.inlayout-104dialogmodule_25480969 .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_25480969 .main-class-text,.inlayout-104dialogmodule_25480969 .main-class-text{color:rgb(179, 185, 198) !important;}
#module_25480969 .main-class-text,.inlayout-104dialogmodule_25480969 .main-class-text{font-weight:normal !important;}
#module_25480969 .main-class-text,.inlayout-104dialogmodule_25480969 .main-class-text{text-decoration:none !important;}
#module_25480969 .main-class-text,.inlayout-104dialogmodule_25480969 .main-class-text{font-style:normal !important;}
#module_25480969 .main-class-item,.inlayout-104dialogmodule_25480969 .main-class-item{height:30px;line-height:30px !important;}
#module_25480969 .sub-class-item,.inlayout-104dialogmodule_25480969 .sub-class-item{background-color:rgba(0,0,0,0);}
#module_25480969 .sub-class-item,.inlayout-104dialogmodule_25480969 .sub-class-item{background-image:none;}
#module_25480969 .sub-class-item,.inlayout-104dialogmodule_25480969 .sub-class-item{background-repeat:no-repeat;}
#module_25480969 .sub-class-item,.inlayout-104dialogmodule_25480969 .sub-class-item{}
#module_25480969 .sub-class-item,.inlayout-104dialogmodule_25480969 .sub-class-item{}
#module_25480969 .sub-class-item,.inlayout-104dialogmodule_25480969 .sub-class-item{}
#module_25480969 .sub-class-text,.inlayout-104dialogmodule_25480969 .sub-class-text{font-size:14px !important;}
#module_25480969 .sub-class-text,.inlayout-104dialogmodule_25480969 .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_25480969 .sub-class-text,.inlayout-104dialogmodule_25480969 .sub-class-text{color:rgb(255, 255, 255) !important;}
#module_25480969 .sub-class-text,.inlayout-104dialogmodule_25480969 .sub-class-text{font-weight:normal !important;}
#module_25480969 .sub-class-text,.inlayout-104dialogmodule_25480969 .sub-class-text{text-decoration:none !important;}
#module_25480969 .sub-class-text,.inlayout-104dialogmodule_25480969 .sub-class-text{font-style:normal !important;}
#module_25480969 .sub-class-item,.inlayout-104dialogmodule_25480969 .sub-class-item{height:30px !important;line-height:30px !important;}
#module_25480969 .inlayout-104dialogmodule_25480969 .main-class-icon,.inlayout-104dialogmodule_25480969 .class-title-icon,#module_25480969 .main-class-icon,#module_25480969 .class-title-icon{color:#000 !important;}
#module_25480969 .main-class-item.active,#copy_module_25480969 .main-class-item.active,.inlayout-104dialogmodule_25480969 .main-class-item.active,.inlayout-104dialogmodule_25480969 .classify:hover{background-color:rgba(0,0,0,0);}
#module_25480969 .main-class-item.active{background-image:none;}
#module_25480969 .main-class-item.active{background-repeat:no-repeat;}
#module_25480969 .main-class-item.active{}
#module_25480969 .main-class-item.active{}
#module_25480969 .main-class-item.active{}
#module_25480969 .main-class-item-box .main-class-line.active{border-bottom-color:#e5e5e5 !important;}
#module_25480969 .main-class-item-box .main-class-line.active{border-bottom-style:none !important;}
#module_25480969 .main-class-item-box .main-class-line.active{border-bottom-width:1px !important;}
#module_25480969 .main-class-item.active .main-class-text{font-size:14px !important;}
#module_25480969 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_25480969 .main-class-item.active .main-class-text,#copy_module_25480969 .main-class-item.active .main-class-text{color:rgb(255, 255, 255) !important;}
#module_25480969 .main-class-item.active .main-class-text{font-weight:normal !important;}
#module_25480969 .main-class-item.active .main-class-text{text-decoration:none !important;}
#module_25480969 .main-class-item.active .main-class-text{font-style:normal !important;}
#module_25480969 .main-class-item.active{height:30px;line-height:30px !important;}
#module_25480969 .sub-class-item.active,#copy_module_25480969 .sub-class-item.active,.inlayout-104dialogmodule_25480969 .sub-class-item.active,.inlayout-104dialogmodule_25480969 .sub-class-item:hover{background-color:rgba(0,0,0,0);}
#module_25480969 .sub-class-item.active{background-image:none;}
#module_25480969 .sub-class-item.active{background-repeat:no-repeat;}
#module_25480969 .sub-class-item.active{}
#module_25480969 .sub-class-item.active .sub-class-text{}
#module_25480969 .sub-class-item.active .sub-class-text{}
#module_25480969 .sub-class-item.active .sub-class-text{font-size:14px !important;}
#module_25480969 .sub-class-item.active .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_25480969 .sub-class-item.active .sub-class-text,#copy_module_25480969 .sub-class-item.active .sub-class-text{color:rgb(0, 176, 240) !important;}
#module_25480969 .sub-class-item.active .sub-class-text{font-weight:normal !important;}
#module_25480969 .sub-class-item.active .sub-class-text{text-decoration:none !important;}
#module_25480969 .sub-class-item.active .sub-class-text{font-style:normal !important;}
#module_25480969 .sub-class-item.active{height:30px;line-height:30px !important;}
#module_25480969 .main-class-item.active .main-class-icon,#module_25480969 .class-title:hover .class-title-icon{color:#fff !important;}


.ModuleGridContainer.ModuleGridContainer24597300 #Sub24597300_2 {width:15.4167%;}
.module_24605465 .ModuleHead .HeadCenter{float:none;}
#module_24605465 {
padding:0px;
}
#module_24605465 {
position:static;
z-index:0;
top:22px;
left:0px;
width:100%;
height: auto;
}
#module_24605465 .ModuleHead24605465 {
display:none;
}
#module_24605465 .BodyCenter.BodyCenter24605465 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24605465 >.module_24605465 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_24605465 >.module_24605465{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24605465 .BodyCenter.BodyCenter24605465 {
padding-top:14.7059%;
padding-left:7.3529%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24605465 .BodyCenter.BodyCenter24605465 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24605465 >.module_24605465 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24605465 >.module_24605465 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24605465 >.module_24605465 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24605465:hover {
border:none;
}
#module_24605465:hover >.module_24605465 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_24605465 .ModulePlainTextGiantContent{margin-top:0px;}
#module_24605465 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_24605465 .ModulePlainTextGiantContent{margin-left:0px;}
#module_24605465 .ModulePlainTextGiantContent{margin-right:10px;}
#module_24605465 .plainTextGiant-Container{padding-top:10px;}
#module_24605465 .plainTextGiant-Container{padding-bottom:10px;}
#module_24605465 .plainTextGiant-Container{padding-left:10px;}
#module_24605465 .plainTextGiant-Container{padding-right:10px;}
#module_24605465 a{font-size:unset;font-family:unset}
.module_98709339 .ModuleHead .HeadCenter{float:none;}
#module_98709339 {
padding:0px;
}
#module_98709339 {
position:static;
z-index:0;
top:49px;
left:1441px;
width:100%;
height: auto;
}
#module_98709339 .ModuleHead98709339 {
display:none;
}
#module_98709339 .BodyCenter.BodyCenter98709339 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709339 >.module_98709339 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709339 >.module_98709339{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709339 .BodyCenter.BodyCenter98709339 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:23.9521%;
}
}
@media screen and (max-width: 767px){
#module_98709339 .BodyCenter.BodyCenter98709339 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709339 >.module_98709339 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98709339 >.module_98709339 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709339 >.module_98709339 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709339:hover {
border:none;
}
#module_98709339:hover >.module_98709339 {
border-color:#ccc;
}
#module_98709339:hover >.module_98709339 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709339 .inlayout-104dialogmodule_98709339,#module_98709339 .main-class-container-mobile{border-color:#e5e5e5 !important;}
#module_98709339 .inlayout-104dialogmodule_98709339,#module_98709339 .main-class-container-mobile{border-style:none !important;}
#module_98709339 .inlayout-104dialogmodule_98709339,#module_98709339 .main-class-container-mobile{border-width:1px !important;}
#module_98709339 .inlayout-104dialogmodule_98709339,#module_98709339 .main-class-container-mobile{background-color:rgba(0,0,0,0);}
#module_98709339 .inlayout-104dialogmodule_98709339,#module_98709339 .main-class-container-mobile{background-image:none;}
#module_98709339 .inlayout-104dialogmodule_98709339,#module_98709339 .main-class-container-mobile{}
#module_98709339 .inlayout-104dialogmodule_98709339,#module_98709339 .main-class-container-mobile{}
#module_98709339 .inlayout-104dialogmodule_98709339,#module_98709339 .main-class-container-mobile{}
#module_98709339 .inlayout-104dialogmodule_98709339,#module_98709339 .main-class-container-mobile{}
#module_98709339 .inlayout-104dialogmodule_98709339 .class-title .class-title-text,#module_98709339 .class-title .class-title-text{font-size:16px !important;}
#module_98709339 .inlayout-104dialogmodule_98709339 .class-title .class-title-text,#module_98709339 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709339 .inlayout-104dialogmodule_98709339 .class-title .class-title-text,#module_98709339 .class-title .class-title-text{color:rgb(0, 0, 0) !important;}
#module_98709339 .inlayout-104dialogmodule_98709339 .class-title .class-title-text,#module_98709339 .class-title .class-title-text{font-weight:normal !important;}
#module_98709339 .inlayout-104dialogmodule_98709339 .class-title .class-title-text,#module_98709339 .class-title .class-title-text{text-decoration:none !important;}
#module_98709339 .inlayout-104dialogmodule_98709339 .class-title .class-title-text,#module_98709339 .class-title .class-title-text{font-style:normal !important;}
#module_98709339 .inlayout-104dialogmodule_98709339 .class-title,#module_98709339 .class-title{background-color:rgb(255, 255, 255);}
#module_98709339 .inlayout-104dialogmodule_98709339 .class-title,#module_98709339 .class-title{background-image:none;}
#module_98709339 .inlayout-104dialogmodule_98709339 .class-title,#module_98709339 .class-title{}
#module_98709339 .inlayout-104dialogmodule_98709339 .class-title,#module_98709339 .class-title{}
#module_98709339 .inlayout-104dialogmodule_98709339 .class-title,#module_98709339 .class-title{}
#module_98709339 .inlayout-104dialogmodule_98709339 .class-title,#module_98709339 .class-title{}
#module_98709339 .inlayout-104dialogmodule_98709339 .class-title,#module_98709339 .class-title{height:50px !important;line-height:50px !important;}
#module_98709339 .main-class-item,.inlayout-104dialogmodule_98709339 .main-class-item{background-color:rgba(0,0,0,0);}
#module_98709339 .main-class-item,.inlayout-104dialogmodule_98709339 .main-class-item{background-image:none;}
#module_98709339 .main-class-item,.inlayout-104dialogmodule_98709339 .main-class-item{background-repeat:no-repeat;}
#module_98709339 .main-class-item,.inlayout-104dialogmodule_98709339 .main-class-item{}
#module_98709339 .main-class-item,.inlayout-104dialogmodule_98709339 .main-class-item{}
#module_98709339 .main-class-item,.inlayout-104dialogmodule_98709339 .main-class-item{}
#module_98709339 .main-class-line,.inlayout-104dialogmodule_98709339 .main-class-line{border-bottom-color:#e5e5e5 !important;}
#module_98709339 .main-class-line,.inlayout-104dialogmodule_98709339 .main-class-line{border-bottom-style:none !important;}
#module_98709339 .main-class-line,.inlayout-104dialogmodule_98709339 .main-class-line{border-bottom-width:1px !important;}
#module_98709339 .main-class-text,.inlayout-104dialogmodule_98709339 .main-class-text{font-size:14px !important;}
#module_98709339 .main-class-text,.inlayout-104dialogmodule_98709339 .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709339 .main-class-text,.inlayout-104dialogmodule_98709339 .main-class-text{color:rgb(179, 185, 198) !important;}
#module_98709339 .main-class-text,.inlayout-104dialogmodule_98709339 .main-class-text{font-weight:normal !important;}
#module_98709339 .main-class-text,.inlayout-104dialogmodule_98709339 .main-class-text{text-decoration:none !important;}
#module_98709339 .main-class-text,.inlayout-104dialogmodule_98709339 .main-class-text{font-style:normal !important;}
#module_98709339 .main-class-item,.inlayout-104dialogmodule_98709339 .main-class-item{height:30px;line-height:30px !important;}
#module_98709339 .sub-class-item,.inlayout-104dialogmodule_98709339 .sub-class-item{background-color:rgba(0,0,0,0);}
#module_98709339 .sub-class-item,.inlayout-104dialogmodule_98709339 .sub-class-item{background-image:none;}
#module_98709339 .sub-class-item,.inlayout-104dialogmodule_98709339 .sub-class-item{background-repeat:no-repeat;}
#module_98709339 .sub-class-item,.inlayout-104dialogmodule_98709339 .sub-class-item{}
#module_98709339 .sub-class-item,.inlayout-104dialogmodule_98709339 .sub-class-item{}
#module_98709339 .sub-class-item,.inlayout-104dialogmodule_98709339 .sub-class-item{}
#module_98709339 .sub-class-text,.inlayout-104dialogmodule_98709339 .sub-class-text{font-size:14px !important;}
#module_98709339 .sub-class-text,.inlayout-104dialogmodule_98709339 .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709339 .sub-class-text,.inlayout-104dialogmodule_98709339 .sub-class-text{color:rgb(255, 255, 255) !important;}
#module_98709339 .sub-class-text,.inlayout-104dialogmodule_98709339 .sub-class-text{font-weight:normal !important;}
#module_98709339 .sub-class-text,.inlayout-104dialogmodule_98709339 .sub-class-text{text-decoration:none !important;}
#module_98709339 .sub-class-text,.inlayout-104dialogmodule_98709339 .sub-class-text{font-style:normal !important;}
#module_98709339 .sub-class-item,.inlayout-104dialogmodule_98709339 .sub-class-item{height:30px !important;line-height:30px !important;}
#module_98709339 .inlayout-104dialogmodule_98709339 .main-class-icon,.inlayout-104dialogmodule_98709339 .class-title-icon,#module_98709339 .main-class-icon,#module_98709339 .class-title-icon{color:#000 !important;}
#module_98709339 .main-class-item.active,#copy_module_98709339 .main-class-item.active,.inlayout-104dialogmodule_98709339 .main-class-item.active,.inlayout-104dialogmodule_98709339 .classify:hover{background-color:rgba(0,0,0,0);}
#module_98709339 .main-class-item.active{background-image:none;}
#module_98709339 .main-class-item.active{background-repeat:no-repeat;}
#module_98709339 .main-class-item.active{}
#module_98709339 .main-class-item.active{}
#module_98709339 .main-class-item.active{}
#module_98709339 .main-class-item-box .main-class-line.active{border-bottom-color:#e5e5e5 !important;}
#module_98709339 .main-class-item-box .main-class-line.active{border-bottom-style:none !important;}
#module_98709339 .main-class-item-box .main-class-line.active{border-bottom-width:1px !important;}
#module_98709339 .main-class-item.active .main-class-text{font-size:14px !important;}
#module_98709339 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709339 .main-class-item.active .main-class-text,#copy_module_98709339 .main-class-item.active .main-class-text{color:rgb(255, 255, 255) !important;}
#module_98709339 .main-class-item.active .main-class-text{font-weight:normal !important;}
#module_98709339 .main-class-item.active .main-class-text{text-decoration:none !important;}
#module_98709339 .main-class-item.active .main-class-text{font-style:normal !important;}
#module_98709339 .main-class-item.active{height:30px;line-height:30px !important;}
#module_98709339 .sub-class-item.active,#copy_module_98709339 .sub-class-item.active,.inlayout-104dialogmodule_98709339 .sub-class-item.active,.inlayout-104dialogmodule_98709339 .sub-class-item:hover{background-color:rgba(0,0,0,0);}
#module_98709339 .sub-class-item.active{background-image:none;}
#module_98709339 .sub-class-item.active{background-repeat:no-repeat;}
#module_98709339 .sub-class-item.active{}
#module_98709339 .sub-class-item.active .sub-class-text{}
#module_98709339 .sub-class-item.active .sub-class-text{}
#module_98709339 .sub-class-item.active .sub-class-text{font-size:14px !important;}
#module_98709339 .sub-class-item.active .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709339 .sub-class-item.active .sub-class-text,#copy_module_98709339 .sub-class-item.active .sub-class-text{color:rgb(0, 176, 240) !important;}
#module_98709339 .sub-class-item.active .sub-class-text{font-weight:normal !important;}
#module_98709339 .sub-class-item.active .sub-class-text{text-decoration:none !important;}
#module_98709339 .sub-class-item.active .sub-class-text{font-style:normal !important;}
#module_98709339 .sub-class-item.active{height:30px;line-height:30px !important;}
#module_98709339 .main-class-item.active .main-class-icon,#module_98709339 .class-title:hover .class-title-icon{color:#fff !important;}


.ModuleGridContainer.ModuleGridContainer24597300 #Sub24597300_3 {width:13.9167%;}
.module_24605474 .ModuleHead .HeadCenter{float:none;}
#module_24605474 {
padding:0px;
}
#module_24605474 {
position:static;
z-index:0;
top:34px;
left:0px;
width:100%;
height: auto;
}
#module_24605474 .ModuleHead24605474 {
display:none;
}
#module_24605474 .BodyCenter.BodyCenter24605474 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24605474 >.module_24605474 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_24605474 >.module_24605474{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24605474 .BodyCenter.BodyCenter24605474 {
padding-top:16.6667%;
padding-left:8.3333%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24605474 .BodyCenter.BodyCenter24605474 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24605474 >.module_24605474 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24605474 >.module_24605474 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24605474 >.module_24605474 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24605474:hover {
border:none;
}
#module_24605474:hover >.module_24605474 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_24605474 .ModulePlainTextGiantContent{margin-top:0px;}
#module_24605474 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_24605474 .ModulePlainTextGiantContent{margin-left:0px;}
#module_24605474 .ModulePlainTextGiantContent{margin-right:10px;}
#module_24605474 .plainTextGiant-Container{padding-top:10px;}
#module_24605474 .plainTextGiant-Container{padding-bottom:10px;}
#module_24605474 .plainTextGiant-Container{padding-left:10px;}
#module_24605474 .plainTextGiant-Container{padding-right:10px;}
#module_24605474 a{font-size:unset;font-family:unset}
.module_98709347 .ModuleHead .HeadCenter{float:none;}
#module_98709347 {
padding:0px;
}
#module_98709347 {
position:static;
z-index:0;
top:52px;
left:0px;
width:100%;
height: auto;
}
#module_98709347 .ModuleHead98709347 {
display:none;
}
#module_98709347 .BodyCenter.BodyCenter98709347 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709347 >.module_98709347 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709347 >.module_98709347{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709347 .BodyCenter.BodyCenter98709347 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:24.8447%;
}
}
@media screen and (max-width: 767px){
#module_98709347 .BodyCenter.BodyCenter98709347 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709347 >.module_98709347 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98709347 >.module_98709347 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709347 >.module_98709347 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709347:hover {
border:none;
}
#module_98709347:hover >.module_98709347 {
border-color:#ccc;
}
#module_98709347:hover >.module_98709347 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709347 .inlayout-104dialogmodule_98709347,#module_98709347 .main-class-container-mobile{border-color:#e5e5e5 !important;}
#module_98709347 .inlayout-104dialogmodule_98709347,#module_98709347 .main-class-container-mobile{border-style:none !important;}
#module_98709347 .inlayout-104dialogmodule_98709347,#module_98709347 .main-class-container-mobile{border-width:1px !important;}
#module_98709347 .inlayout-104dialogmodule_98709347,#module_98709347 .main-class-container-mobile{background-color:rgba(0,0,0,0);}
#module_98709347 .inlayout-104dialogmodule_98709347,#module_98709347 .main-class-container-mobile{background-image:none;}
#module_98709347 .inlayout-104dialogmodule_98709347,#module_98709347 .main-class-container-mobile{}
#module_98709347 .inlayout-104dialogmodule_98709347,#module_98709347 .main-class-container-mobile{}
#module_98709347 .inlayout-104dialogmodule_98709347,#module_98709347 .main-class-container-mobile{}
#module_98709347 .inlayout-104dialogmodule_98709347,#module_98709347 .main-class-container-mobile{}
#module_98709347 .inlayout-104dialogmodule_98709347 .class-title .class-title-text,#module_98709347 .class-title .class-title-text{font-size:16px !important;}
#module_98709347 .inlayout-104dialogmodule_98709347 .class-title .class-title-text,#module_98709347 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709347 .inlayout-104dialogmodule_98709347 .class-title .class-title-text,#module_98709347 .class-title .class-title-text{color:rgb(0, 0, 0) !important;}
#module_98709347 .inlayout-104dialogmodule_98709347 .class-title .class-title-text,#module_98709347 .class-title .class-title-text{font-weight:normal !important;}
#module_98709347 .inlayout-104dialogmodule_98709347 .class-title .class-title-text,#module_98709347 .class-title .class-title-text{text-decoration:none !important;}
#module_98709347 .inlayout-104dialogmodule_98709347 .class-title .class-title-text,#module_98709347 .class-title .class-title-text{font-style:normal !important;}
#module_98709347 .inlayout-104dialogmodule_98709347 .class-title,#module_98709347 .class-title{background-color:rgb(255, 255, 255);}
#module_98709347 .inlayout-104dialogmodule_98709347 .class-title,#module_98709347 .class-title{background-image:none;}
#module_98709347 .inlayout-104dialogmodule_98709347 .class-title,#module_98709347 .class-title{}
#module_98709347 .inlayout-104dialogmodule_98709347 .class-title,#module_98709347 .class-title{}
#module_98709347 .inlayout-104dialogmodule_98709347 .class-title,#module_98709347 .class-title{}
#module_98709347 .inlayout-104dialogmodule_98709347 .class-title,#module_98709347 .class-title{}
#module_98709347 .inlayout-104dialogmodule_98709347 .class-title,#module_98709347 .class-title{height:50px !important;line-height:50px !important;}
#module_98709347 .main-class-item,.inlayout-104dialogmodule_98709347 .main-class-item{background-color:rgba(0,0,0,0);}
#module_98709347 .main-class-item,.inlayout-104dialogmodule_98709347 .main-class-item{background-image:none;}
#module_98709347 .main-class-item,.inlayout-104dialogmodule_98709347 .main-class-item{background-repeat:no-repeat;}
#module_98709347 .main-class-item,.inlayout-104dialogmodule_98709347 .main-class-item{}
#module_98709347 .main-class-item,.inlayout-104dialogmodule_98709347 .main-class-item{}
#module_98709347 .main-class-item,.inlayout-104dialogmodule_98709347 .main-class-item{}
#module_98709347 .main-class-line,.inlayout-104dialogmodule_98709347 .main-class-line{border-bottom-color:#e5e5e5 !important;}
#module_98709347 .main-class-line,.inlayout-104dialogmodule_98709347 .main-class-line{border-bottom-style:none !important;}
#module_98709347 .main-class-line,.inlayout-104dialogmodule_98709347 .main-class-line{border-bottom-width:1px !important;}
#module_98709347 .main-class-text,.inlayout-104dialogmodule_98709347 .main-class-text{font-size:14px !important;}
#module_98709347 .main-class-text,.inlayout-104dialogmodule_98709347 .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709347 .main-class-text,.inlayout-104dialogmodule_98709347 .main-class-text{color:rgb(179, 185, 198) !important;}
#module_98709347 .main-class-text,.inlayout-104dialogmodule_98709347 .main-class-text{font-weight:normal !important;}
#module_98709347 .main-class-text,.inlayout-104dialogmodule_98709347 .main-class-text{text-decoration:none !important;}
#module_98709347 .main-class-text,.inlayout-104dialogmodule_98709347 .main-class-text{font-style:normal !important;}
#module_98709347 .main-class-item,.inlayout-104dialogmodule_98709347 .main-class-item{height:30px;line-height:30px !important;}
#module_98709347 .sub-class-item,.inlayout-104dialogmodule_98709347 .sub-class-item{background-color:rgba(0,0,0,0);}
#module_98709347 .sub-class-item,.inlayout-104dialogmodule_98709347 .sub-class-item{background-image:none;}
#module_98709347 .sub-class-item,.inlayout-104dialogmodule_98709347 .sub-class-item{background-repeat:no-repeat;}
#module_98709347 .sub-class-item,.inlayout-104dialogmodule_98709347 .sub-class-item{}
#module_98709347 .sub-class-item,.inlayout-104dialogmodule_98709347 .sub-class-item{}
#module_98709347 .sub-class-item,.inlayout-104dialogmodule_98709347 .sub-class-item{}
#module_98709347 .sub-class-text,.inlayout-104dialogmodule_98709347 .sub-class-text{font-size:14px !important;}
#module_98709347 .sub-class-text,.inlayout-104dialogmodule_98709347 .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709347 .sub-class-text,.inlayout-104dialogmodule_98709347 .sub-class-text{color:rgb(255, 255, 255) !important;}
#module_98709347 .sub-class-text,.inlayout-104dialogmodule_98709347 .sub-class-text{font-weight:normal !important;}
#module_98709347 .sub-class-text,.inlayout-104dialogmodule_98709347 .sub-class-text{text-decoration:none !important;}
#module_98709347 .sub-class-text,.inlayout-104dialogmodule_98709347 .sub-class-text{font-style:normal !important;}
#module_98709347 .sub-class-item,.inlayout-104dialogmodule_98709347 .sub-class-item{height:30px !important;line-height:30px !important;}
#module_98709347 .inlayout-104dialogmodule_98709347 .main-class-icon,.inlayout-104dialogmodule_98709347 .class-title-icon,#module_98709347 .main-class-icon,#module_98709347 .class-title-icon{color:#000 !important;}
#module_98709347 .main-class-item.active,#copy_module_98709347 .main-class-item.active,.inlayout-104dialogmodule_98709347 .main-class-item.active,.inlayout-104dialogmodule_98709347 .classify:hover{background-color:rgba(0,0,0,0);}
#module_98709347 .main-class-item.active{background-image:none;}
#module_98709347 .main-class-item.active{background-repeat:no-repeat;}
#module_98709347 .main-class-item.active{}
#module_98709347 .main-class-item.active{}
#module_98709347 .main-class-item.active{}
#module_98709347 .main-class-item-box .main-class-line.active{border-bottom-color:#e5e5e5 !important;}
#module_98709347 .main-class-item-box .main-class-line.active{border-bottom-style:none !important;}
#module_98709347 .main-class-item-box .main-class-line.active{border-bottom-width:1px !important;}
#module_98709347 .main-class-item.active .main-class-text{font-size:14px !important;}
#module_98709347 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709347 .main-class-item.active .main-class-text,#copy_module_98709347 .main-class-item.active .main-class-text{color:rgb(255, 255, 255) !important;}
#module_98709347 .main-class-item.active .main-class-text{font-weight:normal !important;}
#module_98709347 .main-class-item.active .main-class-text{text-decoration:none !important;}
#module_98709347 .main-class-item.active .main-class-text{font-style:normal !important;}
#module_98709347 .main-class-item.active{height:30px;line-height:30px !important;}
#module_98709347 .sub-class-item.active,#copy_module_98709347 .sub-class-item.active,.inlayout-104dialogmodule_98709347 .sub-class-item.active,.inlayout-104dialogmodule_98709347 .sub-class-item:hover{background-color:rgba(0,0,0,0);}
#module_98709347 .sub-class-item.active{background-image:none;}
#module_98709347 .sub-class-item.active{background-repeat:no-repeat;}
#module_98709347 .sub-class-item.active{}
#module_98709347 .sub-class-item.active .sub-class-text{}
#module_98709347 .sub-class-item.active .sub-class-text{}
#module_98709347 .sub-class-item.active .sub-class-text{font-size:14px !important;}
#module_98709347 .sub-class-item.active .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709347 .sub-class-item.active .sub-class-text,#copy_module_98709347 .sub-class-item.active .sub-class-text{color:rgb(0, 176, 240) !important;}
#module_98709347 .sub-class-item.active .sub-class-text{font-weight:normal !important;}
#module_98709347 .sub-class-item.active .sub-class-text{text-decoration:none !important;}
#module_98709347 .sub-class-item.active .sub-class-text{font-style:normal !important;}
#module_98709347 .sub-class-item.active{height:30px;line-height:30px !important;}
#module_98709347 .main-class-item.active .main-class-icon,#module_98709347 .class-title:hover .class-title-icon{color:#fff !important;}


.ModuleGridContainer.ModuleGridContainer24597300 #Sub24597300_4 {width:13.4167%;}
.module_24605477 .ModuleHead .HeadCenter{float:none;}
#module_24605477 {
padding:0px;
}
#module_24605477 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_24605477 .ModuleHead24605477 {
display:none;
}
#module_24605477 .BodyCenter.BodyCenter24605477 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24605477 >.module_24605477 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_24605477 >.module_24605477{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24605477 .BodyCenter.BodyCenter24605477 {
padding-top:17.8571%;
padding-left:8.9286%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24605477 .BodyCenter.BodyCenter24605477 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24605477 >.module_24605477 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24605477 >.module_24605477 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24605477 >.module_24605477 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24605477:hover {
border:none;
}
#module_24605477:hover >.module_24605477 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_24605477 .ModulePlainTextGiantContent{margin-top:0px;}
#module_24605477 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_24605477 .ModulePlainTextGiantContent{margin-left:0px;}
#module_24605477 .ModulePlainTextGiantContent{margin-right:10px;}
#module_24605477 .plainTextGiant-Container{padding-top:10px;}
#module_24605477 .plainTextGiant-Container{padding-bottom:10px;}
#module_24605477 .plainTextGiant-Container{padding-left:10px;}
#module_24605477 .plainTextGiant-Container{padding-right:10px;}
#module_24605477 a{font-size:unset;font-family:unset}
.module_98709348 .ModuleHead .HeadCenter{float:none;}
#module_98709348 {
padding:0px;
}
#module_98709348 {
position:static;
z-index:0;
top:47px;
left:0px;
width:100%;
height: auto;
}
#module_98709348 .ModuleHead98709348 {
display:none;
}
#module_98709348 .BodyCenter.BodyCenter98709348 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709348 >.module_98709348 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709348 >.module_98709348{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709348 .BodyCenter.BodyCenter98709348 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:24.2424%;
}
}
@media screen and (max-width: 767px){
#module_98709348 .BodyCenter.BodyCenter98709348 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709348 >.module_98709348 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98709348 >.module_98709348 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709348 >.module_98709348 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709348:hover {
border:none;
}
#module_98709348:hover >.module_98709348 {
border-color:#ccc;
}
#module_98709348:hover >.module_98709348 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709348 .inlayout-104dialogmodule_98709348,#module_98709348 .main-class-container-mobile{border-color:#e5e5e5 !important;}
#module_98709348 .inlayout-104dialogmodule_98709348,#module_98709348 .main-class-container-mobile{border-style:none !important;}
#module_98709348 .inlayout-104dialogmodule_98709348,#module_98709348 .main-class-container-mobile{border-width:1px !important;}
#module_98709348 .inlayout-104dialogmodule_98709348,#module_98709348 .main-class-container-mobile{background-color:rgba(0,0,0,0);}
#module_98709348 .inlayout-104dialogmodule_98709348,#module_98709348 .main-class-container-mobile{background-image:none;}
#module_98709348 .inlayout-104dialogmodule_98709348,#module_98709348 .main-class-container-mobile{}
#module_98709348 .inlayout-104dialogmodule_98709348,#module_98709348 .main-class-container-mobile{}
#module_98709348 .inlayout-104dialogmodule_98709348,#module_98709348 .main-class-container-mobile{}
#module_98709348 .inlayout-104dialogmodule_98709348,#module_98709348 .main-class-container-mobile{}
#module_98709348 .inlayout-104dialogmodule_98709348 .class-title .class-title-text,#module_98709348 .class-title .class-title-text{font-size:16px !important;}
#module_98709348 .inlayout-104dialogmodule_98709348 .class-title .class-title-text,#module_98709348 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709348 .inlayout-104dialogmodule_98709348 .class-title .class-title-text,#module_98709348 .class-title .class-title-text{color:rgb(0, 0, 0) !important;}
#module_98709348 .inlayout-104dialogmodule_98709348 .class-title .class-title-text,#module_98709348 .class-title .class-title-text{font-weight:normal !important;}
#module_98709348 .inlayout-104dialogmodule_98709348 .class-title .class-title-text,#module_98709348 .class-title .class-title-text{text-decoration:none !important;}
#module_98709348 .inlayout-104dialogmodule_98709348 .class-title .class-title-text,#module_98709348 .class-title .class-title-text{font-style:normal !important;}
#module_98709348 .inlayout-104dialogmodule_98709348 .class-title,#module_98709348 .class-title{background-color:rgb(255, 255, 255);}
#module_98709348 .inlayout-104dialogmodule_98709348 .class-title,#module_98709348 .class-title{background-image:none;}
#module_98709348 .inlayout-104dialogmodule_98709348 .class-title,#module_98709348 .class-title{}
#module_98709348 .inlayout-104dialogmodule_98709348 .class-title,#module_98709348 .class-title{}
#module_98709348 .inlayout-104dialogmodule_98709348 .class-title,#module_98709348 .class-title{}
#module_98709348 .inlayout-104dialogmodule_98709348 .class-title,#module_98709348 .class-title{}
#module_98709348 .inlayout-104dialogmodule_98709348 .class-title,#module_98709348 .class-title{height:50px !important;line-height:50px !important;}
#module_98709348 .main-class-item,.inlayout-104dialogmodule_98709348 .main-class-item{background-color:rgba(0,0,0,0);}
#module_98709348 .main-class-item,.inlayout-104dialogmodule_98709348 .main-class-item{background-image:none;}
#module_98709348 .main-class-item,.inlayout-104dialogmodule_98709348 .main-class-item{background-repeat:no-repeat;}
#module_98709348 .main-class-item,.inlayout-104dialogmodule_98709348 .main-class-item{}
#module_98709348 .main-class-item,.inlayout-104dialogmodule_98709348 .main-class-item{}
#module_98709348 .main-class-item,.inlayout-104dialogmodule_98709348 .main-class-item{}
#module_98709348 .main-class-line,.inlayout-104dialogmodule_98709348 .main-class-line{border-bottom-color:#e5e5e5 !important;}
#module_98709348 .main-class-line,.inlayout-104dialogmodule_98709348 .main-class-line{border-bottom-style:none !important;}
#module_98709348 .main-class-line,.inlayout-104dialogmodule_98709348 .main-class-line{border-bottom-width:1px !important;}
#module_98709348 .main-class-text,.inlayout-104dialogmodule_98709348 .main-class-text{font-size:14px !important;}
#module_98709348 .main-class-text,.inlayout-104dialogmodule_98709348 .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709348 .main-class-text,.inlayout-104dialogmodule_98709348 .main-class-text{color:rgb(179, 185, 198) !important;}
#module_98709348 .main-class-text,.inlayout-104dialogmodule_98709348 .main-class-text{font-weight:normal !important;}
#module_98709348 .main-class-text,.inlayout-104dialogmodule_98709348 .main-class-text{text-decoration:none !important;}
#module_98709348 .main-class-text,.inlayout-104dialogmodule_98709348 .main-class-text{font-style:normal !important;}
#module_98709348 .main-class-item,.inlayout-104dialogmodule_98709348 .main-class-item{height:30px;line-height:30px !important;}
#module_98709348 .sub-class-item,.inlayout-104dialogmodule_98709348 .sub-class-item{background-color:rgba(0,0,0,0);}
#module_98709348 .sub-class-item,.inlayout-104dialogmodule_98709348 .sub-class-item{background-image:none;}
#module_98709348 .sub-class-item,.inlayout-104dialogmodule_98709348 .sub-class-item{background-repeat:no-repeat;}
#module_98709348 .sub-class-item,.inlayout-104dialogmodule_98709348 .sub-class-item{}
#module_98709348 .sub-class-item,.inlayout-104dialogmodule_98709348 .sub-class-item{}
#module_98709348 .sub-class-item,.inlayout-104dialogmodule_98709348 .sub-class-item{}
#module_98709348 .sub-class-text,.inlayout-104dialogmodule_98709348 .sub-class-text{font-size:14px !important;}
#module_98709348 .sub-class-text,.inlayout-104dialogmodule_98709348 .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709348 .sub-class-text,.inlayout-104dialogmodule_98709348 .sub-class-text{color:rgb(255, 255, 255) !important;}
#module_98709348 .sub-class-text,.inlayout-104dialogmodule_98709348 .sub-class-text{font-weight:normal !important;}
#module_98709348 .sub-class-text,.inlayout-104dialogmodule_98709348 .sub-class-text{text-decoration:none !important;}
#module_98709348 .sub-class-text,.inlayout-104dialogmodule_98709348 .sub-class-text{font-style:normal !important;}
#module_98709348 .sub-class-item,.inlayout-104dialogmodule_98709348 .sub-class-item{height:30px !important;line-height:30px !important;}
#module_98709348 .inlayout-104dialogmodule_98709348 .main-class-icon,.inlayout-104dialogmodule_98709348 .class-title-icon,#module_98709348 .main-class-icon,#module_98709348 .class-title-icon{color:#000 !important;}
#module_98709348 .main-class-item.active,#copy_module_98709348 .main-class-item.active,.inlayout-104dialogmodule_98709348 .main-class-item.active,.inlayout-104dialogmodule_98709348 .classify:hover{background-color:rgba(0,0,0,0);}
#module_98709348 .main-class-item.active{background-image:none;}
#module_98709348 .main-class-item.active{background-repeat:no-repeat;}
#module_98709348 .main-class-item.active{}
#module_98709348 .main-class-item.active{}
#module_98709348 .main-class-item.active{}
#module_98709348 .main-class-item-box .main-class-line.active{border-bottom-color:#e5e5e5 !important;}
#module_98709348 .main-class-item-box .main-class-line.active{border-bottom-style:none !important;}
#module_98709348 .main-class-item-box .main-class-line.active{border-bottom-width:1px !important;}
#module_98709348 .main-class-item.active .main-class-text{font-size:14px !important;}
#module_98709348 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709348 .main-class-item.active .main-class-text,#copy_module_98709348 .main-class-item.active .main-class-text{color:rgb(255, 255, 255) !important;}
#module_98709348 .main-class-item.active .main-class-text{font-weight:normal !important;}
#module_98709348 .main-class-item.active .main-class-text{text-decoration:none !important;}
#module_98709348 .main-class-item.active .main-class-text{font-style:normal !important;}
#module_98709348 .main-class-item.active{height:30px;line-height:30px !important;}
#module_98709348 .sub-class-item.active,#copy_module_98709348 .sub-class-item.active,.inlayout-104dialogmodule_98709348 .sub-class-item.active,.inlayout-104dialogmodule_98709348 .sub-class-item:hover{background-color:rgba(0,0,0,0);}
#module_98709348 .sub-class-item.active{background-image:none;}
#module_98709348 .sub-class-item.active{background-repeat:no-repeat;}
#module_98709348 .sub-class-item.active{}
#module_98709348 .sub-class-item.active .sub-class-text{}
#module_98709348 .sub-class-item.active .sub-class-text{}
#module_98709348 .sub-class-item.active .sub-class-text{font-size:14px !important;}
#module_98709348 .sub-class-item.active .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709348 .sub-class-item.active .sub-class-text,#copy_module_98709348 .sub-class-item.active .sub-class-text{color:rgb(0, 176, 240) !important;}
#module_98709348 .sub-class-item.active .sub-class-text{font-weight:normal !important;}
#module_98709348 .sub-class-item.active .sub-class-text{text-decoration:none !important;}
#module_98709348 .sub-class-item.active .sub-class-text{font-style:normal !important;}
#module_98709348 .sub-class-item.active{height:30px;line-height:30px !important;}
#module_98709348 .main-class-item.active .main-class-icon,#module_98709348 .class-title:hover .class-title-icon{color:#fff !important;}


.ModuleGridContainer.ModuleGridContainer24597300 #Sub24597300_5 {width:13.8333%;}
.module_24605488 .ModuleHead .HeadCenter{float:none;}
#module_24605488 {
padding:0px;
}
#module_24605488 {
position:static;
z-index:0;
top:19px;
left:0px;
width:100%;
height: auto;
}
#module_24605488 .ModuleHead24605488 {
display:none;
}
#module_24605488 .BodyCenter.BodyCenter24605488 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24605488 >.module_24605488 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_24605488 >.module_24605488{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24605488 .BodyCenter.BodyCenter24605488 {
padding-top:18.1818%;
padding-left:9.0909%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24605488 .BodyCenter.BodyCenter24605488 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24605488 >.module_24605488 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24605488 >.module_24605488 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24605488 >.module_24605488 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24605488:hover {
border:none;
}
#module_24605488:hover >.module_24605488 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_24605488 .ModulePlainTextGiantContent{margin-top:0px;}
#module_24605488 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_24605488 .ModulePlainTextGiantContent{margin-left:0px;}
#module_24605488 .ModulePlainTextGiantContent{margin-right:10px;}
#module_24605488 .plainTextGiant-Container{padding-top:10px;}
#module_24605488 .plainTextGiant-Container{padding-bottom:10px;}
#module_24605488 .plainTextGiant-Container{padding-left:10px;}
#module_24605488 .plainTextGiant-Container{padding-right:10px;}
#module_24605488 a{font-size:unset;font-family:unset}
.module_98709349 .ModuleHead .HeadCenter{float:none;}
#module_98709349 {
padding:0px;
}
#module_98709349 {
position:static;
z-index:0;
top:47px;
left:0px;
width:100%;
height: auto;
}
#module_98709349 .ModuleHead98709349 {
display:none;
}
#module_98709349 .BodyCenter.BodyCenter98709349 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98709349 >.module_98709349 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709349 >.module_98709349{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709349 .BodyCenter.BodyCenter98709349 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:25.0000%;
}
}
@media screen and (max-width: 767px){
#module_98709349 .BodyCenter.BodyCenter98709349 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98709349 >.module_98709349 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98709349 >.module_98709349 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709349 >.module_98709349 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709349:hover {
border:none;
}
#module_98709349:hover >.module_98709349 {
border-color:#ccc;
}
#module_98709349:hover >.module_98709349 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98709349 .inlayout-104dialogmodule_98709349,#module_98709349 .main-class-container-mobile{border-color:#e5e5e5 !important;}
#module_98709349 .inlayout-104dialogmodule_98709349,#module_98709349 .main-class-container-mobile{border-style:none !important;}
#module_98709349 .inlayout-104dialogmodule_98709349,#module_98709349 .main-class-container-mobile{border-width:1px !important;}
#module_98709349 .inlayout-104dialogmodule_98709349,#module_98709349 .main-class-container-mobile{background-color:rgba(0,0,0,0);}
#module_98709349 .inlayout-104dialogmodule_98709349,#module_98709349 .main-class-container-mobile{background-image:none;}
#module_98709349 .inlayout-104dialogmodule_98709349,#module_98709349 .main-class-container-mobile{}
#module_98709349 .inlayout-104dialogmodule_98709349,#module_98709349 .main-class-container-mobile{}
#module_98709349 .inlayout-104dialogmodule_98709349,#module_98709349 .main-class-container-mobile{}
#module_98709349 .inlayout-104dialogmodule_98709349,#module_98709349 .main-class-container-mobile{}
#module_98709349 .inlayout-104dialogmodule_98709349 .class-title .class-title-text,#module_98709349 .class-title .class-title-text{font-size:16px !important;}
#module_98709349 .inlayout-104dialogmodule_98709349 .class-title .class-title-text,#module_98709349 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709349 .inlayout-104dialogmodule_98709349 .class-title .class-title-text,#module_98709349 .class-title .class-title-text{color:rgb(0, 0, 0) !important;}
#module_98709349 .inlayout-104dialogmodule_98709349 .class-title .class-title-text,#module_98709349 .class-title .class-title-text{font-weight:normal !important;}
#module_98709349 .inlayout-104dialogmodule_98709349 .class-title .class-title-text,#module_98709349 .class-title .class-title-text{text-decoration:none !important;}
#module_98709349 .inlayout-104dialogmodule_98709349 .class-title .class-title-text,#module_98709349 .class-title .class-title-text{font-style:normal !important;}
#module_98709349 .inlayout-104dialogmodule_98709349 .class-title,#module_98709349 .class-title{background-color:rgb(255, 255, 255);}
#module_98709349 .inlayout-104dialogmodule_98709349 .class-title,#module_98709349 .class-title{background-image:none;}
#module_98709349 .inlayout-104dialogmodule_98709349 .class-title,#module_98709349 .class-title{}
#module_98709349 .inlayout-104dialogmodule_98709349 .class-title,#module_98709349 .class-title{}
#module_98709349 .inlayout-104dialogmodule_98709349 .class-title,#module_98709349 .class-title{}
#module_98709349 .inlayout-104dialogmodule_98709349 .class-title,#module_98709349 .class-title{}
#module_98709349 .inlayout-104dialogmodule_98709349 .class-title,#module_98709349 .class-title{height:50px !important;line-height:50px !important;}
#module_98709349 .main-class-item,.inlayout-104dialogmodule_98709349 .main-class-item{background-color:rgba(0,0,0,0);}
#module_98709349 .main-class-item,.inlayout-104dialogmodule_98709349 .main-class-item{background-image:none;}
#module_98709349 .main-class-item,.inlayout-104dialogmodule_98709349 .main-class-item{background-repeat:no-repeat;}
#module_98709349 .main-class-item,.inlayout-104dialogmodule_98709349 .main-class-item{}
#module_98709349 .main-class-item,.inlayout-104dialogmodule_98709349 .main-class-item{}
#module_98709349 .main-class-item,.inlayout-104dialogmodule_98709349 .main-class-item{}
#module_98709349 .main-class-line,.inlayout-104dialogmodule_98709349 .main-class-line{border-bottom-color:#e5e5e5 !important;}
#module_98709349 .main-class-line,.inlayout-104dialogmodule_98709349 .main-class-line{border-bottom-style:none !important;}
#module_98709349 .main-class-line,.inlayout-104dialogmodule_98709349 .main-class-line{border-bottom-width:2px !important;}
#module_98709349 .main-class-text,.inlayout-104dialogmodule_98709349 .main-class-text{font-size:14px !important;}
#module_98709349 .main-class-text,.inlayout-104dialogmodule_98709349 .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709349 .main-class-text,.inlayout-104dialogmodule_98709349 .main-class-text{color:rgb(179, 185, 198) !important;}
#module_98709349 .main-class-text,.inlayout-104dialogmodule_98709349 .main-class-text{font-weight:normal !important;}
#module_98709349 .main-class-text,.inlayout-104dialogmodule_98709349 .main-class-text{text-decoration:none !important;}
#module_98709349 .main-class-text,.inlayout-104dialogmodule_98709349 .main-class-text{font-style:normal !important;}
#module_98709349 .main-class-item,.inlayout-104dialogmodule_98709349 .main-class-item{height:30px;line-height:30px !important;}
#module_98709349 .sub-class-item,.inlayout-104dialogmodule_98709349 .sub-class-item{background-color:rgba(0,0,0,0);}
#module_98709349 .sub-class-item,.inlayout-104dialogmodule_98709349 .sub-class-item{background-image:none;}
#module_98709349 .sub-class-item,.inlayout-104dialogmodule_98709349 .sub-class-item{background-repeat:no-repeat;}
#module_98709349 .sub-class-item,.inlayout-104dialogmodule_98709349 .sub-class-item{}
#module_98709349 .sub-class-item,.inlayout-104dialogmodule_98709349 .sub-class-item{}
#module_98709349 .sub-class-item,.inlayout-104dialogmodule_98709349 .sub-class-item{}
#module_98709349 .sub-class-text,.inlayout-104dialogmodule_98709349 .sub-class-text{font-size:14px !important;}
#module_98709349 .sub-class-text,.inlayout-104dialogmodule_98709349 .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709349 .sub-class-text,.inlayout-104dialogmodule_98709349 .sub-class-text{color:rgb(255, 255, 255) !important;}
#module_98709349 .sub-class-text,.inlayout-104dialogmodule_98709349 .sub-class-text{font-weight:normal !important;}
#module_98709349 .sub-class-text,.inlayout-104dialogmodule_98709349 .sub-class-text{text-decoration:none !important;}
#module_98709349 .sub-class-text,.inlayout-104dialogmodule_98709349 .sub-class-text{font-style:normal !important;}
#module_98709349 .sub-class-item,.inlayout-104dialogmodule_98709349 .sub-class-item{height:30px !important;line-height:30px !important;}
#module_98709349 .inlayout-104dialogmodule_98709349 .main-class-icon,.inlayout-104dialogmodule_98709349 .class-title-icon,#module_98709349 .main-class-icon,#module_98709349 .class-title-icon{color:#000 !important;}
#module_98709349 .main-class-item.active,#copy_module_98709349 .main-class-item.active,.inlayout-104dialogmodule_98709349 .main-class-item.active,.inlayout-104dialogmodule_98709349 .classify:hover{background-color:rgba(0,0,0,0);}
#module_98709349 .main-class-item.active{background-image:none;}
#module_98709349 .main-class-item.active{background-repeat:no-repeat;}
#module_98709349 .main-class-item.active{}
#module_98709349 .main-class-item.active{}
#module_98709349 .main-class-item.active{}
#module_98709349 .main-class-item-box .main-class-line.active{border-bottom-color:#e5e5e5 !important;}
#module_98709349 .main-class-item-box .main-class-line.active{border-bottom-style:none !important;}
#module_98709349 .main-class-item-box .main-class-line.active{border-bottom-width:1px !important;}
#module_98709349 .main-class-item.active .main-class-text{font-size:14px !important;}
#module_98709349 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709349 .main-class-item.active .main-class-text,#copy_module_98709349 .main-class-item.active .main-class-text{color:rgb(255, 255, 255) !important;}
#module_98709349 .main-class-item.active .main-class-text{font-weight:normal !important;}
#module_98709349 .main-class-item.active .main-class-text{text-decoration:none !important;}
#module_98709349 .main-class-item.active .main-class-text{font-style:normal !important;}
#module_98709349 .main-class-item.active{height:30px;line-height:30px !important;}
#module_98709349 .sub-class-item.active,#copy_module_98709349 .sub-class-item.active,.inlayout-104dialogmodule_98709349 .sub-class-item.active,.inlayout-104dialogmodule_98709349 .sub-class-item:hover{background-color:rgba(0,0,0,0);}
#module_98709349 .sub-class-item.active{background-image:none;}
#module_98709349 .sub-class-item.active{background-repeat:no-repeat;}
#module_98709349 .sub-class-item.active{}
#module_98709349 .sub-class-item.active .sub-class-text{}
#module_98709349 .sub-class-item.active .sub-class-text{}
#module_98709349 .sub-class-item.active .sub-class-text{font-size:14px !important;}
#module_98709349 .sub-class-item.active .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_98709349 .sub-class-item.active .sub-class-text,#copy_module_98709349 .sub-class-item.active .sub-class-text{color:rgb(0, 176, 240) !important;}
#module_98709349 .sub-class-item.active .sub-class-text{font-weight:normal !important;}
#module_98709349 .sub-class-item.active .sub-class-text{text-decoration:none !important;}
#module_98709349 .sub-class-item.active .sub-class-text{font-style:normal !important;}
#module_98709349 .sub-class-item.active{height:30px;line-height:30px !important;}
#module_98709349 .main-class-item.active .main-class-icon,#module_98709349 .class-title:hover .class-title-icon{color:#fff !important;}


.ModuleGridContainer.ModuleGridContainer24597300 #Sub24597300_6 {width:13.416599999999994%;}
.module_24605932 .ModuleHead .HeadCenter{float:none;}
#module_24605932 {
padding:0px;
}
#module_24605932 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_24605932 .ModuleHead24605932 {
display:none;
}
#module_24605932 .BodyCenter.BodyCenter24605932 {
background:none;background-color:rgb(54, 63, 94);
}
#module_24605932 >.module_24605932 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_24605932 >.module_24605932{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24605932 .BodyCenter.BodyCenter24605932 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24605932 .BodyCenter.BodyCenter24605932 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24605932 >.module_24605932 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24605932 >.module_24605932 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24605932 >.module_24605932 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24605932:hover {
border:none;
}
#module_24605932:hover >.module_24605932 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_24605932 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_24605932 .ModuleSubContainer{background-image:none;}
#module_24605932 .ModuleSubContainer{background-repeat:no-repeat;}
#module_24605932 .ModuleSubContainer{background-position:0% 0%;}
#module_24605932 .ModuleSubContainer{background-attachment:scroll;}
#module_24605932 .ModuleSubContainer{}
#module_24605932 {!bgVideo!}{bgVideoUrl:none}
#module_24605932 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_24605932 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_24605932 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer24605932 {}
.ModuleGridContainer.ModuleGridContainer24605932 .SubPadding {width:0px;}
.module_24605934 .ModuleHead .HeadCenter{float:none;}
#module_24605934 {
padding:0px;
}
#module_24605934 {
position:static;
z-index:0;
top:-109px;
left:0px;
width:100%;
height: auto;
}
#module_24605934 .ModuleHead24605934 {
display:none;
}
#module_24605934 .BodyCenter.BodyCenter24605934 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24605934 >.module_24605934 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_24605934 >.module_24605934{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24605934 .BodyCenter.BodyCenter24605934 {
padding-top:0.6061%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24605934 .BodyCenter.BodyCenter24605934 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24605934 >.module_24605934 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24605934 >.module_24605934 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24605934 >.module_24605934 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24605934:hover {
border:none;
}
#module_24605934:hover >.module_24605934 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_24605934 .ModuleImageTextGiantContent{margin-top:0px;}
#module_24605934 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_24605934 .ModuleImageTextGiantContent{margin-left:0px;}
#module_24605934 .ModuleImageTextGiantContent{margin-right:10px;}
#module_24605934 .imageTextGiant-Container{padding-top:10px;}
#module_24605934 .imageTextGiant-Container{padding-bottom:10px;}
#module_24605934 .imageTextGiant-Container{padding-left:0px;}
#module_24605934 .imageTextGiant-Container{padding-right:10px;}
#module_24605934 .showHandle .btn{font-size:14px;}
#module_24605934 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_24605934 .showHandle .btn{color:#333;}
#module_24605934 .showHandle .btn{font-weight:400;}
#module_24605934 .showHandle .btn{text-decoration:none;}
#module_24605934 .showHandle .btn{font-style:normal;}
#module_24605934 .showHandle div{border-top-color:#ddd !important;}
#module_24605934 .showHandle div{border-top-style:solid !important;}
#module_24605934 .showHandle div{border-top-width:1px !important;}
#module_24605934 .showHandle{background-color:transparent;}
#module_24605934 .showHandle{background-image:none;}
#module_24605934 .showHandle{background-repeat:no-repeat;}
#module_24605934 .showHandle{}
#module_24605934 .showHandle{}
#module_24605934 .showHandle{}
#module_24605934 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer24605932 #Sub24605932_1 {width:68.7500%;}
.module_22060734 .ModuleHead .HeadCenter{float:none;}
#module_22060734 {
padding:0px;
}
#module_22060734 {
position:static;
z-index:0;
top:6294px;
left:1184px;
width:100%;
height: auto;
}
#module_22060734 .ModuleHead22060734 {
display:none;
}
#module_22060734 .BodyCenter.BodyCenter22060734 {
background:none;background-color:rgba(0,0,0,0);
}
#module_22060734 >.module_22060734 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_22060734 >.module_22060734{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_22060734 .BodyCenter.BodyCenter22060734 {
padding-top:1.3333%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22060734 .BodyCenter.BodyCenter22060734 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_22060734 >.module_22060734 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_22060734 >.module_22060734 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_22060734 >.module_22060734 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_22060734:hover {
border:none;
}
#module_22060734:hover >.module_22060734 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_22060734 .ModuleImageTextGiantContent{margin-top:0px;}
#module_22060734 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_22060734 .ModuleImageTextGiantContent{margin-left:0px;}
#module_22060734 .ModuleImageTextGiantContent{margin-right:10px;}
#module_22060734 .imageTextGiant-Container{padding-top:10px;}
#module_22060734 .imageTextGiant-Container{padding-bottom:10px;}
#module_22060734 .imageTextGiant-Container{padding-left:10px;}
#module_22060734 .imageTextGiant-Container{padding-right:10px;}
#module_22060734 .showHandle .btn{font-size:14px;}
#module_22060734 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_22060734 .showHandle .btn{color:#333;}
#module_22060734 .showHandle .btn{font-weight:400;}
#module_22060734 .showHandle .btn{text-decoration:none;}
#module_22060734 .showHandle .btn{font-style:normal;}
#module_22060734 .showHandle div{border-top-color:#ddd !important;}
#module_22060734 .showHandle div{border-top-style:solid !important;}
#module_22060734 .showHandle div{border-top-width:1px !important;}
#module_22060734 .showHandle{background-color:transparent;}
#module_22060734 .showHandle{background-image:none;}
#module_22060734 .showHandle{background-repeat:no-repeat;}
#module_22060734 .showHandle{}
#module_22060734 .showHandle{}
#module_22060734 .showHandle{}
#module_22060734 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer24605932 #Sub24605932_2 {width:31.2500%;}
.module_24626415 .ModuleHead .HeadCenter{float:none;}
#module_24626415 {
padding:0px;
}
#module_24626415 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_24626415 .ModuleHead24626415 {
display:none;
}
#module_24626415 .BodyCenter.BodyCenter24626415 {
background:none;background-color:rgb(54, 63, 94);
}
#module_24626415 >.module_24626415 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(74, 83, 114);
border-bottom-width:1px;
}
#module_24626415 >.module_24626415{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24626415 .BodyCenter.BodyCenter24626415 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.8009%;
}
}
@media screen and (max-width: 767px){
#module_24626415 .BodyCenter.BodyCenter24626415 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24626415 >.module_24626415 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24626415 >.module_24626415 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24626415 >.module_24626415 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24626415:hover {
border:none;
}
#module_24626415:hover >.module_24626415 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_24626415 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_24626415 .ModuleSubContainer{background-image:none;}
#module_24626415 .ModuleSubContainer{background-repeat:no-repeat;}
#module_24626415 .ModuleSubContainer{background-position:0% 0%;}
#module_24626415 .ModuleSubContainer{background-attachment:scroll;}
#module_24626415 .ModuleSubContainer{}
#module_24626415 {!bgVideo!}{bgVideoUrl:none}
#module_24626415 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_24626415 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_24626415 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer24626415 {}
.ModuleGridContainer.ModuleGridContainer24626415 .SubPadding {width:0px;}
.module_24625334 .ModuleHead .HeadCenter{float:none;}
#module_24625334 {
padding:0px;
}
#module_24625334 {
position:static;
z-index:0;
top:6395px;
left:498px;
width:100%;
height: auto;
}
#module_24625334 .ModuleHead24625334 {
display:none;
}
#module_24625334 .BodyCenter.BodyCenter24625334 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24625334 >.module_24625334 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_24625334 >.module_24625334{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24625334 .BodyCenter.BodyCenter24625334 {
padding-top:2.7778%;
padding-left:0.0000%;
padding-right:9.2593%;
padding-bottom:2.7778%;
}
}
@media screen and (max-width: 767px){
#module_24625334 .BodyCenter.BodyCenter24625334 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24625334 >.module_24625334 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24625334 >.module_24625334 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24625334 >.module_24625334 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24625334:hover {
border:none;
}
#module_24625334:hover >.module_24625334 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_24625334 img{border-top-color:transparent;}
#module_24625334 img{border-top-style:none;}
#module_24625334 img{border-top-width:0px;}
#module_24625334 img{border-right-color:transparent;}
#module_24625334 img{border-right-style:none;}
#module_24625334 img{border-right-width:0px;}
#module_24625334 img{border-bottom-color:transparent;}
#module_24625334 img{border-bottom-style:none;}
#module_24625334 img{border-bottom-width:0px;}
#module_24625334 img{border-left-color:transparent;}
#module_24625334 img{border-left-style:none;}
#module_24625334 img{border-left-width:0px;}
#module_24625334 img{border-top-left-radius:0px;}
#module_24625334 img{border-top-right-radius:0px;}
#module_24625334 img{border-bottom-left-radius:0px;}
#module_24625334 img{border-bottom-right-radius:0px;}
#module_24625334 .BodyCenter{text-align: left;}

.ModuleGridContainer.ModuleGridContainer24626415 #Sub24626415_1 {width:9.0000%;}
.module_24625338 .ModuleHead .HeadCenter{float:none;}
#module_24625338 {
padding:0px;
}
#module_24625338 {
position:static;
z-index:0;
top:6429px;
left:640px;
width:100%;
height: auto;
}
#module_24625338 .ModuleHead24625338 {
display:none;
}
#module_24625338 .BodyCenter.BodyCenter24625338 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24625338 >.module_24625338 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_24625338 >.module_24625338{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24625338 .BodyCenter.BodyCenter24625338 {
padding-top:2.8037%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.8037%;
}
}
@media screen and (max-width: 767px){
#module_24625338 .BodyCenter.BodyCenter24625338 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24625338 >.module_24625338 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:9.3458%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24625338 >.module_24625338 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24625338 >.module_24625338 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24625338:hover {
border:none;
}
#module_24625338:hover >.module_24625338 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_24625338 img{border-top-color:transparent;}
#module_24625338 img{border-top-style:none;}
#module_24625338 img{border-top-width:0px;}
#module_24625338 img{border-right-color:transparent;}
#module_24625338 img{border-right-style:none;}
#module_24625338 img{border-right-width:0px;}
#module_24625338 img{border-bottom-color:transparent;}
#module_24625338 img{border-bottom-style:none;}
#module_24625338 img{border-bottom-width:0px;}
#module_24625338 img{border-left-color:transparent;}
#module_24625338 img{border-left-style:none;}
#module_24625338 img{border-left-width:0px;}
#module_24625338 img{border-top-left-radius:0px;}
#module_24625338 img{border-top-right-radius:0px;}
#module_24625338 img{border-bottom-left-radius:0px;}
#module_24625338 img{border-bottom-right-radius:0px;}
#module_24625338 .BodyCenter{text-align: right;}

.ModuleGridContainer.ModuleGridContainer24626415 #Sub24626415_2 {width:9.2500%;}
.module_24625337 .ModuleHead .HeadCenter{float:none;}
#module_24625337 {
padding:0px;
}
#module_24625337 {
position:static;
z-index:0;
top:6446px;
left:954px;
width:100%;
height: auto;
}
#module_24625337 .ModuleHead24625337 {
display:none;
}
#module_24625337 .BodyCenter.BodyCenter24625337 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24625337 >.module_24625337 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_24625337 >.module_24625337{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24625337 .BodyCenter.BodyCenter24625337 {
padding-top:2.6316%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.6316%;
}
}
@media screen and (max-width: 767px){
#module_24625337 .BodyCenter.BodyCenter24625337 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24625337 >.module_24625337 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:8.7719%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24625337 >.module_24625337 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24625337 >.module_24625337 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24625337:hover {
border:none;
}
#module_24625337:hover >.module_24625337 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_24625337 img{border-top-color:transparent;}
#module_24625337 img{border-top-style:none;}
#module_24625337 img{border-top-width:0px;}
#module_24625337 img{border-right-color:transparent;}
#module_24625337 img{border-right-style:none;}
#module_24625337 img{border-right-width:0px;}
#module_24625337 img{border-bottom-color:transparent;}
#module_24625337 img{border-bottom-style:none;}
#module_24625337 img{border-bottom-width:0px;}
#module_24625337 img{border-left-color:transparent;}
#module_24625337 img{border-left-style:none;}
#module_24625337 img{border-left-width:0px;}
#module_24625337 img{border-top-left-radius:0px;}
#module_24625337 img{border-top-right-radius:0px;}
#module_24625337 img{border-bottom-left-radius:0px;}
#module_24625337 img{border-bottom-right-radius:0px;}
#module_24625337 .BodyCenter{text-align: right;}

.ModuleGridContainer.ModuleGridContainer24626415 #Sub24626415_3 {width:9.3333%;}
.module_354339954 .ModuleHead .HeadCenter{float:none;}
#module_354339954 {
padding:0px;
}
#module_354339954 {
position:static;
z-index:0;
top:-121px;
left:0px;
width:100%;
height: auto;
}
#module_354339954 .ModuleHead354339954 {
display:none;
}
#module_354339954 .BodyCenter.BodyCenter354339954 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354339954 >.module_354339954 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_354339954 >.module_354339954{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_354339954 .BodyCenter.BodyCenter354339954 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354339954 .BodyCenter.BodyCenter354339954 {
padding-top:2.8818%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354339954 >.module_354339954 {
margin-top:1.1686%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354339954 >.module_354339954 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354339954 >.module_354339954 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_354339954:hover {
border:none;
}
#module_354339954:hover >.module_354339954 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_354339954 .BodyCenter{text-align:right;}
#module_354339954 .moduleButton{font-size:14px;}
#module_354339954 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_354339954 .moduleButton{color:rgb(179, 185, 198);}
#module_354339954 .moduleButton{font-weight:normal;}
#module_354339954 .moduleButton{text-decoration:none;}
#module_354339954 .moduleButton{font-style:normal;}
#module_354339954 .moduleButton, #module_354339954 .moduleButton.faded:before{background-color:rgba(0,0,0,0);}
#module_354339954 .moduleButton, #module_354339954 .moduleButton.faded:before{}
#module_354339954 .moduleButton{border-color:#1e88e5;}
#module_354339954 .moduleButton{border-style:solid;}
#module_354339954 .moduleButton{border-width:0px;}
#module_354339954 .moduleButton{width:140px;}
#module_354339954 .moduleButton{height:30px;line-height:30px;}
#module_354339954 .BodyCenter{color:#1e88e5;}
#module_354339954 .moduleButton{border-top-left-radius:0px;}
#module_354339954 .moduleButton{border-top-right-radius:0px;}
#module_354339954 .moduleButton{border-bottom-left-radius:0px;}
#module_354339954 .moduleButton{border-bottom-right-radius:0px;}
#module_354339954 .BreadIcon{font-size:22px;} #module_354339954 .BreadsvgIcon svg{width:22px;height:22px;}
#module_354339954 .BreadIcon{color:rgb(179, 185, 198);} #module_354339954 .BreadsvgIcon svg>*{fill:rgb(179, 185, 198);}
#module_354339954 .BreadIcon,#module_354339954 .BreadsvgIcon{margin-left:0px;}
#module_354339954 .BreadIcon,#module_354339954 .BreadsvgIcon{margin-right:5px;}
#module_354339954 .moduleButton:hover .BreadIcon{font-size:22px;} #module_354339954 .moduleButton:hover .BreadsvgIcon svg{width:22px;height:22px;}
#module_354339954 .moduleButton:hover .BreadIcon{color:#fff} #module_354339954 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_354339954 .moduleButton:hover{font-size:14px;}
#module_354339954 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_354339954 .moduleButton:hover{color:#fff;}
#module_354339954 .moduleButton:hover{font-weight:normal;}
#module_354339954 .moduleButton:hover{text-decoration:none;}
#module_354339954 .moduleButton:hover{font-style:normal;}
#module_354339954 .moduleButton:before, #module_354339954 .moduleButton.faded:before{background-color:rgba(0,0,0,0);}
#module_354339954 .moduleButton:before, #module_354339954 .moduleButton.faded:before{}
#module_354339954 .moduleButton:hover{border-color:#1e88e5;}
#module_354339954 .moduleButton:hover{border-style:solid;}
#module_354339954 .moduleButton:hover{border-width:0px;}

.ModuleGridContainer.ModuleGridContainer24626415 #Sub24626415_4 {width:49.9167%;}
.module_354339947 .ModuleHead .HeadCenter{float:none;}
#module_354339947 {
padding:0px;
}
#module_354339947 {
position:static;
z-index:0;
top:-111px;
left:1037px;
width:100%;
height: auto;
}
#module_354339947 .ModuleHead354339947 {
display:none;
}
#module_354339947 .BodyCenter.BodyCenter354339947 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354339947 >.module_354339947 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_354339947 >.module_354339947{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_354339947 .BodyCenter.BodyCenter354339947 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354339947 .BodyCenter.BodyCenter354339947 {
padding-top:2.8818%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354339947 >.module_354339947 {
margin-top:2.5926%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354339947 >.module_354339947 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354339947 >.module_354339947 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_354339947:hover {
border:none;
}
#module_354339947:hover >.module_354339947 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_354339947 .BodyCenter{text-align:left;}
#module_354339947 .moduleButton{font-size:14px;}
#module_354339947 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_354339947 .moduleButton{color:rgb(179, 185, 198);}
#module_354339947 .moduleButton{font-weight:normal;}
#module_354339947 .moduleButton{text-decoration:none;}
#module_354339947 .moduleButton{font-style:normal;}
#module_354339947 .moduleButton, #module_354339947 .moduleButton.faded:before{background-color:rgba(0,0,0,0);}
#module_354339947 .moduleButton, #module_354339947 .moduleButton.faded:before{}
#module_354339947 .moduleButton{border-color:#1e88e5;}
#module_354339947 .moduleButton{border-style:solid;}
#module_354339947 .moduleButton{border-width:0px;}
#module_354339947 .moduleButton{width:250px;}
#module_354339947 .moduleButton{height:30px;line-height:30px;}
#module_354339947 .BodyCenter{color:#1e88e5;}
#module_354339947 .moduleButton{border-top-left-radius:0px;}
#module_354339947 .moduleButton{border-top-right-radius:0px;}
#module_354339947 .moduleButton{border-bottom-left-radius:0px;}
#module_354339947 .moduleButton{border-bottom-right-radius:0px;}
#module_354339947 .BreadIcon{font-size:22px;} #module_354339947 .BreadsvgIcon svg{width:22px;height:22px;}
#module_354339947 .BreadIcon{color:rgb(179, 185, 198);} #module_354339947 .BreadsvgIcon svg>*{fill:rgb(179, 185, 198);}
#module_354339947 .BreadIcon,#module_354339947 .BreadsvgIcon{margin-left:0px;}
#module_354339947 .BreadIcon,#module_354339947 .BreadsvgIcon{margin-right:5px;}
#module_354339947 .moduleButton:hover .BreadIcon{font-size:22px;} #module_354339947 .moduleButton:hover .BreadsvgIcon svg{width:22px;height:22px;}
#module_354339947 .moduleButton:hover .BreadIcon{color:#fff} #module_354339947 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_354339947 .moduleButton:hover{font-size:14px;}
#module_354339947 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_354339947 .moduleButton:hover{color:#fff;}
#module_354339947 .moduleButton:hover{font-weight:normal;}
#module_354339947 .moduleButton:hover{text-decoration:none;}
#module_354339947 .moduleButton:hover{font-style:normal;}
#module_354339947 .moduleButton:before, #module_354339947 .moduleButton.faded:before{background-color:rgba(0,0,0,0);}
#module_354339947 .moduleButton:before, #module_354339947 .moduleButton.faded:before{}
#module_354339947 .moduleButton:hover{border-color:#1e88e5;}
#module_354339947 .moduleButton:hover{border-style:solid;}
#module_354339947 .moduleButton:hover{border-width:0px;}

.ModuleGridContainer.ModuleGridContainer24626415 #Sub24626415_5 {width:22.500000000000007%;}
.module_315813013 .ModuleHead .HeadCenter{float:none;}
#module_315813013 {
padding:0px;
}
#module_315813013 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_315813013 .ModuleHead315813013 {
display:none;
}
#module_315813013 .BodyCenter.BodyCenter315813013 {
background:none;background-color:rgb(54, 63, 94);
}
#module_315813013 >.module_315813013 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315813013 >.module_315813013{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315813013 .BodyCenter.BodyCenter315813013 {
padding-top:0.2670%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.5339%;
}
}
@media screen and (max-width: 767px){
#module_315813013 .BodyCenter.BodyCenter315813013 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315813013 >.module_315813013 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315813013 >.module_315813013 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315813013 >.module_315813013 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_315813013:hover {
border:none;
}
#module_315813013:hover >.module_315813013 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315813013 .ModuleSubContainer{background-color:transparent;}
#module_315813013 .ModuleSubContainer{background-image:none;}
#module_315813013 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315813013 .ModuleSubContainer{background-position:0% 0%;}
#module_315813013 .ModuleSubContainer{background-attachment:scroll;}
#module_315813013 .ModuleSubContainer{}
#module_315813013 {!bgVideo!}{bgVideoUrl:none}
#module_315813013 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315813013 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315813013 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315813013 {}
.ModuleGridContainer.ModuleGridContainer315813013 .SubPadding {width:0px;}
.module_315812989 .ModuleHead .HeadCenter{float:none;}
#module_315812989 {
padding:0px;
}
#module_315812989 {
position:static;
z-index:0;
top:7178px;
left:743px;
width:100%;
height: auto;
}
#module_315812989 .ModuleHead315812989 {
display:none;
}
#module_315812989 .BodyCenter.BodyCenter315812989 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315812989 >.module_315812989 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315812989 >.module_315812989{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315812989 .BodyCenter.BodyCenter315812989 {
padding-top:4.3860%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315812989 .BodyCenter.BodyCenter315812989 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315812989 >.module_315812989 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315812989 >.module_315812989 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315812989 >.module_315812989 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_315812989:hover {
border:none;
}
#module_315812989:hover >.module_315812989 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315812989 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315812989 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315812989 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315812989 .ModuleImageTextGiantContent{margin-right:10px;}
#module_315812989 .imageTextGiant-Container{padding-top:0px;}
#module_315812989 .imageTextGiant-Container{padding-bottom:0px;}
#module_315812989 .imageTextGiant-Container{padding-left:0px;}
#module_315812989 .imageTextGiant-Container{padding-right:0px;}
#module_315812989 .showHandle .btn{font-size:14px;}
#module_315812989 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315812989 .showHandle .btn{color:#333;}
#module_315812989 .showHandle .btn{font-weight:400;}
#module_315812989 .showHandle .btn{text-decoration:none;}
#module_315812989 .showHandle .btn{font-style:normal;}
#module_315812989 .showHandle div{border-top-color:#ddd !important;}
#module_315812989 .showHandle div{border-top-style:solid !important;}
#module_315812989 .showHandle div{border-top-width:1px !important;}
#module_315812989 .showHandle{background-color:transparent;}
#module_315812989 .showHandle{background-image:none;}
#module_315812989 .showHandle{background-repeat:no-repeat;}
#module_315812989 .showHandle{}
#module_315812989 .showHandle{}
#module_315812989 .showHandle{}
#module_315812989 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315813013 #Sub315813013_1 {width:8.5000%;}
/*友情链接 layout 101*/

.ModuleLinkListGiant.layout-101{min-height: 29px;}
.ModuleLinkListGiant.layout-101 .LinkHor{display: inline-block;white-space: nowrap;}
.ModuleLinkListGiant.layout-101 .LinkVer{display:block;}
.ModuleLinkListGiant.layout-101 .btn:hover{text-decoration:underline;}.module_50160662 .ModuleHead .HeadCenter{float:none;}
#module_50160662 {
padding:0px;
}
#module_50160662 {
position:static;
z-index:0;
top:7163px;
left:1037px;
width:100%;
height: auto;
}
#module_50160662 .ModuleHead50160662 {
display:none;
}
#module_50160662 .BodyCenter.BodyCenter50160662 {
background:none;background-color:rgba(0,0,0,0);
}
#module_50160662 >.module_50160662 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_50160662 >.module_50160662{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_50160662 .BodyCenter.BodyCenter50160662 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_50160662 .BodyCenter.BodyCenter50160662 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_50160662 >.module_50160662 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_50160662 >.module_50160662 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_50160662 >.module_50160662 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_50160662:hover {
border:none;
}
#module_50160662:hover >.module_50160662 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_50160662 .BodyCenter{text-align:left;}
#module_50160662 .link-item .LinkHor .btn-link{font-size:12px;}
#module_50160662 .link-item .LinkHor .btn-link{font-family:微软雅黑,Microsoft YaHei;}
#module_50160662 .link-item .LinkHor .btn-link{color:rgb(179, 185, 198);}
#module_50160662 .link-item .LinkHor .btn-link{font-weight:normal;}
#module_50160662 .link-item .LinkHor .btn-link{text-decoration:none;}
#module_50160662 .link-item .LinkHor .btn-link{font-style:normal;}
#module_50160662 .link-item .LinkHor .btn-link:hover{font-size:12px;}
#module_50160662 .link-item .LinkHor .btn-link:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_50160662 .link-item .LinkHor .btn-link:hover{color:rgb(251, 251, 251);}
#module_50160662 .link-item .LinkHor .btn-link:hover{font-weight:normal;}
#module_50160662 .link-item .LinkHor .btn-link:hover{text-decoration:initial;}
#module_50160662 .link-item .LinkHor .btn-link:hover{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer315813013 #Sub315813013_2 {width:91.5%;}
.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_21767405 .ModuleHead .HeadCenter{float:none;}
#module_21767405 {
padding:0px;
}
#module_21767405 {
}
#module_21767405 .ModuleHead21767405 {
display:none;
}
#module_21767405 .BodyCenter.BodyCenter21767405 {
background:none;background-color:rgba(0,0,0,0);
}
#module_21767405 >.module_21767405 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_21767405 >.module_21767405{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_21767405 .BodyCenter.BodyCenter21767405 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_21767405 .BodyCenter.BodyCenter21767405 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_21767405 >.module_21767405 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_21767405 >.module_21767405 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_21767405 >.module_21767405 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_21767405:hover {
border:none;
}
#module_21767405:hover >.module_21767405 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16); 
    color: #666;
    box-sizing: content-box;
    /* min-width: 80px; */
}
.ModuleMobileFloatNavGiant .defaultbtnbghover{
    transform: rotate(180deg);
    transition: all 0.5s;
}
.ModuleMobileFloatNavGiant .itemtextright{
    text-align: right;
}
.ModuleMobileFloatNavGiant .itemtextleft{
    text-align: left;
}
.ModuleMobileFloatNavGiant .itemtextright::before{
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: -8px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .itemtextleft::before{
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: -7px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .FloatNavitemlist{ height: 0; display: none; transition:all} 
.itemimg{
    max-height: 25px;
    max-width: 25px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%
}
.FloatNavMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    background: #000;
    z-index: 15;
}
.FloatNavQRCode span img {
    border: solid 0.625rem #fff;
}
.FloatNavQRCode span {
    display: block;
    overflow: hidden;
    bottom: 3.750rem;
    right: 0.625rem;
    position: fixed;
    z-index: 20;
}
.FloatNavQRCode {
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}.module_49355289 .ModuleHead .HeadCenter{float:none;}
#module_49355289 {
padding:0px;
}
#module_49355289 {
}
#module_49355289 .ModuleHead49355289 {
display:none;
}
#module_49355289 .BodyCenter.BodyCenter49355289 {
background:none;background-color:rgba(0,0,0,0);
}
#module_49355289 >.module_49355289 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_49355289 >.module_49355289{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_49355289 .BodyCenter.BodyCenter49355289 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_49355289 .BodyCenter.BodyCenter49355289 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_49355289 >.module_49355289 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_49355289 >.module_49355289 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_49355289 >.module_49355289 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_49355289:hover {
border:none;
}
#module_49355289:hover >.module_49355289 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_49355289 .defaultbtn{background-color:#fff}
#module_49355289 .defaultbtn{}
#module_49355289 .spotgroup{color:rgb(59, 196, 64)}
#module_49355289 .itembtn{background-color:#fff}
#module_49355289 .itembtn{}
#module_49355289 .itemicon{color:#666} #module_49355289 svg>*{fill:#666}
#module_49355289 .itemtext{background-color:#fff} #module_49355289 .itemtextright::before{border-left-color:#fff} #module_49355289 .itemtextleft::before{border-right-color:#fff}
#module_49355289 .itemtext{}
#module_49355289 .itemtext{font-size:12px;}
#module_49355289 .itemtext{font-family:微软雅黑,Microsoft YaHei;}
#module_49355289 .itemtext{color:#666 !important;}
#module_49355289 .itemtext{font-weight:normal;}
#module_49355289 .itemtext{text-decoration:none;}
#module_49355289 .itemtext{font-style:normal;}
#module_49355289 .defaultbtnbghover{background-color:#1e88e5}
#module_49355289 .defaultbtnbghover{}
#module_49355289 .defaultbtniconbghover{color:#fff}
.module_21767406 .ModuleHead .HeadCenter{float:none;}
#module_21767406 {
padding:0px;
}
#module_21767406 {
}
#module_21767406 .ModuleHead21767406 {
display:none;
}
#module_21767406 .BodyCenter.BodyCenter21767406 {
background:none;background-color:rgba(0,0,0,0);
}
#module_21767406 >.module_21767406 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_21767406 >.module_21767406{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_21767406 .BodyCenter.BodyCenter21767406 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_21767406 .BodyCenter.BodyCenter21767406 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_21767406 >.module_21767406 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_21767406 >.module_21767406 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_21767406 >.module_21767406 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_21767406:hover {
border:none;
}
#module_21767406:hover >.module_21767406 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_21767406 .foot-nav-list{background-color:rgb(255, 255, 255) !important;}
#module_21767406 .foot-nav-list{border-top-color:rgb(248, 248, 248);}
#module_21767406 .foot-nav-list{border-top-style:solid;}
#module_21767406 .foot-nav-list{border-top-width:0px;}
#module_21767406 #MobileFootNav{box-shadow:1px 1px 4px 0px rgb(216, 216, 216);}
#module_21767406 .icon{color:#fff !important;} #module_21767406 .icon svg >*{fill:#fff}
#module_21767406 .itemText{font-size:12px;}
#module_21767406 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_21767406 .itemText{color:rgb(0, 0, 0) !important;}
#module_21767406 .itemText{font-weight:normal;}
#module_21767406 .itemText{text-decoration:none;}
#module_21767406 .itemText{font-style:normal;}
#module_21767406 .iconh{color:#fff !important;}  #module_21767406 .iconh svg >*{fill:#fff}
#module_21767406 .itemTexth{font-size:12px;}
#module_21767406 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_21767406 .itemTexth{color:rgb(0, 111, 255) !important;}
#module_21767406 .itemTexth{font-weight:normal;}
#module_21767406 .itemTexth{text-decoration:none;}
#module_21767406 .itemTexth{font-style:normal;}
