﻿/* cache file /mnt/YouZhan/youzhannew-eyunshe/caches/csscache/8/82544/82544_1064915_1_.cache exists */
/*md5:79d946881d837882a601f8fcec7af36f*/
.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_158473652 .ModuleHead .HeadCenter{float:none;}
#module_158473652 {
padding:0px;
}
#module_158473652 {
position:static;
z-index:0;
top:121px;
left:0px;
width:100%;
height: auto;
}
#module_158473652 .ModuleHead158473652 {
display:none;
}
#module_158473652 .BodyCenter.BodyCenter158473652 {
background:none;background-color:rgb(0, 79, 255);
}
#module_158473652 >.module_158473652 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_158473652 >.module_158473652{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_158473652 .BodyCenter.BodyCenter158473652 {
padding-top:6.9913%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.8573%;
}
}
@media screen and (max-width: 767px){
#module_158473652 .BodyCenter.BodyCenter158473652 {
padding-top:11.5274%;
padding-left:8.6455%;
padding-right:8.6455%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_158473652 >.module_158473652 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_158473652 >.module_158473652 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_158473652 >.module_158473652 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_158473652:hover {
border:none;
}
#module_158473652:hover >.module_158473652 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

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

.ModuleGridContainer.ModuleGridContainer158473652 #Sub158473652_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_165227905 .ModuleHead .HeadCenter{float:none;}
#module_165227905 {
padding:0px;
}
#module_165227905 {
position:static;
z-index:0;
top:2235px;
left:0px;
width:100%;
height: auto;
}
#module_165227905 .ModuleHead165227905 {
display:none;
}
#module_165227905 .BodyCenter.BodyCenter165227905 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165227905 >.module_165227905 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165227905 >.module_165227905{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165227905 .BodyCenter.BodyCenter165227905 {
padding-top:3.8573%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.9286%;
}
}
@media screen and (max-width: 767px){
#module_165227905 .BodyCenter.BodyCenter165227905 {
padding-top:13.0293%;
padding-left:6.5147%;
padding-right:6.5147%;
padding-bottom:13.0293%;
}
}
@media screen and (min-width: 768px){
#module_165227905 >.module_165227905 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165227905 >.module_165227905 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165227905 >.module_165227905 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165227905:hover {
border:none;
}
#module_165227905:hover >.module_165227905 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_165282322 .ModuleSubContainer{background-color:transparent;}
#module_165282322 .ModuleSubContainer{background-image:none;}
#module_165282322 .ModuleSubContainer{background-repeat:no-repeat;}
#module_165282322 .ModuleSubContainer{background-position:0% 0%;}
#module_165282322 .ModuleSubContainer{background-attachment:scroll;}
#module_165282322 .ModuleSubContainer{}
#module_165282322 {!bgVideo!}{bgVideoUrl:none}
#module_165282322 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_165282322 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_165282322 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer165282322 {}
.ModuleGridContainer.ModuleGridContainer165282322 .SubPadding {width:0px;}
.module_165282323 .ModuleHead .HeadCenter{float:none;}
#module_165282323 {
padding:0px;
}
#module_165282323 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_165282323 .ModuleHead165282323 {
display:none;
}
#module_165282323 {
border:none;
}
@media screen and (min-width: 768px){
#module_165282323 >.module_165282323 {
}
}
@media screen and (max-width: 767px){
#module_165282323 >.module_165282323 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

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

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

#module_165282329 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165282329 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165282329 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165282329 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165282329 .imageTextGiant-Container{padding-top:10px;}
#module_165282329 .imageTextGiant-Container{padding-bottom:10px;}
#module_165282329 .imageTextGiant-Container{padding-left:10px;}
#module_165282329 .imageTextGiant-Container{padding-right:10px;}
#module_165282329 .showHandle .btn{font-size:14px;}
#module_165282329 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165282329 .showHandle .btn{color:#333;}
#module_165282329 .showHandle .btn{font-weight:400;}
#module_165282329 .showHandle .btn{text-decoration:none;}
#module_165282329 .showHandle .btn{font-style:normal;}
#module_165282329 .showHandle div{border-top-color:#ddd !important;}
#module_165282329 .showHandle div{border-top-style:solid !important;}
#module_165282329 .showHandle div{border-top-width:1px !important;}
#module_165282329 .showHandle{background-color:transparent;}
#module_165282329 .showHandle{background-image:none;}
#module_165282329 .showHandle{background-repeat:no-repeat;}
#module_165282329 .showHandle{}
#module_165282329 .showHandle{}
#module_165282329 .showHandle{}
#module_165282329 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer165282322 #Sub165282322_1 {width:32.5000%;}
.module_165282324 .ModuleHead .HeadCenter{float:none;}
#module_165282324 {
padding:0px;
}
#module_165282324 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_165282324 .ModuleHead165282324 {
display:none;
}
#module_165282324 .BodyCenter.BodyCenter165282324 {
background-color:transparent;
background-image:url(../comdata/82544/202012/202012260043297aa03b.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_165282324 >.module_165282324 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165282324 >.module_165282324{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165282324 .BodyCenter.BodyCenter165282324 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282324 .BodyCenter.BodyCenter165282324 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165282324 >.module_165282324 {
margin-top:10.2564%;
margin-left:0.0000%;
margin-right:20.5128%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282324 >.module_165282324 {
margin-top:3.4843%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165282324 >.module_165282324 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165282324:hover {
border:none;
}
#module_165282324:hover >.module_165282324 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165282324 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165282324 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165282324 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165282324 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165282324 .imageTextGiant-Container{padding-top:10px;}
#module_165282324 .imageTextGiant-Container{padding-bottom:10px;}
#module_165282324 .imageTextGiant-Container{padding-left:10px;}
#module_165282324 .imageTextGiant-Container{padding-right:10px;}
#module_165282324 .showHandle .btn{font-size:14px;}
#module_165282324 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165282324 .showHandle .btn{color:#333;}
#module_165282324 .showHandle .btn{font-weight:400;}
#module_165282324 .showHandle .btn{text-decoration:none;}
#module_165282324 .showHandle .btn{font-style:normal;}
#module_165282324 .showHandle div{border-top-color:#ddd !important;}
#module_165282324 .showHandle div{border-top-style:solid !important;}
#module_165282324 .showHandle div{border-top-width:1px !important;}
#module_165282324 .showHandle{background-color:transparent;}
#module_165282324 .showHandle{background-image:none;}
#module_165282324 .showHandle{background-repeat:no-repeat;}
#module_165282324 .showHandle{}
#module_165282324 .showHandle{}
#module_165282324 .showHandle{}
#module_165282324 a{font-size:unset;font-family:unset}
.module_165282326 .ModuleHead .HeadCenter{float:none;}
#module_165282326 {
padding:0px;
}
#module_165282326 {
position:static;
z-index:0;
top:1433px;
left:902px;
width:100%;
height: auto;
}
#module_165282326 .ModuleHead165282326 {
display:none;
}
#module_165282326 .BodyCenter.BodyCenter165282326 {
background-color:transparent;
background-image:url(../comdata/82544/202012/202012260043297aa03b.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_165282326 >.module_165282326 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165282326 >.module_165282326{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165282326 .BodyCenter.BodyCenter165282326 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282326 .BodyCenter.BodyCenter165282326 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165282326 >.module_165282326 {
margin-top:3.8462%;
margin-left:0.0000%;
margin-right:20.5128%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282326 >.module_165282326 {
margin-top:3.4843%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165282326 >.module_165282326 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165282326:hover {
border:none;
}
#module_165282326:hover >.module_165282326 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165282326 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165282326 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165282326 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165282326 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165282326 .imageTextGiant-Container{padding-top:10px;}
#module_165282326 .imageTextGiant-Container{padding-bottom:10px;}
#module_165282326 .imageTextGiant-Container{padding-left:10px;}
#module_165282326 .imageTextGiant-Container{padding-right:10px;}
#module_165282326 .showHandle .btn{font-size:14px;}
#module_165282326 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165282326 .showHandle .btn{color:#333;}
#module_165282326 .showHandle .btn{font-weight:400;}
#module_165282326 .showHandle .btn{text-decoration:none;}
#module_165282326 .showHandle .btn{font-style:normal;}
#module_165282326 .showHandle div{border-top-color:#ddd !important;}
#module_165282326 .showHandle div{border-top-style:solid !important;}
#module_165282326 .showHandle div{border-top-width:1px !important;}
#module_165282326 .showHandle{background-color:transparent;}
#module_165282326 .showHandle{background-image:none;}
#module_165282326 .showHandle{background-repeat:no-repeat;}
#module_165282326 .showHandle{}
#module_165282326 .showHandle{}
#module_165282326 .showHandle{}
#module_165282326 a{font-size:unset;font-family:unset}
.module_165282327 .ModuleHead .HeadCenter{float:none;}
#module_165282327 {
padding:0px;
}
#module_165282327 {
position:static;
z-index:0;
top:118px;
left:599px;
width:100%;
height: auto;
}
#module_165282327 .ModuleHead165282327 {
display:none;
}
#module_165282327 .BodyCenter.BodyCenter165282327 {
background-color:transparent;
background-image:url(../comdata/82544/202012/202012260043297aa03b.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_165282327 >.module_165282327 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165282327 >.module_165282327{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165282327 .BodyCenter.BodyCenter165282327 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282327 .BodyCenter.BodyCenter165282327 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165282327 >.module_165282327 {
margin-top:3.8462%;
margin-left:0.0000%;
margin-right:20.5128%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282327 >.module_165282327 {
margin-top:3.4843%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165282327 >.module_165282327 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165282327:hover {
border:none;
}
#module_165282327:hover >.module_165282327 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165282327 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165282327 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165282327 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165282327 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165282327 .imageTextGiant-Container{padding-top:10px;}
#module_165282327 .imageTextGiant-Container{padding-bottom:10px;}
#module_165282327 .imageTextGiant-Container{padding-left:10px;}
#module_165282327 .imageTextGiant-Container{padding-right:10px;}
#module_165282327 .showHandle .btn{font-size:14px;}
#module_165282327 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165282327 .showHandle .btn{color:#333;}
#module_165282327 .showHandle .btn{font-weight:400;}
#module_165282327 .showHandle .btn{text-decoration:none;}
#module_165282327 .showHandle .btn{font-style:normal;}
#module_165282327 .showHandle div{border-top-color:#ddd !important;}
#module_165282327 .showHandle div{border-top-style:solid !important;}
#module_165282327 .showHandle div{border-top-width:1px !important;}
#module_165282327 .showHandle{background-color:transparent;}
#module_165282327 .showHandle{background-image:none;}
#module_165282327 .showHandle{background-repeat:no-repeat;}
#module_165282327 .showHandle{}
#module_165282327 .showHandle{}
#module_165282327 .showHandle{}
#module_165282327 a{font-size:unset;font-family:unset}
.module_165282328 .ModuleHead .HeadCenter{float:none;}
#module_165282328 {
padding:0px;
}
#module_165282328 {
position:static;
z-index:0;
top:204px;
left:0px;
width:100%;
height: auto;
}
#module_165282328 .ModuleHead165282328 {
display:none;
}
#module_165282328 .BodyCenter.BodyCenter165282328 {
background-color:transparent;
background-image:url(../comdata/82544/202012/202012260043297aa03b.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_165282328 >.module_165282328 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165282328 >.module_165282328{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165282328 .BodyCenter.BodyCenter165282328 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282328 .BodyCenter.BodyCenter165282328 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165282328 >.module_165282328 {
margin-top:3.8462%;
margin-left:0.0000%;
margin-right:20.5128%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282328 >.module_165282328 {
margin-top:3.4843%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165282328 >.module_165282328 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165282328:hover {
border:none;
}
#module_165282328:hover >.module_165282328 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_165282330 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165282330 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165282330 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165282330 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165282330 .imageTextGiant-Container{padding-top:10px;}
#module_165282330 .imageTextGiant-Container{padding-bottom:10px;}
#module_165282330 .imageTextGiant-Container{padding-left:10px;}
#module_165282330 .imageTextGiant-Container{padding-right:10px;}
#module_165282330 .showHandle .btn{font-size:14px;}
#module_165282330 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165282330 .showHandle .btn{color:#333;}
#module_165282330 .showHandle .btn{font-weight:400;}
#module_165282330 .showHandle .btn{text-decoration:none;}
#module_165282330 .showHandle .btn{font-style:normal;}
#module_165282330 .showHandle div{border-top-color:#ddd !important;}
#module_165282330 .showHandle div{border-top-style:solid !important;}
#module_165282330 .showHandle div{border-top-width:1px !important;}
#module_165282330 .showHandle{background-color:transparent;}
#module_165282330 .showHandle{background-image:none;}
#module_165282330 .showHandle{background-repeat:no-repeat;}
#module_165282330 .showHandle{}
#module_165282330 .showHandle{}
#module_165282330 .showHandle{}
#module_165282330 a{font-size:unset;font-family:unset}
.module_165282325 .ModuleHead .HeadCenter{float:none;}
#module_165282325 {
padding:0px;
}
#module_165282325 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_165282325 .ModuleHead165282325 {
display:none;
}
#module_165282325 {
border:none;
}
@media screen and (min-width: 768px){
#module_165282325 >.module_165282325 {
}
}
@media screen and (max-width: 767px){
#module_165282325 >.module_165282325 {
margin-top:3.2573%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

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

.ModuleGridContainer.ModuleGridContainer165282322 #Sub165282322_3 {width:35.0000%;}
.module_165227865 .ModuleHead .HeadCenter{float:none;}
#module_165227865 {
padding:0px;
}
#module_165227865 {
position:static;
z-index:0;
top:978px;
left:990px;
width:100%;
height: auto;
}
#module_165227865 .ModuleHead165227865 {
display:none;
}
#module_165227865 .BodyCenter.BodyCenter165227865 {
background:none;background-color:rgb(248, 248, 248);
}
#module_165227865 >.module_165227865 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165227865 >.module_165227865{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165227865 .BodyCenter.BodyCenter165227865 {
padding-top:0.5359%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.5359%;
}
}
@media screen and (max-width: 767px){
#module_165227865 .BodyCenter.BodyCenter165227865 {
padding-top:6.5147%;
padding-left:4.8860%;
padding-right:4.8860%;
padding-bottom:13.0293%;
}
}
@media screen and (min-width: 768px){
#module_165227865 >.module_165227865 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165227865 >.module_165227865 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165227865 >.module_165227865 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165227865:hover {
border:none;
}
#module_165227865:hover >.module_165227865 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165227865 .ModuleSubContainer{background-color:transparent;}
#module_165227865 .ModuleSubContainer{background-image:none;}
#module_165227865 .ModuleSubContainer{background-repeat:no-repeat;}
#module_165227865 .ModuleSubContainer{background-position:0% 0%;}
#module_165227865 .ModuleSubContainer{background-attachment:scroll;}
#module_165227865 .ModuleSubContainer{}
#module_165227865 {!bgVideo!}{bgVideoUrl:none}
#module_165227865 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_165227865 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_165227865 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer165227865 {}
.ModuleGridContainer.ModuleGridContainer165227865 .SubPadding {width:20px;}
/*图文模块 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_165227879 .ModuleHead .HeadCenter{float:none;}
#module_165227879 {
padding:0px;
}
#module_165227879 {
position:static;
z-index:0;
top:3625px;
left:517px;
width:100%;
height: auto;
}
#module_165227879 .ModuleHead165227879 {
display:none;
}
#module_165227879 .BodyCenter.BodyCenter165227879 {
background:none;background-color:rgb(255, 255, 255);
}
#module_165227879 >.module_165227879 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165227879 >.module_165227879{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165227879 .BodyCenter.BodyCenter165227879 {
padding-top:10.5263%;
padding-left:10.5263%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165227879 .BodyCenter.BodyCenter165227879 {
padding-top:7.2202%;
padding-left:7.2202%;
padding-right:7.2202%;
padding-bottom:1.8051%;
}
}
@media screen and (min-width: 768px){
#module_165227879 >.module_165227879 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165227879 >.module_165227879 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165227879 >.module_165227879 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165227879:hover {
border:none;
}
#module_165227879:hover >.module_165227879 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

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

#module_165227882 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165227882 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165227882 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165227882 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165227882 .imageTextGiant-Container{padding-top:0px;}
#module_165227882 .imageTextGiant-Container{padding-bottom:0px;}
#module_165227882 .imageTextGiant-Container{padding-left:0px;}
#module_165227882 .imageTextGiant-Container{padding-right:0px;}
#module_165227882 .showHandle .btn{font-size:14px;}
#module_165227882 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165227882 .showHandle .btn{color:#333;}
#module_165227882 .showHandle .btn{font-weight:400;}
#module_165227882 .showHandle .btn{text-decoration:none;}
#module_165227882 .showHandle .btn{font-style:normal;}
#module_165227882 .showHandle div{border-top-color:#ddd !important;}
#module_165227882 .showHandle div{border-top-style:solid !important;}
#module_165227882 .showHandle div{border-top-width:1px !important;}
#module_165227882 .showHandle{background-color:transparent;}
#module_165227882 .showHandle{background-image:none;}
#module_165227882 .showHandle{background-repeat:no-repeat;}
#module_165227882 .showHandle{}
#module_165227882 .showHandle{}
#module_165227882 .showHandle{}
#module_165227882 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer165227865 #Sub165227865_4 {width:25%;}
.module_165227704 .ModuleHead .HeadCenter{float:none;}
#module_165227704 {
padding:0px;
}
#module_165227704 {
position:static;
z-index:0;
top:921px;
left:1518px;
width:100%;
height: auto;
}
#module_165227704 .ModuleHead165227704 {
display:none;
}
#module_165227704 .BodyCenter.BodyCenter165227704 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165227704 >.module_165227704 {
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_165227704 >.module_165227704{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165227704 .BodyCenter.BodyCenter165227704 {
padding-top:0.4822%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.4822%;
}
}
@media screen and (max-width: 767px){
#module_165227704 .BodyCenter.BodyCenter165227704 {
padding-top:0.0000%;
padding-left:4.0872%;
padding-right:4.0872%;
padding-bottom:0.5450%;
}
}
@media screen and (min-width: 768px){
#module_165227704 >.module_165227704 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165227704 >.module_165227704 {
margin-top:4.0872%;
margin-left:1.3624%;
margin-right:1.3624%;
margin-bottom:0.0000%;
}
}
#module_165227704 >.module_165227704 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165227704:hover {
border:none;
}
#module_165227704:hover >.module_165227704 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165227704 .ModuleSubContainer{background-color:transparent;}
#module_165227704 .ModuleSubContainer{background-image:none;}
#module_165227704 .ModuleSubContainer{background-repeat:no-repeat;}
#module_165227704 .ModuleSubContainer{background-position:0% 0%;}
#module_165227704 .ModuleSubContainer{background-attachment:scroll;}
#module_165227704 .ModuleSubContainer{}
#module_165227704 {!bgVideo!}{bgVideoUrl:none}
#module_165227704 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_165227704 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_165227704 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer165227704 {}
.ModuleGridContainer.ModuleGridContainer165227704 .SubPadding {width:30px;}
.module_165227708 .ModuleHead .HeadCenter{float:none;}
#module_165227708 {
padding:0px;
}
#module_165227708 {
position:static;
z-index:0;
top:893px;
left:467px;
width:100%;
height: auto;
}
#module_165227708 .ModuleHead165227708 {
display:none;
}
#module_165227708 .BodyCenter.BodyCenter165227708 {
background-color:transparent;
background-image:url(../comdata/82544/201908/2019080113482587c637.png);
background-size:auto;
background-repeat:no-repeat;
background-position:100% 100%;
background-Attachment:scroll;
}
#module_165227708 >.module_165227708 {
border-top-style:solid;
border-top-color:rgb(246, 246, 246);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(246, 246, 246);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(246, 246, 246);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(246, 246, 246);
border-bottom-width:1px;
}
#module_165227708 >.module_165227708{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165227708 .BodyCenter.BodyCenter165227708 {
padding-top:7.0175%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:45.6140%;
}
}
@media screen and (max-width: 767px){
#module_165227708 .BodyCenter.BodyCenter165227708 {
padding-top:3.0581%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:39.7554%;
}
}
@media screen and (min-width: 768px){
#module_165227708 >.module_165227708 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.5088%;
}
}
@media screen and (max-width: 767px){
#module_165227708 >.module_165227708 {
margin-top:4.5872%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:15.2905%;
}
}
#module_165227708 >.module_165227708 {box-shadow: 1px 1px 15px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}
#module_165227708:hover {
border:none;
}
#module_165227708:hover >.module_165227708 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165227708 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165227708 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165227708 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165227708 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165227708 .imageTextGiant-Container{padding-top:15px;}
#module_165227708 .imageTextGiant-Container{padding-bottom:15px;}
#module_165227708 .imageTextGiant-Container{padding-left:30px;}
#module_165227708 .imageTextGiant-Container{padding-right:30px;}
#module_165227708 .showHandle .btn{font-size:14px;}
#module_165227708 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165227708 .showHandle .btn{color:#333;}
#module_165227708 .showHandle .btn{font-weight:400;}
#module_165227708 .showHandle .btn{text-decoration:none;}
#module_165227708 .showHandle .btn{font-style:normal;}
#module_165227708 .showHandle div{border-top-color:#ddd !important;}
#module_165227708 .showHandle div{border-top-style:solid !important;}
#module_165227708 .showHandle div{border-top-width:1px !important;}
#module_165227708 .showHandle{background-color:transparent;}
#module_165227708 .showHandle{background-image:none;}
#module_165227708 .showHandle{background-repeat:no-repeat;}
#module_165227708 .showHandle{}
#module_165227708 .showHandle{}
#module_165227708 .showHandle{}
#module_165227708 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer165227704 #Sub165227704_1 {width:25%;}
.module_165227705 .ModuleHead .HeadCenter{float:none;}
#module_165227705 {
padding:0px;
}
#module_165227705 {
position:static;
z-index:0;
top:906px;
left:721px;
width:100%;
height: auto;
}
#module_165227705 .ModuleHead165227705 {
display:none;
}
#module_165227705 .BodyCenter.BodyCenter165227705 {
background-color:transparent;
background-image:url(../comdata/82544/201908/2019080113355146effc.png);
background-size:auto;
background-repeat:no-repeat;
background-position:100% 100%;
background-Attachment:scroll;
}
#module_165227705 >.module_165227705 {
border-top-style:solid;
border-top-color:rgb(246, 246, 246);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(246, 246, 246);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(246, 246, 246);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(246, 246, 246);
border-bottom-width:1px;
}
#module_165227705 >.module_165227705{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165227705 .BodyCenter.BodyCenter165227705 {
padding-top:7.0175%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:45.6140%;
}
}
@media screen and (max-width: 767px){
#module_165227705 .BodyCenter.BodyCenter165227705 {
padding-top:3.0581%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:39.7554%;
}
}
@media screen and (min-width: 768px){
#module_165227705 >.module_165227705 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.5088%;
}
}
@media screen and (max-width: 767px){
#module_165227705 >.module_165227705 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165227705 >.module_165227705 {box-shadow: 1px 1px 15px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}
#module_165227705:hover {
border:none;
}
#module_165227705:hover >.module_165227705 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165227705 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165227705 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165227705 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165227705 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165227705 .imageTextGiant-Container{padding-top:15px;}
#module_165227705 .imageTextGiant-Container{padding-bottom:15px;}
#module_165227705 .imageTextGiant-Container{padding-left:30px;}
#module_165227705 .imageTextGiant-Container{padding-right:30px;}
#module_165227705 .showHandle .btn{font-size:14px;}
#module_165227705 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165227705 .showHandle .btn{color:#333;}
#module_165227705 .showHandle .btn{font-weight:400;}
#module_165227705 .showHandle .btn{text-decoration:none;}
#module_165227705 .showHandle .btn{font-style:normal;}
#module_165227705 .showHandle div{border-top-color:#ddd !important;}
#module_165227705 .showHandle div{border-top-style:solid !important;}
#module_165227705 .showHandle div{border-top-width:1px !important;}
#module_165227705 .showHandle{background-color:transparent;}
#module_165227705 .showHandle{background-image:none;}
#module_165227705 .showHandle{background-repeat:no-repeat;}
#module_165227705 .showHandle{}
#module_165227705 .showHandle{}
#module_165227705 .showHandle{}
#module_165227705 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer165227704 #Sub165227704_2 {width:25%;}
.module_165227707 .ModuleHead .HeadCenter{float:none;}
#module_165227707 {
padding:0px;
}
#module_165227707 {
position:static;
z-index:0;
top:19px;
left:0px;
width:100%;
height: auto;
}
#module_165227707 .ModuleHead165227707 {
display:none;
}
#module_165227707 .BodyCenter.BodyCenter165227707 {
background-color:transparent;
background-image:url(../comdata/82544/201908/201908011348256afe7d.png);
background-size:auto;
background-repeat:no-repeat;
background-position:100% 100%;
background-Attachment:scroll;
}
#module_165227707 >.module_165227707 {
border-top-style:solid;
border-top-color:rgb(246, 246, 246);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(246, 246, 246);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(246, 246, 246);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(246, 246, 246);
border-bottom-width:1px;
}
#module_165227707 >.module_165227707{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165227707 .BodyCenter.BodyCenter165227707 {
padding-top:7.0175%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:45.6140%;
}
}
@media screen and (max-width: 767px){
#module_165227707 .BodyCenter.BodyCenter165227707 {
padding-top:3.0581%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:39.7554%;
}
}
@media screen and (min-width: 768px){
#module_165227707 >.module_165227707 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.5088%;
}
}
@media screen and (max-width: 767px){
#module_165227707 >.module_165227707 {
margin-top:4.5872%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165227707 >.module_165227707 {box-shadow: 1px 1px 15px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}
#module_165227707:hover {
border:none;
}
#module_165227707:hover >.module_165227707 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165227707 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165227707 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165227707 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165227707 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165227707 .imageTextGiant-Container{padding-top:15px;}
#module_165227707 .imageTextGiant-Container{padding-bottom:15px;}
#module_165227707 .imageTextGiant-Container{padding-left:30px;}
#module_165227707 .imageTextGiant-Container{padding-right:30px;}
#module_165227707 .showHandle .btn{font-size:14px;}
#module_165227707 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165227707 .showHandle .btn{color:#333;}
#module_165227707 .showHandle .btn{font-weight:400;}
#module_165227707 .showHandle .btn{text-decoration:none;}
#module_165227707 .showHandle .btn{font-style:normal;}
#module_165227707 .showHandle div{border-top-color:#ddd !important;}
#module_165227707 .showHandle div{border-top-style:solid !important;}
#module_165227707 .showHandle div{border-top-width:1px !important;}
#module_165227707 .showHandle{background-color:transparent;}
#module_165227707 .showHandle{background-image:none;}
#module_165227707 .showHandle{background-repeat:no-repeat;}
#module_165227707 .showHandle{}
#module_165227707 .showHandle{}
#module_165227707 .showHandle{}
#module_165227707 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer165227704 #Sub165227704_3 {width:25%;}
.module_165227706 .ModuleHead .HeadCenter{float:none;}
#module_165227706 {
padding:0px;
}
#module_165227706 {
position:static;
z-index:0;
top:894px;
left:1389px;
width:100%;
height: auto;
}
#module_165227706 .ModuleHead165227706 {
display:none;
}
#module_165227706 .BodyCenter.BodyCenter165227706 {
background-color:transparent;
background-image:url(../comdata/82544/201908/20190801134825a80fca.png);
background-size:auto;
background-repeat:no-repeat;
background-position:100% 100%;
background-Attachment:scroll;
}
#module_165227706 >.module_165227706 {
border-top-style:solid;
border-top-color:rgb(246, 246, 246);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(246, 246, 246);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(246, 246, 246);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(246, 246, 246);
border-bottom-width:1px;
}
#module_165227706 >.module_165227706{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165227706 .BodyCenter.BodyCenter165227706 {
padding-top:7.0175%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:45.6140%;
}
}
@media screen and (max-width: 767px){
#module_165227706 .BodyCenter.BodyCenter165227706 {
padding-top:3.0581%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:39.7554%;
}
}
@media screen and (min-width: 768px){
#module_165227706 >.module_165227706 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.5088%;
}
}
@media screen and (max-width: 767px){
#module_165227706 >.module_165227706 {
margin-top:4.5872%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165227706 >.module_165227706 {box-shadow: 1px 1px 15px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}
#module_165227706:hover {
border:none;
}
#module_165227706:hover >.module_165227706 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

#module_95299467 .ModuleSubContainer{background-color:transparent;}
#module_95299467 .ModuleSubContainer{background-image:none;}
#module_95299467 .ModuleSubContainer{background-repeat:no-repeat;}
#module_95299467 .ModuleSubContainer{background-position:0% 0%;}
#module_95299467 .ModuleSubContainer{background-attachment:scroll;}
#module_95299467 .ModuleSubContainer{}
#module_95299467 {!bgVideo!}{bgVideoUrl:none}
#module_95299467 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_95299467 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_95299467 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer95299467 {}
.ModuleGridContainer.ModuleGridContainer95299467 .SubPadding {width:30px;}
/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-103 .imageTextGiant-Container{max-height: 100%; max-width: 100%;padding: 10px;}
.ModuleImageTextGiant.layout-103 .imageTextGiant-Container .GraphicUpper{text-align: center;}
.ModuleImageTextGiant.layout-103 .ModuleImageTextContent{width: 100%;}

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

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

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

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

#module_354339730 .GraphicUpper .TextImage{border-top-left-radius:2px;}
#module_354339730 .GraphicUpper .TextImage{border-top-right-radius:2px;}
#module_354339730 .GraphicUpper .TextImage{border-bottom-left-radius:2px;}
#module_354339730 .GraphicUpper .TextImage{border-bottom-right-radius:2px;}
#module_354339730 .GraphicUpper .TextImage{margin-top:0px;}
#module_354339730 .GraphicUpper .TextImage{margin-bottom:0px;}
#module_354339730 .GraphicUpper .TextImage{margin-left:0px;}
#module_354339730 .GraphicUpper .TextImage{margin-right:0px;}
#module_354339730 .TextImage{width:50%;}
#module_354339730 .MobileTextImage{width:50%;}
#module_354339730 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_354339730 .imageTextGiant-Container{padding-top:10px;}
#module_354339730 .imageTextGiant-Container{padding-bottom:10px;}
#module_354339730 .imageTextGiant-Container{padding-left:10px;}
#module_354339730 .imageTextGiant-Container{padding-right:10px;}
#module_354339730 .ModuleImageTextGiantContent{padding-top:5px;}
#module_354339730 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_354339730 .ModuleImageTextGiantContent{padding-left:0px;}
#module_354339730 .ModuleImageTextGiantContent{padding-right:0px;}
#module_354339730 .imageTextGiant-Container{padding-top:20px;}
#module_354339730 .imageTextGiant-Container{padding-bottom:18px;}
#module_354339730 .imageTextGiant-Container{padding-left:10px;}
#module_354339730 .imageTextGiant-Container{padding-right:10px;}
#module_354339730 .showHandle .btn{font-size:14px;}
#module_354339730 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_354339730 .showHandle .btn{color:#333;}
#module_354339730 .showHandle .btn{font-weight:400;}
#module_354339730 .showHandle .btn{text-decoration:none;}
#module_354339730 .showHandle .btn{font-style:normal;}
#module_354339730 .showHandle div{border-top-color:#ddd !important;}
#module_354339730 .showHandle div{border-top-style:solid !important;}
#module_354339730 .showHandle div{border-top-width:1px !important;}
#module_354339730 .showHandle{background-color:transparent;}
#module_354339730 .showHandle{background-image:none;}
#module_354339730 .showHandle{background-repeat:no-repeat;}
#module_354339730 .showHandle{}
#module_354339730 .showHandle{}
#module_354339730 .showHandle{}
#module_354339730 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer95299467 #Sub95299467_2 {width:16.6667%;}
.module_354339727 .ModuleHead .HeadCenter{float:none;}
#module_354339727 {
padding:0px;
}
#module_354339727 {
position:static;
z-index:0;
top:43px;
left:-133px;
width:100%;
height: auto;
}
#module_354339727 .ModuleHead354339727 {
display:none;
}
#module_354339727 .BodyCenter.BodyCenter354339727 {
background:none;background-color:rgb(255, 255, 255);
}
#module_354339727 >.module_354339727 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_354339727 >.module_354339727{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:2px;
border-top-right-radius:2px;
border-bottom-left-radius:2px;
border-bottom-right-radius:2px;
}
@media screen and (min-width: 768px){
#module_354339727 .BodyCenter.BodyCenter354339727 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_354339727 .BodyCenter.BodyCenter354339727 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354339727 >.module_354339727 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_354339727 >.module_354339727 {
margin-top:9.6154%;
margin-left:0.0000%;
margin-right:4.8077%;
margin-bottom:0.0000%;
}
}
#module_354339727 >.module_354339727 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_354339727:hover {
border:none;
}
#module_354339727:hover >.module_354339727 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

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

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

#module_165282331 .ModuleSubContainer{background-color:transparent;}
#module_165282331 .ModuleSubContainer{background-image:none;}
#module_165282331 .ModuleSubContainer{background-repeat:no-repeat;}
#module_165282331 .ModuleSubContainer{background-position:0% 0%;}
#module_165282331 .ModuleSubContainer{background-attachment:scroll;}
#module_165282331 .ModuleSubContainer{}
#module_165282331 {!bgVideo!}{bgVideoUrl:none}
#module_165282331 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_165282331 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_165282331 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer165282331 {}
.ModuleGridContainer.ModuleGridContainer165282331 .SubPadding {width:0px;}
.ModuleImageGiant.layout-107 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-107 img{
	margin: auto;
    max-width: 100%;
	border: none;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition-duration: 500ms;
    -webkit-transition-duration:500ms;
}

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

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

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

#module_165282338 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165282338 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165282338 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165282338 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165282338 .imageTextGiant-Container{padding-top:10px;}
#module_165282338 .imageTextGiant-Container{padding-bottom:10px;}
#module_165282338 .imageTextGiant-Container{padding-left:10px;}
#module_165282338 .imageTextGiant-Container{padding-right:10px;}
#module_165282338 .showHandle .btn{font-size:14px;}
#module_165282338 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165282338 .showHandle .btn{color:#333;}
#module_165282338 .showHandle .btn{font-weight:400;}
#module_165282338 .showHandle .btn{text-decoration:none;}
#module_165282338 .showHandle .btn{font-style:normal;}
#module_165282338 .showHandle div{border-top-color:#ddd !important;}
#module_165282338 .showHandle div{border-top-style:solid !important;}
#module_165282338 .showHandle div{border-top-width:1px !important;}
#module_165282338 .showHandle{background-color:transparent;}
#module_165282338 .showHandle{background-image:none;}
#module_165282338 .showHandle{background-repeat:no-repeat;}
#module_165282338 .showHandle{}
#module_165282338 .showHandle{}
#module_165282338 .showHandle{}
#module_165282338 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer165282331 #Sub165282331_1 {width:32.5000%;}
.module_165282333 .ModuleHead .HeadCenter{float:none;}
#module_165282333 {
padding:0px;
}
#module_165282333 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_165282333 .ModuleHead165282333 {
display:none;
}
#module_165282333 .BodyCenter.BodyCenter165282333 {
background-color:transparent;
background-image:url(../comdata/82544/202012/202012260012489cf0d9.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_165282333 >.module_165282333 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165282333 >.module_165282333{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165282333 .BodyCenter.BodyCenter165282333 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282333 .BodyCenter.BodyCenter165282333 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165282333 >.module_165282333 {
margin-top:10.2564%;
margin-left:0.0000%;
margin-right:19.2308%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282333 >.module_165282333 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165282333 >.module_165282333 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165282333:hover {
border:none;
}
#module_165282333:hover >.module_165282333 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165282333 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165282333 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165282333 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165282333 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165282333 .imageTextGiant-Container{padding-top:10px;}
#module_165282333 .imageTextGiant-Container{padding-bottom:10px;}
#module_165282333 .imageTextGiant-Container{padding-left:10px;}
#module_165282333 .imageTextGiant-Container{padding-right:10px;}
#module_165282333 .showHandle .btn{font-size:14px;}
#module_165282333 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165282333 .showHandle .btn{color:#333;}
#module_165282333 .showHandle .btn{font-weight:400;}
#module_165282333 .showHandle .btn{text-decoration:none;}
#module_165282333 .showHandle .btn{font-style:normal;}
#module_165282333 .showHandle div{border-top-color:#ddd !important;}
#module_165282333 .showHandle div{border-top-style:solid !important;}
#module_165282333 .showHandle div{border-top-width:1px !important;}
#module_165282333 .showHandle{background-color:transparent;}
#module_165282333 .showHandle{background-image:none;}
#module_165282333 .showHandle{background-repeat:no-repeat;}
#module_165282333 .showHandle{}
#module_165282333 .showHandle{}
#module_165282333 .showHandle{}
#module_165282333 a{font-size:unset;font-family:unset}
.module_165282335 .ModuleHead .HeadCenter{float:none;}
#module_165282335 {
padding:0px;
}
#module_165282335 {
position:static;
z-index:0;
top:1433px;
left:902px;
width:100%;
height: auto;
}
#module_165282335 .ModuleHead165282335 {
display:none;
}
#module_165282335 .BodyCenter.BodyCenter165282335 {
background-color:transparent;
background-image:url(../comdata/82544/202012/202012260012489cf0d9.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_165282335 >.module_165282335 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165282335 >.module_165282335{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165282335 .BodyCenter.BodyCenter165282335 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282335 .BodyCenter.BodyCenter165282335 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_165282335 >.module_165282335 {
margin-top:3.8462%;
margin-left:0.0000%;
margin-right:19.2308%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282335 >.module_165282335 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_165282335 >.module_165282335 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165282335:hover {
border:none;
}
#module_165282335:hover >.module_165282335 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165282335 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165282335 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165282335 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165282335 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165282335 .imageTextGiant-Container{padding-top:10px;}
#module_165282335 .imageTextGiant-Container{padding-bottom:10px;}
#module_165282335 .imageTextGiant-Container{padding-left:10px;}
#module_165282335 .imageTextGiant-Container{padding-right:10px;}
#module_165282335 .showHandle .btn{font-size:14px;}
#module_165282335 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165282335 .showHandle .btn{color:#333;}
#module_165282335 .showHandle .btn{font-weight:400;}
#module_165282335 .showHandle .btn{text-decoration:none;}
#module_165282335 .showHandle .btn{font-style:normal;}
#module_165282335 .showHandle div{border-top-color:#ddd !important;}
#module_165282335 .showHandle div{border-top-style:solid !important;}
#module_165282335 .showHandle div{border-top-width:1px !important;}
#module_165282335 .showHandle{background-color:transparent;}
#module_165282335 .showHandle{background-image:none;}
#module_165282335 .showHandle{background-repeat:no-repeat;}
#module_165282335 .showHandle{}
#module_165282335 .showHandle{}
#module_165282335 .showHandle{}
#module_165282335 a{font-size:unset;font-family:unset}
.module_165282336 .ModuleHead .HeadCenter{float:none;}
#module_165282336 {
padding:0px;
}
#module_165282336 {
position:static;
z-index:0;
top:118px;
left:599px;
width:100%;
height: auto;
}
#module_165282336 .ModuleHead165282336 {
display:none;
}
#module_165282336 .BodyCenter.BodyCenter165282336 {
background-color:transparent;
background-image:url(../comdata/82544/202012/202012260012489cf0d9.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_165282336 >.module_165282336 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165282336 >.module_165282336{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165282336 .BodyCenter.BodyCenter165282336 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282336 .BodyCenter.BodyCenter165282336 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_165282336 >.module_165282336 {
margin-top:3.8462%;
margin-left:0.0000%;
margin-right:19.2308%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282336 >.module_165282336 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_165282336 >.module_165282336 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165282336:hover {
border:none;
}
#module_165282336:hover >.module_165282336 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165282336 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165282336 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165282336 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165282336 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165282336 .imageTextGiant-Container{padding-top:10px;}
#module_165282336 .imageTextGiant-Container{padding-bottom:10px;}
#module_165282336 .imageTextGiant-Container{padding-left:10px;}
#module_165282336 .imageTextGiant-Container{padding-right:10px;}
#module_165282336 .showHandle .btn{font-size:14px;}
#module_165282336 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165282336 .showHandle .btn{color:#333;}
#module_165282336 .showHandle .btn{font-weight:400;}
#module_165282336 .showHandle .btn{text-decoration:none;}
#module_165282336 .showHandle .btn{font-style:normal;}
#module_165282336 .showHandle div{border-top-color:#ddd !important;}
#module_165282336 .showHandle div{border-top-style:solid !important;}
#module_165282336 .showHandle div{border-top-width:1px !important;}
#module_165282336 .showHandle{background-color:transparent;}
#module_165282336 .showHandle{background-image:none;}
#module_165282336 .showHandle{background-repeat:no-repeat;}
#module_165282336 .showHandle{}
#module_165282336 .showHandle{}
#module_165282336 .showHandle{}
#module_165282336 a{font-size:unset;font-family:unset}
.module_165282337 .ModuleHead .HeadCenter{float:none;}
#module_165282337 {
padding:0px;
}
#module_165282337 {
position:static;
z-index:0;
top:204px;
left:0px;
width:100%;
height: auto;
}
#module_165282337 .ModuleHead165282337 {
display:none;
}
#module_165282337 .BodyCenter.BodyCenter165282337 {
background-color:transparent;
background-image:url(../comdata/82544/202012/202012260012489cf0d9.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_165282337 >.module_165282337 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165282337 >.module_165282337{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165282337 .BodyCenter.BodyCenter165282337 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282337 .BodyCenter.BodyCenter165282337 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_165282337 >.module_165282337 {
margin-top:3.8462%;
margin-left:0.0000%;
margin-right:19.2308%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165282337 >.module_165282337 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_165282337 >.module_165282337 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165282337:hover {
border:none;
}
#module_165282337:hover >.module_165282337 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module_354355532 .ModuleHead .HeadCenter{float:none;}
#module_354355532 {
padding:0px;
}
#module_354355532 {
position:static;
z-index:0;
top:3270px;
left:302px;
width:100%;
height: auto;
}
#module_354355532 .ModuleHead354355532 {
display:none;
}
#module_354355532 .BodyCenter.BodyCenter354355532 {
background:none;background-color:rgb(248, 248, 248);
}
#module_354355532 >.module_354355532 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_354355532 >.module_354355532{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_354355532 .BodyCenter.BodyCenter354355532 {
padding-top:3.8573%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.8573%;
}
}
@media screen and (max-width: 767px){
#module_354355532 .BodyCenter.BodyCenter354355532 {
padding-top:11.5274%;
padding-left:5.7637%;
padding-right:5.7637%;
padding-bottom:8.6455%;
}
}
@media screen and (min-width: 768px){
#module_354355532 >.module_354355532 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354355532 >.module_354355532 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354355532 >.module_354355532 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_354355532:hover {
border:none;
}
#module_354355532:hover >.module_354355532 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#module_165227856 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165227856 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165227856 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165227856 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165227856 .imageTextGiant-Container{padding-top:0px;}
#module_165227856 .imageTextGiant-Container{padding-bottom:0px;}
#module_165227856 .imageTextGiant-Container{padding-left:0px;}
#module_165227856 .imageTextGiant-Container{padding-right:0px;}
#module_165227856 .showHandle .btn{font-size:14px;}
#module_165227856 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165227856 .showHandle .btn{color:#333;}
#module_165227856 .showHandle .btn{font-weight:400;}
#module_165227856 .showHandle .btn{text-decoration:none;}
#module_165227856 .showHandle .btn{font-style:normal;}
#module_165227856 .showHandle div{border-top-color:#ddd !important;}
#module_165227856 .showHandle div{border-top-style:solid !important;}
#module_165227856 .showHandle div{border-top-width:1px !important;}
#module_165227856 .showHandle{background-color:transparent;}
#module_165227856 .showHandle{background-image:none;}
#module_165227856 .showHandle{background-repeat:no-repeat;}
#module_165227856 .showHandle{}
#module_165227856 .showHandle{}
#module_165227856 .showHandle{}
#module_165227856 a{font-size:unset;font-family:unset}
.module_354356054 .ModuleHead .HeadCenter{float:none;}
#module_354356054 {
padding:0px;
}
#module_354356054 {
position:static;
z-index:0;
top:8px;
left:0px;
width:100%;
height: auto;
}
#module_354356054 .ModuleHead354356054 {
display:none;
}
#module_354356054 {
border:none;
}
@media screen and (min-width: 768px){
#module_354356054 >.module_354356054 {
margin-top:2.0833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354356054 >.module_354356054 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#module_354355603 .ModuleImageTextGiantContent{margin-top:px;}
#module_354355603 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_354355603 .ModuleImageTextGiantContent{margin-left:px;}
#module_354355603 .ModuleImageTextGiantContent{margin-right:px;}
#module_354355603 .imageTextGiant-Container{padding-top:0px;}
#module_354355603 .imageTextGiant-Container{padding-bottom:0px;}
#module_354355603 .imageTextGiant-Container{padding-left:0px;}
#module_354355603 .imageTextGiant-Container{padding-right:0px;}
#module_354355603 .showHandle .btn{font-size:px;}
#module_354355603 .showHandle .btn{font-family:;}
#module_354355603 .showHandle .btn{color:;}
#module_354355603 .showHandle .btn{}
#module_354355603 .showHandle .btn{}
#module_354355603 .showHandle .btn{}
#module_354355603 .showHandle div{border-top-color: !important;}
#module_354355603 .showHandle div{border-top-style: !important;}
#module_354355603 .showHandle div{border-top-width:px !important;}
#module_354355603 .showHandle{background-color:;}
#module_354355603 .showHandle{}
#module_354355603 .showHandle{}
#module_354355603 .showHandle{}
#module_354355603 .showHandle{}
#module_354355603 .showHandle{}
#module_354355603 a{font-size:unset;font-family:unset}
.module_354355602 .ModuleHead .HeadCenter{float:none;}
#module_354355602 {
padding:0px;
}
#module_354355602 {
position:static;
z-index:0;
top:3872px;
left:109px;
width:100%;
height: auto;
}
#module_354355602 .ModuleHead354355602 {
display:none;
}
#module_354355602 .BodyCenter.BodyCenter354355602 {
background-color:transparent;
background-image:url(../comdata/82544/202012/20201219213502720d26.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_354355602 >.module_354355602 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_354355602 >.module_354355602{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_354355602 .BodyCenter.BodyCenter354355602 {
padding-top:8.3333%;
padding-left:5.5556%;
padding-right:0.0000%;
padding-bottom:8.3333%;
}
}
@media screen and (max-width: 767px){
#module_354355602 .BodyCenter.BodyCenter354355602 {
padding-top:5.6391%;
padding-left:3.7594%;
padding-right:0.0000%;
padding-bottom:5.6391%;
}
}
@media screen and (min-width: 768px){
#module_354355602 >.module_354355602 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354355602 >.module_354355602 {
margin-top:9.3985%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354355602 >.module_354355602 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_354355602:hover {
border:none;
}
#module_354355602:hover >.module_354355602 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_354355602 .ModuleImageTextGiantContent{margin-top:0px;}
#module_354355602 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_354355602 .ModuleImageTextGiantContent{margin-left:0px;}
#module_354355602 .ModuleImageTextGiantContent{margin-right:10px;}
#module_354355602 .imageTextGiant-Container{padding-top:10px;}
#module_354355602 .imageTextGiant-Container{padding-bottom:10px;}
#module_354355602 .imageTextGiant-Container{padding-left:10px;}
#module_354355602 .imageTextGiant-Container{padding-right:10px;}
#module_354355602 .showHandle .btn{font-size:14px;}
#module_354355602 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_354355602 .showHandle .btn{color:#333;}
#module_354355602 .showHandle .btn{font-weight:400;}
#module_354355602 .showHandle .btn{text-decoration:none;}
#module_354355602 .showHandle .btn{font-style:normal;}
#module_354355602 .showHandle div{border-top-color:#ddd !important;}
#module_354355602 .showHandle div{border-top-style:solid !important;}
#module_354355602 .showHandle div{border-top-width:1px !important;}
#module_354355602 .showHandle{background-color:transparent;}
#module_354355602 .showHandle{background-image:none;}
#module_354355602 .showHandle{background-repeat:no-repeat;}
#module_354355602 .showHandle{}
#module_354355602 .showHandle{}
#module_354355602 .showHandle{}
#module_354355602 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer354355594 #Sub354355594_1 {width:50%;}
/*layout-114*/
.ModuleNewsListGiant.layout-114 .one-news-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ModuleNewsListGiant.layout-114 .one-news-title .news-title {
    font-size: 18px !important;
    padding-right: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ModuleNewsListGiant.layout-114 .one {
    float: left;
    margin-top: 2px;
}

.ModuleNewsListGiant.layout-114 .one .staFun {
    font-size: 14px;
    padding: 2px;
    border-radius: 2px;
    position: relative;
    top: -2px;
}

/* 比较蠢的解决方法，后面再优化 */
.ModuleNewsListGiant.layout-114 .news-item:first-child {
    padding-top: 6px;
}

.ModuleNewsListGiant.layout-114 .news-item-is_hide .is_hide-one{
    display: none;
}

.ModuleNewsListGiant.layout-114 .news-item-is_hide:first-child .is_hide-one{
    display: block;
}

.ModuleNewsListGiant.layout-114 .news-item-is_hide:first-child .is_hide-two{
    display: none;
}

.ModuleNewsListGiant.layout-114 .default .layout-114-news-time {
    font-size: 12px;
    color: #999;
    margin-top: 7px;
    margin-bottom: 12px;
}

.ModuleNewsListGiant.layout-114 .news-item {
    padding: 6px 0;
    overflow: hidden;
    line-height: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.ModuleNewsListGiant.layout-114 .news-item a {
    width: 100%;
    display: block;
    height: 100%;
    white-space: nowrap;
}

.ModuleNewsListGiant.layout-114 .news-item a time {
    float: left;
    display: inline-block;
    height: 100%;
    font-size: 12px;
    color: #999;
    padding-right: 14px;
}

.ModuleNewsListGiant.layout-114 .news-item a .news-content {
    width: calc(100% - 86px);
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.ModuleNewsListGiant.layout-114 .news-item a .news-content span {
    display: block;
}

.ModuleNewsListGiant .layout-114 .news-item a .news-content .layout-114-news-title .news-title {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ModuleNewsListGiant.layout-114 .news-item .news-tit .news-desc{
    display: inherit;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ModuleNewsListGiant.layout-114 .news-item a:hover .news-title {
    color: #fd0202;
}

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

@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-114 .default {
        width: 100% !important;
        margin-bottom: 9px;
    }

    .ModuleNewsListGiant.layout-114 .default .layout-114-news-desc .news-desc {
        width: 99%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ModuleNewsListGiant.layout-114 .news-item {
        padding: 0px;
    }

    .ModuleNewsListGiant.layout-114 .news-item a {
        padding: 4px;
        height: 100%;
    }

    .ModuleNewsListGiant.layout-114 .news-item a .news-time {
        width: 65px;
        height: 100%;
    }

    .ModuleNewsListGiant.layout-114 .news-item a .news-time .day {
        padding-top: 20px;
        font-size: 26px;
    }

    .ModuleNewsListGiant.layout-114 .news-item a .news-content {
        width: calc(100% - 70px);
        height: 100%;
    }

    .ModuleNewsListGiant.layout-114 .news-item a .news-content .layout-114-news-title {
        margin-bottom: 2px;
    }

    .ModuleNewsListGiant.layout-114 .news-item a .news-content .news-title {
        width: 100%;
        font-size: 14px;
    }

    .ModuleNewsListGiant.layout-114 .news-item a .news-content .news-desc {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-114 .default {
        width: 100% !important;
    }

    .ModuleNewsListGiant.layout-114 .one-li-border .news-tit .news-desc {
        padding-right: 3px;
    }

    .ModuleNewsListGiant.layout-114 .news-item a .news-content .news-desc {
        /*white-space: nowrap;*/
        /*text-overflow: ellipsis;*/
    }
}

/*置顶推荐*/
.ModuleNewsListGiant.layout-114 .staFun {
    background-color: #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: text-top;
}


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

#module_354355601 .one-news-title{font-size:15px;}
#module_354355601 .one-news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_354355601 .one-news-title{color:rgb(127, 127, 127);}
#module_354355601 .one-news-title{font-weight:normal;}
#module_354355601 .one-news-title{text-decoration:none;}
#module_354355601 .one-news-title{font-style:normal;}
#module_354355601 .one-news-title{margin-top:0px;}
#module_354355601 .one-news-title{margin-bottom:0px;}
#module_354355601 .one-news-title{margin-left:0px;}
#module_354355601 .one-news-title{margin-right:0px;}
#module_354355601 .news-item{background-color:transparent;}
#module_354355601 .news-item{background-image:none;}
#module_354355601 .news-item{background-repeat:no-repeat;}
#module_354355601 .news-item{}
#module_354355601 .news-item{}
#module_354355601 .news-item{}
#module_354355601 .news-title{font-size:12px;}
#module_354355601 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_354355601 .news-title{color:rgb(127, 127, 127);}
#module_354355601 .news-title{font-weight:normal;}
#module_354355601 .news-title{text-decoration:none;}
#module_354355601 .news-title{font-style:normal;}
#module_354355601 .news-title{margin-top:0px;}
#module_354355601 .news-title{margin-bottom:0px;}
#module_354355601 .news-title{margin-left:0px;}
#module_354355601 .news-title{margin-right:0px;}
#module_354355601 .news-item time{font-size:12px;}
#module_354355601 .news-item time{font-family:微软雅黑,Microsoft YaHei;}
#module_354355601 .news-item time{color:#999999;}
#module_354355601 .news-item time{font-weight:normal;}
#module_354355601 .news-item time{text-decoration:none;}
#module_354355601 .news-item time{font-style:normal;}
#module_354355601 .one-li-border{border-bottom-color:#eeeeee;}
#module_354355601 .one-li-border{border-bottom-style:solid;}
#module_354355601 .one-li-border{border-bottom-width:1px;}
#module_354355601 .news-desc{font-size:12px;}
#module_354355601 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_354355601 .news-desc{color:rgb(191, 191, 191);}
#module_354355601 .news-desc{font-weight:normal;}
#module_354355601 .news-desc{text-decoration:none;}
#module_354355601 .news-desc{font-style:normal;}
#module_354355601 .pagerGiant .text{color:#333;}
#module_354355601 .pagerGiant .num{color:#333;}
#module_354355601 .pagerGiant .num{background-color:#fff;}
#module_354355601 .pagerGiant .num{border-top-color:#ccc;}
#module_354355601 .pagerGiant .num{border-top-style:solid;}
#module_354355601 .pagerGiant .num, #module_354355601 .pagerGiant .current, #module_354355601 .pagerGiant .submit{border-top-width:1px;}
#module_354355601 .pagerGiant .num{border-bottom-color:#ccc;}
#module_354355601 .pagerGiant .num{border-bottom-style:solid;}
#module_354355601 .pagerGiant .num, #module_354355601 .pagerGiant .current, #module_354355601 .pagerGiant .submit{border-bottom-width:1px;}
#module_354355601 .pagerGiant .num{border-left-color:#ccc;}
#module_354355601 .pagerGiant .num{border-left-style:solid;}
#module_354355601 .pagerGiant .num, #module_354355601 .pagerGiant .current, #module_354355601 .pagerGiant .submit{border-left-width:1px;}
#module_354355601 .pagerGiant .num{border-right-color:#ccc;}
#module_354355601 .pagerGiant .num{border-right-style:solid;}
#module_354355601 .pagerGiant .num, #module_354355601 .pagerGiant .current, #module_354355601 .pagerGiant .submit{border-right-width:1px;}
#module_354355601 .page-more a{color:#666 !important;}
#module_354355601 .page-more a{background-color:#fff;}
#module_354355601 .page-more a{border-top-color:#eee;}
#module_354355601 .page-more a{border-top-style:solid;}
#module_354355601 .page-more a{border-top-width:2px;}
#module_354355601 .page-more a{border-bottom-color:#eee;}
#module_354355601 .page-more a{border-bottom-style:solid;}
#module_354355601 .page-more a{border-bottom-width:2px;}
#module_354355601 .page-more a{border-left-color:#eee;}
#module_354355601 .page-more a{border-left-style:solid;}
#module_354355601 .page-more a{border-left-width:2px;}
#module_354355601 .page-more a{border-right-color:#eee;}
#module_354355601 .page-more a{border-right-style:solid;}
#module_354355601 .page-more a{border-right-width:2px;}
#module_354355601 .news-item:hover{background-color:transparent;}
#module_354355601 .news-item:hover{background-image:none;}
#module_354355601 .news-item:hover{background-repeat:no-repeat;}
#module_354355601 .news-item:hover{}
#module_354355601 .news-item:hover{}
#module_354355601 .news-item:hover{}
#module_354355601 .news-item:hover .one-news-title{font-size:15px;}
#module_354355601 .news-item:hover .one-news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_354355601 .news-item:hover .one-news-title{color:rgb(0, 127, 255);}
#module_354355601 .news-item:hover .one-news-title{font-weight:normal;}
#module_354355601 .news-item:hover .one-news-title{text-decoration:none;}
#module_354355601 .news-item:hover .one-news-title{font-style:normal;}
#module_354355601 .news-item:hover .news-title{font-size:12px;}
#module_354355601 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_354355601 .news-item:hover .news-title{color:rgb(0, 127, 255);}
#module_354355601 .news-item:hover .news-title{font-weight:normal;}
#module_354355601 .news-item:hover .news-title{text-decoration:none;}
#module_354355601 .news-item:hover .news-title{font-style:normal;}
#module_354355601 .news-item:hover time{font-size:12px;}
#module_354355601 .news-item:hover time{font-family:;}
#module_354355601 .news-item:hover time{color:#999999;}
#module_354355601 .news-item:hover time{font-weight:normal;}
#module_354355601 .news-item:hover time{text-decoration:none;}
#module_354355601 .news-item:hover time{font-style:normal;}
#module_354355601 .news-item:hover .news-desc{font-size:12px;}
#module_354355601 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_354355601 .news-item:hover .news-desc{color:#999;}
#module_354355601 .news-item:hover .news-desc{font-weight:normal;}
#module_354355601 .news-item:hover .news-desc{text-decoration:none;}
#module_354355601 .news-item:hover .news-desc{font-style:normal;}
#module_354355601 .one-li-border:hover{border-bottom-color:rgb(0, 127, 255);}
#module_354355601 .one-li-border:hover{border-bottom-style:solid;}
#module_354355601 .one-li-border:hover{border-bottom-width:1px;}
#module_354355601 .pagerGiant .current, #module_354355601 .pagerGiant .submit{color:#fff;}
#module_354355601 .pagerGiant .current, #module_354355601 .pagerGiant .submit{background-color:#1e88e5;}
#module_354355601 .pagerGiant .current, #module_354355601 .pagerGiant .submit{border-top-color:#1e88e5;}
#module_354355601 .pagerGiant .current, #module_354355601 .pagerGiant .submit{border-top-style:solid;}
#module_354355601 .pagerGiant .current, #module_354355601 .pagerGiant .submit{border-bottom-color:#1e88e5;}
#module_354355601 .pagerGiant .current, #module_354355601 .pagerGiant .submit{border-bottom-style:solid;}
#module_354355601 .pagerGiant .current, #module_354355601 .pagerGiant .submit{border-left-color:#1e88e5;}
#module_354355601 .pagerGiant .current, #module_354355601 .pagerGiant .submit{border-left-style:solid;}
#module_354355601 .pagerGiant .current, #module_354355601 .pagerGiant .submit{border-right-color:#1e88e5;}
#module_354355601 .pagerGiant .current, #module_354355601 .pagerGiant .submit{border-right-style:solid;}
#module_354355601 .page-more a:hover{color:#666 !important;}
#module_354355601 .page-more a:hover{background-color:#fff;}
#module_354355601 .page-more a:hover{border-top-color:#eee;}
#module_354355601 .page-more a:hover{border-top-style:solid;}
#module_354355601 .page-more a:hover{border-bottom-color:#eee;}
#module_354355601 .page-more a:hover{border-bottom-style:solid;}
#module_354355601 .page-more a:hover{border-left-color:#eee;}
#module_354355601 .page-more a:hover{border-left-style:solid;}
#module_354355601 .page-more a:hover{border-right-color:#eee;}
#module_354355601 .page-more a:hover{border-right-style:solid;}

.ModuleGridContainer.ModuleGridContainer354355594 #Sub354355594_2 {width:50%;}
.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%;}
/*纯文本模块 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_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;}
