/* cache file /mnt/YouZhan/youzhannew-eyunshe/caches/csscache/8/82544/82544_1429654_1_.cache exists */
/*md5:5da43fa62a6106c2f66c82134773ec95*/
.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_161801063 .ModuleHead .HeadCenter{float:none;}
#module_161801063 {
padding:0px;
}
#module_161801063 {
position:static;
z-index:0;
top:162px;
left:599px;
width:100%;
height: auto;
}
#module_161801063 .ModuleHead161801063 {
display:none;
}
#module_161801063 .BodyCenter.BodyCenter161801063 {
background:none;background-image:-webkit-linear-gradient(90deg , rgb(0, 63, 255) 0% , rgb(0, 79, 255) 100%);background-image:-moz-linear-gradient(90deg , rgb(0, 63, 255) 0% , rgb(0, 79, 255) 100%);background-image:-ms-linear-gradient(90deg , rgb(0, 63, 255) 0% , rgb(0, 79, 255) 100%);background-image:-o-linear-gradient(90deg , rgb(0, 63, 255) 0% , rgb(0, 79, 255) 100%);background-image:linear-gradient(90deg , rgb(0, 63, 255) 0% , rgb(0, 79, 255) 100%);
}
#module_161801063 >.module_161801063 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_161801063 >.module_161801063{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_161801063 .BodyCenter.BodyCenter161801063 {
padding-top:7.7706%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2872%;
}
}
@media screen and (max-width: 767px){
#module_161801063 .BodyCenter.BodyCenter161801063 {
padding-top:11.5274%;
padding-left:8.6455%;
padding-right:8.6455%;
padding-bottom:8.6455%;
}
}
@media screen and (min-width: 768px){
#module_161801063 >.module_161801063 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_161801063 >.module_161801063 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_161801063 >.module_161801063 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_161801063:hover {
border:none;
}
#module_161801063:hover >.module_161801063 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_161801063 .ModuleSubContainer{background-color:transparent;}
#module_161801063 .ModuleSubContainer{background-image:none;}
#module_161801063 .ModuleSubContainer{background-repeat:no-repeat;}
#module_161801063 .ModuleSubContainer{background-position:0% 0%;}
#module_161801063 .ModuleSubContainer{background-attachment:scroll;}
#module_161801063 .ModuleSubContainer{}
#module_161801063 {!bgVideo!}{bgVideoUrl:none}
#module_161801063 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_161801063 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_161801063 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer161801063 {}
.ModuleGridContainer.ModuleGridContainer161801063 .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_157386264 .ModuleHead .HeadCenter{float:none;}
#module_157386264 {
padding:0px;
}
#module_157386264 {
position:static;
z-index:0;
top:369px;
left:598px;
width:100%;
height: auto;
}
#module_157386264 .ModuleHead157386264 {
display:none;
}
#module_157386264 .BodyCenter.BodyCenter157386264 {
background:none;background-color:rgba(0,0,0,0);
}
#module_157386264 >.module_157386264 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386264 >.module_157386264{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386264 .BodyCenter.BodyCenter157386264 {
padding-top:0.0000%;
padding-left:1.6260%;
padding-right:9.7561%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386264 .BodyCenter.BodyCenter157386264 {
padding-top:6.5359%;
padding-left:9.8039%;
padding-right:9.8039%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_157386264 >.module_157386264 {
margin-top:5.3659%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386264 >.module_157386264 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386264 >.module_157386264 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386264:hover {
border:none;
}
#module_157386264:hover >.module_157386264 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

.ModuleGridContainer.ModuleGridContainer161801063 #Sub161801063_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_157386267 .ModuleHead .HeadCenter{float:none;}
#module_157386267 {
padding:0px;
}
#module_157386267 {
position:static;
z-index:0;
top:699px;
left:1627px;
width:100%;
height: auto;
}
#module_157386267 .ModuleHead157386267 {
display:none;
}
#module_157386267 .BodyCenter.BodyCenter157386267 {
background:none;background-color:rgba(0,0,0,0);
}
#module_157386267 >.module_157386267 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386267 >.module_157386267{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386267 .BodyCenter.BodyCenter157386267 {
padding-top:4.2965%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0741%;
}
}
@media screen and (max-width: 767px){
#module_157386267 .BodyCenter.BodyCenter157386267 {
padding-top:13.0719%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:3.2680%;
}
}
@media screen and (min-width: 768px){
#module_157386267 >.module_157386267 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386267 >.module_157386267 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386267 >.module_157386267 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386267:hover {
border:none;
}
#module_157386267:hover >.module_157386267 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

.ModuleGridContainer.ModuleGridContainer157386277 #Sub157386277_1 {width:50%;}
.module_157386278 .ModuleHead .HeadCenter{float:none;}
#module_157386278 {
padding:0px;
}
#module_157386278 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_157386278 .ModuleHead157386278 {
display:none;
}
#module_157386278 .BodyCenter.BodyCenter157386278 {
background:none;background-color:rgba(0,0,0,0);
}
#module_157386278 >.module_157386278 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386278 >.module_157386278{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386278 .BodyCenter.BodyCenter157386278 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:10.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386278 .BodyCenter.BodyCenter157386278 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_157386278 >.module_157386278 {
margin-top:3.5000%;
margin-left:3.3333%;
margin-right:3.3333%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386278 >.module_157386278 {
margin-top:4.9046%;
margin-left:5.4496%;
margin-right:5.4496%;
margin-bottom:0.0000%;
}
}
#module_157386278 >.module_157386278 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386278:hover {
border:none;
}
#module_157386278:hover >.module_157386278 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

#module_157386281 .ModuleImageTextGiantContent{margin-top:0px;}
#module_157386281 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_157386281 .ModuleImageTextGiantContent{margin-left:0px;}
#module_157386281 .ModuleImageTextGiantContent{margin-right:0px;}
#module_157386281 .imageTextGiant-Container{padding-top:0px;}
#module_157386281 .imageTextGiant-Container{padding-bottom:0px;}
#module_157386281 .imageTextGiant-Container{padding-left:0px;}
#module_157386281 .imageTextGiant-Container{padding-right:0px;}
#module_157386281 .showHandle .btn{font-size:14px;}
#module_157386281 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_157386281 .showHandle .btn{color:#333;}
#module_157386281 .showHandle .btn{font-weight:400;}
#module_157386281 .showHandle .btn{text-decoration:none;}
#module_157386281 .showHandle .btn{font-style:normal;}
#module_157386281 .showHandle div{border-top-color:#ddd !important;}
#module_157386281 .showHandle div{border-top-style:solid !important;}
#module_157386281 .showHandle div{border-top-width:1px !important;}
#module_157386281 .showHandle{background-color:transparent;}
#module_157386281 .showHandle{background-image:none;}
#module_157386281 .showHandle{background-repeat:no-repeat;}
#module_157386281 .showHandle{}
#module_157386281 .showHandle{}
#module_157386281 .showHandle{}
#module_157386281 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer157386277 #Sub157386277_2 {width:50%;}
.module_157386282 .ModuleHead .HeadCenter{float:none;}
#module_157386282 {
padding:0px;
}
#module_157386282 {
position:static;
z-index:0;
top:1403px;
left:1578px;
width:100%;
height: auto;
}
#module_157386282 .ModuleHead157386282 {
display:none;
}
#module_157386282 .BodyCenter.BodyCenter157386282 {
background-color:transparent;
background-image:url(../comdata/82544/202011/202011231545366dfa08.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_157386282 >.module_157386282 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386282 >.module_157386282{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386282 .BodyCenter.BodyCenter157386282 {
padding-top:4.2965%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2965%;
}
}
@media screen and (max-width: 767px){
#module_157386282 .BodyCenter.BodyCenter157386282 {
padding-top:9.8039%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:9.8039%;
}
}
@media screen and (min-width: 768px){
#module_157386282 >.module_157386282 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386282 >.module_157386282 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386282 >.module_157386282 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386282:hover {
border:none;
}
#module_157386282:hover >.module_157386282 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

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

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

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

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

