/* cache file /mnt/YouZhan/youzhannew-eyunshe/caches/csscache/7/79797/79797_1064915_1_.cache exists */
/*md5:32be6b78c495cbc9a532dbf2b30ae3f9*/
/*time: 2021-12-30 16:16:36*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
@media only screen and (max-width: 767px) {
	.ModuleOnLineServiceGiant.layout-109 {
		display: none;
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-giant-container {
	width: 66px;
	float: right;
}
.ModuleOnLineServiceGiant.layout-109 .qrcodetips{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	 text-align: center;
	  margin-top:4px;
	  color:#666
	}

@keyframes scaleToggleOne {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleTwo {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleThree {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes turn{
	0%{-webkit-transform:rotate(0deg);}
	25%{-webkit-transform:rotate(90deg);}
	50%{-webkit-transform:rotate(180deg);}
	75%{-webkit-transform:rotate(270deg);}
	100%{-webkit-transform:rotate(360deg);}
}

.turn{
	animation:turn 1s linear ;
}

.ModuleOnLineServiceGiant.layout-109  .animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.ModuleOnLineServiceGiant.layout-109 .online-service {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	/* position:fixed;
	bottom:0;
	right:40px; */
	opacity: 0;
	-webkit-box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3);
	/* z-index:700; */
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	cursor: pointer;
	-webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1);
	transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

.ModuleOnLineServiceGiant.layout-109 .online-service:focus {
	outline: 0
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animated {
	opacity: 1;
	/* transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px) */
	margin-bottom: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 51;
	background: transparent;
}
.ModuleOnLineServiceGiant.layout-109 .animated-circles2:after {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #26c7fc, #26c7fc);
	position: absolute;
	right: 0px;
	top: 5px;
	z-index: 50
}

.ModuleOnLineServiceGiant.layout-109 .online-service .head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles .circle {
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-1 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-2 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service .animated-circles.animated .c-3 {
	/* background: rgba(38, 199, 252, .25); */
	animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service.animation-stopped .circle {
	opacity: 0!important
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	min-height: 44px;
	z-index: 0;
	-webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1);
	transition: all .3s cubic-bezier(.86, 0, .07, 1);
	width: 180px;
	/* background-color: #1E88E5; */
	color: #fff;
	text-align: left;
	border-radius: 15px 15px 0px 15px;
	box-shadow: 0px 0px 20px 0px rgba(30, 136, 229, 0.08);
	display: flex;
	align-items: center;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.show_hint {
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 1
}

.ModuleOnLineServiceGiant.layout-109 .online-service .online-service-hint.hide_hint {
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.ModuleOnLineServiceGiant.layout-109 .online-service-top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fffefe;
	box-shadow: 0px 0px 10px 0px rgba(0, 69, 129, 0.08);
	text-align: center;
	line-height: 40px;
	transform: rotate(180deg);
	color: #1E88E5;
	margin: 0 auto;
	cursor: pointer;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content {
	width: 66px;
	background: #fffefe;
	border-radius: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	bottom: 60px;
	text-align: center;
	padding-top: 20px;
	display: none;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-tab {
	min-height: 40px;
	height: auto;
	/*max-height: 60px;
    padding-bottom: 10px;
	padding-top: 5px; */
	margin-top: 5px;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	position: relative;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	width: 100%;
    height: 20px;
}
.ModuleOnLineServiceGiant.layout-109 .imitem{
	width: 190px;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3{
	width: 2px;
	height: 18px;
	display: inline-block;
	background-color:#666;
	position: absolute;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .icon-guanbi3:before{ content: '';}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .topline{
	/* visibility: hidden; */
	transform: rotate(45deg);
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .bottomline{
	/* visibility: hidden; */
	transform: rotate(-45deg);
}
@keyframes topline{
	0%{
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	100%{
		transform: rotate(45deg);
		-webkit-transform:rotate(45deg);
	}
}
@keyframes bottomline{
	0%{
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}

	100%{
		transform: rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .topline {
	animation: 0.5s topline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close:hover .bottomline {
	animation: 0.5s bottomline  forwards
}
.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .iconfont {
	font-size: 20px;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .active {
	background: #1E88E5;
	color: #fff;
	padding: 5px 0;
}

.ModuleOnLineServiceGiant.layout-109 .online-service-content-tab .content-close::after {
	position: absolute;
	content: '';
	width: 29px;
	height: 1px;
	border: 1px solid #eeeeee;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.ModuleOnLineServiceGiant.layout-109 .content-tab-name {
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.54s;
}
.ModuleOnLineServiceGiant.layout-109 .content-tab-name.tabnameshow {
	min-height: 20px;
	/* overflow:visible; */
	opacity: 1;
	height: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .hoverdiv {
	position: absolute;
	width: 100%;
	left: -45px;
	height: 100%;
	transform: translatey(-50%);
	top: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content {
	max-width: 450px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	display: flex;
	padding: 20px;
	position: absolute;
	right: 40px;
	flex-wrap: wrap;
	text-align: left;
	width:max-content;
}

.ModuleOnLineServiceGiant.layout-109 .content-common {
	left: auto;
	top: 50%;
	transform: translate(0,-50%);
	right: 40px;
	visibility: hidden;
}
.ModuleOnLineServiceGiant.layout-109 .content-common.showami{
	visibility:visible;
	transform: translate(-10px, -50%);
	transition:all 0.3s;
}

.ModuleOnLineServiceGiant.layout-109 .content-common::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 8px solid #fff;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	/* right: 40px;  */
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a {
	width: calc((100% - 30px) / 2);
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:first {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content a:nth-child(2n+1) {
	margin-right: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IconType img {
	width: 14px;
}

.ModuleOnLineServiceGiant.layout-109 .OnLineService-content .IMType {
	color: #999999;
	font-size: 12px;
	margin-left: 5px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content {
	padding: 14px 0px;
	border-top: 1px solid #eeeeee;
	margin-top: 2px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .im-head img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.ModuleOnLineServiceGiant.layout-109 .im-content .IMName {
	width: calc(100% - 50px);
	margin-left: 10px;
	display: inline-block;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.ModuleOnLineServiceGiant.layout-109 .Contacts-content {
	max-width: 324px;
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
	cursor: text;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item {
	/* align-items: flex-start;
	align-content: flex-start;*/
	display: flex;
	margin-bottom: 25px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item:last-child {
	margin-bottom: 0;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon{
    width: 12px;
	margin-top: -3px;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon img {
	width: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item-name {
	margin-right: 30px;
	color: #999999;
	font-size: 12px;
	max-width: 100px;
	text-align: left;
	display: inline-block;
	vertical-align: top;

}

.ModuleOnLineServiceGiant.layout-109 .ContactContent {
	color: #333;
	font-size: 12px;
	word-break: break-word;
	width:  calc(100% - 17px);
	margin-left: 5px;
	max-width: 270px;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content {
    max-width: 100%;
	display: flex;
}

.ModuleOnLineServiceGiant.layout-109 .QRcode-content {
	background: #fefefe;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 69, 129, 0.08);
	position: absolute;
	text-align: left;
	padding: 20px;
	display: block;
	width: max-content;
}

.ModuleOnLineServiceGiant.layout-109 .qrcode-content {
	width: 170px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top
}
.ModuleOnLineServiceGiant.layout-109 .qrcode-content .img{
	max-height:170px;
}

.ModuleOnLineServiceGiant.layout-109 .nodata {
	min-width: 180px;
	border-radius: 10px;
	color: #999999;
	font-size: 12px;
	background: #FEFEFE;
	text-align: center;

}
.module_315829091 .ModuleHead .HeadCenter{float:none;}
#module_315829091 {
padding:0px;
}
#module_315829091 {
position:absolute;
z-index:4001;
top:610px;
left:0px;
width:100%;
height:126px;
}
#module_315829091 .ModuleHead315829091 {
display:none;
}

#module_315829091 .animated-circles.animated .c-1,#module_315829091 .animated-circles.animated .c-2,#module_315829091 .animated-circles.animated.c-3{opacity: 0.25; background-color:#1e88e5;} #module_315829091 .animated-circles2:after{background-image:linear-gradient(to bottom, #1e88e5, #1e88e5)}
#module_315829091 .online-service-nav .head{background-color:#FFFFFF;}
#module_315829091 .online-service{border-width:0px;}
#module_315829091 .online-service{border-style:;}
#module_315829091 .online-service{border-color:;}
#module_315829091 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_315829091 .online-service-content{background-color:#fff;}
#module_315829091 .online-service-content{border-top-left-radius:20px;}
#module_315829091 .online-service-content{border-bottom-left-radius:20px;}
#module_315829091 .online-service-content{border-bottom-right-radius:20px;}
#module_315829091 .online-service-content{border-top-right-radius:20px;}
#module_315829091 .online-service-content-tab .content-tab{background-color:transparent;}
#module_315829091 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_315829091 .content-close::after{border-width:1px;}
#module_315829091 .content-close::after{border-style:solid;}
#module_315829091 .content-close::after{border-color:#eeeeee;}
#module_315829091 .content-close span{background-color:#999999;}
#module_315829091 .online-service-top{background-color:#ffffff;}
#module_315829091 .online-service-top .iconfont{color:#1e88e5;}
#module_315829091 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_315829091 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_315829091 .online-service:hover{border-width:0px;}
#module_315829091 .online-service:hover{border-style:;}
#module_315829091 .online-service:hover{border-color:;}
#module_315829091 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_315829091 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_315829091 .online-service:hover .online-service-hint{background-color:#1976d2;}
#module_315829091 .online-service-content-tab .content-tabh:hover{background-color:#1976d2;}
#module_315829091 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_315829091 .content-close:hover span{background-color:#999999;}
#module_315829091 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_315829091 .online-service-top:hover{background-color:#ffffff;}
#module_315829091 .online-service-top:hover .iconfont{color:#1976d2;}
#module_315829091 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:736px}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding{
    height: 100%;
    position: relative;
    display: table-cell;
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after{
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}
.ModuleGridCustomGiant.layout-101:hover .SubDrag:after{border-left: 1px dashed rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag{
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover{background-color: rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after{border-left: 1px dashed rgba(75, 151, 255, 0);}
.ModuleGridCustomGiant.layout-101 .row {margin-right: 0px;margin-left: 0px;}
.ModuleGridCustomGiant.layout-101 .ModuleGridCol{padding: 0px;}

.ModuleGridCustomGiant.layout-101 .ModuleGridContainer{
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridCustomGiant.layout-101{height: 100%;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .ModuleContainer .SubPadding {height: 100%}

@media only screen and (max-width: 767px) {
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display: flex;flex-wrap: wrap;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding{float:left;height: 10px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{float:left;padding-top:2px;padding-bottom:2px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding .SubDrag{display:none;}
    /* padding 宽度 用 5，子容器宽度为 (100% - (列数 - 1) * padding宽度)/列数) */
    /* 12列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubContainer{width:calc((100% - 55px)/12)!important;}
    /* 11列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubContainer{width:calc((100% - 50px)/11)!important;}
    /* 10列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubContainer{width:calc((100% - 45px)/10)!important;}
    /* 9列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubContainer{width:calc((100% - 40px)/10)!important;}
    /* 8列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubContainer{width:calc((100% - 35px)/8)!important;}
    /* 7列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubContainer{width:calc((100% - 30px)/7)!important;}
	/* 6列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubContainer{width:calc((100% - 25px)/6)!important;}
	/* 5列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding5{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubContainer{width:calc((100% - 20px)/5)!important;}
	/* 4列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubContainer{width:calc((100% - 15px)/4)!important;}
	/* 3列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding3{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding6{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubContainer{width:calc((100% - 10px)/3)!important;}
	/* 2列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding2{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding6{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubContainer{width:calc((100% - 5px)/2)!important;}
	/* 1列 无padding */
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubPadding{width:0px;display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubContainer{width:100%!important;}
}

.ModuleGridCustomGiant.layout-101 .ModuleGridBorder{border:0px !important;padding: 0 !important;}
.module_315818524 .ModuleHead .HeadCenter{float:none;}
#module_315818524 {
padding:0px;
}
#module_315818524 {
position:static;
z-index:999;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_315818524 .ModuleHead315818524 {
display:none;
}
#module_315818524 .BodyCenter.BodyCenter315818524 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315818524 >.module_315818524 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#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_315818524 >.module_315818524{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818524 .BodyCenter.BodyCenter315818524 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818524 .BodyCenter.BodyCenter315818524 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315818524 >.module_315818524 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818524 >.module_315818524 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315818524 >.module_315818524 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818524:hover {
border:none;
}
#module_315818524:hover >.module_315818524 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818524 .ModuleSubContainer{background-color:transparent;}
#module_315818524 .ModuleSubContainer{background-image:none;}
#module_315818524 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818524 .ModuleSubContainer{background-position:0% 0%;}
#module_315818524 .ModuleSubContainer{background-attachment:scroll;}
#module_315818524 .ModuleSubContainer{}
#module_315818524 {!bgVideo!}{bgVideoUrl:}
#module_315818524 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818524 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818524 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818524 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer315818524 .SubPadding {width:0px;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_315873314 .ModuleHead .HeadCenter{float:none;}
#module_315873314 {
padding:0px;
}
#module_315873314 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315873314 .ModuleHead315873314 {
display:none;
}
#module_315873314 .BodyCenter.BodyCenter315873314 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315873314 >.module_315873314 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315873314 >.module_315873314{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315873314 .BodyCenter.BodyCenter315873314 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315873314 .BodyCenter.BodyCenter315873314 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315873314 >.module_315873314 {
margin-top:6.2500%;
margin-left:5.6818%;
margin-right:6.2500%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315873314 >.module_315873314 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315873314 >.module_315873314 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315873314:hover {
border:none;
}
#module_315873314:hover >.module_315873314 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315873314 img{border-top-color:transparent;}
#module_315873314 img{border-top-style:none;}
#module_315873314 img{border-top-width:0px;}
#module_315873314 img{border-right-color:transparent;}
#module_315873314 img{border-right-style:none;}
#module_315873314 img{border-right-width:0px;}
#module_315873314 img{border-bottom-color:transparent;}
#module_315873314 img{border-bottom-style:none;}
#module_315873314 img{border-bottom-width:0px;}
#module_315873314 img{border-left-color:transparent;}
#module_315873314 img{border-left-style:none;}
#module_315873314 img{border-left-width:0px;}
#module_315873314 img{border-top-left-radius:0px;}
#module_315873314 img{border-top-right-radius:0px;}
#module_315873314 img{border-bottom-left-radius:0px;}
#module_315873314 img{border-bottom-right-radius:0px;}
#module_315873314 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer315818524 #Sub315818524_1 {width:10.4265%;}
.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_315829062 .ModuleHead .HeadCenter{float:none;}
#module_315829062 {
padding:0px;
}
#module_315829062 {
position:static;
z-index:0;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_315829062 .ModuleHead315829062 {
display:none;
}
#module_315829062 .BodyCenter.BodyCenter315829062 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315829062 >.module_315829062 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315829062 >.module_315829062{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315829062 .BodyCenter.BodyCenter315829062 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829062 .BodyCenter.BodyCenter315829062 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315829062 >.module_315829062 {
margin-top:0.0660%;
margin-left:0.0000%;
margin-right:3.1662%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829062 >.module_315829062 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315829062 >.module_315829062 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315829062:hover {
border:none;
}
#module_315829062:hover >.module_315829062 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315829062 .main-nav-item-group{height:65px;}#module_315829062 .main-nav-item{height:65px;line-height:65px}#module_315829062 .navBorderTop{height:65px;}#module_315829062 .main-nav-content{height:65px}
#module_315829062 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_315829062 .main-nav-content{background-image:none;}
#module_315829062 .main-nav-content{background-repeat:no-repeat;}
#module_315829062 .main-nav-content{}
#module_315829062 .main-nav-content{}
#module_315829062 .main-nav-content{}
#module_315829062 .main-nav-content{text-align:left;}
#module_315829062 .main-nav-item span{font-size:15px;}
#module_315829062 .main-nav-item span{font-family:微软雅黑,Microsoft YaHei;}
#module_315829062 .main-nav-item span{color:rgb(255, 255, 255);}
#module_315829062 .main-nav-item span{font-weight:normal;}
#module_315829062 .main-nav-item span{text-decoration:none;}
#module_315829062 .main-nav-item span{font-style:normal;}
#module_315829062 .main-nav-item{background-color:transparent;}
#module_315829062 .main-nav-item{background-image:none;}
#module_315829062 .main-nav-item{background-repeat:no-repeat;}
#module_315829062 .main-nav-item{}
#module_315829062 .main-nav-item{}
#module_315829062 .main-nav-item{}
#module_315829062 .main-nav-item span{width:auto;}
#module_315829062 .main-nav-item span{padding-left:18px;padding-right:18px;}
#module_315829062 .sub-nav-item-group{border-top-color:#333;}
#module_315829062 .sub-nav-item-group{border-top-style:solid;}
#module_315829062 .sub-nav-item-group{border-top-width:0px;}
#module_315829062 .sub-nav-item-group{border-right-color:transparent;}
#module_315829062 .sub-nav-item-group{border-right-style:none;}
#module_315829062 .sub-nav-item-group{border-right-width:0px;}
#module_315829062 .sub-nav-item-group{border-bottom-color:transparent;}
#module_315829062 .sub-nav-item-group{border-bottom-style:none;}
#module_315829062 .sub-nav-item-group{border-bottom-width:0px;}
#module_315829062 .sub-nav-item-group{border-left-color:transparent;}
#module_315829062 .sub-nav-item-group{border-left-style:none;}
#module_315829062 .sub-nav-item-group{border-left-width:0px;}
#module_315829062 .sub-nav-item-group{width:150px;}
#module_315829062 .sub-nav-item{height:43px;line-height:43px}
#module_315829062 .sub-nav-item{font-size:14px;}
#module_315829062 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_315829062 .sub-nav-item{color:rgb(89, 89, 89);}
#module_315829062 .sub-nav-item{font-weight:normal;}
#module_315829062 .sub-nav-item{text-decoration:none;}
#module_315829062 .sub-nav-item{font-style:normal;}
#module_315829062 .sub-nav-item{background-color:#fff;}
#module_315829062 .sub-nav-item{background-image:none;}
#module_315829062 .sub-nav-item{background-repeat:no-repeat;}
#module_315829062 .sub-nav-item{}
#module_315829062 .sub-nav-item{}
#module_315829062 .sub-nav-item{}
#module_315829062 .sub-nav-item{border-bottom-color:rgb(248, 248, 248);}
#module_315829062 .sub-nav-item{border-bottom-style:solid;}
#module_315829062 .sub-nav-item{border-bottom-width:1px;}
#module_315829062 .sub-nav-item{margin-top:0px;}
#module_315829062 .main-nav-item-hover span{font-size:15px;}
#module_315829062 .main-nav-item-hover span{font-family:微软雅黑,Microsoft YaHei;}
#module_315829062 .main-nav-item-hover span{color:rgb(255, 255, 255);}#module_315829062 .main-nav-item-hover::after{background-color:rgb(255, 255, 255);}
#module_315829062 .main-nav-item-hover span{font-weight:normal;}
#module_315829062 .main-nav-item-hover span{text-decoration:none;}
#module_315829062 .main-nav-item-hover span{font-style:normal;}
#module_315829062 .navBorderTop{background-color:rgba(0,0,0,0);}
#module_315829062 .navBorderTop{background-image:none;}
#module_315829062 .navBorderTop{background-repeat:no-repeat;}
#module_315829062 .navBorderTop{}
#module_315829062 .navBorderTop{}
#module_315829062 .navBorderTop{}
#module_315829062 .sub-nav-item:hover{font-size:14px;}
#module_315829062 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_315829062 .sub-nav-item:hover{color:rgb(0, 0, 0);}
#module_315829062 .sub-nav-item:hover{font-weight:normal;}
#module_315829062 .sub-nav-item:hover{text-decoration:none;}
#module_315829062 .sub-nav-item:hover{font-style:normal;}
#module_315829062 .sub-nav-item:hover{background-color:rgb(248, 248, 248);}
#module_315829062 .sub-nav-item:hover{background-image:none;}
#module_315829062 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_315829062 .sub-nav-item:hover{}
#module_315829062 .sub-nav-item:hover{}
#module_315829062 .sub-nav-item:hover{}


.ModuleGridContainer.ModuleGridContainer315818524 #Sub315818524_2 {width:61.5521%;}
/*图文模块 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_315826866 .ModuleHead .HeadCenter{float:none;}
#module_315826866 {
padding:0px;
}
#module_315826866 {
position:static;
z-index:0;
top:1112px;
left:1275px;
width:100%;
height: auto;
}
#module_315826866 .ModuleHead315826866 {
display:none;
}
#module_315826866 .BodyCenter.BodyCenter315826866 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315826866 >.module_315826866 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315826866 >.module_315826866{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315826866 .BodyCenter.BodyCenter315826866 {
padding-top:1.2920%;
padding-left:5.1680%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315826866 .BodyCenter.BodyCenter315826866 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315826866 >.module_315826866 {
margin-top:9.1324%;
margin-left:2.7397%;
margin-right:0.4566%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315826866 >.module_315826866 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315826866 >.module_315826866 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315826866:hover {
border:none;
}
#module_315826866:hover >.module_315826866 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315826866 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315826866 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315826866 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315826866 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315826866 .GraphicUpper{padding-top:0px;}
#module_315826866 .GraphicUpper{padding-bottom:1px;}
#module_315826866 .GraphicUpper{padding-left:0px;}
#module_315826866 .GraphicUpper {padding-right:0px;}
#module_315826866 .GraphicUpper{width:12%;} #module_315826866 .ModuleImageTextContent{width: calc(100% - 12%);}
#module_315826866 .MobileGraphicUpper{width:10%;} #module_315826866 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_315826866 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315826866 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315826866 .ModuleImageTextGiantContent{padding-left:5px;}
#module_315826866 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315826866 .normal_ImgtextBox_content{padding-top:0px;}
#module_315826866 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_315826866 .normal_ImgtextBox_content{padding-left:0px;}
#module_315826866 .normal_ImgtextBox_content{padding-right:0px;}
#module_315826866 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_315826866 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315826866 .normal_ImgtextBox_content{background-color:transparent;}
#module_315826866 .normal_ImgtextBox_content{background-image:none;}
#module_315826866 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_315826866 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_315826866 .normal_ImgtextBox_content{background-attachment:none;}
#module_315826866 .normal_ImgtextBox_content{}
#module_315826866 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_315826866 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_315826866 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_315826866 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_315826866 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_315826866 .normal_ImgtextBox_content{border-top-style:none;}
#module_315826866 .normal_ImgtextBox_content{border-top-width:0px;}
#module_315826866 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_315826866 .normal_ImgtextBox_content{border-right-style:none;}
#module_315826866 .normal_ImgtextBox_content{border-right-width:0px;}
#module_315826866 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_315826866 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_315826866 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_315826866 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_315826866 .normal_ImgtextBox_content{border-left-style:none;}
#module_315826866 .normal_ImgtextBox_content{border-left-width:0px;}
#module_315826866 .showHandle .btn{font-size:14px;}
#module_315826866 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315826866 .showHandle .btn{color:#333;}
#module_315826866 .showHandle .btn{font-weight:400;}
#module_315826866 .showHandle .btn{text-decoration:none;}
#module_315826866 .showHandle .btn{font-style:normal;}
#module_315826866 .showHandle div{border-top-color:#ddd !important;}
#module_315826866 .showHandle div{border-top-style:solid !important;}
#module_315826866 .showHandle div{border-top-width:1px !important;}
#module_315826866 .showHandle{background-color:transparent;}
#module_315826866 .showHandle{background-image:none;}
#module_315826866 .showHandle{background-repeat:no-repeat;}
#module_315826866 .showHandle{}
#module_315826866 .showHandle{}
#module_315826866 .showHandle{}
#module_315826866 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315826866 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_315826866 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_315826866 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_315826866 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_315826866 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_315826866 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_315826866 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_315826866 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_315826866 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818524 #Sub315818524_3 {width:12.9739%;}
.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{
    flex-direction: column;
    justify-content: center;
}
.ModuleButtonGiant.layout-102 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-102 .BreadIcon{
    font-size: 16px;
}.module_315837266 .ModuleHead .HeadCenter{float:none;}
#module_315837266 {
padding:0px;
}
#module_315837266 {
position:static;
z-index:0;
top:38px;
left:1903px;
width:100%;
height: auto;
}
#module_315837266 .ModuleHead315837266 {
display:none;
}
#module_315837266 .BodyCenter.BodyCenter315837266 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315837266 >.module_315837266 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315837266 >.module_315837266{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315837266 .BodyCenter.BodyCenter315837266 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:14.7059%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315837266 .BodyCenter.BodyCenter315837266 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315837266 >.module_315837266 {
margin-top:14.9533%;
margin-left:1.8692%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315837266 >.module_315837266 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315837266 >.module_315837266 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315837266:hover {
border:none;
}
#module_315837266:hover >.module_315837266 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315837266 .BodyCenter{text-align:right;}
#module_315837266 .moduleButton{font-size:14px;}
#module_315837266 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_315837266 .moduleButton{color:#1e88e5;}
#module_315837266 .moduleButton{font-weight:normal;}
#module_315837266 .moduleButton{text-decoration:none;}
#module_315837266 .moduleButton{font-style:normal;}
#module_315837266 .moduleButton, #module_315837266 .moduleButton.faded:before{background-color:#fff;}
#module_315837266 .moduleButton, #module_315837266 .moduleButton.faded:before{}
#module_315837266 .moduleButton, #module_315837266 .moduleButton.faded:before{}
#module_315837266 .moduleButton, #module_315837266 .moduleButton.faded:before{}
#module_315837266 .moduleButton, #module_315837266 .moduleButton.faded:before{}
#module_315837266 .moduleButton, #module_315837266 .moduleButton.faded:before{}
#module_315837266 .moduleButton{border-color:#1e88e5;}
#module_315837266 .moduleButton{border-style:solid;}
#module_315837266 .moduleButton{border-width:1px;}
#module_315837266 .moduleButton{width:100px;}
#module_315837266 .moduleButton,#module_315837266 .BreadsvgIcon{height:36px;line-height:36px;}
#module_315837266 .BodyCenter{color:#1e88e5;}
#module_315837266 .moduleButton{border-top-left-radius:0px;}
#module_315837266 .moduleButton{border-top-right-radius:0px;}
#module_315837266 .moduleButton{border-bottom-left-radius:0px;}
#module_315837266 .moduleButton{border-bottom-right-radius:0px;}
#module_315837266 .BreadIcon{font-size:16px;} #module_315837266 .BreadsvgIcon svg{width:16px;height:16px;}
#module_315837266 .BreadIcon{color:#1e88e5;} #module_315837266 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_315837266 .BreadIcon,#module_315837266 .BreadsvgIcon{margin-left:10px;}
#module_315837266 .BreadIcon,#module_315837266 .BreadsvgIcon{margin-right:10px;}
#module_315837266 .moduleButton{box-shadow:;}
#module_315837266 .moduleButton:hover .BreadIcon{font-size:16px;} #module_315837266 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_315837266 .moduleButton:hover .BreadIcon{color:#fff} #module_315837266 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_315837266 .moduleButton:hover{font-size:14px;}
#module_315837266 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_315837266 .moduleButton:hover{color:#fff;}
#module_315837266 .moduleButton:hover{font-weight:normal;}
#module_315837266 .moduleButton:hover{text-decoration:none;}
#module_315837266 .moduleButton:hover{font-style:normal;}
#module_315837266 .moduleButton:before, #module_315837266 .moduleButton.faded:before{background-color:#1976d2;}
#module_315837266 .moduleButton:before, #module_315837266 .moduleButton.faded:before{}
#module_315837266 .moduleButton:before, #module_315837266 .moduleButton.faded:before{}
#module_315837266 .moduleButton:before, #module_315837266 .moduleButton.faded:before{}
#module_315837266 .moduleButton:before, #module_315837266 .moduleButton.faded:before{}
#module_315837266 .moduleButton:before, #module_315837266 .moduleButton.faded:before{}
#module_315837266 .moduleButton:hover{border-color:#1e88e5;}
#module_315837266 .moduleButton:hover{border-style:solid;}
#module_315837266 .moduleButton:hover{border-width:1px;}
#module_315837266 .moduleButton:hover{box-shadow:;}

.ModuleGridContainer.ModuleGridContainer315818524 #Sub315818524_4 {width:7.1682%;}
.module_315816987 .ModuleHead .HeadCenter{float:none;}
#module_315816987 {
padding:0px;
}
#module_315816987 {
position:static;
z-index:0;
top:36px;
left:1475px;
width:100%;
height: auto;
}
#module_315816987 .ModuleHead315816987 {
display:none;
}
#module_315816987 .BodyCenter.BodyCenter315816987 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315816987 >.module_315816987 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315816987 >.module_315816987{
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_315816987 .BodyCenter.BodyCenter315816987 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:17.2414%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315816987 .BodyCenter.BodyCenter315816987 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315816987 >.module_315816987 {
margin-top:12.9310%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315816987 >.module_315816987 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315816987 >.module_315816987 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315816987:hover {
border:none;
}
#module_315816987:hover >.module_315816987 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315816987 .BodyCenter{text-align:right;}
#module_315816987 .moduleButton{font-size:14px;}
#module_315816987 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_315816987 .moduleButton{color:rgb(250, 101, 10);}
#module_315816987 .moduleButton{font-weight:normal;}
#module_315816987 .moduleButton{text-decoration:none;}
#module_315816987 .moduleButton{font-style:normal;}
#module_315816987 .moduleButton, #module_315816987 .moduleButton.faded:before{background-color:rgb(255, 255, 255);}
#module_315816987 .moduleButton, #module_315816987 .moduleButton.faded:before{background-image:none;}
#module_315816987 .moduleButton, #module_315816987 .moduleButton.faded:before{background-repeat:no-repeat;}
#module_315816987 .moduleButton, #module_315816987 .moduleButton.faded:before{background-position:none;}
#module_315816987 .moduleButton, #module_315816987 .moduleButton.faded:before{background-attachment:none;}
#module_315816987 .moduleButton, #module_315816987 .moduleButton.faded:before{}
#module_315816987 .moduleButton{border-color:rgb(255, 255, 255);}
#module_315816987 .moduleButton{border-style:none;}
#module_315816987 .moduleButton{border-width:1px;}
#module_315816987 .moduleButton{width:100px;}
#module_315816987 .moduleButton,#module_315816987 .BreadsvgIcon{height:36px;line-height:36px;}
#module_315816987 .BodyCenter{color:#1e88e5;}
#module_315816987 .moduleButton{border-top-left-radius:1px;}
#module_315816987 .moduleButton{border-top-right-radius:1px;}
#module_315816987 .moduleButton{border-bottom-left-radius:1px;}
#module_315816987 .moduleButton{border-bottom-right-radius:1px;}
#module_315816987 .BreadIcon{font-size:16px;} #module_315816987 .BreadsvgIcon svg{width:16px;height:16px;}
#module_315816987 .BreadIcon{color:#1e88e5;} #module_315816987 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_315816987 .BreadIcon,#module_315816987 .BreadsvgIcon{margin-left:10px;}
#module_315816987 .BreadIcon,#module_315816987 .BreadsvgIcon{margin-right:10px;}
#module_315816987 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315816987 .moduleButton:hover .BreadIcon{font-size:16px;} #module_315816987 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_315816987 .moduleButton:hover .BreadIcon{color:#fff} #module_315816987 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_315816987 .moduleButton:hover{font-size:14px;}
#module_315816987 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_315816987 .moduleButton:hover{color:#fff;}
#module_315816987 .moduleButton:hover{font-weight:normal;}
#module_315816987 .moduleButton:hover{text-decoration:none;}
#module_315816987 .moduleButton:hover{font-style:normal;}
#module_315816987 .moduleButton:before, #module_315816987 .moduleButton.faded:before{background-color:rgb(250, 101, 10);}
#module_315816987 .moduleButton:before, #module_315816987 .moduleButton.faded:before{background-image:none;}
#module_315816987 .moduleButton:before, #module_315816987 .moduleButton.faded:before{background-repeat:no-repeat;}
#module_315816987 .moduleButton:before, #module_315816987 .moduleButton.faded:before{background-position:none;}
#module_315816987 .moduleButton:before, #module_315816987 .moduleButton.faded:before{background-attachment:none;}
#module_315816987 .moduleButton:before, #module_315816987 .moduleButton.faded:before{}
#module_315816987 .moduleButton:hover{border-color:rgb(0, 127, 255);}
#module_315816987 .moduleButton:hover{border-style:none;}
#module_315816987 .moduleButton:hover{border-width:1px;}
#module_315816987 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}

.ModuleGridContainer.ModuleGridContainer315818524 #Sub315818524_5 {width:7.879300000000007%;}
.module_315818530 .ModuleHead .HeadCenter{float:none;}
#module_315818530 {
padding:0px;
}
#module_315818530 {
position:static;
z-index:0;
top:121px;
left:0px;
width:100%;
height: auto;
}
#module_315818530 .ModuleHead315818530 {
display:none;
}
#module_315818530 .BodyCenter.BodyCenter315818530 {
background:none;background-color:rgb(0, 111, 255);
}
#module_315818530 >.module_315818530 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818530 >.module_315818530{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818530 .BodyCenter.BodyCenter315818530 {
padding-top:6.9913%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.8573%;
}
}
@media screen and (max-width: 767px){
#module_315818530 .BodyCenter.BodyCenter315818530 {
padding-top:11.5274%;
padding-left:8.6455%;
padding-right:8.6455%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_315818530 >.module_315818530 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818530 >.module_315818530 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818530 >.module_315818530 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818530:hover {
border:none;
}
#module_315818530:hover >.module_315818530 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818530 .ModuleSubContainer{background-color:transparent;}
#module_315818530 .ModuleSubContainer{background-image:none;}
#module_315818530 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818530 .ModuleSubContainer{background-position:0% 0%;}
#module_315818530 .ModuleSubContainer{background-attachment:scroll;}
#module_315818530 .ModuleSubContainer{}
#module_315818530 {!bgVideo!}{bgVideoUrl:none}
#module_315818530 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818530 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818530 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer315818530 {}
.ModuleGridContainer.ModuleGridContainer315818530 .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_315826894 .ModuleHead .HeadCenter{float:none;}
#module_315826894 {
padding:0px;
}
#module_315826894 {
position:static;
z-index:0;
top:208px;
left:327px;
width:100%;
height: auto;
}
#module_315826894 .ModuleHead315826894 {
display:none;
}
#module_315826894 .BodyCenter.BodyCenter315826894 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315826894 >.module_315826894 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315826894 >.module_315826894{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315826894 .BodyCenter.BodyCenter315826894 {
padding-top:0.0000%;
padding-left:1.6260%;
padding-right:9.7561%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315826894 .BodyCenter.BodyCenter315826894 {
padding-top:6.5359%;
padding-left:9.8039%;
padding-right:9.8039%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315826894 >.module_315826894 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315826894 >.module_315826894 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315826894 >.module_315826894 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315826894:hover {
border:none;
}
#module_315826894:hover >.module_315826894 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315826894 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315826894 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315826894 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315826894 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315826894 .imageTextGiant-Container{padding-top:0px;}
#module_315826894 .imageTextGiant-Container{padding-bottom:0px;}
#module_315826894 .imageTextGiant-Container{padding-left:0px;}
#module_315826894 .imageTextGiant-Container{padding-right:0px;}
#module_315826894 .showHandle .btn{font-size:14px;}
#module_315826894 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315826894 .showHandle .btn{color:#333;}
#module_315826894 .showHandle .btn{font-weight:400;}
#module_315826894 .showHandle .btn{text-decoration:none;}
#module_315826894 .showHandle .btn{font-style:normal;}
#module_315826894 .showHandle div{border-top-color:#ddd !important;}
#module_315826894 .showHandle div{border-top-style:solid !important;}
#module_315826894 .showHandle div{border-top-width:1px !important;}
#module_315826894 .showHandle{background-color:transparent;}
#module_315826894 .showHandle{background-image:none;}
#module_315826894 .showHandle{background-repeat:no-repeat;}
#module_315826894 .showHandle{}
#module_315826894 .showHandle{}
#module_315826894 .showHandle{}
#module_315826894 a{font-size:unset;font-family:unset}
.module_315826893 .ModuleHead .HeadCenter{float:none;}
#module_315826893 {
padding:0px;
}
#module_315826893 {
position:static;
z-index:0;
top:78px;
left:0px;
width:100%;
height: auto;
}
#module_315826893 .ModuleHead315826893 {
display:none;
}
#module_315826893 .BodyCenter.BodyCenter315826893 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315826893 >.module_315826893 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315826893 >.module_315826893{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315826893 .BodyCenter.BodyCenter315826893 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315826893 .BodyCenter.BodyCenter315826893 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315826893 >.module_315826893 {
margin-top:9.5935%;
margin-left:4.8780%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315826893 >.module_315826893 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315826893 >.module_315826893 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315826893:hover {
border:none;
}
#module_315826893:hover >.module_315826893 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315826893 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315826893 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315826893 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315826893 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315826893 .imageTextGiant-Container{padding-top:0px;}
#module_315826893 .imageTextGiant-Container{padding-bottom:0px;}
#module_315826893 .imageTextGiant-Container{padding-left:0px;}
#module_315826893 .imageTextGiant-Container{padding-right:0px;}
#module_315826893 .showHandle .btn{font-size:14px;}
#module_315826893 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315826893 .showHandle .btn{color:#333;}
#module_315826893 .showHandle .btn{font-weight:400;}
#module_315826893 .showHandle .btn{text-decoration:none;}
#module_315826893 .showHandle .btn{font-style:normal;}
#module_315826893 .showHandle div{border-top-color:#ddd !important;}
#module_315826893 .showHandle div{border-top-style:solid !important;}
#module_315826893 .showHandle div{border-top-width:1px !important;}
#module_315826893 .showHandle{background-color:transparent;}
#module_315826893 .showHandle{background-image:none;}
#module_315826893 .showHandle{background-repeat:no-repeat;}
#module_315826893 .showHandle{}
#module_315826893 .showHandle{}
#module_315826893 .showHandle{}
#module_315826893 a{font-size:unset;font-family:unset}
.module_315817746 .ModuleHead .HeadCenter{float:none;}
#module_315817746 {
padding:0px;
}
#module_315817746 {
position:static;
z-index:0;
top:303px;
left:322px;
width:100%;
height: auto;
}
#module_315817746 .ModuleHead315817746 {
display:none;
}
#module_315817746 .BodyCenter.BodyCenter315817746 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315817746 >.module_315817746 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315817746 >.module_315817746{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315817746 .BodyCenter.BodyCenter315817746 {
padding-top:9.7561%;
padding-left:1.6260%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315817746 .BodyCenter.BodyCenter315817746 {
padding-top:10.4530%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315817746 >.module_315817746 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315817746 >.module_315817746 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315817746 >.module_315817746 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315817746:hover {
border:none;
}
#module_315817746:hover >.module_315817746 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315817746 .BodyCenter{text-align:left;}
#module_315817746 .moduleButton{font-size:14px;}
#module_315817746 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_315817746 .moduleButton{color:rgb(127, 127, 127);}
#module_315817746 .moduleButton{font-weight:normal;}
#module_315817746 .moduleButton{text-decoration:none;}
#module_315817746 .moduleButton{font-style:normal;}
#module_315817746 .moduleButton, #module_315817746 .moduleButton.faded:before{background-color:rgb(255, 255, 255);}
#module_315817746 .moduleButton, #module_315817746 .moduleButton.faded:before{}
#module_315817746 .moduleButton, #module_315817746 .moduleButton.faded:before{}
#module_315817746 .moduleButton, #module_315817746 .moduleButton.faded:before{}
#module_315817746 .moduleButton, #module_315817746 .moduleButton.faded:before{}
#module_315817746 .moduleButton, #module_315817746 .moduleButton.faded:before{}
#module_315817746 .moduleButton{border-color:rgb(255, 255, 255);}
#module_315817746 .moduleButton{border-style:solid;}
#module_315817746 .moduleButton{border-width:0px;}
#module_315817746 .moduleButton{width:120px;}
#module_315817746 .moduleButton,#module_315817746 .BreadsvgIcon{height:35px;line-height:35px;}
#module_315817746 .BodyCenter{color:#1e88e5;}
#module_315817746 .moduleButton{border-top-left-radius:0px;}
#module_315817746 .moduleButton{border-top-right-radius:0px;}
#module_315817746 .moduleButton{border-bottom-left-radius:0px;}
#module_315817746 .moduleButton{border-bottom-right-radius:0px;}
#module_315817746 .BreadIcon{font-size:16px;} #module_315817746 .BreadsvgIcon svg{width:16px;height:16px;}
#module_315817746 .BreadIcon{color:#1e88e5;} #module_315817746 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_315817746 .BreadIcon,#module_315817746 .BreadsvgIcon{margin-left:10px;}
#module_315817746 .BreadIcon,#module_315817746 .BreadsvgIcon{margin-right:10px;}
#module_315817746 .moduleButton{box-shadow:;}
#module_315817746 .moduleButton:hover .BreadIcon{font-size:16px;} #module_315817746 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_315817746 .moduleButton:hover .BreadIcon{color:#fff} #module_315817746 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_315817746 .moduleButton:hover{font-size:14px;}
#module_315817746 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_315817746 .moduleButton:hover{color:#fff;}
#module_315817746 .moduleButton:hover{font-weight:normal;}
#module_315817746 .moduleButton:hover{text-decoration:none;}
#module_315817746 .moduleButton:hover{font-style:normal;}
#module_315817746 .moduleButton:before, #module_315817746 .moduleButton.faded:before{background-color:rgb(0, 111, 255);}
#module_315817746 .moduleButton:before, #module_315817746 .moduleButton.faded:before{}
#module_315817746 .moduleButton:before, #module_315817746 .moduleButton.faded:before{}
#module_315817746 .moduleButton:before, #module_315817746 .moduleButton.faded:before{}
#module_315817746 .moduleButton:before, #module_315817746 .moduleButton.faded:before{}
#module_315817746 .moduleButton:before, #module_315817746 .moduleButton.faded:before{}
#module_315817746 .moduleButton:hover{border-color:rgb(0, 111, 255);}
#module_315817746 .moduleButton:hover{border-style:solid;}
#module_315817746 .moduleButton:hover{border-width:0px;}
#module_315817746 .moduleButton:hover{box-shadow:;}

.module_315826892 .ModuleHead .HeadCenter{float:none;}
#module_315826892 {
padding:0px;
}
#module_315826892 {
position:static;
z-index:0;
top:462px;
left:522px;
width:100%;
height: auto;
}
#module_315826892 .ModuleHead315826892 {
display:none;
}
#module_315826892 .BodyCenter.BodyCenter315826892 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315826892 >.module_315826892 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315826892 >.module_315826892{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315826892 .BodyCenter.BodyCenter315826892 {
padding-top:2.4390%;
padding-left:1.6260%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315826892 .BodyCenter.BodyCenter315826892 {
padding-top:5.2265%;
padding-left:0.0000%;
padding-right:10.4530%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315826892 >.module_315826892 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315826892 >.module_315826892 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315826892 >.module_315826892 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315826892:hover {
border:none;
}
#module_315826892:hover >.module_315826892 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315826892 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315826892 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315826892 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315826892 .ModuleImageTextGiantContent{margin-right:10px;}
#module_315826892 .imageTextGiant-Container{padding-top:0px;}
#module_315826892 .imageTextGiant-Container{padding-bottom:0px;}
#module_315826892 .imageTextGiant-Container{padding-left:0px;}
#module_315826892 .imageTextGiant-Container{padding-right:0px;}
#module_315826892 .showHandle .btn{font-size:14px;}
#module_315826892 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315826892 .showHandle .btn{color:#333;}
#module_315826892 .showHandle .btn{font-weight:400;}
#module_315826892 .showHandle .btn{text-decoration:none;}
#module_315826892 .showHandle .btn{font-style:normal;}
#module_315826892 .showHandle div{border-top-color:#ddd !important;}
#module_315826892 .showHandle div{border-top-style:solid !important;}
#module_315826892 .showHandle div{border-top-width:1px !important;}
#module_315826892 .showHandle{background-color:transparent;}
#module_315826892 .showHandle{background-image:none;}
#module_315826892 .showHandle{background-repeat:no-repeat;}
#module_315826892 .showHandle{}
#module_315826892 .showHandle{}
#module_315826892 .showHandle{}
#module_315826892 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818530 #Sub315818530_1 {width:51.2500%;}
.module_315820166 .ModuleHead .HeadCenter{float:none;}
#module_315820166 {
padding:0px;
}
#module_315820166 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_315820166 .ModuleHead315820166 {
display:none;
}
#module_315820166 .BodyCenter.BodyCenter315820166 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820166 >.module_315820166 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820166 >.module_315820166{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820166 .BodyCenter.BodyCenter315820166 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820166 .BodyCenter.BodyCenter315820166 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315820166 >.module_315820166 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820166 >.module_315820166 {
margin-top:3.4843%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315820166 >.module_315820166 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820166:hover {
border:none;
}
#module_315820166:hover >.module_315820166 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820166 img{border-top-color:transparent;}
#module_315820166 img{border-top-style:none;}
#module_315820166 img{border-top-width:0px;}
#module_315820166 img{border-right-color:transparent;}
#module_315820166 img{border-right-style:none;}
#module_315820166 img{border-right-width:0px;}
#module_315820166 img{border-bottom-color:transparent;}
#module_315820166 img{border-bottom-style:none;}
#module_315820166 img{border-bottom-width:0px;}
#module_315820166 img{border-left-color:transparent;}
#module_315820166 img{border-left-style:none;}
#module_315820166 img{border-left-width:0px;}
#module_315820166 img{border-top-left-radius:0px;}
#module_315820166 img{border-top-right-radius:0px;}
#module_315820166 img{border-bottom-left-radius:0px;}
#module_315820166 img{border-bottom-right-radius:0px;}
#module_315820166 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer315818530 #Sub315818530_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_315818897 .ModuleHead .HeadCenter{float:none;}
#module_315818897 {
padding:0px;
}
#module_315818897 {
position:static;
z-index:0;
top:2235px;
left:0px;
width:100%;
height: auto;
}
#module_315818897 .ModuleHead315818897 {
display:none;
}
#module_315818897 .BodyCenter.BodyCenter315818897 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315818897 >.module_315818897 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818897 >.module_315818897{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818897 .BodyCenter.BodyCenter315818897 {
padding-top:3.8573%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.9286%;
}
}
@media screen and (max-width: 767px){
#module_315818897 .BodyCenter.BodyCenter315818897 {
padding-top:13.0293%;
padding-left:6.5147%;
padding-right:6.5147%;
padding-bottom:13.0293%;
}
}
@media screen and (min-width: 768px){
#module_315818897 >.module_315818897 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818897 >.module_315818897 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818897 >.module_315818897 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818897:hover {
border:none;
}
#module_315818897:hover >.module_315818897 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818897 .ModuleSubContainer{background-color:transparent;}
#module_315818897 .ModuleSubContainer{background-image:none;}
#module_315818897 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818897 .ModuleSubContainer{background-position:0% 0%;}
#module_315818897 .ModuleSubContainer{background-attachment:scroll;}
#module_315818897 .ModuleSubContainer{}
#module_315818897 {!bgVideo!}{bgVideoUrl:none}
#module_315818897 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818897 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818897 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818897 {}
.module_315827433 .ModuleHead .HeadCenter{float:none;}
#module_315827433 {
padding:0px;
}
#module_315827433 {
position:static;
z-index:0;
top:723px;
left:1093px;
width:100%;
height: auto;
}
#module_315827433 .ModuleHead315827433 {
display:none;
}
#module_315827433 .BodyCenter.BodyCenter315827433 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827433 >.module_315827433 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827433 >.module_315827433{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827433 .BodyCenter.BodyCenter315827433 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827433 .BodyCenter.BodyCenter315827433 {
padding-top:13.6240%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_315827433 >.module_315827433 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827433 >.module_315827433 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827433 >.module_315827433 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827433:hover {
border:none;
}
#module_315827433:hover >.module_315827433 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827433 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827433 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827433 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827433 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827433 .imageTextGiant-Container{padding-top:0px;}
#module_315827433 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827433 .imageTextGiant-Container{padding-left:30px;}
#module_315827433 .imageTextGiant-Container{padding-right:30px;}
#module_315827433 .showHandle .btn{font-size:14px;}
#module_315827433 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827433 .showHandle .btn{color:#333;}
#module_315827433 .showHandle .btn{font-weight:400;}
#module_315827433 .showHandle .btn{text-decoration:none;}
#module_315827433 .showHandle .btn{font-style:normal;}
#module_315827433 .showHandle div{border-top-color:#ddd !important;}
#module_315827433 .showHandle div{border-top-style:solid !important;}
#module_315827433 .showHandle div{border-top-width:1px !important;}
#module_315827433 .showHandle{background-color:transparent;}
#module_315827433 .showHandle{background-image:none;}
#module_315827433 .showHandle{background-repeat:no-repeat;}
#module_315827433 .showHandle{}
#module_315827433 .showHandle{}
#module_315827433 .showHandle{}
#module_315827433 a{font-size:unset;font-family:unset}
.module_315818898 .ModuleHead .HeadCenter{float:none;}
#module_315818898 {
padding:0px;
}
#module_315818898 {
position:static;
z-index:0;
top:900px;
left:-5px;
width:100%;
height: auto;
}
#module_315818898 .ModuleHead315818898 {
display:none;
}
#module_315818898 .BodyCenter.BodyCenter315818898 {
background:none;background-color:rgb(248, 248, 248);
}
#module_315818898 >.module_315818898 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818898 >.module_315818898{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818898 .BodyCenter.BodyCenter315818898 {
padding-top:3.8573%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.9286%;
}
}
@media screen and (max-width: 767px){
#module_315818898 .BodyCenter.BodyCenter315818898 {
padding-top:11.5274%;
padding-left:5.7637%;
padding-right:5.7637%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818898 >.module_315818898 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818898 >.module_315818898 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818898 >.module_315818898 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818898:hover {
border:none;
}
#module_315818898:hover >.module_315818898 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818898 .ModuleSubContainer{background-color:transparent;}
#module_315818898 .ModuleSubContainer{background-image:none;}
#module_315818898 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818898 .ModuleSubContainer{background-position:0% 0%;}
#module_315818898 .ModuleSubContainer{background-attachment:scroll;}
#module_315818898 .ModuleSubContainer{}
#module_315818898 {!bgVideo!}{bgVideoUrl:none}
#module_315818898 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818898 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818898 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818898 {}
.module_315827435 .ModuleHead .HeadCenter{float:none;}
#module_315827435 {
padding:0px;
}
#module_315827435 {
position:static;
z-index:0;
top:897px;
left:1233px;
width:100%;
height: auto;
}
#module_315827435 .ModuleHead315827435 {
display:none;
}
#module_315827435 .BodyCenter.BodyCenter315827435 {
background:none;background-color:rgb(248, 248, 248);
}
#module_315827435 >.module_315827435 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827435 >.module_315827435{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827435 .BodyCenter.BodyCenter315827435 {
padding-top:4.2872%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.6795%;
}
}
@media screen and (max-width: 767px){
#module_315827435 .BodyCenter.BodyCenter315827435 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.4906%;
}
}
@media screen and (min-width: 768px){
#module_315827435 >.module_315827435 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827435 >.module_315827435 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827435 >.module_315827435 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827435:hover {
border:none;
}
#module_315827435:hover >.module_315827435 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827435 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827435 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827435 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827435 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827435 .imageTextGiant-Container{padding-top:0px;}
#module_315827435 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827435 .imageTextGiant-Container{padding-left:0px;}
#module_315827435 .imageTextGiant-Container{padding-right:0px;}
#module_315827435 .showHandle .btn{font-size:14px;}
#module_315827435 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827435 .showHandle .btn{color:#333;}
#module_315827435 .showHandle .btn{font-weight:400;}
#module_315827435 .showHandle .btn{text-decoration:none;}
#module_315827435 .showHandle .btn{font-style:normal;}
#module_315827435 .showHandle div{border-top-color:#ddd !important;}
#module_315827435 .showHandle div{border-top-style:solid !important;}
#module_315827435 .showHandle div{border-top-width:1px !important;}
#module_315827435 .showHandle{background-color:transparent;}
#module_315827435 .showHandle{background-image:none;}
#module_315827435 .showHandle{background-repeat:no-repeat;}
#module_315827435 .showHandle{}
#module_315827435 .showHandle{}
#module_315827435 .showHandle{}
#module_315827435 a{font-size:unset;font-family:unset}
.module_315818587 .ModuleHead .HeadCenter{float:none;}
#module_315818587 {
padding:0px;
}
#module_315818587 {
position:static;
z-index:0;
top:1526px;
left:212px;
width:100%;
height: auto;
}
#module_315818587 .ModuleHead315818587 {
display:none;
}
#module_315818587 .BodyCenter.BodyCenter315818587 {
background:none;background-color:rgb(248, 248, 248);
}
#module_315818587 >.module_315818587 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818587 >.module_315818587{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818587 .BodyCenter.BodyCenter315818587 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818587 .BodyCenter.BodyCenter315818587 {
padding-top:0.0000%;
padding-left:8.6455%;
padding-right:8.6455%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818587 >.module_315818587 {
margin-top:2.1436%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:4.2872%;
}
}
@media screen and (max-width: 767px){
#module_315818587 >.module_315818587 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818587 >.module_315818587 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818587:hover {
border:none;
}
#module_315818587:hover >.module_315818587 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818587 .ModuleSubContainer{background-color:transparent;}
#module_315818587 .ModuleSubContainer{background-image:none;}
#module_315818587 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818587 .ModuleSubContainer{background-position:0% 0%;}
#module_315818587 .ModuleSubContainer{background-attachment:scroll;}
#module_315818587 .ModuleSubContainer{}
#module_315818587 {!bgVideo!}{bgVideoUrl:none}
#module_315818587 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818587 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818587 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818587 {}
.ModuleGridContainer.ModuleGridContainer315818587 .SubPadding {width:0px;}
.module_315820320 .ModuleHead .HeadCenter{float:none;}
#module_315820320 {
padding:0px;
}
#module_315820320 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315820320 .ModuleHead315820320 {
display:none;
}
#module_315820320 {
border:none;
}
@media screen and (min-width: 768px){
#module_315820320 >.module_315820320 {
}
}
@media screen and (max-width: 767px){
#module_315820320 >.module_315820320 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_315820320 img{border-top-color:transparent;}
#module_315820320 img{border-top-style:none;}
#module_315820320 img{border-top-width:0px;}
#module_315820320 img{border-right-color:transparent;}
#module_315820320 img{border-right-style:none;}
#module_315820320 img{border-right-width:0px;}
#module_315820320 img{border-bottom-color:transparent;}
#module_315820320 img{border-bottom-style:none;}
#module_315820320 img{border-bottom-width:0px;}
#module_315820320 img{border-left-color:transparent;}
#module_315820320 img{border-left-style:none;}
#module_315820320 img{border-left-width:0px;}
#module_315820320 img{border-top-left-radius:0px;}
#module_315820320 img{border-top-right-radius:0px;}
#module_315820320 img{border-bottom-left-radius:0px;}
#module_315820320 img{border-bottom-right-radius:0px;}
#module_315820320 .BodyCenter{text-align: center;}

.module_315827558 .ModuleHead .HeadCenter{float:none;}
#module_315827558 {
padding:0px;
}
#module_315827558 {
position:static;
z-index:0;
top:1826px;
left:183px;
width:100%;
height: auto;
}
#module_315827558 .ModuleHead315827558 {
display:none;
}
#module_315827558 .BodyCenter.BodyCenter315827558 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827558 >.module_315827558 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827558 >.module_315827558{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827558 .BodyCenter.BodyCenter315827558 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827558 .BodyCenter.BodyCenter315827558 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315827558 >.module_315827558 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827558 >.module_315827558 {
margin-top:4.2345%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827558 >.module_315827558 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827558:hover {
border:none;
}
#module_315827558:hover >.module_315827558 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827558 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827558 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827558 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827558 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827558 .imageTextGiant-Container{padding-top:10px;}
#module_315827558 .imageTextGiant-Container{padding-bottom:10px;}
#module_315827558 .imageTextGiant-Container{padding-left:10px;}
#module_315827558 .imageTextGiant-Container{padding-right:10px;}
#module_315827558 .showHandle .btn{font-size:14px;}
#module_315827558 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827558 .showHandle .btn{color:#333;}
#module_315827558 .showHandle .btn{font-weight:400;}
#module_315827558 .showHandle .btn{text-decoration:none;}
#module_315827558 .showHandle .btn{font-style:normal;}
#module_315827558 .showHandle div{border-top-color:#ddd !important;}
#module_315827558 .showHandle div{border-top-style:solid !important;}
#module_315827558 .showHandle div{border-top-width:1px !important;}
#module_315827558 .showHandle{background-color:transparent;}
#module_315827558 .showHandle{background-image:none;}
#module_315827558 .showHandle{background-repeat:no-repeat;}
#module_315827558 .showHandle{}
#module_315827558 .showHandle{}
#module_315827558 .showHandle{}
#module_315827558 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818587 #Sub315818587_1 {width:32.5000%;}
.module_315827554 .ModuleHead .HeadCenter{float:none;}
#module_315827554 {
padding:0px;
}
#module_315827554 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315827554 .ModuleHead315827554 {
display:none;
}
#module_315827554 .BodyCenter.BodyCenter315827554 {
background-color:transparent;
background-image:url(comdata/79797/202012/202012260043297aa03b.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_315827554 >.module_315827554 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827554 >.module_315827554{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827554 .BodyCenter.BodyCenter315827554 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827554 .BodyCenter.BodyCenter315827554 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315827554 >.module_315827554 {
margin-top:10.2564%;
margin-left:0.0000%;
margin-right:20.5128%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827554 >.module_315827554 {
margin-top:3.4843%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827554 >.module_315827554 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827554:hover {
border:none;
}
#module_315827554:hover >.module_315827554 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827554 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827554 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827554 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827554 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827554 .imageTextGiant-Container{padding-top:10px;}
#module_315827554 .imageTextGiant-Container{padding-bottom:10px;}
#module_315827554 .imageTextGiant-Container{padding-left:10px;}
#module_315827554 .imageTextGiant-Container{padding-right:10px;}
#module_315827554 .showHandle .btn{font-size:14px;}
#module_315827554 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827554 .showHandle .btn{color:#333;}
#module_315827554 .showHandle .btn{font-weight:400;}
#module_315827554 .showHandle .btn{text-decoration:none;}
#module_315827554 .showHandle .btn{font-style:normal;}
#module_315827554 .showHandle div{border-top-color:#ddd !important;}
#module_315827554 .showHandle div{border-top-style:solid !important;}
#module_315827554 .showHandle div{border-top-width:1px !important;}
#module_315827554 .showHandle{background-color:transparent;}
#module_315827554 .showHandle{background-image:none;}
#module_315827554 .showHandle{background-repeat:no-repeat;}
#module_315827554 .showHandle{}
#module_315827554 .showHandle{}
#module_315827554 .showHandle{}
#module_315827554 a{font-size:unset;font-family:unset}
.module_315827555 .ModuleHead .HeadCenter{float:none;}
#module_315827555 {
padding:0px;
}
#module_315827555 {
position:static;
z-index:0;
top:1433px;
left:902px;
width:100%;
height: auto;
}
#module_315827555 .ModuleHead315827555 {
display:none;
}
#module_315827555 .BodyCenter.BodyCenter315827555 {
background-color:transparent;
background-image:url(comdata/79797/202012/202012260043297aa03b.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_315827555 >.module_315827555 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827555 >.module_315827555{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827555 .BodyCenter.BodyCenter315827555 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827555 .BodyCenter.BodyCenter315827555 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315827555 >.module_315827555 {
margin-top:3.8462%;
margin-left:0.0000%;
margin-right:20.5128%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827555 >.module_315827555 {
margin-top:3.4843%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827555 >.module_315827555 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827555:hover {
border:none;
}
#module_315827555:hover >.module_315827555 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827555 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827555 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827555 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827555 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827555 .imageTextGiant-Container{padding-top:10px;}
#module_315827555 .imageTextGiant-Container{padding-bottom:10px;}
#module_315827555 .imageTextGiant-Container{padding-left:10px;}
#module_315827555 .imageTextGiant-Container{padding-right:10px;}
#module_315827555 .showHandle .btn{font-size:14px;}
#module_315827555 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827555 .showHandle .btn{color:#333;}
#module_315827555 .showHandle .btn{font-weight:400;}
#module_315827555 .showHandle .btn{text-decoration:none;}
#module_315827555 .showHandle .btn{font-style:normal;}
#module_315827555 .showHandle div{border-top-color:#ddd !important;}
#module_315827555 .showHandle div{border-top-style:solid !important;}
#module_315827555 .showHandle div{border-top-width:1px !important;}
#module_315827555 .showHandle{background-color:transparent;}
#module_315827555 .showHandle{background-image:none;}
#module_315827555 .showHandle{background-repeat:no-repeat;}
#module_315827555 .showHandle{}
#module_315827555 .showHandle{}
#module_315827555 .showHandle{}
#module_315827555 a{font-size:unset;font-family:unset}
.module_315827556 .ModuleHead .HeadCenter{float:none;}
#module_315827556 {
padding:0px;
}
#module_315827556 {
position:static;
z-index:0;
top:118px;
left:599px;
width:100%;
height: auto;
}
#module_315827556 .ModuleHead315827556 {
display:none;
}
#module_315827556 .BodyCenter.BodyCenter315827556 {
background-color:transparent;
background-image:url(comdata/79797/202012/202012260043297aa03b.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_315827556 >.module_315827556 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827556 >.module_315827556{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827556 .BodyCenter.BodyCenter315827556 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827556 .BodyCenter.BodyCenter315827556 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315827556 >.module_315827556 {
margin-top:3.8462%;
margin-left:0.0000%;
margin-right:20.5128%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827556 >.module_315827556 {
margin-top:3.4843%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827556 >.module_315827556 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827556:hover {
border:none;
}
#module_315827556:hover >.module_315827556 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827556 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827556 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827556 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827556 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827556 .imageTextGiant-Container{padding-top:10px;}
#module_315827556 .imageTextGiant-Container{padding-bottom:10px;}
#module_315827556 .imageTextGiant-Container{padding-left:10px;}
#module_315827556 .imageTextGiant-Container{padding-right:10px;}
#module_315827556 .showHandle .btn{font-size:14px;}
#module_315827556 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827556 .showHandle .btn{color:#333;}
#module_315827556 .showHandle .btn{font-weight:400;}
#module_315827556 .showHandle .btn{text-decoration:none;}
#module_315827556 .showHandle .btn{font-style:normal;}
#module_315827556 .showHandle div{border-top-color:#ddd !important;}
#module_315827556 .showHandle div{border-top-style:solid !important;}
#module_315827556 .showHandle div{border-top-width:1px !important;}
#module_315827556 .showHandle{background-color:transparent;}
#module_315827556 .showHandle{background-image:none;}
#module_315827556 .showHandle{background-repeat:no-repeat;}
#module_315827556 .showHandle{}
#module_315827556 .showHandle{}
#module_315827556 .showHandle{}
#module_315827556 a{font-size:unset;font-family:unset}
.module_315827557 .ModuleHead .HeadCenter{float:none;}
#module_315827557 {
padding:0px;
}
#module_315827557 {
position:static;
z-index:0;
top:204px;
left:0px;
width:100%;
height: auto;
}
#module_315827557 .ModuleHead315827557 {
display:none;
}
#module_315827557 .BodyCenter.BodyCenter315827557 {
background-color:transparent;
background-image:url(comdata/79797/202012/202012260043297aa03b.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_315827557 >.module_315827557 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827557 >.module_315827557{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827557 .BodyCenter.BodyCenter315827557 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827557 .BodyCenter.BodyCenter315827557 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315827557 >.module_315827557 {
margin-top:3.8462%;
margin-left:0.0000%;
margin-right:20.5128%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827557 >.module_315827557 {
margin-top:3.4843%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827557 >.module_315827557 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827557:hover {
border:none;
}
#module_315827557:hover >.module_315827557 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827557 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827557 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827557 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827557 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827557 .imageTextGiant-Container{padding-top:10px;}
#module_315827557 .imageTextGiant-Container{padding-bottom:10px;}
#module_315827557 .imageTextGiant-Container{padding-left:10px;}
#module_315827557 .imageTextGiant-Container{padding-right:10px;}
#module_315827557 .showHandle .btn{font-size:14px;}
#module_315827557 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827557 .showHandle .btn{color:#333;}
#module_315827557 .showHandle .btn{font-weight:400;}
#module_315827557 .showHandle .btn{text-decoration:none;}
#module_315827557 .showHandle .btn{font-style:normal;}
#module_315827557 .showHandle div{border-top-color:#ddd !important;}
#module_315827557 .showHandle div{border-top-style:solid !important;}
#module_315827557 .showHandle div{border-top-width:1px !important;}
#module_315827557 .showHandle{background-color:transparent;}
#module_315827557 .showHandle{background-image:none;}
#module_315827557 .showHandle{background-repeat:no-repeat;}
#module_315827557 .showHandle{}
#module_315827557 .showHandle{}
#module_315827557 .showHandle{}
#module_315827557 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818587 #Sub315818587_2 {width:32.5000%;}
.module_315827559 .ModuleHead .HeadCenter{float:none;}
#module_315827559 {
padding:0px;
}
#module_315827559 {
position:static;
z-index:0;
top:2221px;
left:183px;
width:100%;
height: auto;
}
#module_315827559 .ModuleHead315827559 {
display:none;
}
#module_315827559 .BodyCenter.BodyCenter315827559 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827559 >.module_315827559 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827559 >.module_315827559{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827559 .BodyCenter.BodyCenter315827559 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827559 .BodyCenter.BodyCenter315827559 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315827559 >.module_315827559 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827559 >.module_315827559 {
margin-top:6.9686%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827559 >.module_315827559 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827559:hover {
border:none;
}
#module_315827559:hover >.module_315827559 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827559 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827559 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827559 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827559 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827559 .imageTextGiant-Container{padding-top:10px;}
#module_315827559 .imageTextGiant-Container{padding-bottom:10px;}
#module_315827559 .imageTextGiant-Container{padding-left:10px;}
#module_315827559 .imageTextGiant-Container{padding-right:10px;}
#module_315827559 .showHandle .btn{font-size:14px;}
#module_315827559 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827559 .showHandle .btn{color:#333;}
#module_315827559 .showHandle .btn{font-weight:400;}
#module_315827559 .showHandle .btn{text-decoration:none;}
#module_315827559 .showHandle .btn{font-style:normal;}
#module_315827559 .showHandle div{border-top-color:#ddd !important;}
#module_315827559 .showHandle div{border-top-style:solid !important;}
#module_315827559 .showHandle div{border-top-width:1px !important;}
#module_315827559 .showHandle{background-color:transparent;}
#module_315827559 .showHandle{background-image:none;}
#module_315827559 .showHandle{background-repeat:no-repeat;}
#module_315827559 .showHandle{}
#module_315827559 .showHandle{}
#module_315827559 .showHandle{}
#module_315827559 a{font-size:unset;font-family:unset}
.module_315820321 .ModuleHead .HeadCenter{float:none;}
#module_315820321 {
padding:0px;
}
#module_315820321 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315820321 .ModuleHead315820321 {
display:none;
}
#module_315820321 {
border:none;
}
@media screen and (min-width: 768px){
#module_315820321 >.module_315820321 {
}
}
@media screen and (max-width: 767px){
#module_315820321 >.module_315820321 {
margin-top:3.2573%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_315820321 img{border-top-color:transparent;}
#module_315820321 img{border-top-style:none;}
#module_315820321 img{border-top-width:0px;}
#module_315820321 img{border-right-color:transparent;}
#module_315820321 img{border-right-style:none;}
#module_315820321 img{border-right-width:0px;}
#module_315820321 img{border-bottom-color:transparent;}
#module_315820321 img{border-bottom-style:none;}
#module_315820321 img{border-bottom-width:0px;}
#module_315820321 img{border-left-color:transparent;}
#module_315820321 img{border-left-style:none;}
#module_315820321 img{border-left-width:0px;}
#module_315820321 img{border-top-left-radius:0px;}
#module_315820321 img{border-top-right-radius:0px;}
#module_315820321 img{border-bottom-left-radius:0px;}
#module_315820321 img{border-bottom-right-radius:0px;}
#module_315820321 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer315818587 #Sub315818587_3 {width:35.0000%;}
.module_315818585 .ModuleHead .HeadCenter{float:none;}
#module_315818585 {
padding:0px;
}
#module_315818585 {
position:static;
z-index:0;
top:978px;
left:990px;
width:100%;
height: auto;
}
#module_315818585 .ModuleHead315818585 {
display:none;
}
#module_315818585 .BodyCenter.BodyCenter315818585 {
background:none;background-color:rgb(248, 248, 248);
}
#module_315818585 >.module_315818585 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818585 >.module_315818585{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818585 .BodyCenter.BodyCenter315818585 {
padding-top:0.5359%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.5359%;
}
}
@media screen and (max-width: 767px){
#module_315818585 .BodyCenter.BodyCenter315818585 {
padding-top:6.5147%;
padding-left:4.8860%;
padding-right:4.8860%;
padding-bottom:13.0293%;
}
}
@media screen and (min-width: 768px){
#module_315818585 >.module_315818585 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818585 >.module_315818585 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818585 >.module_315818585 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818585:hover {
border:none;
}
#module_315818585:hover >.module_315818585 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818585 .ModuleSubContainer{background-color:transparent;}
#module_315818585 .ModuleSubContainer{background-image:none;}
#module_315818585 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818585 .ModuleSubContainer{background-position:0% 0%;}
#module_315818585 .ModuleSubContainer{background-attachment:scroll;}
#module_315818585 .ModuleSubContainer{}
#module_315818585 {!bgVideo!}{bgVideoUrl:none}
#module_315818585 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818585 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818585 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer315818585 {}
.ModuleGridContainer.ModuleGridContainer315818585 .SubPadding {width:20px;}
.module_315827429 .ModuleHead .HeadCenter{float:none;}
#module_315827429 {
padding:0px;
}
#module_315827429 {
position:static;
z-index:0;
top:3625px;
left:517px;
width:100%;
height: auto;
}
#module_315827429 .ModuleHead315827429 {
display:none;
}
#module_315827429 .BodyCenter.BodyCenter315827429 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315827429 >.module_315827429 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827429 >.module_315827429{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827429 .BodyCenter.BodyCenter315827429 {
padding-top:10.5263%;
padding-left:10.5263%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827429 .BodyCenter.BodyCenter315827429 {
padding-top:7.2202%;
padding-left:7.2202%;
padding-right:7.2202%;
padding-bottom:1.8051%;
}
}
@media screen and (min-width: 768px){
#module_315827429 >.module_315827429 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827429 >.module_315827429 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827429 >.module_315827429 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827429:hover {
border:none;
}
#module_315827429:hover >.module_315827429 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827429 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315827429 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315827429 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315827429 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315827429 .GraphicUpper{padding-top:0px;}
#module_315827429 .GraphicUpper{padding-bottom:2px;}
#module_315827429 .GraphicUpper{padding-left:0px;}
#module_315827429 .GraphicUpper {padding-right:0px;}
#module_315827429 .GraphicUpper{width:10%;} #module_315827429 .ModuleImageTextContent{width: calc(100% - 10%);}
#module_315827429 .MobileGraphicUpper{width:10%;} #module_315827429 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_315827429 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315827429 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315827429 .ModuleImageTextGiantContent{padding-left:6px;}
#module_315827429 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315827429 .normal_ImgtextBox_content{padding-top:0px;}
#module_315827429 .normal_ImgtextBox_content{padding-bottom:5px;}
#module_315827429 .normal_ImgtextBox_content{padding-left:0px;}
#module_315827429 .normal_ImgtextBox_content{padding-right:0px;}
#module_315827429 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_315827429 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315827429 .normal_ImgtextBox_content{background-color:transparent;}
#module_315827429 .normal_ImgtextBox_content{background-image:none;}
#module_315827429 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_315827429 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_315827429 .normal_ImgtextBox_content{background-attachment:none;}
#module_315827429 .normal_ImgtextBox_content{}
#module_315827429 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_315827429 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_315827429 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_315827429 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_315827429 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_315827429 .normal_ImgtextBox_content{border-top-style:none;}
#module_315827429 .normal_ImgtextBox_content{border-top-width:0px;}
#module_315827429 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_315827429 .normal_ImgtextBox_content{border-right-style:none;}
#module_315827429 .normal_ImgtextBox_content{border-right-width:0px;}
#module_315827429 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_315827429 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_315827429 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_315827429 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_315827429 .normal_ImgtextBox_content{border-left-style:none;}
#module_315827429 .normal_ImgtextBox_content{border-left-width:0px;}
#module_315827429 .showHandle .btn{font-size:14px;}
#module_315827429 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827429 .showHandle .btn{color:#333;}
#module_315827429 .showHandle .btn{font-weight:400;}
#module_315827429 .showHandle .btn{text-decoration:none;}
#module_315827429 .showHandle .btn{font-style:normal;}
#module_315827429 .showHandle div{border-top-color:#ddd !important;}
#module_315827429 .showHandle div{border-top-style:solid !important;}
#module_315827429 .showHandle div{border-top-width:1px !important;}
#module_315827429 .showHandle{background-color:transparent;}
#module_315827429 .showHandle{background-image:none;}
#module_315827429 .showHandle{background-repeat:no-repeat;}
#module_315827429 .showHandle{}
#module_315827429 .showHandle{}
#module_315827429 .showHandle{}
#module_315827429 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315827429 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_315827429 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_315827429 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_315827429 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_315827429 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_315827429 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_315827429 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_315827429 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_315827429 a{font-size:unset;font-family:unset}
.module_315827428 .ModuleHead .HeadCenter{float:none;}
#module_315827428 {
padding:0px;
}
#module_315827428 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315827428 .ModuleHead315827428 {
display:none;
}
#module_315827428 .BodyCenter.BodyCenter315827428 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315827428 >.module_315827428 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827428 >.module_315827428{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827428 .BodyCenter.BodyCenter315827428 {
padding-top:2.8070%;
padding-left:10.5263%;
padding-right:10.5263%;
padding-bottom:10.5263%;
}
}
@media screen and (max-width: 767px){
#module_315827428 .BodyCenter.BodyCenter315827428 {
padding-top:0.0000%;
padding-left:7.2464%;
padding-right:7.2464%;
padding-bottom:7.2464%;
}
}
@media screen and (min-width: 768px){
#module_315827428 >.module_315827428 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827428 >.module_315827428 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.6232%;
}
}
#module_315827428 >.module_315827428 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827428:hover {
border:none;
}
#module_315827428:hover >.module_315827428 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827428 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827428 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827428 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827428 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827428 .imageTextGiant-Container{padding-top:0px;}
#module_315827428 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827428 .imageTextGiant-Container{padding-left:0px;}
#module_315827428 .imageTextGiant-Container{padding-right:0px;}
#module_315827428 .showHandle .btn{font-size:14px;}
#module_315827428 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827428 .showHandle .btn{color:#333;}
#module_315827428 .showHandle .btn{font-weight:400;}
#module_315827428 .showHandle .btn{text-decoration:none;}
#module_315827428 .showHandle .btn{font-style:normal;}
#module_315827428 .showHandle div{border-top-color:#ddd !important;}
#module_315827428 .showHandle div{border-top-style:solid !important;}
#module_315827428 .showHandle div{border-top-width:1px !important;}
#module_315827428 .showHandle{background-color:transparent;}
#module_315827428 .showHandle{background-image:none;}
#module_315827428 .showHandle{background-repeat:no-repeat;}
#module_315827428 .showHandle{}
#module_315827428 .showHandle{}
#module_315827428 .showHandle{}
#module_315827428 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818585 #Sub315818585_1 {width:25%;}
.module_315827425 .ModuleHead .HeadCenter{float:none;}
#module_315827425 {
padding:0px;
}
#module_315827425 {
position:static;
z-index:0;
top:288px;
left:0px;
width:100%;
height: auto;
}
#module_315827425 .ModuleHead315827425 {
display:none;
}
#module_315827425 .BodyCenter.BodyCenter315827425 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315827425 >.module_315827425 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827425 >.module_315827425{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827425 .BodyCenter.BodyCenter315827425 {
padding-top:10.5263%;
padding-left:10.5263%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827425 .BodyCenter.BodyCenter315827425 {
padding-top:7.2202%;
padding-left:6.8592%;
padding-right:7.2202%;
padding-bottom:1.8051%;
}
}
@media screen and (min-width: 768px){
#module_315827425 >.module_315827425 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827425 >.module_315827425 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827425 >.module_315827425 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827425:hover {
border:none;
}
#module_315827425:hover >.module_315827425 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827425 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315827425 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315827425 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315827425 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315827425 .GraphicUpper{padding-top:0px;}
#module_315827425 .GraphicUpper{padding-bottom:2px;}
#module_315827425 .GraphicUpper{padding-left:0px;}
#module_315827425 .GraphicUpper {padding-right:0px;}
#module_315827425 .GraphicUpper{width:10%;} #module_315827425 .ModuleImageTextContent{width: calc(100% - 10%);}
#module_315827425 .MobileGraphicUpper{width:10%;} #module_315827425 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_315827425 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315827425 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315827425 .ModuleImageTextGiantContent{padding-left:10px;}
#module_315827425 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315827425 .normal_ImgtextBox_content{padding-top:0px;}
#module_315827425 .normal_ImgtextBox_content{padding-bottom:5px;}
#module_315827425 .normal_ImgtextBox_content{padding-left:0px;}
#module_315827425 .normal_ImgtextBox_content{padding-right:0px;}
#module_315827425 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_315827425 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315827425 .normal_ImgtextBox_content{background-color:transparent;}
#module_315827425 .normal_ImgtextBox_content{background-image:none;}
#module_315827425 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_315827425 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_315827425 .normal_ImgtextBox_content{background-attachment:none;}
#module_315827425 .normal_ImgtextBox_content{}
#module_315827425 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_315827425 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_315827425 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_315827425 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_315827425 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_315827425 .normal_ImgtextBox_content{border-top-style:none;}
#module_315827425 .normal_ImgtextBox_content{border-top-width:0px;}
#module_315827425 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_315827425 .normal_ImgtextBox_content{border-right-style:none;}
#module_315827425 .normal_ImgtextBox_content{border-right-width:0px;}
#module_315827425 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_315827425 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_315827425 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_315827425 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_315827425 .normal_ImgtextBox_content{border-left-style:none;}
#module_315827425 .normal_ImgtextBox_content{border-left-width:0px;}
#module_315827425 .showHandle .btn{font-size:14px;}
#module_315827425 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827425 .showHandle .btn{color:#333;}
#module_315827425 .showHandle .btn{font-weight:400;}
#module_315827425 .showHandle .btn{text-decoration:none;}
#module_315827425 .showHandle .btn{font-style:normal;}
#module_315827425 .showHandle div{border-top-color:#ddd !important;}
#module_315827425 .showHandle div{border-top-style:solid !important;}
#module_315827425 .showHandle div{border-top-width:1px !important;}
#module_315827425 .showHandle{background-color:transparent;}
#module_315827425 .showHandle{background-image:none;}
#module_315827425 .showHandle{background-repeat:no-repeat;}
#module_315827425 .showHandle{}
#module_315827425 .showHandle{}
#module_315827425 .showHandle{}
#module_315827425 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315827425 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_315827425 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_315827425 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_315827425 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_315827425 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_315827425 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_315827425 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_315827425 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_315827425 a{font-size:unset;font-family:unset}
.module_315827430 .ModuleHead .HeadCenter{float:none;}
#module_315827430 {
padding:0px;
}
#module_315827430 {
position:static;
z-index:0;
top:89px;
left:599px;
width:100%;
height: auto;
}
#module_315827430 .ModuleHead315827430 {
display:none;
}
#module_315827430 .BodyCenter.BodyCenter315827430 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315827430 >.module_315827430 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827430 >.module_315827430{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827430 .BodyCenter.BodyCenter315827430 {
padding-top:2.8070%;
padding-left:10.5263%;
padding-right:10.5263%;
padding-bottom:10.5263%;
}
}
@media screen and (max-width: 767px){
#module_315827430 .BodyCenter.BodyCenter315827430 {
padding-top:0.0000%;
padding-left:7.2464%;
padding-right:7.2464%;
padding-bottom:7.2464%;
}
}
@media screen and (min-width: 768px){
#module_315827430 >.module_315827430 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827430 >.module_315827430 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.6232%;
}
}
#module_315827430 >.module_315827430 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827430:hover {
border:none;
}
#module_315827430:hover >.module_315827430 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827430 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827430 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827430 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827430 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827430 .imageTextGiant-Container{padding-top:0px;}
#module_315827430 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827430 .imageTextGiant-Container{padding-left:0px;}
#module_315827430 .imageTextGiant-Container{padding-right:0px;}
#module_315827430 .showHandle .btn{font-size:14px;}
#module_315827430 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827430 .showHandle .btn{color:#333;}
#module_315827430 .showHandle .btn{font-weight:400;}
#module_315827430 .showHandle .btn{text-decoration:none;}
#module_315827430 .showHandle .btn{font-style:normal;}
#module_315827430 .showHandle div{border-top-color:#ddd !important;}
#module_315827430 .showHandle div{border-top-style:solid !important;}
#module_315827430 .showHandle div{border-top-width:1px !important;}
#module_315827430 .showHandle{background-color:transparent;}
#module_315827430 .showHandle{background-image:none;}
#module_315827430 .showHandle{background-repeat:no-repeat;}
#module_315827430 .showHandle{}
#module_315827430 .showHandle{}
#module_315827430 .showHandle{}
#module_315827430 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818585 #Sub315818585_2 {width:25%;}
.module_315827426 .ModuleHead .HeadCenter{float:none;}
#module_315827426 {
padding:0px;
}
#module_315827426 {
position:static;
z-index:0;
top:3509px;
left:1052px;
width:100%;
height: auto;
}
#module_315827426 .ModuleHead315827426 {
display:none;
}
#module_315827426 .BodyCenter.BodyCenter315827426 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315827426 >.module_315827426 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827426 >.module_315827426{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827426 .BodyCenter.BodyCenter315827426 {
padding-top:10.5263%;
padding-left:10.5263%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827426 .BodyCenter.BodyCenter315827426 {
padding-top:7.2202%;
padding-left:7.2202%;
padding-right:7.2202%;
padding-bottom:1.8051%;
}
}
@media screen and (min-width: 768px){
#module_315827426 >.module_315827426 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827426 >.module_315827426 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827426 >.module_315827426 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827426:hover {
border:none;
}
#module_315827426:hover >.module_315827426 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827426 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315827426 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315827426 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315827426 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315827426 .GraphicUpper{padding-top:0px;}
#module_315827426 .GraphicUpper{padding-bottom:2px;}
#module_315827426 .GraphicUpper{padding-left:0px;}
#module_315827426 .GraphicUpper {padding-right:0px;}
#module_315827426 .GraphicUpper{width:10%;} #module_315827426 .ModuleImageTextContent{width: calc(100% - 10%);}
#module_315827426 .MobileGraphicUpper{width:10%;} #module_315827426 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_315827426 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315827426 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315827426 .ModuleImageTextGiantContent{padding-left:10px;}
#module_315827426 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315827426 .normal_ImgtextBox_content{padding-top:0px;}
#module_315827426 .normal_ImgtextBox_content{padding-bottom:5px;}
#module_315827426 .normal_ImgtextBox_content{padding-left:0px;}
#module_315827426 .normal_ImgtextBox_content{padding-right:0px;}
#module_315827426 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_315827426 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315827426 .normal_ImgtextBox_content{background-color:transparent;}
#module_315827426 .normal_ImgtextBox_content{background-image:none;}
#module_315827426 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_315827426 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_315827426 .normal_ImgtextBox_content{background-attachment:none;}
#module_315827426 .normal_ImgtextBox_content{}
#module_315827426 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_315827426 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_315827426 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_315827426 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_315827426 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_315827426 .normal_ImgtextBox_content{border-top-style:none;}
#module_315827426 .normal_ImgtextBox_content{border-top-width:0px;}
#module_315827426 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_315827426 .normal_ImgtextBox_content{border-right-style:none;}
#module_315827426 .normal_ImgtextBox_content{border-right-width:0px;}
#module_315827426 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_315827426 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_315827426 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_315827426 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_315827426 .normal_ImgtextBox_content{border-left-style:none;}
#module_315827426 .normal_ImgtextBox_content{border-left-width:0px;}
#module_315827426 .showHandle .btn{font-size:14px;}
#module_315827426 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827426 .showHandle .btn{color:#333;}
#module_315827426 .showHandle .btn{font-weight:400;}
#module_315827426 .showHandle .btn{text-decoration:none;}
#module_315827426 .showHandle .btn{font-style:normal;}
#module_315827426 .showHandle div{border-top-color:#ddd !important;}
#module_315827426 .showHandle div{border-top-style:solid !important;}
#module_315827426 .showHandle div{border-top-width:1px !important;}
#module_315827426 .showHandle{background-color:transparent;}
#module_315827426 .showHandle{background-image:none;}
#module_315827426 .showHandle{background-repeat:no-repeat;}
#module_315827426 .showHandle{}
#module_315827426 .showHandle{}
#module_315827426 .showHandle{}
#module_315827426 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315827426 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_315827426 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_315827426 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_315827426 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_315827426 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_315827426 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_315827426 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_315827426 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_315827426 a{font-size:unset;font-family:unset}
.module_315827431 .ModuleHead .HeadCenter{float:none;}
#module_315827431 {
padding:0px;
}
#module_315827431 {
position:static;
z-index:0;
top:92px;
left:0px;
width:100%;
height: auto;
}
#module_315827431 .ModuleHead315827431 {
display:none;
}
#module_315827431 .BodyCenter.BodyCenter315827431 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315827431 >.module_315827431 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827431 >.module_315827431{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827431 .BodyCenter.BodyCenter315827431 {
padding-top:2.8070%;
padding-left:10.5263%;
padding-right:10.5263%;
padding-bottom:10.5263%;
}
}
@media screen and (max-width: 767px){
#module_315827431 .BodyCenter.BodyCenter315827431 {
padding-top:0.0000%;
padding-left:7.2464%;
padding-right:7.2464%;
padding-bottom:7.2464%;
}
}
@media screen and (min-width: 768px){
#module_315827431 >.module_315827431 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827431 >.module_315827431 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.6232%;
}
}
#module_315827431 >.module_315827431 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827431:hover {
border:none;
}
#module_315827431:hover >.module_315827431 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827431 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827431 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827431 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827431 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827431 .imageTextGiant-Container{padding-top:0px;}
#module_315827431 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827431 .imageTextGiant-Container{padding-left:0px;}
#module_315827431 .imageTextGiant-Container{padding-right:0px;}
#module_315827431 .showHandle .btn{font-size:14px;}
#module_315827431 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827431 .showHandle .btn{color:#333;}
#module_315827431 .showHandle .btn{font-weight:400;}
#module_315827431 .showHandle .btn{text-decoration:none;}
#module_315827431 .showHandle .btn{font-style:normal;}
#module_315827431 .showHandle div{border-top-color:#ddd !important;}
#module_315827431 .showHandle div{border-top-style:solid !important;}
#module_315827431 .showHandle div{border-top-width:1px !important;}
#module_315827431 .showHandle{background-color:transparent;}
#module_315827431 .showHandle{background-image:none;}
#module_315827431 .showHandle{background-repeat:no-repeat;}
#module_315827431 .showHandle{}
#module_315827431 .showHandle{}
#module_315827431 .showHandle{}
#module_315827431 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818585 #Sub315818585_3 {width:25%;}
.module_315827427 .ModuleHead .HeadCenter{float:none;}
#module_315827427 {
padding:0px;
}
#module_315827427 {
position:static;
z-index:0;
top:279px;
left:0px;
width:100%;
height: auto;
}
#module_315827427 .ModuleHead315827427 {
display:none;
}
#module_315827427 .BodyCenter.BodyCenter315827427 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315827427 >.module_315827427 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827427 >.module_315827427{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827427 .BodyCenter.BodyCenter315827427 {
padding-top:10.5263%;
padding-left:10.5263%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827427 .BodyCenter.BodyCenter315827427 {
padding-top:7.2202%;
padding-left:7.2202%;
padding-right:7.2202%;
padding-bottom:1.8051%;
}
}
@media screen and (min-width: 768px){
#module_315827427 >.module_315827427 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827427 >.module_315827427 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827427 >.module_315827427 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827427:hover {
border:none;
}
#module_315827427:hover >.module_315827427 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827427 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315827427 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315827427 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315827427 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315827427 .GraphicUpper{padding-top:0px;}
#module_315827427 .GraphicUpper{padding-bottom:2px;}
#module_315827427 .GraphicUpper{padding-left:0px;}
#module_315827427 .GraphicUpper {padding-right:0px;}
#module_315827427 .GraphicUpper{width:10%;} #module_315827427 .ModuleImageTextContent{width: calc(100% - 10%);}
#module_315827427 .MobileGraphicUpper{width:10%;} #module_315827427 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_315827427 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315827427 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315827427 .ModuleImageTextGiantContent{padding-left:10px;}
#module_315827427 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315827427 .normal_ImgtextBox_content{padding-top:0px;}
#module_315827427 .normal_ImgtextBox_content{padding-bottom:5px;}
#module_315827427 .normal_ImgtextBox_content{padding-left:0px;}
#module_315827427 .normal_ImgtextBox_content{padding-right:0px;}
#module_315827427 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_315827427 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315827427 .normal_ImgtextBox_content{background-color:transparent;}
#module_315827427 .normal_ImgtextBox_content{background-image:none;}
#module_315827427 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_315827427 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_315827427 .normal_ImgtextBox_content{background-attachment:none;}
#module_315827427 .normal_ImgtextBox_content{}
#module_315827427 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_315827427 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_315827427 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_315827427 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_315827427 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_315827427 .normal_ImgtextBox_content{border-top-style:none;}
#module_315827427 .normal_ImgtextBox_content{border-top-width:0px;}
#module_315827427 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_315827427 .normal_ImgtextBox_content{border-right-style:none;}
#module_315827427 .normal_ImgtextBox_content{border-right-width:0px;}
#module_315827427 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_315827427 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_315827427 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_315827427 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_315827427 .normal_ImgtextBox_content{border-left-style:none;}
#module_315827427 .normal_ImgtextBox_content{border-left-width:0px;}
#module_315827427 .showHandle .btn{font-size:14px;}
#module_315827427 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827427 .showHandle .btn{color:#333;}
#module_315827427 .showHandle .btn{font-weight:400;}
#module_315827427 .showHandle .btn{text-decoration:none;}
#module_315827427 .showHandle .btn{font-style:normal;}
#module_315827427 .showHandle div{border-top-color:#ddd !important;}
#module_315827427 .showHandle div{border-top-style:solid !important;}
#module_315827427 .showHandle div{border-top-width:1px !important;}
#module_315827427 .showHandle{background-color:transparent;}
#module_315827427 .showHandle{background-image:none;}
#module_315827427 .showHandle{background-repeat:no-repeat;}
#module_315827427 .showHandle{}
#module_315827427 .showHandle{}
#module_315827427 .showHandle{}
#module_315827427 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315827427 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_315827427 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_315827427 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_315827427 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_315827427 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_315827427 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_315827427 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_315827427 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_315827427 a{font-size:unset;font-family:unset}
.module_315827432 .ModuleHead .HeadCenter{float:none;}
#module_315827432 {
padding:0px;
}
#module_315827432 {
position:static;
z-index:0;
top:97px;
left:0px;
width:100%;
height: auto;
}
#module_315827432 .ModuleHead315827432 {
display:none;
}
#module_315827432 .BodyCenter.BodyCenter315827432 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315827432 >.module_315827432 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827432 >.module_315827432{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827432 .BodyCenter.BodyCenter315827432 {
padding-top:2.8070%;
padding-left:10.5263%;
padding-right:10.5263%;
padding-bottom:10.5263%;
}
}
@media screen and (max-width: 767px){
#module_315827432 .BodyCenter.BodyCenter315827432 {
padding-top:0.0000%;
padding-left:6.8841%;
padding-right:7.2464%;
padding-bottom:7.2464%;
}
}
@media screen and (min-width: 768px){
#module_315827432 >.module_315827432 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827432 >.module_315827432 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827432 >.module_315827432 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827432:hover {
border:none;
}
#module_315827432:hover >.module_315827432 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827432 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827432 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827432 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827432 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827432 .imageTextGiant-Container{padding-top:0px;}
#module_315827432 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827432 .imageTextGiant-Container{padding-left:0px;}
#module_315827432 .imageTextGiant-Container{padding-right:0px;}
#module_315827432 .showHandle .btn{font-size:14px;}
#module_315827432 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827432 .showHandle .btn{color:#333;}
#module_315827432 .showHandle .btn{font-weight:400;}
#module_315827432 .showHandle .btn{text-decoration:none;}
#module_315827432 .showHandle .btn{font-style:normal;}
#module_315827432 .showHandle div{border-top-color:#ddd !important;}
#module_315827432 .showHandle div{border-top-style:solid !important;}
#module_315827432 .showHandle div{border-top-width:1px !important;}
#module_315827432 .showHandle{background-color:transparent;}
#module_315827432 .showHandle{background-image:none;}
#module_315827432 .showHandle{background-repeat:no-repeat;}
#module_315827432 .showHandle{}
#module_315827432 .showHandle{}
#module_315827432 .showHandle{}
#module_315827432 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818585 #Sub315818585_4 {width:25%;}
.module_315818583 .ModuleHead .HeadCenter{float:none;}
#module_315818583 {
padding:0px;
}
#module_315818583 {
position:static;
z-index:0;
top:921px;
left:1518px;
width:100%;
height: auto;
}
#module_315818583 .ModuleHead315818583 {
display:none;
}
#module_315818583 .BodyCenter.BodyCenter315818583 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315818583 >.module_315818583 {
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_315818583 >.module_315818583{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818583 .BodyCenter.BodyCenter315818583 {
padding-top:0.4822%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.4822%;
}
}
@media screen and (max-width: 767px){
#module_315818583 .BodyCenter.BodyCenter315818583 {
padding-top:0.0000%;
padding-left:4.0872%;
padding-right:4.0872%;
padding-bottom:0.5450%;
}
}
@media screen and (min-width: 768px){
#module_315818583 >.module_315818583 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818583 >.module_315818583 {
margin-top:4.0872%;
margin-left:1.3624%;
margin-right:1.3624%;
margin-bottom:0.0000%;
}
}
#module_315818583 >.module_315818583 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818583:hover {
border:none;
}
#module_315818583:hover >.module_315818583 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818583 .ModuleSubContainer{background-color:transparent;}
#module_315818583 .ModuleSubContainer{background-image:none;}
#module_315818583 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818583 .ModuleSubContainer{background-position:0% 0%;}
#module_315818583 .ModuleSubContainer{background-attachment:scroll;}
#module_315818583 .ModuleSubContainer{}
#module_315818583 {!bgVideo!}{bgVideoUrl:none}
#module_315818583 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818583 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818583 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer315818583 {}
.ModuleGridContainer.ModuleGridContainer315818583 .SubPadding {width:30px;}
.module_315827394 .ModuleHead .HeadCenter{float:none;}
#module_315827394 {
padding:0px;
}
#module_315827394 {
position:static;
z-index:0;
top:893px;
left:467px;
width:100%;
height: auto;
}
#module_315827394 .ModuleHead315827394 {
display:none;
}
#module_315827394 .BodyCenter.BodyCenter315827394 {
background-color:transparent;
background-image:url(comdata/79797/201908/2019080113482587c637.png);
background-size:auto;
background-repeat:no-repeat;
background-position:100% 100%;
background-Attachment:scroll;
}
#module_315827394 >.module_315827394 {
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_315827394 >.module_315827394{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827394 .BodyCenter.BodyCenter315827394 {
padding-top:7.0175%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:45.6140%;
}
}
@media screen and (max-width: 767px){
#module_315827394 .BodyCenter.BodyCenter315827394 {
padding-top:3.0581%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:39.7554%;
}
}
@media screen and (min-width: 768px){
#module_315827394 >.module_315827394 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.5088%;
}
}
@media screen and (max-width: 767px){
#module_315827394 >.module_315827394 {
margin-top:4.5872%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:15.2905%;
}
}
#module_315827394 >.module_315827394 {box-shadow: 1px 1px 15px 0px rgb(242, 242, 242)}
#module_315827394:hover {
border:none;
}
#module_315827394:hover >.module_315827394 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827394 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827394 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827394 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827394 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827394 .imageTextGiant-Container{padding-top:15px;}
#module_315827394 .imageTextGiant-Container{padding-bottom:15px;}
#module_315827394 .imageTextGiant-Container{padding-left:30px;}
#module_315827394 .imageTextGiant-Container{padding-right:30px;}
#module_315827394 .showHandle .btn{font-size:14px;}
#module_315827394 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827394 .showHandle .btn{color:#333;}
#module_315827394 .showHandle .btn{font-weight:400;}
#module_315827394 .showHandle .btn{text-decoration:none;}
#module_315827394 .showHandle .btn{font-style:normal;}
#module_315827394 .showHandle div{border-top-color:#ddd !important;}
#module_315827394 .showHandle div{border-top-style:solid !important;}
#module_315827394 .showHandle div{border-top-width:1px !important;}
#module_315827394 .showHandle{background-color:transparent;}
#module_315827394 .showHandle{background-image:none;}
#module_315827394 .showHandle{background-repeat:no-repeat;}
#module_315827394 .showHandle{}
#module_315827394 .showHandle{}
#module_315827394 .showHandle{}
#module_315827394 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818583 #Sub315818583_1 {width:25%;}
.module_315827391 .ModuleHead .HeadCenter{float:none;}
#module_315827391 {
padding:0px;
}
#module_315827391 {
position:static;
z-index:0;
top:906px;
left:721px;
width:100%;
height: auto;
}
#module_315827391 .ModuleHead315827391 {
display:none;
}
#module_315827391 .BodyCenter.BodyCenter315827391 {
background-color:transparent;
background-image:url(comdata/79797/201908/2019080113355146effc.png);
background-size:auto;
background-repeat:no-repeat;
background-position:100% 100%;
background-Attachment:scroll;
}
#module_315827391 >.module_315827391 {
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_315827391 >.module_315827391{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827391 .BodyCenter.BodyCenter315827391 {
padding-top:7.0175%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:45.6140%;
}
}
@media screen and (max-width: 767px){
#module_315827391 .BodyCenter.BodyCenter315827391 {
padding-top:3.0581%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:39.7554%;
}
}
@media screen and (min-width: 768px){
#module_315827391 >.module_315827391 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.5088%;
}
}
@media screen and (max-width: 767px){
#module_315827391 >.module_315827391 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827391 >.module_315827391 {box-shadow: 1px 1px 15px 0px rgb(242, 242, 242)}
#module_315827391:hover {
border:none;
}
#module_315827391:hover >.module_315827391 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827391 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827391 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827391 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827391 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827391 .imageTextGiant-Container{padding-top:15px;}
#module_315827391 .imageTextGiant-Container{padding-bottom:15px;}
#module_315827391 .imageTextGiant-Container{padding-left:30px;}
#module_315827391 .imageTextGiant-Container{padding-right:30px;}
#module_315827391 .showHandle .btn{font-size:14px;}
#module_315827391 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827391 .showHandle .btn{color:#333;}
#module_315827391 .showHandle .btn{font-weight:400;}
#module_315827391 .showHandle .btn{text-decoration:none;}
#module_315827391 .showHandle .btn{font-style:normal;}
#module_315827391 .showHandle div{border-top-color:#ddd !important;}
#module_315827391 .showHandle div{border-top-style:solid !important;}
#module_315827391 .showHandle div{border-top-width:1px !important;}
#module_315827391 .showHandle{background-color:transparent;}
#module_315827391 .showHandle{background-image:none;}
#module_315827391 .showHandle{background-repeat:no-repeat;}
#module_315827391 .showHandle{}
#module_315827391 .showHandle{}
#module_315827391 .showHandle{}
#module_315827391 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818583 #Sub315818583_2 {width:25%;}
.module_315827393 .ModuleHead .HeadCenter{float:none;}
#module_315827393 {
padding:0px;
}
#module_315827393 {
position:static;
z-index:0;
top:19px;
left:0px;
width:100%;
height: auto;
}
#module_315827393 .ModuleHead315827393 {
display:none;
}
#module_315827393 .BodyCenter.BodyCenter315827393 {
background-color:transparent;
background-image:url(comdata/79797/201908/201908011348256afe7d.png);
background-size:auto;
background-repeat:no-repeat;
background-position:100% 100%;
background-Attachment:scroll;
}
#module_315827393 >.module_315827393 {
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_315827393 >.module_315827393{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827393 .BodyCenter.BodyCenter315827393 {
padding-top:7.0175%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:45.6140%;
}
}
@media screen and (max-width: 767px){
#module_315827393 .BodyCenter.BodyCenter315827393 {
padding-top:3.0581%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:39.7554%;
}
}
@media screen and (min-width: 768px){
#module_315827393 >.module_315827393 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.5088%;
}
}
@media screen and (max-width: 767px){
#module_315827393 >.module_315827393 {
margin-top:4.5872%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827393 >.module_315827393 {box-shadow: 1px 1px 15px 0px rgb(242, 242, 242)}
#module_315827393:hover {
border:none;
}
#module_315827393:hover >.module_315827393 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827393 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827393 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827393 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827393 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827393 .imageTextGiant-Container{padding-top:15px;}
#module_315827393 .imageTextGiant-Container{padding-bottom:15px;}
#module_315827393 .imageTextGiant-Container{padding-left:30px;}
#module_315827393 .imageTextGiant-Container{padding-right:30px;}
#module_315827393 .showHandle .btn{font-size:14px;}
#module_315827393 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827393 .showHandle .btn{color:#333;}
#module_315827393 .showHandle .btn{font-weight:400;}
#module_315827393 .showHandle .btn{text-decoration:none;}
#module_315827393 .showHandle .btn{font-style:normal;}
#module_315827393 .showHandle div{border-top-color:#ddd !important;}
#module_315827393 .showHandle div{border-top-style:solid !important;}
#module_315827393 .showHandle div{border-top-width:1px !important;}
#module_315827393 .showHandle{background-color:transparent;}
#module_315827393 .showHandle{background-image:none;}
#module_315827393 .showHandle{background-repeat:no-repeat;}
#module_315827393 .showHandle{}
#module_315827393 .showHandle{}
#module_315827393 .showHandle{}
#module_315827393 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818583 #Sub315818583_3 {width:25%;}
.module_315827392 .ModuleHead .HeadCenter{float:none;}
#module_315827392 {
padding:0px;
}
#module_315827392 {
position:static;
z-index:0;
top:894px;
left:1389px;
width:100%;
height: auto;
}
#module_315827392 .ModuleHead315827392 {
display:none;
}
#module_315827392 .BodyCenter.BodyCenter315827392 {
background-color:transparent;
background-image:url(comdata/79797/201908/20190801134825a80fca.png);
background-size:auto;
background-repeat:no-repeat;
background-position:100% 100%;
background-Attachment:scroll;
}
#module_315827392 >.module_315827392 {
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_315827392 >.module_315827392{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827392 .BodyCenter.BodyCenter315827392 {
padding-top:7.0175%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:45.6140%;
}
}
@media screen and (max-width: 767px){
#module_315827392 .BodyCenter.BodyCenter315827392 {
padding-top:3.0581%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:39.7554%;
}
}
@media screen and (min-width: 768px){
#module_315827392 >.module_315827392 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:3.5088%;
}
}
@media screen and (max-width: 767px){
#module_315827392 >.module_315827392 {
margin-top:4.5872%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827392 >.module_315827392 {box-shadow: 1px 1px 15px 0px rgb(242, 242, 242)}
#module_315827392:hover {
border:none;
}
#module_315827392:hover >.module_315827392 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827392 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827392 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827392 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827392 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827392 .imageTextGiant-Container{padding-top:15px;}
#module_315827392 .imageTextGiant-Container{padding-bottom:15px;}
#module_315827392 .imageTextGiant-Container{padding-left:30px;}
#module_315827392 .imageTextGiant-Container{padding-right:30px;}
#module_315827392 .showHandle .btn{font-size:14px;}
#module_315827392 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827392 .showHandle .btn{color:#333;}
#module_315827392 .showHandle .btn{font-weight:400;}
#module_315827392 .showHandle .btn{text-decoration:none;}
#module_315827392 .showHandle .btn{font-style:normal;}
#module_315827392 .showHandle div{border-top-color:#ddd !important;}
#module_315827392 .showHandle div{border-top-style:solid !important;}
#module_315827392 .showHandle div{border-top-width:1px !important;}
#module_315827392 .showHandle{background-color:transparent;}
#module_315827392 .showHandle{background-image:none;}
#module_315827392 .showHandle{background-repeat:no-repeat;}
#module_315827392 .showHandle{}
#module_315827392 .showHandle{}
#module_315827392 .showHandle{}
#module_315827392 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818583 #Sub315818583_4 {width:25%;}
.module_315818892 .ModuleHead .HeadCenter{float:none;}
#module_315818892 {
padding:0px;
}
#module_315818892 {
position:static;
z-index:0;
top:1547px;
left:99px;
width:100%;
height: auto;
}
#module_315818892 .ModuleHead315818892 {
display:none;
}
#module_315818892 .BodyCenter.BodyCenter315818892 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315818892 >.module_315818892 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818892 >.module_315818892{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818892 .BodyCenter.BodyCenter315818892 {
padding-top:4.2872%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.5359%;
}
}
@media screen and (max-width: 767px){
#module_315818892 .BodyCenter.BodyCenter315818892 {
padding-top:13.0719%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:13.0719%;
}
}
@media screen and (min-width: 768px){
#module_315818892 >.module_315818892 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818892 >.module_315818892 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818892 >.module_315818892 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818892:hover {
border:none;
}
#module_315818892:hover >.module_315818892 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818892 .ModuleSubContainer{background-color:transparent;}
#module_315818892 .ModuleSubContainer{background-image:none;}
#module_315818892 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818892 .ModuleSubContainer{background-position:0% 0%;}
#module_315818892 .ModuleSubContainer{background-attachment:scroll;}
#module_315818892 .ModuleSubContainer{}
#module_315818892 {!bgVideo!}{bgVideoUrl:none}
#module_315818892 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818892 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818892 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818892 {}
.module_315827395 .ModuleHead .HeadCenter{float:none;}
#module_315827395 {
padding:0px;
}
#module_315827395 {
position:static;
z-index:0;
top:723px;
left:1093px;
width:100%;
height: auto;
}
#module_315827395 .ModuleHead315827395 {
display:none;
}
#module_315827395 .BodyCenter.BodyCenter315827395 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827395 >.module_315827395 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827395 >.module_315827395{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827395 .BodyCenter.BodyCenter315827395 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827395 .BodyCenter.BodyCenter315827395 {
padding-top:13.6240%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_315827395 >.module_315827395 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827395 >.module_315827395 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827395 >.module_315827395 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827395:hover {
border:none;
}
#module_315827395:hover >.module_315827395 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827395 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827395 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827395 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827395 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827395 .imageTextGiant-Container{padding-top:0px;}
#module_315827395 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827395 .imageTextGiant-Container{padding-left:30px;}
#module_315827395 .imageTextGiant-Container{padding-right:30px;}
#module_315827395 .showHandle .btn{font-size:14px;}
#module_315827395 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827395 .showHandle .btn{color:#333;}
#module_315827395 .showHandle .btn{font-weight:400;}
#module_315827395 .showHandle .btn{text-decoration:none;}
#module_315827395 .showHandle .btn{font-style:normal;}
#module_315827395 .showHandle div{border-top-color:#ddd !important;}
#module_315827395 .showHandle div{border-top-style:solid !important;}
#module_315827395 .showHandle div{border-top-width:1px !important;}
#module_315827395 .showHandle{background-color:transparent;}
#module_315827395 .showHandle{background-image:none;}
#module_315827395 .showHandle{background-repeat:no-repeat;}
#module_315827395 .showHandle{}
#module_315827395 .showHandle{}
#module_315827395 .showHandle{}
#module_315827395 a{font-size:unset;font-family:unset}
.module_315818688 .ModuleHead .HeadCenter{float:none;}
#module_315818688 {
padding:0px;
}
#module_315818688 {
position:static;
z-index:0;
top:2356px;
left:126px;
width:100%;
height: auto;
}
#module_315818688 .ModuleHead315818688 {
display:none;
}
#module_315818688 .BodyCenter.BodyCenter315818688 {
background-color:transparent;
background-image:url(comdata/79797/202007/2020072522051939f5fa.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_315818688 >.module_315818688 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818688 >.module_315818688{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818688 .BodyCenter.BodyCenter315818688 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818688 .BodyCenter.BodyCenter315818688 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818688 >.module_315818688 {
margin-top:3.6442%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818688 >.module_315818688 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818688 >.module_315818688 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818688:hover {
border:none;
}
#module_315818688:hover >.module_315818688 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818688 .ModuleSubContainer{background-color:transparent;}
#module_315818688 .ModuleSubContainer{background-image:none;}
#module_315818688 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818688 .ModuleSubContainer{background-position:0% 0%;}
#module_315818688 .ModuleSubContainer{background-attachment:scroll;}
#module_315818688 .ModuleSubContainer{}
#module_315818688 {!bgVideo!}{bgVideoUrl:none}
#module_315818688 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818688 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818688 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818688 {}
.module_315826863 .ModuleHead .HeadCenter{float:none;}
#module_315826863 {
padding:0px;
}
#module_315826863 {
position:static;
z-index:0;
top:97px;
left:0px;
width:100%;
height: auto;
}
#module_315826863 .ModuleHead315826863 {
display:none;
}
#module_315826863 .BodyCenter.BodyCenter315826863 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315826863 >.module_315826863 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315826863 >.module_315826863{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315826863 .BodyCenter.BodyCenter315826863 {
padding-top:7.5000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:36.6667%;
}
}
@media screen and (max-width: 767px){
#module_315826863 .BodyCenter.BodyCenter315826863 {
padding-top:16.2866%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:169.3811%;
}
}
@media screen and (min-width: 768px){
#module_315826863 >.module_315826863 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315826863 >.module_315826863 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315826863 >.module_315826863 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315826863:hover {
border:none;
}
#module_315826863:hover >.module_315826863 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315826863 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315826863 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315826863 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315826863 .ModuleImageTextGiantContent{margin-right:10px;}
#module_315826863 .imageTextGiant-Container{padding-top:0px;}
#module_315826863 .imageTextGiant-Container{padding-bottom:0px;}
#module_315826863 .imageTextGiant-Container{padding-left:30px;}
#module_315826863 .imageTextGiant-Container{padding-right:30px;}
#module_315826863 .showHandle .btn{font-size:14px;}
#module_315826863 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315826863 .showHandle .btn{color:#333;}
#module_315826863 .showHandle .btn{font-weight:400;}
#module_315826863 .showHandle .btn{text-decoration:none;}
#module_315826863 .showHandle .btn{font-style:normal;}
#module_315826863 .showHandle div{border-top-color:#ddd !important;}
#module_315826863 .showHandle div{border-top-style:solid !important;}
#module_315826863 .showHandle div{border-top-width:1px !important;}
#module_315826863 .showHandle{background-color:transparent;}
#module_315826863 .showHandle{background-image:none;}
#module_315826863 .showHandle{background-repeat:no-repeat;}
#module_315826863 .showHandle{}
#module_315826863 .showHandle{}
#module_315826863 .showHandle{}
#module_315826863 a{font-size:unset;font-family:unset}
.module_315818336 .ModuleHead .HeadCenter{float:none;}
#module_315818336 {
padding:0px;
}
#module_315818336 {
position:static;
z-index:0;
top:2616px;
left:104px;
width:100%;
height: auto;
}
#module_315818336 .ModuleHead315818336 {
display:none;
}
#module_315818336 .BodyCenter.BodyCenter315818336 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315818336 >.module_315818336 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818336 >.module_315818336{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818336 .BodyCenter.BodyCenter315818336 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315818336 .BodyCenter.BodyCenter315818336 {
padding-top:0.0000%;
padding-left:4.8860%;
padding-right:4.8860%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818336 >.module_315818336 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315818336 >.module_315818336 {
margin-top:-162.8664%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818336 >.module_315818336 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818336:hover {
border:none;
}
#module_315818336:hover >.module_315818336 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818336 .ModuleSubContainer{background-color:transparent;}
#module_315818336 .ModuleSubContainer{background-image:none;}
#module_315818336 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818336 .ModuleSubContainer{background-position:0% 0%;}
#module_315818336 .ModuleSubContainer{background-attachment:scroll;}
#module_315818336 .ModuleSubContainer{}
#module_315818336 {!bgVideo!}{bgVideoUrl:none}
#module_315818336 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818336 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818336 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818336 {}
.ModuleGridContainer.ModuleGridContainer315818336 .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_315822340 .ModuleHead .HeadCenter{float:none;}
#module_315822340 {
padding:0px;
}
#module_315822340 {
position:static;
z-index:0;
top:1916px;
left:433px;
width:100%;
height: auto;
}
#module_315822340 .ModuleHead315822340 {
display:none;
}
#module_315822340 .BodyCenter.BodyCenter315822340 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315822340 >.module_315822340 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822340 >.module_315822340{
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_315822340 .BodyCenter.BodyCenter315822340 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822340 .BodyCenter.BodyCenter315822340 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822340 >.module_315822340 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822340 >.module_315822340 {
margin-top:7.3529%;
margin-left:0.0000%;
margin-right:3.6765%;
margin-bottom:0.0000%;
}
}
#module_315822340 >.module_315822340 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822340:hover {
border:none;
}
#module_315822340:hover >.module_315822340 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822340 .GraphicUpper .TextImage{border-top-left-radius:2px;}
#module_315822340 .GraphicUpper .TextImage{border-top-right-radius:2px;}
#module_315822340 .GraphicUpper .TextImage{border-bottom-left-radius:2px;}
#module_315822340 .GraphicUpper .TextImage{border-bottom-right-radius:2px;}
#module_315822340 .GraphicUpper .TextImage{margin-top:0px;}
#module_315822340 .GraphicUpper .TextImage{margin-bottom:0px;}
#module_315822340 .GraphicUpper .TextImage{margin-left:0px;}
#module_315822340 .GraphicUpper .TextImage{margin-right:0px;}
#module_315822340 .TextImage{width:50%;}
#module_315822340 .MobileTextImage{width:60%;}
#module_315822340 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_315822340 .imageTextGiant-Container{padding-top:10px;}
#module_315822340 .imageTextGiant-Container{padding-bottom:10px;}
#module_315822340 .imageTextGiant-Container{padding-left:10px;}
#module_315822340 .imageTextGiant-Container{padding-right:10px;}
#module_315822340 .ModuleImageTextGiantContent{padding-top:8px;}
#module_315822340 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315822340 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315822340 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315822340 .imageTextGiant-Container{padding-top:20px;}
#module_315822340 .imageTextGiant-Container{padding-bottom:20px;}
#module_315822340 .imageTextGiant-Container{padding-left:20px;}
#module_315822340 .imageTextGiant-Container{padding-right:20px;}
#module_315822340 .showHandle .btn{font-size:14px;}
#module_315822340 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822340 .showHandle .btn{color:#333;}
#module_315822340 .showHandle .btn{font-weight:400;}
#module_315822340 .showHandle .btn{text-decoration:none;}
#module_315822340 .showHandle .btn{font-style:normal;}
#module_315822340 .showHandle div{border-top-color:#ddd !important;}
#module_315822340 .showHandle div{border-top-style:solid !important;}
#module_315822340 .showHandle div{border-top-width:1px !important;}
#module_315822340 .showHandle{background-color:transparent;}
#module_315822340 .showHandle{background-image:none;}
#module_315822340 .showHandle{background-repeat:no-repeat;}
#module_315822340 .showHandle{}
#module_315822340 .showHandle{}
#module_315822340 .showHandle{}
#module_315822340 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818336 #Sub315818336_1 {width:16.6667%;}
.module_315822339 .ModuleHead .HeadCenter{float:none;}
#module_315822339 {
padding:0px;
}
#module_315822339 {
position:static;
z-index:0;
top:1882px;
left:645px;
width:100%;
height: auto;
}
#module_315822339 .ModuleHead315822339 {
display:none;
}
#module_315822339 .BodyCenter.BodyCenter315822339 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315822339 >.module_315822339 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822339 >.module_315822339{
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_315822339 .BodyCenter.BodyCenter315822339 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822339 .BodyCenter.BodyCenter315822339 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822339 >.module_315822339 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822339 >.module_315822339 {
margin-top:6.0241%;
margin-left:3.0120%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822339 >.module_315822339 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822339:hover {
border:none;
}
#module_315822339:hover >.module_315822339 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822339 .GraphicUpper .TextImage{border-top-left-radius:2px;}
#module_315822339 .GraphicUpper .TextImage{border-top-right-radius:2px;}
#module_315822339 .GraphicUpper .TextImage{border-bottom-left-radius:2px;}
#module_315822339 .GraphicUpper .TextImage{border-bottom-right-radius:2px;}
#module_315822339 .GraphicUpper .TextImage{margin-top:0px;}
#module_315822339 .GraphicUpper .TextImage{margin-bottom:0px;}
#module_315822339 .GraphicUpper .TextImage{margin-left:0px;}
#module_315822339 .GraphicUpper .TextImage{margin-right:0px;}
#module_315822339 .TextImage{width:50%;}
#module_315822339 .MobileTextImage{width:58%;}
#module_315822339 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_315822339 .imageTextGiant-Container{padding-top:10px;}
#module_315822339 .imageTextGiant-Container{padding-bottom:10px;}
#module_315822339 .imageTextGiant-Container{padding-left:10px;}
#module_315822339 .imageTextGiant-Container{padding-right:10px;}
#module_315822339 .ModuleImageTextGiantContent{padding-top:8px;}
#module_315822339 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315822339 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315822339 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315822339 .imageTextGiant-Container{padding-top:20px;}
#module_315822339 .imageTextGiant-Container{padding-bottom:20px;}
#module_315822339 .imageTextGiant-Container{padding-left:20px;}
#module_315822339 .imageTextGiant-Container{padding-right:20px;}
#module_315822339 .showHandle .btn{font-size:14px;}
#module_315822339 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822339 .showHandle .btn{color:#333;}
#module_315822339 .showHandle .btn{font-weight:400;}
#module_315822339 .showHandle .btn{text-decoration:none;}
#module_315822339 .showHandle .btn{font-style:normal;}
#module_315822339 .showHandle div{border-top-color:#ddd !important;}
#module_315822339 .showHandle div{border-top-style:solid !important;}
#module_315822339 .showHandle div{border-top-width:1px !important;}
#module_315822339 .showHandle{background-color:transparent;}
#module_315822339 .showHandle{background-image:none;}
#module_315822339 .showHandle{background-repeat:no-repeat;}
#module_315822339 .showHandle{}
#module_315822339 .showHandle{}
#module_315822339 .showHandle{}
#module_315822339 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818336 #Sub315818336_2 {width:16.6667%;}
.module_315822338 .ModuleHead .HeadCenter{float:none;}
#module_315822338 {
padding:0px;
}
#module_315822338 {
position:static;
z-index:0;
top:24px;
left:0px;
width:100%;
height: auto;
}
#module_315822338 .ModuleHead315822338 {
display:none;
}
#module_315822338 .BodyCenter.BodyCenter315822338 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315822338 >.module_315822338 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822338 >.module_315822338{
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_315822338 .BodyCenter.BodyCenter315822338 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822338 .BodyCenter.BodyCenter315822338 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822338 >.module_315822338 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822338 >.module_315822338 {
margin-top:6.0241%;
margin-left:0.0000%;
margin-right:3.0120%;
margin-bottom:0.0000%;
}
}
#module_315822338 >.module_315822338 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822338:hover {
border:none;
}
#module_315822338:hover >.module_315822338 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822338 .GraphicUpper .TextImage{border-top-left-radius:2px;}
#module_315822338 .GraphicUpper .TextImage{border-top-right-radius:2px;}
#module_315822338 .GraphicUpper .TextImage{border-bottom-left-radius:2px;}
#module_315822338 .GraphicUpper .TextImage{border-bottom-right-radius:2px;}
#module_315822338 .GraphicUpper .TextImage{margin-top:0px;}
#module_315822338 .GraphicUpper .TextImage{margin-bottom:0px;}
#module_315822338 .GraphicUpper .TextImage{margin-left:0px;}
#module_315822338 .GraphicUpper .TextImage{margin-right:0px;}
#module_315822338 .TextImage{width:50%;}
#module_315822338 .MobileTextImage{width:58%;}
#module_315822338 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_315822338 .imageTextGiant-Container{padding-top:10px;}
#module_315822338 .imageTextGiant-Container{padding-bottom:10px;}
#module_315822338 .imageTextGiant-Container{padding-left:10px;}
#module_315822338 .imageTextGiant-Container{padding-right:10px;}
#module_315822338 .ModuleImageTextGiantContent{padding-top:8px;}
#module_315822338 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315822338 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315822338 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315822338 .imageTextGiant-Container{padding-top:20px;}
#module_315822338 .imageTextGiant-Container{padding-bottom:20px;}
#module_315822338 .imageTextGiant-Container{padding-left:20px;}
#module_315822338 .imageTextGiant-Container{padding-right:20px;}
#module_315822338 .showHandle .btn{font-size:14px;}
#module_315822338 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822338 .showHandle .btn{color:#333;}
#module_315822338 .showHandle .btn{font-weight:400;}
#module_315822338 .showHandle .btn{text-decoration:none;}
#module_315822338 .showHandle .btn{font-style:normal;}
#module_315822338 .showHandle div{border-top-color:#ddd !important;}
#module_315822338 .showHandle div{border-top-style:solid !important;}
#module_315822338 .showHandle div{border-top-width:1px !important;}
#module_315822338 .showHandle{background-color:transparent;}
#module_315822338 .showHandle{background-image:none;}
#module_315822338 .showHandle{background-repeat:no-repeat;}
#module_315822338 .showHandle{}
#module_315822338 .showHandle{}
#module_315822338 .showHandle{}
#module_315822338 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818336 #Sub315818336_3 {width:16.6667%;}
.module_315822337 .ModuleHead .HeadCenter{float:none;}
#module_315822337 {
padding:0px;
}
#module_315822337 {
position:static;
z-index:0;
top:1902px;
left:1072px;
width:100%;
height: auto;
}
#module_315822337 .ModuleHead315822337 {
display:none;
}
#module_315822337 .BodyCenter.BodyCenter315822337 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315822337 >.module_315822337 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822337 >.module_315822337{
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_315822337 .BodyCenter.BodyCenter315822337 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822337 .BodyCenter.BodyCenter315822337 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822337 >.module_315822337 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822337 >.module_315822337 {
margin-top:6.0241%;
margin-left:3.0120%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822337 >.module_315822337 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822337:hover {
border:none;
}
#module_315822337:hover >.module_315822337 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822337 .GraphicUpper .TextImage{border-top-left-radius:2px;}
#module_315822337 .GraphicUpper .TextImage{border-top-right-radius:2px;}
#module_315822337 .GraphicUpper .TextImage{border-bottom-left-radius:2px;}
#module_315822337 .GraphicUpper .TextImage{border-bottom-right-radius:2px;}
#module_315822337 .GraphicUpper .TextImage{margin-top:0px;}
#module_315822337 .GraphicUpper .TextImage{margin-bottom:0px;}
#module_315822337 .GraphicUpper .TextImage{margin-left:0px;}
#module_315822337 .GraphicUpper .TextImage{margin-right:0px;}
#module_315822337 .TextImage{width:50%;}
#module_315822337 .MobileTextImage{width:58%;}
#module_315822337 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_315822337 .imageTextGiant-Container{padding-top:10px;}
#module_315822337 .imageTextGiant-Container{padding-bottom:10px;}
#module_315822337 .imageTextGiant-Container{padding-left:10px;}
#module_315822337 .imageTextGiant-Container{padding-right:10px;}
#module_315822337 .ModuleImageTextGiantContent{padding-top:8px;}
#module_315822337 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315822337 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315822337 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315822337 .imageTextGiant-Container{padding-top:20px;}
#module_315822337 .imageTextGiant-Container{padding-bottom:20px;}
#module_315822337 .imageTextGiant-Container{padding-left:20px;}
#module_315822337 .imageTextGiant-Container{padding-right:20px;}
#module_315822337 .showHandle .btn{font-size:14px;}
#module_315822337 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822337 .showHandle .btn{color:#333;}
#module_315822337 .showHandle .btn{font-weight:400;}
#module_315822337 .showHandle .btn{text-decoration:none;}
#module_315822337 .showHandle .btn{font-style:normal;}
#module_315822337 .showHandle div{border-top-color:#ddd !important;}
#module_315822337 .showHandle div{border-top-style:solid !important;}
#module_315822337 .showHandle div{border-top-width:1px !important;}
#module_315822337 .showHandle{background-color:transparent;}
#module_315822337 .showHandle{background-image:none;}
#module_315822337 .showHandle{background-repeat:no-repeat;}
#module_315822337 .showHandle{}
#module_315822337 .showHandle{}
#module_315822337 .showHandle{}
#module_315822337 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818336 #Sub315818336_4 {width:16.6667%;}
.module_315822336 .ModuleHead .HeadCenter{float:none;}
#module_315822336 {
padding:0px;
}
#module_315822336 {
position:static;
z-index:0;
top:1909px;
left:1302px;
width:100%;
height: auto;
}
#module_315822336 .ModuleHead315822336 {
display:none;
}
#module_315822336 .BodyCenter.BodyCenter315822336 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315822336 >.module_315822336 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822336 >.module_315822336{
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_315822336 .BodyCenter.BodyCenter315822336 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822336 .BodyCenter.BodyCenter315822336 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822336 >.module_315822336 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822336 >.module_315822336 {
margin-top:6.0241%;
margin-left:0.0000%;
margin-right:3.0120%;
margin-bottom:0.0000%;
}
}
#module_315822336 >.module_315822336 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822336:hover {
border:none;
}
#module_315822336:hover >.module_315822336 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822336 .GraphicUpper .TextImage{border-top-left-radius:2px;}
#module_315822336 .GraphicUpper .TextImage{border-top-right-radius:2px;}
#module_315822336 .GraphicUpper .TextImage{border-bottom-left-radius:2px;}
#module_315822336 .GraphicUpper .TextImage{border-bottom-right-radius:2px;}
#module_315822336 .GraphicUpper .TextImage{margin-top:0px;}
#module_315822336 .GraphicUpper .TextImage{margin-bottom:0px;}
#module_315822336 .GraphicUpper .TextImage{margin-left:0px;}
#module_315822336 .GraphicUpper .TextImage{margin-right:0px;}
#module_315822336 .TextImage{width:50%;}
#module_315822336 .MobileTextImage{width:58%;}
#module_315822336 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_315822336 .imageTextGiant-Container{padding-top:10px;}
#module_315822336 .imageTextGiant-Container{padding-bottom:10px;}
#module_315822336 .imageTextGiant-Container{padding-left:10px;}
#module_315822336 .imageTextGiant-Container{padding-right:10px;}
#module_315822336 .ModuleImageTextGiantContent{padding-top:8px;}
#module_315822336 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315822336 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315822336 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315822336 .imageTextGiant-Container{padding-top:20px;}
#module_315822336 .imageTextGiant-Container{padding-bottom:20px;}
#module_315822336 .imageTextGiant-Container{padding-left:20px;}
#module_315822336 .imageTextGiant-Container{padding-right:20px;}
#module_315822336 .showHandle .btn{font-size:14px;}
#module_315822336 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822336 .showHandle .btn{color:#333;}
#module_315822336 .showHandle .btn{font-weight:400;}
#module_315822336 .showHandle .btn{text-decoration:none;}
#module_315822336 .showHandle .btn{font-style:normal;}
#module_315822336 .showHandle div{border-top-color:#ddd !important;}
#module_315822336 .showHandle div{border-top-style:solid !important;}
#module_315822336 .showHandle div{border-top-width:1px !important;}
#module_315822336 .showHandle{background-color:transparent;}
#module_315822336 .showHandle{background-image:none;}
#module_315822336 .showHandle{background-repeat:no-repeat;}
#module_315822336 .showHandle{}
#module_315822336 .showHandle{}
#module_315822336 .showHandle{}
#module_315822336 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818336 #Sub315818336_5 {width:16.6667%;}
.module_315822341 .ModuleHead .HeadCenter{float:none;}
#module_315822341 {
padding:0px;
}
#module_315822341 {
position:static;
z-index:0;
top:28px;
left:-76px;
width:100%;
height: auto;
}
#module_315822341 .ModuleHead315822341 {
display:none;
}
#module_315822341 .BodyCenter.BodyCenter315822341 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315822341 >.module_315822341 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822341 >.module_315822341{
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_315822341 .BodyCenter.BodyCenter315822341 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822341 .BodyCenter.BodyCenter315822341 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822341 >.module_315822341 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822341 >.module_315822341 {
margin-top:6.0241%;
margin-left:3.0120%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822341 >.module_315822341 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822341:hover {
border:none;
}
#module_315822341:hover >.module_315822341 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822341 .GraphicUpper .TextImage{border-top-left-radius:2px;}
#module_315822341 .GraphicUpper .TextImage{border-top-right-radius:2px;}
#module_315822341 .GraphicUpper .TextImage{border-bottom-left-radius:2px;}
#module_315822341 .GraphicUpper .TextImage{border-bottom-right-radius:2px;}
#module_315822341 .GraphicUpper .TextImage{margin-top:0px;}
#module_315822341 .GraphicUpper .TextImage{margin-bottom:0px;}
#module_315822341 .GraphicUpper .TextImage{margin-left:0px;}
#module_315822341 .GraphicUpper .TextImage{margin-right:0px;}
#module_315822341 .TextImage{width:50%;}
#module_315822341 .MobileTextImage{width:58%;}
#module_315822341 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_315822341 .imageTextGiant-Container{padding-top:10px;}
#module_315822341 .imageTextGiant-Container{padding-bottom:10px;}
#module_315822341 .imageTextGiant-Container{padding-left:10px;}
#module_315822341 .imageTextGiant-Container{padding-right:10px;}
#module_315822341 .ModuleImageTextGiantContent{padding-top:8px;}
#module_315822341 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315822341 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315822341 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315822341 .imageTextGiant-Container{padding-top:20px;}
#module_315822341 .imageTextGiant-Container{padding-bottom:20px;}
#module_315822341 .imageTextGiant-Container{padding-left:20px;}
#module_315822341 .imageTextGiant-Container{padding-right:20px;}
#module_315822341 .showHandle .btn{font-size:14px;}
#module_315822341 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822341 .showHandle .btn{color:#333;}
#module_315822341 .showHandle .btn{font-weight:400;}
#module_315822341 .showHandle .btn{text-decoration:none;}
#module_315822341 .showHandle .btn{font-style:normal;}
#module_315822341 .showHandle div{border-top-color:#ddd !important;}
#module_315822341 .showHandle div{border-top-style:solid !important;}
#module_315822341 .showHandle div{border-top-width:1px !important;}
#module_315822341 .showHandle{background-color:transparent;}
#module_315822341 .showHandle{background-image:none;}
#module_315822341 .showHandle{background-repeat:no-repeat;}
#module_315822341 .showHandle{}
#module_315822341 .showHandle{}
#module_315822341 .showHandle{}
#module_315822341 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818336 #Sub315818336_6 {width:16.6667%;}
.module_315818588 .ModuleHead .HeadCenter{float:none;}
#module_315818588 {
padding:0px;
}
#module_315818588 {
position:static;
z-index:0;
top:1918px;
left:1094px;
width:100%;
height: auto;
}
#module_315818588 .ModuleHead315818588 {
display:none;
}
#module_315818588 .BodyCenter.BodyCenter315818588 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315818588 >.module_315818588 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818588 >.module_315818588{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818588 .BodyCenter.BodyCenter315818588 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818588 .BodyCenter.BodyCenter315818588 {
padding-top:0.0000%;
padding-left:5.7637%;
padding-right:5.7637%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818588 >.module_315818588 {
margin-top:2.1436%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:4.2872%;
}
}
@media screen and (max-width: 767px){
#module_315818588 >.module_315818588 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818588 >.module_315818588 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818588:hover {
border:none;
}
#module_315818588:hover >.module_315818588 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818588 .ModuleSubContainer{background-color:transparent;}
#module_315818588 .ModuleSubContainer{background-image:none;}
#module_315818588 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818588 .ModuleSubContainer{background-position:0% 0%;}
#module_315818588 .ModuleSubContainer{background-attachment:scroll;}
#module_315818588 .ModuleSubContainer{}
#module_315818588 {!bgVideo!}{bgVideoUrl:none}
#module_315818588 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818588 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818588 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818588 {}
.ModuleGridContainer.ModuleGridContainer315818588 .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_315820322 .ModuleHead .HeadCenter{float:none;}
#module_315820322 {
padding:0px;
}
#module_315820322 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315820322 .ModuleHead315820322 {
display:none;
}
#module_315820322 .BodyCenter.BodyCenter315820322 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820322 >.module_315820322 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820322 >.module_315820322{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820322 .BodyCenter.BodyCenter315820322 {
padding-top:5.0125%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.0125%;
}
}
@media screen and (max-width: 767px){
#module_315820322 .BodyCenter.BodyCenter315820322 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315820322 >.module_315820322 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820322 >.module_315820322 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315820322 >.module_315820322 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820322:hover {
border:none;
}
#module_315820322:hover >.module_315820322 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820322 img{border-top-color:transparent;}
#module_315820322 img{border-top-style:none;}
#module_315820322 img{border-top-width:0px;}
#module_315820322 img{border-right-color:transparent;}
#module_315820322 img{border-right-style:none;}
#module_315820322 img{border-right-width:0px;}
#module_315820322 img{border-bottom-color:transparent;}
#module_315820322 img{border-bottom-style:none;}
#module_315820322 img{border-bottom-width:0px;}
#module_315820322 img{border-left-color:transparent;}
#module_315820322 img{border-left-style:none;}
#module_315820322 img{border-left-width:0px;}
#module_315820322 img{border-top-left-radius:0px;}
#module_315820322 img{border-top-right-radius:0px;}
#module_315820322 img{border-bottom-left-radius:0px;}
#module_315820322 img{border-bottom-right-radius:0px;}
#module_315820322 .BodyCenter{text-align: center;}

.module_315827564 .ModuleHead .HeadCenter{float:none;}
#module_315827564 {
padding:0px;
}
#module_315827564 {
position:static;
z-index:0;
top:63px;
left:0px;
width:100%;
height: auto;
}
#module_315827564 .ModuleHead315827564 {
display:none;
}
#module_315827564 .BodyCenter.BodyCenter315827564 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827564 >.module_315827564 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827564 >.module_315827564{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827564 .BodyCenter.BodyCenter315827564 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827564 .BodyCenter.BodyCenter315827564 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315827564 >.module_315827564 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827564 >.module_315827564 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315827564 >.module_315827564 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827564:hover {
border:none;
}
#module_315827564:hover >.module_315827564 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827564 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827564 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827564 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827564 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827564 .imageTextGiant-Container{padding-top:10px;}
#module_315827564 .imageTextGiant-Container{padding-bottom:10px;}
#module_315827564 .imageTextGiant-Container{padding-left:10px;}
#module_315827564 .imageTextGiant-Container{padding-right:10px;}
#module_315827564 .showHandle .btn{font-size:14px;}
#module_315827564 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827564 .showHandle .btn{color:#333;}
#module_315827564 .showHandle .btn{font-weight:400;}
#module_315827564 .showHandle .btn{text-decoration:none;}
#module_315827564 .showHandle .btn{font-style:normal;}
#module_315827564 .showHandle div{border-top-color:#ddd !important;}
#module_315827564 .showHandle div{border-top-style:solid !important;}
#module_315827564 .showHandle div{border-top-width:1px !important;}
#module_315827564 .showHandle{background-color:transparent;}
#module_315827564 .showHandle{background-image:none;}
#module_315827564 .showHandle{background-repeat:no-repeat;}
#module_315827564 .showHandle{}
#module_315827564 .showHandle{}
#module_315827564 .showHandle{}
#module_315827564 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818588 #Sub315818588_1 {width:32.5000%;}
.module_315827560 .ModuleHead .HeadCenter{float:none;}
#module_315827560 {
padding:0px;
}
#module_315827560 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315827560 .ModuleHead315827560 {
display:none;
}
#module_315827560 .BodyCenter.BodyCenter315827560 {
background-color:transparent;
background-image:url(comdata/79797/202012/202012260012489cf0d9.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_315827560 >.module_315827560 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827560 >.module_315827560{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827560 .BodyCenter.BodyCenter315827560 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827560 .BodyCenter.BodyCenter315827560 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315827560 >.module_315827560 {
margin-top:10.2564%;
margin-left:0.0000%;
margin-right:19.2308%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827560 >.module_315827560 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827560 >.module_315827560 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827560:hover {
border:none;
}
#module_315827560:hover >.module_315827560 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827560 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827560 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827560 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827560 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827560 .imageTextGiant-Container{padding-top:10px;}
#module_315827560 .imageTextGiant-Container{padding-bottom:10px;}
#module_315827560 .imageTextGiant-Container{padding-left:10px;}
#module_315827560 .imageTextGiant-Container{padding-right:10px;}
#module_315827560 .showHandle .btn{font-size:14px;}
#module_315827560 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827560 .showHandle .btn{color:#333;}
#module_315827560 .showHandle .btn{font-weight:400;}
#module_315827560 .showHandle .btn{text-decoration:none;}
#module_315827560 .showHandle .btn{font-style:normal;}
#module_315827560 .showHandle div{border-top-color:#ddd !important;}
#module_315827560 .showHandle div{border-top-style:solid !important;}
#module_315827560 .showHandle div{border-top-width:1px !important;}
#module_315827560 .showHandle{background-color:transparent;}
#module_315827560 .showHandle{background-image:none;}
#module_315827560 .showHandle{background-repeat:no-repeat;}
#module_315827560 .showHandle{}
#module_315827560 .showHandle{}
#module_315827560 .showHandle{}
#module_315827560 a{font-size:unset;font-family:unset}
.module_315827561 .ModuleHead .HeadCenter{float:none;}
#module_315827561 {
padding:0px;
}
#module_315827561 {
position:static;
z-index:0;
top:1433px;
left:902px;
width:100%;
height: auto;
}
#module_315827561 .ModuleHead315827561 {
display:none;
}
#module_315827561 .BodyCenter.BodyCenter315827561 {
background-color:transparent;
background-image:url(comdata/79797/202012/202012260012489cf0d9.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_315827561 >.module_315827561 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827561 >.module_315827561{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827561 .BodyCenter.BodyCenter315827561 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827561 .BodyCenter.BodyCenter315827561 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315827561 >.module_315827561 {
margin-top:3.8462%;
margin-left:0.0000%;
margin-right:19.2308%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827561 >.module_315827561 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315827561 >.module_315827561 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827561:hover {
border:none;
}
#module_315827561:hover >.module_315827561 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827561 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827561 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827561 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827561 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827561 .imageTextGiant-Container{padding-top:10px;}
#module_315827561 .imageTextGiant-Container{padding-bottom:10px;}
#module_315827561 .imageTextGiant-Container{padding-left:10px;}
#module_315827561 .imageTextGiant-Container{padding-right:10px;}
#module_315827561 .showHandle .btn{font-size:14px;}
#module_315827561 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827561 .showHandle .btn{color:#333;}
#module_315827561 .showHandle .btn{font-weight:400;}
#module_315827561 .showHandle .btn{text-decoration:none;}
#module_315827561 .showHandle .btn{font-style:normal;}
#module_315827561 .showHandle div{border-top-color:#ddd !important;}
#module_315827561 .showHandle div{border-top-style:solid !important;}
#module_315827561 .showHandle div{border-top-width:1px !important;}
#module_315827561 .showHandle{background-color:transparent;}
#module_315827561 .showHandle{background-image:none;}
#module_315827561 .showHandle{background-repeat:no-repeat;}
#module_315827561 .showHandle{}
#module_315827561 .showHandle{}
#module_315827561 .showHandle{}
#module_315827561 a{font-size:unset;font-family:unset}
.module_315827562 .ModuleHead .HeadCenter{float:none;}
#module_315827562 {
padding:0px;
}
#module_315827562 {
position:static;
z-index:0;
top:118px;
left:599px;
width:100%;
height: auto;
}
#module_315827562 .ModuleHead315827562 {
display:none;
}
#module_315827562 .BodyCenter.BodyCenter315827562 {
background-color:transparent;
background-image:url(comdata/79797/202012/202012260012489cf0d9.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_315827562 >.module_315827562 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827562 >.module_315827562{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827562 .BodyCenter.BodyCenter315827562 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827562 .BodyCenter.BodyCenter315827562 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315827562 >.module_315827562 {
margin-top:3.8462%;
margin-left:0.0000%;
margin-right:19.2308%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827562 >.module_315827562 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315827562 >.module_315827562 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827562:hover {
border:none;
}
#module_315827562:hover >.module_315827562 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827562 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827562 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827562 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827562 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827562 .imageTextGiant-Container{padding-top:10px;}
#module_315827562 .imageTextGiant-Container{padding-bottom:10px;}
#module_315827562 .imageTextGiant-Container{padding-left:10px;}
#module_315827562 .imageTextGiant-Container{padding-right:10px;}
#module_315827562 .showHandle .btn{font-size:14px;}
#module_315827562 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827562 .showHandle .btn{color:#333;}
#module_315827562 .showHandle .btn{font-weight:400;}
#module_315827562 .showHandle .btn{text-decoration:none;}
#module_315827562 .showHandle .btn{font-style:normal;}
#module_315827562 .showHandle div{border-top-color:#ddd !important;}
#module_315827562 .showHandle div{border-top-style:solid !important;}
#module_315827562 .showHandle div{border-top-width:1px !important;}
#module_315827562 .showHandle{background-color:transparent;}
#module_315827562 .showHandle{background-image:none;}
#module_315827562 .showHandle{background-repeat:no-repeat;}
#module_315827562 .showHandle{}
#module_315827562 .showHandle{}
#module_315827562 .showHandle{}
#module_315827562 a{font-size:unset;font-family:unset}
.module_315827563 .ModuleHead .HeadCenter{float:none;}
#module_315827563 {
padding:0px;
}
#module_315827563 {
position:static;
z-index:0;
top:204px;
left:0px;
width:100%;
height: auto;
}
#module_315827563 .ModuleHead315827563 {
display:none;
}
#module_315827563 .BodyCenter.BodyCenter315827563 {
background-color:transparent;
background-image:url(comdata/79797/202012/202012260012489cf0d9.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_315827563 >.module_315827563 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827563 >.module_315827563{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827563 .BodyCenter.BodyCenter315827563 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827563 .BodyCenter.BodyCenter315827563 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315827563 >.module_315827563 {
margin-top:3.8462%;
margin-left:0.0000%;
margin-right:19.2308%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827563 >.module_315827563 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315827563 >.module_315827563 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827563:hover {
border:none;
}
#module_315827563:hover >.module_315827563 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827563 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827563 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827563 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827563 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827563 .imageTextGiant-Container{padding-top:10px;}
#module_315827563 .imageTextGiant-Container{padding-bottom:10px;}
#module_315827563 .imageTextGiant-Container{padding-left:10px;}
#module_315827563 .imageTextGiant-Container{padding-right:10px;}
#module_315827563 .showHandle .btn{font-size:14px;}
#module_315827563 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827563 .showHandle .btn{color:#333;}
#module_315827563 .showHandle .btn{font-weight:400;}
#module_315827563 .showHandle .btn{text-decoration:none;}
#module_315827563 .showHandle .btn{font-style:normal;}
#module_315827563 .showHandle div{border-top-color:#ddd !important;}
#module_315827563 .showHandle div{border-top-style:solid !important;}
#module_315827563 .showHandle div{border-top-width:1px !important;}
#module_315827563 .showHandle{background-color:transparent;}
#module_315827563 .showHandle{background-image:none;}
#module_315827563 .showHandle{background-repeat:no-repeat;}
#module_315827563 .showHandle{}
#module_315827563 .showHandle{}
#module_315827563 .showHandle{}
#module_315827563 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818588 #Sub315818588_2 {width:32.5000%;}
.module_315820323 .ModuleHead .HeadCenter{float:none;}
#module_315820323 {
padding:0px;
}
#module_315820323 {
position:static;
z-index:0;
top:18px;
left:0px;
width:100%;
height: auto;
}
#module_315820323 .ModuleHead315820323 {
display:none;
}
#module_315820323 .BodyCenter.BodyCenter315820323 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820323 >.module_315820323 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820323 >.module_315820323{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820323 .BodyCenter.BodyCenter315820323 {
padding-top:4.7619%;
padding-left:4.7619%;
padding-right:4.7619%;
padding-bottom:4.7619%;
}
}
@media screen and (max-width: 767px){
#module_315820323 .BodyCenter.BodyCenter315820323 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315820323 >.module_315820323 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820323 >.module_315820323 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315820323 >.module_315820323 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820323:hover {
border:none;
}
#module_315820323:hover >.module_315820323 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820323 img{border-top-color:transparent;}
#module_315820323 img{border-top-style:none;}
#module_315820323 img{border-top-width:0px;}
#module_315820323 img{border-right-color:transparent;}
#module_315820323 img{border-right-style:none;}
#module_315820323 img{border-right-width:0px;}
#module_315820323 img{border-bottom-color:transparent;}
#module_315820323 img{border-bottom-style:none;}
#module_315820323 img{border-bottom-width:0px;}
#module_315820323 img{border-left-color:transparent;}
#module_315820323 img{border-left-style:none;}
#module_315820323 img{border-left-width:0px;}
#module_315820323 img{border-top-left-radius:0px;}
#module_315820323 img{border-top-right-radius:0px;}
#module_315820323 img{border-bottom-left-radius:0px;}
#module_315820323 img{border-bottom-right-radius:0px;}
#module_315820323 .BodyCenter{text-align: center;}

.module_315827565 .ModuleHead .HeadCenter{float:none;}
#module_315827565 {
padding:0px;
}
#module_315827565 {
position:static;
z-index:0;
top:302px;
left:0px;
width:100%;
height: auto;
}
#module_315827565 .ModuleHead315827565 {
display:none;
}
#module_315827565 .BodyCenter.BodyCenter315827565 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827565 >.module_315827565 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827565 >.module_315827565{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827565 .BodyCenter.BodyCenter315827565 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827565 .BodyCenter.BodyCenter315827565 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315827565 >.module_315827565 {
margin-top:1.9048%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827565 >.module_315827565 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315827565 >.module_315827565 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827565:hover {
border:none;
}
#module_315827565:hover >.module_315827565 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827565 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827565 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827565 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827565 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827565 .imageTextGiant-Container{padding-top:10px;}
#module_315827565 .imageTextGiant-Container{padding-bottom:10px;}
#module_315827565 .imageTextGiant-Container{padding-left:10px;}
#module_315827565 .imageTextGiant-Container{padding-right:10px;}
#module_315827565 .showHandle .btn{font-size:14px;}
#module_315827565 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827565 .showHandle .btn{color:#333;}
#module_315827565 .showHandle .btn{font-weight:400;}
#module_315827565 .showHandle .btn{text-decoration:none;}
#module_315827565 .showHandle .btn{font-style:normal;}
#module_315827565 .showHandle div{border-top-color:#ddd !important;}
#module_315827565 .showHandle div{border-top-style:solid !important;}
#module_315827565 .showHandle div{border-top-width:1px !important;}
#module_315827565 .showHandle{background-color:transparent;}
#module_315827565 .showHandle{background-image:none;}
#module_315827565 .showHandle{background-repeat:no-repeat;}
#module_315827565 .showHandle{}
#module_315827565 .showHandle{}
#module_315827565 .showHandle{}
#module_315827565 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818588 #Sub315818588_3 {width:35.0000%;}
.module_315818879 .ModuleHead .HeadCenter{float:none;}
#module_315818879 {
padding:0px;
}
#module_315818879 {
position:static;
z-index:0;
top:2214px;
left:1606px;
width:100%;
height: auto;
}
#module_315818879 .ModuleHead315818879 {
display:none;
}
#module_315818879 .BodyCenter.BodyCenter315818879 {
background-color:transparent;
background-image:url(comdata/79797/202007/2020072522051939f5fa.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_315818879 >.module_315818879 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818879 >.module_315818879{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818879 .BodyCenter.BodyCenter315818879 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818879 .BodyCenter.BodyCenter315818879 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818879 >.module_315818879 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818879 >.module_315818879 {
margin-top:8.1744%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818879 >.module_315818879 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818879:hover {
border:none;
}
#module_315818879:hover >.module_315818879 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818879 .ModuleSubContainer{background-color:transparent;}
#module_315818879 .ModuleSubContainer{background-image:none;}
#module_315818879 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818879 .ModuleSubContainer{background-position:0% 0%;}
#module_315818879 .ModuleSubContainer{background-attachment:scroll;}
#module_315818879 .ModuleSubContainer{}
#module_315818879 {!bgVideo!}{bgVideoUrl:none}
#module_315818879 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818879 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818879 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818879 {}
.module_315826865 .ModuleHead .HeadCenter{float:none;}
#module_315826865 {
padding:0px;
}
#module_315826865 {
position:static;
z-index:0;
top:97px;
left:0px;
width:100%;
height: auto;
}
#module_315826865 .ModuleHead315826865 {
display:none;
}
#module_315826865 .BodyCenter.BodyCenter315826865 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315826865 >.module_315826865 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315826865 >.module_315826865{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315826865 .BodyCenter.BodyCenter315826865 {
padding-top:7.5000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:36.6667%;
}
}
@media screen and (max-width: 767px){
#module_315826865 .BodyCenter.BodyCenter315826865 {
padding-top:13.6240%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:163.4877%;
}
}
@media screen and (min-width: 768px){
#module_315826865 >.module_315826865 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315826865 >.module_315826865 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315826865 >.module_315826865 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315826865:hover {
border:none;
}
#module_315826865:hover >.module_315826865 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315826865 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315826865 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315826865 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315826865 .ModuleImageTextGiantContent{margin-right:10px;}
#module_315826865 .imageTextGiant-Container{padding-top:0px;}
#module_315826865 .imageTextGiant-Container{padding-bottom:0px;}
#module_315826865 .imageTextGiant-Container{padding-left:30px;}
#module_315826865 .imageTextGiant-Container{padding-right:30px;}
#module_315826865 .showHandle .btn{font-size:14px;}
#module_315826865 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315826865 .showHandle .btn{color:#333;}
#module_315826865 .showHandle .btn{font-weight:400;}
#module_315826865 .showHandle .btn{text-decoration:none;}
#module_315826865 .showHandle .btn{font-style:normal;}
#module_315826865 .showHandle div{border-top-color:#ddd !important;}
#module_315826865 .showHandle div{border-top-style:solid !important;}
#module_315826865 .showHandle div{border-top-width:1px !important;}
#module_315826865 .showHandle{background-color:transparent;}
#module_315826865 .showHandle{background-image:none;}
#module_315826865 .showHandle{background-repeat:no-repeat;}
#module_315826865 .showHandle{}
#module_315826865 .showHandle{}
#module_315826865 .showHandle{}
#module_315826865 a{font-size:unset;font-family:unset}
.module_315818335 .ModuleHead .HeadCenter{float:none;}
#module_315818335 {
padding:0px;
}
#module_315818335 {
position:static;
z-index:0;
top:2838px;
left:1477px;
width:100%;
height: auto;
}
#module_315818335 .ModuleHead315818335 {
display:none;
}
#module_315818335 .BodyCenter.BodyCenter315818335 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315818335 >.module_315818335 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818335 >.module_315818335{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818335 .BodyCenter.BodyCenter315818335 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818335 .BodyCenter.BodyCenter315818335 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315818335 >.module_315818335 {
margin-top:-20.0965%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818335 >.module_315818335 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315818335 >.module_315818335 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818335:hover {
border:none;
}
#module_315818335:hover >.module_315818335 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818335 .ModuleSubContainer{background-color:transparent;}
#module_315818335 .ModuleSubContainer{background-image:none;}
#module_315818335 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818335 .ModuleSubContainer{background-position:0% 0%;}
#module_315818335 .ModuleSubContainer{background-attachment:scroll;}
#module_315818335 .ModuleSubContainer{}
#module_315818335 {!bgVideo!}{bgVideoUrl:none}
#module_315818335 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818335 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818335 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818335 {}
.ModuleGridContainer.ModuleGridContainer315818335 .SubPadding {width:30px;}
.module_315822334 .ModuleHead .HeadCenter{float:none;}
#module_315822334 {
padding:0px;
}
#module_315822334 {
position:static;
z-index:0;
top:1562px;
left:440px;
width:100%;
height: auto;
}
#module_315822334 .ModuleHead315822334 {
display:none;
}
#module_315822334 .BodyCenter.BodyCenter315822334 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315822334 >.module_315822334 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822334 >.module_315822334{
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_315822334 .BodyCenter.BodyCenter315822334 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822334 .BodyCenter.BodyCenter315822334 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315822334 >.module_315822334 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822334 >.module_315822334 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315822334 >.module_315822334 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822334:hover {
border:none;
}
#module_315822334:hover >.module_315822334 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822334 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315822334 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315822334 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315822334 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315822334 .GraphicUpper .TextImage{margin-top:0px;}
#module_315822334 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315822334 .GraphicUpper .TextImage{margin-left:0px;}
#module_315822334 .GraphicUpper .TextImage{margin-right:0px;}
#module_315822334 .TextImage{width:68%;}
#module_315822334 .MobileTextImage{width:50%;}
#module_315822334 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_315822334 .imageTextGiant-Container{padding-top:10px;}
#module_315822334 .imageTextGiant-Container{padding-bottom:10px;}
#module_315822334 .imageTextGiant-Container{padding-left:10px;}
#module_315822334 .imageTextGiant-Container{padding-right:10px;}
#module_315822334 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315822334 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315822334 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315822334 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315822334 .imageTextGiant-Container{padding-top:30px;}
#module_315822334 .imageTextGiant-Container{padding-bottom:38px;}
#module_315822334 .imageTextGiant-Container{padding-left:30px;}
#module_315822334 .imageTextGiant-Container{padding-right:30px;}
#module_315822334 .showHandle .btn{font-size:14px;}
#module_315822334 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822334 .showHandle .btn{color:#333;}
#module_315822334 .showHandle .btn{font-weight:400;}
#module_315822334 .showHandle .btn{text-decoration:none;}
#module_315822334 .showHandle .btn{font-style:normal;}
#module_315822334 .showHandle div{border-top-color:#ddd !important;}
#module_315822334 .showHandle div{border-top-style:solid !important;}
#module_315822334 .showHandle div{border-top-width:1px !important;}
#module_315822334 .showHandle{background-color:transparent;}
#module_315822334 .showHandle{background-image:none;}
#module_315822334 .showHandle{background-repeat:no-repeat;}
#module_315822334 .showHandle{}
#module_315822334 .showHandle{}
#module_315822334 .showHandle{}
#module_315822334 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818335 #Sub315818335_1 {width:20%;}
.module_315822332 .ModuleHead .HeadCenter{float:none;}
#module_315822332 {
padding:0px;
}
#module_315822332 {
position:static;
z-index:0;
top:48px;
left:0px;
width:100%;
height: auto;
}
#module_315822332 .ModuleHead315822332 {
display:none;
}
#module_315822332 .BodyCenter.BodyCenter315822332 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315822332 >.module_315822332 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822332 >.module_315822332{
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_315822332 .BodyCenter.BodyCenter315822332 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822332 .BodyCenter.BodyCenter315822332 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315822332 >.module_315822332 {
margin-top:27.3148%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822332 >.module_315822332 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315822332 >.module_315822332 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822332:hover {
border:none;
}
#module_315822332:hover >.module_315822332 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822332 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315822332 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315822332 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315822332 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315822332 .GraphicUpper .TextImage{margin-top:0px;}
#module_315822332 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315822332 .GraphicUpper .TextImage{margin-left:0px;}
#module_315822332 .GraphicUpper .TextImage{margin-right:0px;}
#module_315822332 .TextImage{width:68%;}
#module_315822332 .MobileTextImage{width:50%;}
#module_315822332 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_315822332 .imageTextGiant-Container{padding-top:10px;}
#module_315822332 .imageTextGiant-Container{padding-bottom:10px;}
#module_315822332 .imageTextGiant-Container{padding-left:10px;}
#module_315822332 .imageTextGiant-Container{padding-right:10px;}
#module_315822332 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315822332 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315822332 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315822332 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315822332 .imageTextGiant-Container{padding-top:30px;}
#module_315822332 .imageTextGiant-Container{padding-bottom:38px;}
#module_315822332 .imageTextGiant-Container{padding-left:30px;}
#module_315822332 .imageTextGiant-Container{padding-right:30px;}
#module_315822332 .showHandle .btn{font-size:14px;}
#module_315822332 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822332 .showHandle .btn{color:#333;}
#module_315822332 .showHandle .btn{font-weight:400;}
#module_315822332 .showHandle .btn{text-decoration:none;}
#module_315822332 .showHandle .btn{font-style:normal;}
#module_315822332 .showHandle div{border-top-color:#ddd !important;}
#module_315822332 .showHandle div{border-top-style:solid !important;}
#module_315822332 .showHandle div{border-top-width:1px !important;}
#module_315822332 .showHandle{background-color:transparent;}
#module_315822332 .showHandle{background-image:none;}
#module_315822332 .showHandle{background-repeat:no-repeat;}
#module_315822332 .showHandle{}
#module_315822332 .showHandle{}
#module_315822332 .showHandle{}
#module_315822332 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818335 #Sub315818335_2 {width:20%;}
.module_315822343 .ModuleHead .HeadCenter{float:none;}
#module_315822343 {
padding:0px;
}
#module_315822343 {
position:static;
z-index:0;
top:26px;
left:0px;
width:100%;
height: auto;
}
#module_315822343 .ModuleHead315822343 {
display:none;
}
#module_315822343 .BodyCenter.BodyCenter315822343 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315822343 >.module_315822343 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822343 >.module_315822343{
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_315822343 .BodyCenter.BodyCenter315822343 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822343 .BodyCenter.BodyCenter315822343 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315822343 >.module_315822343 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822343 >.module_315822343 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315822343 >.module_315822343 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822343:hover {
border:none;
}
#module_315822343:hover >.module_315822343 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822343 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315822343 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315822343 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315822343 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315822343 .GraphicUpper .TextImage{margin-top:0px;}
#module_315822343 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315822343 .GraphicUpper .TextImage{margin-left:0px;}
#module_315822343 .GraphicUpper .TextImage{margin-right:0px;}
#module_315822343 .TextImage{width:68%;}
#module_315822343 .MobileTextImage{width:50%;}
#module_315822343 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_315822343 .imageTextGiant-Container{padding-top:10px;}
#module_315822343 .imageTextGiant-Container{padding-bottom:10px;}
#module_315822343 .imageTextGiant-Container{padding-left:10px;}
#module_315822343 .imageTextGiant-Container{padding-right:10px;}
#module_315822343 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315822343 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315822343 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315822343 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315822343 .imageTextGiant-Container{padding-top:30px;}
#module_315822343 .imageTextGiant-Container{padding-bottom:38px;}
#module_315822343 .imageTextGiant-Container{padding-left:30px;}
#module_315822343 .imageTextGiant-Container{padding-right:30px;}
#module_315822343 .showHandle .btn{font-size:14px;}
#module_315822343 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822343 .showHandle .btn{color:#333;}
#module_315822343 .showHandle .btn{font-weight:400;}
#module_315822343 .showHandle .btn{text-decoration:none;}
#module_315822343 .showHandle .btn{font-style:normal;}
#module_315822343 .showHandle div{border-top-color:#ddd !important;}
#module_315822343 .showHandle div{border-top-style:solid !important;}
#module_315822343 .showHandle div{border-top-width:1px !important;}
#module_315822343 .showHandle{background-color:transparent;}
#module_315822343 .showHandle{background-image:none;}
#module_315822343 .showHandle{background-repeat:no-repeat;}
#module_315822343 .showHandle{}
#module_315822343 .showHandle{}
#module_315822343 .showHandle{}
#module_315822343 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818335 #Sub315818335_3 {width:20%;}
.module_315822342 .ModuleHead .HeadCenter{float:none;}
#module_315822342 {
padding:0px;
}
#module_315822342 {
position:static;
z-index:0;
top:1560px;
left:1198px;
width:100%;
height: auto;
}
#module_315822342 .ModuleHead315822342 {
display:none;
}
#module_315822342 .BodyCenter.BodyCenter315822342 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315822342 >.module_315822342 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822342 >.module_315822342{
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_315822342 .BodyCenter.BodyCenter315822342 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822342 .BodyCenter.BodyCenter315822342 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315822342 >.module_315822342 {
margin-top:27.3148%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822342 >.module_315822342 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315822342 >.module_315822342 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822342:hover {
border:none;
}
#module_315822342:hover >.module_315822342 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822342 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315822342 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315822342 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315822342 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315822342 .GraphicUpper .TextImage{margin-top:0px;}
#module_315822342 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315822342 .GraphicUpper .TextImage{margin-left:0px;}
#module_315822342 .GraphicUpper .TextImage{margin-right:0px;}
#module_315822342 .TextImage{width:68%;}
#module_315822342 .MobileTextImage{width:50%;}
#module_315822342 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_315822342 .imageTextGiant-Container{padding-top:10px;}
#module_315822342 .imageTextGiant-Container{padding-bottom:10px;}
#module_315822342 .imageTextGiant-Container{padding-left:10px;}
#module_315822342 .imageTextGiant-Container{padding-right:10px;}
#module_315822342 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315822342 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315822342 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315822342 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315822342 .imageTextGiant-Container{padding-top:30px;}
#module_315822342 .imageTextGiant-Container{padding-bottom:38px;}
#module_315822342 .imageTextGiant-Container{padding-left:30px;}
#module_315822342 .imageTextGiant-Container{padding-right:30px;}
#module_315822342 .showHandle .btn{font-size:14px;}
#module_315822342 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822342 .showHandle .btn{color:#333;}
#module_315822342 .showHandle .btn{font-weight:400;}
#module_315822342 .showHandle .btn{text-decoration:none;}
#module_315822342 .showHandle .btn{font-style:normal;}
#module_315822342 .showHandle div{border-top-color:#ddd !important;}
#module_315822342 .showHandle div{border-top-style:solid !important;}
#module_315822342 .showHandle div{border-top-width:1px !important;}
#module_315822342 .showHandle{background-color:transparent;}
#module_315822342 .showHandle{background-image:none;}
#module_315822342 .showHandle{background-repeat:no-repeat;}
#module_315822342 .showHandle{}
#module_315822342 .showHandle{}
#module_315822342 .showHandle{}
#module_315822342 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818335 #Sub315818335_4 {width:20%;}
.module_315822344 .ModuleHead .HeadCenter{float:none;}
#module_315822344 {
padding:0px;
}
#module_315822344 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_315822344 .ModuleHead315822344 {
display:none;
}
#module_315822344 .BodyCenter.BodyCenter315822344 {
background:none;background-color:rgb(255, 255, 255);
}
#module_315822344 >.module_315822344 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822344 >.module_315822344{
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_315822344 .BodyCenter.BodyCenter315822344 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822344 .BodyCenter.BodyCenter315822344 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315822344 >.module_315822344 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822344 >.module_315822344 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315822344 >.module_315822344 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822344:hover {
border:none;
}
#module_315822344:hover >.module_315822344 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822344 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315822344 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315822344 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315822344 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315822344 .GraphicUpper .TextImage{margin-top:0px;}
#module_315822344 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315822344 .GraphicUpper .TextImage{margin-left:0px;}
#module_315822344 .GraphicUpper .TextImage{margin-right:0px;}
#module_315822344 .TextImage{width:68%;}
#module_315822344 .MobileTextImage{width:50%;}
#module_315822344 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_315822344 .imageTextGiant-Container{padding-top:10px;}
#module_315822344 .imageTextGiant-Container{padding-bottom:10px;}
#module_315822344 .imageTextGiant-Container{padding-left:10px;}
#module_315822344 .imageTextGiant-Container{padding-right:10px;}
#module_315822344 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315822344 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315822344 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315822344 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315822344 .imageTextGiant-Container{padding-top:30px;}
#module_315822344 .imageTextGiant-Container{padding-bottom:38px;}
#module_315822344 .imageTextGiant-Container{padding-left:30px;}
#module_315822344 .imageTextGiant-Container{padding-right:30px;}
#module_315822344 .showHandle .btn{font-size:14px;}
#module_315822344 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822344 .showHandle .btn{color:#333;}
#module_315822344 .showHandle .btn{font-weight:400;}
#module_315822344 .showHandle .btn{text-decoration:none;}
#module_315822344 .showHandle .btn{font-style:normal;}
#module_315822344 .showHandle div{border-top-color:#ddd !important;}
#module_315822344 .showHandle div{border-top-style:solid !important;}
#module_315822344 .showHandle div{border-top-width:1px !important;}
#module_315822344 .showHandle{background-color:transparent;}
#module_315822344 .showHandle{background-image:none;}
#module_315822344 .showHandle{background-repeat:no-repeat;}
#module_315822344 .showHandle{}
#module_315822344 .showHandle{}
#module_315822344 .showHandle{}
#module_315822344 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818335 #Sub315818335_5 {width:20%;}
.module_315818893 .ModuleHead .HeadCenter{float:none;}
#module_315818893 {
padding:0px;
}
#module_315818893 {
position:static;
z-index:0;
top:2866px;
left:1383px;
width:100%;
height: auto;
}
#module_315818893 .ModuleHead315818893 {
display:none;
}
#module_315818893 .BodyCenter.BodyCenter315818893 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315818893 >.module_315818893 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818893 >.module_315818893{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818893 .BodyCenter.BodyCenter315818893 {
padding-top:3.8573%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.8573%;
}
}
@media screen and (max-width: 767px){
#module_315818893 .BodyCenter.BodyCenter315818893 {
padding-top:13.0719%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:9.8039%;
}
}
@media screen and (min-width: 768px){
#module_315818893 >.module_315818893 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818893 >.module_315818893 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818893 >.module_315818893 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818893:hover {
border:none;
}
#module_315818893:hover >.module_315818893 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818893 .ModuleSubContainer{background-color:transparent;}
#module_315818893 .ModuleSubContainer{background-image:none;}
#module_315818893 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818893 .ModuleSubContainer{background-position:0% 0%;}
#module_315818893 .ModuleSubContainer{background-attachment:scroll;}
#module_315818893 .ModuleSubContainer{}
#module_315818893 {!bgVideo!}{bgVideoUrl:none}
#module_315818893 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818893 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818893 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818893 {}
.module_315827396 .ModuleHead .HeadCenter{float:none;}
#module_315827396 {
padding:0px;
}
#module_315827396 {
position:static;
z-index:0;
top:723px;
left:1093px;
width:100%;
height: auto;
}
#module_315827396 .ModuleHead315827396 {
display:none;
}
#module_315827396 .BodyCenter.BodyCenter315827396 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827396 >.module_315827396 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827396 >.module_315827396{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827396 .BodyCenter.BodyCenter315827396 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827396 .BodyCenter.BodyCenter315827396 {
padding-top:13.6240%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_315827396 >.module_315827396 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827396 >.module_315827396 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827396 >.module_315827396 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827396:hover {
border:none;
}
#module_315827396:hover >.module_315827396 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827396 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827396 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827396 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827396 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827396 .imageTextGiant-Container{padding-top:0px;}
#module_315827396 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827396 .imageTextGiant-Container{padding-left:30px;}
#module_315827396 .imageTextGiant-Container{padding-right:30px;}
#module_315827396 .showHandle .btn{font-size:14px;}
#module_315827396 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827396 .showHandle .btn{color:#333;}
#module_315827396 .showHandle .btn{font-weight:400;}
#module_315827396 .showHandle .btn{text-decoration:none;}
#module_315827396 .showHandle .btn{font-style:normal;}
#module_315827396 .showHandle div{border-top-color:#ddd !important;}
#module_315827396 .showHandle div{border-top-style:solid !important;}
#module_315827396 .showHandle div{border-top-width:1px !important;}
#module_315827396 .showHandle{background-color:transparent;}
#module_315827396 .showHandle{background-image:none;}
#module_315827396 .showHandle{background-repeat:no-repeat;}
#module_315827396 .showHandle{}
#module_315827396 .showHandle{}
#module_315827396 .showHandle{}
#module_315827396 a{font-size:unset;font-family:unset}
.module_315827398 .ModuleHead .HeadCenter{float:none;}
#module_315827398 {
padding:0px;
}
#module_315827398 {
position:static;
z-index:0;
top:1677px;
left:4px;
width:100%;
height: auto;
}
#module_315827398 .ModuleHead315827398 {
display:none;
}
#module_315827398 .BodyCenter.BodyCenter315827398 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827398 >.module_315827398 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827398 >.module_315827398{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827398 .BodyCenter.BodyCenter315827398 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827398 .BodyCenter.BodyCenter315827398 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5188%;
}
}
@media screen and (min-width: 768px){
#module_315827398 >.module_315827398 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827398 >.module_315827398 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827398 >.module_315827398 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827398:hover {
border:none;
}
#module_315827398:hover >.module_315827398 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827398 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827398 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827398 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827398 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827398 .imageTextGiant-Container{padding-top:0px;}
#module_315827398 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827398 .imageTextGiant-Container{padding-left:0px;}
#module_315827398 .imageTextGiant-Container{padding-right:0px;}
#module_315827398 .showHandle .btn{font-size:14px;}
#module_315827398 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827398 .showHandle .btn{color:#333;}
#module_315827398 .showHandle .btn{font-weight:400;}
#module_315827398 .showHandle .btn{text-decoration:none;}
#module_315827398 .showHandle .btn{font-style:normal;}
#module_315827398 .showHandle div{border-top-color:#ddd !important;}
#module_315827398 .showHandle div{border-top-style:solid !important;}
#module_315827398 .showHandle div{border-top-width:1px !important;}
#module_315827398 .showHandle{background-color:transparent;}
#module_315827398 .showHandle{background-image:none;}
#module_315827398 .showHandle{background-repeat:no-repeat;}
#module_315827398 .showHandle{}
#module_315827398 .showHandle{}
#module_315827398 .showHandle{}
#module_315827398 a{font-size:unset;font-family:unset}
.module_315820309 .ModuleHead .HeadCenter{float:none;}
#module_315820309 {
padding:0px;
}
#module_315820309 {
position:static;
z-index:0;
top:32px;
left:599px;
width:100%;
height: auto;
}
#module_315820309 .ModuleHead315820309 {
display:none;
}
#module_315820309 .BodyCenter.BodyCenter315820309 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820309 >.module_315820309 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820309 >.module_315820309{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820309 .BodyCenter.BodyCenter315820309 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820309 .BodyCenter.BodyCenter315820309 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.9820%;
}
}
@media screen and (min-width: 768px){
#module_315820309 >.module_315820309 {
margin-top:3.8333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820309 >.module_315820309 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315820309 >.module_315820309 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820309:hover {
border:none;
}
#module_315820309:hover >.module_315820309 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820309 img{border-top-color:transparent;}
#module_315820309 img{border-top-style:none;}
#module_315820309 img{border-top-width:0px;}
#module_315820309 img{border-right-color:transparent;}
#module_315820309 img{border-right-style:none;}
#module_315820309 img{border-right-width:0px;}
#module_315820309 img{border-bottom-color:transparent;}
#module_315820309 img{border-bottom-style:none;}
#module_315820309 img{border-bottom-width:0px;}
#module_315820309 img{border-left-color:transparent;}
#module_315820309 img{border-left-style:none;}
#module_315820309 img{border-left-width:0px;}
#module_315820309 img{border-top-left-radius:0px;}
#module_315820309 img{border-top-right-radius:0px;}
#module_315820309 img{border-bottom-left-radius:0px;}
#module_315820309 img{border-bottom-right-radius:0px;}
#module_315820309 .BodyCenter{text-align: center;}

.module_315818894 .ModuleHead .HeadCenter{float:none;}
#module_315818894 {
padding:0px;
}
#module_315818894 {
position:static;
z-index:0;
top:3392px;
left:1461px;
width:100%;
height: auto;
}
#module_315818894 .ModuleHead315818894 {
display:none;
}
#module_315818894 .BodyCenter.BodyCenter315818894 {
background:none;background-color:rgb(248, 248, 248);
}
#module_315818894 >.module_315818894 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818894 >.module_315818894{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818894 .BodyCenter.BodyCenter315818894 {
padding-top:4.2872%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.5359%;
}
}
@media screen and (max-width: 767px){
#module_315818894 .BodyCenter.BodyCenter315818894 {
padding-top:13.0293%;
padding-left:6.5147%;
padding-right:6.5147%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818894 >.module_315818894 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818894 >.module_315818894 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818894 >.module_315818894 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818894:hover {
border:none;
}
#module_315818894:hover >.module_315818894 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818894 .ModuleSubContainer{background-color:transparent;}
#module_315818894 .ModuleSubContainer{background-image:none;}
#module_315818894 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818894 .ModuleSubContainer{background-position:0% 0%;}
#module_315818894 .ModuleSubContainer{background-attachment:scroll;}
#module_315818894 .ModuleSubContainer{}
#module_315818894 {!bgVideo!}{bgVideoUrl:none}
#module_315818894 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818894 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818894 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818894 {}
.module_315827399 .ModuleHead .HeadCenter{float:none;}
#module_315827399 {
padding:0px;
}
#module_315827399 {
position:static;
z-index:0;
top:723px;
left:1093px;
width:100%;
height: auto;
}
#module_315827399 .ModuleHead315827399 {
display:none;
}
#module_315827399 .BodyCenter.BodyCenter315827399 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827399 >.module_315827399 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827399 >.module_315827399{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827399 .BodyCenter.BodyCenter315827399 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827399 .BodyCenter.BodyCenter315827399 {
padding-top:13.6240%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_315827399 >.module_315827399 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827399 >.module_315827399 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827399 >.module_315827399 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827399:hover {
border:none;
}
#module_315827399:hover >.module_315827399 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827399 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827399 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827399 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827399 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827399 .imageTextGiant-Container{padding-top:0px;}
#module_315827399 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827399 .imageTextGiant-Container{padding-left:30px;}
#module_315827399 .imageTextGiant-Container{padding-right:30px;}
#module_315827399 .showHandle .btn{font-size:14px;}
#module_315827399 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827399 .showHandle .btn{color:#333;}
#module_315827399 .showHandle .btn{font-weight:400;}
#module_315827399 .showHandle .btn{text-decoration:none;}
#module_315827399 .showHandle .btn{font-style:normal;}
#module_315827399 .showHandle div{border-top-color:#ddd !important;}
#module_315827399 .showHandle div{border-top-style:solid !important;}
#module_315827399 .showHandle div{border-top-width:1px !important;}
#module_315827399 .showHandle{background-color:transparent;}
#module_315827399 .showHandle{background-image:none;}
#module_315827399 .showHandle{background-repeat:no-repeat;}
#module_315827399 .showHandle{}
#module_315827399 .showHandle{}
#module_315827399 .showHandle{}
#module_315827399 a{font-size:unset;font-family:unset}
.module_315827401 .ModuleHead .HeadCenter{float:none;}
#module_315827401 {
padding:0px;
}
#module_315827401 {
position:static;
z-index:0;
top:1677px;
left:4px;
width:100%;
height: auto;
}
#module_315827401 .ModuleHead315827401 {
display:none;
}
#module_315827401 .BodyCenter.BodyCenter315827401 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827401 >.module_315827401 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827401 >.module_315827401{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827401 .BodyCenter.BodyCenter315827401 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827401 .BodyCenter.BodyCenter315827401 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5188%;
}
}
@media screen and (min-width: 768px){
#module_315827401 >.module_315827401 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827401 >.module_315827401 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827401 >.module_315827401 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827401:hover {
border:none;
}
#module_315827401:hover >.module_315827401 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827401 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827401 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827401 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827401 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827401 .imageTextGiant-Container{padding-top:0px;}
#module_315827401 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827401 .imageTextGiant-Container{padding-left:0px;}
#module_315827401 .imageTextGiant-Container{padding-right:0px;}
#module_315827401 .showHandle .btn{font-size:14px;}
#module_315827401 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827401 .showHandle .btn{color:#333;}
#module_315827401 .showHandle .btn{font-weight:400;}
#module_315827401 .showHandle .btn{text-decoration:none;}
#module_315827401 .showHandle .btn{font-style:normal;}
#module_315827401 .showHandle div{border-top-color:#ddd !important;}
#module_315827401 .showHandle div{border-top-style:solid !important;}
#module_315827401 .showHandle div{border-top-width:1px !important;}
#module_315827401 .showHandle{background-color:transparent;}
#module_315827401 .showHandle{background-image:none;}
#module_315827401 .showHandle{background-repeat:no-repeat;}
#module_315827401 .showHandle{}
#module_315827401 .showHandle{}
#module_315827401 .showHandle{}
#module_315827401 a{font-size:unset;font-family:unset}
.module_315818584 .ModuleHead .HeadCenter{float:none;}
#module_315818584 {
padding:0px;
}
#module_315818584 {
position:static;
z-index:0;
top:3618px;
left:1442px;
width:100%;
height: auto;
}
#module_315818584 .ModuleHead315818584 {
display:none;
}
#module_315818584 .BodyCenter.BodyCenter315818584 {
background:none;background-color:rgb(248, 248, 248);
}
#module_315818584 >.module_315818584 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818584 >.module_315818584{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818584 .BodyCenter.BodyCenter315818584 {
padding-top:1.6077%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2872%;
}
}
@media screen and (max-width: 767px){
#module_315818584 .BodyCenter.BodyCenter315818584 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:9.7720%;
}
}
@media screen and (min-width: 768px){
#module_315818584 >.module_315818584 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818584 >.module_315818584 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818584 >.module_315818584 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818584:hover {
border:none;
}
#module_315818584:hover >.module_315818584 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818584 .ModuleSubContainer{background-color:transparent;}
#module_315818584 .ModuleSubContainer{background-image:none;}
#module_315818584 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818584 .ModuleSubContainer{background-position:0% 0%;}
#module_315818584 .ModuleSubContainer{background-attachment:scroll;}
#module_315818584 .ModuleSubContainer{}
#module_315818584 {!bgVideo!}{bgVideoUrl:none}
#module_315818584 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818584 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818584 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818584 {}
.ModuleGridContainer.ModuleGridContainer315818584 .SubPadding {width:30px;}
.module_315820307 .ModuleHead .HeadCenter{float:none;}
#module_315820307 {
padding:0px;
}
#module_315820307 {
position:static;
z-index:0;
top:5047px;
left:507px;
width:100%;
height: auto;
}
#module_315820307 .ModuleHead315820307 {
display:none;
}
#module_315820307 .BodyCenter.BodyCenter315820307 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820307 >.module_315820307 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820307 >.module_315820307{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820307 .BodyCenter.BodyCenter315820307 {
padding-top:6.6667%;
padding-left:2.6667%;
padding-right:2.6667%;
padding-bottom:6.6667%;
}
}
@media screen and (max-width: 767px){
#module_315820307 .BodyCenter.BodyCenter315820307 {
padding-top:6.6225%;
padding-left:6.6225%;
padding-right:3.3113%;
padding-bottom:6.6225%;
}
}
@media screen and (min-width: 768px){
#module_315820307 >.module_315820307 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820307 >.module_315820307 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315820307 >.module_315820307 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820307:hover {
border:none;
}
#module_315820307:hover >.module_315820307 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820307 img{border-top-color:transparent;}
#module_315820307 img{border-top-style:none;}
#module_315820307 img{border-top-width:0px;}
#module_315820307 img{border-right-color:transparent;}
#module_315820307 img{border-right-style:none;}
#module_315820307 img{border-right-width:0px;}
#module_315820307 img{border-bottom-color:transparent;}
#module_315820307 img{border-bottom-style:none;}
#module_315820307 img{border-bottom-width:0px;}
#module_315820307 img{border-left-color:transparent;}
#module_315820307 img{border-left-style:none;}
#module_315820307 img{border-left-width:0px;}
#module_315820307 img{border-top-left-radius:0px;}
#module_315820307 img{border-top-right-radius:0px;}
#module_315820307 img{border-bottom-left-radius:0px;}
#module_315820307 img{border-bottom-right-radius:0px;}
#module_315820307 .BodyCenter{text-align: center;}

.module_315827408 .ModuleHead .HeadCenter{float:none;}
#module_315827408 {
padding:0px;
}
#module_315827408 {
position:static;
z-index:0;
top:3998px;
left:523px;
width:100%;
height: auto;
}
#module_315827408 .ModuleHead315827408 {
display:none;
}
#module_315827408 .BodyCenter.BodyCenter315827408 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827408 >.module_315827408 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827408 >.module_315827408{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827408 .BodyCenter.BodyCenter315827408 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827408 .BodyCenter.BodyCenter315827408 {
padding-top:3.3113%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.3113%;
}
}
@media screen and (min-width: 768px){
#module_315827408 >.module_315827408 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827408 >.module_315827408 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827408 >.module_315827408 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827408:hover {
border:none;
}
#module_315827408:hover >.module_315827408 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827408 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827408 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827408 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827408 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827408 .imageTextGiant-Container{padding-top:0px;}
#module_315827408 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827408 .imageTextGiant-Container{padding-left:30px;}
#module_315827408 .imageTextGiant-Container{padding-right:30px;}
#module_315827408 .showHandle .btn{font-size:14px;}
#module_315827408 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827408 .showHandle .btn{color:#333;}
#module_315827408 .showHandle .btn{font-weight:400;}
#module_315827408 .showHandle .btn{text-decoration:none;}
#module_315827408 .showHandle .btn{font-style:normal;}
#module_315827408 .showHandle div{border-top-color:#ddd !important;}
#module_315827408 .showHandle div{border-top-style:solid !important;}
#module_315827408 .showHandle div{border-top-width:1px !important;}
#module_315827408 .showHandle{background-color:transparent;}
#module_315827408 .showHandle{background-image:none;}
#module_315827408 .showHandle{background-repeat:no-repeat;}
#module_315827408 .showHandle{}
#module_315827408 .showHandle{}
#module_315827408 .showHandle{}
#module_315827408 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818584 #Sub315818584_1 {width:25%;}
.module_315820303 .ModuleHead .HeadCenter{float:none;}
#module_315820303 {
padding:0px;
}
#module_315820303 {
position:static;
z-index:0;
top:5112px;
left:790px;
width:100%;
height: auto;
}
#module_315820303 .ModuleHead315820303 {
display:none;
}
#module_315820303 .BodyCenter.BodyCenter315820303 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820303 >.module_315820303 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820303 >.module_315820303{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820303 .BodyCenter.BodyCenter315820303 {
padding-top:6.6667%;
padding-left:2.6667%;
padding-right:2.6667%;
padding-bottom:6.6667%;
}
}
@media screen and (max-width: 767px){
#module_315820303 .BodyCenter.BodyCenter315820303 {
padding-top:6.6225%;
padding-left:0.0000%;
padding-right:6.6225%;
padding-bottom:6.6225%;
}
}
@media screen and (min-width: 768px){
#module_315820303 >.module_315820303 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820303 >.module_315820303 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315820303 >.module_315820303 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820303:hover {
border:none;
}
#module_315820303:hover >.module_315820303 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820303 img{border-top-color:transparent;}
#module_315820303 img{border-top-style:none;}
#module_315820303 img{border-top-width:0px;}
#module_315820303 img{border-right-color:transparent;}
#module_315820303 img{border-right-style:none;}
#module_315820303 img{border-right-width:0px;}
#module_315820303 img{border-bottom-color:transparent;}
#module_315820303 img{border-bottom-style:none;}
#module_315820303 img{border-bottom-width:0px;}
#module_315820303 img{border-left-color:transparent;}
#module_315820303 img{border-left-style:none;}
#module_315820303 img{border-left-width:0px;}
#module_315820303 img{border-top-left-radius:0px;}
#module_315820303 img{border-top-right-radius:0px;}
#module_315820303 img{border-bottom-left-radius:0px;}
#module_315820303 img{border-bottom-right-radius:0px;}
#module_315820303 .BodyCenter{text-align: center;}

.module_315827409 .ModuleHead .HeadCenter{float:none;}
#module_315827409 {
padding:0px;
}
#module_315827409 {
position:static;
z-index:0;
top:5161px;
left:843px;
width:100%;
height: auto;
}
#module_315827409 .ModuleHead315827409 {
display:none;
}
#module_315827409 .BodyCenter.BodyCenter315827409 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827409 >.module_315827409 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827409 >.module_315827409{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827409 .BodyCenter.BodyCenter315827409 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827409 .BodyCenter.BodyCenter315827409 {
padding-top:3.3113%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.3113%;
}
}
@media screen and (min-width: 768px){
#module_315827409 >.module_315827409 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827409 >.module_315827409 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827409 >.module_315827409 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827409:hover {
border:none;
}
#module_315827409:hover >.module_315827409 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827409 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827409 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827409 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827409 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827409 .imageTextGiant-Container{padding-top:0px;}
#module_315827409 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827409 .imageTextGiant-Container{padding-left:30px;}
#module_315827409 .imageTextGiant-Container{padding-right:30px;}
#module_315827409 .showHandle .btn{font-size:14px;}
#module_315827409 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827409 .showHandle .btn{color:#333;}
#module_315827409 .showHandle .btn{font-weight:400;}
#module_315827409 .showHandle .btn{text-decoration:none;}
#module_315827409 .showHandle .btn{font-style:normal;}
#module_315827409 .showHandle div{border-top-color:#ddd !important;}
#module_315827409 .showHandle div{border-top-style:solid !important;}
#module_315827409 .showHandle div{border-top-width:1px !important;}
#module_315827409 .showHandle{background-color:transparent;}
#module_315827409 .showHandle{background-image:none;}
#module_315827409 .showHandle{background-repeat:no-repeat;}
#module_315827409 .showHandle{}
#module_315827409 .showHandle{}
#module_315827409 .showHandle{}
#module_315827409 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818584 #Sub315818584_2 {width:25%;}
.module_315820306 .ModuleHead .HeadCenter{float:none;}
#module_315820306 {
padding:0px;
}
#module_315820306 {
position:static;
z-index:0;
top:5092px;
left:1039px;
width:100%;
height: auto;
}
#module_315820306 .ModuleHead315820306 {
display:none;
}
#module_315820306 .BodyCenter.BodyCenter315820306 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820306 >.module_315820306 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820306 >.module_315820306{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820306 .BodyCenter.BodyCenter315820306 {
padding-top:6.6667%;
padding-left:2.6667%;
padding-right:2.6667%;
padding-bottom:6.6667%;
}
}
@media screen and (max-width: 767px){
#module_315820306 .BodyCenter.BodyCenter315820306 {
padding-top:6.6225%;
padding-left:6.6225%;
padding-right:3.3113%;
padding-bottom:6.6225%;
}
}
@media screen and (min-width: 768px){
#module_315820306 >.module_315820306 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820306 >.module_315820306 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315820306 >.module_315820306 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820306:hover {
border:none;
}
#module_315820306:hover >.module_315820306 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820306 img{border-top-color:transparent;}
#module_315820306 img{border-top-style:none;}
#module_315820306 img{border-top-width:0px;}
#module_315820306 img{border-right-color:transparent;}
#module_315820306 img{border-right-style:none;}
#module_315820306 img{border-right-width:0px;}
#module_315820306 img{border-bottom-color:transparent;}
#module_315820306 img{border-bottom-style:none;}
#module_315820306 img{border-bottom-width:0px;}
#module_315820306 img{border-left-color:transparent;}
#module_315820306 img{border-left-style:none;}
#module_315820306 img{border-left-width:0px;}
#module_315820306 img{border-top-left-radius:0px;}
#module_315820306 img{border-top-right-radius:0px;}
#module_315820306 img{border-bottom-left-radius:0px;}
#module_315820306 img{border-bottom-right-radius:0px;}
#module_315820306 .BodyCenter{text-align: center;}

.module_315827410 .ModuleHead .HeadCenter{float:none;}
#module_315827410 {
padding:0px;
}
#module_315827410 {
position:static;
z-index:0;
top:5355px;
left:1122px;
width:100%;
height: auto;
}
#module_315827410 .ModuleHead315827410 {
display:none;
}
#module_315827410 .BodyCenter.BodyCenter315827410 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827410 >.module_315827410 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827410 >.module_315827410{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827410 .BodyCenter.BodyCenter315827410 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827410 .BodyCenter.BodyCenter315827410 {
padding-top:3.3113%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.3113%;
}
}
@media screen and (min-width: 768px){
#module_315827410 >.module_315827410 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827410 >.module_315827410 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827410 >.module_315827410 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827410:hover {
border:none;
}
#module_315827410:hover >.module_315827410 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827410 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827410 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827410 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827410 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827410 .imageTextGiant-Container{padding-top:0px;}
#module_315827410 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827410 .imageTextGiant-Container{padding-left:30px;}
#module_315827410 .imageTextGiant-Container{padding-right:30px;}
#module_315827410 .showHandle .btn{font-size:14px;}
#module_315827410 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827410 .showHandle .btn{color:#333;}
#module_315827410 .showHandle .btn{font-weight:400;}
#module_315827410 .showHandle .btn{text-decoration:none;}
#module_315827410 .showHandle .btn{font-style:normal;}
#module_315827410 .showHandle div{border-top-color:#ddd !important;}
#module_315827410 .showHandle div{border-top-style:solid !important;}
#module_315827410 .showHandle div{border-top-width:1px !important;}
#module_315827410 .showHandle{background-color:transparent;}
#module_315827410 .showHandle{background-image:none;}
#module_315827410 .showHandle{background-repeat:no-repeat;}
#module_315827410 .showHandle{}
#module_315827410 .showHandle{}
#module_315827410 .showHandle{}
#module_315827410 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818584 #Sub315818584_3 {width:25%;}
.module_315820308 .ModuleHead .HeadCenter{float:none;}
#module_315820308 {
padding:0px;
}
#module_315820308 {
position:static;
z-index:0;
top:10px;
left:0px;
width:100%;
height: auto;
}
#module_315820308 .ModuleHead315820308 {
display:none;
}
#module_315820308 .BodyCenter.BodyCenter315820308 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820308 >.module_315820308 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820308 >.module_315820308{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820308 .BodyCenter.BodyCenter315820308 {
padding-top:6.6667%;
padding-left:2.6667%;
padding-right:2.6667%;
padding-bottom:6.6667%;
}
}
@media screen and (max-width: 767px){
#module_315820308 .BodyCenter.BodyCenter315820308 {
padding-top:6.6225%;
padding-left:3.3113%;
padding-right:6.6225%;
padding-bottom:6.6225%;
}
}
@media screen and (min-width: 768px){
#module_315820308 >.module_315820308 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820308 >.module_315820308 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315820308 >.module_315820308 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820308:hover {
border:none;
}
#module_315820308:hover >.module_315820308 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820308 img{border-top-color:transparent;}
#module_315820308 img{border-top-style:none;}
#module_315820308 img{border-top-width:0px;}
#module_315820308 img{border-right-color:transparent;}
#module_315820308 img{border-right-style:none;}
#module_315820308 img{border-right-width:0px;}
#module_315820308 img{border-bottom-color:transparent;}
#module_315820308 img{border-bottom-style:none;}
#module_315820308 img{border-bottom-width:0px;}
#module_315820308 img{border-left-color:transparent;}
#module_315820308 img{border-left-style:none;}
#module_315820308 img{border-left-width:0px;}
#module_315820308 img{border-top-left-radius:0px;}
#module_315820308 img{border-top-right-radius:0px;}
#module_315820308 img{border-bottom-left-radius:0px;}
#module_315820308 img{border-bottom-right-radius:0px;}
#module_315820308 .BodyCenter{text-align: center;}

.module_315827411 .ModuleHead .HeadCenter{float:none;}
#module_315827411 {
padding:0px;
}
#module_315827411 {
position:static;
z-index:0;
top:5233px;
left:1416px;
width:100%;
height: auto;
}
#module_315827411 .ModuleHead315827411 {
display:none;
}
#module_315827411 .BodyCenter.BodyCenter315827411 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827411 >.module_315827411 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827411 >.module_315827411{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827411 .BodyCenter.BodyCenter315827411 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827411 .BodyCenter.BodyCenter315827411 {
padding-top:3.3113%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.3113%;
}
}
@media screen and (min-width: 768px){
#module_315827411 >.module_315827411 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827411 >.module_315827411 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827411 >.module_315827411 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827411:hover {
border:none;
}
#module_315827411:hover >.module_315827411 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827411 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827411 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827411 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827411 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827411 .imageTextGiant-Container{padding-top:0px;}
#module_315827411 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827411 .imageTextGiant-Container{padding-left:30px;}
#module_315827411 .imageTextGiant-Container{padding-right:30px;}
#module_315827411 .showHandle .btn{font-size:14px;}
#module_315827411 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827411 .showHandle .btn{color:#333;}
#module_315827411 .showHandle .btn{font-weight:400;}
#module_315827411 .showHandle .btn{text-decoration:none;}
#module_315827411 .showHandle .btn{font-style:normal;}
#module_315827411 .showHandle div{border-top-color:#ddd !important;}
#module_315827411 .showHandle div{border-top-style:solid !important;}
#module_315827411 .showHandle div{border-top-width:1px !important;}
#module_315827411 .showHandle{background-color:transparent;}
#module_315827411 .showHandle{background-image:none;}
#module_315827411 .showHandle{background-repeat:no-repeat;}
#module_315827411 .showHandle{}
#module_315827411 .showHandle{}
#module_315827411 .showHandle{}
#module_315827411 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818584 #Sub315818584_4 {width:25%;}
.module_315818895 .ModuleHead .HeadCenter{float:none;}
#module_315818895 {
padding:0px;
}
#module_315818895 {
position:static;
z-index:0;
top:4359px;
left:99px;
width:100%;
height: auto;
}
#module_315818895 .ModuleHead315818895 {
display:none;
}
#module_315818895 .BodyCenter.BodyCenter315818895 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315818895 >.module_315818895 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818895 >.module_315818895{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818895 .BodyCenter.BodyCenter315818895 {
padding-top:4.1841%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_315818895 .BodyCenter.BodyCenter315818895 {
padding-top:13.0719%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:9.8039%;
}
}
@media screen and (min-width: 768px){
#module_315818895 >.module_315818895 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818895 >.module_315818895 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818895 >.module_315818895 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818895:hover {
border:none;
}
#module_315818895:hover >.module_315818895 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818895 .ModuleSubContainer{background-color:transparent;}
#module_315818895 .ModuleSubContainer{background-image:none;}
#module_315818895 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818895 .ModuleSubContainer{background-position:0% 0%;}
#module_315818895 .ModuleSubContainer{background-attachment:scroll;}
#module_315818895 .ModuleSubContainer{}
#module_315818895 {!bgVideo!}{bgVideoUrl:none}
#module_315818895 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818895 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818895 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818895 {}
.module_315827414 .ModuleHead .HeadCenter{float:none;}
#module_315827414 {
padding:0px;
}
#module_315827414 {
position:static;
z-index:0;
top:723px;
left:1093px;
width:100%;
height: auto;
}
#module_315827414 .ModuleHead315827414 {
display:none;
}
#module_315827414 .BodyCenter.BodyCenter315827414 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827414 >.module_315827414 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827414 >.module_315827414{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827414 .BodyCenter.BodyCenter315827414 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827414 .BodyCenter.BodyCenter315827414 {
padding-top:13.6240%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_315827414 >.module_315827414 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827414 >.module_315827414 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827414 >.module_315827414 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827414:hover {
border:none;
}
#module_315827414:hover >.module_315827414 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827414 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827414 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827414 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827414 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827414 .imageTextGiant-Container{padding-top:0px;}
#module_315827414 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827414 .imageTextGiant-Container{padding-left:30px;}
#module_315827414 .imageTextGiant-Container{padding-right:30px;}
#module_315827414 .showHandle .btn{font-size:14px;}
#module_315827414 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827414 .showHandle .btn{color:#333;}
#module_315827414 .showHandle .btn{font-weight:400;}
#module_315827414 .showHandle .btn{text-decoration:none;}
#module_315827414 .showHandle .btn{font-style:normal;}
#module_315827414 .showHandle div{border-top-color:#ddd !important;}
#module_315827414 .showHandle div{border-top-style:solid !important;}
#module_315827414 .showHandle div{border-top-width:1px !important;}
#module_315827414 .showHandle{background-color:transparent;}
#module_315827414 .showHandle{background-image:none;}
#module_315827414 .showHandle{background-repeat:no-repeat;}
#module_315827414 .showHandle{}
#module_315827414 .showHandle{}
#module_315827414 .showHandle{}
#module_315827414 a{font-size:unset;font-family:unset}
.module_315827416 .ModuleHead .HeadCenter{float:none;}
#module_315827416 {
padding:0px;
}
#module_315827416 {
position:static;
z-index:0;
top:1677px;
left:4px;
width:100%;
height: auto;
}
#module_315827416 .ModuleHead315827416 {
display:none;
}
#module_315827416 .BodyCenter.BodyCenter315827416 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827416 >.module_315827416 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827416 >.module_315827416{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827416 .BodyCenter.BodyCenter315827416 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827416 .BodyCenter.BodyCenter315827416 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5188%;
}
}
@media screen and (min-width: 768px){
#module_315827416 >.module_315827416 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827416 >.module_315827416 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827416 >.module_315827416 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827416:hover {
border:none;
}
#module_315827416:hover >.module_315827416 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827416 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827416 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827416 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827416 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827416 .imageTextGiant-Container{padding-top:0px;}
#module_315827416 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827416 .imageTextGiant-Container{padding-left:0px;}
#module_315827416 .imageTextGiant-Container{padding-right:0px;}
#module_315827416 .showHandle .btn{font-size:14px;}
#module_315827416 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827416 .showHandle .btn{color:#333;}
#module_315827416 .showHandle .btn{font-weight:400;}
#module_315827416 .showHandle .btn{text-decoration:none;}
#module_315827416 .showHandle .btn{font-style:normal;}
#module_315827416 .showHandle div{border-top-color:#ddd !important;}
#module_315827416 .showHandle div{border-top-style:solid !important;}
#module_315827416 .showHandle div{border-top-width:1px !important;}
#module_315827416 .showHandle{background-color:transparent;}
#module_315827416 .showHandle{background-image:none;}
#module_315827416 .showHandle{background-repeat:no-repeat;}
#module_315827416 .showHandle{}
#module_315827416 .showHandle{}
#module_315827416 .showHandle{}
#module_315827416 a{font-size:unset;font-family:unset}
.module_315820311 .ModuleHead .HeadCenter{float:none;}
#module_315820311 {
padding:0px;
}
#module_315820311 {
position:static;
z-index:0;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_315820311 .ModuleHead315820311 {
display:none;
}
#module_315820311 .BodyCenter.BodyCenter315820311 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820311 >.module_315820311 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820311 >.module_315820311{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820311 .BodyCenter.BodyCenter315820311 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820311 .BodyCenter.BodyCenter315820311 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.9820%;
}
}
@media screen and (min-width: 768px){
#module_315820311 >.module_315820311 {
margin-top:3.8333%;
margin-left:7.5000%;
margin-right:7.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820311 >.module_315820311 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315820311 >.module_315820311 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820311:hover {
border:none;
}
#module_315820311:hover >.module_315820311 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820311 img{border-top-color:transparent;}
#module_315820311 img{border-top-style:none;}
#module_315820311 img{border-top-width:0px;}
#module_315820311 img{border-right-color:transparent;}
#module_315820311 img{border-right-style:none;}
#module_315820311 img{border-right-width:0px;}
#module_315820311 img{border-bottom-color:transparent;}
#module_315820311 img{border-bottom-style:none;}
#module_315820311 img{border-bottom-width:0px;}
#module_315820311 img{border-left-color:transparent;}
#module_315820311 img{border-left-style:none;}
#module_315820311 img{border-left-width:0px;}
#module_315820311 img{border-top-left-radius:0px;}
#module_315820311 img{border-top-right-radius:0px;}
#module_315820311 img{border-bottom-left-radius:0px;}
#module_315820311 img{border-bottom-right-radius:0px;}
#module_315820311 .BodyCenter{text-align: center;}

.module_315820330 .ModuleHead .HeadCenter{float:none;}
#module_315820330 {
padding:0px;
}
#module_315820330 {
position:static;
z-index:0;
top:136px;
left:0px;
width:100%;
height: auto;
}
#module_315820330 .ModuleHead315820330 {
display:none;
}
#module_315820330 .BodyCenter.BodyCenter315820330 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820330 >.module_315820330 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820330 >.module_315820330{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820330 .BodyCenter.BodyCenter315820330 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820330 .BodyCenter.BodyCenter315820330 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.9820%;
}
}
@media screen and (min-width: 768px){
#module_315820330 >.module_315820330 {
margin-top:3.8333%;
margin-left:7.5000%;
margin-right:7.5000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820330 >.module_315820330 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315820330 >.module_315820330 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820330:hover {
border:none;
}
#module_315820330:hover >.module_315820330 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820330 img{border-top-color:transparent;}
#module_315820330 img{border-top-style:none;}
#module_315820330 img{border-top-width:0px;}
#module_315820330 img{border-right-color:transparent;}
#module_315820330 img{border-right-style:none;}
#module_315820330 img{border-right-width:0px;}
#module_315820330 img{border-bottom-color:transparent;}
#module_315820330 img{border-bottom-style:none;}
#module_315820330 img{border-bottom-width:0px;}
#module_315820330 img{border-left-color:transparent;}
#module_315820330 img{border-left-style:none;}
#module_315820330 img{border-left-width:0px;}
#module_315820330 img{border-top-left-radius:0px;}
#module_315820330 img{border-top-right-radius:0px;}
#module_315820330 img{border-bottom-left-radius:0px;}
#module_315820330 img{border-bottom-right-radius:0px;}
#module_315820330 .BodyCenter{text-align: center;}

.module_315818896 .ModuleHead .HeadCenter{float:none;}
#module_315818896 {
padding:0px;
}
#module_315818896 {
position:static;
z-index:0;
top:4594px;
left:1571px;
width:100%;
height: auto;
}
#module_315818896 .ModuleHead315818896 {
display:none;
}
#module_315818896 .BodyCenter.BodyCenter315818896 {
background:none;background-color:rgb(248, 248, 248);
}
#module_315818896 >.module_315818896 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818896 >.module_315818896{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818896 .BodyCenter.BodyCenter315818896 {
padding-top:4.1841%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_315818896 .BodyCenter.BodyCenter315818896 {
padding-top:13.0719%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:9.8039%;
}
}
@media screen and (min-width: 768px){
#module_315818896 >.module_315818896 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818896 >.module_315818896 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818896 >.module_315818896 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818896:hover {
border:none;
}
#module_315818896:hover >.module_315818896 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818896 .ModuleSubContainer{background-color:transparent;}
#module_315818896 .ModuleSubContainer{background-image:none;}
#module_315818896 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818896 .ModuleSubContainer{background-position:0% 0%;}
#module_315818896 .ModuleSubContainer{background-attachment:scroll;}
#module_315818896 .ModuleSubContainer{}
#module_315818896 {!bgVideo!}{bgVideoUrl:none}
#module_315818896 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818896 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818896 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818896 {}
.module_315827417 .ModuleHead .HeadCenter{float:none;}
#module_315827417 {
padding:0px;
}
#module_315827417 {
position:static;
z-index:0;
top:723px;
left:1093px;
width:100%;
height: auto;
}
#module_315827417 .ModuleHead315827417 {
display:none;
}
#module_315827417 .BodyCenter.BodyCenter315827417 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827417 >.module_315827417 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827417 >.module_315827417{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827417 .BodyCenter.BodyCenter315827417 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827417 .BodyCenter.BodyCenter315827417 {
padding-top:13.6240%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_315827417 >.module_315827417 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827417 >.module_315827417 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827417 >.module_315827417 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827417:hover {
border:none;
}
#module_315827417:hover >.module_315827417 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827417 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827417 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827417 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827417 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827417 .imageTextGiant-Container{padding-top:0px;}
#module_315827417 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827417 .imageTextGiant-Container{padding-left:30px;}
#module_315827417 .imageTextGiant-Container{padding-right:30px;}
#module_315827417 .showHandle .btn{font-size:14px;}
#module_315827417 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827417 .showHandle .btn{color:#333;}
#module_315827417 .showHandle .btn{font-weight:400;}
#module_315827417 .showHandle .btn{text-decoration:none;}
#module_315827417 .showHandle .btn{font-style:normal;}
#module_315827417 .showHandle div{border-top-color:#ddd !important;}
#module_315827417 .showHandle div{border-top-style:solid !important;}
#module_315827417 .showHandle div{border-top-width:1px !important;}
#module_315827417 .showHandle{background-color:transparent;}
#module_315827417 .showHandle{background-image:none;}
#module_315827417 .showHandle{background-repeat:no-repeat;}
#module_315827417 .showHandle{}
#module_315827417 .showHandle{}
#module_315827417 .showHandle{}
#module_315827417 a{font-size:unset;font-family:unset}
.module_315827419 .ModuleHead .HeadCenter{float:none;}
#module_315827419 {
padding:0px;
}
#module_315827419 {
position:static;
z-index:0;
top:1677px;
left:4px;
width:100%;
height: auto;
}
#module_315827419 .ModuleHead315827419 {
display:none;
}
#module_315827419 .BodyCenter.BodyCenter315827419 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315827419 >.module_315827419 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315827419 >.module_315827419{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315827419 .BodyCenter.BodyCenter315827419 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827419 .BodyCenter.BodyCenter315827419 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5188%;
}
}
@media screen and (min-width: 768px){
#module_315827419 >.module_315827419 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315827419 >.module_315827419 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315827419 >.module_315827419 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315827419:hover {
border:none;
}
#module_315827419:hover >.module_315827419 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315827419 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315827419 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315827419 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315827419 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315827419 .imageTextGiant-Container{padding-top:0px;}
#module_315827419 .imageTextGiant-Container{padding-bottom:0px;}
#module_315827419 .imageTextGiant-Container{padding-left:0px;}
#module_315827419 .imageTextGiant-Container{padding-right:0px;}
#module_315827419 .showHandle .btn{font-size:14px;}
#module_315827419 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315827419 .showHandle .btn{color:#333;}
#module_315827419 .showHandle .btn{font-weight:400;}
#module_315827419 .showHandle .btn{text-decoration:none;}
#module_315827419 .showHandle .btn{font-style:normal;}
#module_315827419 .showHandle div{border-top-color:#ddd !important;}
#module_315827419 .showHandle div{border-top-style:solid !important;}
#module_315827419 .showHandle div{border-top-width:1px !important;}
#module_315827419 .showHandle{background-color:transparent;}
#module_315827419 .showHandle{background-image:none;}
#module_315827419 .showHandle{background-repeat:no-repeat;}
#module_315827419 .showHandle{}
#module_315827419 .showHandle{}
#module_315827419 .showHandle{}
#module_315827419 a{font-size:unset;font-family:unset}
.module_315818632 .ModuleHead .HeadCenter{float:none;}
#module_315818632 {
padding:0px;
}
#module_315818632 {
position:static;
z-index:0;
top:4838px;
left:1272px;
width:100%;
height: auto;
}
#module_315818632 .ModuleHead315818632 {
display:none;
}
#module_315818632 .BodyCenter.BodyCenter315818632 {
background:none;background-color:rgb(250, 250, 250);
}
#module_315818632 >.module_315818632 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818632 >.module_315818632{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818632 .BodyCenter.BodyCenter315818632 {
padding-top:1.0460%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_315818632 .BodyCenter.BodyCenter315818632 {
padding-top:0.0000%;
padding-left:3.2680%;
padding-right:3.2680%;
padding-bottom:9.8039%;
}
}
@media screen and (min-width: 768px){
#module_315818632 >.module_315818632 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818632 >.module_315818632 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818632 >.module_315818632 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818632:hover {
border:none;
}
#module_315818632:hover >.module_315818632 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818632 .ModuleSubContainer{background-color:transparent;}
#module_315818632 .ModuleSubContainer{background-image:none;}
#module_315818632 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818632 .ModuleSubContainer{background-position:0% 0%;}
#module_315818632 .ModuleSubContainer{background-attachment:scroll;}
#module_315818632 .ModuleSubContainer{}
#module_315818632 {!bgVideo!}{bgVideoUrl:none}
#module_315818632 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818632 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818632 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer315818632 {}
.ModuleGridContainer.ModuleGridContainer315818632 .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_315819269 .ModuleHead .HeadCenter{float:none;}
#module_315819269 {
padding:0px;
}
#module_315819269 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315819269 .ModuleHead315819269 {
display:none;
}
#module_315819269 >.module_315819269 {
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_315819269 >.module_315819269{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315819269 .BodyCenter.BodyCenter315819269 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819269 .BodyCenter.BodyCenter315819269 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:1.1696%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315819269 >.module_315819269 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819269 >.module_315819269 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315819269 >.module_315819269 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315819269:hover {
border:none;
}
#module_315819269:hover >.module_315819269 {
border-color:rgb(242, 242, 242);
}
#module_315819269:hover >.module_315819269 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315819269 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_315819269 .ModuleHoverBoxItem_1{background-image:none;}
#module_315819269 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_315819269 .ModuleHoverBoxItem_1{}
#module_315819269 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_315819269 .ModuleHoverBoxItem_1{}
#module_315819269 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_315819269 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_315819269 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_315819269 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_315819269 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_315819269 .ModuleHoverBoxItem_2{background-image:none;}
#module_315819269 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_315819269 .ModuleHoverBoxItem_2{}
#module_315819269 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_315819269 .ModuleHoverBoxItem_2{}
#module_315819269 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_315819269 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_315819269 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_315819269 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_315819269 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_315820440 .ModuleHead .HeadCenter{float:none;}
#module_315820440 {
padding:0px;
}
#module_315820440 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315820440 .ModuleHead315820440 {
display:none;
}
#module_315820440 .BodyCenter.BodyCenter315820440 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820440 >.module_315820440 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820440 >.module_315820440{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820440 .BodyCenter.BodyCenter315820440 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820440 .BodyCenter.BodyCenter315820440 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315820440 >.module_315820440 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820440 >.module_315820440 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315820440 >.module_315820440 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820440:hover {
border:none;
}
#module_315820440:hover >.module_315820440 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820440 img{border-top-color:transparent;}
#module_315820440 img{border-top-style:none;}
#module_315820440 img{border-top-width:0px;}
#module_315820440 img{border-right-color:transparent;}
#module_315820440 img{border-right-style:none;}
#module_315820440 img{border-right-width:0px;}
#module_315820440 img{border-bottom-color:transparent;}
#module_315820440 img{border-bottom-style:none;}
#module_315820440 img{border-bottom-width:0px;}
#module_315820440 img{border-left-color:transparent;}
#module_315820440 img{border-left-style:none;}
#module_315820440 img{border-left-width:0px;}
#module_315820440 img{border-top-left-radius:0px;}
#module_315820440 img{border-top-right-radius:0px;}
#module_315820440 img{border-bottom-left-radius:0px;}
#module_315820440 img{border-bottom-right-radius:0px;}
#module_315820440 .BodyCenter{text-align: center;}
.module_315828282 .ModuleHead .HeadCenter{float:none;}
#module_315828282 {
padding:0px;
}
#module_315828282 {
position:static;
z-index:0;
top:72px;
left:0px;
width:100%;
height: auto;
}
#module_315828282 .ModuleHead315828282 {
display:none;
}
#module_315828282 .BodyCenter.BodyCenter315828282 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828282 >.module_315828282 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828282 >.module_315828282{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828282 .BodyCenter.BodyCenter315828282 {
padding-top:8.7108%;
padding-left:8.7108%;
padding-right:8.7108%;
padding-bottom:8.7108%;
}
}
@media screen and (max-width: 767px){
#module_315828282 .BodyCenter.BodyCenter315828282 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828282 >.module_315828282 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828282 >.module_315828282 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828282 >.module_315828282 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828282:hover {
border:none;
}
#module_315828282:hover >.module_315828282 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828282 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828282 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828282 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828282 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828282 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828282 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828282 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828282 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828282 .TextImage{width:30%;}
#module_315828282 .MobileTextImage{width:45%;}
#module_315828282 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828282 .imageTextGiant-Container{padding-top:10px;}
#module_315828282 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828282 .imageTextGiant-Container{padding-left:10px;}
#module_315828282 .imageTextGiant-Container{padding-right:10px;}
#module_315828282 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828282 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828282 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828282 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828282 .imageTextGiant-Container{padding-top:0px;}
#module_315828282 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828282 .imageTextGiant-Container{padding-left:0px;}
#module_315828282 .imageTextGiant-Container{padding-right:0px;}
#module_315828282 .showHandle .btn{font-size:14px;}
#module_315828282 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828282 .showHandle .btn{color:#333;}
#module_315828282 .showHandle .btn{font-weight:400;}
#module_315828282 .showHandle .btn{text-decoration:none;}
#module_315828282 .showHandle .btn{font-style:normal;}
#module_315828282 .showHandle div{border-top-color:#ddd !important;}
#module_315828282 .showHandle div{border-top-style:solid !important;}
#module_315828282 .showHandle div{border-top-width:1px !important;}
#module_315828282 .showHandle{background-color:transparent;}
#module_315828282 .showHandle{background-image:none;}
#module_315828282 .showHandle{background-repeat:no-repeat;}
#module_315828282 .showHandle{}
#module_315828282 .showHandle{}
#module_315828282 .showHandle{}
#module_315828282 a{font-size:unset;font-family:unset}.module_315828281 .ModuleHead .HeadCenter{float:none;}
#module_315828281 {
padding:0px;
}
#module_315828281 {
position:static;
z-index:0;
top:28px;
left:0px;
width:100%;
height: auto;
}
#module_315828281 .ModuleHead315828281 {
display:none;
}
#module_315828281 .BodyCenter.BodyCenter315828281 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828281 >.module_315828281 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828281 >.module_315828281{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828281 .BodyCenter.BodyCenter315828281 {
padding-top:8.7108%;
padding-left:8.7108%;
padding-right:8.7108%;
padding-bottom:8.7108%;
}
}
@media screen and (max-width: 767px){
#module_315828281 .BodyCenter.BodyCenter315828281 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828281 >.module_315828281 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828281 >.module_315828281 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828281 >.module_315828281 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828281:hover {
border:none;
}
#module_315828281:hover >.module_315828281 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828281 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828281 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828281 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828281 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828281 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828281 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828281 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828281 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828281 .TextImage{width:30%;}
#module_315828281 .MobileTextImage{width:45%;}
#module_315828281 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828281 .imageTextGiant-Container{padding-top:10px;}
#module_315828281 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828281 .imageTextGiant-Container{padding-left:10px;}
#module_315828281 .imageTextGiant-Container{padding-right:10px;}
#module_315828281 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828281 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828281 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828281 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828281 .imageTextGiant-Container{padding-top:0px;}
#module_315828281 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828281 .imageTextGiant-Container{padding-left:0px;}
#module_315828281 .imageTextGiant-Container{padding-right:0px;}
#module_315828281 .showHandle .btn{font-size:14px;}
#module_315828281 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828281 .showHandle .btn{color:#333;}
#module_315828281 .showHandle .btn{font-weight:400;}
#module_315828281 .showHandle .btn{text-decoration:none;}
#module_315828281 .showHandle .btn{font-style:normal;}
#module_315828281 .showHandle div{border-top-color:#ddd !important;}
#module_315828281 .showHandle div{border-top-style:solid !important;}
#module_315828281 .showHandle div{border-top-width:1px !important;}
#module_315828281 .showHandle{background-color:transparent;}
#module_315828281 .showHandle{background-image:none;}
#module_315828281 .showHandle{background-repeat:no-repeat;}
#module_315828281 .showHandle{}
#module_315828281 .showHandle{}
#module_315828281 .showHandle{}
#module_315828281 a{font-size:unset;font-family:unset}
.module_315819273 .ModuleHead .HeadCenter{float:none;}
#module_315819273 {
padding:0px;
}
#module_315819273 {
position:static;
z-index:0;
top:5011px;
left:627px;
width:100%;
height: auto;
}
#module_315819273 .ModuleHead315819273 {
display:none;
}
#module_315819273 >.module_315819273 {
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_315819273 >.module_315819273{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315819273 .BodyCenter.BodyCenter315819273 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819273 .BodyCenter.BodyCenter315819273 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315819273 >.module_315819273 {
margin-top:5.1903%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819273 >.module_315819273 {
margin-top:5.8480%;
margin-left:0.0000%;
margin-right:1.1696%;
margin-bottom:0.0000%;
}
}
#module_315819273 >.module_315819273 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315819273:hover {
border:none;
}
#module_315819273:hover >.module_315819273 {
border-color:rgb(242, 242, 242);
}
#module_315819273:hover >.module_315819273 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315819273 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_315819273 .ModuleHoverBoxItem_1{background-image:none;}
#module_315819273 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_315819273 .ModuleHoverBoxItem_1{}
#module_315819273 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_315819273 .ModuleHoverBoxItem_1{}
#module_315819273 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_315819273 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_315819273 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_315819273 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_315819273 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_315819273 .ModuleHoverBoxItem_2{background-image:none;}
#module_315819273 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_315819273 .ModuleHoverBoxItem_2{}
#module_315819273 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_315819273 .ModuleHoverBoxItem_2{}
#module_315819273 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_315819273 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_315819273 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_315819273 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_315819273 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_315820444 .ModuleHead .HeadCenter{float:none;}
#module_315820444 {
padding:0px;
}
#module_315820444 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315820444 .ModuleHead315820444 {
display:none;
}
#module_315820444 .BodyCenter.BodyCenter315820444 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820444 >.module_315820444 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820444 >.module_315820444{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820444 .BodyCenter.BodyCenter315820444 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820444 .BodyCenter.BodyCenter315820444 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:1.1696%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315820444 >.module_315820444 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820444 >.module_315820444 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315820444 >.module_315820444 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820444:hover {
border:none;
}
#module_315820444:hover >.module_315820444 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820444 img{border-top-color:transparent;}
#module_315820444 img{border-top-style:none;}
#module_315820444 img{border-top-width:0px;}
#module_315820444 img{border-right-color:transparent;}
#module_315820444 img{border-right-style:none;}
#module_315820444 img{border-right-width:0px;}
#module_315820444 img{border-bottom-color:transparent;}
#module_315820444 img{border-bottom-style:none;}
#module_315820444 img{border-bottom-width:0px;}
#module_315820444 img{border-left-color:transparent;}
#module_315820444 img{border-left-style:none;}
#module_315820444 img{border-left-width:0px;}
#module_315820444 img{border-top-left-radius:0px;}
#module_315820444 img{border-top-right-radius:0px;}
#module_315820444 img{border-bottom-left-radius:0px;}
#module_315820444 img{border-bottom-right-radius:0px;}
#module_315820444 .BodyCenter{text-align: center;}
.module_315828290 .ModuleHead .HeadCenter{float:none;}
#module_315828290 {
padding:0px;
}
#module_315828290 {
position:static;
z-index:0;
top:157px;
left:0px;
width:100%;
height: auto;
}
#module_315828290 .ModuleHead315828290 {
display:none;
}
#module_315828290 .BodyCenter.BodyCenter315828290 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828290 >.module_315828290 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828290 >.module_315828290{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828290 .BodyCenter.BodyCenter315828290 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_315828290 .BodyCenter.BodyCenter315828290 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828290 >.module_315828290 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828290 >.module_315828290 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828290 >.module_315828290 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828290:hover {
border:none;
}
#module_315828290:hover >.module_315828290 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828290 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828290 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828290 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828290 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828290 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828290 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828290 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828290 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828290 .TextImage{width:30%;}
#module_315828290 .MobileTextImage{width:45%;}
#module_315828290 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828290 .imageTextGiant-Container{padding-top:10px;}
#module_315828290 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828290 .imageTextGiant-Container{padding-left:10px;}
#module_315828290 .imageTextGiant-Container{padding-right:10px;}
#module_315828290 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828290 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828290 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828290 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828290 .imageTextGiant-Container{padding-top:0px;}
#module_315828290 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828290 .imageTextGiant-Container{padding-left:0px;}
#module_315828290 .imageTextGiant-Container{padding-right:0px;}
#module_315828290 .showHandle .btn{font-size:14px;}
#module_315828290 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828290 .showHandle .btn{color:#333;}
#module_315828290 .showHandle .btn{font-weight:400;}
#module_315828290 .showHandle .btn{text-decoration:none;}
#module_315828290 .showHandle .btn{font-style:normal;}
#module_315828290 .showHandle div{border-top-color:#ddd !important;}
#module_315828290 .showHandle div{border-top-style:solid !important;}
#module_315828290 .showHandle div{border-top-width:1px !important;}
#module_315828290 .showHandle{background-color:transparent;}
#module_315828290 .showHandle{background-image:none;}
#module_315828290 .showHandle{background-repeat:no-repeat;}
#module_315828290 .showHandle{}
#module_315828290 .showHandle{}
#module_315828290 .showHandle{}
#module_315828290 a{font-size:unset;font-family:unset}.module_315828289 .ModuleHead .HeadCenter{float:none;}
#module_315828289 {
padding:0px;
}
#module_315828289 {
position:static;
z-index:0;
top:47px;
left:0px;
width:100%;
height: auto;
}
#module_315828289 .ModuleHead315828289 {
display:none;
}
#module_315828289 .BodyCenter.BodyCenter315828289 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828289 >.module_315828289 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828289 >.module_315828289{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828289 .BodyCenter.BodyCenter315828289 {
padding-top:8.7108%;
padding-left:8.7108%;
padding-right:8.7108%;
padding-bottom:8.7108%;
}
}
@media screen and (max-width: 767px){
#module_315828289 .BodyCenter.BodyCenter315828289 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828289 >.module_315828289 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828289 >.module_315828289 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828289 >.module_315828289 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828289:hover {
border:none;
}
#module_315828289:hover >.module_315828289 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828289 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828289 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828289 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828289 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828289 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828289 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828289 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828289 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828289 .TextImage{width:25%;}
#module_315828289 .MobileTextImage{width:45%;}
#module_315828289 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828289 .imageTextGiant-Container{padding-top:10px;}
#module_315828289 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828289 .imageTextGiant-Container{padding-left:10px;}
#module_315828289 .imageTextGiant-Container{padding-right:10px;}
#module_315828289 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828289 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828289 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828289 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828289 .imageTextGiant-Container{padding-top:0px;}
#module_315828289 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828289 .imageTextGiant-Container{padding-left:0px;}
#module_315828289 .imageTextGiant-Container{padding-right:0px;}
#module_315828289 .showHandle .btn{font-size:14px;}
#module_315828289 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828289 .showHandle .btn{color:#333;}
#module_315828289 .showHandle .btn{font-weight:400;}
#module_315828289 .showHandle .btn{text-decoration:none;}
#module_315828289 .showHandle .btn{font-style:normal;}
#module_315828289 .showHandle div{border-top-color:#ddd !important;}
#module_315828289 .showHandle div{border-top-style:solid !important;}
#module_315828289 .showHandle div{border-top-width:1px !important;}
#module_315828289 .showHandle{background-color:transparent;}
#module_315828289 .showHandle{background-image:none;}
#module_315828289 .showHandle{background-repeat:no-repeat;}
#module_315828289 .showHandle{}
#module_315828289 .showHandle{}
#module_315828289 .showHandle{}
#module_315828289 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818632 #Sub315818632_1 {width:25%;}
.module_315819270 .ModuleHead .HeadCenter{float:none;}
#module_315819270 {
padding:0px;
}
#module_315819270 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315819270 .ModuleHead315819270 {
display:none;
}
#module_315819270 >.module_315819270 {
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_315819270 >.module_315819270{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315819270 .BodyCenter.BodyCenter315819270 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819270 .BodyCenter.BodyCenter315819270 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315819270 >.module_315819270 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819270 >.module_315819270 {
margin-top:0.0000%;
margin-left:1.1696%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315819270 >.module_315819270 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315819270:hover {
border:none;
}
#module_315819270:hover >.module_315819270 {
border-color:rgb(242, 242, 242);
}
#module_315819270:hover >.module_315819270 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315819270 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_315819270 .ModuleHoverBoxItem_1{background-image:none;}
#module_315819270 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_315819270 .ModuleHoverBoxItem_1{}
#module_315819270 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_315819270 .ModuleHoverBoxItem_1{}
#module_315819270 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_315819270 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_315819270 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_315819270 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_315819270 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_315819270 .ModuleHoverBoxItem_2{background-image:none;}
#module_315819270 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_315819270 .ModuleHoverBoxItem_2{}
#module_315819270 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_315819270 .ModuleHoverBoxItem_2{}
#module_315819270 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_315819270 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_315819270 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_315819270 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_315819270 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_315820441 .ModuleHead .HeadCenter{float:none;}
#module_315820441 {
padding:0px;
}
#module_315820441 {
position:static;
z-index:0;
top:4796px;
left:782px;
width:100%;
height: auto;
}
#module_315820441 .ModuleHead315820441 {
display:none;
}

#module_315820441 img{border-top-color:transparent;}
#module_315820441 img{border-top-style:none;}
#module_315820441 img{border-top-width:0px;}
#module_315820441 img{border-right-color:transparent;}
#module_315820441 img{border-right-style:none;}
#module_315820441 img{border-right-width:0px;}
#module_315820441 img{border-bottom-color:transparent;}
#module_315820441 img{border-bottom-style:none;}
#module_315820441 img{border-bottom-width:0px;}
#module_315820441 img{border-left-color:transparent;}
#module_315820441 img{border-left-style:none;}
#module_315820441 img{border-left-width:0px;}
#module_315820441 img{border-top-left-radius:0px;}
#module_315820441 img{border-top-right-radius:0px;}
#module_315820441 img{border-bottom-left-radius:0px;}
#module_315820441 img{border-bottom-right-radius:0px;}
#module_315820441 .BodyCenter{text-align: center;}
.module_315828284 .ModuleHead .HeadCenter{float:none;}
#module_315828284 {
padding:0px;
}
#module_315828284 {
position:static;
z-index:0;
top:77px;
left:0px;
width:100%;
height: auto;
}
#module_315828284 .ModuleHead315828284 {
display:none;
}
#module_315828284 .BodyCenter.BodyCenter315828284 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828284 >.module_315828284 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828284 >.module_315828284{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828284 .BodyCenter.BodyCenter315828284 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_315828284 .BodyCenter.BodyCenter315828284 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828284 >.module_315828284 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828284 >.module_315828284 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828284 >.module_315828284 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828284:hover {
border:none;
}
#module_315828284:hover >.module_315828284 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828284 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828284 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828284 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828284 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828284 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828284 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828284 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828284 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828284 .TextImage{width:30%;}
#module_315828284 .MobileTextImage{width:45%;}
#module_315828284 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828284 .imageTextGiant-Container{padding-top:10px;}
#module_315828284 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828284 .imageTextGiant-Container{padding-left:10px;}
#module_315828284 .imageTextGiant-Container{padding-right:10px;}
#module_315828284 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828284 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828284 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828284 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828284 .imageTextGiant-Container{padding-top:0px;}
#module_315828284 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828284 .imageTextGiant-Container{padding-left:0px;}
#module_315828284 .imageTextGiant-Container{padding-right:0px;}
#module_315828284 .showHandle .btn{font-size:14px;}
#module_315828284 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828284 .showHandle .btn{color:#333;}
#module_315828284 .showHandle .btn{font-weight:400;}
#module_315828284 .showHandle .btn{text-decoration:none;}
#module_315828284 .showHandle .btn{font-style:normal;}
#module_315828284 .showHandle div{border-top-color:#ddd !important;}
#module_315828284 .showHandle div{border-top-style:solid !important;}
#module_315828284 .showHandle div{border-top-width:1px !important;}
#module_315828284 .showHandle{background-color:transparent;}
#module_315828284 .showHandle{background-image:none;}
#module_315828284 .showHandle{background-repeat:no-repeat;}
#module_315828284 .showHandle{}
#module_315828284 .showHandle{}
#module_315828284 .showHandle{}
#module_315828284 a{font-size:unset;font-family:unset}.module_315828283 .ModuleHead .HeadCenter{float:none;}
#module_315828283 {
padding:0px;
}
#module_315828283 {
position:static;
z-index:0;
top:26px;
left:0px;
width:100%;
height: auto;
}
#module_315828283 .ModuleHead315828283 {
display:none;
}
#module_315828283 .BodyCenter.BodyCenter315828283 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828283 >.module_315828283 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828283 >.module_315828283{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828283 .BodyCenter.BodyCenter315828283 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_315828283 .BodyCenter.BodyCenter315828283 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828283 >.module_315828283 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828283 >.module_315828283 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828283 >.module_315828283 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828283:hover {
border:none;
}
#module_315828283:hover >.module_315828283 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828283 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828283 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828283 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828283 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828283 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828283 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828283 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828283 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828283 .TextImage{width:30%;}
#module_315828283 .MobileTextImage{width:45%;}
#module_315828283 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828283 .imageTextGiant-Container{padding-top:10px;}
#module_315828283 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828283 .imageTextGiant-Container{padding-left:10px;}
#module_315828283 .imageTextGiant-Container{padding-right:10px;}
#module_315828283 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828283 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828283 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828283 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828283 .imageTextGiant-Container{padding-top:0px;}
#module_315828283 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828283 .imageTextGiant-Container{padding-left:0px;}
#module_315828283 .imageTextGiant-Container{padding-right:0px;}
#module_315828283 .showHandle .btn{font-size:14px;}
#module_315828283 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828283 .showHandle .btn{color:#333;}
#module_315828283 .showHandle .btn{font-weight:400;}
#module_315828283 .showHandle .btn{text-decoration:none;}
#module_315828283 .showHandle .btn{font-style:normal;}
#module_315828283 .showHandle div{border-top-color:#ddd !important;}
#module_315828283 .showHandle div{border-top-style:solid !important;}
#module_315828283 .showHandle div{border-top-width:1px !important;}
#module_315828283 .showHandle{background-color:transparent;}
#module_315828283 .showHandle{background-image:none;}
#module_315828283 .showHandle{background-repeat:no-repeat;}
#module_315828283 .showHandle{}
#module_315828283 .showHandle{}
#module_315828283 .showHandle{}
#module_315828283 a{font-size:unset;font-family:unset}
.module_315819274 .ModuleHead .HeadCenter{float:none;}
#module_315819274 {
padding:0px;
}
#module_315819274 {
position:static;
z-index:0;
top:5030px;
left:911px;
width:100%;
height: auto;
}
#module_315819274 .ModuleHead315819274 {
display:none;
}
#module_315819274 >.module_315819274 {
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_315819274 >.module_315819274{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315819274 .BodyCenter.BodyCenter315819274 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819274 .BodyCenter.BodyCenter315819274 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315819274 >.module_315819274 {
margin-top:5.2083%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819274 >.module_315819274 {
margin-top:5.8480%;
margin-left:1.1696%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315819274 >.module_315819274 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315819274:hover {
border:none;
}
#module_315819274:hover >.module_315819274 {
border-color:rgb(242, 242, 242);
}
#module_315819274:hover >.module_315819274 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315819274 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_315819274 .ModuleHoverBoxItem_1{background-image:none;}
#module_315819274 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_315819274 .ModuleHoverBoxItem_1{}
#module_315819274 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_315819274 .ModuleHoverBoxItem_1{}
#module_315819274 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_315819274 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_315819274 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_315819274 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_315819274 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_315819274 .ModuleHoverBoxItem_2{background-image:none;}
#module_315819274 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_315819274 .ModuleHoverBoxItem_2{}
#module_315819274 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_315819274 .ModuleHoverBoxItem_2{}
#module_315819274 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_315819274 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_315819274 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_315819274 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_315819274 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_315820445 .ModuleHead .HeadCenter{float:none;}
#module_315820445 {
padding:0px;
}
#module_315820445 {
position:static;
z-index:0;
top:71px;
left:0px;
width:100%;
height: auto;
}
#module_315820445 .ModuleHead315820445 {
display:none;
}
#module_315820445 .BodyCenter.BodyCenter315820445 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820445 >.module_315820445 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820445 >.module_315820445{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820445 .BodyCenter.BodyCenter315820445 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820445 .BodyCenter.BodyCenter315820445 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315820445 >.module_315820445 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820445 >.module_315820445 {
margin-top:0.0000%;
margin-left:1.1696%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315820445 >.module_315820445 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820445:hover {
border:none;
}
#module_315820445:hover >.module_315820445 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820445 img{border-top-color:transparent;}
#module_315820445 img{border-top-style:none;}
#module_315820445 img{border-top-width:0px;}
#module_315820445 img{border-right-color:transparent;}
#module_315820445 img{border-right-style:none;}
#module_315820445 img{border-right-width:0px;}
#module_315820445 img{border-bottom-color:transparent;}
#module_315820445 img{border-bottom-style:none;}
#module_315820445 img{border-bottom-width:0px;}
#module_315820445 img{border-left-color:transparent;}
#module_315820445 img{border-left-style:none;}
#module_315820445 img{border-left-width:0px;}
#module_315820445 img{border-top-left-radius:0px;}
#module_315820445 img{border-top-right-radius:0px;}
#module_315820445 img{border-bottom-left-radius:0px;}
#module_315820445 img{border-bottom-right-radius:0px;}
#module_315820445 .BodyCenter{text-align: center;}
.module_315828292 .ModuleHead .HeadCenter{float:none;}
#module_315828292 {
padding:0px;
}
#module_315828292 {
position:static;
z-index:0;
top:89px;
left:0px;
width:100%;
height: auto;
}
#module_315828292 .ModuleHead315828292 {
display:none;
}
#module_315828292 .BodyCenter.BodyCenter315828292 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828292 >.module_315828292 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828292 >.module_315828292{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828292 .BodyCenter.BodyCenter315828292 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_315828292 .BodyCenter.BodyCenter315828292 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828292 >.module_315828292 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828292 >.module_315828292 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828292 >.module_315828292 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828292:hover {
border:none;
}
#module_315828292:hover >.module_315828292 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828292 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828292 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828292 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828292 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828292 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828292 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828292 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828292 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828292 .TextImage{width:30%;}
#module_315828292 .MobileTextImage{width:45%;}
#module_315828292 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828292 .imageTextGiant-Container{padding-top:10px;}
#module_315828292 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828292 .imageTextGiant-Container{padding-left:10px;}
#module_315828292 .imageTextGiant-Container{padding-right:10px;}
#module_315828292 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828292 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828292 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828292 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828292 .imageTextGiant-Container{padding-top:0px;}
#module_315828292 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828292 .imageTextGiant-Container{padding-left:0px;}
#module_315828292 .imageTextGiant-Container{padding-right:0px;}
#module_315828292 .showHandle .btn{font-size:14px;}
#module_315828292 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828292 .showHandle .btn{color:#333;}
#module_315828292 .showHandle .btn{font-weight:400;}
#module_315828292 .showHandle .btn{text-decoration:none;}
#module_315828292 .showHandle .btn{font-style:normal;}
#module_315828292 .showHandle div{border-top-color:#ddd !important;}
#module_315828292 .showHandle div{border-top-style:solid !important;}
#module_315828292 .showHandle div{border-top-width:1px !important;}
#module_315828292 .showHandle{background-color:transparent;}
#module_315828292 .showHandle{background-image:none;}
#module_315828292 .showHandle{background-repeat:no-repeat;}
#module_315828292 .showHandle{}
#module_315828292 .showHandle{}
#module_315828292 .showHandle{}
#module_315828292 a{font-size:unset;font-family:unset}.module_315828291 .ModuleHead .HeadCenter{float:none;}
#module_315828291 {
padding:0px;
}
#module_315828291 {
position:static;
z-index:0;
top:46px;
left:0px;
width:100%;
height: auto;
}
#module_315828291 .ModuleHead315828291 {
display:none;
}
#module_315828291 .BodyCenter.BodyCenter315828291 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828291 >.module_315828291 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828291 >.module_315828291{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828291 .BodyCenter.BodyCenter315828291 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_315828291 .BodyCenter.BodyCenter315828291 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828291 >.module_315828291 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828291 >.module_315828291 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828291 >.module_315828291 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828291:hover {
border:none;
}
#module_315828291:hover >.module_315828291 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828291 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828291 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828291 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828291 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828291 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828291 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828291 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828291 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828291 .TextImage{width:30%;}
#module_315828291 .MobileTextImage{width:45%;}
#module_315828291 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828291 .imageTextGiant-Container{padding-top:10px;}
#module_315828291 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828291 .imageTextGiant-Container{padding-left:10px;}
#module_315828291 .imageTextGiant-Container{padding-right:10px;}
#module_315828291 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828291 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828291 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828291 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828291 .imageTextGiant-Container{padding-top:0px;}
#module_315828291 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828291 .imageTextGiant-Container{padding-left:0px;}
#module_315828291 .imageTextGiant-Container{padding-right:0px;}
#module_315828291 .showHandle .btn{font-size:14px;}
#module_315828291 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828291 .showHandle .btn{color:#333;}
#module_315828291 .showHandle .btn{font-weight:400;}
#module_315828291 .showHandle .btn{text-decoration:none;}
#module_315828291 .showHandle .btn{font-style:normal;}
#module_315828291 .showHandle div{border-top-color:#ddd !important;}
#module_315828291 .showHandle div{border-top-style:solid !important;}
#module_315828291 .showHandle div{border-top-width:1px !important;}
#module_315828291 .showHandle{background-color:transparent;}
#module_315828291 .showHandle{background-image:none;}
#module_315828291 .showHandle{background-repeat:no-repeat;}
#module_315828291 .showHandle{}
#module_315828291 .showHandle{}
#module_315828291 .showHandle{}
#module_315828291 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818632 #Sub315818632_2 {width:25%;}
.module_315819271 .ModuleHead .HeadCenter{float:none;}
#module_315819271 {
padding:0px;
}
#module_315819271 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315819271 .ModuleHead315819271 {
display:none;
}
#module_315819271 >.module_315819271 {
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_315819271 >.module_315819271{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315819271 .BodyCenter.BodyCenter315819271 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819271 .BodyCenter.BodyCenter315819271 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315819271 >.module_315819271 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819271 >.module_315819271 {
margin-top:2.9240%;
margin-left:0.0000%;
margin-right:1.1696%;
margin-bottom:0.0000%;
}
}
#module_315819271 >.module_315819271 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315819271:hover {
border:none;
}
#module_315819271:hover >.module_315819271 {
border-color:rgb(242, 242, 242);
}
#module_315819271:hover >.module_315819271 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315819271 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_315819271 .ModuleHoverBoxItem_1{background-image:none;}
#module_315819271 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_315819271 .ModuleHoverBoxItem_1{}
#module_315819271 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_315819271 .ModuleHoverBoxItem_1{}
#module_315819271 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_315819271 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_315819271 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_315819271 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_315819271 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_315819271 .ModuleHoverBoxItem_2{background-image:none;}
#module_315819271 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_315819271 .ModuleHoverBoxItem_2{}
#module_315819271 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_315819271 .ModuleHoverBoxItem_2{}
#module_315819271 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_315819271 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_315819271 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_315819271 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_315819271 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_315820442 .ModuleHead .HeadCenter{float:none;}
#module_315820442 {
padding:0px;
}
#module_315820442 {
position:static;
z-index:0;
top:4826px;
left:1033px;
width:100%;
height: auto;
}
#module_315820442 .ModuleHead315820442 {
display:none;
}

#module_315820442 img{border-top-color:transparent;}
#module_315820442 img{border-top-style:none;}
#module_315820442 img{border-top-width:0px;}
#module_315820442 img{border-right-color:transparent;}
#module_315820442 img{border-right-style:none;}
#module_315820442 img{border-right-width:0px;}
#module_315820442 img{border-bottom-color:transparent;}
#module_315820442 img{border-bottom-style:none;}
#module_315820442 img{border-bottom-width:0px;}
#module_315820442 img{border-left-color:transparent;}
#module_315820442 img{border-left-style:none;}
#module_315820442 img{border-left-width:0px;}
#module_315820442 img{border-top-left-radius:0px;}
#module_315820442 img{border-top-right-radius:0px;}
#module_315820442 img{border-bottom-left-radius:0px;}
#module_315820442 img{border-bottom-right-radius:0px;}
#module_315820442 .BodyCenter{text-align: center;}
.module_315828286 .ModuleHead .HeadCenter{float:none;}
#module_315828286 {
padding:0px;
}
#module_315828286 {
position:static;
z-index:0;
top:47px;
left:0px;
width:100%;
height: auto;
}
#module_315828286 .ModuleHead315828286 {
display:none;
}
#module_315828286 .BodyCenter.BodyCenter315828286 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828286 >.module_315828286 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828286 >.module_315828286{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828286 .BodyCenter.BodyCenter315828286 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_315828286 .BodyCenter.BodyCenter315828286 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828286 >.module_315828286 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828286 >.module_315828286 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828286 >.module_315828286 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828286:hover {
border:none;
}
#module_315828286:hover >.module_315828286 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828286 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828286 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828286 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828286 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828286 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828286 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828286 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828286 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828286 .TextImage{width:30%;}
#module_315828286 .MobileTextImage{width:45%;}
#module_315828286 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828286 .imageTextGiant-Container{padding-top:10px;}
#module_315828286 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828286 .imageTextGiant-Container{padding-left:10px;}
#module_315828286 .imageTextGiant-Container{padding-right:10px;}
#module_315828286 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828286 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828286 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828286 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828286 .imageTextGiant-Container{padding-top:0px;}
#module_315828286 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828286 .imageTextGiant-Container{padding-left:0px;}
#module_315828286 .imageTextGiant-Container{padding-right:0px;}
#module_315828286 .showHandle .btn{font-size:14px;}
#module_315828286 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828286 .showHandle .btn{color:#333;}
#module_315828286 .showHandle .btn{font-weight:400;}
#module_315828286 .showHandle .btn{text-decoration:none;}
#module_315828286 .showHandle .btn{font-style:normal;}
#module_315828286 .showHandle div{border-top-color:#ddd !important;}
#module_315828286 .showHandle div{border-top-style:solid !important;}
#module_315828286 .showHandle div{border-top-width:1px !important;}
#module_315828286 .showHandle{background-color:transparent;}
#module_315828286 .showHandle{background-image:none;}
#module_315828286 .showHandle{background-repeat:no-repeat;}
#module_315828286 .showHandle{}
#module_315828286 .showHandle{}
#module_315828286 .showHandle{}
#module_315828286 a{font-size:unset;font-family:unset}.module_315828285 .ModuleHead .HeadCenter{float:none;}
#module_315828285 {
padding:0px;
}
#module_315828285 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_315828285 .ModuleHead315828285 {
display:none;
}
#module_315828285 .BodyCenter.BodyCenter315828285 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828285 >.module_315828285 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828285 >.module_315828285{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828285 .BodyCenter.BodyCenter315828285 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_315828285 .BodyCenter.BodyCenter315828285 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828285 >.module_315828285 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828285 >.module_315828285 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828285 >.module_315828285 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828285:hover {
border:none;
}
#module_315828285:hover >.module_315828285 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828285 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828285 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828285 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828285 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828285 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828285 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828285 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828285 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828285 .TextImage{width:30%;}
#module_315828285 .MobileTextImage{width:45%;}
#module_315828285 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828285 .imageTextGiant-Container{padding-top:10px;}
#module_315828285 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828285 .imageTextGiant-Container{padding-left:10px;}
#module_315828285 .imageTextGiant-Container{padding-right:10px;}
#module_315828285 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828285 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828285 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828285 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828285 .imageTextGiant-Container{padding-top:0px;}
#module_315828285 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828285 .imageTextGiant-Container{padding-left:0px;}
#module_315828285 .imageTextGiant-Container{padding-right:0px;}
#module_315828285 .showHandle .btn{font-size:14px;}
#module_315828285 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828285 .showHandle .btn{color:#333;}
#module_315828285 .showHandle .btn{font-weight:400;}
#module_315828285 .showHandle .btn{text-decoration:none;}
#module_315828285 .showHandle .btn{font-style:normal;}
#module_315828285 .showHandle div{border-top-color:#ddd !important;}
#module_315828285 .showHandle div{border-top-style:solid !important;}
#module_315828285 .showHandle div{border-top-width:1px !important;}
#module_315828285 .showHandle{background-color:transparent;}
#module_315828285 .showHandle{background-image:none;}
#module_315828285 .showHandle{background-repeat:no-repeat;}
#module_315828285 .showHandle{}
#module_315828285 .showHandle{}
#module_315828285 .showHandle{}
#module_315828285 a{font-size:unset;font-family:unset}
.module_315819275 .ModuleHead .HeadCenter{float:none;}
#module_315819275 {
padding:0px;
}
#module_315819275 {
position:static;
z-index:0;
top:5033px;
left:1211px;
width:100%;
height: auto;
}
#module_315819275 .ModuleHead315819275 {
display:none;
}
#module_315819275 >.module_315819275 {
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_315819275 >.module_315819275{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315819275 .BodyCenter.BodyCenter315819275 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819275 .BodyCenter.BodyCenter315819275 {
padding-top:1.7544%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315819275 >.module_315819275 {
margin-top:5.2083%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819275 >.module_315819275 {
margin-top:2.9240%;
margin-left:0.0000%;
margin-right:1.1696%;
margin-bottom:0.0000%;
}
}
#module_315819275 >.module_315819275 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315819275:hover {
border:none;
}
#module_315819275:hover >.module_315819275 {
border-color:rgb(242, 242, 242);
}
#module_315819275:hover >.module_315819275 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315819275 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_315819275 .ModuleHoverBoxItem_1{background-image:none;}
#module_315819275 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_315819275 .ModuleHoverBoxItem_1{}
#module_315819275 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_315819275 .ModuleHoverBoxItem_1{}
#module_315819275 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_315819275 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_315819275 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_315819275 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_315819275 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_315819275 .ModuleHoverBoxItem_2{background-image:none;}
#module_315819275 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_315819275 .ModuleHoverBoxItem_2{}
#module_315819275 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_315819275 .ModuleHoverBoxItem_2{}
#module_315819275 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_315819275 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_315819275 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_315819275 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_315819275 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_315820446 .ModuleHead .HeadCenter{float:none;}
#module_315820446 {
padding:0px;
}
#module_315820446 {
position:static;
z-index:0;
top:33px;
left:0px;
width:100%;
height: auto;
}
#module_315820446 .ModuleHead315820446 {
display:none;
}
#module_315820446 {
border:none;
}
@media screen and (min-width: 768px){
#module_315820446 >.module_315820446 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820446 >.module_315820446 {
}
}

#module_315820446 img{border-top-color:transparent;}
#module_315820446 img{border-top-style:none;}
#module_315820446 img{border-top-width:0px;}
#module_315820446 img{border-right-color:transparent;}
#module_315820446 img{border-right-style:none;}
#module_315820446 img{border-right-width:0px;}
#module_315820446 img{border-bottom-color:transparent;}
#module_315820446 img{border-bottom-style:none;}
#module_315820446 img{border-bottom-width:0px;}
#module_315820446 img{border-left-color:transparent;}
#module_315820446 img{border-left-style:none;}
#module_315820446 img{border-left-width:0px;}
#module_315820446 img{border-top-left-radius:0px;}
#module_315820446 img{border-top-right-radius:0px;}
#module_315820446 img{border-bottom-left-radius:0px;}
#module_315820446 img{border-bottom-right-radius:0px;}
#module_315820446 .BodyCenter{text-align: center;}
.module_315828294 .ModuleHead .HeadCenter{float:none;}
#module_315828294 {
padding:0px;
}
#module_315828294 {
position:static;
z-index:0;
top:99px;
left:0px;
width:100%;
height: auto;
}
#module_315828294 .ModuleHead315828294 {
display:none;
}
#module_315828294 .BodyCenter.BodyCenter315828294 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828294 >.module_315828294 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828294 >.module_315828294{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828294 .BodyCenter.BodyCenter315828294 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_315828294 .BodyCenter.BodyCenter315828294 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828294 >.module_315828294 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828294 >.module_315828294 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828294 >.module_315828294 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828294:hover {
border:none;
}
#module_315828294:hover >.module_315828294 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828294 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828294 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828294 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828294 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828294 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828294 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828294 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828294 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828294 .TextImage{width:30%;}
#module_315828294 .MobileTextImage{width:45%;}
#module_315828294 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828294 .imageTextGiant-Container{padding-top:10px;}
#module_315828294 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828294 .imageTextGiant-Container{padding-left:10px;}
#module_315828294 .imageTextGiant-Container{padding-right:10px;}
#module_315828294 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828294 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828294 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828294 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828294 .imageTextGiant-Container{padding-top:0px;}
#module_315828294 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828294 .imageTextGiant-Container{padding-left:0px;}
#module_315828294 .imageTextGiant-Container{padding-right:0px;}
#module_315828294 .showHandle .btn{font-size:14px;}
#module_315828294 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828294 .showHandle .btn{color:#333;}
#module_315828294 .showHandle .btn{font-weight:400;}
#module_315828294 .showHandle .btn{text-decoration:none;}
#module_315828294 .showHandle .btn{font-style:normal;}
#module_315828294 .showHandle div{border-top-color:#ddd !important;}
#module_315828294 .showHandle div{border-top-style:solid !important;}
#module_315828294 .showHandle div{border-top-width:1px !important;}
#module_315828294 .showHandle{background-color:transparent;}
#module_315828294 .showHandle{background-image:none;}
#module_315828294 .showHandle{background-repeat:no-repeat;}
#module_315828294 .showHandle{}
#module_315828294 .showHandle{}
#module_315828294 .showHandle{}
#module_315828294 a{font-size:unset;font-family:unset}.module_315828293 .ModuleHead .HeadCenter{float:none;}
#module_315828293 {
padding:0px;
}
#module_315828293 {
position:static;
z-index:0;
top:40px;
left:0px;
width:100%;
height: auto;
}
#module_315828293 .ModuleHead315828293 {
display:none;
}
#module_315828293 .BodyCenter.BodyCenter315828293 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828293 >.module_315828293 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828293 >.module_315828293{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828293 .BodyCenter.BodyCenter315828293 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_315828293 .BodyCenter.BodyCenter315828293 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828293 >.module_315828293 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828293 >.module_315828293 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828293 >.module_315828293 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828293:hover {
border:none;
}
#module_315828293:hover >.module_315828293 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828293 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828293 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828293 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828293 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828293 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828293 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828293 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828293 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828293 .TextImage{width:30%;}
#module_315828293 .MobileTextImage{width:45%;}
#module_315828293 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828293 .imageTextGiant-Container{padding-top:10px;}
#module_315828293 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828293 .imageTextGiant-Container{padding-left:10px;}
#module_315828293 .imageTextGiant-Container{padding-right:10px;}
#module_315828293 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828293 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828293 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828293 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828293 .imageTextGiant-Container{padding-top:0px;}
#module_315828293 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828293 .imageTextGiant-Container{padding-left:0px;}
#module_315828293 .imageTextGiant-Container{padding-right:0px;}
#module_315828293 .showHandle .btn{font-size:14px;}
#module_315828293 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828293 .showHandle .btn{color:#333;}
#module_315828293 .showHandle .btn{font-weight:400;}
#module_315828293 .showHandle .btn{text-decoration:none;}
#module_315828293 .showHandle .btn{font-style:normal;}
#module_315828293 .showHandle div{border-top-color:#ddd !important;}
#module_315828293 .showHandle div{border-top-style:solid !important;}
#module_315828293 .showHandle div{border-top-width:1px !important;}
#module_315828293 .showHandle{background-color:transparent;}
#module_315828293 .showHandle{background-image:none;}
#module_315828293 .showHandle{background-repeat:no-repeat;}
#module_315828293 .showHandle{}
#module_315828293 .showHandle{}
#module_315828293 .showHandle{}
#module_315828293 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818632 #Sub315818632_3 {width:25%;}
.module_315819272 .ModuleHead .HeadCenter{float:none;}
#module_315819272 {
padding:0px;
}
#module_315819272 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315819272 .ModuleHead315819272 {
display:none;
}
#module_315819272 >.module_315819272 {
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_315819272 >.module_315819272{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315819272 .BodyCenter.BodyCenter315819272 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819272 .BodyCenter.BodyCenter315819272 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315819272 >.module_315819272 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819272 >.module_315819272 {
margin-top:0.0000%;
margin-left:1.1696%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315819272 >.module_315819272 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315819272:hover {
border:none;
}
#module_315819272:hover >.module_315819272 {
border-color:rgb(242, 242, 242);
}
#module_315819272:hover >.module_315819272 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315819272 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_315819272 .ModuleHoverBoxItem_1{background-image:none;}
#module_315819272 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_315819272 .ModuleHoverBoxItem_1{}
#module_315819272 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_315819272 .ModuleHoverBoxItem_1{}
#module_315819272 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_315819272 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_315819272 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_315819272 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_315819272 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_315819272 .ModuleHoverBoxItem_2{background-image:none;}
#module_315819272 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_315819272 .ModuleHoverBoxItem_2{}
#module_315819272 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_315819272 .ModuleHoverBoxItem_2{}
#module_315819272 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_315819272 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_315819272 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_315819272 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_315819272 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_315820443 .ModuleHead .HeadCenter{float:none;}
#module_315820443 {
padding:0px;
}
#module_315820443 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_315820443 .ModuleHead315820443 {
display:none;
}
#module_315820443 .BodyCenter.BodyCenter315820443 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820443 >.module_315820443 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820443 >.module_315820443{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820443 .BodyCenter.BodyCenter315820443 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315820443 .BodyCenter.BodyCenter315820443 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315820443 >.module_315820443 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315820443 >.module_315820443 {
margin-top:2.9240%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315820443 >.module_315820443 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820443:hover {
border:none;
}
#module_315820443:hover >.module_315820443 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820443 img{border-top-color:transparent;}
#module_315820443 img{border-top-style:none;}
#module_315820443 img{border-top-width:0px;}
#module_315820443 img{border-right-color:transparent;}
#module_315820443 img{border-right-style:none;}
#module_315820443 img{border-right-width:0px;}
#module_315820443 img{border-bottom-color:transparent;}
#module_315820443 img{border-bottom-style:none;}
#module_315820443 img{border-bottom-width:0px;}
#module_315820443 img{border-left-color:transparent;}
#module_315820443 img{border-left-style:none;}
#module_315820443 img{border-left-width:0px;}
#module_315820443 img{border-top-left-radius:0px;}
#module_315820443 img{border-top-right-radius:0px;}
#module_315820443 img{border-bottom-left-radius:0px;}
#module_315820443 img{border-bottom-right-radius:0px;}
#module_315820443 .BodyCenter{text-align: center;}
.module_315828288 .ModuleHead .HeadCenter{float:none;}
#module_315828288 {
padding:0px;
}
#module_315828288 {
position:static;
z-index:0;
top:75px;
left:0px;
width:100%;
height: auto;
}
#module_315828288 .ModuleHead315828288 {
display:none;
}
#module_315828288 .BodyCenter.BodyCenter315828288 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828288 >.module_315828288 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828288 >.module_315828288{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828288 .BodyCenter.BodyCenter315828288 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_315828288 .BodyCenter.BodyCenter315828288 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828288 >.module_315828288 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828288 >.module_315828288 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828288 >.module_315828288 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828288:hover {
border:none;
}
#module_315828288:hover >.module_315828288 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828288 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828288 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828288 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828288 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828288 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828288 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828288 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828288 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828288 .TextImage{width:30%;}
#module_315828288 .MobileTextImage{width:45%;}
#module_315828288 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828288 .imageTextGiant-Container{padding-top:10px;}
#module_315828288 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828288 .imageTextGiant-Container{padding-left:10px;}
#module_315828288 .imageTextGiant-Container{padding-right:10px;}
#module_315828288 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828288 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828288 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828288 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828288 .imageTextGiant-Container{padding-top:0px;}
#module_315828288 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828288 .imageTextGiant-Container{padding-left:0px;}
#module_315828288 .imageTextGiant-Container{padding-right:0px;}
#module_315828288 .showHandle .btn{font-size:14px;}
#module_315828288 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828288 .showHandle .btn{color:#333;}
#module_315828288 .showHandle .btn{font-weight:400;}
#module_315828288 .showHandle .btn{text-decoration:none;}
#module_315828288 .showHandle .btn{font-style:normal;}
#module_315828288 .showHandle div{border-top-color:#ddd !important;}
#module_315828288 .showHandle div{border-top-style:solid !important;}
#module_315828288 .showHandle div{border-top-width:1px !important;}
#module_315828288 .showHandle{background-color:transparent;}
#module_315828288 .showHandle{background-image:none;}
#module_315828288 .showHandle{background-repeat:no-repeat;}
#module_315828288 .showHandle{}
#module_315828288 .showHandle{}
#module_315828288 .showHandle{}
#module_315828288 a{font-size:unset;font-family:unset}.module_315828287 .ModuleHead .HeadCenter{float:none;}
#module_315828287 {
padding:0px;
}
#module_315828287 {
position:static;
z-index:0;
top:31px;
left:0px;
width:100%;
height: auto;
}
#module_315828287 .ModuleHead315828287 {
display:none;
}
#module_315828287 .BodyCenter.BodyCenter315828287 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828287 >.module_315828287 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828287 >.module_315828287{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828287 .BodyCenter.BodyCenter315828287 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_315828287 .BodyCenter.BodyCenter315828287 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828287 >.module_315828287 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828287 >.module_315828287 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828287 >.module_315828287 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828287:hover {
border:none;
}
#module_315828287:hover >.module_315828287 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828287 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828287 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828287 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828287 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828287 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828287 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828287 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828287 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828287 .TextImage{width:30%;}
#module_315828287 .MobileTextImage{width:45%;}
#module_315828287 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828287 .imageTextGiant-Container{padding-top:10px;}
#module_315828287 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828287 .imageTextGiant-Container{padding-left:10px;}
#module_315828287 .imageTextGiant-Container{padding-right:10px;}
#module_315828287 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828287 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828287 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828287 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828287 .imageTextGiant-Container{padding-top:0px;}
#module_315828287 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828287 .imageTextGiant-Container{padding-left:0px;}
#module_315828287 .imageTextGiant-Container{padding-right:0px;}
#module_315828287 .showHandle .btn{font-size:14px;}
#module_315828287 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828287 .showHandle .btn{color:#333;}
#module_315828287 .showHandle .btn{font-weight:400;}
#module_315828287 .showHandle .btn{text-decoration:none;}
#module_315828287 .showHandle .btn{font-style:normal;}
#module_315828287 .showHandle div{border-top-color:#ddd !important;}
#module_315828287 .showHandle div{border-top-style:solid !important;}
#module_315828287 .showHandle div{border-top-width:1px !important;}
#module_315828287 .showHandle{background-color:transparent;}
#module_315828287 .showHandle{background-image:none;}
#module_315828287 .showHandle{background-repeat:no-repeat;}
#module_315828287 .showHandle{}
#module_315828287 .showHandle{}
#module_315828287 .showHandle{}
#module_315828287 a{font-size:unset;font-family:unset}
.module_315819276 .ModuleHead .HeadCenter{float:none;}
#module_315819276 {
padding:0px;
}
#module_315819276 {
position:static;
z-index:0;
top:4989px;
left:1460px;
width:100%;
height: auto;
}
#module_315819276 .ModuleHead315819276 {
display:none;
}
#module_315819276 >.module_315819276 {
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_315819276 >.module_315819276{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315819276 .BodyCenter.BodyCenter315819276 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819276 .BodyCenter.BodyCenter315819276 {
padding-top:2.3392%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315819276 >.module_315819276 {
margin-top:5.2083%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819276 >.module_315819276 {
margin-top:2.9240%;
margin-left:1.1696%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315819276 >.module_315819276 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315819276:hover {
border:none;
}
#module_315819276:hover >.module_315819276 {
border-color:rgb(242, 242, 242);
}
#module_315819276:hover >.module_315819276 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315819276 .ModuleHoverBoxItem_1{background-color:#fff;}
#module_315819276 .ModuleHoverBoxItem_1{background-image:none;}
#module_315819276 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_315819276 .ModuleHoverBoxItem_1{}
#module_315819276 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_315819276 .ModuleHoverBoxItem_1{}
#module_315819276 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_315819276 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_315819276 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_315819276 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_315819276 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_315819276 .ModuleHoverBoxItem_2{background-image:none;}
#module_315819276 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_315819276 .ModuleHoverBoxItem_2{}
#module_315819276 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_315819276 .ModuleHoverBoxItem_2{}
#module_315819276 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_315819276 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_315819276 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_315819276 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_315819276 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_315820447 .ModuleHead .HeadCenter{float:none;}
#module_315820447 {
padding:0px;
}
#module_315820447 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_315820447 .ModuleHead315820447 {
display:none;
}
#module_315820447 .BodyCenter.BodyCenter315820447 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820447 >.module_315820447 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820447 >.module_315820447{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820447 .BodyCenter.BodyCenter315820447 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315820447 .BodyCenter.BodyCenter315820447 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315820447 >.module_315820447 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315820447 >.module_315820447 {
margin-top:0.0000%;
margin-left:1.1834%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315820447 >.module_315820447 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820447:hover {
border:none;
}
#module_315820447:hover >.module_315820447 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820447 img{border-top-color:transparent;}
#module_315820447 img{border-top-style:none;}
#module_315820447 img{border-top-width:0px;}
#module_315820447 img{border-right-color:transparent;}
#module_315820447 img{border-right-style:none;}
#module_315820447 img{border-right-width:0px;}
#module_315820447 img{border-bottom-color:transparent;}
#module_315820447 img{border-bottom-style:none;}
#module_315820447 img{border-bottom-width:0px;}
#module_315820447 img{border-left-color:transparent;}
#module_315820447 img{border-left-style:none;}
#module_315820447 img{border-left-width:0px;}
#module_315820447 img{border-top-left-radius:0px;}
#module_315820447 img{border-top-right-radius:0px;}
#module_315820447 img{border-bottom-left-radius:0px;}
#module_315820447 img{border-bottom-right-radius:0px;}
#module_315820447 .BodyCenter{text-align: center;}
.module_315828296 .ModuleHead .HeadCenter{float:none;}
#module_315828296 {
padding:0px;
}
#module_315828296 {
position:static;
z-index:0;
top:86px;
left:0px;
width:100%;
height: auto;
}
#module_315828296 .ModuleHead315828296 {
display:none;
}
#module_315828296 .BodyCenter.BodyCenter315828296 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828296 >.module_315828296 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828296 >.module_315828296{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828296 .BodyCenter.BodyCenter315828296 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_315828296 .BodyCenter.BodyCenter315828296 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828296 >.module_315828296 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828296 >.module_315828296 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828296 >.module_315828296 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828296:hover {
border:none;
}
#module_315828296:hover >.module_315828296 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828296 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828296 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828296 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828296 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828296 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828296 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828296 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828296 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828296 .TextImage{width:30%;}
#module_315828296 .MobileTextImage{width:45%;}
#module_315828296 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828296 .imageTextGiant-Container{padding-top:10px;}
#module_315828296 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828296 .imageTextGiant-Container{padding-left:10px;}
#module_315828296 .imageTextGiant-Container{padding-right:10px;}
#module_315828296 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828296 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828296 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828296 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828296 .imageTextGiant-Container{padding-top:0px;}
#module_315828296 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828296 .imageTextGiant-Container{padding-left:0px;}
#module_315828296 .imageTextGiant-Container{padding-right:0px;}
#module_315828296 .showHandle .btn{font-size:14px;}
#module_315828296 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828296 .showHandle .btn{color:#333;}
#module_315828296 .showHandle .btn{font-weight:400;}
#module_315828296 .showHandle .btn{text-decoration:none;}
#module_315828296 .showHandle .btn{font-style:normal;}
#module_315828296 .showHandle div{border-top-color:#ddd !important;}
#module_315828296 .showHandle div{border-top-style:solid !important;}
#module_315828296 .showHandle div{border-top-width:1px !important;}
#module_315828296 .showHandle{background-color:transparent;}
#module_315828296 .showHandle{background-image:none;}
#module_315828296 .showHandle{background-repeat:no-repeat;}
#module_315828296 .showHandle{}
#module_315828296 .showHandle{}
#module_315828296 .showHandle{}
#module_315828296 a{font-size:unset;font-family:unset}.module_315828295 .ModuleHead .HeadCenter{float:none;}
#module_315828295 {
padding:0px;
}
#module_315828295 {
position:static;
z-index:0;
top:28px;
left:0px;
width:100%;
height: auto;
}
#module_315828295 .ModuleHead315828295 {
display:none;
}
#module_315828295 .BodyCenter.BodyCenter315828295 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315828295 >.module_315828295 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315828295 >.module_315828295{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315828295 .BodyCenter.BodyCenter315828295 {
padding-top:8.7413%;
padding-left:8.7413%;
padding-right:8.7413%;
padding-bottom:8.7413%;
}
}
@media screen and (max-width: 767px){
#module_315828295 .BodyCenter.BodyCenter315828295 {
padding-top:10.9489%;
padding-left:10.9489%;
padding-right:11.6788%;
padding-bottom:9.4891%;
}
}
@media screen and (min-width: 768px){
#module_315828295 >.module_315828295 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315828295 >.module_315828295 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315828295 >.module_315828295 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315828295:hover {
border:none;
}
#module_315828295:hover >.module_315828295 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315828295 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315828295 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315828295 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315828295 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315828295 .GraphicUpper .TextImage{margin-top:0px;}
#module_315828295 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_315828295 .GraphicUpper .TextImage{margin-left:0px;}
#module_315828295 .GraphicUpper .TextImage{margin-right:0px;}
#module_315828295 .TextImage{width:30%;}
#module_315828295 .MobileTextImage{width:45%;}
#module_315828295 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_315828295 .imageTextGiant-Container{padding-top:10px;}
#module_315828295 .imageTextGiant-Container{padding-bottom:10px;}
#module_315828295 .imageTextGiant-Container{padding-left:10px;}
#module_315828295 .imageTextGiant-Container{padding-right:10px;}
#module_315828295 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315828295 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315828295 .ModuleImageTextGiantContent{padding-left:0px;}
#module_315828295 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315828295 .imageTextGiant-Container{padding-top:0px;}
#module_315828295 .imageTextGiant-Container{padding-bottom:0px;}
#module_315828295 .imageTextGiant-Container{padding-left:0px;}
#module_315828295 .imageTextGiant-Container{padding-right:0px;}
#module_315828295 .showHandle .btn{font-size:14px;}
#module_315828295 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315828295 .showHandle .btn{color:#333;}
#module_315828295 .showHandle .btn{font-weight:400;}
#module_315828295 .showHandle .btn{text-decoration:none;}
#module_315828295 .showHandle .btn{font-style:normal;}
#module_315828295 .showHandle div{border-top-color:#ddd !important;}
#module_315828295 .showHandle div{border-top-style:solid !important;}
#module_315828295 .showHandle div{border-top-width:1px !important;}
#module_315828295 .showHandle{background-color:transparent;}
#module_315828295 .showHandle{background-image:none;}
#module_315828295 .showHandle{background-repeat:no-repeat;}
#module_315828295 .showHandle{}
#module_315828295 .showHandle{}
#module_315828295 .showHandle{}
#module_315828295 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818632 #Sub315818632_4 {width:25%;}
.module_315818706 .ModuleHead .HeadCenter{float:none;}
#module_315818706 {
padding:0px;
}
#module_315818706 {
position:static;
z-index:0;
top:5338px;
left:1610px;
width:100%;
height: auto;
}
#module_315818706 .ModuleHead315818706 {
display:none;
}
#module_315818706 .BodyCenter.BodyCenter315818706 {
background:none;background-color:rgb(48, 58, 90);
}
#module_315818706 >.module_315818706 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818706 >.module_315818706{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818706 .BodyCenter.BodyCenter315818706 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818706 .BodyCenter.BodyCenter315818706 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818706 >.module_315818706 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818706 >.module_315818706 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818706 >.module_315818706 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818706:hover {
border:none;
}
#module_315818706:hover >.module_315818706 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818706 .ModuleSubContainer{background-color:transparent;}
#module_315818706 .ModuleSubContainer{background-image:none;}
#module_315818706 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818706 .ModuleSubContainer{background-position:0% 0%;}
#module_315818706 .ModuleSubContainer{background-attachment:scroll;}
#module_315818706 .ModuleSubContainer{}
#module_315818706 {!bgVideo!}{bgVideoUrl:none}
#module_315818706 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818706 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818706 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818706 {}
.module_315822977 .ModuleHead .HeadCenter{float:none;}
#module_315822977 {
padding:0px;
}
#module_315822977 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_315822977 .ModuleHead315822977 {
display:none;
}
#module_315822977 .BodyCenter.BodyCenter315822977 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822977 >.module_315822977 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822977 >.module_315822977{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822977 .BodyCenter.BodyCenter315822977 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822977 .BodyCenter.BodyCenter315822977 {
padding-top:10.8992%;
padding-left:5.4496%;
padding-right:0.0000%;
padding-bottom:2.9973%;
}
}
@media screen and (min-width: 768px){
#module_315822977 >.module_315822977 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822977 >.module_315822977 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822977 >.module_315822977 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822977:hover {
border:none;
}
#module_315822977:hover >.module_315822977 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822977 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822977 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822977 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822977 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822977 .imageTextGiant-Container{padding-top:0px;}
#module_315822977 .imageTextGiant-Container{padding-bottom:0px;}
#module_315822977 .imageTextGiant-Container{padding-left:0px;}
#module_315822977 .imageTextGiant-Container{padding-right:0px;}
#module_315822977 .showHandle .btn{font-size:14px;}
#module_315822977 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822977 .showHandle .btn{color:#333;}
#module_315822977 .showHandle .btn{font-weight:400;}
#module_315822977 .showHandle .btn{text-decoration:none;}
#module_315822977 .showHandle .btn{font-style:normal;}
#module_315822977 .showHandle div{border-top-color:#ddd !important;}
#module_315822977 .showHandle div{border-top-style:solid !important;}
#module_315822977 .showHandle div{border-top-width:1px !important;}
#module_315822977 .showHandle{background-color:transparent;}
#module_315822977 .showHandle{background-image:none;}
#module_315822977 .showHandle{background-repeat:no-repeat;}
#module_315822977 .showHandle{}
#module_315822977 .showHandle{}
#module_315822977 .showHandle{}
#module_315822977 a{font-size:unset;font-family:unset}
.module_315818344 .ModuleHead .HeadCenter{float:none;}
#module_315818344 {
padding:0px;
}
#module_315818344 {
position:static;
z-index:0;
top:5350px;
left:411px;
width:100%;
height: auto;
}
#module_315818344 .ModuleHead315818344 {
display:none;
}
#module_315818344 .BodyCenter.BodyCenter315818344 {
background:none;background-color:rgb(48, 58, 90);
}
#module_315818344 >.module_315818344 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#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_315818344 >.module_315818344{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818344 .BodyCenter.BodyCenter315818344 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818344 .BodyCenter.BodyCenter315818344 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.9020%;
}
}
@media screen and (min-width: 768px){
#module_315818344 >.module_315818344 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818344 >.module_315818344 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818344 >.module_315818344 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818344:hover {
border:none;
}
#module_315818344:hover >.module_315818344 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818344 .ModuleSubContainer{background-color:transparent;}
#module_315818344 .ModuleSubContainer{background-image:none;}
#module_315818344 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818344 .ModuleSubContainer{background-position:0% 0%;}
#module_315818344 .ModuleSubContainer{background-attachment:scroll;}
#module_315818344 .ModuleSubContainer{}
#module_315818344 {!bgVideo!}{bgVideoUrl:none}
#module_315818344 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818344 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818344 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818344 {}
.ModuleGridContainer.ModuleGridContainer315818344 .SubPadding {width:0px;}
.module_315822974 .ModuleHead .HeadCenter{float:none;}
#module_315822974 {
padding:0px;
}
#module_315822974 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315822974 .ModuleHead315822974 {
display:none;
}
#module_315822974 .BodyCenter.BodyCenter315822974 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822974 >.module_315822974 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822974 >.module_315822974{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822974 .BodyCenter.BodyCenter315822974 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822974 .BodyCenter.BodyCenter315822974 {
padding-top:0.0000%;
padding-left:8.9286%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822974 >.module_315822974 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822974 >.module_315822974 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822974 >.module_315822974 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822974:hover {
border:none;
}
#module_315822974:hover >.module_315822974 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822974 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822974 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822974 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822974 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822974 .imageTextGiant-Container{padding-top:6px;}
#module_315822974 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822974 .imageTextGiant-Container{padding-left:10px;}
#module_315822974 .imageTextGiant-Container{padding-right:10px;}
#module_315822974 .showHandle .btn{font-size:14px;}
#module_315822974 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822974 .showHandle .btn{color:#333;}
#module_315822974 .showHandle .btn{font-weight:400;}
#module_315822974 .showHandle .btn{text-decoration:none;}
#module_315822974 .showHandle .btn{font-style:normal;}
#module_315822974 .showHandle div{border-top-color:#ddd !important;}
#module_315822974 .showHandle div{border-top-style:solid !important;}
#module_315822974 .showHandle div{border-top-width:1px !important;}
#module_315822974 .showHandle{background-color:transparent;}
#module_315822974 .showHandle{background-image:none;}
#module_315822974 .showHandle{background-repeat:no-repeat;}
#module_315822974 .showHandle{}
#module_315822974 .showHandle{}
#module_315822974 .showHandle{}
#module_315822974 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818344 #Sub315818344_1 {width:33.3333%;}
.module_315822975 .ModuleHead .HeadCenter{float:none;}
#module_315822975 {
padding:0px;
}
#module_315822975 {
position:static;
z-index:0;
top:8px;
left:0px;
width:100%;
height: auto;
}
#module_315822975 .ModuleHead315822975 {
display:none;
}
#module_315822975 .BodyCenter.BodyCenter315822975 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822975 >.module_315822975 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822975 >.module_315822975{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822975 .BodyCenter.BodyCenter315822975 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822975 .BodyCenter.BodyCenter315822975 {
padding-top:0.0000%;
padding-left:15.1515%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822975 >.module_315822975 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822975 >.module_315822975 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822975 >.module_315822975 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822975:hover {
border:none;
}
#module_315822975:hover >.module_315822975 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822975 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822975 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822975 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822975 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822975 .imageTextGiant-Container{padding-top:6px;}
#module_315822975 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822975 .imageTextGiant-Container{padding-left:10px;}
#module_315822975 .imageTextGiant-Container{padding-right:10px;}
#module_315822975 .showHandle .btn{font-size:14px;}
#module_315822975 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822975 .showHandle .btn{color:#333;}
#module_315822975 .showHandle .btn{font-weight:400;}
#module_315822975 .showHandle .btn{text-decoration:none;}
#module_315822975 .showHandle .btn{font-style:normal;}
#module_315822975 .showHandle div{border-top-color:#ddd !important;}
#module_315822975 .showHandle div{border-top-style:solid !important;}
#module_315822975 .showHandle div{border-top-width:1px !important;}
#module_315822975 .showHandle{background-color:transparent;}
#module_315822975 .showHandle{background-image:none;}
#module_315822975 .showHandle{background-repeat:no-repeat;}
#module_315822975 .showHandle{}
#module_315822975 .showHandle{}
#module_315822975 .showHandle{}
#module_315822975 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818344 #Sub315818344_2 {width:33.3333%;}
.module_315822976 .ModuleHead .HeadCenter{float:none;}
#module_315822976 {
padding:0px;
}
#module_315822976 {
position:static;
z-index:0;
top:20px;
left:-97px;
width:100%;
height: auto;
}
#module_315822976 .ModuleHead315822976 {
display:none;
}
#module_315822976 .BodyCenter.BodyCenter315822976 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822976 >.module_315822976 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822976 >.module_315822976{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822976 .BodyCenter.BodyCenter315822976 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822976 .BodyCenter.BodyCenter315822976 {
padding-top:0.0000%;
padding-left:8.9286%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822976 >.module_315822976 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822976 >.module_315822976 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822976 >.module_315822976 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822976:hover {
border:none;
}
#module_315822976:hover >.module_315822976 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822976 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822976 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822976 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822976 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822976 .imageTextGiant-Container{padding-top:6px;}
#module_315822976 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822976 .imageTextGiant-Container{padding-left:10px;}
#module_315822976 .imageTextGiant-Container{padding-right:10px;}
#module_315822976 .showHandle .btn{font-size:14px;}
#module_315822976 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822976 .showHandle .btn{color:#333;}
#module_315822976 .showHandle .btn{font-weight:400;}
#module_315822976 .showHandle .btn{text-decoration:none;}
#module_315822976 .showHandle .btn{font-style:normal;}
#module_315822976 .showHandle div{border-top-color:#ddd !important;}
#module_315822976 .showHandle div{border-top-style:solid !important;}
#module_315822976 .showHandle div{border-top-width:1px !important;}
#module_315822976 .showHandle{background-color:transparent;}
#module_315822976 .showHandle{background-image:none;}
#module_315822976 .showHandle{background-repeat:no-repeat;}
#module_315822976 .showHandle{}
#module_315822976 .showHandle{}
#module_315822976 .showHandle{}
#module_315822976 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818344 #Sub315818344_3 {width:33.3333%;}
.module_315818705 .ModuleHead .HeadCenter{float:none;}
#module_315818705 {
padding:0px;
}
#module_315818705 {
position:static;
z-index:0;
top:5339px;
left:1166px;
width:100%;
height: auto;
}
#module_315818705 .ModuleHead315818705 {
display:none;
}
#module_315818705 .BodyCenter.BodyCenter315818705 {
background:none;background-color:rgb(48, 58, 90);
}
#module_315818705 >.module_315818705 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818705 >.module_315818705{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818705 .BodyCenter.BodyCenter315818705 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818705 .BodyCenter.BodyCenter315818705 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818705 >.module_315818705 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818705 >.module_315818705 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818705 >.module_315818705 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818705:hover {
border:none;
}
#module_315818705:hover >.module_315818705 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818705 .ModuleSubContainer{background-color:transparent;}
#module_315818705 .ModuleSubContainer{background-image:none;}
#module_315818705 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818705 .ModuleSubContainer{background-position:0% 0%;}
#module_315818705 .ModuleSubContainer{background-attachment:scroll;}
#module_315818705 .ModuleSubContainer{}
#module_315818705 {!bgVideo!}{bgVideoUrl:none}
#module_315818705 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818705 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818705 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818705 {}
.module_315822973 .ModuleHead .HeadCenter{float:none;}
#module_315822973 {
padding:0px;
}
#module_315822973 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_315822973 .ModuleHead315822973 {
display:none;
}
#module_315822973 .BodyCenter.BodyCenter315822973 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822973 >.module_315822973 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822973 >.module_315822973{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822973 .BodyCenter.BodyCenter315822973 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822973 .BodyCenter.BodyCenter315822973 {
padding-top:5.4496%;
padding-left:5.4496%;
padding-right:0.0000%;
padding-bottom:2.9973%;
}
}
@media screen and (min-width: 768px){
#module_315822973 >.module_315822973 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822973 >.module_315822973 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822973 >.module_315822973 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822973:hover {
border:none;
}
#module_315822973:hover >.module_315822973 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822973 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822973 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822973 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822973 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822973 .imageTextGiant-Container{padding-top:0px;}
#module_315822973 .imageTextGiant-Container{padding-bottom:0px;}
#module_315822973 .imageTextGiant-Container{padding-left:0px;}
#module_315822973 .imageTextGiant-Container{padding-right:0px;}
#module_315822973 .showHandle .btn{font-size:14px;}
#module_315822973 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822973 .showHandle .btn{color:#333;}
#module_315822973 .showHandle .btn{font-weight:400;}
#module_315822973 .showHandle .btn{text-decoration:none;}
#module_315822973 .showHandle .btn{font-style:normal;}
#module_315822973 .showHandle div{border-top-color:#ddd !important;}
#module_315822973 .showHandle div{border-top-style:solid !important;}
#module_315822973 .showHandle div{border-top-width:1px !important;}
#module_315822973 .showHandle{background-color:transparent;}
#module_315822973 .showHandle{background-image:none;}
#module_315822973 .showHandle{background-repeat:no-repeat;}
#module_315822973 .showHandle{}
#module_315822973 .showHandle{}
#module_315822973 .showHandle{}
#module_315822973 a{font-size:unset;font-family:unset}
.module_315818345 .ModuleHead .HeadCenter{float:none;}
#module_315818345 {
padding:0px;
}
#module_315818345 {
position:static;
z-index:0;
top:5593px;
left:1630px;
width:100%;
height: auto;
}
#module_315818345 .ModuleHead315818345 {
display:none;
}
#module_315818345 .BodyCenter.BodyCenter315818345 {
background:none;background-color:rgb(48, 58, 90);
}
#module_315818345 >.module_315818345 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818345 >.module_315818345{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818345 .BodyCenter.BodyCenter315818345 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818345 .BodyCenter.BodyCenter315818345 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:9.1503%;
}
}
@media screen and (min-width: 768px){
#module_315818345 >.module_315818345 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818345 >.module_315818345 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818345 >.module_315818345 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818345:hover {
border:none;
}
#module_315818345:hover >.module_315818345 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818345 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_315818345 .ModuleSubContainer{background-image:none;}
#module_315818345 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818345 .ModuleSubContainer{background-position:0% 0%;}
#module_315818345 .ModuleSubContainer{background-attachment:scroll;}
#module_315818345 .ModuleSubContainer{}
#module_315818345 {!bgVideo!}{bgVideoUrl:none}
#module_315818345 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818345 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818345 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818345 {}
.ModuleGridContainer.ModuleGridContainer315818345 .SubPadding {width:0px;}
.module_315822978 .ModuleHead .HeadCenter{float:none;}
#module_315822978 {
padding:0px;
}
#module_315822978 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315822978 .ModuleHead315822978 {
display:none;
}
#module_315822978 .BodyCenter.BodyCenter315822978 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822978 >.module_315822978 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822978 >.module_315822978{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822978 .BodyCenter.BodyCenter315822978 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822978 .BodyCenter.BodyCenter315822978 {
padding-top:0.0000%;
padding-left:8.4034%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822978 >.module_315822978 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822978 >.module_315822978 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822978 >.module_315822978 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822978:hover {
border:none;
}
#module_315822978:hover >.module_315822978 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822978 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822978 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822978 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822978 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822978 .imageTextGiant-Container{padding-top:6px;}
#module_315822978 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822978 .imageTextGiant-Container{padding-left:10px;}
#module_315822978 .imageTextGiant-Container{padding-right:10px;}
#module_315822978 .showHandle .btn{font-size:14px;}
#module_315822978 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822978 .showHandle .btn{color:#333;}
#module_315822978 .showHandle .btn{font-weight:400;}
#module_315822978 .showHandle .btn{text-decoration:none;}
#module_315822978 .showHandle .btn{font-style:normal;}
#module_315822978 .showHandle div{border-top-color:#ddd !important;}
#module_315822978 .showHandle div{border-top-style:solid !important;}
#module_315822978 .showHandle div{border-top-width:1px !important;}
#module_315822978 .showHandle{background-color:transparent;}
#module_315822978 .showHandle{background-image:none;}
#module_315822978 .showHandle{background-repeat:no-repeat;}
#module_315822978 .showHandle{}
#module_315822978 .showHandle{}
#module_315822978 .showHandle{}
#module_315822978 a{font-size:unset;font-family:unset}
.module_315822983 .ModuleHead .HeadCenter{float:none;}
#module_315822983 {
padding:0px;
}
#module_315822983 {
position:static;
z-index:0;
top:15px;
left:0px;
width:100%;
height: auto;
}
#module_315822983 .ModuleHead315822983 {
display:none;
}
#module_315822983 .BodyCenter.BodyCenter315822983 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822983 >.module_315822983 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822983 >.module_315822983{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822983 .BodyCenter.BodyCenter315822983 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822983 .BodyCenter.BodyCenter315822983 {
padding-top:0.0000%;
padding-left:10.1010%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822983 >.module_315822983 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822983 >.module_315822983 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822983 >.module_315822983 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822983:hover {
border:none;
}
#module_315822983:hover >.module_315822983 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822983 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822983 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822983 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822983 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822983 .imageTextGiant-Container{padding-top:6px;}
#module_315822983 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822983 .imageTextGiant-Container{padding-left:10px;}
#module_315822983 .imageTextGiant-Container{padding-right:10px;}
#module_315822983 .showHandle .btn{font-size:14px;}
#module_315822983 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822983 .showHandle .btn{color:#333;}
#module_315822983 .showHandle .btn{font-weight:400;}
#module_315822983 .showHandle .btn{text-decoration:none;}
#module_315822983 .showHandle .btn{font-style:normal;}
#module_315822983 .showHandle div{border-top-color:#ddd !important;}
#module_315822983 .showHandle div{border-top-style:solid !important;}
#module_315822983 .showHandle div{border-top-width:1px !important;}
#module_315822983 .showHandle{background-color:transparent;}
#module_315822983 .showHandle{background-image:none;}
#module_315822983 .showHandle{background-repeat:no-repeat;}
#module_315822983 .showHandle{}
#module_315822983 .showHandle{}
#module_315822983 .showHandle{}
#module_315822983 a{font-size:unset;font-family:unset}
.module_315822984 .ModuleHead .HeadCenter{float:none;}
#module_315822984 {
padding:0px;
}
#module_315822984 {
position:static;
z-index:0;
top:46px;
left:0px;
width:100%;
height: auto;
}
#module_315822984 .ModuleHead315822984 {
display:none;
}
#module_315822984 .BodyCenter.BodyCenter315822984 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822984 >.module_315822984 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822984 >.module_315822984{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822984 .BodyCenter.BodyCenter315822984 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822984 .BodyCenter.BodyCenter315822984 {
padding-top:0.0000%;
padding-left:8.4034%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822984 >.module_315822984 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822984 >.module_315822984 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822984 >.module_315822984 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822984:hover {
border:none;
}
#module_315822984:hover >.module_315822984 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822984 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822984 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822984 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822984 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822984 .imageTextGiant-Container{padding-top:6px;}
#module_315822984 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822984 .imageTextGiant-Container{padding-left:10px;}
#module_315822984 .imageTextGiant-Container{padding-right:10px;}
#module_315822984 .showHandle .btn{font-size:14px;}
#module_315822984 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822984 .showHandle .btn{color:#333;}
#module_315822984 .showHandle .btn{font-weight:400;}
#module_315822984 .showHandle .btn{text-decoration:none;}
#module_315822984 .showHandle .btn{font-style:normal;}
#module_315822984 .showHandle div{border-top-color:#ddd !important;}
#module_315822984 .showHandle div{border-top-style:solid !important;}
#module_315822984 .showHandle div{border-top-width:1px !important;}
#module_315822984 .showHandle{background-color:transparent;}
#module_315822984 .showHandle{background-image:none;}
#module_315822984 .showHandle{background-repeat:no-repeat;}
#module_315822984 .showHandle{}
#module_315822984 .showHandle{}
#module_315822984 .showHandle{}
#module_315822984 a{font-size:unset;font-family:unset}
.module_315822985 .ModuleHead .HeadCenter{float:none;}
#module_315822985 {
padding:0px;
}
#module_315822985 {
position:static;
z-index:0;
top:86px;
left:0px;
width:100%;
height: auto;
}
#module_315822985 .ModuleHead315822985 {
display:none;
}
#module_315822985 .BodyCenter.BodyCenter315822985 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822985 >.module_315822985 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822985 >.module_315822985{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822985 .BodyCenter.BodyCenter315822985 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822985 .BodyCenter.BodyCenter315822985 {
padding-top:0.0000%;
padding-left:8.4034%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822985 >.module_315822985 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822985 >.module_315822985 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822985 >.module_315822985 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822985:hover {
border:none;
}
#module_315822985:hover >.module_315822985 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822985 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822985 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822985 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822985 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822985 .imageTextGiant-Container{padding-top:6px;}
#module_315822985 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822985 .imageTextGiant-Container{padding-left:10px;}
#module_315822985 .imageTextGiant-Container{padding-right:10px;}
#module_315822985 .showHandle .btn{font-size:14px;}
#module_315822985 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822985 .showHandle .btn{color:#333;}
#module_315822985 .showHandle .btn{font-weight:400;}
#module_315822985 .showHandle .btn{text-decoration:none;}
#module_315822985 .showHandle .btn{font-style:normal;}
#module_315822985 .showHandle div{border-top-color:#ddd !important;}
#module_315822985 .showHandle div{border-top-style:solid !important;}
#module_315822985 .showHandle div{border-top-width:1px !important;}
#module_315822985 .showHandle{background-color:transparent;}
#module_315822985 .showHandle{background-image:none;}
#module_315822985 .showHandle{background-repeat:no-repeat;}
#module_315822985 .showHandle{}
#module_315822985 .showHandle{}
#module_315822985 .showHandle{}
#module_315822985 a{font-size:unset;font-family:unset}
.module_315822986 .ModuleHead .HeadCenter{float:none;}
#module_315822986 {
padding:0px;
}
#module_315822986 {
position:static;
z-index:0;
top:118px;
left:0px;
width:100%;
height: auto;
}
#module_315822986 .ModuleHead315822986 {
display:none;
}
#module_315822986 .BodyCenter.BodyCenter315822986 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822986 >.module_315822986 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822986 >.module_315822986{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822986 .BodyCenter.BodyCenter315822986 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822986 .BodyCenter.BodyCenter315822986 {
padding-top:0.0000%;
padding-left:8.4034%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822986 >.module_315822986 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822986 >.module_315822986 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822986 >.module_315822986 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822986:hover {
border:none;
}
#module_315822986:hover >.module_315822986 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822986 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822986 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822986 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822986 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822986 .imageTextGiant-Container{padding-top:6px;}
#module_315822986 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822986 .imageTextGiant-Container{padding-left:10px;}
#module_315822986 .imageTextGiant-Container{padding-right:10px;}
#module_315822986 .showHandle .btn{font-size:14px;}
#module_315822986 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822986 .showHandle .btn{color:#333;}
#module_315822986 .showHandle .btn{font-weight:400;}
#module_315822986 .showHandle .btn{text-decoration:none;}
#module_315822986 .showHandle .btn{font-style:normal;}
#module_315822986 .showHandle div{border-top-color:#ddd !important;}
#module_315822986 .showHandle div{border-top-style:solid !important;}
#module_315822986 .showHandle div{border-top-width:1px !important;}
#module_315822986 .showHandle{background-color:transparent;}
#module_315822986 .showHandle{background-image:none;}
#module_315822986 .showHandle{background-repeat:no-repeat;}
#module_315822986 .showHandle{}
#module_315822986 .showHandle{}
#module_315822986 .showHandle{}
#module_315822986 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818345 #Sub315818345_1 {width:33.3333%;}
.module_315822987 .ModuleHead .HeadCenter{float:none;}
#module_315822987 {
padding:0px;
}
#module_315822987 {
position:static;
z-index:0;
top:8px;
left:0px;
width:100%;
height: auto;
}
#module_315822987 .ModuleHead315822987 {
display:none;
}
#module_315822987 .BodyCenter.BodyCenter315822987 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822987 >.module_315822987 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822987 >.module_315822987{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822987 .BodyCenter.BodyCenter315822987 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822987 .BodyCenter.BodyCenter315822987 {
padding-top:0.0000%;
padding-left:15.1515%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822987 >.module_315822987 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822987 >.module_315822987 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822987 >.module_315822987 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822987:hover {
border:none;
}
#module_315822987:hover >.module_315822987 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822987 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822987 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822987 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822987 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822987 .imageTextGiant-Container{padding-top:6px;}
#module_315822987 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822987 .imageTextGiant-Container{padding-left:10px;}
#module_315822987 .imageTextGiant-Container{padding-right:10px;}
#module_315822987 .showHandle .btn{font-size:14px;}
#module_315822987 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822987 .showHandle .btn{color:#333;}
#module_315822987 .showHandle .btn{font-weight:400;}
#module_315822987 .showHandle .btn{text-decoration:none;}
#module_315822987 .showHandle .btn{font-style:normal;}
#module_315822987 .showHandle div{border-top-color:#ddd !important;}
#module_315822987 .showHandle div{border-top-style:solid !important;}
#module_315822987 .showHandle div{border-top-width:1px !important;}
#module_315822987 .showHandle{background-color:transparent;}
#module_315822987 .showHandle{background-image:none;}
#module_315822987 .showHandle{background-repeat:no-repeat;}
#module_315822987 .showHandle{}
#module_315822987 .showHandle{}
#module_315822987 .showHandle{}
#module_315822987 a{font-size:unset;font-family:unset}
.module_315822989 .ModuleHead .HeadCenter{float:none;}
#module_315822989 {
padding:0px;
}
#module_315822989 {
position:static;
z-index:0;
top:46px;
left:0px;
width:100%;
height: auto;
}
#module_315822989 .ModuleHead315822989 {
display:none;
}
#module_315822989 .BodyCenter.BodyCenter315822989 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822989 >.module_315822989 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822989 >.module_315822989{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822989 .BodyCenter.BodyCenter315822989 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822989 .BodyCenter.BodyCenter315822989 {
padding-top:0.0000%;
padding-left:15.1515%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822989 >.module_315822989 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822989 >.module_315822989 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822989 >.module_315822989 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822989:hover {
border:none;
}
#module_315822989:hover >.module_315822989 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822989 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822989 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822989 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822989 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822989 .imageTextGiant-Container{padding-top:6px;}
#module_315822989 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822989 .imageTextGiant-Container{padding-left:10px;}
#module_315822989 .imageTextGiant-Container{padding-right:10px;}
#module_315822989 .showHandle .btn{font-size:14px;}
#module_315822989 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822989 .showHandle .btn{color:#333;}
#module_315822989 .showHandle .btn{font-weight:400;}
#module_315822989 .showHandle .btn{text-decoration:none;}
#module_315822989 .showHandle .btn{font-style:normal;}
#module_315822989 .showHandle div{border-top-color:#ddd !important;}
#module_315822989 .showHandle div{border-top-style:solid !important;}
#module_315822989 .showHandle div{border-top-width:1px !important;}
#module_315822989 .showHandle{background-color:transparent;}
#module_315822989 .showHandle{background-image:none;}
#module_315822989 .showHandle{background-repeat:no-repeat;}
#module_315822989 .showHandle{}
#module_315822989 .showHandle{}
#module_315822989 .showHandle{}
#module_315822989 a{font-size:unset;font-family:unset}
.module_315822991 .ModuleHead .HeadCenter{float:none;}
#module_315822991 {
padding:0px;
}
#module_315822991 {
position:static;
z-index:0;
top:120px;
left:0px;
width:100%;
height: auto;
}
#module_315822991 .ModuleHead315822991 {
display:none;
}
#module_315822991 .BodyCenter.BodyCenter315822991 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822991 >.module_315822991 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822991 >.module_315822991{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822991 .BodyCenter.BodyCenter315822991 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822991 .BodyCenter.BodyCenter315822991 {
padding-top:0.0000%;
padding-left:15.1515%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822991 >.module_315822991 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822991 >.module_315822991 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822991 >.module_315822991 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822991:hover {
border:none;
}
#module_315822991:hover >.module_315822991 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822991 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822991 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822991 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822991 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822991 .imageTextGiant-Container{padding-top:6px;}
#module_315822991 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822991 .imageTextGiant-Container{padding-left:10px;}
#module_315822991 .imageTextGiant-Container{padding-right:10px;}
#module_315822991 .showHandle .btn{font-size:14px;}
#module_315822991 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822991 .showHandle .btn{color:#333;}
#module_315822991 .showHandle .btn{font-weight:400;}
#module_315822991 .showHandle .btn{text-decoration:none;}
#module_315822991 .showHandle .btn{font-style:normal;}
#module_315822991 .showHandle div{border-top-color:#ddd !important;}
#module_315822991 .showHandle div{border-top-style:solid !important;}
#module_315822991 .showHandle div{border-top-width:1px !important;}
#module_315822991 .showHandle{background-color:transparent;}
#module_315822991 .showHandle{background-image:none;}
#module_315822991 .showHandle{background-repeat:no-repeat;}
#module_315822991 .showHandle{}
#module_315822991 .showHandle{}
#module_315822991 .showHandle{}
#module_315822991 a{font-size:unset;font-family:unset}
.module_315822993 .ModuleHead .HeadCenter{float:none;}
#module_315822993 {
padding:0px;
}
#module_315822993 {
position:static;
z-index:0;
top:127px;
left:0px;
width:100%;
height: auto;
}
#module_315822993 .ModuleHead315822993 {
display:none;
}
#module_315822993 .BodyCenter.BodyCenter315822993 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822993 >.module_315822993 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822993 >.module_315822993{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822993 .BodyCenter.BodyCenter315822993 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822993 .BodyCenter.BodyCenter315822993 {
padding-top:0.0000%;
padding-left:15.1515%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822993 >.module_315822993 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822993 >.module_315822993 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822993 >.module_315822993 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822993:hover {
border:none;
}
#module_315822993:hover >.module_315822993 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822993 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822993 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822993 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822993 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822993 .imageTextGiant-Container{padding-top:6px;}
#module_315822993 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822993 .imageTextGiant-Container{padding-left:10px;}
#module_315822993 .imageTextGiant-Container{padding-right:10px;}
#module_315822993 .showHandle .btn{font-size:14px;}
#module_315822993 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822993 .showHandle .btn{color:#333;}
#module_315822993 .showHandle .btn{font-weight:400;}
#module_315822993 .showHandle .btn{text-decoration:none;}
#module_315822993 .showHandle .btn{font-style:normal;}
#module_315822993 .showHandle div{border-top-color:#ddd !important;}
#module_315822993 .showHandle div{border-top-style:solid !important;}
#module_315822993 .showHandle div{border-top-width:1px !important;}
#module_315822993 .showHandle{background-color:transparent;}
#module_315822993 .showHandle{background-image:none;}
#module_315822993 .showHandle{background-repeat:no-repeat;}
#module_315822993 .showHandle{}
#module_315822993 .showHandle{}
#module_315822993 .showHandle{}
#module_315822993 a{font-size:unset;font-family:unset}
.module_315822990 .ModuleHead .HeadCenter{float:none;}
#module_315822990 {
padding:0px;
}
#module_315822990 {
position:static;
z-index:0;
top:7223px;
left:183px;
width:100%;
height: auto;
}
#module_315822990 .ModuleHead315822990 {
display:none;
}
#module_315822990 .BodyCenter.BodyCenter315822990 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822990 >.module_315822990 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822990 >.module_315822990{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822990 .BodyCenter.BodyCenter315822990 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822990 .BodyCenter.BodyCenter315822990 {
padding-top:0.0000%;
padding-left:15.1515%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822990 >.module_315822990 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822990 >.module_315822990 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822990 >.module_315822990 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822990:hover {
border:none;
}
#module_315822990:hover >.module_315822990 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822990 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822990 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822990 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822990 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822990 .imageTextGiant-Container{padding-top:6px;}
#module_315822990 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822990 .imageTextGiant-Container{padding-left:10px;}
#module_315822990 .imageTextGiant-Container{padding-right:10px;}
#module_315822990 .showHandle .btn{font-size:14px;}
#module_315822990 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822990 .showHandle .btn{color:#333;}
#module_315822990 .showHandle .btn{font-weight:400;}
#module_315822990 .showHandle .btn{text-decoration:none;}
#module_315822990 .showHandle .btn{font-style:normal;}
#module_315822990 .showHandle div{border-top-color:#ddd !important;}
#module_315822990 .showHandle div{border-top-style:solid !important;}
#module_315822990 .showHandle div{border-top-width:1px !important;}
#module_315822990 .showHandle{background-color:transparent;}
#module_315822990 .showHandle{background-image:none;}
#module_315822990 .showHandle{background-repeat:no-repeat;}
#module_315822990 .showHandle{}
#module_315822990 .showHandle{}
#module_315822990 .showHandle{}
#module_315822990 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818345 #Sub315818345_2 {width:33.3333%;}
.module_315822992 .ModuleHead .HeadCenter{float:none;}
#module_315822992 {
padding:0px;
}
#module_315822992 {
position:static;
z-index:0;
top:20px;
left:-97px;
width:100%;
height: auto;
}
#module_315822992 .ModuleHead315822992 {
display:none;
}
#module_315822992 .BodyCenter.BodyCenter315822992 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822992 >.module_315822992 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822992 >.module_315822992{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822992 .BodyCenter.BodyCenter315822992 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822992 .BodyCenter.BodyCenter315822992 {
padding-top:0.0000%;
padding-left:8.4034%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822992 >.module_315822992 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822992 >.module_315822992 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822992 >.module_315822992 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822992:hover {
border:none;
}
#module_315822992:hover >.module_315822992 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822992 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822992 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822992 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822992 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822992 .imageTextGiant-Container{padding-top:6px;}
#module_315822992 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822992 .imageTextGiant-Container{padding-left:10px;}
#module_315822992 .imageTextGiant-Container{padding-right:10px;}
#module_315822992 .showHandle .btn{font-size:14px;}
#module_315822992 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822992 .showHandle .btn{color:#333;}
#module_315822992 .showHandle .btn{font-weight:400;}
#module_315822992 .showHandle .btn{text-decoration:none;}
#module_315822992 .showHandle .btn{font-style:normal;}
#module_315822992 .showHandle div{border-top-color:#ddd !important;}
#module_315822992 .showHandle div{border-top-style:solid !important;}
#module_315822992 .showHandle div{border-top-width:1px !important;}
#module_315822992 .showHandle{background-color:transparent;}
#module_315822992 .showHandle{background-image:none;}
#module_315822992 .showHandle{background-repeat:no-repeat;}
#module_315822992 .showHandle{}
#module_315822992 .showHandle{}
#module_315822992 .showHandle{}
#module_315822992 a{font-size:unset;font-family:unset}
.module_315822994 .ModuleHead .HeadCenter{float:none;}
#module_315822994 {
padding:0px;
}
#module_315822994 {
position:static;
z-index:0;
top:9px;
left:-134px;
width:100%;
height: auto;
}
#module_315822994 .ModuleHead315822994 {
display:none;
}
#module_315822994 .BodyCenter.BodyCenter315822994 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822994 >.module_315822994 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822994 >.module_315822994{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822994 .BodyCenter.BodyCenter315822994 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822994 .BodyCenter.BodyCenter315822994 {
padding-top:0.0000%;
padding-left:8.9286%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822994 >.module_315822994 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822994 >.module_315822994 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822994 >.module_315822994 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822994:hover {
border:none;
}
#module_315822994:hover >.module_315822994 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822994 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822994 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822994 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822994 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822994 .imageTextGiant-Container{padding-top:6px;}
#module_315822994 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822994 .imageTextGiant-Container{padding-left:10px;}
#module_315822994 .imageTextGiant-Container{padding-right:10px;}
#module_315822994 .showHandle .btn{font-size:14px;}
#module_315822994 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822994 .showHandle .btn{color:#333;}
#module_315822994 .showHandle .btn{font-weight:400;}
#module_315822994 .showHandle .btn{text-decoration:none;}
#module_315822994 .showHandle .btn{font-style:normal;}
#module_315822994 .showHandle div{border-top-color:#ddd !important;}
#module_315822994 .showHandle div{border-top-style:solid !important;}
#module_315822994 .showHandle div{border-top-width:1px !important;}
#module_315822994 .showHandle{background-color:transparent;}
#module_315822994 .showHandle{background-image:none;}
#module_315822994 .showHandle{background-repeat:no-repeat;}
#module_315822994 .showHandle{}
#module_315822994 .showHandle{}
#module_315822994 .showHandle{}
#module_315822994 a{font-size:unset;font-family:unset}
.module_315822996 .ModuleHead .HeadCenter{float:none;}
#module_315822996 {
padding:0px;
}
#module_315822996 {
position:static;
z-index:0;
top:7148px;
left:277px;
width:100%;
height: auto;
}
#module_315822996 .ModuleHead315822996 {
display:none;
}
#module_315822996 .BodyCenter.BodyCenter315822996 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822996 >.module_315822996 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822996 >.module_315822996{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822996 .BodyCenter.BodyCenter315822996 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822996 .BodyCenter.BodyCenter315822996 {
padding-top:0.0000%;
padding-left:8.4034%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822996 >.module_315822996 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822996 >.module_315822996 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822996 >.module_315822996 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822996:hover {
border:none;
}
#module_315822996:hover >.module_315822996 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822996 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822996 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822996 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822996 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822996 .imageTextGiant-Container{padding-top:6px;}
#module_315822996 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822996 .imageTextGiant-Container{padding-left:10px;}
#module_315822996 .imageTextGiant-Container{padding-right:10px;}
#module_315822996 .showHandle .btn{font-size:14px;}
#module_315822996 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822996 .showHandle .btn{color:#333;}
#module_315822996 .showHandle .btn{font-weight:400;}
#module_315822996 .showHandle .btn{text-decoration:none;}
#module_315822996 .showHandle .btn{font-style:normal;}
#module_315822996 .showHandle div{border-top-color:#ddd !important;}
#module_315822996 .showHandle div{border-top-style:solid !important;}
#module_315822996 .showHandle div{border-top-width:1px !important;}
#module_315822996 .showHandle{background-color:transparent;}
#module_315822996 .showHandle{background-image:none;}
#module_315822996 .showHandle{background-repeat:no-repeat;}
#module_315822996 .showHandle{}
#module_315822996 .showHandle{}
#module_315822996 .showHandle{}
#module_315822996 a{font-size:unset;font-family:unset}
.module_315822995 .ModuleHead .HeadCenter{float:none;}
#module_315822995 {
padding:0px;
}
#module_315822995 {
position:static;
z-index:0;
top:56px;
left:-122px;
width:100%;
height: auto;
}
#module_315822995 .ModuleHead315822995 {
display:none;
}
#module_315822995 .BodyCenter.BodyCenter315822995 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822995 >.module_315822995 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822995 >.module_315822995{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822995 .BodyCenter.BodyCenter315822995 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822995 .BodyCenter.BodyCenter315822995 {
padding-top:0.0000%;
padding-left:8.4034%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315822995 >.module_315822995 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315822995 >.module_315822995 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822995 >.module_315822995 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822995:hover {
border:none;
}
#module_315822995:hover >.module_315822995 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822995 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822995 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822995 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822995 .ModuleImageTextGiantContent{margin-right:0px;}
#module_315822995 .imageTextGiant-Container{padding-top:6px;}
#module_315822995 .imageTextGiant-Container{padding-bottom:6px;}
#module_315822995 .imageTextGiant-Container{padding-left:10px;}
#module_315822995 .imageTextGiant-Container{padding-right:10px;}
#module_315822995 .showHandle .btn{font-size:14px;}
#module_315822995 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822995 .showHandle .btn{color:#333;}
#module_315822995 .showHandle .btn{font-weight:400;}
#module_315822995 .showHandle .btn{text-decoration:none;}
#module_315822995 .showHandle .btn{font-style:normal;}
#module_315822995 .showHandle div{border-top-color:#ddd !important;}
#module_315822995 .showHandle div{border-top-style:solid !important;}
#module_315822995 .showHandle div{border-top-width:1px !important;}
#module_315822995 .showHandle{background-color:transparent;}
#module_315822995 .showHandle{background-image:none;}
#module_315822995 .showHandle{background-repeat:no-repeat;}
#module_315822995 .showHandle{}
#module_315822995 .showHandle{}
#module_315822995 .showHandle{}
#module_315822995 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818345 #Sub315818345_3 {width:33.3333%;}
.module_315818704 .ModuleHead .HeadCenter{float:none;}
#module_315818704 {
padding:0px;
}
#module_315818704 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_315818704 .ModuleHead315818704 {
display:none;
}
#module_315818704 .BodyCenter.BodyCenter315818704 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315818704 >.module_315818704 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818704 >.module_315818704{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818704 .BodyCenter.BodyCenter315818704 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818704 .BodyCenter.BodyCenter315818704 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818704 >.module_315818704 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818704 >.module_315818704 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818704 >.module_315818704 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818704:hover {
border:none;
}
#module_315818704:hover >.module_315818704 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818704 .ModuleSubContainer{background-color:rgb(54, 63, 94);}
#module_315818704 .ModuleSubContainer{background-image:none;}
#module_315818704 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818704 .ModuleSubContainer{background-position:0% 0%;}
#module_315818704 .ModuleSubContainer{background-attachment:scroll;}
#module_315818704 .ModuleSubContainer{}
#module_315818704 {!bgVideo!}{bgVideoUrl:none}
#module_315818704 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818704 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818704 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818704 {}
.module_315817099 .ModuleHead .HeadCenter{float:none;}
#module_315817099 {
padding:0px;
}
#module_315817099 {
position:static;
z-index:0;
top:5467px;
left:106px;
width:100%;
height: auto;
}
#module_315817099 .ModuleHead315817099 {
display:none;
}
#module_315817099 .BodyCenter.BodyCenter315817099 {
background:none;background-color:rgb(48, 58, 90);
}
#module_315817099 >.module_315817099 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315817099 >.module_315817099{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315817099 .BodyCenter.BodyCenter315817099 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.7500%;
}
}
@media screen and (max-width: 767px){
#module_315817099 .BodyCenter.BodyCenter315817099 {
padding-top:3.2680%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:6.5359%;
}
}
@media screen and (min-width: 768px){
#module_315817099 >.module_315817099 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315817099 >.module_315817099 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315817099 >.module_315817099 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315817099:hover {
border:none;
}
#module_315817099:hover >.module_315817099 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315817099 .BodyCenter{text-align:center;}
#module_315817099 .moduleButton{font-size:14px;}
#module_315817099 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_315817099 .moduleButton{color:rgb(255, 255, 255);}
#module_315817099 .moduleButton{font-weight:normal;}
#module_315817099 .moduleButton{text-decoration:none;}
#module_315817099 .moduleButton{font-style:normal;}
#module_315817099 .moduleButton, #module_315817099 .moduleButton.faded:before{background-color:rgba(0,0,0,0);}
#module_315817099 .moduleButton, #module_315817099 .moduleButton.faded:before{}
#module_315817099 .moduleButton, #module_315817099 .moduleButton.faded:before{}
#module_315817099 .moduleButton, #module_315817099 .moduleButton.faded:before{}
#module_315817099 .moduleButton, #module_315817099 .moduleButton.faded:before{}
#module_315817099 .moduleButton, #module_315817099 .moduleButton.faded:before{}
#module_315817099 .moduleButton{border-color:rgb(179, 185, 198);}
#module_315817099 .moduleButton{border-style:solid;}
#module_315817099 .moduleButton{border-width:1px;}
#module_315817099 .moduleButton{width:250px;}
#module_315817099 .moduleButton,#module_315817099 .BreadsvgIcon{height:45px;line-height:45px;}
#module_315817099 .BodyCenter{color:#000;}
#module_315817099 .moduleButton{border-top-left-radius:0px;}
#module_315817099 .moduleButton{border-top-right-radius:0px;}
#module_315817099 .moduleButton{border-bottom-left-radius:0px;}
#module_315817099 .moduleButton{border-bottom-right-radius:0px;}
#module_315817099 .BreadIcon{font-size:16px;} #module_315817099 .BreadsvgIcon svg{width:16px;height:16px;}
#module_315817099 .BreadIcon{color:#000;} #module_315817099 .BreadsvgIcon svg>*{fill:#000;}
#module_315817099 .BreadIcon,#module_315817099 .BreadsvgIcon{margin-left:10px;}
#module_315817099 .BreadIcon,#module_315817099 .BreadsvgIcon{margin-right:10px;}
#module_315817099 .moduleButton{box-shadow:;}
#module_315817099 .moduleButton:hover .BreadIcon{font-size:16px;} #module_315817099 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_315817099 .moduleButton:hover .BreadIcon{color:#fff} #module_315817099 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_315817099 .moduleButton:hover{font-size:14px;}
#module_315817099 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_315817099 .moduleButton:hover{color:rgb(255, 255, 255);}
#module_315817099 .moduleButton:hover{font-weight:normal;}
#module_315817099 .moduleButton:hover{text-decoration:none;}
#module_315817099 .moduleButton:hover{font-style:normal;}
#module_315817099 .moduleButton:before, #module_315817099 .moduleButton.faded:before{background-color:rgb(0, 127, 255);}
#module_315817099 .moduleButton:before, #module_315817099 .moduleButton.faded:before{}
#module_315817099 .moduleButton:before, #module_315817099 .moduleButton.faded:before{}
#module_315817099 .moduleButton:before, #module_315817099 .moduleButton.faded:before{}
#module_315817099 .moduleButton:before, #module_315817099 .moduleButton.faded:before{}
#module_315817099 .moduleButton:before, #module_315817099 .moduleButton.faded:before{}
#module_315817099 .moduleButton:hover{border-color:rgb(0, 127, 255);}
#module_315817099 .moduleButton:hover{border-style:solid;}
#module_315817099 .moduleButton:hover{border-width:1px;}
#module_315817099 .moduleButton:hover{box-shadow:;}

.module_315822997 .ModuleHead .HeadCenter{float:none;}
#module_315822997 {
padding:0px;
}
#module_315822997 {
position:static;
z-index:0;
top:9px;
left:599px;
width:100%;
height: auto;
}
#module_315822997 .ModuleHead315822997 {
display:none;
}
#module_315822997 .BodyCenter.BodyCenter315822997 {
background:none;background-color:rgb(48, 58, 90);
}
#module_315822997 >.module_315822997 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822997 >.module_315822997{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822997 .BodyCenter.BodyCenter315822997 {
padding-top:0.6061%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822997 .BodyCenter.BodyCenter315822997 {
padding-top:4.9020%;
padding-left:6.5359%;
padding-right:0.0000%;
padding-bottom:4.9020%;
}
}
@media screen and (min-width: 768px){
#module_315822997 >.module_315822997 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822997 >.module_315822997 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315822997 >.module_315822997 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822997:hover {
border:none;
}
#module_315822997:hover >.module_315822997 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822997 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315822997 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315822997 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315822997 .ModuleImageTextGiantContent{margin-right:10px;}
#module_315822997 .imageTextGiant-Container{padding-top:0px;}
#module_315822997 .imageTextGiant-Container{padding-bottom:0px;}
#module_315822997 .imageTextGiant-Container{padding-left:0px;}
#module_315822997 .imageTextGiant-Container{padding-right:0px;}
#module_315822997 .showHandle .btn{font-size:14px;}
#module_315822997 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822997 .showHandle .btn{color:#333;}
#module_315822997 .showHandle .btn{font-weight:400;}
#module_315822997 .showHandle .btn{text-decoration:none;}
#module_315822997 .showHandle .btn{font-style:normal;}
#module_315822997 .showHandle div{border-top-color:#ddd !important;}
#module_315822997 .showHandle div{border-top-style:solid !important;}
#module_315822997 .showHandle div{border-top-width:1px !important;}
#module_315822997 .showHandle{background-color:transparent;}
#module_315822997 .showHandle{background-image:none;}
#module_315822997 .showHandle{background-repeat:no-repeat;}
#module_315822997 .showHandle{}
#module_315822997 .showHandle{}
#module_315822997 .showHandle{}
#module_315822997 a{font-size:unset;font-family:unset}
.module_315818659 .ModuleHead .HeadCenter{float:none;}
#module_315818659 {
padding:0px;
}
#module_315818659 {
position:static;
z-index:0;
top:470px;
left:1486px;
width:100%;
height: auto;
}
#module_315818659 .ModuleHead315818659 {
display:none;
}
#module_315818659 .BodyCenter.BodyCenter315818659 {
background:none;background-color:rgb(45, 52, 80);
}
#module_315818659 >.module_315818659 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818659 >.module_315818659{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818659 .BodyCenter.BodyCenter315818659 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818659 .BodyCenter.BodyCenter315818659 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315818659 >.module_315818659 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818659 >.module_315818659 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315818659 >.module_315818659 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818659:hover {
border:none;
}
#module_315818659:hover >.module_315818659 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818659 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_315818659 .ModuleSubContainer{background-image:none;}
#module_315818659 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818659 .ModuleSubContainer{background-position:0% 0%;}
#module_315818659 .ModuleSubContainer{background-attachment:scroll;}
#module_315818659 .ModuleSubContainer{}
#module_315818659 {!bgVideo!}{bgVideoUrl:none}
#module_315818659 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818659 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818659 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer315818659 {}
.module_315822969 .ModuleHead .HeadCenter{float:none;}
#module_315822969 {
padding:0px;
}
#module_315822969 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_315822969 .ModuleHead315822969 {
display:none;
}
#module_315822969 .BodyCenter.BodyCenter315822969 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822969 >.module_315822969 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822969 >.module_315822969{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822969 .BodyCenter.BodyCenter315822969 {
padding-top:5.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822969 .BodyCenter.BodyCenter315822969 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315822969 >.module_315822969 {
margin-top:0.0000%;
margin-left:3.3333%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822969 >.module_315822969 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315822969 >.module_315822969 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822969:hover {
border:none;
}
#module_315822969:hover >.module_315822969 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822969 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315822969 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315822969 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315822969 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315822969 .GraphicUpper{padding-top:0px;}
#module_315822969 .GraphicUpper{padding-bottom:0px;}
#module_315822969 .GraphicUpper{padding-left:0px;}
#module_315822969 .GraphicUpper {padding-right:0px;}
#module_315822969 .GraphicUpper{width:13%;} #module_315822969 .ModuleImageTextContent{width: calc(100% - 13%);}
#module_315822969 .MobileGraphicUpper{width:10%;} #module_315822969 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_315822969 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315822969 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315822969 .ModuleImageTextGiantContent{padding-left:15px;}
#module_315822969 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315822969 .normal_ImgtextBox_content{padding-top:0px;}
#module_315822969 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_315822969 .normal_ImgtextBox_content{padding-left:0px;}
#module_315822969 .normal_ImgtextBox_content{padding-right:0px;}
#module_315822969 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_315822969 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315822969 .normal_ImgtextBox_content{background-color:transparent;}
#module_315822969 .normal_ImgtextBox_content{background-image:none;}
#module_315822969 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_315822969 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_315822969 .normal_ImgtextBox_content{background-attachment:none;}
#module_315822969 .normal_ImgtextBox_content{}
#module_315822969 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_315822969 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_315822969 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_315822969 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_315822969 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_315822969 .normal_ImgtextBox_content{border-top-style:none;}
#module_315822969 .normal_ImgtextBox_content{border-top-width:0px;}
#module_315822969 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_315822969 .normal_ImgtextBox_content{border-right-style:none;}
#module_315822969 .normal_ImgtextBox_content{border-right-width:0px;}
#module_315822969 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_315822969 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_315822969 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_315822969 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_315822969 .normal_ImgtextBox_content{border-left-style:none;}
#module_315822969 .normal_ImgtextBox_content{border-left-width:0px;}
#module_315822969 .showHandle .btn{font-size:14px;}
#module_315822969 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822969 .showHandle .btn{color:#333;}
#module_315822969 .showHandle .btn{font-weight:400;}
#module_315822969 .showHandle .btn{text-decoration:none;}
#module_315822969 .showHandle .btn{font-style:normal;}
#module_315822969 .showHandle div{border-top-color:#ddd !important;}
#module_315822969 .showHandle div{border-top-style:solid !important;}
#module_315822969 .showHandle div{border-top-width:1px !important;}
#module_315822969 .showHandle{background-color:transparent;}
#module_315822969 .showHandle{background-image:none;}
#module_315822969 .showHandle{background-repeat:no-repeat;}
#module_315822969 .showHandle{}
#module_315822969 .showHandle{}
#module_315822969 .showHandle{}
#module_315822969 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315822969 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_315822969 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_315822969 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_315822969 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_315822969 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_315822969 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_315822969 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_315822969 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_315822969 a{font-size:unset;font-family:unset}
.module_315822968 .ModuleHead .HeadCenter{float:none;}
#module_315822968 {
padding:0px;
}
#module_315822968 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_315822968 .ModuleHead315822968 {
display:none;
}
#module_315822968 .BodyCenter.BodyCenter315822968 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822968 >.module_315822968 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822968 >.module_315822968{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822968 .BodyCenter.BodyCenter315822968 {
padding-top:5.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822968 .BodyCenter.BodyCenter315822968 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315822968 >.module_315822968 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822968 >.module_315822968 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315822968 >.module_315822968 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822968:hover {
border:none;
}
#module_315822968:hover >.module_315822968 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822968 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315822968 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315822968 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315822968 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315822968 .GraphicUpper{padding-top:0px;}
#module_315822968 .GraphicUpper{padding-bottom:0px;}
#module_315822968 .GraphicUpper{padding-left:0px;}
#module_315822968 .GraphicUpper {padding-right:0px;}
#module_315822968 .GraphicUpper{width:13%;} #module_315822968 .ModuleImageTextContent{width: calc(100% - 13%);}
#module_315822968 .MobileGraphicUpper{width:10%;} #module_315822968 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_315822968 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315822968 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315822968 .ModuleImageTextGiantContent{padding-left:15px;}
#module_315822968 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315822968 .normal_ImgtextBox_content{padding-top:0px;}
#module_315822968 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_315822968 .normal_ImgtextBox_content{padding-left:0px;}
#module_315822968 .normal_ImgtextBox_content{padding-right:0px;}
#module_315822968 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_315822968 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315822968 .normal_ImgtextBox_content{background-color:transparent;}
#module_315822968 .normal_ImgtextBox_content{background-image:none;}
#module_315822968 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_315822968 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_315822968 .normal_ImgtextBox_content{background-attachment:none;}
#module_315822968 .normal_ImgtextBox_content{}
#module_315822968 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_315822968 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_315822968 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_315822968 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_315822968 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_315822968 .normal_ImgtextBox_content{border-top-style:none;}
#module_315822968 .normal_ImgtextBox_content{border-top-width:0px;}
#module_315822968 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_315822968 .normal_ImgtextBox_content{border-right-style:none;}
#module_315822968 .normal_ImgtextBox_content{border-right-width:0px;}
#module_315822968 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_315822968 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_315822968 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_315822968 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_315822968 .normal_ImgtextBox_content{border-left-style:none;}
#module_315822968 .normal_ImgtextBox_content{border-left-width:0px;}
#module_315822968 .showHandle .btn{font-size:14px;}
#module_315822968 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822968 .showHandle .btn{color:#333;}
#module_315822968 .showHandle .btn{font-weight:400;}
#module_315822968 .showHandle .btn{text-decoration:none;}
#module_315822968 .showHandle .btn{font-style:normal;}
#module_315822968 .showHandle div{border-top-color:#ddd !important;}
#module_315822968 .showHandle div{border-top-style:solid !important;}
#module_315822968 .showHandle div{border-top-width:1px !important;}
#module_315822968 .showHandle{background-color:transparent;}
#module_315822968 .showHandle{background-image:none;}
#module_315822968 .showHandle{background-repeat:no-repeat;}
#module_315822968 .showHandle{}
#module_315822968 .showHandle{}
#module_315822968 .showHandle{}
#module_315822968 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315822968 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_315822968 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_315822968 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_315822968 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_315822968 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_315822968 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_315822968 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_315822968 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_315822968 a{font-size:unset;font-family:unset}
.module_315822970 .ModuleHead .HeadCenter{float:none;}
#module_315822970 {
padding:0px;
}
#module_315822970 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_315822970 .ModuleHead315822970 {
display:none;
}
#module_315822970 .BodyCenter.BodyCenter315822970 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822970 >.module_315822970 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822970 >.module_315822970{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822970 .BodyCenter.BodyCenter315822970 {
padding-top:5.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822970 .BodyCenter.BodyCenter315822970 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315822970 >.module_315822970 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822970 >.module_315822970 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315822970 >.module_315822970 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822970:hover {
border:none;
}
#module_315822970:hover >.module_315822970 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822970 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315822970 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315822970 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315822970 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315822970 .GraphicUpper{padding-top:0px;}
#module_315822970 .GraphicUpper{padding-bottom:0px;}
#module_315822970 .GraphicUpper{padding-left:0px;}
#module_315822970 .GraphicUpper {padding-right:0px;}
#module_315822970 .GraphicUpper{width:13%;} #module_315822970 .ModuleImageTextContent{width: calc(100% - 13%);}
#module_315822970 .MobileGraphicUpper{width:10%;} #module_315822970 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_315822970 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315822970 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315822970 .ModuleImageTextGiantContent{padding-left:15px;}
#module_315822970 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315822970 .normal_ImgtextBox_content{padding-top:0px;}
#module_315822970 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_315822970 .normal_ImgtextBox_content{padding-left:0px;}
#module_315822970 .normal_ImgtextBox_content{padding-right:0px;}
#module_315822970 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_315822970 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315822970 .normal_ImgtextBox_content{background-color:transparent;}
#module_315822970 .normal_ImgtextBox_content{background-image:none;}
#module_315822970 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_315822970 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_315822970 .normal_ImgtextBox_content{background-attachment:none;}
#module_315822970 .normal_ImgtextBox_content{}
#module_315822970 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_315822970 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_315822970 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_315822970 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_315822970 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_315822970 .normal_ImgtextBox_content{border-top-style:none;}
#module_315822970 .normal_ImgtextBox_content{border-top-width:0px;}
#module_315822970 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_315822970 .normal_ImgtextBox_content{border-right-style:none;}
#module_315822970 .normal_ImgtextBox_content{border-right-width:0px;}
#module_315822970 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_315822970 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_315822970 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_315822970 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_315822970 .normal_ImgtextBox_content{border-left-style:none;}
#module_315822970 .normal_ImgtextBox_content{border-left-width:0px;}
#module_315822970 .showHandle .btn{font-size:14px;}
#module_315822970 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822970 .showHandle .btn{color:#333;}
#module_315822970 .showHandle .btn{font-weight:400;}
#module_315822970 .showHandle .btn{text-decoration:none;}
#module_315822970 .showHandle .btn{font-style:normal;}
#module_315822970 .showHandle div{border-top-color:#ddd !important;}
#module_315822970 .showHandle div{border-top-style:solid !important;}
#module_315822970 .showHandle div{border-top-width:1px !important;}
#module_315822970 .showHandle{background-color:transparent;}
#module_315822970 .showHandle{background-image:none;}
#module_315822970 .showHandle{background-repeat:no-repeat;}
#module_315822970 .showHandle{}
#module_315822970 .showHandle{}
#module_315822970 .showHandle{}
#module_315822970 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315822970 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_315822970 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_315822970 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_315822970 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_315822970 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_315822970 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_315822970 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_315822970 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_315822970 a{font-size:unset;font-family:unset}
.module_315822971 .ModuleHead .HeadCenter{float:none;}
#module_315822971 {
padding:0px;
}
#module_315822971 {
position:static;
z-index:0;
top:28px;
left:0px;
width:100%;
height: auto;
}
#module_315822971 .ModuleHead315822971 {
display:none;
}
#module_315822971 .BodyCenter.BodyCenter315822971 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315822971 >.module_315822971 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315822971 >.module_315822971{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315822971 .BodyCenter.BodyCenter315822971 {
padding-top:5.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822971 .BodyCenter.BodyCenter315822971 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315822971 >.module_315822971 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315822971 >.module_315822971 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315822971 >.module_315822971 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315822971:hover {
border:none;
}
#module_315822971:hover >.module_315822971 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315822971 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315822971 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315822971 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315822971 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315822971 .GraphicUpper{padding-top:0px;}
#module_315822971 .GraphicUpper{padding-bottom:0px;}
#module_315822971 .GraphicUpper{padding-left:0px;}
#module_315822971 .GraphicUpper {padding-right:0px;}
#module_315822971 .GraphicUpper{width:13%;} #module_315822971 .ModuleImageTextContent{width: calc(100% - 13%);}
#module_315822971 .MobileGraphicUpper{width:10%;} #module_315822971 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_315822971 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315822971 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315822971 .ModuleImageTextGiantContent{padding-left:15px;}
#module_315822971 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315822971 .normal_ImgtextBox_content{padding-top:0px;}
#module_315822971 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_315822971 .normal_ImgtextBox_content{padding-left:0px;}
#module_315822971 .normal_ImgtextBox_content{padding-right:0px;}
#module_315822971 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_315822971 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315822971 .normal_ImgtextBox_content{background-color:transparent;}
#module_315822971 .normal_ImgtextBox_content{background-image:none;}
#module_315822971 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_315822971 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_315822971 .normal_ImgtextBox_content{background-attachment:none;}
#module_315822971 .normal_ImgtextBox_content{}
#module_315822971 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_315822971 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_315822971 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_315822971 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_315822971 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_315822971 .normal_ImgtextBox_content{border-top-style:none;}
#module_315822971 .normal_ImgtextBox_content{border-top-width:0px;}
#module_315822971 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_315822971 .normal_ImgtextBox_content{border-right-style:none;}
#module_315822971 .normal_ImgtextBox_content{border-right-width:0px;}
#module_315822971 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_315822971 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_315822971 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_315822971 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_315822971 .normal_ImgtextBox_content{border-left-style:none;}
#module_315822971 .normal_ImgtextBox_content{border-left-width:0px;}
#module_315822971 .showHandle .btn{font-size:14px;}
#module_315822971 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315822971 .showHandle .btn{color:#333;}
#module_315822971 .showHandle .btn{font-weight:400;}
#module_315822971 .showHandle .btn{text-decoration:none;}
#module_315822971 .showHandle .btn{font-style:normal;}
#module_315822971 .showHandle div{border-top-color:#ddd !important;}
#module_315822971 .showHandle div{border-top-style:solid !important;}
#module_315822971 .showHandle div{border-top-width:1px !important;}
#module_315822971 .showHandle{background-color:transparent;}
#module_315822971 .showHandle{background-image:none;}
#module_315822971 .showHandle{background-repeat:no-repeat;}
#module_315822971 .showHandle{}
#module_315822971 .showHandle{}
#module_315822971 .showHandle{}
#module_315822971 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315822971 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_315822971 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_315822971 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_315822971 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_315822971 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_315822971 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_315822971 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_315822971 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_315822971 a{font-size:unset;font-family:unset}
.module_315818285 .ModuleHead .HeadCenter{float:none;}
#module_315818285 {
padding:0px;
}
#module_315818285 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_315818285 .ModuleHead315818285 {
display:none;
}
#module_315818285 .BodyCenter.BodyCenter315818285 {
background:none;background-color:rgb(54, 63, 94);
}
#module_315818285 >.module_315818285 {
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_315818285 >.module_315818285{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818285 .BodyCenter.BodyCenter315818285 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818285 .BodyCenter.BodyCenter315818285 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315818285 >.module_315818285 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818285 >.module_315818285 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315818285 >.module_315818285 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818285:hover {
border:none;
}
#module_315818285:hover >.module_315818285 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818285 .ModuleSubContainer{background-color:transparent;}
#module_315818285 .ModuleSubContainer{background-image:none;}
#module_315818285 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818285 .ModuleSubContainer{background-position:0% 0%;}
#module_315818285 .ModuleSubContainer{background-attachment:scroll;}
#module_315818285 .ModuleSubContainer{}
#module_315818285 {!bgVideo!}{bgVideoUrl:none}
#module_315818285 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818285 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818285 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer315818285 {}
.ModuleGridContainer.ModuleGridContainer315818285 .SubPadding {width:0px;}
.module_315820969 .ModuleHead .HeadCenter{float:none;}
#module_315820969 {
padding:0px;
}
#module_315820969 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315820969 .ModuleHead315820969 {
display:none;
}
#module_315820969 .BodyCenter.BodyCenter315820969 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820969 >.module_315820969 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820969 >.module_315820969{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820969 .BodyCenter.BodyCenter315820969 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820969 .BodyCenter.BodyCenter315820969 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315820969 >.module_315820969 {
margin-top:10.8333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820969 >.module_315820969 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315820969 >.module_315820969 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820969:hover {
border:none;
}
#module_315820969:hover >.module_315820969 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820969 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_315820969 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_315820969 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_315820969 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_315820969 .GraphicUpper{padding-top:0px;}
#module_315820969 .GraphicUpper{padding-bottom:0px;}
#module_315820969 .GraphicUpper{padding-left:0px;}
#module_315820969 .GraphicUpper {padding-right:0px;}
#module_315820969 .GraphicUpper{width:14%;} #module_315820969 .ModuleImageTextContent{width: calc(100% - 14%);}
#module_315820969 .MobileGraphicUpper{width:10%;} #module_315820969 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_315820969 .ModuleImageTextGiantContent{padding-top:0px;}
#module_315820969 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_315820969 .ModuleImageTextGiantContent{padding-left:15px;}
#module_315820969 .ModuleImageTextGiantContent{padding-right:0px;}
#module_315820969 .normal_ImgtextBox_content{padding-top:0px;}
#module_315820969 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_315820969 .normal_ImgtextBox_content{padding-left:0px;}
#module_315820969 .normal_ImgtextBox_content{padding-right:0px;}
#module_315820969 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_315820969 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_315820969 .normal_ImgtextBox_content{background-color:transparent;}
#module_315820969 .normal_ImgtextBox_content{background-image:none;}
#module_315820969 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_315820969 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_315820969 .normal_ImgtextBox_content{background-attachment:none;}
#module_315820969 .normal_ImgtextBox_content{}
#module_315820969 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_315820969 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_315820969 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_315820969 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_315820969 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_315820969 .normal_ImgtextBox_content{border-top-style:none;}
#module_315820969 .normal_ImgtextBox_content{border-top-width:0px;}
#module_315820969 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_315820969 .normal_ImgtextBox_content{border-right-style:none;}
#module_315820969 .normal_ImgtextBox_content{border-right-width:0px;}
#module_315820969 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_315820969 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_315820969 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_315820969 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_315820969 .normal_ImgtextBox_content{border-left-style:none;}
#module_315820969 .normal_ImgtextBox_content{border-left-width:0px;}
#module_315820969 .showHandle .btn{font-size:14px;}
#module_315820969 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315820969 .showHandle .btn{color:#333;}
#module_315820969 .showHandle .btn{font-weight:400;}
#module_315820969 .showHandle .btn{text-decoration:none;}
#module_315820969 .showHandle .btn{font-style:normal;}
#module_315820969 .showHandle div{border-top-color:#ddd !important;}
#module_315820969 .showHandle div{border-top-style:solid !important;}
#module_315820969 .showHandle div{border-top-width:1px !important;}
#module_315820969 .showHandle{background-color:transparent;}
#module_315820969 .showHandle{background-image:none;}
#module_315820969 .showHandle{background-repeat:no-repeat;}
#module_315820969 .showHandle{}
#module_315820969 .showHandle{}
#module_315820969 .showHandle{}
#module_315820969 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px #000;}
#module_315820969 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_315820969 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_315820969 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_315820969 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_315820969 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_315820969 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_315820969 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_315820969 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_315820969 a{font-size:unset;font-family:unset}
.module_315821591 .ModuleHead .HeadCenter{float:none;}
#module_315821591 {
padding:0px;
}
#module_315821591 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315821591 .ModuleHead315821591 {
display:none;
}
#module_315821591 {
border:none;
}
@media screen and (min-width: 768px){
#module_315821591 >.module_315821591 {
margin-top:7.5000%;
margin-left:17.5000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315821591 >.module_315821591 {
}
}

#module_315821591 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315821591 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315821591 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315821591 .ModuleImageTextGiantContent{margin-right:10px;}
#module_315821591 .imageTextGiant-Container{padding-top:10px;}
#module_315821591 .imageTextGiant-Container{padding-bottom:10px;}
#module_315821591 .imageTextGiant-Container{padding-left:10px;}
#module_315821591 .imageTextGiant-Container{padding-right:10px;}
#module_315821591 .showHandle .btn{font-size:px;}
#module_315821591 .showHandle .btn{font-family:;}
#module_315821591 .showHandle .btn{color:;}
#module_315821591 .showHandle .btn{}
#module_315821591 .showHandle .btn{}
#module_315821591 .showHandle .btn{}
#module_315821591 .showHandle div{border-top-color: !important;}
#module_315821591 .showHandle div{border-top-style: !important;}
#module_315821591 .showHandle div{border-top-width:px !important;}
#module_315821591 .showHandle{background-color:;}
#module_315821591 .showHandle{}
#module_315821591 .showHandle{}
#module_315821591 .showHandle{}
#module_315821591 .showHandle{}
#module_315821591 .showHandle{}
#module_315821591 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818285 #Sub315818285_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_315829163 .ModuleHead .HeadCenter{float:none;}
#module_315829163 {
padding:0px;
}
#module_315829163 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_315829163 .ModuleHead315829163 {
display:none;
}
#module_315829163 .BodyCenter.BodyCenter315829163 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315829163 >.module_315829163 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315829163 >.module_315829163{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315829163 .BodyCenter.BodyCenter315829163 {
padding-top:16.2162%;
padding-left:8.1081%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829163 .BodyCenter.BodyCenter315829163 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315829163 >.module_315829163 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829163 >.module_315829163 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315829163 >.module_315829163 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315829163:hover {
border:none;
}
#module_315829163:hover >.module_315829163 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315829163 .ModulePlainTextGiantContent{margin-top:0px;}
#module_315829163 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_315829163 .ModulePlainTextGiantContent{margin-left:0px;}
#module_315829163 .ModulePlainTextGiantContent{margin-right:10px;}
#module_315829163 .plainTextGiant-Container{padding-top:10px;}
#module_315829163 .plainTextGiant-Container{padding-bottom:9px;}
#module_315829163 .plainTextGiant-Container{padding-left:10px;}
#module_315829163 .plainTextGiant-Container{padding-right:10px;}
#module_315829163 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_315818055 .ModuleHead .HeadCenter{float:none;}
#module_315818055 {
padding:0px;
}
#module_315818055 {
position:static;
z-index:0;
top:56px;
left:1441px;
width:100%;
height: auto;
}
#module_315818055 .ModuleHead315818055 {
display:none;
}
#module_315818055 .BodyCenter.BodyCenter315818055 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315818055 >.module_315818055 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818055 >.module_315818055{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818055 .BodyCenter.BodyCenter315818055 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:21.6216%;
}
}
@media screen and (max-width: 767px){
#module_315818055 .BodyCenter.BodyCenter315818055 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818055 >.module_315818055 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818055 >.module_315818055 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818055 >.module_315818055 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818055:hover {
border:none;
}
#module_315818055:hover >.module_315818055 {
border-color:#ccc;
}
#module_315818055:hover >.module_315818055 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818055 .inlayout-104dialogmodule_315818055,#module_315818055 .main-class-container-mobile{border-color:#e5e5e5 !important;}
#module_315818055 .inlayout-104dialogmodule_315818055,#module_315818055 .main-class-container-mobile{border-style:none !important;}
#module_315818055 .inlayout-104dialogmodule_315818055,#module_315818055 .main-class-container-mobile{border-width:1px !important;}
#module_315818055 .inlayout-104dialogmodule_315818055,#module_315818055 .main-class-container-mobile{background-color:rgba(0,0,0,0);}
#module_315818055 .inlayout-104dialogmodule_315818055,#module_315818055 .main-class-container-mobile{background-image:none;}
#module_315818055 .inlayout-104dialogmodule_315818055,#module_315818055 .main-class-container-mobile{}
#module_315818055 .inlayout-104dialogmodule_315818055,#module_315818055 .main-class-container-mobile{}
#module_315818055 .inlayout-104dialogmodule_315818055,#module_315818055 .main-class-container-mobile{}
#module_315818055 .inlayout-104dialogmodule_315818055,#module_315818055 .main-class-container-mobile{}
#module_315818055 .inlayout-104dialogmodule_315818055 .class-title .class-title-text,#module_315818055 .class-title .class-title-text{font-size:16px !important;}
#module_315818055 .inlayout-104dialogmodule_315818055 .class-title .class-title-text,#module_315818055 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818055 .inlayout-104dialogmodule_315818055 .class-title .class-title-text,#module_315818055 .class-title .class-title-text{color:rgb(0, 0, 0) !important;}
#module_315818055 .inlayout-104dialogmodule_315818055 .class-title .class-title-text,#module_315818055 .class-title .class-title-text{font-weight:normal !important;}
#module_315818055 .inlayout-104dialogmodule_315818055 .class-title .class-title-text,#module_315818055 .class-title .class-title-text{text-decoration:none !important;}
#module_315818055 .inlayout-104dialogmodule_315818055 .class-title .class-title-text,#module_315818055 .class-title .class-title-text{font-style:normal !important;}
#module_315818055 .inlayout-104dialogmodule_315818055 .class-title,#module_315818055 .class-title{background-color:rgb(255, 255, 255);}
#module_315818055 .inlayout-104dialogmodule_315818055 .class-title,#module_315818055 .class-title{background-image:none;}
#module_315818055 .inlayout-104dialogmodule_315818055 .class-title,#module_315818055 .class-title{}
#module_315818055 .inlayout-104dialogmodule_315818055 .class-title,#module_315818055 .class-title{}
#module_315818055 .inlayout-104dialogmodule_315818055 .class-title,#module_315818055 .class-title{}
#module_315818055 .inlayout-104dialogmodule_315818055 .class-title,#module_315818055 .class-title{}
#module_315818055 .inlayout-104dialogmodule_315818055 .class-title,#module_315818055 .class-title{height:50px !important;line-height:50px !important;}
#module_315818055 .main-class-item,.inlayout-104dialogmodule_315818055 .main-class-item{background-color:rgba(0,0,0,0);}
#module_315818055 .main-class-item,.inlayout-104dialogmodule_315818055 .main-class-item{background-image:none;}
#module_315818055 .main-class-item,.inlayout-104dialogmodule_315818055 .main-class-item{background-repeat:no-repeat;}
#module_315818055 .main-class-item,.inlayout-104dialogmodule_315818055 .main-class-item{}
#module_315818055 .main-class-item,.inlayout-104dialogmodule_315818055 .main-class-item{}
#module_315818055 .main-class-item,.inlayout-104dialogmodule_315818055 .main-class-item{}
#module_315818055 .main-class-line,.inlayout-104dialogmodule_315818055 .main-class-line{border-bottom-color:#e5e5e5 !important;}
#module_315818055 .main-class-line,.inlayout-104dialogmodule_315818055 .main-class-line{border-bottom-style:none !important;}
#module_315818055 .main-class-line,.inlayout-104dialogmodule_315818055 .main-class-line{border-bottom-width:1px !important;}
#module_315818055 .main-class-text,.inlayout-104dialogmodule_315818055 .main-class-text{font-size:14px !important;}
#module_315818055 .main-class-text,.inlayout-104dialogmodule_315818055 .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818055 .main-class-text,.inlayout-104dialogmodule_315818055 .main-class-text{color:rgb(179, 185, 198) !important;}
#module_315818055 .main-class-text,.inlayout-104dialogmodule_315818055 .main-class-text{font-weight:normal !important;}
#module_315818055 .main-class-text,.inlayout-104dialogmodule_315818055 .main-class-text{text-decoration:none !important;}
#module_315818055 .main-class-text,.inlayout-104dialogmodule_315818055 .main-class-text{font-style:normal !important;}
#module_315818055 .main-class-item,.inlayout-104dialogmodule_315818055 .main-class-item{height:30px;line-height:30px !important;}
#module_315818055 .sub-class-item,.inlayout-104dialogmodule_315818055 .sub-class-item{background-color:rgba(0,0,0,0);}
#module_315818055 .sub-class-item,.inlayout-104dialogmodule_315818055 .sub-class-item{background-image:none;}
#module_315818055 .sub-class-item,.inlayout-104dialogmodule_315818055 .sub-class-item{background-repeat:no-repeat;}
#module_315818055 .sub-class-item,.inlayout-104dialogmodule_315818055 .sub-class-item{}
#module_315818055 .sub-class-item,.inlayout-104dialogmodule_315818055 .sub-class-item{}
#module_315818055 .sub-class-item,.inlayout-104dialogmodule_315818055 .sub-class-item{}
#module_315818055 .sub-class-text,.inlayout-104dialogmodule_315818055 .sub-class-text{font-size:14px !important;}
#module_315818055 .sub-class-text,.inlayout-104dialogmodule_315818055 .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818055 .sub-class-text,.inlayout-104dialogmodule_315818055 .sub-class-text{color:rgb(255, 255, 255) !important;}
#module_315818055 .sub-class-text,.inlayout-104dialogmodule_315818055 .sub-class-text{font-weight:normal !important;}
#module_315818055 .sub-class-text,.inlayout-104dialogmodule_315818055 .sub-class-text{text-decoration:none !important;}
#module_315818055 .sub-class-text,.inlayout-104dialogmodule_315818055 .sub-class-text{font-style:normal !important;}
#module_315818055 .sub-class-item,.inlayout-104dialogmodule_315818055 .sub-class-item{height:30px !important;line-height:30px !important;}
#module_315818055 .inlayout-104dialogmodule_315818055 .main-class-icon,.inlayout-104dialogmodule_315818055 .class-title-icon,#module_315818055 .main-class-icon,#module_315818055 .class-title-icon{color:#000 !important;}
#module_315818055 .main-class-item.active,#copy_module_315818055 .main-class-item.active,.inlayout-104dialogmodule_315818055 .main-class-item.active,.inlayout-104dialogmodule_315818055 .classify:hover{background-color:rgba(0,0,0,0);}
#module_315818055 .main-class-item.active{background-image:none;}
#module_315818055 .main-class-item.active{background-repeat:no-repeat;}
#module_315818055 .main-class-item.active{}
#module_315818055 .main-class-item.active{}
#module_315818055 .main-class-item.active{}
#module_315818055 .main-class-item-box .main-class-line.active{border-bottom-color:#e5e5e5 !important;}
#module_315818055 .main-class-item-box .main-class-line.active{border-bottom-style:none !important;}
#module_315818055 .main-class-item-box .main-class-line.active{border-bottom-width:1px !important;}
#module_315818055 .main-class-item.active .main-class-text{font-size:14px !important;}
#module_315818055 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818055 .main-class-item.active .main-class-text,#copy_module_315818055 .main-class-item.active .main-class-text{color:rgb(255, 255, 255) !important;}
#module_315818055 .main-class-item.active .main-class-text{font-weight:normal !important;}
#module_315818055 .main-class-item.active .main-class-text{text-decoration:none !important;}
#module_315818055 .main-class-item.active .main-class-text{font-style:normal !important;}
#module_315818055 .main-class-item.active{height:30px;line-height:30px !important;}
#module_315818055 .sub-class-item.active,#copy_module_315818055 .sub-class-item.active,.inlayout-104dialogmodule_315818055 .sub-class-item.active,.inlayout-104dialogmodule_315818055 .sub-class-item:hover{background-color:rgba(0,0,0,0);}
#module_315818055 .sub-class-item.active{background-image:none;}
#module_315818055 .sub-class-item.active{background-repeat:no-repeat;}
#module_315818055 .sub-class-item.active{}
#module_315818055 .sub-class-item.active .sub-class-text{}
#module_315818055 .sub-class-item.active .sub-class-text{}
#module_315818055 .sub-class-item.active .sub-class-text{font-size:14px !important;}
#module_315818055 .sub-class-item.active .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818055 .sub-class-item.active .sub-class-text,#copy_module_315818055 .sub-class-item.active .sub-class-text{color:rgb(0, 176, 240) !important;}
#module_315818055 .sub-class-item.active .sub-class-text{font-weight:normal !important;}
#module_315818055 .sub-class-item.active .sub-class-text{text-decoration:none !important;}
#module_315818055 .sub-class-item.active .sub-class-text{font-style:normal !important;}
#module_315818055 .sub-class-item.active{height:30px;line-height:30px !important;}
#module_315818055 .main-class-item.active .main-class-icon,#module_315818055 .class-title:hover .class-title-icon{color:#fff !important;}


.ModuleGridContainer.ModuleGridContainer315818285 #Sub315818285_2 {width:15.4167%;}
.module_315829164 .ModuleHead .HeadCenter{float:none;}
#module_315829164 {
padding:0px;
}
#module_315829164 {
position:static;
z-index:0;
top:22px;
left:0px;
width:100%;
height: auto;
}
#module_315829164 .ModuleHead315829164 {
display:none;
}
#module_315829164 .BodyCenter.BodyCenter315829164 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315829164 >.module_315829164 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315829164 >.module_315829164{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315829164 .BodyCenter.BodyCenter315829164 {
padding-top:14.7059%;
padding-left:7.3529%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829164 .BodyCenter.BodyCenter315829164 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315829164 >.module_315829164 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829164 >.module_315829164 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315829164 >.module_315829164 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315829164:hover {
border:none;
}
#module_315829164:hover >.module_315829164 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315829164 .ModulePlainTextGiantContent{margin-top:0px;}
#module_315829164 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_315829164 .ModulePlainTextGiantContent{margin-left:0px;}
#module_315829164 .ModulePlainTextGiantContent{margin-right:10px;}
#module_315829164 .plainTextGiant-Container{padding-top:10px;}
#module_315829164 .plainTextGiant-Container{padding-bottom:10px;}
#module_315829164 .plainTextGiant-Container{padding-left:10px;}
#module_315829164 .plainTextGiant-Container{padding-right:10px;}
#module_315829164 a{font-size:unset;font-family:unset}
.module_315818058 .ModuleHead .HeadCenter{float:none;}
#module_315818058 {
padding:0px;
}
#module_315818058 {
position:static;
z-index:0;
top:49px;
left:1441px;
width:100%;
height: auto;
}
#module_315818058 .ModuleHead315818058 {
display:none;
}
#module_315818058 .BodyCenter.BodyCenter315818058 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315818058 >.module_315818058 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818058 >.module_315818058{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818058 .BodyCenter.BodyCenter315818058 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:23.9521%;
}
}
@media screen and (max-width: 767px){
#module_315818058 .BodyCenter.BodyCenter315818058 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818058 >.module_315818058 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818058 >.module_315818058 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818058 >.module_315818058 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818058:hover {
border:none;
}
#module_315818058:hover >.module_315818058 {
border-color:#ccc;
}
#module_315818058:hover >.module_315818058 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818058 .inlayout-104dialogmodule_315818058,#module_315818058 .main-class-container-mobile{border-color:#e5e5e5 !important;}
#module_315818058 .inlayout-104dialogmodule_315818058,#module_315818058 .main-class-container-mobile{border-style:none !important;}
#module_315818058 .inlayout-104dialogmodule_315818058,#module_315818058 .main-class-container-mobile{border-width:1px !important;}
#module_315818058 .inlayout-104dialogmodule_315818058,#module_315818058 .main-class-container-mobile{background-color:rgba(0,0,0,0);}
#module_315818058 .inlayout-104dialogmodule_315818058,#module_315818058 .main-class-container-mobile{background-image:none;}
#module_315818058 .inlayout-104dialogmodule_315818058,#module_315818058 .main-class-container-mobile{}
#module_315818058 .inlayout-104dialogmodule_315818058,#module_315818058 .main-class-container-mobile{}
#module_315818058 .inlayout-104dialogmodule_315818058,#module_315818058 .main-class-container-mobile{}
#module_315818058 .inlayout-104dialogmodule_315818058,#module_315818058 .main-class-container-mobile{}
#module_315818058 .inlayout-104dialogmodule_315818058 .class-title .class-title-text,#module_315818058 .class-title .class-title-text{font-size:16px !important;}
#module_315818058 .inlayout-104dialogmodule_315818058 .class-title .class-title-text,#module_315818058 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818058 .inlayout-104dialogmodule_315818058 .class-title .class-title-text,#module_315818058 .class-title .class-title-text{color:rgb(0, 0, 0) !important;}
#module_315818058 .inlayout-104dialogmodule_315818058 .class-title .class-title-text,#module_315818058 .class-title .class-title-text{font-weight:normal !important;}
#module_315818058 .inlayout-104dialogmodule_315818058 .class-title .class-title-text,#module_315818058 .class-title .class-title-text{text-decoration:none !important;}
#module_315818058 .inlayout-104dialogmodule_315818058 .class-title .class-title-text,#module_315818058 .class-title .class-title-text{font-style:normal !important;}
#module_315818058 .inlayout-104dialogmodule_315818058 .class-title,#module_315818058 .class-title{background-color:rgb(255, 255, 255);}
#module_315818058 .inlayout-104dialogmodule_315818058 .class-title,#module_315818058 .class-title{background-image:none;}
#module_315818058 .inlayout-104dialogmodule_315818058 .class-title,#module_315818058 .class-title{}
#module_315818058 .inlayout-104dialogmodule_315818058 .class-title,#module_315818058 .class-title{}
#module_315818058 .inlayout-104dialogmodule_315818058 .class-title,#module_315818058 .class-title{}
#module_315818058 .inlayout-104dialogmodule_315818058 .class-title,#module_315818058 .class-title{}
#module_315818058 .inlayout-104dialogmodule_315818058 .class-title,#module_315818058 .class-title{height:50px !important;line-height:50px !important;}
#module_315818058 .main-class-item,.inlayout-104dialogmodule_315818058 .main-class-item{background-color:rgba(0,0,0,0);}
#module_315818058 .main-class-item,.inlayout-104dialogmodule_315818058 .main-class-item{background-image:none;}
#module_315818058 .main-class-item,.inlayout-104dialogmodule_315818058 .main-class-item{background-repeat:no-repeat;}
#module_315818058 .main-class-item,.inlayout-104dialogmodule_315818058 .main-class-item{}
#module_315818058 .main-class-item,.inlayout-104dialogmodule_315818058 .main-class-item{}
#module_315818058 .main-class-item,.inlayout-104dialogmodule_315818058 .main-class-item{}
#module_315818058 .main-class-line,.inlayout-104dialogmodule_315818058 .main-class-line{border-bottom-color:#e5e5e5 !important;}
#module_315818058 .main-class-line,.inlayout-104dialogmodule_315818058 .main-class-line{border-bottom-style:none !important;}
#module_315818058 .main-class-line,.inlayout-104dialogmodule_315818058 .main-class-line{border-bottom-width:1px !important;}
#module_315818058 .main-class-text,.inlayout-104dialogmodule_315818058 .main-class-text{font-size:14px !important;}
#module_315818058 .main-class-text,.inlayout-104dialogmodule_315818058 .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818058 .main-class-text,.inlayout-104dialogmodule_315818058 .main-class-text{color:rgb(179, 185, 198) !important;}
#module_315818058 .main-class-text,.inlayout-104dialogmodule_315818058 .main-class-text{font-weight:normal !important;}
#module_315818058 .main-class-text,.inlayout-104dialogmodule_315818058 .main-class-text{text-decoration:none !important;}
#module_315818058 .main-class-text,.inlayout-104dialogmodule_315818058 .main-class-text{font-style:normal !important;}
#module_315818058 .main-class-item,.inlayout-104dialogmodule_315818058 .main-class-item{height:30px;line-height:30px !important;}
#module_315818058 .sub-class-item,.inlayout-104dialogmodule_315818058 .sub-class-item{background-color:rgba(0,0,0,0);}
#module_315818058 .sub-class-item,.inlayout-104dialogmodule_315818058 .sub-class-item{background-image:none;}
#module_315818058 .sub-class-item,.inlayout-104dialogmodule_315818058 .sub-class-item{background-repeat:no-repeat;}
#module_315818058 .sub-class-item,.inlayout-104dialogmodule_315818058 .sub-class-item{}
#module_315818058 .sub-class-item,.inlayout-104dialogmodule_315818058 .sub-class-item{}
#module_315818058 .sub-class-item,.inlayout-104dialogmodule_315818058 .sub-class-item{}
#module_315818058 .sub-class-text,.inlayout-104dialogmodule_315818058 .sub-class-text{font-size:14px !important;}
#module_315818058 .sub-class-text,.inlayout-104dialogmodule_315818058 .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818058 .sub-class-text,.inlayout-104dialogmodule_315818058 .sub-class-text{color:rgb(255, 255, 255) !important;}
#module_315818058 .sub-class-text,.inlayout-104dialogmodule_315818058 .sub-class-text{font-weight:normal !important;}
#module_315818058 .sub-class-text,.inlayout-104dialogmodule_315818058 .sub-class-text{text-decoration:none !important;}
#module_315818058 .sub-class-text,.inlayout-104dialogmodule_315818058 .sub-class-text{font-style:normal !important;}
#module_315818058 .sub-class-item,.inlayout-104dialogmodule_315818058 .sub-class-item{height:30px !important;line-height:30px !important;}
#module_315818058 .inlayout-104dialogmodule_315818058 .main-class-icon,.inlayout-104dialogmodule_315818058 .class-title-icon,#module_315818058 .main-class-icon,#module_315818058 .class-title-icon{color:#000 !important;}
#module_315818058 .main-class-item.active,#copy_module_315818058 .main-class-item.active,.inlayout-104dialogmodule_315818058 .main-class-item.active,.inlayout-104dialogmodule_315818058 .classify:hover{background-color:rgba(0,0,0,0);}
#module_315818058 .main-class-item.active{background-image:none;}
#module_315818058 .main-class-item.active{background-repeat:no-repeat;}
#module_315818058 .main-class-item.active{}
#module_315818058 .main-class-item.active{}
#module_315818058 .main-class-item.active{}
#module_315818058 .main-class-item-box .main-class-line.active{border-bottom-color:#e5e5e5 !important;}
#module_315818058 .main-class-item-box .main-class-line.active{border-bottom-style:none !important;}
#module_315818058 .main-class-item-box .main-class-line.active{border-bottom-width:1px !important;}
#module_315818058 .main-class-item.active .main-class-text{font-size:14px !important;}
#module_315818058 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818058 .main-class-item.active .main-class-text,#copy_module_315818058 .main-class-item.active .main-class-text{color:rgb(255, 255, 255) !important;}
#module_315818058 .main-class-item.active .main-class-text{font-weight:normal !important;}
#module_315818058 .main-class-item.active .main-class-text{text-decoration:none !important;}
#module_315818058 .main-class-item.active .main-class-text{font-style:normal !important;}
#module_315818058 .main-class-item.active{height:30px;line-height:30px !important;}
#module_315818058 .sub-class-item.active,#copy_module_315818058 .sub-class-item.active,.inlayout-104dialogmodule_315818058 .sub-class-item.active,.inlayout-104dialogmodule_315818058 .sub-class-item:hover{background-color:rgba(0,0,0,0);}
#module_315818058 .sub-class-item.active{background-image:none;}
#module_315818058 .sub-class-item.active{background-repeat:no-repeat;}
#module_315818058 .sub-class-item.active{}
#module_315818058 .sub-class-item.active .sub-class-text{}
#module_315818058 .sub-class-item.active .sub-class-text{}
#module_315818058 .sub-class-item.active .sub-class-text{font-size:14px !important;}
#module_315818058 .sub-class-item.active .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818058 .sub-class-item.active .sub-class-text,#copy_module_315818058 .sub-class-item.active .sub-class-text{color:rgb(0, 176, 240) !important;}
#module_315818058 .sub-class-item.active .sub-class-text{font-weight:normal !important;}
#module_315818058 .sub-class-item.active .sub-class-text{text-decoration:none !important;}
#module_315818058 .sub-class-item.active .sub-class-text{font-style:normal !important;}
#module_315818058 .sub-class-item.active{height:30px;line-height:30px !important;}
#module_315818058 .main-class-item.active .main-class-icon,#module_315818058 .class-title:hover .class-title-icon{color:#fff !important;}


.ModuleGridContainer.ModuleGridContainer315818285 #Sub315818285_3 {width:13.9167%;}
.module_315829165 .ModuleHead .HeadCenter{float:none;}
#module_315829165 {
padding:0px;
}
#module_315829165 {
position:static;
z-index:0;
top:34px;
left:0px;
width:100%;
height: auto;
}
#module_315829165 .ModuleHead315829165 {
display:none;
}
#module_315829165 .BodyCenter.BodyCenter315829165 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315829165 >.module_315829165 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315829165 >.module_315829165{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315829165 .BodyCenter.BodyCenter315829165 {
padding-top:16.6667%;
padding-left:8.3333%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829165 .BodyCenter.BodyCenter315829165 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315829165 >.module_315829165 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829165 >.module_315829165 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315829165 >.module_315829165 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315829165:hover {
border:none;
}
#module_315829165:hover >.module_315829165 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315829165 .ModulePlainTextGiantContent{margin-top:0px;}
#module_315829165 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_315829165 .ModulePlainTextGiantContent{margin-left:0px;}
#module_315829165 .ModulePlainTextGiantContent{margin-right:10px;}
#module_315829165 .plainTextGiant-Container{padding-top:10px;}
#module_315829165 .plainTextGiant-Container{padding-bottom:10px;}
#module_315829165 .plainTextGiant-Container{padding-left:10px;}
#module_315829165 .plainTextGiant-Container{padding-right:10px;}
#module_315829165 a{font-size:unset;font-family:unset}
.module_315818059 .ModuleHead .HeadCenter{float:none;}
#module_315818059 {
padding:0px;
}
#module_315818059 {
position:static;
z-index:0;
top:52px;
left:0px;
width:100%;
height: auto;
}
#module_315818059 .ModuleHead315818059 {
display:none;
}
#module_315818059 .BodyCenter.BodyCenter315818059 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315818059 >.module_315818059 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818059 >.module_315818059{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818059 .BodyCenter.BodyCenter315818059 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:24.8447%;
}
}
@media screen and (max-width: 767px){
#module_315818059 .BodyCenter.BodyCenter315818059 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818059 >.module_315818059 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818059 >.module_315818059 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818059 >.module_315818059 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818059:hover {
border:none;
}
#module_315818059:hover >.module_315818059 {
border-color:#ccc;
}
#module_315818059:hover >.module_315818059 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818059 .inlayout-104dialogmodule_315818059,#module_315818059 .main-class-container-mobile{border-color:#e5e5e5 !important;}
#module_315818059 .inlayout-104dialogmodule_315818059,#module_315818059 .main-class-container-mobile{border-style:none !important;}
#module_315818059 .inlayout-104dialogmodule_315818059,#module_315818059 .main-class-container-mobile{border-width:1px !important;}
#module_315818059 .inlayout-104dialogmodule_315818059,#module_315818059 .main-class-container-mobile{background-color:rgba(0,0,0,0);}
#module_315818059 .inlayout-104dialogmodule_315818059,#module_315818059 .main-class-container-mobile{background-image:none;}
#module_315818059 .inlayout-104dialogmodule_315818059,#module_315818059 .main-class-container-mobile{}
#module_315818059 .inlayout-104dialogmodule_315818059,#module_315818059 .main-class-container-mobile{}
#module_315818059 .inlayout-104dialogmodule_315818059,#module_315818059 .main-class-container-mobile{}
#module_315818059 .inlayout-104dialogmodule_315818059,#module_315818059 .main-class-container-mobile{}
#module_315818059 .inlayout-104dialogmodule_315818059 .class-title .class-title-text,#module_315818059 .class-title .class-title-text{font-size:16px !important;}
#module_315818059 .inlayout-104dialogmodule_315818059 .class-title .class-title-text,#module_315818059 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818059 .inlayout-104dialogmodule_315818059 .class-title .class-title-text,#module_315818059 .class-title .class-title-text{color:rgb(0, 0, 0) !important;}
#module_315818059 .inlayout-104dialogmodule_315818059 .class-title .class-title-text,#module_315818059 .class-title .class-title-text{font-weight:normal !important;}
#module_315818059 .inlayout-104dialogmodule_315818059 .class-title .class-title-text,#module_315818059 .class-title .class-title-text{text-decoration:none !important;}
#module_315818059 .inlayout-104dialogmodule_315818059 .class-title .class-title-text,#module_315818059 .class-title .class-title-text{font-style:normal !important;}
#module_315818059 .inlayout-104dialogmodule_315818059 .class-title,#module_315818059 .class-title{background-color:rgb(255, 255, 255);}
#module_315818059 .inlayout-104dialogmodule_315818059 .class-title,#module_315818059 .class-title{background-image:none;}
#module_315818059 .inlayout-104dialogmodule_315818059 .class-title,#module_315818059 .class-title{}
#module_315818059 .inlayout-104dialogmodule_315818059 .class-title,#module_315818059 .class-title{}
#module_315818059 .inlayout-104dialogmodule_315818059 .class-title,#module_315818059 .class-title{}
#module_315818059 .inlayout-104dialogmodule_315818059 .class-title,#module_315818059 .class-title{}
#module_315818059 .inlayout-104dialogmodule_315818059 .class-title,#module_315818059 .class-title{height:50px !important;line-height:50px !important;}
#module_315818059 .main-class-item,.inlayout-104dialogmodule_315818059 .main-class-item{background-color:rgba(0,0,0,0);}
#module_315818059 .main-class-item,.inlayout-104dialogmodule_315818059 .main-class-item{background-image:none;}
#module_315818059 .main-class-item,.inlayout-104dialogmodule_315818059 .main-class-item{background-repeat:no-repeat;}
#module_315818059 .main-class-item,.inlayout-104dialogmodule_315818059 .main-class-item{}
#module_315818059 .main-class-item,.inlayout-104dialogmodule_315818059 .main-class-item{}
#module_315818059 .main-class-item,.inlayout-104dialogmodule_315818059 .main-class-item{}
#module_315818059 .main-class-line,.inlayout-104dialogmodule_315818059 .main-class-line{border-bottom-color:#e5e5e5 !important;}
#module_315818059 .main-class-line,.inlayout-104dialogmodule_315818059 .main-class-line{border-bottom-style:none !important;}
#module_315818059 .main-class-line,.inlayout-104dialogmodule_315818059 .main-class-line{border-bottom-width:1px !important;}
#module_315818059 .main-class-text,.inlayout-104dialogmodule_315818059 .main-class-text{font-size:14px !important;}
#module_315818059 .main-class-text,.inlayout-104dialogmodule_315818059 .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818059 .main-class-text,.inlayout-104dialogmodule_315818059 .main-class-text{color:rgb(179, 185, 198) !important;}
#module_315818059 .main-class-text,.inlayout-104dialogmodule_315818059 .main-class-text{font-weight:normal !important;}
#module_315818059 .main-class-text,.inlayout-104dialogmodule_315818059 .main-class-text{text-decoration:none !important;}
#module_315818059 .main-class-text,.inlayout-104dialogmodule_315818059 .main-class-text{font-style:normal !important;}
#module_315818059 .main-class-item,.inlayout-104dialogmodule_315818059 .main-class-item{height:30px;line-height:30px !important;}
#module_315818059 .sub-class-item,.inlayout-104dialogmodule_315818059 .sub-class-item{background-color:rgba(0,0,0,0);}
#module_315818059 .sub-class-item,.inlayout-104dialogmodule_315818059 .sub-class-item{background-image:none;}
#module_315818059 .sub-class-item,.inlayout-104dialogmodule_315818059 .sub-class-item{background-repeat:no-repeat;}
#module_315818059 .sub-class-item,.inlayout-104dialogmodule_315818059 .sub-class-item{}
#module_315818059 .sub-class-item,.inlayout-104dialogmodule_315818059 .sub-class-item{}
#module_315818059 .sub-class-item,.inlayout-104dialogmodule_315818059 .sub-class-item{}
#module_315818059 .sub-class-text,.inlayout-104dialogmodule_315818059 .sub-class-text{font-size:14px !important;}
#module_315818059 .sub-class-text,.inlayout-104dialogmodule_315818059 .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818059 .sub-class-text,.inlayout-104dialogmodule_315818059 .sub-class-text{color:rgb(255, 255, 255) !important;}
#module_315818059 .sub-class-text,.inlayout-104dialogmodule_315818059 .sub-class-text{font-weight:normal !important;}
#module_315818059 .sub-class-text,.inlayout-104dialogmodule_315818059 .sub-class-text{text-decoration:none !important;}
#module_315818059 .sub-class-text,.inlayout-104dialogmodule_315818059 .sub-class-text{font-style:normal !important;}
#module_315818059 .sub-class-item,.inlayout-104dialogmodule_315818059 .sub-class-item{height:30px !important;line-height:30px !important;}
#module_315818059 .inlayout-104dialogmodule_315818059 .main-class-icon,.inlayout-104dialogmodule_315818059 .class-title-icon,#module_315818059 .main-class-icon,#module_315818059 .class-title-icon{color:#000 !important;}
#module_315818059 .main-class-item.active,#copy_module_315818059 .main-class-item.active,.inlayout-104dialogmodule_315818059 .main-class-item.active,.inlayout-104dialogmodule_315818059 .classify:hover{background-color:rgba(0,0,0,0);}
#module_315818059 .main-class-item.active{background-image:none;}
#module_315818059 .main-class-item.active{background-repeat:no-repeat;}
#module_315818059 .main-class-item.active{}
#module_315818059 .main-class-item.active{}
#module_315818059 .main-class-item.active{}
#module_315818059 .main-class-item-box .main-class-line.active{border-bottom-color:#e5e5e5 !important;}
#module_315818059 .main-class-item-box .main-class-line.active{border-bottom-style:none !important;}
#module_315818059 .main-class-item-box .main-class-line.active{border-bottom-width:1px !important;}
#module_315818059 .main-class-item.active .main-class-text{font-size:14px !important;}
#module_315818059 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818059 .main-class-item.active .main-class-text,#copy_module_315818059 .main-class-item.active .main-class-text{color:rgb(255, 255, 255) !important;}
#module_315818059 .main-class-item.active .main-class-text{font-weight:normal !important;}
#module_315818059 .main-class-item.active .main-class-text{text-decoration:none !important;}
#module_315818059 .main-class-item.active .main-class-text{font-style:normal !important;}
#module_315818059 .main-class-item.active{height:30px;line-height:30px !important;}
#module_315818059 .sub-class-item.active,#copy_module_315818059 .sub-class-item.active,.inlayout-104dialogmodule_315818059 .sub-class-item.active,.inlayout-104dialogmodule_315818059 .sub-class-item:hover{background-color:rgba(0,0,0,0);}
#module_315818059 .sub-class-item.active{background-image:none;}
#module_315818059 .sub-class-item.active{background-repeat:no-repeat;}
#module_315818059 .sub-class-item.active{}
#module_315818059 .sub-class-item.active .sub-class-text{}
#module_315818059 .sub-class-item.active .sub-class-text{}
#module_315818059 .sub-class-item.active .sub-class-text{font-size:14px !important;}
#module_315818059 .sub-class-item.active .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818059 .sub-class-item.active .sub-class-text,#copy_module_315818059 .sub-class-item.active .sub-class-text{color:rgb(0, 176, 240) !important;}
#module_315818059 .sub-class-item.active .sub-class-text{font-weight:normal !important;}
#module_315818059 .sub-class-item.active .sub-class-text{text-decoration:none !important;}
#module_315818059 .sub-class-item.active .sub-class-text{font-style:normal !important;}
#module_315818059 .sub-class-item.active{height:30px;line-height:30px !important;}
#module_315818059 .main-class-item.active .main-class-icon,#module_315818059 .class-title:hover .class-title-icon{color:#fff !important;}


.ModuleGridContainer.ModuleGridContainer315818285 #Sub315818285_4 {width:13.4167%;}
.module_315829166 .ModuleHead .HeadCenter{float:none;}
#module_315829166 {
padding:0px;
}
#module_315829166 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_315829166 .ModuleHead315829166 {
display:none;
}
#module_315829166 .BodyCenter.BodyCenter315829166 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315829166 >.module_315829166 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315829166 >.module_315829166{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315829166 .BodyCenter.BodyCenter315829166 {
padding-top:17.8571%;
padding-left:8.9286%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829166 .BodyCenter.BodyCenter315829166 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315829166 >.module_315829166 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829166 >.module_315829166 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315829166 >.module_315829166 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315829166:hover {
border:none;
}
#module_315829166:hover >.module_315829166 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315829166 .ModulePlainTextGiantContent{margin-top:0px;}
#module_315829166 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_315829166 .ModulePlainTextGiantContent{margin-left:0px;}
#module_315829166 .ModulePlainTextGiantContent{margin-right:10px;}
#module_315829166 .plainTextGiant-Container{padding-top:10px;}
#module_315829166 .plainTextGiant-Container{padding-bottom:10px;}
#module_315829166 .plainTextGiant-Container{padding-left:10px;}
#module_315829166 .plainTextGiant-Container{padding-right:10px;}
#module_315829166 a{font-size:unset;font-family:unset}
.module_315818060 .ModuleHead .HeadCenter{float:none;}
#module_315818060 {
padding:0px;
}
#module_315818060 {
position:static;
z-index:0;
top:47px;
left:0px;
width:100%;
height: auto;
}
#module_315818060 .ModuleHead315818060 {
display:none;
}
#module_315818060 .BodyCenter.BodyCenter315818060 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315818060 >.module_315818060 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818060 >.module_315818060{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818060 .BodyCenter.BodyCenter315818060 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:24.2424%;
}
}
@media screen and (max-width: 767px){
#module_315818060 .BodyCenter.BodyCenter315818060 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818060 >.module_315818060 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818060 >.module_315818060 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818060 >.module_315818060 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818060:hover {
border:none;
}
#module_315818060:hover >.module_315818060 {
border-color:#ccc;
}
#module_315818060:hover >.module_315818060 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818060 .inlayout-104dialogmodule_315818060,#module_315818060 .main-class-container-mobile{border-color:#e5e5e5 !important;}
#module_315818060 .inlayout-104dialogmodule_315818060,#module_315818060 .main-class-container-mobile{border-style:none !important;}
#module_315818060 .inlayout-104dialogmodule_315818060,#module_315818060 .main-class-container-mobile{border-width:1px !important;}
#module_315818060 .inlayout-104dialogmodule_315818060,#module_315818060 .main-class-container-mobile{background-color:rgba(0,0,0,0);}
#module_315818060 .inlayout-104dialogmodule_315818060,#module_315818060 .main-class-container-mobile{background-image:none;}
#module_315818060 .inlayout-104dialogmodule_315818060,#module_315818060 .main-class-container-mobile{}
#module_315818060 .inlayout-104dialogmodule_315818060,#module_315818060 .main-class-container-mobile{}
#module_315818060 .inlayout-104dialogmodule_315818060,#module_315818060 .main-class-container-mobile{}
#module_315818060 .inlayout-104dialogmodule_315818060,#module_315818060 .main-class-container-mobile{}
#module_315818060 .inlayout-104dialogmodule_315818060 .class-title .class-title-text,#module_315818060 .class-title .class-title-text{font-size:16px !important;}
#module_315818060 .inlayout-104dialogmodule_315818060 .class-title .class-title-text,#module_315818060 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818060 .inlayout-104dialogmodule_315818060 .class-title .class-title-text,#module_315818060 .class-title .class-title-text{color:rgb(0, 0, 0) !important;}
#module_315818060 .inlayout-104dialogmodule_315818060 .class-title .class-title-text,#module_315818060 .class-title .class-title-text{font-weight:normal !important;}
#module_315818060 .inlayout-104dialogmodule_315818060 .class-title .class-title-text,#module_315818060 .class-title .class-title-text{text-decoration:none !important;}
#module_315818060 .inlayout-104dialogmodule_315818060 .class-title .class-title-text,#module_315818060 .class-title .class-title-text{font-style:normal !important;}
#module_315818060 .inlayout-104dialogmodule_315818060 .class-title,#module_315818060 .class-title{background-color:rgb(255, 255, 255);}
#module_315818060 .inlayout-104dialogmodule_315818060 .class-title,#module_315818060 .class-title{background-image:none;}
#module_315818060 .inlayout-104dialogmodule_315818060 .class-title,#module_315818060 .class-title{}
#module_315818060 .inlayout-104dialogmodule_315818060 .class-title,#module_315818060 .class-title{}
#module_315818060 .inlayout-104dialogmodule_315818060 .class-title,#module_315818060 .class-title{}
#module_315818060 .inlayout-104dialogmodule_315818060 .class-title,#module_315818060 .class-title{}
#module_315818060 .inlayout-104dialogmodule_315818060 .class-title,#module_315818060 .class-title{height:50px !important;line-height:50px !important;}
#module_315818060 .main-class-item,.inlayout-104dialogmodule_315818060 .main-class-item{background-color:rgba(0,0,0,0);}
#module_315818060 .main-class-item,.inlayout-104dialogmodule_315818060 .main-class-item{background-image:none;}
#module_315818060 .main-class-item,.inlayout-104dialogmodule_315818060 .main-class-item{background-repeat:no-repeat;}
#module_315818060 .main-class-item,.inlayout-104dialogmodule_315818060 .main-class-item{}
#module_315818060 .main-class-item,.inlayout-104dialogmodule_315818060 .main-class-item{}
#module_315818060 .main-class-item,.inlayout-104dialogmodule_315818060 .main-class-item{}
#module_315818060 .main-class-line,.inlayout-104dialogmodule_315818060 .main-class-line{border-bottom-color:#e5e5e5 !important;}
#module_315818060 .main-class-line,.inlayout-104dialogmodule_315818060 .main-class-line{border-bottom-style:none !important;}
#module_315818060 .main-class-line,.inlayout-104dialogmodule_315818060 .main-class-line{border-bottom-width:1px !important;}
#module_315818060 .main-class-text,.inlayout-104dialogmodule_315818060 .main-class-text{font-size:14px !important;}
#module_315818060 .main-class-text,.inlayout-104dialogmodule_315818060 .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818060 .main-class-text,.inlayout-104dialogmodule_315818060 .main-class-text{color:rgb(179, 185, 198) !important;}
#module_315818060 .main-class-text,.inlayout-104dialogmodule_315818060 .main-class-text{font-weight:normal !important;}
#module_315818060 .main-class-text,.inlayout-104dialogmodule_315818060 .main-class-text{text-decoration:none !important;}
#module_315818060 .main-class-text,.inlayout-104dialogmodule_315818060 .main-class-text{font-style:normal !important;}
#module_315818060 .main-class-item,.inlayout-104dialogmodule_315818060 .main-class-item{height:30px;line-height:30px !important;}
#module_315818060 .sub-class-item,.inlayout-104dialogmodule_315818060 .sub-class-item{background-color:rgba(0,0,0,0);}
#module_315818060 .sub-class-item,.inlayout-104dialogmodule_315818060 .sub-class-item{background-image:none;}
#module_315818060 .sub-class-item,.inlayout-104dialogmodule_315818060 .sub-class-item{background-repeat:no-repeat;}
#module_315818060 .sub-class-item,.inlayout-104dialogmodule_315818060 .sub-class-item{}
#module_315818060 .sub-class-item,.inlayout-104dialogmodule_315818060 .sub-class-item{}
#module_315818060 .sub-class-item,.inlayout-104dialogmodule_315818060 .sub-class-item{}
#module_315818060 .sub-class-text,.inlayout-104dialogmodule_315818060 .sub-class-text{font-size:14px !important;}
#module_315818060 .sub-class-text,.inlayout-104dialogmodule_315818060 .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818060 .sub-class-text,.inlayout-104dialogmodule_315818060 .sub-class-text{color:rgb(255, 255, 255) !important;}
#module_315818060 .sub-class-text,.inlayout-104dialogmodule_315818060 .sub-class-text{font-weight:normal !important;}
#module_315818060 .sub-class-text,.inlayout-104dialogmodule_315818060 .sub-class-text{text-decoration:none !important;}
#module_315818060 .sub-class-text,.inlayout-104dialogmodule_315818060 .sub-class-text{font-style:normal !important;}
#module_315818060 .sub-class-item,.inlayout-104dialogmodule_315818060 .sub-class-item{height:30px !important;line-height:30px !important;}
#module_315818060 .inlayout-104dialogmodule_315818060 .main-class-icon,.inlayout-104dialogmodule_315818060 .class-title-icon,#module_315818060 .main-class-icon,#module_315818060 .class-title-icon{color:#000 !important;}
#module_315818060 .main-class-item.active,#copy_module_315818060 .main-class-item.active,.inlayout-104dialogmodule_315818060 .main-class-item.active,.inlayout-104dialogmodule_315818060 .classify:hover{background-color:rgba(0,0,0,0);}
#module_315818060 .main-class-item.active{background-image:none;}
#module_315818060 .main-class-item.active{background-repeat:no-repeat;}
#module_315818060 .main-class-item.active{}
#module_315818060 .main-class-item.active{}
#module_315818060 .main-class-item.active{}
#module_315818060 .main-class-item-box .main-class-line.active{border-bottom-color:#e5e5e5 !important;}
#module_315818060 .main-class-item-box .main-class-line.active{border-bottom-style:none !important;}
#module_315818060 .main-class-item-box .main-class-line.active{border-bottom-width:1px !important;}
#module_315818060 .main-class-item.active .main-class-text{font-size:14px !important;}
#module_315818060 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818060 .main-class-item.active .main-class-text,#copy_module_315818060 .main-class-item.active .main-class-text{color:rgb(255, 255, 255) !important;}
#module_315818060 .main-class-item.active .main-class-text{font-weight:normal !important;}
#module_315818060 .main-class-item.active .main-class-text{text-decoration:none !important;}
#module_315818060 .main-class-item.active .main-class-text{font-style:normal !important;}
#module_315818060 .main-class-item.active{height:30px;line-height:30px !important;}
#module_315818060 .sub-class-item.active,#copy_module_315818060 .sub-class-item.active,.inlayout-104dialogmodule_315818060 .sub-class-item.active,.inlayout-104dialogmodule_315818060 .sub-class-item:hover{background-color:rgba(0,0,0,0);}
#module_315818060 .sub-class-item.active{background-image:none;}
#module_315818060 .sub-class-item.active{background-repeat:no-repeat;}
#module_315818060 .sub-class-item.active{}
#module_315818060 .sub-class-item.active .sub-class-text{}
#module_315818060 .sub-class-item.active .sub-class-text{}
#module_315818060 .sub-class-item.active .sub-class-text{font-size:14px !important;}
#module_315818060 .sub-class-item.active .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818060 .sub-class-item.active .sub-class-text,#copy_module_315818060 .sub-class-item.active .sub-class-text{color:rgb(0, 176, 240) !important;}
#module_315818060 .sub-class-item.active .sub-class-text{font-weight:normal !important;}
#module_315818060 .sub-class-item.active .sub-class-text{text-decoration:none !important;}
#module_315818060 .sub-class-item.active .sub-class-text{font-style:normal !important;}
#module_315818060 .sub-class-item.active{height:30px;line-height:30px !important;}
#module_315818060 .main-class-item.active .main-class-icon,#module_315818060 .class-title:hover .class-title-icon{color:#fff !important;}


.ModuleGridContainer.ModuleGridContainer315818285 #Sub315818285_5 {width:13.8333%;}
.module_315829167 .ModuleHead .HeadCenter{float:none;}
#module_315829167 {
padding:0px;
}
#module_315829167 {
position:static;
z-index:0;
top:19px;
left:0px;
width:100%;
height: auto;
}
#module_315829167 .ModuleHead315829167 {
display:none;
}
#module_315829167 .BodyCenter.BodyCenter315829167 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315829167 >.module_315829167 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315829167 >.module_315829167{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315829167 .BodyCenter.BodyCenter315829167 {
padding-top:18.1818%;
padding-left:9.0909%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829167 .BodyCenter.BodyCenter315829167 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315829167 >.module_315829167 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829167 >.module_315829167 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315829167 >.module_315829167 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315829167:hover {
border:none;
}
#module_315829167:hover >.module_315829167 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315829167 .ModulePlainTextGiantContent{margin-top:0px;}
#module_315829167 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_315829167 .ModulePlainTextGiantContent{margin-left:0px;}
#module_315829167 .ModulePlainTextGiantContent{margin-right:10px;}
#module_315829167 .plainTextGiant-Container{padding-top:10px;}
#module_315829167 .plainTextGiant-Container{padding-bottom:10px;}
#module_315829167 .plainTextGiant-Container{padding-left:10px;}
#module_315829167 .plainTextGiant-Container{padding-right:10px;}
#module_315829167 a{font-size:unset;font-family:unset}
.module_315818061 .ModuleHead .HeadCenter{float:none;}
#module_315818061 {
padding:0px;
}
#module_315818061 {
position:static;
z-index:0;
top:47px;
left:0px;
width:100%;
height: auto;
}
#module_315818061 .ModuleHead315818061 {
display:none;
}
#module_315818061 .BodyCenter.BodyCenter315818061 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315818061 >.module_315818061 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818061 >.module_315818061{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818061 .BodyCenter.BodyCenter315818061 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:24.8447%;
}
}
@media screen and (max-width: 767px){
#module_315818061 .BodyCenter.BodyCenter315818061 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818061 >.module_315818061 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818061 >.module_315818061 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315818061 >.module_315818061 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818061:hover {
border:none;
}
#module_315818061:hover >.module_315818061 {
border-color:#ccc;
}
#module_315818061:hover >.module_315818061 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818061 .inlayout-104dialogmodule_315818061,#module_315818061 .main-class-container-mobile{border-color:#e5e5e5 !important;}
#module_315818061 .inlayout-104dialogmodule_315818061,#module_315818061 .main-class-container-mobile{border-style:none !important;}
#module_315818061 .inlayout-104dialogmodule_315818061,#module_315818061 .main-class-container-mobile{border-width:1px !important;}
#module_315818061 .inlayout-104dialogmodule_315818061,#module_315818061 .main-class-container-mobile{background-color:rgba(0,0,0,0);}
#module_315818061 .inlayout-104dialogmodule_315818061,#module_315818061 .main-class-container-mobile{background-image:none;}
#module_315818061 .inlayout-104dialogmodule_315818061,#module_315818061 .main-class-container-mobile{}
#module_315818061 .inlayout-104dialogmodule_315818061,#module_315818061 .main-class-container-mobile{}
#module_315818061 .inlayout-104dialogmodule_315818061,#module_315818061 .main-class-container-mobile{}
#module_315818061 .inlayout-104dialogmodule_315818061,#module_315818061 .main-class-container-mobile{}
#module_315818061 .inlayout-104dialogmodule_315818061 .class-title .class-title-text,#module_315818061 .class-title .class-title-text{font-size:16px !important;}
#module_315818061 .inlayout-104dialogmodule_315818061 .class-title .class-title-text,#module_315818061 .class-title .class-title-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818061 .inlayout-104dialogmodule_315818061 .class-title .class-title-text,#module_315818061 .class-title .class-title-text{color:rgb(0, 0, 0) !important;}
#module_315818061 .inlayout-104dialogmodule_315818061 .class-title .class-title-text,#module_315818061 .class-title .class-title-text{font-weight:normal !important;}
#module_315818061 .inlayout-104dialogmodule_315818061 .class-title .class-title-text,#module_315818061 .class-title .class-title-text{text-decoration:none !important;}
#module_315818061 .inlayout-104dialogmodule_315818061 .class-title .class-title-text,#module_315818061 .class-title .class-title-text{font-style:normal !important;}
#module_315818061 .inlayout-104dialogmodule_315818061 .class-title,#module_315818061 .class-title{background-color:rgb(255, 255, 255);}
#module_315818061 .inlayout-104dialogmodule_315818061 .class-title,#module_315818061 .class-title{background-image:none;}
#module_315818061 .inlayout-104dialogmodule_315818061 .class-title,#module_315818061 .class-title{}
#module_315818061 .inlayout-104dialogmodule_315818061 .class-title,#module_315818061 .class-title{}
#module_315818061 .inlayout-104dialogmodule_315818061 .class-title,#module_315818061 .class-title{}
#module_315818061 .inlayout-104dialogmodule_315818061 .class-title,#module_315818061 .class-title{}
#module_315818061 .inlayout-104dialogmodule_315818061 .class-title,#module_315818061 .class-title{height:50px !important;line-height:50px !important;}
#module_315818061 .main-class-item,.inlayout-104dialogmodule_315818061 .main-class-item{background-color:rgba(0,0,0,0);}
#module_315818061 .main-class-item,.inlayout-104dialogmodule_315818061 .main-class-item{background-image:none;}
#module_315818061 .main-class-item,.inlayout-104dialogmodule_315818061 .main-class-item{background-repeat:no-repeat;}
#module_315818061 .main-class-item,.inlayout-104dialogmodule_315818061 .main-class-item{}
#module_315818061 .main-class-item,.inlayout-104dialogmodule_315818061 .main-class-item{}
#module_315818061 .main-class-item,.inlayout-104dialogmodule_315818061 .main-class-item{}
#module_315818061 .main-class-line,.inlayout-104dialogmodule_315818061 .main-class-line{border-bottom-color:#e5e5e5 !important;}
#module_315818061 .main-class-line,.inlayout-104dialogmodule_315818061 .main-class-line{border-bottom-style:none !important;}
#module_315818061 .main-class-line,.inlayout-104dialogmodule_315818061 .main-class-line{border-bottom-width:2px !important;}
#module_315818061 .main-class-text,.inlayout-104dialogmodule_315818061 .main-class-text{font-size:14px !important;}
#module_315818061 .main-class-text,.inlayout-104dialogmodule_315818061 .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818061 .main-class-text,.inlayout-104dialogmodule_315818061 .main-class-text{color:rgb(179, 185, 198) !important;}
#module_315818061 .main-class-text,.inlayout-104dialogmodule_315818061 .main-class-text{font-weight:normal !important;}
#module_315818061 .main-class-text,.inlayout-104dialogmodule_315818061 .main-class-text{text-decoration:none !important;}
#module_315818061 .main-class-text,.inlayout-104dialogmodule_315818061 .main-class-text{font-style:normal !important;}
#module_315818061 .main-class-item,.inlayout-104dialogmodule_315818061 .main-class-item{height:30px;line-height:30px !important;}
#module_315818061 .sub-class-item,.inlayout-104dialogmodule_315818061 .sub-class-item{background-color:rgba(0,0,0,0);}
#module_315818061 .sub-class-item,.inlayout-104dialogmodule_315818061 .sub-class-item{background-image:none;}
#module_315818061 .sub-class-item,.inlayout-104dialogmodule_315818061 .sub-class-item{background-repeat:no-repeat;}
#module_315818061 .sub-class-item,.inlayout-104dialogmodule_315818061 .sub-class-item{}
#module_315818061 .sub-class-item,.inlayout-104dialogmodule_315818061 .sub-class-item{}
#module_315818061 .sub-class-item,.inlayout-104dialogmodule_315818061 .sub-class-item{}
#module_315818061 .sub-class-text,.inlayout-104dialogmodule_315818061 .sub-class-text{font-size:14px !important;}
#module_315818061 .sub-class-text,.inlayout-104dialogmodule_315818061 .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818061 .sub-class-text,.inlayout-104dialogmodule_315818061 .sub-class-text{color:rgb(255, 255, 255) !important;}
#module_315818061 .sub-class-text,.inlayout-104dialogmodule_315818061 .sub-class-text{font-weight:normal !important;}
#module_315818061 .sub-class-text,.inlayout-104dialogmodule_315818061 .sub-class-text{text-decoration:none !important;}
#module_315818061 .sub-class-text,.inlayout-104dialogmodule_315818061 .sub-class-text{font-style:normal !important;}
#module_315818061 .sub-class-item,.inlayout-104dialogmodule_315818061 .sub-class-item{height:30px !important;line-height:30px !important;}
#module_315818061 .inlayout-104dialogmodule_315818061 .main-class-icon,.inlayout-104dialogmodule_315818061 .class-title-icon,#module_315818061 .main-class-icon,#module_315818061 .class-title-icon{color:#000 !important;}
#module_315818061 .main-class-item.active,#copy_module_315818061 .main-class-item.active,.inlayout-104dialogmodule_315818061 .main-class-item.active,.inlayout-104dialogmodule_315818061 .classify:hover{background-color:rgba(0,0,0,0);}
#module_315818061 .main-class-item.active{background-image:none;}
#module_315818061 .main-class-item.active{background-repeat:no-repeat;}
#module_315818061 .main-class-item.active{}
#module_315818061 .main-class-item.active{}
#module_315818061 .main-class-item.active{}
#module_315818061 .main-class-item-box .main-class-line.active{border-bottom-color:#e5e5e5 !important;}
#module_315818061 .main-class-item-box .main-class-line.active{border-bottom-style:none !important;}
#module_315818061 .main-class-item-box .main-class-line.active{border-bottom-width:1px !important;}
#module_315818061 .main-class-item.active .main-class-text{font-size:14px !important;}
#module_315818061 .main-class-item.active .main-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818061 .main-class-item.active .main-class-text,#copy_module_315818061 .main-class-item.active .main-class-text{color:rgb(255, 255, 255) !important;}
#module_315818061 .main-class-item.active .main-class-text{font-weight:normal !important;}
#module_315818061 .main-class-item.active .main-class-text{text-decoration:none !important;}
#module_315818061 .main-class-item.active .main-class-text{font-style:normal !important;}
#module_315818061 .main-class-item.active{height:30px;line-height:30px !important;}
#module_315818061 .sub-class-item.active,#copy_module_315818061 .sub-class-item.active,.inlayout-104dialogmodule_315818061 .sub-class-item.active,.inlayout-104dialogmodule_315818061 .sub-class-item:hover{background-color:rgba(0,0,0,0);}
#module_315818061 .sub-class-item.active{background-image:none;}
#module_315818061 .sub-class-item.active{background-repeat:no-repeat;}
#module_315818061 .sub-class-item.active{}
#module_315818061 .sub-class-item.active .sub-class-text{}
#module_315818061 .sub-class-item.active .sub-class-text{}
#module_315818061 .sub-class-item.active .sub-class-text{font-size:14px !important;}
#module_315818061 .sub-class-item.active .sub-class-text{font-family:微软雅黑,Microsoft YaHei !important;}
#module_315818061 .sub-class-item.active .sub-class-text,#copy_module_315818061 .sub-class-item.active .sub-class-text{color:rgb(0, 176, 240) !important;}
#module_315818061 .sub-class-item.active .sub-class-text{font-weight:normal !important;}
#module_315818061 .sub-class-item.active .sub-class-text{text-decoration:none !important;}
#module_315818061 .sub-class-item.active .sub-class-text{font-style:normal !important;}
#module_315818061 .sub-class-item.active{height:30px;line-height:30px !important;}
#module_315818061 .main-class-item.active .main-class-icon,#module_315818061 .class-title:hover .class-title-icon{color:#fff !important;}


.ModuleGridContainer.ModuleGridContainer315818285 #Sub315818285_6 {width:13.416599999999994%;}
.module_315818286 .ModuleHead .HeadCenter{float:none;}
#module_315818286 {
padding:0px;
}
#module_315818286 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_315818286 .ModuleHead315818286 {
display:none;
}
#module_315818286 .BodyCenter.BodyCenter315818286 {
background:none;background-color:rgb(54, 63, 94);
}
#module_315818286 >.module_315818286 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818286 >.module_315818286{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818286 .BodyCenter.BodyCenter315818286 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818286 .BodyCenter.BodyCenter315818286 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315818286 >.module_315818286 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818286 >.module_315818286 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315818286 >.module_315818286 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818286:hover {
border:none;
}
#module_315818286:hover >.module_315818286 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818286 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_315818286 .ModuleSubContainer{background-image:none;}
#module_315818286 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818286 .ModuleSubContainer{background-position:0% 0%;}
#module_315818286 .ModuleSubContainer{background-attachment:scroll;}
#module_315818286 .ModuleSubContainer{}
#module_315818286 {!bgVideo!}{bgVideoUrl:none}
#module_315818286 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818286 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818286 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer315818286 {}
.ModuleGridContainer.ModuleGridContainer315818286 .SubPadding {width:0px;}
.module_315820970 .ModuleHead .HeadCenter{float:none;}
#module_315820970 {
padding:0px;
}
#module_315820970 {
position:static;
z-index:0;
top:-109px;
left:0px;
width:100%;
height: auto;
}
#module_315820970 .ModuleHead315820970 {
display:none;
}
#module_315820970 .BodyCenter.BodyCenter315820970 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820970 >.module_315820970 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820970 >.module_315820970{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820970 .BodyCenter.BodyCenter315820970 {
padding-top:0.6061%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820970 .BodyCenter.BodyCenter315820970 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315820970 >.module_315820970 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820970 >.module_315820970 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315820970 >.module_315820970 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820970:hover {
border:none;
}
#module_315820970:hover >.module_315820970 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820970 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315820970 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315820970 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315820970 .ModuleImageTextGiantContent{margin-right:10px;}
#module_315820970 .imageTextGiant-Container{padding-top:10px;}
#module_315820970 .imageTextGiant-Container{padding-bottom:10px;}
#module_315820970 .imageTextGiant-Container{padding-left:0px;}
#module_315820970 .imageTextGiant-Container{padding-right:10px;}
#module_315820970 .showHandle .btn{font-size:14px;}
#module_315820970 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315820970 .showHandle .btn{color:#333;}
#module_315820970 .showHandle .btn{font-weight:400;}
#module_315820970 .showHandle .btn{text-decoration:none;}
#module_315820970 .showHandle .btn{font-style:normal;}
#module_315820970 .showHandle div{border-top-color:#ddd !important;}
#module_315820970 .showHandle div{border-top-style:solid !important;}
#module_315820970 .showHandle div{border-top-width:1px !important;}
#module_315820970 .showHandle{background-color:transparent;}
#module_315820970 .showHandle{background-image:none;}
#module_315820970 .showHandle{background-repeat:no-repeat;}
#module_315820970 .showHandle{}
#module_315820970 .showHandle{}
#module_315820970 .showHandle{}
#module_315820970 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818286 #Sub315818286_1 {width:68.7500%;}
.module_315820880 .ModuleHead .HeadCenter{float:none;}
#module_315820880 {
padding:0px;
}
#module_315820880 {
position:static;
z-index:0;
top:6294px;
left:1184px;
width:100%;
height: auto;
}
#module_315820880 .ModuleHead315820880 {
display:none;
}
#module_315820880 .BodyCenter.BodyCenter315820880 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820880 >.module_315820880 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820880 >.module_315820880{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820880 .BodyCenter.BodyCenter315820880 {
padding-top:1.3333%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820880 .BodyCenter.BodyCenter315820880 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315820880 >.module_315820880 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820880 >.module_315820880 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315820880 >.module_315820880 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820880:hover {
border:none;
}
#module_315820880:hover >.module_315820880 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820880 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315820880 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315820880 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315820880 .ModuleImageTextGiantContent{margin-right:10px;}
#module_315820880 .imageTextGiant-Container{padding-top:10px;}
#module_315820880 .imageTextGiant-Container{padding-bottom:10px;}
#module_315820880 .imageTextGiant-Container{padding-left:10px;}
#module_315820880 .imageTextGiant-Container{padding-right:10px;}
#module_315820880 .showHandle .btn{font-size:14px;}
#module_315820880 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315820880 .showHandle .btn{color:#333;}
#module_315820880 .showHandle .btn{font-weight:400;}
#module_315820880 .showHandle .btn{text-decoration:none;}
#module_315820880 .showHandle .btn{font-style:normal;}
#module_315820880 .showHandle div{border-top-color:#ddd !important;}
#module_315820880 .showHandle div{border-top-style:solid !important;}
#module_315820880 .showHandle div{border-top-width:1px !important;}
#module_315820880 .showHandle{background-color:transparent;}
#module_315820880 .showHandle{background-image:none;}
#module_315820880 .showHandle{background-repeat:no-repeat;}
#module_315820880 .showHandle{}
#module_315820880 .showHandle{}
#module_315820880 .showHandle{}
#module_315820880 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818286 #Sub315818286_2 {width:31.2500%;}
.module_315818287 .ModuleHead .HeadCenter{float:none;}
#module_315818287 {
padding:0px;
}
#module_315818287 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_315818287 .ModuleHead315818287 {
display:none;
}
#module_315818287 .BodyCenter.BodyCenter315818287 {
background:none;background-color:rgb(54, 63, 94);
}
#module_315818287 >.module_315818287 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#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_315818287 >.module_315818287{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818287 .BodyCenter.BodyCenter315818287 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.8039%;
}
}
@media screen and (max-width: 767px){
#module_315818287 .BodyCenter.BodyCenter315818287 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315818287 >.module_315818287 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818287 >.module_315818287 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315818287 >.module_315818287 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818287:hover {
border:none;
}
#module_315818287:hover >.module_315818287 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818287 .ModuleSubContainer{background-color:rgba(0,0,0,0);}
#module_315818287 .ModuleSubContainer{background-image:none;}
#module_315818287 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818287 .ModuleSubContainer{background-position:0% 0%;}
#module_315818287 .ModuleSubContainer{background-attachment:scroll;}
#module_315818287 .ModuleSubContainer{}
#module_315818287 {!bgVideo!}{bgVideoUrl:none}
#module_315818287 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818287 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818287 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer315818287 {}
.ModuleGridContainer.ModuleGridContainer315818287 .SubPadding {width:0px;}
.module_315819370 .ModuleHead .HeadCenter{float:none;}
#module_315819370 {
padding:0px;
}
#module_315819370 {
position:static;
z-index:0;
top:6395px;
left:498px;
width:100%;
height: auto;
}
#module_315819370 .ModuleHead315819370 {
display:none;
}
#module_315819370 .BodyCenter.BodyCenter315819370 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315819370 >.module_315819370 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315819370 >.module_315819370{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315819370 .BodyCenter.BodyCenter315819370 {
padding-top:2.7778%;
padding-left:0.0000%;
padding-right:9.2593%;
padding-bottom:2.7778%;
}
}
@media screen and (max-width: 767px){
#module_315819370 .BodyCenter.BodyCenter315819370 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315819370 >.module_315819370 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819370 >.module_315819370 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315819370 >.module_315819370 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315819370:hover {
border:none;
}
#module_315819370:hover >.module_315819370 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315819370 img{border-top-color:transparent;}
#module_315819370 img{border-top-style:none;}
#module_315819370 img{border-top-width:0px;}
#module_315819370 img{border-right-color:transparent;}
#module_315819370 img{border-right-style:none;}
#module_315819370 img{border-right-width:0px;}
#module_315819370 img{border-bottom-color:transparent;}
#module_315819370 img{border-bottom-style:none;}
#module_315819370 img{border-bottom-width:0px;}
#module_315819370 img{border-left-color:transparent;}
#module_315819370 img{border-left-style:none;}
#module_315819370 img{border-left-width:0px;}
#module_315819370 img{border-top-left-radius:0px;}
#module_315819370 img{border-top-right-radius:0px;}
#module_315819370 img{border-bottom-left-radius:0px;}
#module_315819370 img{border-bottom-right-radius:0px;}
#module_315819370 .BodyCenter{text-align: left;}

.ModuleGridContainer.ModuleGridContainer315818287 #Sub315818287_1 {width:9.0000%;}
.module_315819372 .ModuleHead .HeadCenter{float:none;}
#module_315819372 {
padding:0px;
}
#module_315819372 {
position:static;
z-index:0;
top:6429px;
left:640px;
width:100%;
height: auto;
}
#module_315819372 .ModuleHead315819372 {
display:none;
}
#module_315819372 .BodyCenter.BodyCenter315819372 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315819372 >.module_315819372 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315819372 >.module_315819372{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315819372 .BodyCenter.BodyCenter315819372 {
padding-top:2.8037%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.8037%;
}
}
@media screen and (max-width: 767px){
#module_315819372 .BodyCenter.BodyCenter315819372 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315819372 >.module_315819372 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:9.3458%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819372 >.module_315819372 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315819372 >.module_315819372 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315819372:hover {
border:none;
}
#module_315819372:hover >.module_315819372 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315819372 img{border-top-color:transparent;}
#module_315819372 img{border-top-style:none;}
#module_315819372 img{border-top-width:0px;}
#module_315819372 img{border-right-color:transparent;}
#module_315819372 img{border-right-style:none;}
#module_315819372 img{border-right-width:0px;}
#module_315819372 img{border-bottom-color:transparent;}
#module_315819372 img{border-bottom-style:none;}
#module_315819372 img{border-bottom-width:0px;}
#module_315819372 img{border-left-color:transparent;}
#module_315819372 img{border-left-style:none;}
#module_315819372 img{border-left-width:0px;}
#module_315819372 img{border-top-left-radius:0px;}
#module_315819372 img{border-top-right-radius:0px;}
#module_315819372 img{border-bottom-left-radius:0px;}
#module_315819372 img{border-bottom-right-radius:0px;}
#module_315819372 .BodyCenter{text-align: right;}

.ModuleGridContainer.ModuleGridContainer315818287 #Sub315818287_2 {width:9.2500%;}
.module_315819371 .ModuleHead .HeadCenter{float:none;}
#module_315819371 {
padding:0px;
}
#module_315819371 {
position:static;
z-index:0;
top:6446px;
left:954px;
width:100%;
height: auto;
}
#module_315819371 .ModuleHead315819371 {
display:none;
}
#module_315819371 .BodyCenter.BodyCenter315819371 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315819371 >.module_315819371 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315819371 >.module_315819371{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315819371 .BodyCenter.BodyCenter315819371 {
padding-top:2.6316%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.6316%;
}
}
@media screen and (max-width: 767px){
#module_315819371 .BodyCenter.BodyCenter315819371 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315819371 >.module_315819371 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:8.7719%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315819371 >.module_315819371 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315819371 >.module_315819371 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315819371:hover {
border:none;
}
#module_315819371:hover >.module_315819371 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315819371 img{border-top-color:transparent;}
#module_315819371 img{border-top-style:none;}
#module_315819371 img{border-top-width:0px;}
#module_315819371 img{border-right-color:transparent;}
#module_315819371 img{border-right-style:none;}
#module_315819371 img{border-right-width:0px;}
#module_315819371 img{border-bottom-color:transparent;}
#module_315819371 img{border-bottom-style:none;}
#module_315819371 img{border-bottom-width:0px;}
#module_315819371 img{border-left-color:transparent;}
#module_315819371 img{border-left-style:none;}
#module_315819371 img{border-left-width:0px;}
#module_315819371 img{border-top-left-radius:0px;}
#module_315819371 img{border-top-right-radius:0px;}
#module_315819371 img{border-bottom-left-radius:0px;}
#module_315819371 img{border-bottom-right-radius:0px;}
#module_315819371 .BodyCenter{text-align: right;}

.ModuleGridContainer.ModuleGridContainer315818287 #Sub315818287_3 {width:9.3333%;}
.module_315820971 .ModuleHead .HeadCenter{float:none;}
#module_315820971 {
padding:0px;
}
#module_315820971 {
position:static;
z-index:0;
top:6390px;
left:1204px;
width:100%;
height: auto;
}
#module_315820971 .ModuleHead315820971 {
display:none;
}
#module_315820971 .BodyCenter.BodyCenter315820971 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820971 >.module_315820971 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820971 >.module_315820971{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820971 .BodyCenter.BodyCenter315820971 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820971 .BodyCenter.BodyCenter315820971 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315820971 >.module_315820971 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820971 >.module_315820971 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315820971 >.module_315820971 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820971:hover {
border:none;
}
#module_315820971:hover >.module_315820971 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820971 .ModuleImageTextGiantContent{margin-top:px;}
#module_315820971 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_315820971 .ModuleImageTextGiantContent{margin-left:px;}
#module_315820971 .ModuleImageTextGiantContent{margin-right:px;}
#module_315820971 .imageTextGiant-Container{padding-top:1.9324%;}
#module_315820971 .imageTextGiant-Container{padding-bottom:1.9324%;}
#module_315820971 .imageTextGiant-Container{padding-left:0.0000%;}
#module_315820971 .imageTextGiant-Container{padding-right:0.0000%;}
#module_315820971 .showHandle .btn{font-size:px;}
#module_315820971 .showHandle .btn{font-family:;}
#module_315820971 .showHandle .btn{color:;}
#module_315820971 .showHandle .btn{}
#module_315820971 .showHandle .btn{}
#module_315820971 .showHandle .btn{}
#module_315820971 .showHandle div{border-top-color: !important;}
#module_315820971 .showHandle div{border-top-style: !important;}
#module_315820971 .showHandle div{border-top-width:px !important;}
#module_315820971 .showHandle{background-color:;}
#module_315820971 .showHandle{}
#module_315820971 .showHandle{}
#module_315820971 .showHandle{}
#module_315820971 .showHandle{}
#module_315820971 .showHandle{}
#module_315820971 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818287 #Sub315818287_4 {width:49.9167%;}
.module_315820972 .ModuleHead .HeadCenter{float:none;}
#module_315820972 {
padding:0px;
}
#module_315820972 {
position:static;
z-index:0;
top:6411px;
left:1441px;
width:100%;
height: auto;
}
#module_315820972 .ModuleHead315820972 {
display:none;
}
#module_315820972 .BodyCenter.BodyCenter315820972 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315820972 >.module_315820972 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315820972 >.module_315820972{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315820972 .BodyCenter.BodyCenter315820972 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820972 .BodyCenter.BodyCenter315820972 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315820972 >.module_315820972 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315820972 >.module_315820972 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315820972 >.module_315820972 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315820972:hover {
border:none;
}
#module_315820972:hover >.module_315820972 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315820972 .ModuleImageTextGiantContent{margin-top:px;}
#module_315820972 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_315820972 .ModuleImageTextGiantContent{margin-left:px;}
#module_315820972 .ModuleImageTextGiantContent{margin-right:px;}
#module_315820972 .imageTextGiant-Container{padding-top:0.0000%;}
#module_315820972 .imageTextGiant-Container{padding-bottom:0.0000%;}
#module_315820972 .imageTextGiant-Container{padding-left:3.9683%;}
#module_315820972 .imageTextGiant-Container{padding-right:3.9683%;}
#module_315820972 .showHandle .btn{font-size:px;}
#module_315820972 .showHandle .btn{font-family:;}
#module_315820972 .showHandle .btn{color:;}
#module_315820972 .showHandle .btn{}
#module_315820972 .showHandle .btn{}
#module_315820972 .showHandle .btn{}
#module_315820972 .showHandle div{border-top-color: !important;}
#module_315820972 .showHandle div{border-top-style: !important;}
#module_315820972 .showHandle div{border-top-width:px !important;}
#module_315820972 .showHandle{background-color:;}
#module_315820972 .showHandle{}
#module_315820972 .showHandle{}
#module_315820972 .showHandle{}
#module_315820972 .showHandle{}
#module_315820972 .showHandle{}
#module_315820972 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818287 #Sub315818287_5 {width:22.500000000000007%;}
.module_315818656 .ModuleHead .HeadCenter{float:none;}
#module_315818656 {
padding:0px;
}
#module_315818656 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_315818656 .ModuleHead315818656 {
display:none;
}
#module_315818656 .BodyCenter.BodyCenter315818656 {
background:none;background-color:rgb(54, 63, 94);
}
#module_315818656 >.module_315818656 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315818656 >.module_315818656{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315818656 .BodyCenter.BodyCenter315818656 {
padding-top:0.2615%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.5230%;
}
}
@media screen and (max-width: 767px){
#module_315818656 .BodyCenter.BodyCenter315818656 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315818656 >.module_315818656 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315818656 >.module_315818656 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_315818656 >.module_315818656 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315818656:hover {
border:none;
}
#module_315818656:hover >.module_315818656 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315818656 .ModuleSubContainer{background-color:transparent;}
#module_315818656 .ModuleSubContainer{background-image:none;}
#module_315818656 .ModuleSubContainer{background-repeat:no-repeat;}
#module_315818656 .ModuleSubContainer{background-position:0% 0%;}
#module_315818656 .ModuleSubContainer{background-attachment:scroll;}
#module_315818656 .ModuleSubContainer{}
#module_315818656 {!bgVideo!}{bgVideoUrl:none}
#module_315818656 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_315818656 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_315818656 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer315818656 {}
.ModuleGridContainer.ModuleGridContainer315818656 .SubPadding {width:0px;}
.module_315829052 .ModuleHead .HeadCenter{float:none;}
#module_315829052 {
padding:0px;
}
#module_315829052 {
position:static;
z-index:0;
top:7178px;
left:743px;
width:100%;
height: auto;
}
#module_315829052 .ModuleHead315829052 {
display:none;
}
#module_315829052 .BodyCenter.BodyCenter315829052 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315829052 >.module_315829052 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315829052 >.module_315829052{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315829052 .BodyCenter.BodyCenter315829052 {
padding-top:4.3860%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829052 .BodyCenter.BodyCenter315829052 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315829052 >.module_315829052 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829052 >.module_315829052 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:41.5205%;
margin-bottom:0.0000%;
}
}
#module_315829052 >.module_315829052 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315829052:hover {
border:none;
}
#module_315829052:hover >.module_315829052 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315829052 .ModuleImageTextGiantContent{margin-top:0px;}
#module_315829052 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_315829052 .ModuleImageTextGiantContent{margin-left:0px;}
#module_315829052 .ModuleImageTextGiantContent{margin-right:10px;}
#module_315829052 .imageTextGiant-Container{padding-top:0px;}
#module_315829052 .imageTextGiant-Container{padding-bottom:0px;}
#module_315829052 .imageTextGiant-Container{padding-left:0px;}
#module_315829052 .imageTextGiant-Container{padding-right:0px;}
#module_315829052 .showHandle .btn{font-size:14px;}
#module_315829052 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_315829052 .showHandle .btn{color:#333;}
#module_315829052 .showHandle .btn{font-weight:400;}
#module_315829052 .showHandle .btn{text-decoration:none;}
#module_315829052 .showHandle .btn{font-style:normal;}
#module_315829052 .showHandle div{border-top-color:#ddd !important;}
#module_315829052 .showHandle div{border-top-style:solid !important;}
#module_315829052 .showHandle div{border-top-width:1px !important;}
#module_315829052 .showHandle{background-color:transparent;}
#module_315829052 .showHandle{background-image:none;}
#module_315829052 .showHandle{background-repeat:no-repeat;}
#module_315829052 .showHandle{}
#module_315829052 .showHandle{}
#module_315829052 .showHandle{}
#module_315829052 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer315818656 #Sub315818656_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_315829053 .ModuleHead .HeadCenter{float:none;}
#module_315829053 {
padding:0px;
}
#module_315829053 {
position:static;
z-index:0;
top:5571px;
left:212px;
width:100%;
height: auto;
}
#module_315829053 .ModuleHead315829053 {
display:none;
}
#module_315829053 .BodyCenter.BodyCenter315829053 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315829053 >.module_315829053 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315829053 >.module_315829053{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315829053 .BodyCenter.BodyCenter315829053 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829053 .BodyCenter.BodyCenter315829053 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_315829053 >.module_315829053 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829053 >.module_315829053 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315829053 >.module_315829053 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315829053:hover {
border:none;
}
#module_315829053:hover >.module_315829053 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315829053 .BodyCenter{text-align:left;}
#module_315829053 .link-item .LinkHor .btn-link{font-size:12px;}
#module_315829053 .link-item .LinkHor .btn-link{font-family:微软雅黑,Microsoft YaHei;}
#module_315829053 .link-item .LinkHor .btn-link{color:rgb(179, 185, 198);}
#module_315829053 .link-item .LinkHor .btn-link{font-weight:normal;}
#module_315829053 .link-item .LinkHor .btn-link{text-decoration:none;}
#module_315829053 .link-item .LinkHor .btn-link{font-style:normal;}
#module_315829053 .link-item .LinkHor .btn-link:hover{font-size:12px;}
#module_315829053 .link-item .LinkHor .btn-link:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_315829053 .link-item .LinkHor .btn-link:hover{color:rgb(251, 251, 251);}
#module_315829053 .link-item .LinkHor .btn-link:hover{font-weight:normal;}
#module_315829053 .link-item .LinkHor .btn-link:hover{text-decoration:initial;}
#module_315829053 .link-item .LinkHor .btn-link:hover{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer315818656 #Sub315818656_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_315829059 .ModuleHead .HeadCenter{float:none;}
#module_315829059 {
padding:0px;
}
#module_315829059 {
}
#module_315829059 .ModuleHead315829059 {
display:none;
}
#module_315829059 .BodyCenter.BodyCenter315829059 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315829059 >.module_315829059 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315829059 >.module_315829059{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315829059 .BodyCenter.BodyCenter315829059 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315829059 .BodyCenter.BodyCenter315829059 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315829059 >.module_315829059 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315829059 >.module_315829059 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315829059 >.module_315829059 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315829059:hover {
border:none;
}
#module_315829059:hover >.module_315829059 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315829059 .langlistbox{background-color:} #module_315829059 .langlistbox .jt{border-bottom-color:}
#module_315829059 .langlistbox .langinfo{color:}
#module_315829059 .langlistbox .langinfo{background-color:}
#module_315829059 .langlistbox .langinfo{border-color:}
#module_315829059 .langlistbox .langtxt{ font-size:px }
#module_315829059 .langlistbox .langtxt{ color: }
#module_315829059 {}#module_315829059.layout-101 #header{border-bottom-color:transparent;}
#module_315829059 {}#module_315829059.layout-101 #header{border-bottom-style:none;}
#module_315829059 {}#module_315829059.layout-101 #header{border-bottom-width:0px;}
#module_315829059 {}#module_315829059.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_315829059 {}#module_315829059.layout-101 #MobileNav{background-color: transparent;} #module_315829059.layout-101 #header{background-color:rgb(45, 52, 80);}
#module_315829059 {}#module_315829059.layout-101 #header{}
#module_315829059 {}#module_315829059.layout-101 #header p{font-Family:;}
#module_315829059 {}#module_315829059.layout-101 #header p{font-size:px;}
#module_315829059 {}#module_315829059.layout-101 #header p{color:#fff;}
#module_315829059 {}#module_315829059.layout-101 #header p{}
#module_315829059 {}#module_315829059.layout-101 #header p{}
#module_315829059 {}#module_315829059.layout-101 #header p{}
#module_315829059 {}#module_315829059.layout-101 .lcitem .rect{background:#fff;} #module_315829059.layout-101 .icons{color:#fff;} #module_315829059.layout-101 .svgdiv svg>*{fill:#fff;}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item ul li{border-bottom-color:rgba(255, 255, 255, 0.06);}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item,#module_315829059.layout-101 #MobileNavFloatLayer{background-color:rgb(54, 63, 94);}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item,#module_315829059.layout-101 #MobileNavFloatLayer{}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li>a{background:rgb(45, 52, 80);}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li>a{}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li>a,#module_315829059.layout-101 .micro-nav-item>ul>li>a p{color:rgb(255, 255, 255);}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li .subnav a{background:rgb(48, 58, 90);}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li .subnav a,#module_315829059.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li>a,#module_315829059.layout-101 .micro-nav-item>ul>li>a p{font-family:;}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li>a,#module_315829059.layout-101 .micro-nav-item>ul>li>a p{font-size:px;}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li .subnav a,#module_315829059.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:;}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li .subnav a,#module_315829059.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:px;}
#module_315829059 .langlistbox li:hover .langinfo,#module_315829059 .langactive .langinfo {color:}
#module_315829059 .langlistbox li:hover .langinfo,#module_315829059 .langactive .langinfo{background-color:}
#module_315829059 .langlistbox li:hover .langinfo,#module_315829059 .langactive .langinfo{border-color:}
#module_315829059 .langlistbox li:hover .langtxt,#module_315829059 .langactive .langtxt{ color: }
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li>a:hover,#module_315829059.layout-101 .micro-nav-item>ul>li>a:hover p{color:rgb(255, 255, 255);}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:rgba(0,0,0,0);}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:rgb(58, 68, 101);}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_315829059 {}#module_315829059.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_315829059.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_315829057 .ModuleHead .HeadCenter{float:none;}
#module_315829057 {
padding:0px;
}
#module_315829057 {
}
#module_315829057 .ModuleHead315829057 {
display:none;
}
#module_315829057 .BodyCenter.BodyCenter315829057 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315829057 >.module_315829057 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315829057 >.module_315829057{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315829057 .BodyCenter.BodyCenter315829057 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829057 .BodyCenter.BodyCenter315829057 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315829057 >.module_315829057 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_315829057 >.module_315829057 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315829057 >.module_315829057 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315829057:hover {
border:none;
}
#module_315829057:hover >.module_315829057 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315829057 .defaultbtn{background-color:#fff}
#module_315829057 .defaultbtn{}
#module_315829057 .spotgroup{color:#1e88e5}
#module_315829057 .itembtn{background-color:#fff}
#module_315829057 .itembtn{}
#module_315829057 .itemicon{color:#666} #module_315829057 svg>*{fill:#666}
#module_315829057 .itemtext{background-color:#fff} #module_315829057 .itemtextright::before{border-left-color:#fff} #module_315829057 .itemtextleft::before{border-right-color:#fff}
#module_315829057 .itemtext{}
#module_315829057 .itemtext{font-size:12px;}
#module_315829057 .itemtext{font-family:微软雅黑,Microsoft YaHei;}
#module_315829057 .itemtext{color:#666 !important;}
#module_315829057 .itemtext{font-weight:normal;}
#module_315829057 .itemtext{text-decoration:none;}
#module_315829057 .itemtext{font-style:normal;}
#module_315829057 .defaultbtnbghover{background-color:#1e88e5}
#module_315829057 .defaultbtnbghover{}
#module_315829057 .defaultbtniconbghover{color:#fff}
.module_315829058 .ModuleHead .HeadCenter{float:none;}
#module_315829058 {
padding:0px;
}
#module_315829058 {
}
#module_315829058 .ModuleHead315829058 {
display:none;
}
#module_315829058 .BodyCenter.BodyCenter315829058 {
background:none;background-color:rgba(0,0,0,0);
}
#module_315829058 >.module_315829058 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_315829058 >.module_315829058{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_315829058 .BodyCenter.BodyCenter315829058 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315829058 .BodyCenter.BodyCenter315829058 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_315829058 >.module_315829058 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_315829058 >.module_315829058 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_315829058 >.module_315829058 {box-shadow: 0px 0px 0px 0px #ccc}
#module_315829058:hover {
border:none;
}
#module_315829058:hover >.module_315829058 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_315829058 .foot-nav-list{background-color:rgb(45, 52, 80) !important;}
#module_315829058 .foot-nav-list{border-top-color:transparent;}
#module_315829058 .foot-nav-list{border-top-style:none;}
#module_315829058 .foot-nav-list{border-top-width:0px;}
#module_315829058 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_315829058 .icon{color:#fff !important;} #module_315829058 .icon svg >*{fill:#fff}
#module_315829058 .itemText{font-size:12px;}
#module_315829058 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_315829058 .itemText{color:#fff !important;}
#module_315829058 .itemText{font-weight:normal;}
#module_315829058 .itemText{text-decoration:none;}
#module_315829058 .itemText{font-style:normal;}
#module_315829058 .iconh{color:#fff !important;}  #module_315829058 .iconh svg >*{fill:#fff}
#module_315829058 .itemTexth{font-size:12px;}
#module_315829058 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_315829058 .itemTexth{color:#fff !important;}
#module_315829058 .itemTexth{font-weight:normal;}
#module_315829058 .itemTexth{text-decoration:none;}
#module_315829058 .itemTexth{font-style:normal;}