#module_157386151 .ModuleSubContainer{background-color:transparent;}
#module_157386151 .ModuleSubContainer{background-image:none;}
#module_157386151 .ModuleSubContainer{background-repeat:no-repeat;}
#module_157386151 .ModuleSubContainer{background-position:0% 0%;}
#module_157386151 .ModuleSubContainer{background-attachment:scroll;}
#module_157386151 .ModuleSubContainer{}
#module_157386151 {!bgVideo!}{bgVideoUrl:none}
#module_157386151 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_157386151 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_157386151 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer157386151 {}
.ModuleGridContainer.ModuleGridContainer157386151 .SubPadding {width:40px;}
/*图文模块 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_157386152 .ModuleHead .HeadCenter{float:none;}
#module_157386152 {
padding:0px;
}
#module_157386152 {
position:static;
z-index:0;
top:41px;
left:599px;
width:100%;
height: auto;
}
#module_157386152 .ModuleHead157386152 {
display:none;
}
#module_157386152 .BodyCenter.BodyCenter157386152 {
background:none;background-color:rgb(255, 255, 255);
}
#module_157386152 >.module_157386152 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386152 >.module_157386152{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386152 .BodyCenter.BodyCenter157386152 {
padding-top:5.3619%;
padding-left:8.0429%;
padding-right:8.0429%;
padding-bottom:24.3968%;
}
}
@media screen and (max-width: 767px){
#module_157386152 .BodyCenter.BodyCenter157386152 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_157386152 >.module_157386152 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386152 >.module_157386152 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_157386152 >.module_157386152 {box-shadow: 0px 0px 19px 3px rgb(248, 248, 248);transition: box-shadow 0.5s ease 0s;}
#module_157386152:hover {
border:none;
}
#module_157386152:hover >.module_157386152 {box-shadow: 0px 0px 20px 3px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

#module_157386152 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_157386152 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_157386152 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_157386152 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_157386152 .GraphicUpper{padding-top:0px;}
#module_157386152 .GraphicUpper{padding-bottom:23px;}
#module_157386152 .GraphicUpper{padding-left:0px;}
#module_157386152 .GraphicUpper {padding-right:0px;}
#module_157386152 .GraphicUpper{width:20%;} #module_157386152 .ModuleImageTextContent{width: calc(100% - 20%);}
#module_157386152 .MobileGraphicUpper{width:10%;} #module_157386152 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_157386152 .ModuleImageTextGiantContent{padding-top:0px;}
#module_157386152 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_157386152 .ModuleImageTextGiantContent{padding-left:20px;}
#module_157386152 .ModuleImageTextGiantContent{padding-right:0px;}
#module_157386152 .normal_ImgtextBox_content{padding-top:0px;}
#module_157386152 .normal_ImgtextBox_content{padding-bottom:30px;}
#module_157386152 .normal_ImgtextBox_content{padding-left:0px;}
#module_157386152 .normal_ImgtextBox_content{padding-right:0px;}
#module_157386152 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_157386152 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_157386152 .normal_ImgtextBox_content{background-color:transparent;}
#module_157386152 .normal_ImgtextBox_content{background-image:none;}
#module_157386152 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_157386152 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_157386152 .normal_ImgtextBox_content{background-attachment:none;}
#module_157386152 .normal_ImgtextBox_content{}
#module_157386152 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_157386152 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_157386152 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_157386152 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_157386152 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_157386152 .normal_ImgtextBox_content{border-top-style:none;}
#module_157386152 .normal_ImgtextBox_content{border-top-width:0px;}
#module_157386152 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_157386152 .normal_ImgtextBox_content{border-right-style:none;}
#module_157386152 .normal_ImgtextBox_content{border-right-width:0px;}
#module_157386152 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_157386152 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_157386152 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_157386152 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_157386152 .normal_ImgtextBox_content{border-left-style:none;}
#module_157386152 .normal_ImgtextBox_content{border-left-width:0px;}
#module_157386152 .showHandle .btn{font-size:14px;}
#module_157386152 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_157386152 .showHandle .btn{color:#333;}
#module_157386152 .showHandle .btn{font-weight:400;}
#module_157386152 .showHandle .btn{text-decoration:none;}
#module_157386152 .showHandle .btn{font-style:normal;}
#module_157386152 .showHandle div{border-top-color:#ddd !important;}
#module_157386152 .showHandle div{border-top-style:solid !important;}
#module_157386152 .showHandle div{border-top-width:1px !important;}
#module_157386152 .showHandle{background-color:transparent;}
#module_157386152 .showHandle{background-image:none;}
#module_157386152 .showHandle{background-repeat:no-repeat;}
#module_157386152 .showHandle{}
#module_157386152 .showHandle{}
#module_157386152 .showHandle{}
#module_157386152 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_157386152 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_157386152 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_157386152 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_157386152 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_157386152 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_157386152 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_157386152 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_157386152 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_157386152 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer157386151 #Sub157386151_1 {width:33.3333%;}
.module_157386161 .ModuleHead .HeadCenter{float:none;}
#module_157386161 {
padding:0px;
}
#module_157386161 {
position:static;
z-index:0;
top:38px;
left:599px;
width:100%;
height: auto;
}
#module_157386161 .ModuleHead157386161 {
display:none;
}
#module_157386161 .BodyCenter.BodyCenter157386161 {
background:none;background-color:rgb(255, 255, 255);
}
#module_157386161 >.module_157386161 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386161 >.module_157386161{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386161 .BodyCenter.BodyCenter157386161 {
padding-top:5.3619%;
padding-left:8.0429%;
padding-right:8.0429%;
padding-bottom:24.3968%;
}
}
@media screen and (max-width: 767px){
#module_157386161 .BodyCenter.BodyCenter157386161 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_157386161 >.module_157386161 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386161 >.module_157386161 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_157386161 >.module_157386161 {box-shadow: 0px 0px 19px 3px rgb(248, 248, 248);transition: box-shadow 0.5s ease 0s;}
#module_157386161:hover {
border:none;
}
#module_157386161:hover >.module_157386161 {box-shadow: 0px 0px 20px 3px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

#module_157386161 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_157386161 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_157386161 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_157386161 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_157386161 .GraphicUpper{padding-top:0px;}
#module_157386161 .GraphicUpper{padding-bottom:23px;}
#module_157386161 .GraphicUpper{padding-left:0px;}
#module_157386161 .GraphicUpper {padding-right:0px;}
#module_157386161 .GraphicUpper{width:20%;} #module_157386161 .ModuleImageTextContent{width: calc(100% - 20%);}
#module_157386161 .MobileGraphicUpper{width:10%;} #module_157386161 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_157386161 .ModuleImageTextGiantContent{padding-top:0px;}
#module_157386161 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_157386161 .ModuleImageTextGiantContent{padding-left:20px;}
#module_157386161 .ModuleImageTextGiantContent{padding-right:0px;}
#module_157386161 .normal_ImgtextBox_content{padding-top:0px;}
#module_157386161 .normal_ImgtextBox_content{padding-bottom:30px;}
#module_157386161 .normal_ImgtextBox_content{padding-left:0px;}
#module_157386161 .normal_ImgtextBox_content{padding-right:0px;}
#module_157386161 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_157386161 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_157386161 .normal_ImgtextBox_content{background-color:transparent;}
#module_157386161 .normal_ImgtextBox_content{background-image:none;}
#module_157386161 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_157386161 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_157386161 .normal_ImgtextBox_content{background-attachment:none;}
#module_157386161 .normal_ImgtextBox_content{}
#module_157386161 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_157386161 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_157386161 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_157386161 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_157386161 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_157386161 .normal_ImgtextBox_content{border-top-style:none;}
#module_157386161 .normal_ImgtextBox_content{border-top-width:0px;}
#module_157386161 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_157386161 .normal_ImgtextBox_content{border-right-style:none;}
#module_157386161 .normal_ImgtextBox_content{border-right-width:0px;}
#module_157386161 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_157386161 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_157386161 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_157386161 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_157386161 .normal_ImgtextBox_content{border-left-style:none;}
#module_157386161 .normal_ImgtextBox_content{border-left-width:0px;}
#module_157386161 .showHandle .btn{font-size:14px;}
#module_157386161 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_157386161 .showHandle .btn{color:#333;}
#module_157386161 .showHandle .btn{font-weight:400;}
#module_157386161 .showHandle .btn{text-decoration:none;}
#module_157386161 .showHandle .btn{font-style:normal;}
#module_157386161 .showHandle div{border-top-color:#ddd !important;}
#module_157386161 .showHandle div{border-top-style:solid !important;}
#module_157386161 .showHandle div{border-top-width:1px !important;}
#module_157386161 .showHandle{background-color:transparent;}
#module_157386161 .showHandle{background-image:none;}
#module_157386161 .showHandle{background-repeat:no-repeat;}
#module_157386161 .showHandle{}
#module_157386161 .showHandle{}
#module_157386161 .showHandle{}
#module_157386161 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_157386161 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_157386161 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_157386161 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_157386161 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_157386161 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_157386161 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_157386161 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_157386161 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_157386161 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer157386151 #Sub157386151_2 {width:33.3333%;}
.module_157386162 .ModuleHead .HeadCenter{float:none;}
#module_157386162 {
padding:0px;
}
#module_157386162 {
position:static;
z-index:0;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_157386162 .ModuleHead157386162 {
display:none;
}
#module_157386162 .BodyCenter.BodyCenter157386162 {
background:none;background-color:rgb(255, 255, 255);
}
#module_157386162 >.module_157386162 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386162 >.module_157386162{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386162 .BodyCenter.BodyCenter157386162 {
padding-top:5.3619%;
padding-left:8.0429%;
padding-right:8.0429%;
padding-bottom:24.3968%;
}
}
@media screen and (max-width: 767px){
#module_157386162 .BodyCenter.BodyCenter157386162 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_157386162 >.module_157386162 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386162 >.module_157386162 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_157386162 >.module_157386162 {box-shadow: 0px 0px 19px 3px rgb(248, 248, 248);transition: box-shadow 0.5s ease 0s;}
#module_157386162:hover {
border:none;
}
#module_157386162:hover >.module_157386162 {box-shadow: 0px 0px 20px 3px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

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

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

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

.ModuleGridContainer.ModuleGridContainer157386157 #Sub157386157_1 {width:16.6667%;}
.module_157386158 .ModuleHead .HeadCenter{float:none;}
#module_157386158 {
padding:0px;
}
#module_157386158 {
position:static;
z-index:0;
top:1290px;
left:842px;
width:100%;
height: auto;
}
#module_157386158 .ModuleHead157386158 {
display:none;
}
#module_157386158 .BodyCenter.BodyCenter157386158 {
background:none;background-color:rgba(0,0,0,0);
}
#module_157386158 >.module_157386158 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386158 >.module_157386158{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386158 .BodyCenter.BodyCenter157386158 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386158 .BodyCenter.BodyCenter157386158 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_157386158 >.module_157386158 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:20.5714%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386158 >.module_157386158 {
margin-top:3.6496%;
margin-left:8.0292%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386158 >.module_157386158 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386158:hover {
border:none;
}
#module_157386158:hover >.module_157386158 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer157386157 #Sub157386157_2 {width:16.6667%;}
.module_157386166 .ModuleHead .HeadCenter{float:none;}
#module_157386166 {
padding:0px;
}
#module_157386166 {
position:static;
z-index:0;
top:21px;
left:599px;
width:100%;
height: auto;
}
#module_157386166 .ModuleHead157386166 {
display:none;
}
#module_157386166 .BodyCenter.BodyCenter157386166 {
background:none;background-color:rgba(0,0,0,0);
}
#module_157386166 >.module_157386166 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386166 >.module_157386166{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386166 .BodyCenter.BodyCenter157386166 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386166 .BodyCenter.BodyCenter157386166 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_157386166 >.module_157386166 {
margin-top:0.0000%;
margin-left:10.2857%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386166 >.module_157386166 {
margin-top:3.2847%;
margin-left:8.0292%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386166 >.module_157386166 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386166:hover {
border:none;
}
#module_157386166:hover >.module_157386166 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer157386157 #Sub157386157_3 {width:16.6667%;}
.module_157386583 .ModuleHead .HeadCenter{float:none;}
#module_157386583 {
padding:0px;
}
#module_157386583 {
position:static;
z-index:0;
top:16px;
left:599px;
width:100%;
height: auto;
}
#module_157386583 .ModuleHead157386583 {
display:none;
}
#module_157386583 .BodyCenter.BodyCenter157386583 {
background:none;background-color:rgba(0,0,0,0);
}
#module_157386583 >.module_157386583 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386583 >.module_157386583{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386583 .BodyCenter.BodyCenter157386583 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386583 .BodyCenter.BodyCenter157386583 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_157386583 >.module_157386583 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:20.5714%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386583 >.module_157386583 {
margin-top:3.6496%;
margin-left:8.0292%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386583 >.module_157386583 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386583:hover {
border:none;
}
#module_157386583:hover >.module_157386583 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer157386157 #Sub157386157_4 {width:16.6667%;}
.module_157386160 .ModuleHead .HeadCenter{float:none;}
#module_157386160 {
padding:0px;
}
#module_157386160 {
position:static;
z-index:0;
top:8px;
left:0px;
width:100%;
height: auto;
}
#module_157386160 .ModuleHead157386160 {
display:none;
}
#module_157386160 .BodyCenter.BodyCenter157386160 {
background:none;background-color:rgba(0,0,0,0);
}
#module_157386160 >.module_157386160 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386160 >.module_157386160{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386160 .BodyCenter.BodyCenter157386160 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386160 .BodyCenter.BodyCenter157386160 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_157386160 >.module_157386160 {
margin-top:0.0000%;
margin-left:10.2857%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386160 >.module_157386160 {
margin-top:3.2847%;
margin-left:8.0292%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386160 >.module_157386160 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386160:hover {
border:none;
}
#module_157386160:hover >.module_157386160 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer157386157 #Sub157386157_5 {width:16.6667%;}
.module_157386584 .ModuleHead .HeadCenter{float:none;}
#module_157386584 {
padding:0px;
}
#module_157386584 {
position:static;
z-index:0;
top:17px;
left:0px;
width:100%;
height: auto;
}
#module_157386584 .ModuleHead157386584 {
display:none;
}
#module_157386584 .BodyCenter.BodyCenter157386584 {
background:none;background-color:rgba(0,0,0,0);
}
#module_157386584 >.module_157386584 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386584 >.module_157386584{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386584 .BodyCenter.BodyCenter157386584 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386584 .BodyCenter.BodyCenter157386584 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_157386584 >.module_157386584 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:20.5714%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386584 >.module_157386584 {
margin-top:3.6496%;
margin-left:8.0292%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386584 >.module_157386584 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386584:hover {
border:none;
}
#module_157386584:hover >.module_157386584 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer157386157 #Sub157386157_6 {width:16.6667%;}
.module_157386111 .ModuleHead .HeadCenter{float:none;}
#module_157386111 {
padding:0px;
}
#module_157386111 {
position:static;
z-index:0;
top:957px;
left:1284px;
width:100%;
height: auto;
}
#module_157386111 .ModuleHead157386111 {
display:none;
}
#module_157386111 .BodyCenter.BodyCenter157386111 {
background:none;background-color:rgba(0,0,0,0);
}
#module_157386111 >.module_157386111 {
border-top-style:none;
border-top-color:rgb(242, 242, 242);
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386111 >.module_157386111{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386111 .BodyCenter.BodyCenter157386111 {
padding-top:0.7845%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_157386111 .BodyCenter.BodyCenter157386111 {
padding-top:0.0000%;
padding-left:4.0872%;
padding-right:4.0872%;
padding-bottom:0.5450%;
}
}
@media screen and (min-width: 768px){
#module_157386111 >.module_157386111 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386111 >.module_157386111 {
margin-top:4.0872%;
margin-left:1.3624%;
margin-right:1.3624%;
margin-bottom:0.0000%;
}
}
#module_157386111 >.module_157386111 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386111:hover {
border:none;
}
#module_157386111:hover >.module_157386111 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_157386111 .ModuleSubContainer{background-color:transparent;}
#module_157386111 .ModuleSubContainer{background-image:none;}
#module_157386111 .ModuleSubContainer{background-repeat:no-repeat;}
#module_157386111 .ModuleSubContainer{background-position:0% 0%;}
#module_157386111 .ModuleSubContainer{background-attachment:scroll;}
#module_157386111 .ModuleSubContainer{}
#module_157386111 {!bgVideo!}{bgVideoUrl:none}
#module_157386111 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_157386111 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_157386111 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer157386111 {}
.ModuleGridContainer.ModuleGridContainer157386111 .SubPadding {width:40px;}
.module_157386165 .ModuleHead .HeadCenter{float:none;}
#module_157386165 {
padding:0px;
}
#module_157386165 {
position:static;
z-index:0;
top:19px;
left:0px;
width:100%;
height: auto;
}
#module_157386165 .ModuleHead157386165 {
display:none;
}
#module_157386165 .BodyCenter.BodyCenter157386165 {
background:none;background-color:rgb(255, 255, 255);
}
#module_157386165 >.module_157386165 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386165 >.module_157386165{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386165 .BodyCenter.BodyCenter157386165 {
padding-top:5.3619%;
padding-left:8.0429%;
padding-right:8.0429%;
padding-bottom:24.3968%;
}
}
@media screen and (max-width: 767px){
#module_157386165 .BodyCenter.BodyCenter157386165 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_157386165 >.module_157386165 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386165 >.module_157386165 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_157386165 >.module_157386165 {box-shadow: 0px 0px 19px 3px rgb(248, 248, 248);transition: box-shadow 0.5s ease 0s;}
#module_157386165:hover {
border:none;
}
#module_157386165:hover >.module_157386165 {box-shadow: 0px 0px 20px 3px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

#module_157386165 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_157386165 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_157386165 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_157386165 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_157386165 .GraphicUpper{padding-top:0px;}
#module_157386165 .GraphicUpper{padding-bottom:23px;}
#module_157386165 .GraphicUpper{padding-left:0px;}
#module_157386165 .GraphicUpper {padding-right:0px;}
#module_157386165 .GraphicUpper{width:20%;} #module_157386165 .ModuleImageTextContent{width: calc(100% - 20%);}
#module_157386165 .MobileGraphicUpper{width:10%;} #module_157386165 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_157386165 .ModuleImageTextGiantContent{padding-top:0px;}
#module_157386165 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_157386165 .ModuleImageTextGiantContent{padding-left:20px;}
#module_157386165 .ModuleImageTextGiantContent{padding-right:0px;}
#module_157386165 .normal_ImgtextBox_content{padding-top:0px;}
#module_157386165 .normal_ImgtextBox_content{padding-bottom:30px;}
#module_157386165 .normal_ImgtextBox_content{padding-left:0px;}
#module_157386165 .normal_ImgtextBox_content{padding-right:0px;}
#module_157386165 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_157386165 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_157386165 .normal_ImgtextBox_content{background-color:transparent;}
#module_157386165 .normal_ImgtextBox_content{background-image:none;}
#module_157386165 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_157386165 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_157386165 .normal_ImgtextBox_content{background-attachment:none;}
#module_157386165 .normal_ImgtextBox_content{}
#module_157386165 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_157386165 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_157386165 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_157386165 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_157386165 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_157386165 .normal_ImgtextBox_content{border-top-style:none;}
#module_157386165 .normal_ImgtextBox_content{border-top-width:0px;}
#module_157386165 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_157386165 .normal_ImgtextBox_content{border-right-style:none;}
#module_157386165 .normal_ImgtextBox_content{border-right-width:0px;}
#module_157386165 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_157386165 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_157386165 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_157386165 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_157386165 .normal_ImgtextBox_content{border-left-style:none;}
#module_157386165 .normal_ImgtextBox_content{border-left-width:0px;}
#module_157386165 .showHandle .btn{font-size:14px;}
#module_157386165 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_157386165 .showHandle .btn{color:#333;}
#module_157386165 .showHandle .btn{font-weight:400;}
#module_157386165 .showHandle .btn{text-decoration:none;}
#module_157386165 .showHandle .btn{font-style:normal;}
#module_157386165 .showHandle div{border-top-color:#ddd !important;}
#module_157386165 .showHandle div{border-top-style:solid !important;}
#module_157386165 .showHandle div{border-top-width:1px !important;}
#module_157386165 .showHandle{background-color:transparent;}
#module_157386165 .showHandle{background-image:none;}
#module_157386165 .showHandle{background-repeat:no-repeat;}
#module_157386165 .showHandle{}
#module_157386165 .showHandle{}
#module_157386165 .showHandle{}
#module_157386165 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_157386165 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_157386165 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_157386165 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_157386165 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_157386165 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_157386165 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_157386165 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_157386165 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_157386165 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer157386111 #Sub157386111_1 {width:33.3333%;}
.module_157386163 .ModuleHead .HeadCenter{float:none;}
#module_157386163 {
padding:0px;
}
#module_157386163 {
position:static;
z-index:0;
top:53px;
left:0px;
width:100%;
height: auto;
}
#module_157386163 .ModuleHead157386163 {
display:none;
}
#module_157386163 .BodyCenter.BodyCenter157386163 {
background:none;background-color:rgb(255, 255, 255);
}
#module_157386163 >.module_157386163 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386163 >.module_157386163{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386163 .BodyCenter.BodyCenter157386163 {
padding-top:5.3619%;
padding-left:8.0429%;
padding-right:8.0429%;
padding-bottom:24.3968%;
}
}
@media screen and (max-width: 767px){
#module_157386163 .BodyCenter.BodyCenter157386163 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_157386163 >.module_157386163 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386163 >.module_157386163 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_157386163 >.module_157386163 {box-shadow: 0px 0px 19px 3px rgb(248, 248, 248);transition: box-shadow 0.5s ease 0s;}
#module_157386163:hover {
border:none;
}
#module_157386163:hover >.module_157386163 {box-shadow: 0px 0px 20px 3px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

#module_157386163 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_157386163 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_157386163 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_157386163 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_157386163 .GraphicUpper{padding-top:0px;}
#module_157386163 .GraphicUpper{padding-bottom:23px;}
#module_157386163 .GraphicUpper{padding-left:0px;}
#module_157386163 .GraphicUpper {padding-right:0px;}
#module_157386163 .GraphicUpper{width:20%;} #module_157386163 .ModuleImageTextContent{width: calc(100% - 20%);}
#module_157386163 .MobileGraphicUpper{width:10%;} #module_157386163 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_157386163 .ModuleImageTextGiantContent{padding-top:0px;}
#module_157386163 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_157386163 .ModuleImageTextGiantContent{padding-left:20px;}
#module_157386163 .ModuleImageTextGiantContent{padding-right:0px;}
#module_157386163 .normal_ImgtextBox_content{padding-top:0px;}
#module_157386163 .normal_ImgtextBox_content{padding-bottom:30px;}
#module_157386163 .normal_ImgtextBox_content{padding-left:0px;}
#module_157386163 .normal_ImgtextBox_content{padding-right:0px;}
#module_157386163 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_157386163 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_157386163 .normal_ImgtextBox_content{background-color:transparent;}
#module_157386163 .normal_ImgtextBox_content{background-image:none;}
#module_157386163 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_157386163 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_157386163 .normal_ImgtextBox_content{background-attachment:none;}
#module_157386163 .normal_ImgtextBox_content{}
#module_157386163 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_157386163 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_157386163 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_157386163 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_157386163 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_157386163 .normal_ImgtextBox_content{border-top-style:none;}
#module_157386163 .normal_ImgtextBox_content{border-top-width:0px;}
#module_157386163 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_157386163 .normal_ImgtextBox_content{border-right-style:none;}
#module_157386163 .normal_ImgtextBox_content{border-right-width:0px;}
#module_157386163 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_157386163 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_157386163 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_157386163 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_157386163 .normal_ImgtextBox_content{border-left-style:none;}
#module_157386163 .normal_ImgtextBox_content{border-left-width:0px;}
#module_157386163 .showHandle .btn{font-size:14px;}
#module_157386163 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_157386163 .showHandle .btn{color:#333;}
#module_157386163 .showHandle .btn{font-weight:400;}
#module_157386163 .showHandle .btn{text-decoration:none;}
#module_157386163 .showHandle .btn{font-style:normal;}
#module_157386163 .showHandle div{border-top-color:#ddd !important;}
#module_157386163 .showHandle div{border-top-style:solid !important;}
#module_157386163 .showHandle div{border-top-width:1px !important;}
#module_157386163 .showHandle{background-color:transparent;}
#module_157386163 .showHandle{background-image:none;}
#module_157386163 .showHandle{background-repeat:no-repeat;}
#module_157386163 .showHandle{}
#module_157386163 .showHandle{}
#module_157386163 .showHandle{}
#module_157386163 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_157386163 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_157386163 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_157386163 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_157386163 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_157386163 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_157386163 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_157386163 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_157386163 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_157386163 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer157386111 #Sub157386111_2 {width:33.3333%;}
.module_157386164 .ModuleHead .HeadCenter{float:none;}
#module_157386164 {
padding:0px;
}
#module_157386164 {
position:static;
z-index:0;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_157386164 .ModuleHead157386164 {
display:none;
}
#module_157386164 .BodyCenter.BodyCenter157386164 {
background:none;background-color:rgb(255, 255, 255);
}
#module_157386164 >.module_157386164 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386164 >.module_157386164{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386164 .BodyCenter.BodyCenter157386164 {
padding-top:5.3619%;
padding-left:8.0429%;
padding-right:8.0429%;
padding-bottom:24.3968%;
}
}
@media screen and (max-width: 767px){
#module_157386164 .BodyCenter.BodyCenter157386164 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_157386164 >.module_157386164 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386164 >.module_157386164 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_157386164 >.module_157386164 {box-shadow: 0px 0px 19px 3px rgb(248, 248, 248);transition: box-shadow 0.5s ease 0s;}
#module_157386164:hover {
border:none;
}
#module_157386164:hover >.module_157386164 {box-shadow: 0px 0px 20px 3px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

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

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

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

.ModuleGridContainer.ModuleGridContainer157386153 #Sub157386153_1 {width:16.6667%;}
.module_157386588 .ModuleHead .HeadCenter{float:none;}
#module_157386588 {
padding:0px;
}
#module_157386588 {
position:static;
z-index:0;
top:16px;
left:0px;
width:100%;
height: auto;
}
#module_157386588 .ModuleHead157386588 {
display:none;
}
#module_157386588 .BodyCenter.BodyCenter157386588 {
background:none;background-color:rgba(0,0,0,0);
}
#module_157386588 >.module_157386588 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386588 >.module_157386588{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386588 .BodyCenter.BodyCenter157386588 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386588 .BodyCenter.BodyCenter157386588 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_157386588 >.module_157386588 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:20.5714%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386588 >.module_157386588 {
margin-top:3.6496%;
margin-left:8.0292%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386588 >.module_157386588 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386588:hover {
border:none;
}
#module_157386588:hover >.module_157386588 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer157386153 #Sub157386153_2 {width:16.6667%;}
.module_157386155 .ModuleHead .HeadCenter{float:none;}
#module_157386155 {
padding:0px;
}
#module_157386155 {
position:static;
z-index:0;
top:12px;
left:599px;
width:100%;
height: auto;
}
#module_157386155 .ModuleHead157386155 {
display:none;
}
#module_157386155 .BodyCenter.BodyCenter157386155 {
background:none;background-color:rgba(0,0,0,0);
}
#module_157386155 >.module_157386155 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386155 >.module_157386155{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386155 .BodyCenter.BodyCenter157386155 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386155 .BodyCenter.BodyCenter157386155 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_157386155 >.module_157386155 {
margin-top:0.0000%;
margin-left:10.2857%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386155 >.module_157386155 {
margin-top:3.2847%;
margin-left:8.0292%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386155 >.module_157386155 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386155:hover {
border:none;
}
#module_157386155:hover >.module_157386155 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer157386153 #Sub157386153_3 {width:16.6667%;}
.module_157386587 .ModuleHead .HeadCenter{float:none;}
#module_157386587 {
padding:0px;
}
#module_157386587 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_157386587 .ModuleHead157386587 {
display:none;
}
#module_157386587 .BodyCenter.BodyCenter157386587 {
background:none;background-color:rgba(0,0,0,0);
}
#module_157386587 >.module_157386587 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386587 >.module_157386587{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386587 .BodyCenter.BodyCenter157386587 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386587 .BodyCenter.BodyCenter157386587 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_157386587 >.module_157386587 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:20.5714%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386587 >.module_157386587 {
margin-top:3.6496%;
margin-left:8.0292%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386587 >.module_157386587 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386587:hover {
border:none;
}
#module_157386587:hover >.module_157386587 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer157386153 #Sub157386153_4 {width:16.6667%;}
.module_157386156 .ModuleHead .HeadCenter{float:none;}
#module_157386156 {
padding:0px;
}
#module_157386156 {
position:static;
z-index:0;
top:8px;
left:0px;
width:100%;
height: auto;
}
#module_157386156 .ModuleHead157386156 {
display:none;
}
#module_157386156 .BodyCenter.BodyCenter157386156 {
background:none;background-color:rgba(0,0,0,0);
}
#module_157386156 >.module_157386156 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386156 >.module_157386156{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386156 .BodyCenter.BodyCenter157386156 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386156 .BodyCenter.BodyCenter157386156 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_157386156 >.module_157386156 {
margin-top:0.0000%;
margin-left:10.2857%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386156 >.module_157386156 {
margin-top:3.2847%;
margin-left:8.0292%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386156 >.module_157386156 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386156:hover {
border:none;
}
#module_157386156:hover >.module_157386156 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer157386153 #Sub157386153_5 {width:16.6667%;}
.module_157386586 .ModuleHead .HeadCenter{float:none;}
#module_157386586 {
padding:0px;
}
#module_157386586 {
position:static;
z-index:0;
top:9px;
left:0px;
width:100%;
height: auto;
}
#module_157386586 .ModuleHead157386586 {
display:none;
}
#module_157386586 .BodyCenter.BodyCenter157386586 {
background:none;background-color:rgba(0,0,0,0);
}
#module_157386586 >.module_157386586 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386586 >.module_157386586{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386586 .BodyCenter.BodyCenter157386586 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386586 .BodyCenter.BodyCenter157386586 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_157386586 >.module_157386586 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:20.5714%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386586 >.module_157386586 {
margin-top:3.6496%;
margin-left:8.0292%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386586 >.module_157386586 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386586:hover {
border:none;
}
#module_157386586:hover >.module_157386586 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

#module_157386125 .ModuleSubContainer{background-color:transparent;}
#module_157386125 .ModuleSubContainer{background-image:none;}
#module_157386125 .ModuleSubContainer{background-repeat:no-repeat;}
#module_157386125 .ModuleSubContainer{background-position:0% 0%;}
#module_157386125 .ModuleSubContainer{background-attachment:scroll;}
#module_157386125 .ModuleSubContainer{}
#module_157386125 {!bgVideo!}{bgVideoUrl:none}
#module_157386125 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_157386125 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_157386125 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer157386125 {}
.module_157386112 .ModuleHead .HeadCenter{float:none;}
#module_157386112 {
padding:0px;
}
#module_157386112 {
position:static;
z-index:0;
top:814px;
left:127px;
width:100%;
height: auto;
}
#module_157386112 .ModuleHead157386112 {
display:none;
}
#module_157386112 .BodyCenter.BodyCenter157386112 {
background:none;background-color:rgb(255, 255, 255);
}
#module_157386112 >.module_157386112 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386112 >.module_157386112{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386112 .BodyCenter.BodyCenter157386112 {
padding-top:6.8376%;
padding-left:6.8376%;
padding-right:6.8376%;
padding-bottom:13.6752%;
}
}
@media screen and (max-width: 767px){
#module_157386112 .BodyCenter.BodyCenter157386112 {
padding-top:5.4348%;
padding-left:7.2464%;
padding-right:7.2464%;
padding-bottom:21.7391%;
}
}
@media screen and (min-width: 768px){
#module_157386112 >.module_157386112 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386112 >.module_157386112 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386112 >.module_157386112 {box-shadow: 0px 0px 5px 2px rgb(248, 248, 248);transition: box-shadow 0.5s ease 0s;}
#module_157386112:hover {
border:none;
}
#module_157386112:hover >.module_157386112 {box-shadow: 0px 0px 0px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

#module_157386132 .ModuleSubContainer{background-color:transparent;}
#module_157386132 .ModuleSubContainer{background-image:none;}
#module_157386132 .ModuleSubContainer{background-repeat:no-repeat;}
#module_157386132 .ModuleSubContainer{background-position:0% 0%;}
#module_157386132 .ModuleSubContainer{background-attachment:scroll;}
#module_157386132 .ModuleSubContainer{}
#module_157386132 {!bgVideo!}{bgVideoUrl:none}
#module_157386132 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_157386132 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_157386132 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer157386132 {}
.module_157386133 .ModuleHead .HeadCenter{float:none;}
#module_157386133 {
padding:0px;
}
#module_157386133 {
position:static;
z-index:0;
top:1253px;
left:909px;
width:100%;
height: auto;
}
#module_157386133 .ModuleHead157386133 {
display:none;
}
#module_157386133 .BodyCenter.BodyCenter157386133 {
background:none;background-color:rgb(255, 255, 255);
}
#module_157386133 >.module_157386133 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386133 >.module_157386133{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386133 .BodyCenter.BodyCenter157386133 {
padding-top:6.8376%;
padding-left:6.8376%;
padding-right:6.8376%;
padding-bottom:13.6752%;
}
}
@media screen and (max-width: 767px){
#module_157386133 .BodyCenter.BodyCenter157386133 {
padding-top:5.4348%;
padding-left:7.2464%;
padding-right:7.2464%;
padding-bottom:21.7391%;
}
}
@media screen and (min-width: 768px){
#module_157386133 >.module_157386133 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386133 >.module_157386133 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386133 >.module_157386133 {box-shadow: 0px 0px 5px 2px rgb(248, 248, 248);transition: box-shadow 0.5s ease 0s;}
#module_157386133:hover {
border:none;
}
#module_157386133:hover >.module_157386133 {box-shadow: 0px 0px 5px 2px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

#module_157386128 .ModuleSubContainer{background-color:transparent;}
#module_157386128 .ModuleSubContainer{background-image:none;}
#module_157386128 .ModuleSubContainer{background-repeat:no-repeat;}
#module_157386128 .ModuleSubContainer{background-position:0% 0%;}
#module_157386128 .ModuleSubContainer{background-attachment:scroll;}
#module_157386128 .ModuleSubContainer{}
#module_157386128 {!bgVideo!}{bgVideoUrl:none}
#module_157386128 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_157386128 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_157386128 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer157386128 {}
.module_157386239 .ModuleHead .HeadCenter{float:none;}
#module_157386239 {
padding:0px;
}
#module_157386239 {
position:static;
z-index:0;
top:1333px;
left:123px;
width:100%;
height: auto;
}
#module_157386239 .ModuleHead157386239 {
display:none;
}
#module_157386239 .BodyCenter.BodyCenter157386239 {
background:none;background-color:rgb(255, 255, 255);
}
#module_157386239 >.module_157386239 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386239 >.module_157386239{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386239 .BodyCenter.BodyCenter157386239 {
padding-top:6.8376%;
padding-left:6.8376%;
padding-right:6.8376%;
padding-bottom:13.6752%;
}
}
@media screen and (max-width: 767px){
#module_157386239 .BodyCenter.BodyCenter157386239 {
padding-top:5.4348%;
padding-left:7.2464%;
padding-right:7.2464%;
padding-bottom:21.7391%;
}
}
@media screen and (min-width: 768px){
#module_157386239 >.module_157386239 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386239 >.module_157386239 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386239 >.module_157386239 {box-shadow: 0px 0px 5px 5px rgb(248, 248, 248);transition: box-shadow 0.5s ease 0s;}
#module_157386239:hover {
border:none;
}
#module_157386239:hover >.module_157386239 {box-shadow: 0px 0px 5px 5px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

#module_157386130 .ModuleSubContainer{background-color:transparent;}
#module_157386130 .ModuleSubContainer{background-image:none;}
#module_157386130 .ModuleSubContainer{background-repeat:no-repeat;}
#module_157386130 .ModuleSubContainer{background-position:0% 0%;}
#module_157386130 .ModuleSubContainer{background-attachment:scroll;}
#module_157386130 .ModuleSubContainer{}
#module_157386130 {!bgVideo!}{bgVideoUrl:none}
#module_157386130 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_157386130 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_157386130 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer157386130 {}
.module_157386129 .ModuleHead .HeadCenter{float:none;}
#module_157386129 {
padding:0px;
}
#module_157386129 {
position:static;
z-index:0;
top:1450px;
left:139px;
width:100%;
height: auto;
}
#module_157386129 .ModuleHead157386129 {
display:none;
}
#module_157386129 .BodyCenter.BodyCenter157386129 {
background:none;background-color:rgb(255, 255, 255);
}
#module_157386129 >.module_157386129 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386129 >.module_157386129{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386129 .BodyCenter.BodyCenter157386129 {
padding-top:6.8376%;
padding-left:6.8376%;
padding-right:6.8376%;
padding-bottom:13.6752%;
}
}
@media screen and (max-width: 767px){
#module_157386129 .BodyCenter.BodyCenter157386129 {
padding-top:5.4348%;
padding-left:7.2464%;
padding-right:7.2464%;
padding-bottom:21.7391%;
}
}
@media screen and (min-width: 768px){
#module_157386129 >.module_157386129 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386129 >.module_157386129 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386129 >.module_157386129 {box-shadow: 0px 0px 5px 2px rgb(248, 248, 248);transition: box-shadow 0.5s ease 0s;}
#module_157386129:hover {
border:none;
}
#module_157386129:hover >.module_157386129 {box-shadow: 0px 0px 5px 2px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

#module_157386238 .ModuleSubContainer{background-color:transparent;}
#module_157386238 .ModuleSubContainer{background-image:none;}
#module_157386238 .ModuleSubContainer{background-repeat:no-repeat;}
#module_157386238 .ModuleSubContainer{background-position:0% 0%;}
#module_157386238 .ModuleSubContainer{background-attachment:scroll;}
#module_157386238 .ModuleSubContainer{}
#module_157386238 {!bgVideo!}{bgVideoUrl:none}
#module_157386238 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_157386238 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_157386238 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer157386238 {}
.module_157386131 .ModuleHead .HeadCenter{float:none;}
#module_157386131 {
padding:0px;
}
#module_157386131 {
position:static;
z-index:0;
top:1716px;
left:129px;
width:100%;
height: auto;
}
#module_157386131 .ModuleHead157386131 {
display:none;
}
#module_157386131 .BodyCenter.BodyCenter157386131 {
background:none;background-color:rgb(255, 255, 255);
}
#module_157386131 >.module_157386131 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386131 >.module_157386131{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386131 .BodyCenter.BodyCenter157386131 {
padding-top:6.8376%;
padding-left:6.8376%;
padding-right:6.8376%;
padding-bottom:13.6752%;
}
}
@media screen and (max-width: 767px){
#module_157386131 .BodyCenter.BodyCenter157386131 {
padding-top:5.4348%;
padding-left:7.2464%;
padding-right:7.2464%;
padding-bottom:21.7391%;
}
}
@media screen and (min-width: 768px){
#module_157386131 >.module_157386131 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386131 >.module_157386131 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386131 >.module_157386131 {box-shadow: 0px 0px 5px 5px rgb(248, 248, 248);transition: box-shadow 0.5s ease 0s;}
#module_157386131:hover {
border:none;
}
#module_157386131:hover >.module_157386131 {box-shadow: 0px 0px 5px 5px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

#module_157386126 .ModuleSubContainer{background-color:transparent;}
#module_157386126 .ModuleSubContainer{background-image:none;}
#module_157386126 .ModuleSubContainer{background-repeat:no-repeat;}
#module_157386126 .ModuleSubContainer{background-position:0% 0%;}
#module_157386126 .ModuleSubContainer{background-attachment:scroll;}
#module_157386126 .ModuleSubContainer{}
#module_157386126 {!bgVideo!}{bgVideoUrl:none}
#module_157386126 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_157386126 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_157386126 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer157386126 {}
.module_157386127 .ModuleHead .HeadCenter{float:none;}
#module_157386127 {
padding:0px;
}
#module_157386127 {
position:static;
z-index:0;
top:1253px;
left:909px;
width:100%;
height: auto;
}
#module_157386127 .ModuleHead157386127 {
display:none;
}
#module_157386127 .BodyCenter.BodyCenter157386127 {
background:none;background-color:rgb(255, 255, 255);
}
#module_157386127 >.module_157386127 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386127 >.module_157386127{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386127 .BodyCenter.BodyCenter157386127 {
padding-top:6.8376%;
padding-left:6.8376%;
padding-right:6.8376%;
padding-bottom:13.6752%;
}
}
@media screen and (max-width: 767px){
#module_157386127 .BodyCenter.BodyCenter157386127 {
padding-top:5.4348%;
padding-left:7.2464%;
padding-right:7.2464%;
padding-bottom:21.7391%;
}
}
@media screen and (min-width: 768px){
#module_157386127 >.module_157386127 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386127 >.module_157386127 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386127 >.module_157386127 {box-shadow: 0px 0px 5px 5px rgb(248, 248, 248);transition: box-shadow 0.5s ease 0s;}
#module_157386127:hover {
border:none;
}
#module_157386127:hover >.module_157386127 {box-shadow: 0px 0px 5px 5px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

.ModuleGridContainer.ModuleGridContainer157386241 #Sub157386241_2 {width:50%;}
.module_157386299 .ModuleHead .HeadCenter{float:none;}
#module_157386299 {
padding:0px;
}
#module_157386299 {
position:static;
z-index:0;
top:2957px;
left:1484px;
width:100%;
height: auto;
}
#module_157386299 .ModuleHead157386299 {
display:none;
}
#module_157386299 .BodyCenter.BodyCenter157386299 {
background-color:transparent;
background-image:url(../comdata/82544/201906/201906301719361f2583.jpg);
background-size:auto;
background-repeat:repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_157386299 >.module_157386299 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157386299 >.module_157386299{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157386299 .BodyCenter.BodyCenter157386299 {
padding-top:4.2965%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.4447%;
}
}
@media screen and (max-width: 767px){
#module_157386299 .BodyCenter.BodyCenter157386299 {
padding-top:9.8039%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:9.8039%;
}
}
@media screen and (min-width: 768px){
#module_157386299 >.module_157386299 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157386299 >.module_157386299 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157386299 >.module_157386299 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157386299:hover {
border:none;
}
#module_157386299:hover >.module_157386299 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

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

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

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

#module_157386315 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_157386315 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_157386315 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_157386315 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_157386315 .GraphicUpper .TextImage{padding-top:0px;}
#module_157386315 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_157386315 .GraphicUpper .TextImage{padding-left:0px;}
#module_157386315 .GraphicUpper .TextImage{padding-right:0px;}
#module_157386315 .GraphicUpper .TextImage{width:40%;}
#module_157386315 .GraphicUpper .MobileTextImage{width:35%;}
#module_157386315 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_157386315 .ModuleImageTextGiantContent{padding-top:18px;}
#module_157386315 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_157386315 .ModuleImageTextGiantContent{padding-left:0px;}
#module_157386315 .ModuleImageTextGiantContent{padding-right:0px;}
#module_157386315 .normal_ImgtextBox{padding-top:0px;}
#module_157386315 .normal_ImgtextBox{padding-bottom:0px;}
#module_157386315 .normal_ImgtextBox{padding-left:0px;}
#module_157386315 .normal_ImgtextBox{padding-right:0px;}
#module_157386315 .normal_ImgtextBox{margin-top:20px;margin-bottom:20px;}
#module_157386315 .normal_ImgtextBox.col-lg-6 {margin-right:30px; width:calc((99% - 30px * 5)/ 6)} #module_157386315 .normal_ImgtextBox.col-lg-5 {margin-right:30px; width:calc((99% - 30px * 4)/ 5)} #module_157386315 .normal_ImgtextBox.col-lg-4 {margin-right:30px; width:calc((99% - 30px * 3)/ 4)} #module_157386315 .normal_ImgtextBox.col-lg-3 {margin-right:30px; width:calc((99% - 30px * 2)/ 3)} #module_157386315 .normal_ImgtextBox.col-lg-2 {margin-right:30px; width:calc((99% - 30px)/ 2)}  #module_157386315 .MobileImgtextBox{margin-right:30px;margin-left:0; width:calc((99% - 30px) / 2);}
#module_157386315 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_157386315 .normal_ImgtextBox{background-color:transparent;}
#module_157386315 .normal_ImgtextBox{background-image:none;}
#module_157386315 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_157386315 .normal_ImgtextBox{background-position:0% 0%;}
#module_157386315 .normal_ImgtextBox{background-attachment:none;}
#module_157386315 .normal_ImgtextBox{}
#module_157386315 .normal_ImgtextBox{border-top-left-radius:0px;}
#module_157386315 .normal_ImgtextBox{border-top-right-radius:0px;}
#module_157386315 .normal_ImgtextBox{border-bottom-left-radius:0px;}
#module_157386315 .normal_ImgtextBox{border-bottom-right-radius:0px;}
#module_157386315 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_157386315 .normal_ImgtextBox{border-top-style:none;}
#module_157386315 .normal_ImgtextBox{border-top-width:0px;}
#module_157386315 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_157386315 .normal_ImgtextBox{border-right-style:none;}
#module_157386315 .normal_ImgtextBox{border-right-width:0px;}
#module_157386315 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_157386315 .normal_ImgtextBox{border-bottom-style:none;}
#module_157386315 .normal_ImgtextBox{border-bottom-width:0px;}
#module_157386315 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_157386315 .normal_ImgtextBox{border-left-style:none;}
#module_157386315 .normal_ImgtextBox{border-left-width:0px;}
#module_157386315 .showHandle .btn{font-size:14px;}
#module_157386315 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_157386315 .showHandle .btn{color:#333;}
#module_157386315 .showHandle .btn{font-weight:400;}
#module_157386315 .showHandle .btn{text-decoration:none;}
#module_157386315 .showHandle .btn{font-style:normal;}
#module_157386315 .showHandle div{border-top-color:#ddd !important;}
#module_157386315 .showHandle div{border-top-style:solid !important;}
#module_157386315 .showHandle div{border-top-width:1px !important;}
#module_157386315 .showHandle{background-color:transparent;}
#module_157386315 .showHandle{background-image:none;}
#module_157386315 .showHandle{background-repeat:no-repeat;}
#module_157386315 .showHandle{}
#module_157386315 .showHandle{}
#module_157386315 .showHandle{}
#module_157386315 .normal_ImgtextBox:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_157386315 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_157386315 .normal_ImgtextBox:hover{border-top-style:none;}
#module_157386315 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_157386315 .normal_ImgtextBox:hover{border-right-style:none;}
#module_157386315 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_157386315 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_157386315 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_157386315 .normal_ImgtextBox:hover{border-left-style:none;}
#module_157386315 a{font-size:unset;font-family:unset}
.module_157385995 .ModuleHead .HeadCenter{float:none;}
#module_157385995 {
padding:0px;
}
#module_157385995 {
position:static;
z-index:0;
top:6084px;
left:138px;
width:100%;
height: auto;
}
#module_157385995 .ModuleHead157385995 {
display:none;
}
#module_157385995 .BodyCenter.BodyCenter157385995 {
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_157385995 >.module_157385995 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_157385995 >.module_157385995{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_157385995 .BodyCenter.BodyCenter157385995 {
padding-top:3.1381%;
padding-left:0.0000%;
padding-right:0.0523%;
padding-bottom:3.1904%;
}
}
@media screen and (max-width: 767px){
#module_157385995 .BodyCenter.BodyCenter157385995 {
padding-top:9.8039%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:9.8039%;
}
}
@media screen and (min-width: 768px){
#module_157385995 >.module_157385995 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_157385995 >.module_157385995 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_157385995 >.module_157385995 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_157385995:hover {
border:none;
}
#module_157385995:hover >.module_157385995 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_157385995 .ModuleSubContainer{background-color:transparent;}
#module_157385995 .ModuleSubContainer{background-image:none;}
#module_157385995 .ModuleSubContainer{background-repeat:no-repeat;}
#module_157385995 .ModuleSubContainer{background-position:0% 0%;}
#module_157385995 .ModuleSubContainer{background-attachment:scroll;}
#module_157385995 .ModuleSubContainer{}
#module_157385995 {!bgVideo!}{bgVideoUrl:none}
#module_157385995 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_157385995 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_157385995 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer157385995 {}
/*纯文本模块 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_157385996 .ModuleHead .HeadCenter{float:none;}
#module_157385996 {
padding:0px;
}
#module_157385996 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_157385996 .ModuleHead157385996 {
display:none;
}

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

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

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