/* cache file /mnt/YouZhan/youzhannew-eyunshe/caches/csscache/8/82544/82544_458108_1_.cache exists */
/*md5:0b4237cf2786f12e3254b53687511efc*/
.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;
	}
}
.ModuleGridContainer a:hover span{
    color: #006fff !important;
}
.ModuleOnLineServiceGiant.layout-109 .online-service-giant-container {
	width: 66px;
	float: right;
}

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

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

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

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

.turn{
	animation:turn 1s linear ;      
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ModuleOnLineServiceGiant.layout-109 .contacts-item {
	/* align-items: flex-start;
	align-content: flex-start;*/
	display: flex; 
	margin-bottom: 25px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item:last-child {
	margin-bottom: 0;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon{
    width: 12px;
	margin-top: -3px;
}
.ModuleOnLineServiceGiant.layout-109 .contact-item-content .contactIcon img {
	width: 12px;
}

.ModuleOnLineServiceGiant.layout-109 .contacts-item-name {
	margin-right: 30px;
	color: #999999;
	font-size: 12px;
	max-width: 100px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	
}

.ModuleOnLineServiceGiant.layout-109 .ContactContent {
	color: #333;
	font-size: 12px;
	word-break: break-word;
	width:  calc(100% - 17px);
	margin-left: 5px;
	max-width: 270px;
}

.ModuleOnLineServiceGiant.layout-109 .contact-item-content {
    max-width: 100%;
	display: flex;
}

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

.ModuleOnLineServiceGiant.layout-109 .qrcode-content {
	width: 170px;
	height: 170px;
	margin-right: 10px;
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

.slider-layout-box {
    height: 600px!important;
    overflow: hidden;
}
.ModuleGridContainer.ModuleGridContainer158458564 #Sub158458564_6 {width:7.318399999999996%;}
/*轮播图样式*/
.ModuleSlideV2Giant.layout-106 .slider-layout-106 {width: 100%; height: auto; margin: auto auto 0 auto; font-size: 0; position: relative;z-index:0}
.ModuleSlideV2Giant.layout-106 .slider-layout-106 .slick-slide-box, .ModuleSlideV2Giant.layout-106 .slider-layout-106 .slick-slide-box a>div {height: 100% !important;}
.ModuleSlideV2Giant.layout-106 .slick-slide {position: relative;}
.ModuleSlideV2Giant.layout-106 .slider-layout-106 .slick-slide.nextIn {-webkit-animation: nextIn 1s ease; animation: nextIn 1s ease;}
.ModuleSlideV2Giant.layout-106 .slider-layout-106 .slick-slide.nextOut {-webkit-animation: nextOut 1s ease; animation: nextOut 1s ease;}
.ModuleSlideV2Giant.layout-106 .slider-layout-106 .slick-slide.scaleDown {-webkit-animation: scaleDown 1s ease; animation: scaleDown 1s ease;}
.ModuleSlideV2Giant.layout-106 .slide-box img {width: 100%;position: relative; left: 50%; transform: translate(-50%); max-height: 100%;}
.ModuleSlideV2Giant.layout-106 .slick-dots {font-size: 0; top: 0; left: 42px; bottom: unset; text-align: left; width: auto; height: 100%; display: flex; display: -webkit-flex; align-items: center; justify-content: center; flex-direction: column;}
.ModuleSlideV2Giant.layout-106 .slick-dots::after, .ModuleSlideV2Giant.layout-106 .slick-dots::before {display: inline-block; content: ''; flex: 1; width: 1px; background: rgba(255, 255, 255, .5);}
.ModuleSlideV2Giant.layout-106 .slick-dots li {display: block; width: auto; height: auto; margin: 0 0 30px 0;}
.ModuleSlideV2Giant.layout-106 .slick-dots li:first-child {margin-top: 15px;}
.ModuleSlideV2Giant.layout-106 .slick-dots li:last-child {margin-bottom: 15px;}
.ModuleSlideV2Giant.layout-106 .slick-dots li button {width: 100%; height: 100%; border: unset; font-size: 18px; color: #fff; text-align: left; padding: 0; line-height: 18px;}
.ModuleSlideV2Giant.layout-106 .slick-dots li button:before {content: unset;}
.ModuleSlideV2Giant.layout-106 .slick-dots li.slick-active {text-decoration: line-through; color: #fff;}

@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-106 .slick-dots li{margin: 0 0 2rem 0;} 
    .ModuleSlideV2Giant.layout-106 .slick-dots {left: 3%;}
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-106 .slick-dots li {margin: 0 0 1.8rem 0;font-size: 16px;}
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-106 .slick-dots li{font-size: 14px;margin: 0 0 1.2rem 0;}
}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-106 .slick-dots {display: block !important; height: auto; top: unset; bottom: 20px; left: 50%; transform: translateX(-50%);}
    .ModuleSlideV2Giant.layout-106 .slick-dots::after, .ModuleSlideV2Giant.layout-106 .slick-dots::before {display: none;}
    .ModuleSlideV2Giant.layout-106 .slick-dots li {display: inline-block;margin: 0 11px 0 0;}
    .ModuleSlideV2Giant.layout-106 .slick-dots li:first-child {margin-top: 0;}
    .ModuleSlideV2Giant.layout-106 .slick-dots li:last-child {margin: 0;}
}.module_93420288 .ModuleHead .HeadCenter{float:none;}
#module_93420288 {
padding:0px;
}
#module_93420288 {
width:100%;
height: auto;
}
@media screen and (min-width: 768px){
#module_93420288 .BodyCenter.BodyCenter93420288 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93420288 .BodyCenter.BodyCenter93420288 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_93420288 >.module_93420288 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93420288 >.module_93420288 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_93420288 >.module_93420288 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93420288:hover {
border:none;
}

#module_165259041 {
width:100%;
height: auto;
}
#module_165259041 .ModuleHead165259041 {
display:none;
}
#module_165259041 .BodyCenter.BodyCenter165259041 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165259041 >.module_165259041 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165259041 >.module_165259041{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165259041 .BodyCenter.BodyCenter165259041 {
padding-top:1.0718%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0718%;
}
}
@media screen and (max-width: 767px){
#module_165259041 .BodyCenter.BodyCenter165259041 {
padding-top:4.0872%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165259041 >.module_165259041 {
margin-top:-4.2872%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165259041 >.module_165259041 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165259041 >.module_165259041 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165259041:hover {
border:none;
}
#module_165259041:hover >.module_165259041 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165259041 .ModuleSubContainer{background-color:rgb(255, 255, 255);}
#module_165259041 .ModuleSubContainer{background-image:none;}
#module_165259041 .ModuleSubContainer{background-repeat:no-repeat;}
#module_165259041 .ModuleSubContainer{background-position:0% 0%;}
#module_165259041 .ModuleSubContainer{background-attachment:scroll;}
#module_165259041 .ModuleSubContainer{}
#module_165259041 {!bgVideo!}{bgVideoUrl:none}
#module_165259041 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_165259041 .ModuleSubContainer{box-shadow:3px 3px 8px 0px rgb(242, 242, 242); transition: box-shadow 0.5s ease;}
#module_165259041 .ModuleSubContainer:hover{box-shadow:3px 3px 8px 0px rgb(225, 240, 255);}
.ModuleGridContainer.ModuleGridContainer165259041 {max-width:1200px;width:auto;}
.ModuleGridContainer.ModuleGridContainer165259041 .SubPadding {width:15px;}
/*图文模块 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_165259042 .ModuleHead .HeadCenter{float:none;}
#module_165259042 {
padding:0px;
}
#module_165259042 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_165259042 .ModuleHead165259042 {
display:none;
}
#module_165259042 .BodyCenter.BodyCenter165259042 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165259042 >.module_165259042 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165259042 >.module_165259042{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165259042 .BodyCenter.BodyCenter165259042 {
padding-top:13.8408%;
padding-left:10.3806%;
padding-right:10.3806%;
padding-bottom:13.8408%;
}
}
@media screen and (max-width: 767px){
#module_165259042 .BodyCenter.BodyCenter165259042 {
padding-top:11.0497%;
padding-left:5.5249%;
padding-right:2.7624%;
padding-bottom:11.0497%;
}
}
@media screen and (min-width: 768px){
#module_165259042 >.module_165259042 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165259042 >.module_165259042 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165259042 >.module_165259042 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165259042:hover {
border:none;
}
#module_165259042:hover >.module_165259042 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

#module_165259045 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_165259045 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_165259045 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_165259045 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_165259045 .GraphicUpper{padding-top:0px;}
#module_165259045 .GraphicUpper{padding-bottom:0px;}
#module_165259045 .GraphicUpper{padding-left:0px;}
#module_165259045 .GraphicUpper {padding-right:0px;}
#module_165259045 .GraphicUpper{width:26%;} #module_165259045 .ModuleImageTextContent{width: calc(100% - 26%);}
#module_165259045 .MobileGraphicUpper{width:25%;} #module_165259045 .ModuleMobileImageTextContent{width: calc(100% - 25%);}
#module_165259045 .ModuleImageTextGiantContent{padding-top:0px;}
#module_165259045 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_165259045 .ModuleImageTextGiantContent{padding-left:15px;}
#module_165259045 .ModuleImageTextGiantContent{padding-right:0px;}
#module_165259045 .normal_ImgtextBox_content{padding-top:0px;}
#module_165259045 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_165259045 .normal_ImgtextBox_content{padding-left:0px;}
#module_165259045 .normal_ImgtextBox_content{padding-right:0px;}
#module_165259045 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_165259045 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_165259045 .normal_ImgtextBox_content{background-color:transparent;}
#module_165259045 .normal_ImgtextBox_content{background-image:none;}
#module_165259045 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_165259045 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_165259045 .normal_ImgtextBox_content{background-attachment:none;}
#module_165259045 .normal_ImgtextBox_content{}
#module_165259045 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_165259045 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_165259045 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_165259045 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_165259045 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_165259045 .normal_ImgtextBox_content{border-top-style:none;}
#module_165259045 .normal_ImgtextBox_content{border-top-width:0px;}
#module_165259045 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_165259045 .normal_ImgtextBox_content{border-right-style:none;}
#module_165259045 .normal_ImgtextBox_content{border-right-width:0px;}
#module_165259045 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_165259045 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_165259045 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_165259045 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_165259045 .normal_ImgtextBox_content{border-left-style:none;}
#module_165259045 .normal_ImgtextBox_content{border-left-width:0px;}
#module_165259045 .showHandle .btn{font-size:14px;}
#module_165259045 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165259045 .showHandle .btn{color:#333;}
#module_165259045 .showHandle .btn{font-weight:400;}
#module_165259045 .showHandle .btn{text-decoration:none;}
#module_165259045 .showHandle .btn{font-style:normal;}
#module_165259045 .showHandle div{border-top-color:#ddd !important;}
#module_165259045 .showHandle div{border-top-style:solid !important;}
#module_165259045 .showHandle div{border-top-width:1px !important;}
#module_165259045 .showHandle{background-color:transparent;}
#module_165259045 .showHandle{background-image:none;}
#module_165259045 .showHandle{background-repeat:no-repeat;}
#module_165259045 .showHandle{}
#module_165259045 .showHandle{}
#module_165259045 .showHandle{}
#module_165259045 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_165259045 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_165259045 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_165259045 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_165259045 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_165259045 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_165259045 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_165259045 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_165259045 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_165259045 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer165259041 #Sub165259041_4 {width:25%;}
/*轮播图样式*/
.ModuleSlideV2Giant.layout-104 .slider-layout-104 {width: 100%; height: auto; margin: auto; position: relative;font-size: 0;}
.ModuleSlideV2Giant.layout-104 .slick-dotted.slick-slider {margin-bottom: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-104 .slick-active .slide-box {-webkit-animation-name: centerBig; animation: centerBig 5s linear;}
.ModuleSlideV2Giant.layout-104 .slide-box img {width: 100%;position: relative; left: 50%; transform: translate(-50%);}
.ModuleSlideV2Giant.layout-104 .slick-dots {bottom: 50px;}
.ModuleSlideV2Giant.layout-104 .slick-dots li {width: 40px; height: 4px; margin-left: unset; margin-right: 15px; background-color: rgba(255, 255, 255, .3);}
.ModuleSlideV2Giant.layout-104 .slick-dots li:last-child {margin-right: unset;}
.ModuleSlideV2Giant.layout-104 .slick-dots li button {width: 100%; height: 100%; border: unset; padding: 0}
.ModuleSlideV2Giant.layout-104 .slick-dots li button:before {content: unset;}
.ModuleSlideV2Giant.layout-104 .slick-dots li:hover {background-color: rgba(255, 255, 255, 1);}
.ModuleSlideV2Giant.layout-104 .slick-dots li.slick-active {background-color: rgba(255, 255, 255, 1);}
.ModuleSlideV2Giant.layout-104 .slick-prev, .ModuleSlideV2Giant.layout-104 .slick-next {font-size: 0; z-index: 1; width: 54px; height: 76px; background-color: rgba(0, 0, 0, .5); line-height: 1;}
.ModuleSlideV2Giant.layout-104 .slick-prev {left: 0px;}
.ModuleSlideV2Giant.layout-104 .slick-next {right: 0px;}
.ModuleSlideV2Giant.layout-104 .slick-prev:before,
.ModuleSlideV2Giant.layout-104 .slick-next:before {content: unset;}
.ModuleSlideV2Giant.layout-104 .icon-leftMenu {color: #fff; font-size: 24px; display: block;}
.ModuleSlideV2Giant.layout-104 .slick-prev .icon-leftMenu {transform: rotateY(180deg);}
.ModuleSlideV2Giant.layout-104 .slick-prev:hover,
.ModuleSlideV2Giant.layout-104 .slick-next:hover{background-color: #139d8f;}


@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-104 .slick-dots {bottom: 6%;}
    .ModuleSlideV2Giant.layout-104 .slick-prev{width: 2.8rem;height: 4.8rem;}
    .ModuleSlideV2Giant.layout-104 .icon-leftMenu{font-size: 1.5rem;}
}

@media (min-width: 999px) and (max-width: 766) {
    .ModuleSlideV2Giant.layout-104 .slick-dots {bottom: 8% !important;}
    .ModuleSlideV2Giant.layout-104 .slick-prev{width: 2.4rem !important;height: 4rem !important;}
    .ModuleSlideV2Giant.layout-104 .icon-leftMenu{font-size: 1.2rem !important;}
    .ModuleSlideV2Giant.layout-104 .slick-active{height: 3px;}
}


@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-104 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-104 .slick-dots li {width: 20px; height: 4px; margin-right: 10px;}
    .ModuleSlideV2Giant.layout-104 .slick-dots li button {width: 20px; height: 4px;}
    .ModuleSlideV2Giant.layout-104 .slick-prev, .ModuleSlideV2Giant.layout-104 .slick-next {display: none !important;}
    .ModuleSlideV2Giant.layout-104 .slick-prev{width: 2rem;height: 3.2rem;}
    .ModuleSlideV2Giant.layout-104 .icon-leftMenu{font-size: 1rem;}


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

#module_354329520 .slick-dots li{background-color:rgb(255, 255, 255);}
#module_354329520 .slick-prev .icon-leftMenu, #module_354329520 .slick-next .icon-leftMenu{color:#fff;}
#module_354329520 .slick-prev, #module_354329520 .slick-next {background-color:rgba(25, 118, 210, 0);}
#module_354329520 .slick-dots li:hover, #module_354329520 .slick-dots li.slick-active{background-color:rgb(255, 255, 255);}
#module_354329520 .slick-prev:hover .icon-leftMenu, #module_354329520 .slick-next:hover .icon-leftMenu{color:#fff;}
#module_354329520 .slick-prev:hover, #module_354329520 .slick-next:hover{background-color:rgba(25, 118, 210, 1);}
#module_354329520 .SubContainer {}
.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_98720474 .ModuleHead .HeadCenter{float:none;}
#module_98720474 {
padding:0px;
}
#module_98720474 {
position:static;
z-index:0;
top:815px;
left:1605px;
width:100%;
height: auto;
}
#module_98720474 .ModuleHead98720474 {
display:none;
}
#module_98720474 .BodyCenter.BodyCenter98720474 {
background:none;background-color:rgb(248, 248, 248);
}
#module_98720474 >.module_98720474 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98720474 >.module_98720474{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98720474 .BodyCenter.BodyCenter98720474 {
padding-top:3.2154%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.6795%;
}
}
@media screen and (max-width: 767px){
#module_98720474 .BodyCenter.BodyCenter98720474 {
padding-top:11.5274%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98720474 >.module_98720474 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98720474 >.module_98720474 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98720474 >.module_98720474 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98720474:hover {
border:none;
}
#module_98720474:hover >.module_98720474 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98720474 .ModuleSubContainer{background-color:transparent;}
#module_98720474 .ModuleSubContainer{background-image:none;}
#module_98720474 .ModuleSubContainer{background-repeat:no-repeat;}
#module_98720474 .ModuleSubContainer{background-position:0% 0%;}
#module_98720474 .ModuleSubContainer{background-attachment:scroll;}
#module_98720474 .ModuleSubContainer{}
#module_98720474 {!bgVideo!}{bgVideoUrl:none}
#module_98720474 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_98720474 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_98720474 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer98720474 {}
/*图文模块 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_165259496 .ModuleHead .HeadCenter{float:none;}
#module_165259496 {
padding:0px;
}
#module_165259496 {
position:static;
z-index:0;
top:8px;
left:599px;
width:100%;
height: auto;
}
#module_165259496 .ModuleHead165259496 {
display:none;
}
#module_165259496 .BodyCenter.BodyCenter165259496 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165259496 >.module_165259496 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165259496 >.module_165259496{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165259496 .BodyCenter.BodyCenter165259496 {
padding-top:0.0000%;
padding-left:16.6667%;
padding-right:16.6667%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165259496 .BodyCenter.BodyCenter165259496 {
padding-top:0.0000%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165259496 >.module_165259496 {
margin-top:3.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165259496 >.module_165259496 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165259496 >.module_165259496 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165259496:hover {
border:none;
}
#module_165259496:hover >.module_165259496 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165259496 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165259496 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165259496 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165259496 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165259496 .imageTextGiant-Container{padding-top:0px;}
#module_165259496 .imageTextGiant-Container{padding-bottom:0px;}
#module_165259496 .imageTextGiant-Container{padding-left:0px;}
#module_165259496 .imageTextGiant-Container{padding-right:0px;}
#module_165259496 .showHandle .btn{font-size:14px;}
#module_165259496 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165259496 .showHandle .btn{color:#333;}
#module_165259496 .showHandle .btn{font-weight:400;}
#module_165259496 .showHandle .btn{text-decoration:none;}
#module_165259496 .showHandle .btn{font-style:normal;}
#module_165259496 .showHandle div{border-top-color:#ddd !important;}
#module_165259496 .showHandle div{border-top-style:solid !important;}
#module_165259496 .showHandle div{border-top-width:1px !important;}
#module_165259496 .showHandle{background-color:transparent;}
#module_165259496 .showHandle{background-image:none;}
#module_165259496 .showHandle{background-repeat:no-repeat;}
#module_165259496 .showHandle{}
#module_165259496 .showHandle{}
#module_165259496 .showHandle{}
#module_165259496 a{font-size:unset;font-family:unset}
.ModuleTabContainerV2Giant.layout-109 .TabConOption{
	width:100%;
	background: #1e88e5;
	cursor: pointer;
	position: static;
	color:#fff;
	text-align: left;
	padding-left: 35px;
	border:none;
}
.ModuleTabContainerV2Giant.layout-109 .TabConOption:hover,.ModuleTabContainerV2Giant.layout-109 .TabConOption.active{
	background: #f7f7f5;
	color:#1e88e5;
}
.ModuleTabContainerV2Giant.layout-109 .TabConContainer{
	background: #f7f7f5;
}
.ModuleTabContainerV2Giant.layout-109 .inTabConContainer{
	padding:5px;
}
.ModuleTabContainerV2Giant.layout-109 .tabContentGiant{
	margin-left: 0px!important;

}
.ModuleTabContainerV2Giant.layout-109 .portrait .Nav-Container:first-child .TabConOption{
	border:none;
}
.ModuleTabContainerV2Giant.layout-109 .portrait .Nav-Container{
	float:none;
	margin-bottom: 6px;
}
.ModuleTabContainerV2Giant.layout-109 .portrait .iconimg{
	display: block;
	float: right;
	padding-right: 35px
}

.ModuleTabContainerV2Giant.layout-109 .TabConOptiontext{
	float:left;
	max-width: 80%;
	width: 100%;
}.module_98720535 .ModuleHead .HeadCenter{float:none;}
#module_98720535 {
padding:0px;
}
#module_98720535 {
position:static;
z-index:0;
top:924px;
left:963px;
width:100%;
height: auto;
}
#module_98720535 .ModuleHead98720535 {
display:none;
}
#module_98720535 .BodyCenter.BodyCenter98720535 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98720535 >.module_98720535 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98720535 >.module_98720535{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98720535 .BodyCenter.BodyCenter98720535 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98720535 .BodyCenter.BodyCenter98720535 {
padding-top:0.0000%;
padding-left:5.7637%;
padding-right:5.7637%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_98720535 >.module_98720535 {
margin-top:3.5833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98720535 >.module_98720535 {
margin-top:5.7637%;
margin-left:0.2882%;
margin-right:0.0000%;
margin-bottom:12.9683%;
}
}
#module_98720535 >.module_98720535 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98720535:hover {
border:none;
}
#module_98720535:hover >.module_98720535 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98720535 .TabConOption{background-color:rgba(0,0,0,0);}
#module_98720535 .TabConOption{background-image:none;}
#module_98720535 .TabConOption{background-repeat:no-repeat;}
#module_98720535 .TabConOption{}
#module_98720535 .TabConOption{}
#module_98720535 .TabConOption{}
#module_98720535 .TabConOption {border-top-color:rgb(239, 239, 239);}
#module_98720535 .TabConOption {border-top-style:solid;}
#module_98720535 .TabConOption {border-top-width:0px;}
#module_98720535 .TabConOption {border-right-color:rgb(239, 239, 239);}
#module_98720535 .TabConOption {border-right-style:solid;}
#module_98720535 .TabConOption {border-right-width:0px;}
#module_98720535 .TabConOption {border-bottom-color:rgb(234, 234, 234);}
#module_98720535 .TabConOption {border-bottom-style:solid;}
#module_98720535 .TabConOption {border-bottom-width:1px;}
#module_98720535 .TabConOption {border-left-color:rgb(239, 239, 239);}
#module_98720535 .TabConOption {border-left-style:solid;}
#module_98720535 .TabConOption {border-left-width:0px;}
#module_98720535 .TabConOption{width:100%px;}  #module_98720535 .tabContentGiant{margin-left:100%}
#module_98720535 .TabConOption{height:50px;line-height:50px;}
#module_98720535 .TabConOptiontext{font-size:15px;}
#module_98720535 .TabConOptiontext{font-family:微软雅黑,Microsoft YaHei;}
#module_98720535 .TabConOption {color:rgb(127, 127, 127);}
#module_98720535 .TabConOptiontext{font-weight:normal;}
#module_98720535 .TabConOptiontext{text-decoration:none;}
#module_98720535 .TabConOptiontext{font-style:normal;}
#module_98720535 .inTabConContainer{background-color:rgb(255, 255, 255);}
#module_98720535 .inTabConContainer{background-image:none;}
#module_98720535 .inTabConContainer{background-repeat:no-repeat;}
#module_98720535 .inTabConContainer{}
#module_98720535 .inTabConContainer{}
#module_98720535 .inTabConContainer{}
#module_98720535 .inTabConContainer{padding-top:0px;}
#module_98720535 .inTabConContainer{padding-bottom:3px;}
#module_98720535 .inTabConContainer{padding-left:0px;}
#module_98720535 .inTabConContainer{padding-right:0px;}
#module_98720535 .inTabConContainer{border-top-color:transparent;}
#module_98720535 .inTabConContainer{border-top-style:none;}
#module_98720535 .inTabConContainer{border-top-width:0px;}
#module_98720535 .inTabConContainer{border-right-color:#eee;}
#module_98720535 .inTabConContainer{border-right-style:none;}
#module_98720535 .inTabConContainer{border-right-width:1px;}
#module_98720535 .inTabConContainer{border-bottom-color:#eee;}
#module_98720535 .inTabConContainer{border-bottom-style:none;}
#module_98720535 .inTabConContainer{border-bottom-width:1px;}
#module_98720535 .inTabConContainer{border-left-color:#eee;}
#module_98720535 .inTabConContainer{border-left-style:none;}
#module_98720535 .inTabConContainer{border-left-width:1px;}
#module_98720535 .Nav-Container li:hover,#module_98720535 .TabConOption.active{background-image:none;}
#module_98720535 .Nav-Container li:hover,#module_98720535 .TabConOption.active{background-repeat:no-repeat;}
#module_98720535 .Nav-Container li:hover,#module_98720535 .TabConOption.active{}
#module_98720535 .Nav-Container li:hover,#module_98720535 .TabConOption.active{}
#module_98720535 .TabConOption:hover,#module_98720535 .TabConOption.active{background-color:rgba(0,0,0,0);}
#module_98720535 .TabConOption:hover,#module_98720535 .TabConOption.active{}
#module_98720535 .TabConOption:hover .TabConOptiontext,#module_98720535 .TabConOption.active .TabConOptiontext{font-size:15px;}
#module_98720535 .TabConOption:hover .TabConOptiontext,#module_98720535 .TabConOption.active .TabConOptiontext{font-family:微软雅黑,Microsoft YaHei;}
#module_98720535 .TabConOption:hover .TabConOptiontext,#module_98720535 .TabConOption.active .TabConOptiontext{color:rgb(127, 127, 127);}
#module_98720535 .TabConOption:hover .TabConOptiontext,#module_98720535 .TabConOption.active .TabConOptiontext{font-weight:normal;}
#module_98720535 .TabConOption:hover .TabConOptiontext,#module_98720535 .TabConOption.active  .TabConOptiontext {text-decoration:none;}
#module_98720535 .TabConOption:hover .TabConOptiontext,#module_98720535 .TabConOption.active  .TabConOptiontext{font-style:normal;}
#module_98720535 .TabConOption:hover,#module_98720535 .TabConOption.active {border-top-color:rgb(0, 127, 255);}
#module_98720535 .TabConOption:hover,#module_98720535 .TabConOption.active{border-top-style:none;}
#module_98720535 .TabConOption:hover,#module_98720535 .TabConOption.active{border-top-width:0px;}
#module_98720535 .TabConOption:hover,#module_98720535 .TabConOption.active{border-right-color:rgb(0, 127, 255);}
#module_98720535 .TabConOption:hover,#module_98720535 .TabConOption.active{border-right-style:none;}
#module_98720535 .TabConOption:hover,#module_98720535 .TabConOption.active{border-right-width:0px;}
#module_98720535 .TabConOption:hover,#module_98720535 .TabConOption.active{border-bottom-color:rgb(228, 228, 228);}
#module_98720535 .TabConOption:hover,#module_98720535 .TabConOption.active{border-bottom-style:solid;}
#module_98720535 .TabConOption:hover,#module_98720535 .TabConOption.active{border-bottom-width:1px;}
#module_98720535 .TabConOption:hover,#module_98720535 .TabConOption.active{border-left-color:rgb(0, 127, 255);}
#module_98720535 .TabConOption:hover,#module_98720535 .TabConOption.active{border-left-style:none;}
#module_98720535 .TabConOption:hover,#module_98720535 .TabConOption.active{border-left-width:0px;}

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

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

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

.module_98740151 .ModuleHead .HeadCenter{float:none;}
#module_98740151 {
padding:0px;
}
#module_98740151 {
position:static;
z-index:0;
top:690px;
left:179px;
width:100%;
height: auto;
}
#module_98740151 .ModuleHead98740151 {
display:none;
}
#module_98740151 .BodyCenter.BodyCenter98740151 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98740151 >.module_98740151 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#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(242, 242, 242);
border-bottom-width:0px;
}
#module_98740151 >.module_98740151{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98740151 .BodyCenter.BodyCenter98740151 {
padding-top:3.2520%;
padding-left:0.0000%;
padding-right:11.3821%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98740151 .BodyCenter.BodyCenter98740151 {
padding-top:3.0581%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.0581%;
}
}
@media screen and (min-width: 768px){
#module_98740151 >.module_98740151 {
margin-top:0.0000%;
margin-left:4.8780%;
margin-right:0.0000%;
margin-bottom:17.8862%;
}
}
@media screen and (max-width: 767px){
#module_98740151 >.module_98740151 {
margin-top:0.0000%;
margin-left:6.1162%;
margin-right:6.1162%;
margin-bottom:0.0000%;
}
}
#module_98740151 >.module_98740151 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98740151:hover {
border:none;
}
#module_98740151:hover >.module_98740151 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_98740171 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98740171 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98740171 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98740171 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98740171 .imageTextGiant-Container{padding-top:0px;}
#module_98740171 .imageTextGiant-Container{padding-bottom:0px;}
#module_98740171 .imageTextGiant-Container{padding-left:0px;}
#module_98740171 .imageTextGiant-Container{padding-right:0px;}
#module_98740171 .showHandle .btn{font-size:14px;}
#module_98740171 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98740171 .showHandle .btn{color:#333;}
#module_98740171 .showHandle .btn{font-weight:400;}
#module_98740171 .showHandle .btn{text-decoration:none;}
#module_98740171 .showHandle .btn{font-style:normal;}
#module_98740171 .showHandle div{border-top-color:#ddd !important;}
#module_98740171 .showHandle div{border-top-style:solid !important;}
#module_98740171 .showHandle div{border-top-width:1px !important;}
#module_98740171 .showHandle{background-color:transparent;}
#module_98740171 .showHandle{background-image:none;}
#module_98740171 .showHandle{background-repeat:no-repeat;}
#module_98740171 .showHandle{}
#module_98740171 .showHandle{}
#module_98740171 .showHandle{}
#module_98740171 a{font-size:unset;font-family:unset}
.ModuleImageTextGiant.layout-104 .imageTextContainer{ display: flex; flex-flow:column;}
.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .GraphicUpper{float: left;padding:0;}
/* .ModuleImageTextGiant.layout-104 .imageTextGiant-Container .col-sm-3 img{max-width: 65px;max-height: 65px} */
.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .normal_ImgtextBox_content .col-sm-8{padding:0;}
.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .TextImage { width: 100%;}
.ModuleImageTextGiant.layout-104 .ModuleImageTextGiantContent{  padding-left: 15px;}
.ModuleImageTextGiant.layout-104 .rowss{display: flex; flex-wrap: wrap; }
.ModuleImageTextGiant.layout-104 .normal_ImgtextBox_content:nth-child(2n){margin-right: 0 !important;}


@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .GraphicUpper{padding-left: 0}
	.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .row2content{ width: 50%;}
	.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .row1content{ width: 100% !important;}
	.ModuleImageTextGiant.layout-104 .rows1{display: block;}
	/* .ModuleImageTextGiant.layout-104 .rows1:nth-child(1) .row1content:first-child { margin-top: 0 !important; }

	.ModuleImageTextGiant.layout-104 .rowss:first-child .row2content{ margin-top: 0 !important; } */
}
@media only screen and (min-width: 768px) {
   .ModuleImageTextGiant.layout-104 .imageTextGiant-Container .normal_ImgtextBox_content .col-sm-8{padding: 0px;}
   .ModuleImageTextGiant.layout-104 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper .TextImage {  
	     width: 100%;
	     max-width: 100%;
	}
	/* .ModuleImageTextGiant.layout-104 .rowss:first-child .normal_ImgtextBox_content{ margin-top: 0 !important; } */
}
/*@media only screen and (min-width: 1000px) {*/
   /*.ModuleImageTextGiant.layout-104 .imageTextGiant-Container{width: auto;margin:0 auto;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .row{width:auto;}*/
	/*.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .row .col-xs-12{width: 49.66666%;padding: 0px 15px;}*/
	/*.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .normal_ImgtextBox_content .col-xs-9{width: calc(100% - 65px);}   */
	/*.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .GraphicUpper{width: 65px;}*/
/*}*/

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

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

#module_165260645 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_165260645 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_165260645 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_165260645 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_165260645 .GraphicUpper .TextImage{padding-top:3px;}
#module_165260645 .GraphicUpper .TextImage{padding-bottom:3px;}
#module_165260645 .GraphicUpper .TextImage{padding-left:0px;}
#module_165260645 .GraphicUpper .TextImage{padding-right:0px;}
#module_165260645 .GraphicUpper {width:10%;} #module_165260645 .ModuleImageTextContent{width: calc(100% - 10%);}
#module_165260645 .MobileGraphicUpper {width:13%;} #module_165260645 .ModuleMobileImageTextContent{width: calc(100% - 13%);}
#module_165260645 .ModuleImageTextGiantContent{padding-top:0px;}
#module_165260645 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_165260645 .ModuleImageTextGiantContent{padding-left:5px;}
#module_165260645 .ModuleImageTextGiantContent{padding-right:0px;}
#module_165260645 .normal_ImgtextBox_content{padding-top:0px;}
#module_165260645 .normal_ImgtextBox_content{padding-bottom:10px;}
#module_165260645 .normal_ImgtextBox_content{padding-left:0px;}
#module_165260645 .normal_ImgtextBox_content{padding-right:0px;}
#module_165260645 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_165260645 .normal_ImgtextBox_content{margin-right:13px; width:calc((100% - 13px)/ 2)}  #module_165260645 .MobileImgtextBox{margin-right:13px;margin-left:0; width:calc((100% - 13px) / 2);}
#module_165260645 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_165260645 .normal_ImgtextBox_content{background-color:transparent;}
#module_165260645 .normal_ImgtextBox_content{background-image:none;}
#module_165260645 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_165260645 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_165260645 .normal_ImgtextBox_content{background-attachment:none;}
#module_165260645 .normal_ImgtextBox_content{}
#module_165260645 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_165260645 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_165260645 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_165260645 .normal_ImgtextBox_content{border-bottom-right-radius:1px;}
#module_165260645 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_165260645 .normal_ImgtextBox_content{border-top-style:none;}
#module_165260645 .normal_ImgtextBox_content{border-top-width:0px;}
#module_165260645 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_165260645 .normal_ImgtextBox_content{border-right-style:none;}
#module_165260645 .normal_ImgtextBox_content{border-right-width:0px;}
#module_165260645 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_165260645 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_165260645 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_165260645 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_165260645 .normal_ImgtextBox_content{border-left-style:none;}
#module_165260645 .normal_ImgtextBox_content{border-left-width:0px;}
#module_165260645 .showHandle .btn{font-size:14px;}
#module_165260645 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165260645 .showHandle .btn{color:#333;}
#module_165260645 .showHandle .btn{font-weight:400;}
#module_165260645 .showHandle .btn{text-decoration:none;}
#module_165260645 .showHandle .btn{font-style:normal;}
#module_165260645 .showHandle div{border-top-color:#ddd !important;}
#module_165260645 .showHandle div{border-top-style:solid !important;}
#module_165260645 .showHandle div{border-top-width:1px !important;}
#module_165260645 .showHandle{background-color:transparent;}
#module_165260645 .showHandle{background-image:none;}
#module_165260645 .showHandle{background-repeat:no-repeat;}
#module_165260645 .showHandle{}
#module_165260645 .showHandle{}
#module_165260645 .showHandle{}
#module_165260645 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_165260645 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_165260645 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_165260645 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_165260645 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_165260645 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_165260645 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_165260645 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_165260645 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_165260645 a{font-size:unset;font-family:unset}

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

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

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

.module_98739960 .ModuleHead .HeadCenter{float:none;}
#module_98739960 {
padding:0px;
}
#module_98739960 {
position:static;
z-index:0;
top:845px;
left:126px;
width:100%;
height: auto;
}
#module_98739960 .ModuleHead98739960 {
display:none;
}
#module_98739960 .BodyCenter.BodyCenter98739960 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98739960 >.module_98739960 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#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(242, 242, 242);
border-bottom-width:0px;
}
#module_98739960 >.module_98739960{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98739960 .BodyCenter.BodyCenter98739960 {
padding-top:3.2520%;
padding-left:0.0000%;
padding-right:11.3821%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98739960 .BodyCenter.BodyCenter98739960 {
padding-top:3.0581%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.0581%;
}
}
@media screen and (min-width: 768px){
#module_98739960 >.module_98739960 {
margin-top:0.0000%;
margin-left:4.8780%;
margin-right:0.0000%;
margin-bottom:17.8862%;
}
}
@media screen and (max-width: 767px){
#module_98739960 >.module_98739960 {
margin-top:0.0000%;
margin-left:6.1162%;
margin-right:6.1162%;
margin-bottom:0.0000%;
}
}
#module_98739960 >.module_98739960 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98739960:hover {
border:none;
}
#module_98739960:hover >.module_98739960 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_354337610 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_354337610 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_354337610 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_354337610 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_354337610 .GraphicUpper .TextImage{padding-top:3px;}
#module_354337610 .GraphicUpper .TextImage{padding-bottom:3px;}
#module_354337610 .GraphicUpper .TextImage{padding-left:0px;}
#module_354337610 .GraphicUpper .TextImage{padding-right:0px;}
#module_354337610 .GraphicUpper {width:10%;} #module_354337610 .ModuleImageTextContent{width: calc(100% - 10%);}
#module_354337610 .MobileGraphicUpper {width:13%;} #module_354337610 .ModuleMobileImageTextContent{width: calc(100% - 13%);}
#module_354337610 .ModuleImageTextGiantContent{padding-top:0px;}
#module_354337610 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_354337610 .ModuleImageTextGiantContent{padding-left:5px;}
#module_354337610 .ModuleImageTextGiantContent{padding-right:0px;}
#module_354337610 .normal_ImgtextBox_content{padding-top:0px;}
#module_354337610 .normal_ImgtextBox_content{padding-bottom:10px;}
#module_354337610 .normal_ImgtextBox_content{padding-left:0px;}
#module_354337610 .normal_ImgtextBox_content{padding-right:0px;}
#module_354337610 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_354337610 .normal_ImgtextBox_content{margin-right:13px; width:calc((100% - 13px)/ 2)}  #module_354337610 .MobileImgtextBox{margin-right:13px;margin-left:0; width:calc((100% - 13px) / 2);}
#module_354337610 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_354337610 .normal_ImgtextBox_content{background-color:transparent;}
#module_354337610 .normal_ImgtextBox_content{background-image:none;}
#module_354337610 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_354337610 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_354337610 .normal_ImgtextBox_content{background-attachment:none;}
#module_354337610 .normal_ImgtextBox_content{}
#module_354337610 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_354337610 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_354337610 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_354337610 .normal_ImgtextBox_content{border-bottom-right-radius:1px;}
#module_354337610 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_354337610 .normal_ImgtextBox_content{border-top-style:none;}
#module_354337610 .normal_ImgtextBox_content{border-top-width:0px;}
#module_354337610 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_354337610 .normal_ImgtextBox_content{border-right-style:none;}
#module_354337610 .normal_ImgtextBox_content{border-right-width:0px;}
#module_354337610 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_354337610 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_354337610 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_354337610 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_354337610 .normal_ImgtextBox_content{border-left-style:none;}
#module_354337610 .normal_ImgtextBox_content{border-left-width:0px;}
#module_354337610 .showHandle .btn{font-size:14px;}
#module_354337610 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_354337610 .showHandle .btn{color:#333;}
#module_354337610 .showHandle .btn{font-weight:400;}
#module_354337610 .showHandle .btn{text-decoration:none;}
#module_354337610 .showHandle .btn{font-style:normal;}
#module_354337610 .showHandle div{border-top-color:#ddd !important;}
#module_354337610 .showHandle div{border-top-style:solid !important;}
#module_354337610 .showHandle div{border-top-width:1px !important;}
#module_354337610 .showHandle{background-color:transparent;}
#module_354337610 .showHandle{background-image:none;}
#module_354337610 .showHandle{background-repeat:no-repeat;}
#module_354337610 .showHandle{}
#module_354337610 .showHandle{}
#module_354337610 .showHandle{}
#module_354337610 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_354337610 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_354337610 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_354337610 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_354337610 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_354337610 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_354337610 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_354337610 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_354337610 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_354337610 a{font-size:unset;font-family:unset}

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

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

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

.module_98739959 .ModuleHead .HeadCenter{float:none;}
#module_98739959 {
padding:0px;
}
#module_98739959 {
position:static;
z-index:0;
top:879px;
left:140px;
width:100%;
height: auto;
}
#module_98739959 .ModuleHead98739959 {
display:none;
}
#module_98739959 .BodyCenter.BodyCenter98739959 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98739959 >.module_98739959 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#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(242, 242, 242);
border-bottom-width:0px;
}
#module_98739959 >.module_98739959{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98739959 .BodyCenter.BodyCenter98739959 {
padding-top:3.2520%;
padding-left:0.0000%;
padding-right:11.3821%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98739959 .BodyCenter.BodyCenter98739959 {
padding-top:3.0581%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.0581%;
}
}
@media screen and (min-width: 768px){
#module_98739959 >.module_98739959 {
margin-top:0.0000%;
margin-left:4.8780%;
margin-right:0.0000%;
margin-bottom:17.8862%;
}
}
@media screen and (max-width: 767px){
#module_98739959 >.module_98739959 {
margin-top:0.0000%;
margin-left:6.1162%;
margin-right:6.1162%;
margin-bottom:0.0000%;
}
}
#module_98739959 >.module_98739959 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98739959:hover {
border:none;
}
#module_98739959:hover >.module_98739959 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

#module_98723205 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_98723205 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_98723205 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_98723205 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_98723205 .GraphicUpper .TextImage{padding-top:3px;}
#module_98723205 .GraphicUpper .TextImage{padding-bottom:3px;}
#module_98723205 .GraphicUpper .TextImage{padding-left:0px;}
#module_98723205 .GraphicUpper .TextImage{padding-right:0px;}
#module_98723205 .GraphicUpper {width:10%;} #module_98723205 .ModuleImageTextContent{width: calc(100% - 10%);}
#module_98723205 .MobileGraphicUpper {width:13%;} #module_98723205 .ModuleMobileImageTextContent{width: calc(100% - 13%);}
#module_98723205 .ModuleImageTextGiantContent{padding-top:0px;}
#module_98723205 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_98723205 .ModuleImageTextGiantContent{padding-left:6px;}
#module_98723205 .ModuleImageTextGiantContent{padding-right:0px;}
#module_98723205 .normal_ImgtextBox_content{padding-top:0px;}
#module_98723205 .normal_ImgtextBox_content{padding-bottom:10px;}
#module_98723205 .normal_ImgtextBox_content{padding-left:0px;}
#module_98723205 .normal_ImgtextBox_content{padding-right:0px;}
#module_98723205 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_98723205 .normal_ImgtextBox_content{margin-right:20px; width:calc((100% - 20px)/ 2)}  #module_98723205 .MobileImgtextBox{margin-right:20px;margin-left:0; width:calc((100% - 20px) / 2);}
#module_98723205 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_98723205 .normal_ImgtextBox_content{background-color:transparent;}
#module_98723205 .normal_ImgtextBox_content{background-image:none;}
#module_98723205 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_98723205 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_98723205 .normal_ImgtextBox_content{background-attachment:none;}
#module_98723205 .normal_ImgtextBox_content{}
#module_98723205 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_98723205 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_98723205 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_98723205 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_98723205 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_98723205 .normal_ImgtextBox_content{border-top-style:none;}
#module_98723205 .normal_ImgtextBox_content{border-top-width:0px;}
#module_98723205 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_98723205 .normal_ImgtextBox_content{border-right-style:none;}
#module_98723205 .normal_ImgtextBox_content{border-right-width:0px;}
#module_98723205 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_98723205 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_98723205 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_98723205 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_98723205 .normal_ImgtextBox_content{border-left-style:none;}
#module_98723205 .normal_ImgtextBox_content{border-left-width:0px;}
#module_98723205 .showHandle .btn{font-size:14px;}
#module_98723205 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98723205 .showHandle .btn{color:#333;}
#module_98723205 .showHandle .btn{font-weight:400;}
#module_98723205 .showHandle .btn{text-decoration:none;}
#module_98723205 .showHandle .btn{font-style:normal;}
#module_98723205 .showHandle div{border-top-color:#ddd !important;}
#module_98723205 .showHandle div{border-top-style:solid !important;}
#module_98723205 .showHandle div{border-top-width:1px !important;}
#module_98723205 .showHandle{background-color:transparent;}
#module_98723205 .showHandle{background-image:none;}
#module_98723205 .showHandle{background-repeat:no-repeat;}
#module_98723205 .showHandle{}
#module_98723205 .showHandle{}
#module_98723205 .showHandle{}
#module_98723205 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_98723205 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_98723205 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_98723205 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_98723205 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_98723205 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_98723205 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_98723205 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_98723205 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_98723205 a{font-size:unset;font-family:unset}

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

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

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

.module_98739962 .ModuleHead .HeadCenter{float:none;}
#module_98739962 {
padding:0px;
}
#module_98739962 {
position:static;
z-index:0;
top:772px;
left:144px;
width:100%;
height: auto;
}
#module_98739962 .ModuleHead98739962 {
display:none;
}
#module_98739962 .BodyCenter.BodyCenter98739962 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98739962 >.module_98739962 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#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(242, 242, 242);
border-bottom-width:0px;
}
#module_98739962 >.module_98739962{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98739962 .BodyCenter.BodyCenter98739962 {
padding-top:3.2520%;
padding-left:0.0000%;
padding-right:11.3821%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98739962 .BodyCenter.BodyCenter98739962 {
padding-top:3.2680%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.2680%;
}
}
@media screen and (min-width: 768px){
#module_98739962 >.module_98739962 {
margin-top:0.0000%;
margin-left:4.8780%;
margin-right:0.0000%;
margin-bottom:17.8862%;
}
}
@media screen and (max-width: 767px){
#module_98739962 >.module_98739962 {
margin-top:0.0000%;
margin-left:6.5359%;
margin-right:6.5359%;
margin-bottom:0.0000%;
}
}
#module_98739962 >.module_98739962 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98739962:hover {
border:none;
}
#module_98739962:hover >.module_98739962 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_354337624 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_354337624 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_354337624 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_354337624 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_354337624 .GraphicUpper .TextImage{padding-top:3px;}
#module_354337624 .GraphicUpper .TextImage{padding-bottom:3px;}
#module_354337624 .GraphicUpper .TextImage{padding-left:0px;}
#module_354337624 .GraphicUpper .TextImage{padding-right:0px;}
#module_354337624 .GraphicUpper {width:10%;} #module_354337624 .ModuleImageTextContent{width: calc(100% - 10%);}
#module_354337624 .MobileGraphicUpper {width:13%;} #module_354337624 .ModuleMobileImageTextContent{width: calc(100% - 13%);}
#module_354337624 .ModuleImageTextGiantContent{padding-top:0px;}
#module_354337624 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_354337624 .ModuleImageTextGiantContent{padding-left:5px;}
#module_354337624 .ModuleImageTextGiantContent{padding-right:0px;}
#module_354337624 .normal_ImgtextBox_content{padding-top:0px;}
#module_354337624 .normal_ImgtextBox_content{padding-bottom:10px;}
#module_354337624 .normal_ImgtextBox_content{padding-left:0px;}
#module_354337624 .normal_ImgtextBox_content{padding-right:0px;}
#module_354337624 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_354337624 .normal_ImgtextBox_content{margin-right:13px; width:calc((100% - 13px)/ 2)}  #module_354337624 .MobileImgtextBox{margin-right:13px;margin-left:0; width:calc((100% - 13px) / 2);}
#module_354337624 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_354337624 .normal_ImgtextBox_content{background-color:transparent;}
#module_354337624 .normal_ImgtextBox_content{background-image:none;}
#module_354337624 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_354337624 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_354337624 .normal_ImgtextBox_content{background-attachment:none;}
#module_354337624 .normal_ImgtextBox_content{}
#module_354337624 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_354337624 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_354337624 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_354337624 .normal_ImgtextBox_content{border-bottom-right-radius:1px;}
#module_354337624 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_354337624 .normal_ImgtextBox_content{border-top-style:none;}
#module_354337624 .normal_ImgtextBox_content{border-top-width:0px;}
#module_354337624 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_354337624 .normal_ImgtextBox_content{border-right-style:none;}
#module_354337624 .normal_ImgtextBox_content{border-right-width:0px;}
#module_354337624 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_354337624 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_354337624 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_354337624 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_354337624 .normal_ImgtextBox_content{border-left-style:none;}
#module_354337624 .normal_ImgtextBox_content{border-left-width:0px;}
#module_354337624 .showHandle .btn{font-size:14px;}
#module_354337624 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_354337624 .showHandle .btn{color:#333;}
#module_354337624 .showHandle .btn{font-weight:400;}
#module_354337624 .showHandle .btn{text-decoration:none;}
#module_354337624 .showHandle .btn{font-style:normal;}
#module_354337624 .showHandle div{border-top-color:#ddd !important;}
#module_354337624 .showHandle div{border-top-style:solid !important;}
#module_354337624 .showHandle div{border-top-width:1px !important;}
#module_354337624 .showHandle{background-color:transparent;}
#module_354337624 .showHandle{background-image:none;}
#module_354337624 .showHandle{background-repeat:no-repeat;}
#module_354337624 .showHandle{}
#module_354337624 .showHandle{}
#module_354337624 .showHandle{}
#module_354337624 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_354337624 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_354337624 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_354337624 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_354337624 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_354337624 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_354337624 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_354337624 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_354337624 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_354337624 a{font-size:unset;font-family:unset}

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

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

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

.module_98723198 .ModuleHead .HeadCenter{float:none;}
#module_98723198 {
padding:0px;
}
#module_98723198 {
position:static;
z-index:0;
top:154px;
left:0px;
width:100%;
height: auto;
}
#module_98723198 .ModuleHead98723198 {
display:none;
}
#module_98723198 .BodyCenter.BodyCenter98723198 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98723198 >.module_98723198 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#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(242, 242, 242);
border-bottom-width:0px;
}
#module_98723198 >.module_98723198{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98723198 .BodyCenter.BodyCenter98723198 {
padding-top:3.2520%;
padding-left:0.0000%;
padding-right:11.3821%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98723198 .BodyCenter.BodyCenter98723198 {
padding-top:3.0581%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.0581%;
}
}
@media screen and (min-width: 768px){
#module_98723198 >.module_98723198 {
margin-top:0.0000%;
margin-left:4.8780%;
margin-right:0.0000%;
margin-bottom:17.8862%;
}
}
@media screen and (max-width: 767px){
#module_98723198 >.module_98723198 {
margin-top:0.0000%;
margin-left:6.1162%;
margin-right:6.1162%;
margin-bottom:0.0000%;
}
}
#module_98723198 >.module_98723198 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98723198:hover {
border:none;
}
#module_98723198:hover >.module_98723198 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_354337653 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_354337653 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_354337653 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_354337653 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_354337653 .GraphicUpper .TextImage{padding-top:3px;}
#module_354337653 .GraphicUpper .TextImage{padding-bottom:3px;}
#module_354337653 .GraphicUpper .TextImage{padding-left:0px;}
#module_354337653 .GraphicUpper .TextImage{padding-right:0px;}
#module_354337653 .GraphicUpper {width:10%;} #module_354337653 .ModuleImageTextContent{width: calc(100% - 10%);}
#module_354337653 .MobileGraphicUpper {width:13%;} #module_354337653 .ModuleMobileImageTextContent{width: calc(100% - 13%);}
#module_354337653 .ModuleImageTextGiantContent{padding-top:0px;}
#module_354337653 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_354337653 .ModuleImageTextGiantContent{padding-left:5px;}
#module_354337653 .ModuleImageTextGiantContent{padding-right:0px;}
#module_354337653 .normal_ImgtextBox_content{padding-top:0px;}
#module_354337653 .normal_ImgtextBox_content{padding-bottom:10px;}
#module_354337653 .normal_ImgtextBox_content{padding-left:0px;}
#module_354337653 .normal_ImgtextBox_content{padding-right:0px;}
#module_354337653 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_354337653 .normal_ImgtextBox_content{margin-right:13px; width:calc((100% - 13px)/ 2)}  #module_354337653 .MobileImgtextBox{margin-right:13px;margin-left:0; width:calc((100% - 13px) / 2);}
#module_354337653 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_354337653 .normal_ImgtextBox_content{background-color:transparent;}
#module_354337653 .normal_ImgtextBox_content{background-image:none;}
#module_354337653 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_354337653 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_354337653 .normal_ImgtextBox_content{background-attachment:none;}
#module_354337653 .normal_ImgtextBox_content{}
#module_354337653 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_354337653 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_354337653 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_354337653 .normal_ImgtextBox_content{border-bottom-right-radius:1px;}
#module_354337653 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_354337653 .normal_ImgtextBox_content{border-top-style:none;}
#module_354337653 .normal_ImgtextBox_content{border-top-width:0px;}
#module_354337653 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_354337653 .normal_ImgtextBox_content{border-right-style:none;}
#module_354337653 .normal_ImgtextBox_content{border-right-width:0px;}
#module_354337653 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_354337653 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_354337653 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_354337653 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_354337653 .normal_ImgtextBox_content{border-left-style:none;}
#module_354337653 .normal_ImgtextBox_content{border-left-width:0px;}
#module_354337653 .showHandle .btn{font-size:14px;}
#module_354337653 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_354337653 .showHandle .btn{color:#333;}
#module_354337653 .showHandle .btn{font-weight:400;}
#module_354337653 .showHandle .btn{text-decoration:none;}
#module_354337653 .showHandle .btn{font-style:normal;}
#module_354337653 .showHandle div{border-top-color:#ddd !important;}
#module_354337653 .showHandle div{border-top-style:solid !important;}
#module_354337653 .showHandle div{border-top-width:1px !important;}
#module_354337653 .showHandle{background-color:transparent;}
#module_354337653 .showHandle{background-image:none;}
#module_354337653 .showHandle{background-repeat:no-repeat;}
#module_354337653 .showHandle{}
#module_354337653 .showHandle{}
#module_354337653 .showHandle{}
#module_354337653 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_354337653 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_354337653 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_354337653 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_354337653 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_354337653 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_354337653 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_354337653 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_354337653 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_354337653 a{font-size:unset;font-family:unset}


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

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

#module_98720272 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98720272 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98720272 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98720272 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98720272 .imageTextGiant-Container{padding-top:0px;}
#module_98720272 .imageTextGiant-Container{padding-bottom:0px;}
#module_98720272 .imageTextGiant-Container{padding-left:0px;}
#module_98720272 .imageTextGiant-Container{padding-right:0px;}
#module_98720272 .showHandle .btn{font-size:14px;}
#module_98720272 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98720272 .showHandle .btn{color:#333;}
#module_98720272 .showHandle .btn{font-weight:400;}
#module_98720272 .showHandle .btn{text-decoration:none;}
#module_98720272 .showHandle .btn{font-style:normal;}
#module_98720272 .showHandle div{border-top-color:#ddd !important;}
#module_98720272 .showHandle div{border-top-style:solid !important;}
#module_98720272 .showHandle div{border-top-width:1px !important;}
#module_98720272 .showHandle{background-color:transparent;}
#module_98720272 .showHandle{background-image:none;}
#module_98720272 .showHandle{background-repeat:no-repeat;}
#module_98720272 .showHandle{}
#module_98720272 .showHandle{}
#module_98720272 .showHandle{}
#module_98720272 a{font-size:unset;font-family:unset}
.module_93419337 .ModuleHead .HeadCenter{float:none;}
#module_93419337 {
padding:0px;
}
#module_93419337 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_93419337 .ModuleHead93419337 {
display:none;
}

#module_93419337 .ModuleSubContainer{background-color:transparent;}
#module_93419337 .ModuleSubContainer{}
#module_93419337 .ModuleSubContainer{background-repeat:no-repeat;}
#module_93419337 .ModuleSubContainer{background-position:0% 0%;}
#module_93419337 .ModuleSubContainer{background-attachment:scroll;}
#module_93419337 .ModuleSubContainer{}
#module_93419337 {!bgVideo!}{bgVideoUrl:}
#module_93419337 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_93419337 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_93419337 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer93419337 {}
.ModuleGridContainer.ModuleGridContainer93419337 .SubPadding {width:15px;}
.module_93414599 .ModuleHead .HeadCenter{float:none;}
#module_93414599 {
padding:0px;
}
#module_93414599 {
position:static;
z-index:0;
top:2232px;
left:598px;
width:100%;
height: auto;
}
#module_93414599 .ModuleHead93414599 {
display:none;
}
#module_93414599 .BodyCenter.BodyCenter93414599 {
background-color:transparent;
background-image:url(../comdata/82544/202012/202012222230169f4c5c.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_93414599 >.module_93414599 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93414599 >.module_93414599{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93414599 .BodyCenter.BodyCenter93414599 {
padding-top:6.9204%;
padding-left:6.9204%;
padding-right:6.5744%;
padding-bottom:6.9204%;
}
}
@media screen and (max-width: 767px){
#module_93414599 .BodyCenter.BodyCenter93414599 {
padding-top:4.2135%;
padding-left:5.6180%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_93414599 >.module_93414599 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93414599 >.module_93414599 {
margin-top:1.4045%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93414599 >.module_93414599 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93414599:hover {
border:none;
}
#module_93414599:hover >.module_93414599 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_93416343 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_93416343 .ModuleHoverBoxItem_1{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_93416343 .ModuleHoverBoxItem_1{background-repeat:no-repeat;background-size:cover;}
#module_93416343 .ModuleHoverBoxItem_1{background-position:0% 0%;}
#module_93416343 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_93416343 .ModuleHoverBoxItem_1{}
#module_93416343 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_93416343 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_93416343 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_93416343 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_93416343 .ModuleHoverBoxItem_2{background-color:rgb(251, 251, 251);}
#module_93416343 .ModuleHoverBoxItem_2{background-image:none;}
#module_93416343 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_93416343 .ModuleHoverBoxItem_2{}
#module_93416343 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_93416343 .ModuleHoverBoxItem_2{}
#module_93416343 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_93416343 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_93416343 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_93416343 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_93416343 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_93416347 .ModuleHead .HeadCenter{float:none;}
#module_93416347 {
padding:0px;
}
#module_93416347 {
position:static;
z-index:0;
top:40px;
left:599px;
width:100%;
height: auto;
}
#module_93416347 .ModuleHead93416347 {
display:none;
}
#module_93416347 .BodyCenter.BodyCenter93416347 {
background:none;background-color:rgba(0,0,0,0);
}
#module_93416347 >.module_93416347 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93416347 >.module_93416347{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93416347 .BodyCenter.BodyCenter93416347 {
padding-top:11.0727%;
padding-left:6.9204%;
padding-right:0.0000%;
padding-bottom:11.0727%;
}
}
@media screen and (max-width: 767px){
#module_93416347 .BodyCenter.BodyCenter93416347 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_93416347 >.module_93416347 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93416347 >.module_93416347 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93416347 >.module_93416347 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93416347:hover {
border:none;
}
#module_93416347:hover >.module_93416347 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_50497641 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_50497641 .ModuleHoverBoxItem_1{background-image:none;}
#module_50497641 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_50497641 .ModuleHoverBoxItem_1{}
#module_50497641 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_50497641 .ModuleHoverBoxItem_1{}
#module_50497641 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_50497641 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_50497641 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_50497641 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_50497641 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_50497641 .ModuleHoverBoxItem_2{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_50497641 .ModuleHoverBoxItem_2{background-repeat:no-repeat;background-size:cover;}
#module_50497641 .ModuleHoverBoxItem_2{}
#module_50497641 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_50497641 .ModuleHoverBoxItem_2{}
#module_50497641 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_50497641 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_50497641 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_50497641 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_50497641 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_165254394 .ModuleHead .HeadCenter{float:none;}
#module_165254394 {
padding:0px;
}
#module_165254394 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_165254394 .ModuleHead165254394 {
display:none;
}
#module_165254394 .BodyCenter.BodyCenter165254394 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165254394 >.module_165254394 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165254394 >.module_165254394{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165254394 .BodyCenter.BodyCenter165254394 {
padding-top:11.0727%;
padding-left:6.9204%;
padding-right:0.0000%;
padding-bottom:11.0727%;
}
}
@media screen and (max-width: 767px){
#module_165254394 .BodyCenter.BodyCenter165254394 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_165254394 >.module_165254394 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165254394 >.module_165254394 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165254394 >.module_165254394 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165254394:hover {
border:none;
}
#module_165254394:hover >.module_165254394 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_93416380 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_93416380 .ModuleHoverBoxItem_1{background-image:none;}
#module_93416380 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_93416380 .ModuleHoverBoxItem_1{}
#module_93416380 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_93416380 .ModuleHoverBoxItem_1{}
#module_93416380 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_93416380 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_93416380 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_93416380 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_93416380 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_93416380 .ModuleHoverBoxItem_2{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_93416380 .ModuleHoverBoxItem_2{background-repeat:no-repeat;background-size:cover;}
#module_93416380 .ModuleHoverBoxItem_2{}
#module_93416380 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_93416380 .ModuleHoverBoxItem_2{}
#module_93416380 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_93416380 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_93416380 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_93416380 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_93416380 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_93416384 .ModuleHead .HeadCenter{float:none;}
#module_93416384 {
padding:0px;
}
#module_93416384 {
position:static;
z-index:0;
top:40px;
left:599px;
width:100%;
height: auto;
}
#module_93416384 .ModuleHead93416384 {
display:none;
}
#module_93416384 .BodyCenter.BodyCenter93416384 {
background:none;background-color:rgba(0,0,0,0);
}
#module_93416384 >.module_93416384 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93416384 >.module_93416384{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93416384 .BodyCenter.BodyCenter93416384 {
padding-top:11.0727%;
padding-left:6.9204%;
padding-right:0.0000%;
padding-bottom:11.0727%;
}
}
@media screen and (max-width: 767px){
#module_93416384 .BodyCenter.BodyCenter93416384 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_93416384 >.module_93416384 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93416384 >.module_93416384 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93416384 >.module_93416384 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93416384:hover {
border:none;
}
#module_93416384:hover >.module_93416384 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_93416356 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_93416356 .ModuleHoverBoxItem_1{background-image:none;}
#module_93416356 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_93416356 .ModuleHoverBoxItem_1{}
#module_93416356 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_93416356 .ModuleHoverBoxItem_1{}
#module_93416356 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_93416356 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_93416356 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_93416356 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_93416356 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_93416356 .ModuleHoverBoxItem_2{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_93416356 .ModuleHoverBoxItem_2{background-repeat:no-repeat;background-size:cover;}
#module_93416356 .ModuleHoverBoxItem_2{}
#module_93416356 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_93416356 .ModuleHoverBoxItem_2{}
#module_93416356 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_93416356 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_93416356 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_93416356 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_93416356 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_93416360 .ModuleHead .HeadCenter{float:none;}
#module_93416360 {
padding:0px;
}
#module_93416360 {
position:static;
z-index:0;
top:40px;
left:599px;
width:100%;
height: auto;
}
#module_93416360 .ModuleHead93416360 {
display:none;
}
#module_93416360 .BodyCenter.BodyCenter93416360 {
background:none;background-color:rgb(251, 251, 251);
}
#module_93416360 >.module_93416360 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93416360 >.module_93416360{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93416360 .BodyCenter.BodyCenter93416360 {
padding-top:11.0727%;
padding-left:6.9204%;
padding-right:0.0000%;
padding-bottom:11.0727%;
}
}
@media screen and (max-width: 767px){
#module_93416360 .BodyCenter.BodyCenter93416360 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_93416360 >.module_93416360 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93416360 >.module_93416360 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93416360 >.module_93416360 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93416360:hover {
border:none;
}
#module_93416360:hover >.module_93416360 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

.module_93414462 .ModuleHead .HeadCenter{float:none;}
#module_93414462 {
padding:0px;
}
#module_93414462 {
position:static;
z-index:0;
top:1333px;
left:458px;
width:100%;
height: auto;
}
#module_93414462 .ModuleHead93414462 {
display:none;
}
#module_93414462 .BodyCenter.BodyCenter93414462 {
background:none;background-color:rgb(251, 251, 251);
}
#module_93414462 >.module_93414462 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
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_93414462 >.module_93414462{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93414462 .BodyCenter.BodyCenter93414462 {
padding-top:1.7301%;
padding-left:6.9204%;
padding-right:0.0000%;
padding-bottom:1.7301%;
}
}
@media screen and (max-width: 767px){
#module_93414462 .BodyCenter.BodyCenter93414462 {
padding-top:0.0000%;
padding-left:4.2135%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_93414462 >.module_93414462 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93414462 >.module_93414462 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93414462 >.module_93414462 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93414462:hover {
border:none;
}
#module_93414462:hover >.module_93414462 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer93419337 #Sub93419337_1 {width:25%;}
.module_93425191 .ModuleHead .HeadCenter{float:none;}
#module_93425191 {
padding:0px;
}
#module_93425191 {
position:static;
z-index:0;
top:2173px;
left:936px;
width:100%;
height: auto;
}
#module_93425191 .ModuleHead93425191 {
display:none;
}
#module_93425191 .BodyCenter.BodyCenter93425191 {
background-color:transparent;
background-image:url(../comdata/82544/202012/20201222223016152427.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_93425191 >.module_93425191 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93425191 >.module_93425191{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93425191 .BodyCenter.BodyCenter93425191 {
padding-top:6.9444%;
padding-left:6.9444%;
padding-right:6.5972%;
padding-bottom:6.9444%;
}
}
@media screen and (max-width: 767px){
#module_93425191 .BodyCenter.BodyCenter93425191 {
padding-top:4.2135%;
padding-left:5.6180%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_93425191 >.module_93425191 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93425191 >.module_93425191 {
margin-top:1.4045%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93425191 >.module_93425191 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93425191:hover {
border:none;
}
#module_93425191:hover >.module_93425191 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_93425195 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_93425195 .ModuleHoverBoxItem_1{background-image:none;}
#module_93425195 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_93425195 .ModuleHoverBoxItem_1{}
#module_93425195 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_93425195 .ModuleHoverBoxItem_1{}
#module_93425195 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_93425195 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_93425195 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_93425195 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_93425195 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_93425195 .ModuleHoverBoxItem_2{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_93425195 .ModuleHoverBoxItem_2{background-repeat:no-repeat;background-size:cover;}
#module_93425195 .ModuleHoverBoxItem_2{}
#module_93425195 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_93425195 .ModuleHoverBoxItem_2{}
#module_93425195 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_93425195 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_93425195 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_93425195 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_93425195 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_93425199 .ModuleHead .HeadCenter{float:none;}
#module_93425199 {
padding:0px;
}
#module_93425199 {
position:static;
z-index:0;
top:40px;
left:599px;
width:100%;
height: auto;
}
#module_93425199 .ModuleHead93425199 {
display:none;
}
#module_93425199 .BodyCenter.BodyCenter93425199 {
background:none;background-color:rgb(251, 251, 251);
}
#module_93425199 >.module_93425199 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93425199 >.module_93425199{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93425199 .BodyCenter.BodyCenter93425199 {
padding-top:11.4583%;
padding-left:6.9444%;
padding-right:0.0000%;
padding-bottom:12.5000%;
}
}
@media screen and (max-width: 767px){
#module_93425199 .BodyCenter.BodyCenter93425199 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_93425199 >.module_93425199 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93425199 >.module_93425199 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93425199 >.module_93425199 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93425199:hover {
border:none;
}
#module_93425199:hover >.module_93425199 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_165255034 .BodyCenter{text-align:right;}
#module_165255034 .moduleButton{font-size:12px;}
#module_165255034 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165255034 .moduleButton{color:#1e88e5;}
#module_165255034 .moduleButton{font-weight:normal;}
#module_165255034 .moduleButton{text-decoration:none;}
#module_165255034 .moduleButton{font-style:normal;}
#module_165255034 .moduleButton, #module_165255034 .moduleButton.faded:before{background-color:#fff;}
#module_165255034 .moduleButton, #module_165255034 .moduleButton.faded:before{}
#module_165255034 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165255034 .moduleButton{border-style:none;}
#module_165255034 .moduleButton{border-width:1px;}
#module_165255034 .moduleButton{width:58px;}
#module_165255034 .moduleButton{height:30px;line-height:30px;}
#module_165255034 .BodyCenter{color:#1e88e5;}
#module_165255034 .moduleButton{border-top-left-radius:2px;}
#module_165255034 .moduleButton{border-top-right-radius:2px;}
#module_165255034 .moduleButton{border-bottom-left-radius:2px;}
#module_165255034 .moduleButton{border-bottom-right-radius:2px;}
#module_165255034 .BreadIcon{font-size:16px;} #module_165255034 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165255034 .BreadIcon{color:#1e88e5;} #module_165255034 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165255034 .BreadIcon,#module_165255034 .BreadsvgIcon{margin-left:10px;}
#module_165255034 .BreadIcon,#module_165255034 .BreadsvgIcon{margin-right:10px;}
#module_165255034 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165255034 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165255034 .moduleButton:hover .BreadIcon{color:#fff} #module_165255034 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165255034 .moduleButton:hover{font-size:12px;}
#module_165255034 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165255034 .moduleButton:hover{color:#fff;}
#module_165255034 .moduleButton:hover{font-weight:normal;}
#module_165255034 .moduleButton:hover{text-decoration:none;}
#module_165255034 .moduleButton:hover{font-style:normal;}
#module_165255034 .moduleButton:before, #module_165255034 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165255034 .moduleButton:before, #module_165255034 .moduleButton.faded:before{}
#module_165255034 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165255034 .moduleButton:hover{border-style:none;}
#module_165255034 .moduleButton:hover{border-width:1px;}
.module_165255411 .ModuleHead .HeadCenter{float:none;}
#module_165255411 {
padding:0px;
}
#module_165255411 {
position:static;
z-index:0;
top:15px;
left:0px;
width:100%;
height: auto;
}
#module_165255411 .ModuleHead165255411 {
display:none;
}
#module_165255411 .BodyCenter.BodyCenter165255411 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165255411 >.module_165255411 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165255411 >.module_165255411{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165255411 .BodyCenter.BodyCenter165255411 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:6.9204%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165255411 .BodyCenter.BodyCenter165255411 {
padding-top:0.0000%;
padding-left:23.7569%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165255411 >.module_165255411 {
margin-top:-22.1453%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165255411 >.module_165255411 {
margin-top:3.3149%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165255411 >.module_165255411 {box-shadow: 0px 0px 0px 0px rgb(165, 165, 165);transition: box-shadow 0.5s ease 0s;}
#module_165255411:hover {
border:none;
}
#module_165255411:hover >.module_165255411 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165255411 .BodyCenter{text-align:right;}
#module_165255411 .moduleButton{font-size:12px;}
#module_165255411 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165255411 .moduleButton{color:#1e88e5;}
#module_165255411 .moduleButton{font-weight:normal;}
#module_165255411 .moduleButton{text-decoration:none;}
#module_165255411 .moduleButton{font-style:normal;}
#module_165255411 .moduleButton, #module_165255411 .moduleButton.faded:before{background-color:#fff;}
#module_165255411 .moduleButton, #module_165255411 .moduleButton.faded:before{}
#module_165255411 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165255411 .moduleButton{border-style:none;}
#module_165255411 .moduleButton{border-width:1px;}
#module_165255411 .moduleButton{width:58px;}
#module_165255411 .moduleButton{height:30px;line-height:30px;}
#module_165255411 .BodyCenter{color:#1e88e5;}
#module_165255411 .moduleButton{border-top-left-radius:2px;}
#module_165255411 .moduleButton{border-top-right-radius:2px;}
#module_165255411 .moduleButton{border-bottom-left-radius:2px;}
#module_165255411 .moduleButton{border-bottom-right-radius:2px;}
#module_165255411 .BreadIcon{font-size:16px;} #module_165255411 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165255411 .BreadIcon{color:#1e88e5;} #module_165255411 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165255411 .BreadIcon,#module_165255411 .BreadsvgIcon{margin-left:10px;}
#module_165255411 .BreadIcon,#module_165255411 .BreadsvgIcon{margin-right:10px;}
#module_165255411 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165255411 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165255411 .moduleButton:hover .BreadIcon{color:#fff} #module_165255411 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165255411 .moduleButton:hover{font-size:12px;}
#module_165255411 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165255411 .moduleButton:hover{color:#fff;}
#module_165255411 .moduleButton:hover{font-weight:normal;}
#module_165255411 .moduleButton:hover{text-decoration:none;}
#module_165255411 .moduleButton:hover{font-style:normal;}
#module_165255411 .moduleButton:before, #module_165255411 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165255411 .moduleButton:before, #module_165255411 .moduleButton.faded:before{}
#module_165255411 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165255411 .moduleButton:hover{border-style:none;}
#module_165255411 .moduleButton:hover{border-width:1px;}
.module_165255644 .ModuleHead .HeadCenter{float:none;}
#module_165255644 {
padding:0px;
}
#module_165255644 {
position:static;
z-index:0;
top:17px;
left:0px;
width:100%;
height: auto;
}
#module_165255644 .ModuleHead165255644 {
display:none;
}
#module_165255644 .BodyCenter.BodyCenter165255644 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165255644 >.module_165255644 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165255644 >.module_165255644{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165255644 .BodyCenter.BodyCenter165255644 {
padding-top:7.6125%;
padding-left:6.9204%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165255644 .BodyCenter.BodyCenter165255644 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_165255644 >.module_165255644 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165255644 >.module_165255644 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165255644 >.module_165255644 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165255644:hover {
border:none;
}
#module_165255644:hover >.module_165255644 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

#module_93416492 .ModuleHoverBoxItem_1{background-color:rgba(0,0,0,0);}
#module_93416492 .ModuleHoverBoxItem_1{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_93416492 .ModuleHoverBoxItem_1{background-repeat:no-repeat;background-size:cover;}
#module_93416492 .ModuleHoverBoxItem_1{background-position:0% 0%;}
#module_93416492 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_93416492 .ModuleHoverBoxItem_1{}
#module_93416492 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_93416492 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_93416492 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_93416492 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_93416492 .ModuleHoverBoxItem_2{background-color:rgb(251, 251, 251);}
#module_93416492 .ModuleHoverBoxItem_2{background-image:none;}
#module_93416492 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_93416492 .ModuleHoverBoxItem_2{}
#module_93416492 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_93416492 .ModuleHoverBoxItem_2{}
#module_93416492 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_93416492 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_93416492 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_93416492 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_93416492 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_93416496 .ModuleHead .HeadCenter{float:none;}
#module_93416496 {
padding:0px;
}
#module_93416496 {
position:static;
z-index:0;
top:40px;
left:599px;
width:100%;
height: auto;
}
#module_93416496 .ModuleHead93416496 {
display:none;
}
#module_93416496 .BodyCenter.BodyCenter93416496 {
background:none;background-color:rgba(0,0,0,0);
}
#module_93416496 >.module_93416496 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93416496 >.module_93416496{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93416496 .BodyCenter.BodyCenter93416496 {
padding-top:11.1111%;
padding-left:6.9444%;
padding-right:0.0000%;
padding-bottom:11.1111%;
}
}
@media screen and (max-width: 767px){
#module_93416496 .BodyCenter.BodyCenter93416496 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_93416496 >.module_93416496 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93416496 >.module_93416496 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93416496 >.module_93416496 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93416496:hover {
border:none;
}
#module_93416496:hover >.module_93416496 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_165256017 .BodyCenter{text-align:right;}
#module_165256017 .moduleButton{font-size:12px;}
#module_165256017 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165256017 .moduleButton{color:#1e88e5;}
#module_165256017 .moduleButton{font-weight:normal;}
#module_165256017 .moduleButton{text-decoration:none;}
#module_165256017 .moduleButton{font-style:normal;}
#module_165256017 .moduleButton, #module_165256017 .moduleButton.faded:before{background-color:#fff;}
#module_165256017 .moduleButton, #module_165256017 .moduleButton.faded:before{}
#module_165256017 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165256017 .moduleButton{border-style:none;}
#module_165256017 .moduleButton{border-width:1px;}
#module_165256017 .moduleButton{width:58px;}
#module_165256017 .moduleButton{height:30px;line-height:30px;}
#module_165256017 .BodyCenter{color:#1e88e5;}
#module_165256017 .moduleButton{border-top-left-radius:2px;}
#module_165256017 .moduleButton{border-top-right-radius:2px;}
#module_165256017 .moduleButton{border-bottom-left-radius:2px;}
#module_165256017 .moduleButton{border-bottom-right-radius:2px;}
#module_165256017 .BreadIcon{font-size:16px;} #module_165256017 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165256017 .BreadIcon{color:#1e88e5;} #module_165256017 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165256017 .BreadIcon,#module_165256017 .BreadsvgIcon{margin-left:10px;}
#module_165256017 .BreadIcon,#module_165256017 .BreadsvgIcon{margin-right:10px;}
#module_165256017 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165256017 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165256017 .moduleButton:hover .BreadIcon{color:#fff} #module_165256017 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165256017 .moduleButton:hover{font-size:12px;}
#module_165256017 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165256017 .moduleButton:hover{color:#fff;}
#module_165256017 .moduleButton:hover{font-weight:normal;}
#module_165256017 .moduleButton:hover{text-decoration:none;}
#module_165256017 .moduleButton:hover{font-style:normal;}
#module_165256017 .moduleButton:before, #module_165256017 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165256017 .moduleButton:before, #module_165256017 .moduleButton.faded:before{}
#module_165256017 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165256017 .moduleButton:hover{border-style:none;}
#module_165256017 .moduleButton:hover{border-width:1px;}
.module_165256018 .ModuleHead .HeadCenter{float:none;}
#module_165256018 {
padding:0px;
}
#module_165256018 {
position:static;
z-index:0;
top:24px;
left:0px;
width:100%;
height: auto;
}
#module_165256018 .ModuleHead165256018 {
display:none;
}
#module_165256018 .BodyCenter.BodyCenter165256018 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165256018 >.module_165256018 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165256018 >.module_165256018{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165256018 .BodyCenter.BodyCenter165256018 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:6.9204%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256018 .BodyCenter.BodyCenter165256018 {
padding-top:0.0000%;
padding-left:23.7569%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165256018 >.module_165256018 {
margin-top:-22.1453%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256018 >.module_165256018 {
margin-top:3.3149%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165256018 >.module_165256018 {box-shadow: 0px 0px 0px 0px rgb(165, 165, 165);transition: box-shadow 0.5s ease 0s;}
#module_165256018:hover {
border:none;
}
#module_165256018:hover >.module_165256018 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165256018 .BodyCenter{text-align:right;}
#module_165256018 .moduleButton{font-size:12px;}
#module_165256018 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165256018 .moduleButton{color:#1e88e5;}
#module_165256018 .moduleButton{font-weight:normal;}
#module_165256018 .moduleButton{text-decoration:none;}
#module_165256018 .moduleButton{font-style:normal;}
#module_165256018 .moduleButton, #module_165256018 .moduleButton.faded:before{background-color:#fff;}
#module_165256018 .moduleButton, #module_165256018 .moduleButton.faded:before{}
#module_165256018 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165256018 .moduleButton{border-style:none;}
#module_165256018 .moduleButton{border-width:1px;}
#module_165256018 .moduleButton{width:58px;}
#module_165256018 .moduleButton{height:30px;line-height:30px;}
#module_165256018 .BodyCenter{color:#1e88e5;}
#module_165256018 .moduleButton{border-top-left-radius:2px;}
#module_165256018 .moduleButton{border-top-right-radius:2px;}
#module_165256018 .moduleButton{border-bottom-left-radius:2px;}
#module_165256018 .moduleButton{border-bottom-right-radius:2px;}
#module_165256018 .BreadIcon{font-size:16px;} #module_165256018 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165256018 .BreadIcon{color:#1e88e5;} #module_165256018 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165256018 .BreadIcon,#module_165256018 .BreadsvgIcon{margin-left:10px;}
#module_165256018 .BreadIcon,#module_165256018 .BreadsvgIcon{margin-right:10px;}
#module_165256018 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165256018 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165256018 .moduleButton:hover .BreadIcon{color:#fff} #module_165256018 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165256018 .moduleButton:hover{font-size:12px;}
#module_165256018 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165256018 .moduleButton:hover{color:#fff;}
#module_165256018 .moduleButton:hover{font-weight:normal;}
#module_165256018 .moduleButton:hover{text-decoration:none;}
#module_165256018 .moduleButton:hover{font-style:normal;}
#module_165256018 .moduleButton:before, #module_165256018 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165256018 .moduleButton:before, #module_165256018 .moduleButton.faded:before{}
#module_165256018 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165256018 .moduleButton:hover{border-style:none;}
#module_165256018 .moduleButton:hover{border-width:1px;}
.module_165256020 .ModuleHead .HeadCenter{float:none;}
#module_165256020 {
padding:0px;
}
#module_165256020 {
position:static;
z-index:0;
top:18px;
left:0px;
width:100%;
height: auto;
}
#module_165256020 .ModuleHead165256020 {
display:none;
}
#module_165256020 .BodyCenter.BodyCenter165256020 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165256020 >.module_165256020 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165256020 >.module_165256020{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165256020 .BodyCenter.BodyCenter165256020 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:6.9204%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256020 .BodyCenter.BodyCenter165256020 {
padding-top:0.0000%;
padding-left:23.7569%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165256020 >.module_165256020 {
margin-top:-22.1453%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256020 >.module_165256020 {
margin-top:3.3149%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165256020 >.module_165256020 {box-shadow: 0px 0px 0px 0px rgb(165, 165, 165);transition: box-shadow 0.5s ease 0s;}
#module_165256020:hover {
border:none;
}
#module_165256020:hover >.module_165256020 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165256020 .BodyCenter{text-align:right;}
#module_165256020 .moduleButton{font-size:12px;}
#module_165256020 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165256020 .moduleButton{color:#1e88e5;}
#module_165256020 .moduleButton{font-weight:normal;}
#module_165256020 .moduleButton{text-decoration:none;}
#module_165256020 .moduleButton{font-style:normal;}
#module_165256020 .moduleButton, #module_165256020 .moduleButton.faded:before{background-color:#fff;}
#module_165256020 .moduleButton, #module_165256020 .moduleButton.faded:before{}
#module_165256020 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165256020 .moduleButton{border-style:none;}
#module_165256020 .moduleButton{border-width:1px;}
#module_165256020 .moduleButton{width:58px;}
#module_165256020 .moduleButton{height:30px;line-height:30px;}
#module_165256020 .BodyCenter{color:#1e88e5;}
#module_165256020 .moduleButton{border-top-left-radius:2px;}
#module_165256020 .moduleButton{border-top-right-radius:2px;}
#module_165256020 .moduleButton{border-bottom-left-radius:2px;}
#module_165256020 .moduleButton{border-bottom-right-radius:2px;}
#module_165256020 .BreadIcon{font-size:16px;} #module_165256020 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165256020 .BreadIcon{color:#1e88e5;} #module_165256020 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165256020 .BreadIcon,#module_165256020 .BreadsvgIcon{margin-left:10px;}
#module_165256020 .BreadIcon,#module_165256020 .BreadsvgIcon{margin-right:10px;}
#module_165256020 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165256020 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165256020 .moduleButton:hover .BreadIcon{color:#fff} #module_165256020 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165256020 .moduleButton:hover{font-size:12px;}
#module_165256020 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165256020 .moduleButton:hover{color:#fff;}
#module_165256020 .moduleButton:hover{font-weight:normal;}
#module_165256020 .moduleButton:hover{text-decoration:none;}
#module_165256020 .moduleButton:hover{font-style:normal;}
#module_165256020 .moduleButton:before, #module_165256020 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165256020 .moduleButton:before, #module_165256020 .moduleButton.faded:before{}
#module_165256020 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165256020 .moduleButton:hover{border-style:none;}
#module_165256020 .moduleButton:hover{border-width:1px;}
.module_165256027 .ModuleHead .HeadCenter{float:none;}
#module_165256027 {
padding:0px;
}
#module_165256027 {
position:static;
z-index:0;
top:19px;
left:0px;
width:100%;
height: auto;
}
#module_165256027 .ModuleHead165256027 {
display:none;
}
#module_165256027 .BodyCenter.BodyCenter165256027 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165256027 >.module_165256027 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165256027 >.module_165256027{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165256027 .BodyCenter.BodyCenter165256027 {
padding-top:7.6125%;
padding-left:6.9204%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256027 .BodyCenter.BodyCenter165256027 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_165256027 >.module_165256027 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256027 >.module_165256027 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165256027 >.module_165256027 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165256027:hover {
border:none;
}
#module_165256027:hover >.module_165256027 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

#module_93416484 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_93416484 .ModuleHoverBoxItem_1{background-image:none;}
#module_93416484 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_93416484 .ModuleHoverBoxItem_1{}
#module_93416484 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_93416484 .ModuleHoverBoxItem_1{}
#module_93416484 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_93416484 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_93416484 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_93416484 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_93416484 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_93416484 .ModuleHoverBoxItem_2{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_93416484 .ModuleHoverBoxItem_2{background-repeat:no-repeat;background-size:cover;}
#module_93416484 .ModuleHoverBoxItem_2{}
#module_93416484 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_93416484 .ModuleHoverBoxItem_2{}
#module_93416484 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_93416484 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_93416484 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_93416484 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_93416484 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_93416488 .ModuleHead .HeadCenter{float:none;}
#module_93416488 {
padding:0px;
}
#module_93416488 {
position:static;
z-index:0;
top:40px;
left:599px;
width:100%;
height: auto;
}
#module_93416488 .ModuleHead93416488 {
display:none;
}
#module_93416488 .BodyCenter.BodyCenter93416488 {
background:none;background-color:rgb(251, 251, 251);
}
#module_93416488 >.module_93416488 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93416488 >.module_93416488{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93416488 .BodyCenter.BodyCenter93416488 {
padding-top:11.1111%;
padding-left:6.9444%;
padding-right:0.0000%;
padding-bottom:11.1111%;
}
}
@media screen and (max-width: 767px){
#module_93416488 .BodyCenter.BodyCenter93416488 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_93416488 >.module_93416488 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93416488 >.module_93416488 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93416488 >.module_93416488 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93416488:hover {
border:none;
}
#module_93416488:hover >.module_93416488 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_165256762 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_165256762 .ModuleHoverBoxItem_1{background-image:none;}
#module_165256762 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_165256762 .ModuleHoverBoxItem_1{}
#module_165256762 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_165256762 .ModuleHoverBoxItem_1{}
#module_165256762 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_165256762 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_165256762 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_165256762 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_165256762 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_165256762 .ModuleHoverBoxItem_2{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_165256762 .ModuleHoverBoxItem_2{background-repeat:no-repeat;background-size:cover;}
#module_165256762 .ModuleHoverBoxItem_2{}
#module_165256762 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_165256762 .ModuleHoverBoxItem_2{}
#module_165256762 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_165256762 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_165256762 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_165256762 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_165256762 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_165256765 .ModuleHead .HeadCenter{float:none;}
#module_165256765 {
padding:0px;
}
#module_165256765 {
position:static;
z-index:0;
top:40px;
left:599px;
width:100%;
height: auto;
}
#module_165256765 .ModuleHead165256765 {
display:none;
}
#module_165256765 .BodyCenter.BodyCenter165256765 {
background:none;background-color:rgb(251, 251, 251);
}
#module_165256765 >.module_165256765 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165256765 >.module_165256765{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165256765 .BodyCenter.BodyCenter165256765 {
padding-top:11.1111%;
padding-left:6.9444%;
padding-right:0.0000%;
padding-bottom:11.1111%;
}
}
@media screen and (max-width: 767px){
#module_165256765 .BodyCenter.BodyCenter165256765 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_165256765 >.module_165256765 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256765 >.module_165256765 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165256765 >.module_165256765 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165256765:hover {
border:none;
}
#module_165256765:hover >.module_165256765 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

.module_165256773 .ModuleHead .HeadCenter{float:none;}
#module_165256773 {
padding:0px;
}
#module_165256773 {
position:static;
z-index:0;
top:1649px;
left:807px;
width:100%;
height: auto;
}
#module_165256773 .ModuleHead165256773 {
display:none;
}
#module_165256773 .BodyCenter.BodyCenter165256773 {
background:none;background-color:rgb(251, 251, 251);
}
#module_165256773 >.module_165256773 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
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_165256773 >.module_165256773{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165256773 .BodyCenter.BodyCenter165256773 {
padding-top:1.7301%;
padding-left:6.9204%;
padding-right:0.0000%;
padding-bottom:1.7301%;
}
}
@media screen and (max-width: 767px){
#module_165256773 .BodyCenter.BodyCenter165256773 {
padding-top:0.0000%;
padding-left:4.2135%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165256773 >.module_165256773 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256773 >.module_165256773 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165256773 >.module_165256773 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165256773:hover {
border:none;
}
#module_165256773:hover >.module_165256773 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

#module_93416500 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_93416500 .ModuleHoverBoxItem_1{background-image:none;}
#module_93416500 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_93416500 .ModuleHoverBoxItem_1{}
#module_93416500 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_93416500 .ModuleHoverBoxItem_1{}
#module_93416500 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_93416500 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_93416500 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_93416500 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_93416500 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_93416500 .ModuleHoverBoxItem_2{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_93416500 .ModuleHoverBoxItem_2{background-repeat:no-repeat;background-size:cover;}
#module_93416500 .ModuleHoverBoxItem_2{}
#module_93416500 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_93416500 .ModuleHoverBoxItem_2{}
#module_93416500 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_93416500 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_93416500 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_93416500 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_93416500 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_165256376 .ModuleHead .HeadCenter{float:none;}
#module_165256376 {
padding:0px;
}
#module_165256376 {
position:static;
z-index:0;
top:1479px;
left:754px;
width:100%;
height: auto;
}
#module_165256376 .ModuleHead165256376 {
display:none;
}
#module_165256376 .BodyCenter.BodyCenter165256376 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165256376 >.module_165256376 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165256376 >.module_165256376{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165256376 .BodyCenter.BodyCenter165256376 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:6.9204%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256376 .BodyCenter.BodyCenter165256376 {
padding-top:0.0000%;
padding-left:23.7569%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165256376 >.module_165256376 {
margin-top:-22.1453%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256376 >.module_165256376 {
margin-top:3.3149%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165256376 >.module_165256376 {box-shadow: 0px 0px 0px 0px rgb(165, 165, 165);transition: box-shadow 0.5s ease 0s;}
#module_165256376:hover {
border:none;
}
#module_165256376:hover >.module_165256376 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165256376 .BodyCenter{text-align:right;}
#module_165256376 .moduleButton{font-size:12px;}
#module_165256376 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165256376 .moduleButton{color:#1e88e5;}
#module_165256376 .moduleButton{font-weight:normal;}
#module_165256376 .moduleButton{text-decoration:none;}
#module_165256376 .moduleButton{font-style:normal;}
#module_165256376 .moduleButton, #module_165256376 .moduleButton.faded:before{background-color:#fff;}
#module_165256376 .moduleButton, #module_165256376 .moduleButton.faded:before{}
#module_165256376 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165256376 .moduleButton{border-style:none;}
#module_165256376 .moduleButton{border-width:1px;}
#module_165256376 .moduleButton{width:58px;}
#module_165256376 .moduleButton{height:30px;line-height:30px;}
#module_165256376 .BodyCenter{color:#1e88e5;}
#module_165256376 .moduleButton{border-top-left-radius:2px;}
#module_165256376 .moduleButton{border-top-right-radius:2px;}
#module_165256376 .moduleButton{border-bottom-left-radius:2px;}
#module_165256376 .moduleButton{border-bottom-right-radius:2px;}
#module_165256376 .BreadIcon{font-size:16px;} #module_165256376 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165256376 .BreadIcon{color:#1e88e5;} #module_165256376 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165256376 .BreadIcon,#module_165256376 .BreadsvgIcon{margin-left:10px;}
#module_165256376 .BreadIcon,#module_165256376 .BreadsvgIcon{margin-right:10px;}
#module_165256376 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165256376 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165256376 .moduleButton:hover .BreadIcon{color:#fff} #module_165256376 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165256376 .moduleButton:hover{font-size:12px;}
#module_165256376 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165256376 .moduleButton:hover{color:#fff;}
#module_165256376 .moduleButton:hover{font-weight:normal;}
#module_165256376 .moduleButton:hover{text-decoration:none;}
#module_165256376 .moduleButton:hover{font-style:normal;}
#module_165256376 .moduleButton:before, #module_165256376 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165256376 .moduleButton:before, #module_165256376 .moduleButton.faded:before{}
#module_165256376 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165256376 .moduleButton:hover{border-style:none;}
#module_165256376 .moduleButton:hover{border-width:1px;}
.module_165256319 .ModuleHead .HeadCenter{float:none;}
#module_165256319 {
padding:0px;
}
#module_165256319 {
position:static;
z-index:0;
top:33px;
left:599px;
width:100%;
height: auto;
}
#module_165256319 .ModuleHead165256319 {
display:none;
}
#module_165256319 .BodyCenter.BodyCenter165256319 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165256319 >.module_165256319 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165256319 >.module_165256319{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165256319 .BodyCenter.BodyCenter165256319 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:6.9204%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256319 .BodyCenter.BodyCenter165256319 {
padding-top:0.0000%;
padding-left:23.7569%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165256319 >.module_165256319 {
margin-top:-22.1453%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256319 >.module_165256319 {
margin-top:3.3149%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165256319 >.module_165256319 {box-shadow: 0px 0px 0px 0px rgb(165, 165, 165);transition: box-shadow 0.5s ease 0s;}
#module_165256319:hover {
border:none;
}
#module_165256319:hover >.module_165256319 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165256319 .BodyCenter{text-align:right;}
#module_165256319 .moduleButton{font-size:12px;}
#module_165256319 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165256319 .moduleButton{color:#1e88e5;}
#module_165256319 .moduleButton{font-weight:normal;}
#module_165256319 .moduleButton{text-decoration:none;}
#module_165256319 .moduleButton{font-style:normal;}
#module_165256319 .moduleButton, #module_165256319 .moduleButton.faded:before{background-color:#fff;}
#module_165256319 .moduleButton, #module_165256319 .moduleButton.faded:before{}
#module_165256319 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165256319 .moduleButton{border-style:none;}
#module_165256319 .moduleButton{border-width:1px;}
#module_165256319 .moduleButton{width:58px;}
#module_165256319 .moduleButton{height:30px;line-height:30px;}
#module_165256319 .BodyCenter{color:#1e88e5;}
#module_165256319 .moduleButton{border-top-left-radius:2px;}
#module_165256319 .moduleButton{border-top-right-radius:2px;}
#module_165256319 .moduleButton{border-bottom-left-radius:2px;}
#module_165256319 .moduleButton{border-bottom-right-radius:2px;}
#module_165256319 .BreadIcon{font-size:16px;} #module_165256319 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165256319 .BreadIcon{color:#1e88e5;} #module_165256319 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165256319 .BreadIcon,#module_165256319 .BreadsvgIcon{margin-left:10px;}
#module_165256319 .BreadIcon,#module_165256319 .BreadsvgIcon{margin-right:10px;}
#module_165256319 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165256319 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165256319 .moduleButton:hover .BreadIcon{color:#fff} #module_165256319 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165256319 .moduleButton:hover{font-size:12px;}
#module_165256319 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165256319 .moduleButton:hover{color:#fff;}
#module_165256319 .moduleButton:hover{font-weight:normal;}
#module_165256319 .moduleButton:hover{text-decoration:none;}
#module_165256319 .moduleButton:hover{font-style:normal;}
#module_165256319 .moduleButton:before, #module_165256319 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165256319 .moduleButton:before, #module_165256319 .moduleButton.faded:before{}
#module_165256319 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165256319 .moduleButton:hover{border-style:none;}
#module_165256319 .moduleButton:hover{border-width:1px;}
.module_165256364 .ModuleHead .HeadCenter{float:none;}
#module_165256364 {
padding:0px;
}
#module_165256364 {
position:static;
z-index:0;
top:73px;
left:599px;
width:100%;
height: auto;
}
#module_165256364 .ModuleHead165256364 {
display:none;
}
#module_165256364 .BodyCenter.BodyCenter165256364 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165256364 >.module_165256364 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165256364 >.module_165256364{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165256364 .BodyCenter.BodyCenter165256364 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:6.9204%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256364 .BodyCenter.BodyCenter165256364 {
padding-top:0.0000%;
padding-left:23.7569%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165256364 >.module_165256364 {
margin-top:-22.1453%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256364 >.module_165256364 {
margin-top:3.3149%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165256364 >.module_165256364 {box-shadow: 0px 0px 0px 0px rgb(165, 165, 165);transition: box-shadow 0.5s ease 0s;}
#module_165256364:hover {
border:none;
}
#module_165256364:hover >.module_165256364 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165256364 .BodyCenter{text-align:right;}
#module_165256364 .moduleButton{font-size:12px;}
#module_165256364 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165256364 .moduleButton{color:#1e88e5;}
#module_165256364 .moduleButton{font-weight:normal;}
#module_165256364 .moduleButton{text-decoration:none;}
#module_165256364 .moduleButton{font-style:normal;}
#module_165256364 .moduleButton, #module_165256364 .moduleButton.faded:before{background-color:#fff;}
#module_165256364 .moduleButton, #module_165256364 .moduleButton.faded:before{}
#module_165256364 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165256364 .moduleButton{border-style:none;}
#module_165256364 .moduleButton{border-width:1px;}
#module_165256364 .moduleButton{width:58px;}
#module_165256364 .moduleButton{height:30px;line-height:30px;}
#module_165256364 .BodyCenter{color:#1e88e5;}
#module_165256364 .moduleButton{border-top-left-radius:2px;}
#module_165256364 .moduleButton{border-top-right-radius:2px;}
#module_165256364 .moduleButton{border-bottom-left-radius:2px;}
#module_165256364 .moduleButton{border-bottom-right-radius:2px;}
#module_165256364 .BreadIcon{font-size:16px;} #module_165256364 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165256364 .BreadIcon{color:#1e88e5;} #module_165256364 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165256364 .BreadIcon,#module_165256364 .BreadsvgIcon{margin-left:10px;}
#module_165256364 .BreadIcon,#module_165256364 .BreadsvgIcon{margin-right:10px;}
#module_165256364 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165256364 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165256364 .moduleButton:hover .BreadIcon{color:#fff} #module_165256364 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165256364 .moduleButton:hover{font-size:12px;}
#module_165256364 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165256364 .moduleButton:hover{color:#fff;}
#module_165256364 .moduleButton:hover{font-weight:normal;}
#module_165256364 .moduleButton:hover{text-decoration:none;}
#module_165256364 .moduleButton:hover{font-style:normal;}
#module_165256364 .moduleButton:before, #module_165256364 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165256364 .moduleButton:before, #module_165256364 .moduleButton.faded:before{}
#module_165256364 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165256364 .moduleButton:hover{border-style:none;}
#module_165256364 .moduleButton:hover{border-width:1px;}
.module_165256368 .ModuleHead .HeadCenter{float:none;}
#module_165256368 {
padding:0px;
}
#module_165256368 {
position:static;
z-index:0;
top:22px;
left:0px;
width:100%;
height: auto;
}
#module_165256368 .ModuleHead165256368 {
display:none;
}
#module_165256368 .BodyCenter.BodyCenter165256368 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165256368 >.module_165256368 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165256368 >.module_165256368{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165256368 .BodyCenter.BodyCenter165256368 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:6.9204%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256368 .BodyCenter.BodyCenter165256368 {
padding-top:0.0000%;
padding-left:23.7569%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165256368 >.module_165256368 {
margin-top:-22.1453%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256368 >.module_165256368 {
margin-top:3.3149%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165256368 >.module_165256368 {box-shadow: 0px 0px 0px 0px rgb(165, 165, 165);transition: box-shadow 0.5s ease 0s;}
#module_165256368:hover {
border:none;
}
#module_165256368:hover >.module_165256368 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165256368 .BodyCenter{text-align:right;}
#module_165256368 .moduleButton{font-size:12px;}
#module_165256368 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165256368 .moduleButton{color:#1e88e5;}
#module_165256368 .moduleButton{font-weight:normal;}
#module_165256368 .moduleButton{text-decoration:none;}
#module_165256368 .moduleButton{font-style:normal;}
#module_165256368 .moduleButton, #module_165256368 .moduleButton.faded:before{background-color:#fff;}
#module_165256368 .moduleButton, #module_165256368 .moduleButton.faded:before{}
#module_165256368 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165256368 .moduleButton{border-style:none;}
#module_165256368 .moduleButton{border-width:1px;}
#module_165256368 .moduleButton{width:58px;}
#module_165256368 .moduleButton{height:30px;line-height:30px;}
#module_165256368 .BodyCenter{color:#1e88e5;}
#module_165256368 .moduleButton{border-top-left-radius:2px;}
#module_165256368 .moduleButton{border-top-right-radius:2px;}
#module_165256368 .moduleButton{border-bottom-left-radius:2px;}
#module_165256368 .moduleButton{border-bottom-right-radius:2px;}
#module_165256368 .BreadIcon{font-size:16px;} #module_165256368 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165256368 .BreadIcon{color:#1e88e5;} #module_165256368 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165256368 .BreadIcon,#module_165256368 .BreadsvgIcon{margin-left:10px;}
#module_165256368 .BreadIcon,#module_165256368 .BreadsvgIcon{margin-right:10px;}
#module_165256368 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165256368 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165256368 .moduleButton:hover .BreadIcon{color:#fff} #module_165256368 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165256368 .moduleButton:hover{font-size:12px;}
#module_165256368 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165256368 .moduleButton:hover{color:#fff;}
#module_165256368 .moduleButton:hover{font-weight:normal;}
#module_165256368 .moduleButton:hover{text-decoration:none;}
#module_165256368 .moduleButton:hover{font-style:normal;}
#module_165256368 .moduleButton:before, #module_165256368 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165256368 .moduleButton:before, #module_165256368 .moduleButton.faded:before{}
#module_165256368 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165256368 .moduleButton:hover{border-style:none;}
#module_165256368 .moduleButton:hover{border-width:1px;}
.module_165256370 .ModuleHead .HeadCenter{float:none;}
#module_165256370 {
padding:0px;
}
#module_165256370 {
position:static;
z-index:0;
top:38px;
left:0px;
width:100%;
height: auto;
}
#module_165256370 .ModuleHead165256370 {
display:none;
}
#module_165256370 .BodyCenter.BodyCenter165256370 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165256370 >.module_165256370 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165256370 >.module_165256370{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165256370 .BodyCenter.BodyCenter165256370 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:6.9204%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256370 .BodyCenter.BodyCenter165256370 {
padding-top:0.0000%;
padding-left:23.7569%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165256370 >.module_165256370 {
margin-top:-22.1453%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165256370 >.module_165256370 {
margin-top:3.3149%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165256370 >.module_165256370 {box-shadow: 0px 0px 0px 0px rgb(165, 165, 165);transition: box-shadow 0.5s ease 0s;}
#module_165256370:hover {
border:none;
}
#module_165256370:hover >.module_165256370 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer93419337 #Sub93419337_2 {width:25%;}
.module_93425193 .ModuleHead .HeadCenter{float:none;}
#module_93425193 {
padding:0px;
}
#module_93425193 {
position:static;
z-index:0;
top:1083px;
left:1103px;
width:100%;
height: auto;
}
#module_93425193 .ModuleHead93425193 {
display:none;
}
#module_93425193 .BodyCenter.BodyCenter93425193 {
background-color:transparent;
background-image:url(../comdata/82544/202012/20201222223016b41f8d.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_93425193 >.module_93425193 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93425193 >.module_93425193{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93425193 .BodyCenter.BodyCenter93425193 {
padding-top:6.9444%;
padding-left:6.9444%;
padding-right:6.5972%;
padding-bottom:6.9444%;
}
}
@media screen and (max-width: 767px){
#module_93425193 .BodyCenter.BodyCenter93425193 {
padding-top:4.2135%;
padding-left:5.6180%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_93425193 >.module_93425193 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93425193 >.module_93425193 {
margin-top:1.4045%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93425193 >.module_93425193 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93425193:hover {
border:none;
}
#module_93425193:hover >.module_93425193 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_165257728 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_165257728 .ModuleHoverBoxItem_1{background-image:none;}
#module_165257728 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_165257728 .ModuleHoverBoxItem_1{}
#module_165257728 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_165257728 .ModuleHoverBoxItem_1{}
#module_165257728 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_165257728 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_165257728 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_165257728 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_165257728 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_165257728 .ModuleHoverBoxItem_2{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_165257728 .ModuleHoverBoxItem_2{background-repeat:no-repeat;background-size:cover;}
#module_165257728 .ModuleHoverBoxItem_2{}
#module_165257728 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_165257728 .ModuleHoverBoxItem_2{}
#module_165257728 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_165257728 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_165257728 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_165257728 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_165257728 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_165257732 .ModuleHead .HeadCenter{float:none;}
#module_165257732 {
padding:0px;
}
#module_165257732 {
position:static;
z-index:0;
top:40px;
left:599px;
width:100%;
height: auto;
}
#module_165257732 .ModuleHead165257732 {
display:none;
}
#module_165257732 .BodyCenter.BodyCenter165257732 {
background:none;background-color:rgb(251, 251, 251);
}
#module_165257732 >.module_165257732 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165257732 >.module_165257732{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165257732 .BodyCenter.BodyCenter165257732 {
padding-top:11.1111%;
padding-left:6.9444%;
padding-right:0.0000%;
padding-bottom:11.1111%;
}
}
@media screen and (max-width: 767px){
#module_165257732 .BodyCenter.BodyCenter165257732 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_165257732 >.module_165257732 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257732 >.module_165257732 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165257732 >.module_165257732 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165257732:hover {
border:none;
}
#module_165257732:hover >.module_165257732 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_165257741 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_165257741 .ModuleHoverBoxItem_1{background-image:none;}
#module_165257741 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_165257741 .ModuleHoverBoxItem_1{}
#module_165257741 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_165257741 .ModuleHoverBoxItem_1{}
#module_165257741 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_165257741 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_165257741 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_165257741 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_165257741 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_165257741 .ModuleHoverBoxItem_2{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_165257741 .ModuleHoverBoxItem_2{background-repeat:no-repeat;background-size:cover;}
#module_165257741 .ModuleHoverBoxItem_2{}
#module_165257741 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_165257741 .ModuleHoverBoxItem_2{}
#module_165257741 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_165257741 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_165257741 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_165257741 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_165257741 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_165257744 .ModuleHead .HeadCenter{float:none;}
#module_165257744 {
padding:0px;
}
#module_165257744 {
position:static;
z-index:0;
top:40px;
left:599px;
width:100%;
height: auto;
}
#module_165257744 .ModuleHead165257744 {
display:none;
}
#module_165257744 .BodyCenter.BodyCenter165257744 {
background:none;background-color:rgb(251, 251, 251);
}
#module_165257744 >.module_165257744 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165257744 >.module_165257744{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165257744 .BodyCenter.BodyCenter165257744 {
padding-top:11.1111%;
padding-left:6.9444%;
padding-right:0.0000%;
padding-bottom:11.1111%;
}
}
@media screen and (max-width: 767px){
#module_165257744 .BodyCenter.BodyCenter165257744 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_165257744 >.module_165257744 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257744 >.module_165257744 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165257744 >.module_165257744 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165257744:hover {
border:none;
}
#module_165257744:hover >.module_165257744 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_165257778 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_165257778 .ModuleHoverBoxItem_1{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_165257778 .ModuleHoverBoxItem_1{background-repeat:no-repeat;background-size:cover;}
#module_165257778 .ModuleHoverBoxItem_1{background-position:0% 0%;}
#module_165257778 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_165257778 .ModuleHoverBoxItem_1{}
#module_165257778 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_165257778 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_165257778 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_165257778 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_165257778 .ModuleHoverBoxItem_2{background-color:rgb(251, 251, 251);}
#module_165257778 .ModuleHoverBoxItem_2{background-image:none;}
#module_165257778 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_165257778 .ModuleHoverBoxItem_2{}
#module_165257778 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_165257778 .ModuleHoverBoxItem_2{}
#module_165257778 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_165257778 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_165257778 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_165257778 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_165257778 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_165257781 .ModuleHead .HeadCenter{float:none;}
#module_165257781 {
padding:0px;
}
#module_165257781 {
position:static;
z-index:0;
top:40px;
left:599px;
width:100%;
height: auto;
}
#module_165257781 .ModuleHead165257781 {
display:none;
}
#module_165257781 .BodyCenter.BodyCenter165257781 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165257781 >.module_165257781 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165257781 >.module_165257781{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165257781 .BodyCenter.BodyCenter165257781 {
padding-top:11.1111%;
padding-left:6.9444%;
padding-right:0.0000%;
padding-bottom:11.1111%;
}
}
@media screen and (max-width: 767px){
#module_165257781 .BodyCenter.BodyCenter165257781 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_165257781 >.module_165257781 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257781 >.module_165257781 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165257781 >.module_165257781 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165257781:hover {
border:none;
}
#module_165257781:hover >.module_165257781 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_165257786 .BodyCenter{text-align:right;}
#module_165257786 .moduleButton{font-size:12px;}
#module_165257786 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165257786 .moduleButton{color:#1e88e5;}
#module_165257786 .moduleButton{font-weight:normal;}
#module_165257786 .moduleButton{text-decoration:none;}
#module_165257786 .moduleButton{font-style:normal;}
#module_165257786 .moduleButton, #module_165257786 .moduleButton.faded:before{background-color:#fff;}
#module_165257786 .moduleButton, #module_165257786 .moduleButton.faded:before{}
#module_165257786 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165257786 .moduleButton{border-style:none;}
#module_165257786 .moduleButton{border-width:1px;}
#module_165257786 .moduleButton{width:58px;}
#module_165257786 .moduleButton{height:30px;line-height:30px;}
#module_165257786 .BodyCenter{color:#1e88e5;}
#module_165257786 .moduleButton{border-top-left-radius:2px;}
#module_165257786 .moduleButton{border-top-right-radius:2px;}
#module_165257786 .moduleButton{border-bottom-left-radius:2px;}
#module_165257786 .moduleButton{border-bottom-right-radius:2px;}
#module_165257786 .BreadIcon{font-size:16px;} #module_165257786 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165257786 .BreadIcon{color:#1e88e5;} #module_165257786 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165257786 .BreadIcon,#module_165257786 .BreadsvgIcon{margin-left:10px;}
#module_165257786 .BreadIcon,#module_165257786 .BreadsvgIcon{margin-right:10px;}
#module_165257786 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165257786 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165257786 .moduleButton:hover .BreadIcon{color:#fff} #module_165257786 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165257786 .moduleButton:hover{font-size:12px;}
#module_165257786 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165257786 .moduleButton:hover{color:#fff;}
#module_165257786 .moduleButton:hover{font-weight:normal;}
#module_165257786 .moduleButton:hover{text-decoration:none;}
#module_165257786 .moduleButton:hover{font-style:normal;}
#module_165257786 .moduleButton:before, #module_165257786 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165257786 .moduleButton:before, #module_165257786 .moduleButton.faded:before{}
#module_165257786 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165257786 .moduleButton:hover{border-style:none;}
#module_165257786 .moduleButton:hover{border-width:1px;}
.module_165257787 .ModuleHead .HeadCenter{float:none;}
#module_165257787 {
padding:0px;
}
#module_165257787 {
position:static;
z-index:0;
top:24px;
left:0px;
width:100%;
height: auto;
}
#module_165257787 .ModuleHead165257787 {
display:none;
}
#module_165257787 .BodyCenter.BodyCenter165257787 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165257787 >.module_165257787 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165257787 >.module_165257787{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165257787 .BodyCenter.BodyCenter165257787 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:6.9204%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257787 .BodyCenter.BodyCenter165257787 {
padding-top:0.0000%;
padding-left:23.7569%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165257787 >.module_165257787 {
margin-top:-22.1453%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257787 >.module_165257787 {
margin-top:3.3149%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165257787 >.module_165257787 {box-shadow: 0px 0px 0px 0px rgb(165, 165, 165);transition: box-shadow 0.5s ease 0s;}
#module_165257787:hover {
border:none;
}
#module_165257787:hover >.module_165257787 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165257787 .BodyCenter{text-align:right;}
#module_165257787 .moduleButton{font-size:12px;}
#module_165257787 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165257787 .moduleButton{color:#1e88e5;}
#module_165257787 .moduleButton{font-weight:normal;}
#module_165257787 .moduleButton{text-decoration:none;}
#module_165257787 .moduleButton{font-style:normal;}
#module_165257787 .moduleButton, #module_165257787 .moduleButton.faded:before{background-color:#fff;}
#module_165257787 .moduleButton, #module_165257787 .moduleButton.faded:before{}
#module_165257787 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165257787 .moduleButton{border-style:none;}
#module_165257787 .moduleButton{border-width:1px;}
#module_165257787 .moduleButton{width:58px;}
#module_165257787 .moduleButton{height:30px;line-height:30px;}
#module_165257787 .BodyCenter{color:#1e88e5;}
#module_165257787 .moduleButton{border-top-left-radius:2px;}
#module_165257787 .moduleButton{border-top-right-radius:2px;}
#module_165257787 .moduleButton{border-bottom-left-radius:2px;}
#module_165257787 .moduleButton{border-bottom-right-radius:2px;}
#module_165257787 .BreadIcon{font-size:16px;} #module_165257787 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165257787 .BreadIcon{color:#1e88e5;} #module_165257787 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165257787 .BreadIcon,#module_165257787 .BreadsvgIcon{margin-left:10px;}
#module_165257787 .BreadIcon,#module_165257787 .BreadsvgIcon{margin-right:10px;}
#module_165257787 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165257787 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165257787 .moduleButton:hover .BreadIcon{color:#fff} #module_165257787 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165257787 .moduleButton:hover{font-size:12px;}
#module_165257787 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165257787 .moduleButton:hover{color:#fff;}
#module_165257787 .moduleButton:hover{font-weight:normal;}
#module_165257787 .moduleButton:hover{text-decoration:none;}
#module_165257787 .moduleButton:hover{font-style:normal;}
#module_165257787 .moduleButton:before, #module_165257787 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165257787 .moduleButton:before, #module_165257787 .moduleButton.faded:before{}
#module_165257787 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165257787 .moduleButton:hover{border-style:none;}
#module_165257787 .moduleButton:hover{border-width:1px;}
.module_165257788 .ModuleHead .HeadCenter{float:none;}
#module_165257788 {
padding:0px;
}
#module_165257788 {
position:static;
z-index:0;
top:18px;
left:0px;
width:100%;
height: auto;
}
#module_165257788 .ModuleHead165257788 {
display:none;
}
#module_165257788 .BodyCenter.BodyCenter165257788 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165257788 >.module_165257788 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165257788 >.module_165257788{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165257788 .BodyCenter.BodyCenter165257788 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:6.9204%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257788 .BodyCenter.BodyCenter165257788 {
padding-top:0.0000%;
padding-left:23.7569%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165257788 >.module_165257788 {
margin-top:-22.1453%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257788 >.module_165257788 {
margin-top:3.3149%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165257788 >.module_165257788 {box-shadow: 0px 0px 0px 0px rgb(165, 165, 165);transition: box-shadow 0.5s ease 0s;}
#module_165257788:hover {
border:none;
}
#module_165257788:hover >.module_165257788 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165257788 .BodyCenter{text-align:right;}
#module_165257788 .moduleButton{font-size:12px;}
#module_165257788 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165257788 .moduleButton{color:#1e88e5;}
#module_165257788 .moduleButton{font-weight:normal;}
#module_165257788 .moduleButton{text-decoration:none;}
#module_165257788 .moduleButton{font-style:normal;}
#module_165257788 .moduleButton, #module_165257788 .moduleButton.faded:before{background-color:#fff;}
#module_165257788 .moduleButton, #module_165257788 .moduleButton.faded:before{}
#module_165257788 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165257788 .moduleButton{border-style:none;}
#module_165257788 .moduleButton{border-width:1px;}
#module_165257788 .moduleButton{width:58px;}
#module_165257788 .moduleButton{height:30px;line-height:30px;}
#module_165257788 .BodyCenter{color:#1e88e5;}
#module_165257788 .moduleButton{border-top-left-radius:2px;}
#module_165257788 .moduleButton{border-top-right-radius:2px;}
#module_165257788 .moduleButton{border-bottom-left-radius:2px;}
#module_165257788 .moduleButton{border-bottom-right-radius:2px;}
#module_165257788 .BreadIcon{font-size:16px;} #module_165257788 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165257788 .BreadIcon{color:#1e88e5;} #module_165257788 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165257788 .BreadIcon,#module_165257788 .BreadsvgIcon{margin-left:10px;}
#module_165257788 .BreadIcon,#module_165257788 .BreadsvgIcon{margin-right:10px;}
#module_165257788 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165257788 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165257788 .moduleButton:hover .BreadIcon{color:#fff} #module_165257788 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165257788 .moduleButton:hover{font-size:12px;}
#module_165257788 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165257788 .moduleButton:hover{color:#fff;}
#module_165257788 .moduleButton:hover{font-weight:normal;}
#module_165257788 .moduleButton:hover{text-decoration:none;}
#module_165257788 .moduleButton:hover{font-style:normal;}
#module_165257788 .moduleButton:before, #module_165257788 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165257788 .moduleButton:before, #module_165257788 .moduleButton.faded:before{}
#module_165257788 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165257788 .moduleButton:hover{border-style:none;}
#module_165257788 .moduleButton:hover{border-width:1px;}
.module_165257789 .ModuleHead .HeadCenter{float:none;}
#module_165257789 {
padding:0px;
}
#module_165257789 {
position:static;
z-index:0;
top:19px;
left:0px;
width:100%;
height: auto;
}
#module_165257789 .ModuleHead165257789 {
display:none;
}
#module_165257789 .BodyCenter.BodyCenter165257789 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165257789 >.module_165257789 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165257789 >.module_165257789{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165257789 .BodyCenter.BodyCenter165257789 {
padding-top:7.6125%;
padding-left:6.9204%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257789 .BodyCenter.BodyCenter165257789 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_165257789 >.module_165257789 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257789 >.module_165257789 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165257789 >.module_165257789 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165257789:hover {
border:none;
}
#module_165257789:hover >.module_165257789 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

#module_165257756 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_165257756 .ModuleHoverBoxItem_1{background-image:none;}
#module_165257756 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_165257756 .ModuleHoverBoxItem_1{}
#module_165257756 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_165257756 .ModuleHoverBoxItem_1{}
#module_165257756 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_165257756 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_165257756 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_165257756 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_165257756 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_165257756 .ModuleHoverBoxItem_2{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_165257756 .ModuleHoverBoxItem_2{background-repeat:no-repeat;background-size:cover;}
#module_165257756 .ModuleHoverBoxItem_2{}
#module_165257756 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_165257756 .ModuleHoverBoxItem_2{}
#module_165257756 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_165257756 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_165257756 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_165257756 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_165257756 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_165257759 .ModuleHead .HeadCenter{float:none;}
#module_165257759 {
padding:0px;
}
#module_165257759 {
position:static;
z-index:0;
top:40px;
left:599px;
width:100%;
height: auto;
}
#module_165257759 .ModuleHead165257759 {
display:none;
}
#module_165257759 .BodyCenter.BodyCenter165257759 {
background:none;background-color:rgb(251, 251, 251);
}
#module_165257759 >.module_165257759 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165257759 >.module_165257759{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165257759 .BodyCenter.BodyCenter165257759 {
padding-top:11.4583%;
padding-left:6.9444%;
padding-right:0.0000%;
padding-bottom:12.5000%;
}
}
@media screen and (max-width: 767px){
#module_165257759 .BodyCenter.BodyCenter165257759 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_165257759 >.module_165257759 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257759 >.module_165257759 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165257759 >.module_165257759 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165257759:hover {
border:none;
}
#module_165257759:hover >.module_165257759 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_165257765 .BodyCenter{text-align:right;}
#module_165257765 .moduleButton{font-size:12px;}
#module_165257765 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165257765 .moduleButton{color:#1e88e5;}
#module_165257765 .moduleButton{font-weight:normal;}
#module_165257765 .moduleButton{text-decoration:none;}
#module_165257765 .moduleButton{font-style:normal;}
#module_165257765 .moduleButton, #module_165257765 .moduleButton.faded:before{background-color:#fff;}
#module_165257765 .moduleButton, #module_165257765 .moduleButton.faded:before{}
#module_165257765 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165257765 .moduleButton{border-style:none;}
#module_165257765 .moduleButton{border-width:1px;}
#module_165257765 .moduleButton{width:58px;}
#module_165257765 .moduleButton{height:30px;line-height:30px;}
#module_165257765 .BodyCenter{color:#1e88e5;}
#module_165257765 .moduleButton{border-top-left-radius:2px;}
#module_165257765 .moduleButton{border-top-right-radius:2px;}
#module_165257765 .moduleButton{border-bottom-left-radius:2px;}
#module_165257765 .moduleButton{border-bottom-right-radius:2px;}
#module_165257765 .BreadIcon{font-size:16px;} #module_165257765 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165257765 .BreadIcon{color:#1e88e5;} #module_165257765 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165257765 .BreadIcon,#module_165257765 .BreadsvgIcon{margin-left:10px;}
#module_165257765 .BreadIcon,#module_165257765 .BreadsvgIcon{margin-right:10px;}
#module_165257765 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165257765 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165257765 .moduleButton:hover .BreadIcon{color:#fff} #module_165257765 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165257765 .moduleButton:hover{font-size:12px;}
#module_165257765 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165257765 .moduleButton:hover{color:#fff;}
#module_165257765 .moduleButton:hover{font-weight:normal;}
#module_165257765 .moduleButton:hover{text-decoration:none;}
#module_165257765 .moduleButton:hover{font-style:normal;}
#module_165257765 .moduleButton:before, #module_165257765 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165257765 .moduleButton:before, #module_165257765 .moduleButton.faded:before{}
#module_165257765 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165257765 .moduleButton:hover{border-style:none;}
#module_165257765 .moduleButton:hover{border-width:1px;}
.module_165257764 .ModuleHead .HeadCenter{float:none;}
#module_165257764 {
padding:0px;
}
#module_165257764 {
position:static;
z-index:0;
top:1437px;
left:1411px;
width:100%;
height: auto;
}
#module_165257764 .ModuleHead165257764 {
display:none;
}
#module_165257764 .BodyCenter.BodyCenter165257764 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165257764 >.module_165257764 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165257764 >.module_165257764{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165257764 .BodyCenter.BodyCenter165257764 {
padding-top:7.6125%;
padding-left:6.9204%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257764 .BodyCenter.BodyCenter165257764 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_165257764 >.module_165257764 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257764 >.module_165257764 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165257764 >.module_165257764 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165257764:hover {
border:none;
}
#module_165257764:hover >.module_165257764 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

.module_93416571 .ModuleHead .HeadCenter{float:none;}
#module_93416571 {
padding:0px;
}
#module_93416571 {
position:static;
z-index:0;
top:1555px;
left:1197px;
width:100%;
height: auto;
}
#module_93416571 .ModuleHead93416571 {
display:none;
}
#module_93416571 .BodyCenter.BodyCenter93416571 {
background:none;background-color:rgb(251, 251, 251);
}
#module_93416571 >.module_93416571 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
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_93416571 >.module_93416571{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93416571 .BodyCenter.BodyCenter93416571 {
padding-top:1.7361%;
padding-left:6.9444%;
padding-right:0.0000%;
padding-bottom:1.7361%;
}
}
@media screen and (max-width: 767px){
#module_93416571 .BodyCenter.BodyCenter93416571 {
padding-top:0.0000%;
padding-left:4.2135%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_93416571 >.module_93416571 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93416571 >.module_93416571 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93416571 >.module_93416571 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93416571:hover {
border:none;
}
#module_93416571:hover >.module_93416571 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer93419337 #Sub93419337_3 {width:25%;}
.module_93425192 .ModuleHead .HeadCenter{float:none;}
#module_93425192 {
padding:0px;
}
#module_93425192 {
position:static;
z-index:0;
top:1530px;
left:1342px;
width:100%;
height: auto;
}
#module_93425192 .ModuleHead93425192 {
display:none;
}
#module_93425192 .BodyCenter.BodyCenter93425192 {
background-color:transparent;
background-image:url(../comdata/82544/202012/20201222223016aa80d5.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_93425192 >.module_93425192 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93425192 >.module_93425192{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93425192 .BodyCenter.BodyCenter93425192 {
padding-top:6.9444%;
padding-left:6.9444%;
padding-right:6.5972%;
padding-bottom:6.9444%;
}
}
@media screen and (max-width: 767px){
#module_93425192 .BodyCenter.BodyCenter93425192 {
padding-top:4.2135%;
padding-left:5.6180%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_93425192 >.module_93425192 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93425192 >.module_93425192 {
margin-top:1.4045%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93425192 >.module_93425192 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93425192:hover {
border:none;
}
#module_93425192:hover >.module_93425192 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_93425204 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_93425204 .ModuleHoverBoxItem_1{background-image:none;}
#module_93425204 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_93425204 .ModuleHoverBoxItem_1{}
#module_93425204 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_93425204 .ModuleHoverBoxItem_1{}
#module_93425204 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_93425204 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_93425204 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_93425204 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_93425204 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_93425204 .ModuleHoverBoxItem_2{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_93425204 .ModuleHoverBoxItem_2{background-repeat:no-repeat;background-size:cover;}
#module_93425204 .ModuleHoverBoxItem_2{}
#module_93425204 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_93425204 .ModuleHoverBoxItem_2{}
#module_93425204 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_93425204 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_93425204 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_93425204 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_93425204 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_93425208 .ModuleHead .HeadCenter{float:none;}
#module_93425208 {
padding:0px;
}
#module_93425208 {
position:static;
z-index:0;
top:40px;
left:599px;
width:100%;
height: auto;
}
#module_93425208 .ModuleHead93425208 {
display:none;
}
#module_93425208 .BodyCenter.BodyCenter93425208 {
background:none;background-color:rgb(251, 251, 251);
}
#module_93425208 >.module_93425208 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93425208 >.module_93425208{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93425208 .BodyCenter.BodyCenter93425208 {
padding-top:11.4583%;
padding-left:6.9444%;
padding-right:0.0000%;
padding-bottom:12.5000%;
}
}
@media screen and (max-width: 767px){
#module_93425208 .BodyCenter.BodyCenter93425208 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_93425208 >.module_93425208 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93425208 >.module_93425208 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93425208 >.module_93425208 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93425208:hover {
border:none;
}
#module_93425208:hover >.module_93425208 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_165257461 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_165257461 .ModuleHoverBoxItem_1{background-image:none;}
#module_165257461 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_165257461 .ModuleHoverBoxItem_1{}
#module_165257461 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_165257461 .ModuleHoverBoxItem_1{}
#module_165257461 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_165257461 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_165257461 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_165257461 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_165257461 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_165257461 .ModuleHoverBoxItem_2{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_165257461 .ModuleHoverBoxItem_2{background-repeat:no-repeat;background-size:cover;}
#module_165257461 .ModuleHoverBoxItem_2{}
#module_165257461 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_165257461 .ModuleHoverBoxItem_2{}
#module_165257461 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_165257461 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_165257461 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_165257461 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_165257461 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_165257464 .ModuleHead .HeadCenter{float:none;}
#module_165257464 {
padding:0px;
}
#module_165257464 {
position:static;
z-index:0;
top:40px;
left:599px;
width:100%;
height: auto;
}
#module_165257464 .ModuleHead165257464 {
display:none;
}
#module_165257464 .BodyCenter.BodyCenter165257464 {
background:none;background-color:rgb(251, 251, 251);
}
#module_165257464 >.module_165257464 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165257464 >.module_165257464{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165257464 .BodyCenter.BodyCenter165257464 {
padding-top:11.1111%;
padding-left:6.9444%;
padding-right:0.0000%;
padding-bottom:11.1111%;
}
}
@media screen and (max-width: 767px){
#module_165257464 .BodyCenter.BodyCenter165257464 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_165257464 >.module_165257464 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257464 >.module_165257464 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165257464 >.module_165257464 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165257464:hover {
border:none;
}
#module_165257464:hover >.module_165257464 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_165257429 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_165257429 .ModuleHoverBoxItem_1{background-image:none;}
#module_165257429 .ModuleHoverBoxItem_1{background-repeat:no-repeat;}
#module_165257429 .ModuleHoverBoxItem_1{}
#module_165257429 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_165257429 .ModuleHoverBoxItem_1{}
#module_165257429 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_165257429 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_165257429 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_165257429 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_165257429 .ModuleHoverBoxItem_2{background-color:#fff;}
#module_165257429 .ModuleHoverBoxItem_2{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_165257429 .ModuleHoverBoxItem_2{background-repeat:no-repeat;background-size:cover;}
#module_165257429 .ModuleHoverBoxItem_2{}
#module_165257429 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_165257429 .ModuleHoverBoxItem_2{}
#module_165257429 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_165257429 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_165257429 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_165257429 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_165257429 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_165257432 .ModuleHead .HeadCenter{float:none;}
#module_165257432 {
padding:0px;
}
#module_165257432 {
position:static;
z-index:0;
top:40px;
left:599px;
width:100%;
height: auto;
}
#module_165257432 .ModuleHead165257432 {
display:none;
}
#module_165257432 .BodyCenter.BodyCenter165257432 {
background:none;background-color:rgb(251, 251, 251);
}
#module_165257432 >.module_165257432 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165257432 >.module_165257432{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165257432 .BodyCenter.BodyCenter165257432 {
padding-top:11.4583%;
padding-left:6.9444%;
padding-right:0.0000%;
padding-bottom:12.5000%;
}
}
@media screen and (max-width: 767px){
#module_165257432 .BodyCenter.BodyCenter165257432 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_165257432 >.module_165257432 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257432 >.module_165257432 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165257432 >.module_165257432 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165257432:hover {
border:none;
}
#module_165257432:hover >.module_165257432 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_165257359 .ModuleHoverBoxItem_1{background-color:rgb(251, 251, 251);}
#module_165257359 .ModuleHoverBoxItem_1{background-image:url(../comdata/82544/202004/2020041115083529dbc1.png);}
#module_165257359 .ModuleHoverBoxItem_1{background-repeat:no-repeat;background-size:cover;}
#module_165257359 .ModuleHoverBoxItem_1{background-position:0% 0%;}
#module_165257359 .ModuleHoverBoxItem_1{background-attachment:scroll;}
#module_165257359 .ModuleHoverBoxItem_1{}
#module_165257359 .ModuleHoverBoxItem_1{padding-top:0px;}
#module_165257359 .ModuleHoverBoxItem_1{padding-bottom:0px;}
#module_165257359 .ModuleHoverBoxItem_1{padding-left:0px;}
#module_165257359 .ModuleHoverBoxItem_1{padding-right:0px;}
#module_165257359 .ModuleHoverBoxItem_2{background-color:rgb(251, 251, 251);}
#module_165257359 .ModuleHoverBoxItem_2{background-image:none;}
#module_165257359 .ModuleHoverBoxItem_2{background-repeat:no-repeat;}
#module_165257359 .ModuleHoverBoxItem_2{}
#module_165257359 .ModuleHoverBoxItem_2{background-attachment:scroll;}
#module_165257359 .ModuleHoverBoxItem_2{}
#module_165257359 .ModuleHoverBoxItem_2{padding-top:0px;}
#module_165257359 .ModuleHoverBoxItem_2{padding-bottom:0px;}
#module_165257359 .ModuleHoverBoxItem_2{padding-left:0px;}
#module_165257359 .ModuleHoverBoxItem_2{padding-right:0px;}
#module_165257359 .ModuleHoverBoxItem_2 .ModuleItem{opacity:1}
.module_165257362 .ModuleHead .HeadCenter{float:none;}
#module_165257362 {
padding:0px;
}
#module_165257362 {
position:static;
z-index:0;
top:40px;
left:599px;
width:100%;
height: auto;
}
#module_165257362 .ModuleHead165257362 {
display:none;
}
#module_165257362 .BodyCenter.BodyCenter165257362 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165257362 >.module_165257362 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165257362 >.module_165257362{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165257362 .BodyCenter.BodyCenter165257362 {
padding-top:11.1111%;
padding-left:6.9444%;
padding-right:0.0000%;
padding-bottom:11.1111%;
}
}
@media screen and (max-width: 767px){
#module_165257362 .BodyCenter.BodyCenter165257362 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_165257362 >.module_165257362 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257362 >.module_165257362 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165257362 >.module_165257362 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165257362:hover {
border:none;
}
#module_165257362:hover >.module_165257362 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_165257367 .BodyCenter{text-align:right;}
#module_165257367 .moduleButton{font-size:12px;}
#module_165257367 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165257367 .moduleButton{color:#1e88e5;}
#module_165257367 .moduleButton{font-weight:normal;}
#module_165257367 .moduleButton{text-decoration:none;}
#module_165257367 .moduleButton{font-style:normal;}
#module_165257367 .moduleButton, #module_165257367 .moduleButton.faded:before{background-color:#fff;}
#module_165257367 .moduleButton, #module_165257367 .moduleButton.faded:before{}
#module_165257367 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165257367 .moduleButton{border-style:none;}
#module_165257367 .moduleButton{border-width:1px;}
#module_165257367 .moduleButton{width:58px;}
#module_165257367 .moduleButton{height:30px;line-height:30px;}
#module_165257367 .BodyCenter{color:#1e88e5;}
#module_165257367 .moduleButton{border-top-left-radius:2px;}
#module_165257367 .moduleButton{border-top-right-radius:2px;}
#module_165257367 .moduleButton{border-bottom-left-radius:2px;}
#module_165257367 .moduleButton{border-bottom-right-radius:2px;}
#module_165257367 .BreadIcon{font-size:16px;} #module_165257367 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165257367 .BreadIcon{color:#1e88e5;} #module_165257367 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165257367 .BreadIcon,#module_165257367 .BreadsvgIcon{margin-left:10px;}
#module_165257367 .BreadIcon,#module_165257367 .BreadsvgIcon{margin-right:10px;}
#module_165257367 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165257367 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165257367 .moduleButton:hover .BreadIcon{color:#fff} #module_165257367 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165257367 .moduleButton:hover{font-size:12px;}
#module_165257367 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165257367 .moduleButton:hover{color:#fff;}
#module_165257367 .moduleButton:hover{font-weight:normal;}
#module_165257367 .moduleButton:hover{text-decoration:none;}
#module_165257367 .moduleButton:hover{font-style:normal;}
#module_165257367 .moduleButton:before, #module_165257367 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165257367 .moduleButton:before, #module_165257367 .moduleButton.faded:before{}
#module_165257367 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165257367 .moduleButton:hover{border-style:none;}
#module_165257367 .moduleButton:hover{border-width:1px;}
.module_165257368 .ModuleHead .HeadCenter{float:none;}
#module_165257368 {
padding:0px;
}
#module_165257368 {
position:static;
z-index:0;
top:24px;
left:0px;
width:100%;
height: auto;
}
#module_165257368 .ModuleHead165257368 {
display:none;
}
#module_165257368 .BodyCenter.BodyCenter165257368 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165257368 >.module_165257368 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165257368 >.module_165257368{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165257368 .BodyCenter.BodyCenter165257368 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:6.9204%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257368 .BodyCenter.BodyCenter165257368 {
padding-top:0.0000%;
padding-left:23.7569%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165257368 >.module_165257368 {
margin-top:-22.1453%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257368 >.module_165257368 {
margin-top:3.3149%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165257368 >.module_165257368 {box-shadow: 0px 0px 0px 0px rgb(165, 165, 165);transition: box-shadow 0.5s ease 0s;}
#module_165257368:hover {
border:none;
}
#module_165257368:hover >.module_165257368 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165257368 .BodyCenter{text-align:right;}
#module_165257368 .moduleButton{font-size:12px;}
#module_165257368 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165257368 .moduleButton{color:#1e88e5;}
#module_165257368 .moduleButton{font-weight:normal;}
#module_165257368 .moduleButton{text-decoration:none;}
#module_165257368 .moduleButton{font-style:normal;}
#module_165257368 .moduleButton, #module_165257368 .moduleButton.faded:before{background-color:#fff;}
#module_165257368 .moduleButton, #module_165257368 .moduleButton.faded:before{}
#module_165257368 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165257368 .moduleButton{border-style:none;}
#module_165257368 .moduleButton{border-width:1px;}
#module_165257368 .moduleButton{width:58px;}
#module_165257368 .moduleButton{height:30px;line-height:30px;}
#module_165257368 .BodyCenter{color:#1e88e5;}
#module_165257368 .moduleButton{border-top-left-radius:2px;}
#module_165257368 .moduleButton{border-top-right-radius:2px;}
#module_165257368 .moduleButton{border-bottom-left-radius:2px;}
#module_165257368 .moduleButton{border-bottom-right-radius:2px;}
#module_165257368 .BreadIcon{font-size:16px;} #module_165257368 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165257368 .BreadIcon{color:#1e88e5;} #module_165257368 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165257368 .BreadIcon,#module_165257368 .BreadsvgIcon{margin-left:10px;}
#module_165257368 .BreadIcon,#module_165257368 .BreadsvgIcon{margin-right:10px;}
#module_165257368 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165257368 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165257368 .moduleButton:hover .BreadIcon{color:#fff} #module_165257368 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165257368 .moduleButton:hover{font-size:12px;}
#module_165257368 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165257368 .moduleButton:hover{color:#fff;}
#module_165257368 .moduleButton:hover{font-weight:normal;}
#module_165257368 .moduleButton:hover{text-decoration:none;}
#module_165257368 .moduleButton:hover{font-style:normal;}
#module_165257368 .moduleButton:before, #module_165257368 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165257368 .moduleButton:before, #module_165257368 .moduleButton.faded:before{}
#module_165257368 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165257368 .moduleButton:hover{border-style:none;}
#module_165257368 .moduleButton:hover{border-width:1px;}
.module_165257369 .ModuleHead .HeadCenter{float:none;}
#module_165257369 {
padding:0px;
}
#module_165257369 {
position:static;
z-index:0;
top:18px;
left:0px;
width:100%;
height: auto;
}
#module_165257369 .ModuleHead165257369 {
display:none;
}
#module_165257369 .BodyCenter.BodyCenter165257369 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165257369 >.module_165257369 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165257369 >.module_165257369{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165257369 .BodyCenter.BodyCenter165257369 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:6.9204%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257369 .BodyCenter.BodyCenter165257369 {
padding-top:0.0000%;
padding-left:23.7569%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_165257369 >.module_165257369 {
margin-top:-22.1453%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257369 >.module_165257369 {
margin-top:3.3149%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165257369 >.module_165257369 {box-shadow: 0px 0px 0px 0px rgb(165, 165, 165);transition: box-shadow 0.5s ease 0s;}
#module_165257369:hover {
border:none;
}
#module_165257369:hover >.module_165257369 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_165257369 .BodyCenter{text-align:right;}
#module_165257369 .moduleButton{font-size:12px;}
#module_165257369 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_165257369 .moduleButton{color:#1e88e5;}
#module_165257369 .moduleButton{font-weight:normal;}
#module_165257369 .moduleButton{text-decoration:none;}
#module_165257369 .moduleButton{font-style:normal;}
#module_165257369 .moduleButton, #module_165257369 .moduleButton.faded:before{background-color:#fff;}
#module_165257369 .moduleButton, #module_165257369 .moduleButton.faded:before{}
#module_165257369 .moduleButton{border-color:rgb(255, 255, 255);}
#module_165257369 .moduleButton{border-style:none;}
#module_165257369 .moduleButton{border-width:1px;}
#module_165257369 .moduleButton{width:58px;}
#module_165257369 .moduleButton{height:30px;line-height:30px;}
#module_165257369 .BodyCenter{color:#1e88e5;}
#module_165257369 .moduleButton{border-top-left-radius:2px;}
#module_165257369 .moduleButton{border-top-right-radius:2px;}
#module_165257369 .moduleButton{border-bottom-left-radius:2px;}
#module_165257369 .moduleButton{border-bottom-right-radius:2px;}
#module_165257369 .BreadIcon{font-size:16px;} #module_165257369 .BreadsvgIcon svg{width:16px;height:16px;}
#module_165257369 .BreadIcon{color:#1e88e5;} #module_165257369 .BreadsvgIcon svg>*{fill:#1e88e5;}
#module_165257369 .BreadIcon,#module_165257369 .BreadsvgIcon{margin-left:10px;}
#module_165257369 .BreadIcon,#module_165257369 .BreadsvgIcon{margin-right:10px;}
#module_165257369 .moduleButton:hover .BreadIcon{font-size:16px;} #module_165257369 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_165257369 .moduleButton:hover .BreadIcon{color:#fff} #module_165257369 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_165257369 .moduleButton:hover{font-size:12px;}
#module_165257369 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165257369 .moduleButton:hover{color:#fff;}
#module_165257369 .moduleButton:hover{font-weight:normal;}
#module_165257369 .moduleButton:hover{text-decoration:none;}
#module_165257369 .moduleButton:hover{font-style:normal;}
#module_165257369 .moduleButton:before, #module_165257369 .moduleButton.faded:before{background-color:rgb(30, 136, 229);}
#module_165257369 .moduleButton:before, #module_165257369 .moduleButton.faded:before{}
#module_165257369 .moduleButton:hover{border-color:rgb(30, 136, 229);}
#module_165257369 .moduleButton:hover{border-style:none;}
#module_165257369 .moduleButton:hover{border-width:1px;}
.module_165257370 .ModuleHead .HeadCenter{float:none;}
#module_165257370 {
padding:0px;
}
#module_165257370 {
position:static;
z-index:0;
top:19px;
left:0px;
width:100%;
height: auto;
}
#module_165257370 .ModuleHead165257370 {
display:none;
}
#module_165257370 .BodyCenter.BodyCenter165257370 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165257370 >.module_165257370 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165257370 >.module_165257370{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165257370 .BodyCenter.BodyCenter165257370 {
padding-top:7.6125%;
padding-left:6.9204%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257370 .BodyCenter.BodyCenter165257370 {
padding-top:4.2135%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2135%;
}
}
@media screen and (min-width: 768px){
#module_165257370 >.module_165257370 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165257370 >.module_165257370 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165257370 >.module_165257370 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165257370:hover {
border:none;
}
#module_165257370:hover >.module_165257370 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

.module_93416626 .ModuleHead .HeadCenter{float:none;}
#module_93416626 {
padding:0px;
}
#module_93416626 {
position:static;
z-index:0;
top:1542px;
left:1488px;
width:100%;
height: auto;
}
#module_93416626 .ModuleHead93416626 {
display:none;
}
#module_93416626 .BodyCenter.BodyCenter93416626 {
background:none;background-color:rgb(251, 251, 251);
}
#module_93416626 >.module_93416626 {
border-top-style:solid;
border-top-color:rgb(237, 237, 237);
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_93416626 >.module_93416626{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93416626 .BodyCenter.BodyCenter93416626 {
padding-top:1.7301%;
padding-left:6.9204%;
padding-right:0.0000%;
padding-bottom:1.7301%;
}
}
@media screen and (max-width: 767px){
#module_93416626 .BodyCenter.BodyCenter93416626 {
padding-top:0.0000%;
padding-left:4.2135%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_93416626 >.module_93416626 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93416626 >.module_93416626 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93416626 >.module_93416626 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93416626:hover {
border:none;
}
#module_93416626:hover >.module_93416626 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

.ModuleTabContainerV2Giant.layout-104 .nav-box{position: relative; }
.ModuleTabContainerV2Giant.layout-104 .location-right{    display: flex;
    flex-direction: row-reverse;}
.ModuleTabContainerV2Giant.layout-104 .location-left{ display: flex}
.ModuleTabContainerV2Giant.layout-104 .location-bottom .nav-box,
.ModuleTabContainerV2Giant.layout-104 .location-top .nav-box { overflow: hidden;}
.ModuleTabContainerV2Giant.layout-104 .TabContainer-Container .Nav-Container{ position: relative; font-size: 0;white-space:nowrap;}
.ModuleTabContainerV2Giant.layout-104 .TabContainer-Container .Nav-Container li{overflow: visible; -webkit-overflow-scrolling: touch; transform: translateX(0); transition: transform 0.3s linear 0s; cursor: pointer;text-align: center;background: #fff;float: none;display: inline-block;}
.ModuleTabContainerV2Giant.layout-104 .TabContainer-Container .Nav-Container li a{display: block;padding:0;background: none;color:#333;}
.ModuleTabContainerV2Giant.layout-104 .TabContainer-Container .Nav-Container li.active,
.ModuleTabContainerV2Giant.layout-104 .TabContainer-Container .Nav-Container li:hover{background: #333;}
.ModuleTabContainerV2Giant.layout-104 .TabContainer-Container .Nav-Container li.active a,
.ModuleTabContainerV2Giant.layout-104 .TabContainer-Container .Nav-Container li:hover a{color:#fff;}
.ModuleTabContainerV2Giant.layout-104 .Nav-Container li.active{transition: all 0.4s linear;}
.ModuleTabContainerV2Giant.layout-104 .btnScrollLeft,
.ModuleTabContainerV2Giant.layout-104 .btnScrollRight {
    display: flex;
    width: 28px;
    height: 54px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #fff !important;
    font-size: 15px;
    align-items: center;
    justify-content: center;
}
.ModuleTabContainerV2Giant.layout-104 .btnScrollLeft {left: 10px;}
.ModuleTabContainerV2Giant.layout-104 .glyphicon:before {
    display: flex;
    width: 28px;
    height: 28px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 28px;
    align-items: center;
    justify-content: center;
}
.ModuleTabContainerV2Giant.layout-104 .tab-content>.active{ display:flex !important;}

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

}

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

#module_93421330 .nav-box{text-align:center;}
#module_93421330 .nav-box{background-color:rgba(0,0,0,0);}
#module_93421330 .nav-box{background-image:none;}
#module_93421330 .nav-box{background-repeat:no-repeat;}
#module_93421330 .nav-box{}
#module_93421330 .nav-box{}
#module_93421330 .nav-box{}
#module_93421330 .Nav-Container a{text-align:center;}
#module_93421330 .Nav-Container a {padding-top:0px;}
#module_93421330 .Nav-Container a {padding-bottom:0px;}
#module_93421330 .Nav-Container a {padding-left:0px;}
#module_93421330 .Nav-Container a {padding-right:0px;}
#module_93421330 .Nav-Container li{background-color:rgba(0,0,0,0);}
#module_93421330 .Nav-Container li{background-image:none;}
#module_93421330 .Nav-Container li{background-repeat:no-repeat;}
#module_93421330 .Nav-Container li{}
#module_93421330 .Nav-Container li{}
#module_93421330 .Nav-Container li{}
#module_93421330 .Nav-Container li{border-top-color:rgba(0,0,0,0);}
#module_93421330 .Nav-Container li{border-top-style:solid;}
#module_93421330 .Nav-Container li{border-top-width:1px;}
#module_93421330 .Nav-Container li{border-right-color:rgba(0,0,0,0);}
#module_93421330 .Nav-Container li{border-right-style:solid;}
#module_93421330 .Nav-Container li{border-right-width:1px;}
#module_93421330 .Nav-Container li{border-bottom-color:rgba(0,0,0,0);}
#module_93421330 .Nav-Container li{border-bottom-style:solid;}
#module_93421330 .Nav-Container li{border-bottom-width:1px;}
#module_93421330 .Nav-Container li{border-left-color:rgba(0,0,0,0);}
#module_93421330 .Nav-Container li{border-left-style:solid;}
#module_93421330 .Nav-Container li{border-left-width:1px;}
#module_93421330 .Nav-Container li a{width:138px;}@media only screen and (min-width: 768px){#module_93421330 .location-left .tabContentGiant,#module_93421330 .location-right .tabContentGiant{width: calc(100% - 138px - 50px)}}
#module_93421330 .Nav-Container li a{height:38px;line-height:38px;}
#module_93421330 .Nav-Container li{margin-top:10px;}
#module_93421330 .Nav-Container li{margin-bottom:10px;}
#module_93421330 .Nav-Container li{margin-left:10px;}
#module_93421330 .Nav-Container li{margin-right:10px;}
#module_93421330 .Nav-Container li a{font-size:14px;}
#module_93421330 .Nav-Container li a{font-family:微软雅黑,Microsoft YaHei;}
#module_93421330 .Nav-Container li a{color:rgb(127, 127, 127);}
#module_93421330 .Nav-Container li a{font-weight:normal;}
#module_93421330 .Nav-Container li a{text-decoration:none;}
#module_93421330 .Nav-Container li a{font-style:normal;}
#module_93421330 .Nav-Container li{border-top-left-radius:0px;}
#module_93421330 .Nav-Container li{border-top-right-radius:5px;}
#module_93421330 .Nav-Container li{border-bottom-left-radius:5px;}
#module_93421330 .Nav-Container li{border-bottom-right-radius:0px;}
#module_93421330 .TabContainer-Container .tab-pane{background-color:transparent;}
#module_93421330 .TabContainer-Container .tab-pane{background-image:none;}
#module_93421330 .TabContainer-Container .tab-pane{background-repeat:no-repeat;}
#module_93421330 .TabContainer-Container .tab-pane{}
#module_93421330 .TabContainer-Container .tab-pane{}
#module_93421330 .TabContainer-Container .tab-pane{}
#module_93421330 .TabContainer-Container .tab-pane{padding-top:10px;}
#module_93421330 .TabContainer-Container .tab-pane{padding-bottom:10px;}
#module_93421330 .TabContainer-Container .tab-pane{padding-left:10px;}
#module_93421330 .TabContainer-Container .tab-pane{padding-right:10px;}
#module_93421330 .TabContainer-Container .tab-pane{border-top-color:rgb(242, 242, 242);}
#module_93421330 .TabContainer-Container .tab-pane{border-top-style:solid;}
#module_93421330 .TabContainer-Container .tab-pane{border-top-width:1px;}
#module_93421330 .TabContainer-Container .tab-pane{border-right-color:rgb(242, 242, 242);}
#module_93421330 .TabContainer-Container .tab-pane{border-right-style:solid;}
#module_93421330 .TabContainer-Container .tab-pane{border-right-width:1px;}
#module_93421330 .TabContainer-Container .tab-pane{border-bottom-color:rgb(242, 242, 242);}
#module_93421330 .TabContainer-Container .tab-pane{border-bottom-style:solid;}
#module_93421330 .TabContainer-Container .tab-pane{border-bottom-width:1px;}
#module_93421330 .TabContainer-Container .tab-pane{border-left-color:rgb(242, 242, 242);}
#module_93421330 .TabContainer-Container .tab-pane{border-left-style:solid;}
#module_93421330 .TabContainer-Container .tab-pane{border-left-width:1px;}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{background-image:url(../comdata/82544/202007/20200720025154f4f273.png);}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{background-repeat:no-repeat;background-size:cover;}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{background-position:50% 50%;}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{background-color:rgba(0,0,0,0);}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{}
#module_93421330 .Nav-Container li:hover a,#module_93421330 .Nav-Container li.active a{font-size:17px;}
#module_93421330 .Nav-Container li:hover a,#module_93421330 .Nav-Container li.active a{font-family:微软雅黑,Microsoft YaHei;}
#module_93421330 .Nav-Container li:hover a,#module_93421330 .Nav-Container li.active a{color:rgb(255, 255, 255);}
#module_93421330 .Nav-Container li:hover a,#module_93421330 .Nav-Container li.active a{font-weight:bold;}
#module_93421330 .Nav-Container li:hover a,#module_93421330 .Nav-Container li.active a{text-decoration:none;}
#module_93421330 .Nav-Container li:hover a,#module_93421330 .Nav-Container li.active a{font-style:normal;}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{border-top-color:transparent;}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{border-top-style:solid;}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{border-top-width:2px;}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{border-right-color:transparent;}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{border-right-style:solid;}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{border-right-width:1px;}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{border-bottom-color:transparent;}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{border-bottom-style:solid;}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{border-bottom-width:1px;}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{border-left-color:transparent;}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{border-left-style:solid;}
#module_93421330 .Nav-Container li:hover,#module_93421330 .Nav-Container li.active{border-left-width:1px;}

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

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

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

/*纯文本模块 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_95040871 .ModuleHead .HeadCenter{float:none;}
#module_95040871 {
padding:0px;
}
#module_95040871 {
position:static;
z-index:0;
top:3956px;
left:813px;
width:100%;
height: auto;
}
#module_95040871 .ModuleHead95040871 {
display:none;
}
#module_95040871 .BodyCenter.BodyCenter95040871 {
background:none;background-color:rgba(0,0,0,0);
}
#module_95040871 >.module_95040871 {
border-top-style:solid;
border-top-color:rgba(0,0,0,0);
border-top-width:0px;
border-left-style:solid;
border-left-color:#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(237, 237, 237);
border-bottom-width:1px;
}
#module_95040871 >.module_95040871{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_95040871 .BodyCenter.BodyCenter95040871 {
padding-top:1.2733%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2733%;
}
}
@media screen and (max-width: 767px){
#module_95040871 .BodyCenter.BodyCenter95040871 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_95040871 >.module_95040871 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_95040871 >.module_95040871 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_95040871 >.module_95040871 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_95040871:hover {
border:none;
}
#module_95040871:hover >.module_95040871 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_95040871 .ModulePlainTextGiantContent{margin-top:0px;}
#module_95040871 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_95040871 .ModulePlainTextGiantContent{margin-left:0px;}
#module_95040871 .ModulePlainTextGiantContent{margin-right:0px;}
#module_95040871 .plainTextGiant-Container{padding-top:0px;}
#module_95040871 .plainTextGiant-Container{padding-bottom:0px;}
#module_95040871 .plainTextGiant-Container{padding-left:0px;}
#module_95040871 .plainTextGiant-Container{padding-right:0px;}
#module_95040871 a{font-size:unset;font-family:unset}
/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row { display: flex; flex-wrap: wrap;}
.ModuleImageTextGiant.layout-109 .imageTextGiant-Container{max-height: 100%; max-width: 100%;}
.ModuleImageTextGiant.layout-109 .imageTextContainer{overflow:unset !important;}

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

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

#module_93425161 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_93425161 .GraphicUpper .TextImage{border-top-right-radius:1px;}
#module_93425161 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_93425161 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_93425161 .GraphicUpper .TextImage{padding-top:18px;}
#module_93425161 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_93425161 .GraphicUpper .TextImage{padding-left:0px;}
#module_93425161 .GraphicUpper .TextImage{padding-right:0px;}
#module_93425161 .GraphicUpper .TextImage{width:56%;}
#module_93425161 .GraphicUpper .MobileTextImage{width:60%;}
#module_93425161 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_93425161 .ModuleImageTextGiantContent{padding-top:18px;}
#module_93425161 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_93425161 .ModuleImageTextGiantContent{padding-left:0px;}
#module_93425161 .ModuleImageTextGiantContent{padding-right:0px;}
#module_93425161 .normal_ImgtextBox{padding-top:0px;}
#module_93425161 .normal_ImgtextBox{padding-bottom:0px;}
#module_93425161 .normal_ImgtextBox{padding-left:0px;}
#module_93425161 .normal_ImgtextBox{padding-right:0px;}
#module_93425161 .normal_ImgtextBox{margin-top:0px;margin-bottom:0px;}
#module_93425161 .normal_ImgtextBox.col-lg-6 {margin-right:0px; width:calc((99% - 0px * 5)/ 6)} #module_93425161 .normal_ImgtextBox.col-lg-5 {margin-right:0px; width:calc((99% - 0px * 4)/ 5)} #module_93425161 .normal_ImgtextBox.col-lg-4 {margin-right:0px; width:calc((99% - 0px * 3)/ 4)} #module_93425161 .normal_ImgtextBox.col-lg-3 {margin-right:0px; width:calc((99% - 0px * 2)/ 3)} #module_93425161 .normal_ImgtextBox.col-lg-2 {margin-right:0px; width:calc((99% - 0px)/ 2)}  #module_93425161 .MobileImgtextBox{margin-right:0px;margin-left:0; width:calc((99% - 0px) / 2);}
#module_93425161 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_93425161 .normal_ImgtextBox{background-color:transparent;}
#module_93425161 .normal_ImgtextBox{background-image:none;}
#module_93425161 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_93425161 .normal_ImgtextBox{background-position:0% 0%;}
#module_93425161 .normal_ImgtextBox{background-attachment:none;}
#module_93425161 .normal_ImgtextBox{}
#module_93425161 .normal_ImgtextBox{border-top-left-radius:0px;}
#module_93425161 .normal_ImgtextBox{border-top-right-radius:0px;}
#module_93425161 .normal_ImgtextBox{border-bottom-left-radius:0px;}
#module_93425161 .normal_ImgtextBox{border-bottom-right-radius:0px;}
#module_93425161 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_93425161 .normal_ImgtextBox{border-top-style:none;}
#module_93425161 .normal_ImgtextBox{border-top-width:0px;}
#module_93425161 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_93425161 .normal_ImgtextBox{border-right-style:none;}
#module_93425161 .normal_ImgtextBox{border-right-width:0px;}
#module_93425161 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_93425161 .normal_ImgtextBox{border-bottom-style:none;}
#module_93425161 .normal_ImgtextBox{border-bottom-width:0px;}
#module_93425161 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_93425161 .normal_ImgtextBox{border-left-style:none;}
#module_93425161 .normal_ImgtextBox{border-left-width:0px;}
#module_93425161 .showHandle .btn{font-size:14px;}
#module_93425161 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_93425161 .showHandle .btn{color:rgb(127, 127, 127);}
#module_93425161 .showHandle .btn{font-weight:400;}
#module_93425161 .showHandle .btn{text-decoration:none;}
#module_93425161 .showHandle .btn{font-style:normal;}
#module_93425161 .showHandle div{border-top-color:#ddd !important;}
#module_93425161 .showHandle div{border-top-style:solid !important;}
#module_93425161 .showHandle div{border-top-width:0px !important;}
#module_93425161 .showHandle{background-color:transparent;}
#module_93425161 .showHandle{background-image:none;}
#module_93425161 .showHandle{background-repeat:no-repeat;}
#module_93425161 .showHandle{}
#module_93425161 .showHandle{}
#module_93425161 .showHandle{}
#module_93425161 .normal_ImgtextBox:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_93425161 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_93425161 .normal_ImgtextBox:hover{border-top-style:none;}
#module_93425161 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_93425161 .normal_ImgtextBox:hover{border-right-style:none;}
#module_93425161 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_93425161 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_93425161 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_93425161 .normal_ImgtextBox:hover{border-left-style:none;}
#module_93425161 a{font-size:unset;font-family:unset}

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

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

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

.module_95040873 .ModuleHead .HeadCenter{float:none;}
#module_95040873 {
padding:0px;
}
#module_95040873 {
position:static;
z-index:0;
top:3960px;
left:821px;
width:100%;
height: auto;
}
#module_95040873 .ModuleHead95040873 {
display:none;
}
#module_95040873 .BodyCenter.BodyCenter95040873 {
background:none;background-color:rgba(0,0,0,0);
}
#module_95040873 >.module_95040873 {
border-top-style:solid;
border-top-color:rgba(0,0,0,0);
border-top-width:0px;
border-left-style:solid;
border-left-color:#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(237, 237, 237);
border-bottom-width:1px;
}
#module_95040873 >.module_95040873{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_95040873 .BodyCenter.BodyCenter95040873 {
padding-top:1.2733%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2733%;
}
}
@media screen and (max-width: 767px){
#module_95040873 .BodyCenter.BodyCenter95040873 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_95040873 >.module_95040873 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_95040873 >.module_95040873 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_95040873 >.module_95040873 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_95040873:hover {
border:none;
}
#module_95040873:hover >.module_95040873 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_95041562 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_95041562 .GraphicUpper .TextImage{border-top-right-radius:1px;}
#module_95041562 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_95041562 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_95041562 .GraphicUpper .TextImage{padding-top:18px;}
#module_95041562 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_95041562 .GraphicUpper .TextImage{padding-left:0px;}
#module_95041562 .GraphicUpper .TextImage{padding-right:0px;}
#module_95041562 .GraphicUpper .TextImage{width:56%;}
#module_95041562 .GraphicUpper .MobileTextImage{width:60%;}
#module_95041562 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_95041562 .ModuleImageTextGiantContent{padding-top:18px;}
#module_95041562 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_95041562 .ModuleImageTextGiantContent{padding-left:0px;}
#module_95041562 .ModuleImageTextGiantContent{padding-right:0px;}
#module_95041562 .normal_ImgtextBox{padding-top:0px;}
#module_95041562 .normal_ImgtextBox{padding-bottom:0px;}
#module_95041562 .normal_ImgtextBox{padding-left:0px;}
#module_95041562 .normal_ImgtextBox{padding-right:0px;}
#module_95041562 .normal_ImgtextBox{margin-top:0px;margin-bottom:0px;}
#module_95041562 .normal_ImgtextBox.col-lg-6 {margin-right:0px; width:calc((99% - 0px * 5)/ 6)} #module_95041562 .normal_ImgtextBox.col-lg-5 {margin-right:0px; width:calc((99% - 0px * 4)/ 5)} #module_95041562 .normal_ImgtextBox.col-lg-4 {margin-right:0px; width:calc((99% - 0px * 3)/ 4)} #module_95041562 .normal_ImgtextBox.col-lg-3 {margin-right:0px; width:calc((99% - 0px * 2)/ 3)} #module_95041562 .normal_ImgtextBox.col-lg-2 {margin-right:0px; width:calc((99% - 0px)/ 2)}  #module_95041562 .MobileImgtextBox{margin-right:0px;margin-left:0; width:calc((99% - 0px) / 2);}
#module_95041562 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_95041562 .normal_ImgtextBox{background-color:transparent;}
#module_95041562 .normal_ImgtextBox{background-image:none;}
#module_95041562 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_95041562 .normal_ImgtextBox{background-position:0% 0%;}
#module_95041562 .normal_ImgtextBox{background-attachment:none;}
#module_95041562 .normal_ImgtextBox{}
#module_95041562 .normal_ImgtextBox{border-top-left-radius:0px;}
#module_95041562 .normal_ImgtextBox{border-top-right-radius:0px;}
#module_95041562 .normal_ImgtextBox{border-bottom-left-radius:0px;}
#module_95041562 .normal_ImgtextBox{border-bottom-right-radius:0px;}
#module_95041562 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_95041562 .normal_ImgtextBox{border-top-style:none;}
#module_95041562 .normal_ImgtextBox{border-top-width:0px;}
#module_95041562 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_95041562 .normal_ImgtextBox{border-right-style:none;}
#module_95041562 .normal_ImgtextBox{border-right-width:0px;}
#module_95041562 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_95041562 .normal_ImgtextBox{border-bottom-style:none;}
#module_95041562 .normal_ImgtextBox{border-bottom-width:0px;}
#module_95041562 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_95041562 .normal_ImgtextBox{border-left-style:none;}
#module_95041562 .normal_ImgtextBox{border-left-width:0px;}
#module_95041562 .showHandle .btn{font-size:14px;}
#module_95041562 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_95041562 .showHandle .btn{color:rgb(127, 127, 127);}
#module_95041562 .showHandle .btn{font-weight:400;}
#module_95041562 .showHandle .btn{text-decoration:none;}
#module_95041562 .showHandle .btn{font-style:normal;}
#module_95041562 .showHandle div{border-top-color:#ddd !important;}
#module_95041562 .showHandle div{border-top-style:solid !important;}
#module_95041562 .showHandle div{border-top-width:0px !important;}
#module_95041562 .showHandle{background-color:transparent;}
#module_95041562 .showHandle{background-image:none;}
#module_95041562 .showHandle{background-repeat:no-repeat;}
#module_95041562 .showHandle{}
#module_95041562 .showHandle{}
#module_95041562 .showHandle{}
#module_95041562 .normal_ImgtextBox:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_95041562 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_95041562 .normal_ImgtextBox:hover{border-top-style:none;}
#module_95041562 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_95041562 .normal_ImgtextBox:hover{border-right-style:none;}
#module_95041562 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_95041562 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_95041562 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_95041562 .normal_ImgtextBox:hover{border-left-style:none;}
#module_95041562 a{font-size:unset;font-family:unset}

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

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

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

.module_95040884 .ModuleHead .HeadCenter{float:none;}
#module_95040884 {
padding:0px;
}
#module_95040884 {
position:static;
z-index:0;
top:3952px;
left:868px;
width:100%;
height: auto;
}
#module_95040884 .ModuleHead95040884 {
display:none;
}
#module_95040884 .BodyCenter.BodyCenter95040884 {
background:none;background-color:rgba(0,0,0,0);
}
#module_95040884 >.module_95040884 {
border-top-style:solid;
border-top-color:rgba(0,0,0,0);
border-top-width:0px;
border-left-style:solid;
border-left-color:#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(237, 237, 237);
border-bottom-width:1px;
}
#module_95040884 >.module_95040884{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_95040884 .BodyCenter.BodyCenter95040884 {
padding-top:1.2733%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2733%;
}
}
@media screen and (max-width: 767px){
#module_95040884 .BodyCenter.BodyCenter95040884 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_95040884 >.module_95040884 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_95040884 >.module_95040884 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_95040884 >.module_95040884 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_95040884:hover {
border:none;
}
#module_95040884:hover >.module_95040884 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_95041556 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_95041556 .GraphicUpper .TextImage{border-top-right-radius:1px;}
#module_95041556 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_95041556 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_95041556 .GraphicUpper .TextImage{padding-top:18px;}
#module_95041556 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_95041556 .GraphicUpper .TextImage{padding-left:0px;}
#module_95041556 .GraphicUpper .TextImage{padding-right:0px;}
#module_95041556 .GraphicUpper .TextImage{width:56%;}
#module_95041556 .GraphicUpper .MobileTextImage{width:60%;}
#module_95041556 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_95041556 .ModuleImageTextGiantContent{padding-top:18px;}
#module_95041556 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_95041556 .ModuleImageTextGiantContent{padding-left:0px;}
#module_95041556 .ModuleImageTextGiantContent{padding-right:0px;}
#module_95041556 .normal_ImgtextBox{padding-top:0px;}
#module_95041556 .normal_ImgtextBox{padding-bottom:0px;}
#module_95041556 .normal_ImgtextBox{padding-left:0px;}
#module_95041556 .normal_ImgtextBox{padding-right:0px;}
#module_95041556 .normal_ImgtextBox{margin-top:0px;margin-bottom:0px;}
#module_95041556 .normal_ImgtextBox.col-lg-6 {margin-right:0px; width:calc((99% - 0px * 5)/ 6)} #module_95041556 .normal_ImgtextBox.col-lg-5 {margin-right:0px; width:calc((99% - 0px * 4)/ 5)} #module_95041556 .normal_ImgtextBox.col-lg-4 {margin-right:0px; width:calc((99% - 0px * 3)/ 4)} #module_95041556 .normal_ImgtextBox.col-lg-3 {margin-right:0px; width:calc((99% - 0px * 2)/ 3)} #module_95041556 .normal_ImgtextBox.col-lg-2 {margin-right:0px; width:calc((99% - 0px)/ 2)}  #module_95041556 .MobileImgtextBox{margin-right:0px;margin-left:0; width:calc((99% - 0px) / 2);}
#module_95041556 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_95041556 .normal_ImgtextBox{background-color:transparent;}
#module_95041556 .normal_ImgtextBox{background-image:none;}
#module_95041556 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_95041556 .normal_ImgtextBox{background-position:0% 0%;}
#module_95041556 .normal_ImgtextBox{background-attachment:none;}
#module_95041556 .normal_ImgtextBox{}
#module_95041556 .normal_ImgtextBox{border-top-left-radius:0px;}
#module_95041556 .normal_ImgtextBox{border-top-right-radius:0px;}
#module_95041556 .normal_ImgtextBox{border-bottom-left-radius:0px;}
#module_95041556 .normal_ImgtextBox{border-bottom-right-radius:0px;}
#module_95041556 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_95041556 .normal_ImgtextBox{border-top-style:none;}
#module_95041556 .normal_ImgtextBox{border-top-width:0px;}
#module_95041556 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_95041556 .normal_ImgtextBox{border-right-style:none;}
#module_95041556 .normal_ImgtextBox{border-right-width:0px;}
#module_95041556 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_95041556 .normal_ImgtextBox{border-bottom-style:none;}
#module_95041556 .normal_ImgtextBox{border-bottom-width:0px;}
#module_95041556 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_95041556 .normal_ImgtextBox{border-left-style:none;}
#module_95041556 .normal_ImgtextBox{border-left-width:0px;}
#module_95041556 .showHandle .btn{font-size:14px;}
#module_95041556 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_95041556 .showHandle .btn{color:rgb(127, 127, 127);}
#module_95041556 .showHandle .btn{font-weight:400;}
#module_95041556 .showHandle .btn{text-decoration:none;}
#module_95041556 .showHandle .btn{font-style:normal;}
#module_95041556 .showHandle div{border-top-color:#ddd !important;}
#module_95041556 .showHandle div{border-top-style:solid !important;}
#module_95041556 .showHandle div{border-top-width:0px !important;}
#module_95041556 .showHandle{background-color:transparent;}
#module_95041556 .showHandle{background-image:none;}
#module_95041556 .showHandle{background-repeat:no-repeat;}
#module_95041556 .showHandle{}
#module_95041556 .showHandle{}
#module_95041556 .showHandle{}
#module_95041556 .normal_ImgtextBox:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_95041556 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_95041556 .normal_ImgtextBox:hover{border-top-style:none;}
#module_95041556 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_95041556 .normal_ImgtextBox:hover{border-right-style:none;}
#module_95041556 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_95041556 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_95041556 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_95041556 .normal_ImgtextBox:hover{border-left-style:none;}
#module_95041556 a{font-size:unset;font-family:unset}

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

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

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

.module_95040864 .ModuleHead .HeadCenter{float:none;}
#module_95040864 {
padding:0px;
}
#module_95040864 {
position:static;
z-index:0;
top:3891px;
left:813px;
width:100%;
height: auto;
}
#module_95040864 .ModuleHead95040864 {
display:none;
}
#module_95040864 .BodyCenter.BodyCenter95040864 {
background:none;background-color:rgba(0,0,0,0);
}
#module_95040864 >.module_95040864 {
border-top-style:solid;
border-top-color:rgba(0,0,0,0);
border-top-width:0px;
border-left-style:solid;
border-left-color:#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(237, 237, 237);
border-bottom-width:1px;
}
#module_95040864 >.module_95040864{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_95040864 .BodyCenter.BodyCenter95040864 {
padding-top:1.2733%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2733%;
}
}
@media screen and (max-width: 767px){
#module_95040864 .BodyCenter.BodyCenter95040864 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_95040864 >.module_95040864 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_95040864 >.module_95040864 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_95040864 >.module_95040864 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_95040864:hover {
border:none;
}
#module_95040864:hover >.module_95040864 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_93423983 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_93423983 .GraphicUpper .TextImage{border-top-right-radius:1px;}
#module_93423983 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_93423983 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_93423983 .GraphicUpper .TextImage{padding-top:18px;}
#module_93423983 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_93423983 .GraphicUpper .TextImage{padding-left:0px;}
#module_93423983 .GraphicUpper .TextImage{padding-right:0px;}
#module_93423983 .GraphicUpper .TextImage{width:56%;}
#module_93423983 .GraphicUpper .MobileTextImage{width:60%;}
#module_93423983 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_93423983 .ModuleImageTextGiantContent{padding-top:18px;}
#module_93423983 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_93423983 .ModuleImageTextGiantContent{padding-left:0px;}
#module_93423983 .ModuleImageTextGiantContent{padding-right:0px;}
#module_93423983 .normal_ImgtextBox{padding-top:0px;}
#module_93423983 .normal_ImgtextBox{padding-bottom:0px;}
#module_93423983 .normal_ImgtextBox{padding-left:0px;}
#module_93423983 .normal_ImgtextBox{padding-right:0px;}
#module_93423983 .normal_ImgtextBox{margin-top:0px;margin-bottom:0px;}
#module_93423983 .normal_ImgtextBox.col-lg-6 {margin-right:0px; width:calc((99% - 0px * 5)/ 6)} #module_93423983 .normal_ImgtextBox.col-lg-5 {margin-right:0px; width:calc((99% - 0px * 4)/ 5)} #module_93423983 .normal_ImgtextBox.col-lg-4 {margin-right:0px; width:calc((99% - 0px * 3)/ 4)} #module_93423983 .normal_ImgtextBox.col-lg-3 {margin-right:0px; width:calc((99% - 0px * 2)/ 3)} #module_93423983 .normal_ImgtextBox.col-lg-2 {margin-right:0px; width:calc((99% - 0px)/ 2)}  #module_93423983 .MobileImgtextBox{margin-right:0px;margin-left:0; width:calc((99% - 0px) / 2);}
#module_93423983 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_93423983 .normal_ImgtextBox{background-color:transparent;}
#module_93423983 .normal_ImgtextBox{background-image:none;}
#module_93423983 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_93423983 .normal_ImgtextBox{background-position:0% 0%;}
#module_93423983 .normal_ImgtextBox{background-attachment:none;}
#module_93423983 .normal_ImgtextBox{}
#module_93423983 .normal_ImgtextBox{border-top-left-radius:0px;}
#module_93423983 .normal_ImgtextBox{border-top-right-radius:0px;}
#module_93423983 .normal_ImgtextBox{border-bottom-left-radius:0px;}
#module_93423983 .normal_ImgtextBox{border-bottom-right-radius:0px;}
#module_93423983 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_93423983 .normal_ImgtextBox{border-top-style:none;}
#module_93423983 .normal_ImgtextBox{border-top-width:0px;}
#module_93423983 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_93423983 .normal_ImgtextBox{border-right-style:none;}
#module_93423983 .normal_ImgtextBox{border-right-width:0px;}
#module_93423983 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_93423983 .normal_ImgtextBox{border-bottom-style:none;}
#module_93423983 .normal_ImgtextBox{border-bottom-width:0px;}
#module_93423983 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_93423983 .normal_ImgtextBox{border-left-style:none;}
#module_93423983 .normal_ImgtextBox{border-left-width:0px;}
#module_93423983 .showHandle .btn{font-size:14px;}
#module_93423983 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_93423983 .showHandle .btn{color:rgb(127, 127, 127);}
#module_93423983 .showHandle .btn{font-weight:400;}
#module_93423983 .showHandle .btn{text-decoration:none;}
#module_93423983 .showHandle .btn{font-style:normal;}
#module_93423983 .showHandle div{border-top-color:#ddd !important;}
#module_93423983 .showHandle div{border-top-style:solid !important;}
#module_93423983 .showHandle div{border-top-width:0px !important;}
#module_93423983 .showHandle{background-color:transparent;}
#module_93423983 .showHandle{background-image:none;}
#module_93423983 .showHandle{background-repeat:no-repeat;}
#module_93423983 .showHandle{}
#module_93423983 .showHandle{}
#module_93423983 .showHandle{}
#module_93423983 .normal_ImgtextBox:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_93423983 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_93423983 .normal_ImgtextBox:hover{border-top-style:none;}
#module_93423983 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_93423983 .normal_ImgtextBox:hover{border-right-style:none;}
#module_93423983 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_93423983 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_93423983 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_93423983 .normal_ImgtextBox:hover{border-left-style:none;}
#module_93423983 a{font-size:unset;font-family:unset}

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

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

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

.module_95040868 .ModuleHead .HeadCenter{float:none;}
#module_95040868 {
padding:0px;
}
#module_95040868 {
position:static;
z-index:0;
top:3916px;
left:782px;
width:100%;
height: auto;
}
#module_95040868 .ModuleHead95040868 {
display:none;
}
#module_95040868 .BodyCenter.BodyCenter95040868 {
background:none;background-color:rgba(0,0,0,0);
}
#module_95040868 >.module_95040868 {
border-top-style:solid;
border-top-color:rgba(0,0,0,0);
border-top-width:0px;
border-left-style:solid;
border-left-color:#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(237, 237, 237);
border-bottom-width:1px;
}
#module_95040868 >.module_95040868{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_95040868 .BodyCenter.BodyCenter95040868 {
padding-top:1.2733%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2733%;
}
}
@media screen and (max-width: 767px){
#module_95040868 .BodyCenter.BodyCenter95040868 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_95040868 >.module_95040868 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_95040868 >.module_95040868 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_95040868 >.module_95040868 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_95040868:hover {
border:none;
}
#module_95040868:hover >.module_95040868 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_95041582 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_95041582 .GraphicUpper .TextImage{border-top-right-radius:1px;}
#module_95041582 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_95041582 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_95041582 .GraphicUpper .TextImage{padding-top:18px;}
#module_95041582 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_95041582 .GraphicUpper .TextImage{padding-left:0px;}
#module_95041582 .GraphicUpper .TextImage{padding-right:0px;}
#module_95041582 .GraphicUpper .TextImage{width:56%;}
#module_95041582 .GraphicUpper .MobileTextImage{width:60%;}
#module_95041582 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_95041582 .ModuleImageTextGiantContent{padding-top:18px;}
#module_95041582 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_95041582 .ModuleImageTextGiantContent{padding-left:0px;}
#module_95041582 .ModuleImageTextGiantContent{padding-right:0px;}
#module_95041582 .normal_ImgtextBox{padding-top:0px;}
#module_95041582 .normal_ImgtextBox{padding-bottom:0px;}
#module_95041582 .normal_ImgtextBox{padding-left:0px;}
#module_95041582 .normal_ImgtextBox{padding-right:0px;}
#module_95041582 .normal_ImgtextBox{margin-top:0px;margin-bottom:0px;}
#module_95041582 .normal_ImgtextBox.col-lg-6 {margin-right:0px; width:calc((99% - 0px * 5)/ 6)} #module_95041582 .normal_ImgtextBox.col-lg-5 {margin-right:0px; width:calc((99% - 0px * 4)/ 5)} #module_95041582 .normal_ImgtextBox.col-lg-4 {margin-right:0px; width:calc((99% - 0px * 3)/ 4)} #module_95041582 .normal_ImgtextBox.col-lg-3 {margin-right:0px; width:calc((99% - 0px * 2)/ 3)} #module_95041582 .normal_ImgtextBox.col-lg-2 {margin-right:0px; width:calc((99% - 0px)/ 2)}  #module_95041582 .MobileImgtextBox{margin-right:0px;margin-left:0; width:calc((99% - 0px) / 2);}
#module_95041582 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_95041582 .normal_ImgtextBox{background-color:transparent;}
#module_95041582 .normal_ImgtextBox{background-image:none;}
#module_95041582 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_95041582 .normal_ImgtextBox{background-position:0% 0%;}
#module_95041582 .normal_ImgtextBox{background-attachment:none;}
#module_95041582 .normal_ImgtextBox{}
#module_95041582 .normal_ImgtextBox{border-top-left-radius:0px;}
#module_95041582 .normal_ImgtextBox{border-top-right-radius:0px;}
#module_95041582 .normal_ImgtextBox{border-bottom-left-radius:0px;}
#module_95041582 .normal_ImgtextBox{border-bottom-right-radius:0px;}
#module_95041582 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_95041582 .normal_ImgtextBox{border-top-style:none;}
#module_95041582 .normal_ImgtextBox{border-top-width:0px;}
#module_95041582 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_95041582 .normal_ImgtextBox{border-right-style:none;}
#module_95041582 .normal_ImgtextBox{border-right-width:0px;}
#module_95041582 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_95041582 .normal_ImgtextBox{border-bottom-style:none;}
#module_95041582 .normal_ImgtextBox{border-bottom-width:0px;}
#module_95041582 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_95041582 .normal_ImgtextBox{border-left-style:none;}
#module_95041582 .normal_ImgtextBox{border-left-width:0px;}
#module_95041582 .showHandle .btn{font-size:14px;}
#module_95041582 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_95041582 .showHandle .btn{color:rgb(127, 127, 127);}
#module_95041582 .showHandle .btn{font-weight:400;}
#module_95041582 .showHandle .btn{text-decoration:none;}
#module_95041582 .showHandle .btn{font-style:normal;}
#module_95041582 .showHandle div{border-top-color:#ddd !important;}
#module_95041582 .showHandle div{border-top-style:solid !important;}
#module_95041582 .showHandle div{border-top-width:0px !important;}
#module_95041582 .showHandle{background-color:transparent;}
#module_95041582 .showHandle{background-image:none;}
#module_95041582 .showHandle{background-repeat:no-repeat;}
#module_95041582 .showHandle{}
#module_95041582 .showHandle{}
#module_95041582 .showHandle{}
#module_95041582 .normal_ImgtextBox:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_95041582 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_95041582 .normal_ImgtextBox:hover{border-top-style:none;}
#module_95041582 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_95041582 .normal_ImgtextBox:hover{border-right-style:none;}
#module_95041582 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_95041582 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_95041582 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_95041582 .normal_ImgtextBox:hover{border-left-style:none;}
#module_95041582 a{font-size:unset;font-family:unset}

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

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

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

.module_95040867 .ModuleHead .HeadCenter{float:none;}
#module_95040867 {
padding:0px;
}
#module_95040867 {
position:static;
z-index:0;
top:3923px;
left:778px;
width:100%;
height: auto;
}
#module_95040867 .ModuleHead95040867 {
display:none;
}
#module_95040867 .BodyCenter.BodyCenter95040867 {
background:none;background-color:rgba(0,0,0,0);
}
#module_95040867 >.module_95040867 {
border-top-style:solid;
border-top-color:rgba(0,0,0,0);
border-top-width:0px;
border-left-style:solid;
border-left-color:#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(237, 237, 237);
border-bottom-width:1px;
}
#module_95040867 >.module_95040867{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_95040867 .BodyCenter.BodyCenter95040867 {
padding-top:1.2733%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2733%;
}
}
@media screen and (max-width: 767px){
#module_95040867 .BodyCenter.BodyCenter95040867 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_95040867 >.module_95040867 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_95040867 >.module_95040867 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_95040867 >.module_95040867 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_95040867:hover {
border:none;
}
#module_95040867:hover >.module_95040867 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_93425160 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_93425160 .GraphicUpper .TextImage{border-top-right-radius:1px;}
#module_93425160 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_93425160 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_93425160 .GraphicUpper .TextImage{padding-top:18px;}
#module_93425160 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_93425160 .GraphicUpper .TextImage{padding-left:0px;}
#module_93425160 .GraphicUpper .TextImage{padding-right:0px;}
#module_93425160 .GraphicUpper .TextImage{width:56%;}
#module_93425160 .GraphicUpper .MobileTextImage{width:60%;}
#module_93425160 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_93425160 .ModuleImageTextGiantContent{padding-top:18px;}
#module_93425160 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_93425160 .ModuleImageTextGiantContent{padding-left:0px;}
#module_93425160 .ModuleImageTextGiantContent{padding-right:0px;}
#module_93425160 .normal_ImgtextBox{padding-top:0px;}
#module_93425160 .normal_ImgtextBox{padding-bottom:0px;}
#module_93425160 .normal_ImgtextBox{padding-left:0px;}
#module_93425160 .normal_ImgtextBox{padding-right:0px;}
#module_93425160 .normal_ImgtextBox{margin-top:0px;margin-bottom:0px;}
#module_93425160 .normal_ImgtextBox.col-lg-6 {margin-right:0px; width:calc((99% - 0px * 5)/ 6)} #module_93425160 .normal_ImgtextBox.col-lg-5 {margin-right:0px; width:calc((99% - 0px * 4)/ 5)} #module_93425160 .normal_ImgtextBox.col-lg-4 {margin-right:0px; width:calc((99% - 0px * 3)/ 4)} #module_93425160 .normal_ImgtextBox.col-lg-3 {margin-right:0px; width:calc((99% - 0px * 2)/ 3)} #module_93425160 .normal_ImgtextBox.col-lg-2 {margin-right:0px; width:calc((99% - 0px)/ 2)}  #module_93425160 .MobileImgtextBox{margin-right:0px;margin-left:0; width:calc((99% - 0px) / 2);}
#module_93425160 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_93425160 .normal_ImgtextBox{background-color:transparent;}
#module_93425160 .normal_ImgtextBox{background-image:none;}
#module_93425160 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_93425160 .normal_ImgtextBox{background-position:0% 0%;}
#module_93425160 .normal_ImgtextBox{background-attachment:none;}
#module_93425160 .normal_ImgtextBox{}
#module_93425160 .normal_ImgtextBox{border-top-left-radius:0px;}
#module_93425160 .normal_ImgtextBox{border-top-right-radius:0px;}
#module_93425160 .normal_ImgtextBox{border-bottom-left-radius:0px;}
#module_93425160 .normal_ImgtextBox{border-bottom-right-radius:0px;}
#module_93425160 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_93425160 .normal_ImgtextBox{border-top-style:none;}
#module_93425160 .normal_ImgtextBox{border-top-width:0px;}
#module_93425160 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_93425160 .normal_ImgtextBox{border-right-style:none;}
#module_93425160 .normal_ImgtextBox{border-right-width:0px;}
#module_93425160 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_93425160 .normal_ImgtextBox{border-bottom-style:none;}
#module_93425160 .normal_ImgtextBox{border-bottom-width:0px;}
#module_93425160 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_93425160 .normal_ImgtextBox{border-left-style:none;}
#module_93425160 .normal_ImgtextBox{border-left-width:0px;}
#module_93425160 .showHandle .btn{font-size:14px;}
#module_93425160 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_93425160 .showHandle .btn{color:rgb(127, 127, 127);}
#module_93425160 .showHandle .btn{font-weight:400;}
#module_93425160 .showHandle .btn{text-decoration:none;}
#module_93425160 .showHandle .btn{font-style:normal;}
#module_93425160 .showHandle div{border-top-color:#ddd !important;}
#module_93425160 .showHandle div{border-top-style:solid !important;}
#module_93425160 .showHandle div{border-top-width:0px !important;}
#module_93425160 .showHandle{background-color:transparent;}
#module_93425160 .showHandle{background-image:none;}
#module_93425160 .showHandle{background-repeat:no-repeat;}
#module_93425160 .showHandle{}
#module_93425160 .showHandle{}
#module_93425160 .showHandle{}
#module_93425160 .normal_ImgtextBox:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_93425160 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_93425160 .normal_ImgtextBox:hover{border-top-style:none;}
#module_93425160 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_93425160 .normal_ImgtextBox:hover{border-right-style:none;}
#module_93425160 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_93425160 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_93425160 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_93425160 .normal_ImgtextBox:hover{border-left-style:none;}
#module_93425160 a{font-size:unset;font-family:unset}

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

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

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

.module_93423764 .ModuleHead .HeadCenter{float:none;}
#module_93423764 {
padding:0px;
}
#module_93423764 {
position:static;
z-index:0;
top:3464px;
left:662px;
width:100%;
height: auto;
}
#module_93423764 .ModuleHead93423764 {
display:none;
}
#module_93423764 .BodyCenter.BodyCenter93423764 {
background:none;background-color:rgba(0,0,0,0);
}
#module_93423764 >.module_93423764 {
border-top-style:solid;
border-top-color:rgba(0,0,0,0);
border-top-width:0px;
border-left-style:solid;
border-left-color:#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(237, 237, 237);
border-bottom-width:1px;
}
#module_93423764 >.module_93423764{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93423764 .BodyCenter.BodyCenter93423764 {
padding-top:1.2733%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2733%;
}
}
@media screen and (max-width: 767px){
#module_93423764 .BodyCenter.BodyCenter93423764 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_93423764 >.module_93423764 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93423764 >.module_93423764 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_93423764 >.module_93423764 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93423764:hover {
border:none;
}
#module_93423764:hover >.module_93423764 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_93425164 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_93425164 .GraphicUpper .TextImage{border-top-right-radius:1px;}
#module_93425164 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_93425164 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_93425164 .GraphicUpper .TextImage{padding-top:18px;}
#module_93425164 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_93425164 .GraphicUpper .TextImage{padding-left:0px;}
#module_93425164 .GraphicUpper .TextImage{padding-right:0px;}
#module_93425164 .GraphicUpper .TextImage{width:56%;}
#module_93425164 .GraphicUpper .MobileTextImage{width:60%;}
#module_93425164 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_93425164 .ModuleImageTextGiantContent{padding-top:18px;}
#module_93425164 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_93425164 .ModuleImageTextGiantContent{padding-left:0px;}
#module_93425164 .ModuleImageTextGiantContent{padding-right:0px;}
#module_93425164 .normal_ImgtextBox{padding-top:0px;}
#module_93425164 .normal_ImgtextBox{padding-bottom:0px;}
#module_93425164 .normal_ImgtextBox{padding-left:0px;}
#module_93425164 .normal_ImgtextBox{padding-right:0px;}
#module_93425164 .normal_ImgtextBox{margin-top:0px;margin-bottom:0px;}
#module_93425164 .normal_ImgtextBox.col-lg-6 {margin-right:0px; width:calc((99% - 0px * 5)/ 6)} #module_93425164 .normal_ImgtextBox.col-lg-5 {margin-right:0px; width:calc((99% - 0px * 4)/ 5)} #module_93425164 .normal_ImgtextBox.col-lg-4 {margin-right:0px; width:calc((99% - 0px * 3)/ 4)} #module_93425164 .normal_ImgtextBox.col-lg-3 {margin-right:0px; width:calc((99% - 0px * 2)/ 3)} #module_93425164 .normal_ImgtextBox.col-lg-2 {margin-right:0px; width:calc((99% - 0px)/ 2)}  #module_93425164 .MobileImgtextBox{margin-right:0px;margin-left:0; width:calc((99% - 0px) / 2);}
#module_93425164 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_93425164 .normal_ImgtextBox{background-color:transparent;}
#module_93425164 .normal_ImgtextBox{background-image:none;}
#module_93425164 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_93425164 .normal_ImgtextBox{background-position:0% 0%;}
#module_93425164 .normal_ImgtextBox{background-attachment:none;}
#module_93425164 .normal_ImgtextBox{}
#module_93425164 .normal_ImgtextBox{border-top-left-radius:0px;}
#module_93425164 .normal_ImgtextBox{border-top-right-radius:0px;}
#module_93425164 .normal_ImgtextBox{border-bottom-left-radius:0px;}
#module_93425164 .normal_ImgtextBox{border-bottom-right-radius:0px;}
#module_93425164 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_93425164 .normal_ImgtextBox{border-top-style:none;}
#module_93425164 .normal_ImgtextBox{border-top-width:0px;}
#module_93425164 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_93425164 .normal_ImgtextBox{border-right-style:none;}
#module_93425164 .normal_ImgtextBox{border-right-width:0px;}
#module_93425164 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_93425164 .normal_ImgtextBox{border-bottom-style:none;}
#module_93425164 .normal_ImgtextBox{border-bottom-width:0px;}
#module_93425164 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_93425164 .normal_ImgtextBox{border-left-style:none;}
#module_93425164 .normal_ImgtextBox{border-left-width:0px;}
#module_93425164 .showHandle .btn{font-size:14px;}
#module_93425164 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_93425164 .showHandle .btn{color:rgb(127, 127, 127);}
#module_93425164 .showHandle .btn{font-weight:400;}
#module_93425164 .showHandle .btn{text-decoration:none;}
#module_93425164 .showHandle .btn{font-style:normal;}
#module_93425164 .showHandle div{border-top-color:#ddd !important;}
#module_93425164 .showHandle div{border-top-style:solid !important;}
#module_93425164 .showHandle div{border-top-width:0px !important;}
#module_93425164 .showHandle{background-color:transparent;}
#module_93425164 .showHandle{background-image:none;}
#module_93425164 .showHandle{background-repeat:no-repeat;}
#module_93425164 .showHandle{}
#module_93425164 .showHandle{}
#module_93425164 .showHandle{}
#module_93425164 .normal_ImgtextBox:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_93425164 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_93425164 .normal_ImgtextBox:hover{border-top-style:none;}
#module_93425164 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_93425164 .normal_ImgtextBox:hover{border-right-style:none;}
#module_93425164 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_93425164 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_93425164 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_93425164 .normal_ImgtextBox:hover{border-left-style:none;}
#module_93425164 a{font-size:unset;font-family:unset}


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

#module_356904477 .ModuleSubContainer{background-color:transparent;}
#module_356904477 .ModuleSubContainer{background-image:none;}
#module_356904477 .ModuleSubContainer{background-repeat:no-repeat;}
#module_356904477 .ModuleSubContainer{background-position:0% 0%;}
#module_356904477 .ModuleSubContainer{background-attachment:scroll;}
#module_356904477 .ModuleSubContainer{}
#module_356904477 {!bgVideo!}{bgVideoUrl:none}
#module_356904477 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_356904477 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_356904477 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer356904477 {}
.ModuleGridContainer.ModuleGridContainer356904477 .SubPadding {width:0px;}
/*图文模块 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_356904489 .ModuleHead .HeadCenter{float:none;}
#module_356904489 {
padding:0px;
}
#module_356904489 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_356904489 .ModuleHead356904489 {
display:none;
}
#module_356904489 .BodyCenter.BodyCenter356904489 {
background:none;background-color:rgb(255, 255, 255);
}
#module_356904489 >.module_356904489 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_356904489 >.module_356904489{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_356904489 .BodyCenter.BodyCenter356904489 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_356904489 .BodyCenter.BodyCenter356904489 {
padding-top:8.7719%;
padding-left:8.7719%;
padding-right:8.7719%;
padding-bottom:8.7719%;
}
}
@media screen and (min-width: 768px){
#module_356904489 >.module_356904489 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_356904489 >.module_356904489 {
margin-top:2.9240%;
margin-left:7.6023%;
margin-right:1.7544%;
margin-bottom:2.9240%;
}
}
#module_356904489 >.module_356904489 {box-shadow: 1px 2px 8px 0px rgb(239, 239, 239);transition: box-shadow 0.5s ease 0s;}
#module_356904489:hover {
border:none;
}
#module_356904489:hover >.module_356904489 {box-shadow: 1px 2px 9px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

#module_356904489 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_356904489 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_356904489 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_356904489 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_356904489 .GraphicUpper .TextImage{margin-top:0px;}
#module_356904489 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_356904489 .GraphicUpper .TextImage{margin-left:0px;}
#module_356904489 .GraphicUpper .TextImage{margin-right:0px;}
#module_356904489 .TextImage{width:50%;}
#module_356904489 .MobileTextImage{width:70%;}
#module_356904489 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_356904489 .imageTextGiant-Container{padding-top:10px;}
#module_356904489 .imageTextGiant-Container{padding-bottom:10px;}
#module_356904489 .imageTextGiant-Container{padding-left:10px;}
#module_356904489 .imageTextGiant-Container{padding-right:10px;}
#module_356904489 .ModuleImageTextGiantContent{padding-top:0px;}
#module_356904489 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_356904489 .ModuleImageTextGiantContent{padding-left:0px;}
#module_356904489 .ModuleImageTextGiantContent{padding-right:0px;}
#module_356904489 .imageTextGiant-Container{padding-top:0px;}
#module_356904489 .imageTextGiant-Container{padding-bottom:0px;}
#module_356904489 .imageTextGiant-Container{padding-left:0px;}
#module_356904489 .imageTextGiant-Container{padding-right:0px;}
#module_356904489 .showHandle .btn{font-size:14px;}
#module_356904489 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_356904489 .showHandle .btn{color:#333;}
#module_356904489 .showHandle .btn{font-weight:400;}
#module_356904489 .showHandle .btn{text-decoration:none;}
#module_356904489 .showHandle .btn{font-style:normal;}
#module_356904489 .showHandle div{border-top-color:#ddd !important;}
#module_356904489 .showHandle div{border-top-style:solid !important;}
#module_356904489 .showHandle div{border-top-width:1px !important;}
#module_356904489 .showHandle{background-color:transparent;}
#module_356904489 .showHandle{background-image:none;}
#module_356904489 .showHandle{background-repeat:no-repeat;}
#module_356904489 .showHandle{}
#module_356904489 .showHandle{}
#module_356904489 .showHandle{}
#module_356904489 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer356904477 #Sub356904477_1 {width:25%;}
.module_356904493 .ModuleHead .HeadCenter{float:none;}
#module_356904493 {
padding:0px;
}
#module_356904493 {
position:static;
z-index:0;
top:30px;
left:-54px;
width:100%;
height: auto;
}
#module_356904493 .ModuleHead356904493 {
display:none;
}
#module_356904493 .BodyCenter.BodyCenter356904493 {
background:none;background-color:rgb(255, 255, 255);
}
#module_356904493 >.module_356904493 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_356904493 >.module_356904493{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_356904493 .BodyCenter.BodyCenter356904493 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_356904493 .BodyCenter.BodyCenter356904493 {
padding-top:8.7719%;
padding-left:8.7719%;
padding-right:8.7719%;
padding-bottom:8.7719%;
}
}
@media screen and (min-width: 768px){
#module_356904493 >.module_356904493 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_356904493 >.module_356904493 {
margin-top:2.9240%;
margin-left:1.7544%;
margin-right:7.6023%;
margin-bottom:2.9240%;
}
}
#module_356904493 >.module_356904493 {box-shadow: 1px 2px 9px 0px rgb(239, 239, 239);transition: box-shadow 0.5s ease 0s;}
#module_356904493:hover {
border:none;
}
#module_356904493:hover >.module_356904493 {box-shadow: 1px 2px 9px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

#module_356904493 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_356904493 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_356904493 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_356904493 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_356904493 .GraphicUpper .TextImage{margin-top:0px;}
#module_356904493 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_356904493 .GraphicUpper .TextImage{margin-left:0px;}
#module_356904493 .GraphicUpper .TextImage{margin-right:0px;}
#module_356904493 .TextImage{width:50%;}
#module_356904493 .MobileTextImage{width:71%;}
#module_356904493 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_356904493 .imageTextGiant-Container{padding-top:10px;}
#module_356904493 .imageTextGiant-Container{padding-bottom:10px;}
#module_356904493 .imageTextGiant-Container{padding-left:10px;}
#module_356904493 .imageTextGiant-Container{padding-right:10px;}
#module_356904493 .ModuleImageTextGiantContent{padding-top:0px;}
#module_356904493 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_356904493 .ModuleImageTextGiantContent{padding-left:0px;}
#module_356904493 .ModuleImageTextGiantContent{padding-right:0px;}
#module_356904493 .imageTextGiant-Container{padding-top:0px;}
#module_356904493 .imageTextGiant-Container{padding-bottom:0px;}
#module_356904493 .imageTextGiant-Container{padding-left:0px;}
#module_356904493 .imageTextGiant-Container{padding-right:0px;}
#module_356904493 .showHandle .btn{font-size:14px;}
#module_356904493 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_356904493 .showHandle .btn{color:#333;}
#module_356904493 .showHandle .btn{font-weight:400;}
#module_356904493 .showHandle .btn{text-decoration:none;}
#module_356904493 .showHandle .btn{font-style:normal;}
#module_356904493 .showHandle div{border-top-color:#ddd !important;}
#module_356904493 .showHandle div{border-top-style:solid !important;}
#module_356904493 .showHandle div{border-top-width:1px !important;}
#module_356904493 .showHandle{background-color:transparent;}
#module_356904493 .showHandle{background-image:none;}
#module_356904493 .showHandle{background-repeat:no-repeat;}
#module_356904493 .showHandle{}
#module_356904493 .showHandle{}
#module_356904493 .showHandle{}
#module_356904493 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer356904477 #Sub356904477_2 {width:25%;}
.module_356904494 .ModuleHead .HeadCenter{float:none;}
#module_356904494 {
padding:0px;
}
#module_356904494 {
position:static;
z-index:0;
top:929px;
left:67px;
width:100%;
height: auto;
}
#module_356904494 .ModuleHead356904494 {
display:none;
}
#module_356904494 .BodyCenter.BodyCenter356904494 {
background:none;background-color:rgb(255, 255, 255);
}
#module_356904494 >.module_356904494 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_356904494 >.module_356904494{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_356904494 .BodyCenter.BodyCenter356904494 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_356904494 .BodyCenter.BodyCenter356904494 {
padding-top:8.7719%;
padding-left:8.7719%;
padding-right:8.7719%;
padding-bottom:8.7719%;
}
}
@media screen and (min-width: 768px){
#module_356904494 >.module_356904494 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_356904494 >.module_356904494 {
margin-top:1.7544%;
margin-left:7.6023%;
margin-right:1.7544%;
margin-bottom:2.9240%;
}
}
#module_356904494 >.module_356904494 {box-shadow: 1px 2px 9px 0px rgb(239, 239, 239);transition: box-shadow 0.5s ease 0s;}
#module_356904494:hover {
border:none;
}
#module_356904494:hover >.module_356904494 {box-shadow: 1px 2px 9px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

#module_356904494 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_356904494 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_356904494 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_356904494 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_356904494 .GraphicUpper .TextImage{margin-top:0px;}
#module_356904494 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_356904494 .GraphicUpper .TextImage{margin-left:0px;}
#module_356904494 .GraphicUpper .TextImage{margin-right:0px;}
#module_356904494 .TextImage{width:50%;}
#module_356904494 .MobileTextImage{width:70%;}
#module_356904494 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_356904494 .imageTextGiant-Container{padding-top:10px;}
#module_356904494 .imageTextGiant-Container{padding-bottom:10px;}
#module_356904494 .imageTextGiant-Container{padding-left:10px;}
#module_356904494 .imageTextGiant-Container{padding-right:10px;}
#module_356904494 .ModuleImageTextGiantContent{padding-top:0px;}
#module_356904494 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_356904494 .ModuleImageTextGiantContent{padding-left:0px;}
#module_356904494 .ModuleImageTextGiantContent{padding-right:0px;}
#module_356904494 .imageTextGiant-Container{padding-top:0px;}
#module_356904494 .imageTextGiant-Container{padding-bottom:0px;}
#module_356904494 .imageTextGiant-Container{padding-left:0px;}
#module_356904494 .imageTextGiant-Container{padding-right:0px;}
#module_356904494 .showHandle .btn{font-size:14px;}
#module_356904494 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_356904494 .showHandle .btn{color:#333;}
#module_356904494 .showHandle .btn{font-weight:400;}
#module_356904494 .showHandle .btn{text-decoration:none;}
#module_356904494 .showHandle .btn{font-style:normal;}
#module_356904494 .showHandle div{border-top-color:#ddd !important;}
#module_356904494 .showHandle div{border-top-style:solid !important;}
#module_356904494 .showHandle div{border-top-width:1px !important;}
#module_356904494 .showHandle{background-color:transparent;}
#module_356904494 .showHandle{background-image:none;}
#module_356904494 .showHandle{background-repeat:no-repeat;}
#module_356904494 .showHandle{}
#module_356904494 .showHandle{}
#module_356904494 .showHandle{}
#module_356904494 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer356904477 #Sub356904477_3 {width:25%;}
.module_356904497 .ModuleHead .HeadCenter{float:none;}
#module_356904497 {
padding:0px;
}
#module_356904497 {
position:static;
z-index:0;
top:959px;
left:241px;
width:100%;
height: auto;
}
#module_356904497 .ModuleHead356904497 {
display:none;
}
#module_356904497 .BodyCenter.BodyCenter356904497 {
background:none;background-color:rgb(255, 255, 255);
}
#module_356904497 >.module_356904497 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_356904497 >.module_356904497{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
@media screen and (min-width: 768px){
#module_356904497 .BodyCenter.BodyCenter356904497 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_356904497 .BodyCenter.BodyCenter356904497 {
padding-top:8.7719%;
padding-left:8.7719%;
padding-right:8.7719%;
padding-bottom:8.7719%;
}
}
@media screen and (min-width: 768px){
#module_356904497 >.module_356904497 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_356904497 >.module_356904497 {
margin-top:1.7544%;
margin-left:1.7544%;
margin-right:7.6023%;
margin-bottom:2.9240%;
}
}
#module_356904497 >.module_356904497 {box-shadow: 1px 2px 9px 0px rgb(239, 239, 239);transition: box-shadow 0.5s ease 0s;}
#module_356904497:hover {
border:none;
}
#module_356904497:hover >.module_356904497 {box-shadow: 1px 2px 9px 0px rgb(242, 242, 242);transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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



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

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

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

#module_165258964 .ModuleImageTextGiantContent{margin-top:0px;}
#module_165258964 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_165258964 .ModuleImageTextGiantContent{margin-left:0px;}
#module_165258964 .ModuleImageTextGiantContent{margin-right:0px;}
#module_165258964 .imageTextGiant-Container{padding-top:0px;}
#module_165258964 .imageTextGiant-Container{padding-bottom:0px;}
#module_165258964 .imageTextGiant-Container{padding-left:0px;}
#module_165258964 .imageTextGiant-Container{padding-right:0px;}
#module_165258964 .showHandle .btn{font-size:14px;}
#module_165258964 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_165258964 .showHandle .btn{color:#333;}
#module_165258964 .showHandle .btn{font-weight:400;}
#module_165258964 .showHandle .btn{text-decoration:none;}
#module_165258964 .showHandle .btn{font-style:normal;}
#module_165258964 .showHandle div{border-top-color:#ddd !important;}
#module_165258964 .showHandle div{border-top-style:solid !important;}
#module_165258964 .showHandle div{border-top-width:1px !important;}
#module_165258964 .showHandle{background-color:transparent;}
#module_165258964 .showHandle{background-image:none;}
#module_165258964 .showHandle{background-repeat:no-repeat;}
#module_165258964 .showHandle{}
#module_165258964 .showHandle{}
#module_165258964 .showHandle{}
#module_165258964 a{font-size:unset;font-family:unset}
.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-row {
	display: flex;
	margin: auto;
	padding-top: 10px;
}

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

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

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

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

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

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

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

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

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

/*平板横屏*/
/*@media (min-width:992px) and (max-width: 1199px) {*/
	/*.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-item {*/
		/*height: auto;*/
	/*}*/

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

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

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

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

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

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

/*平板竖屏、手机屏幕*/
/*@media (max-width: 991px) {*/
	/**/
/*}*/

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

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

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

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

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

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

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

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

	.ModuleDigitalIncreaseGiant.layout-101 .digitalIncreaseGiant-Container .digital-title {
		margin-top: 5pt;
		font-size: 14px;
	}
}.module_165258969 .ModuleHead .HeadCenter{float:none;}
#module_165258969 {
padding:0px;
}
#module_165258969 {
position:static;
z-index:0;
top:43px;
left:-18px;
width:100%;
height: auto;
}
#module_165258969 .ModuleHead165258969 {
display:none;
}
#module_165258969 .BodyCenter.BodyCenter165258969 {
background:none;background-color:rgba(0,0,0,0);
}
#module_165258969 >.module_165258969 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_165258969 >.module_165258969{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_165258969 .BodyCenter.BodyCenter165258969 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.6667%;
}
}
@media screen and (max-width: 767px){
#module_165258969 .BodyCenter.BodyCenter165258969 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.5188%;
}
}
@media screen and (min-width: 768px){
#module_165258969 >.module_165258969 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_165258969 >.module_165258969 {
margin-top:10.5263%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_165258969 >.module_165258969 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_165258969:hover {
border:none;
}
#module_165258969:hover >.module_165258969 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#module_98729607 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_98729607 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_98729607 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_98729607 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_98729607 .GraphicUpper{padding-top:0px;}
#module_98729607 .GraphicUpper{padding-bottom:0px;}
#module_98729607 .GraphicUpper{padding-left:0px;}
#module_98729607 .GraphicUpper {padding-right:0px;}
#module_98729607 .GraphicUpper{width:28%;} #module_98729607 .ModuleImageTextContent{width: calc(100% - 28%);}
#module_98729607 .MobileGraphicUpper{width:10%;} #module_98729607 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_98729607 .ModuleImageTextGiantContent{padding-top:0px;}
#module_98729607 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_98729607 .ModuleImageTextGiantContent{padding-left:15px;}
#module_98729607 .ModuleImageTextGiantContent{padding-right:0px;}
#module_98729607 .normal_ImgtextBox_content{padding-top:0px;}
#module_98729607 .normal_ImgtextBox_content{padding-bottom:30px;}
#module_98729607 .normal_ImgtextBox_content{padding-left:0px;}
#module_98729607 .normal_ImgtextBox_content{padding-right:0px;}
#module_98729607 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_98729607 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_98729607 .normal_ImgtextBox_content{background-color:transparent;}
#module_98729607 .normal_ImgtextBox_content{background-image:none;}
#module_98729607 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_98729607 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_98729607 .normal_ImgtextBox_content{background-attachment:none;}
#module_98729607 .normal_ImgtextBox_content{}
#module_98729607 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_98729607 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_98729607 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_98729607 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_98729607 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_98729607 .normal_ImgtextBox_content{border-top-style:none;}
#module_98729607 .normal_ImgtextBox_content{border-top-width:0px;}
#module_98729607 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_98729607 .normal_ImgtextBox_content{border-right-style:none;}
#module_98729607 .normal_ImgtextBox_content{border-right-width:0px;}
#module_98729607 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_98729607 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_98729607 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_98729607 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_98729607 .normal_ImgtextBox_content{border-left-style:none;}
#module_98729607 .normal_ImgtextBox_content{border-left-width:0px;}
#module_98729607 .showHandle .btn{font-size:14px;}
#module_98729607 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98729607 .showHandle .btn{color:#333;}
#module_98729607 .showHandle .btn{font-weight:400;}
#module_98729607 .showHandle .btn{text-decoration:none;}
#module_98729607 .showHandle .btn{font-style:normal;}
#module_98729607 .showHandle div{border-top-color:#ddd !important;}
#module_98729607 .showHandle div{border-top-style:solid !important;}
#module_98729607 .showHandle div{border-top-width:1px !important;}
#module_98729607 .showHandle{background-color:transparent;}
#module_98729607 .showHandle{background-image:none;}
#module_98729607 .showHandle{background-repeat:no-repeat;}
#module_98729607 .showHandle{}
#module_98729607 .showHandle{}
#module_98729607 .showHandle{}
#module_98729607 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_98729607 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_98729607 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_98729607 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_98729607 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_98729607 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_98729607 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_98729607 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_98729607 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_98729607 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer98729579 #Sub98729579_4 {width:25.0000%;}
.module_93417823 .ModuleHead .HeadCenter{float:none;}
#module_93417823 {
padding:0px;
}
#module_93417823 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_93417823 .ModuleHead93417823 {
display:none;
}
#module_93417823 .BodyCenter.BodyCenter93417823 {
background-color:transparent;
background-image:url(../comdata/82544/202012/20201219213502720d26.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_93417823 >.module_93417823 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93417823 >.module_93417823{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93417823 .BodyCenter.BodyCenter93417823 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93417823 .BodyCenter.BodyCenter93417823 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_93417823 >.module_93417823 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93417823 >.module_93417823 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_93417823 >.module_93417823 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93417823:hover {
border:none;
}
#module_93417823:hover >.module_93417823 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_93417861 .ModulePlainTextGiantContent{margin-top:0px;}
#module_93417861 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_93417861 .ModulePlainTextGiantContent{margin-left:0px;}
#module_93417861 .ModulePlainTextGiantContent{margin-right:0px;}
#module_93417861 .plainTextGiant-Container{padding-top:10px;}
#module_93417861 .plainTextGiant-Container{padding-bottom:10px;}
#module_93417861 .plainTextGiant-Container{padding-left:10px;}
#module_93417861 .plainTextGiant-Container{padding-right:10px;}
#module_93417861 a{font-size:unset;font-family:unset}
.module_93417879 .ModuleHead .HeadCenter{float:none;}
#module_93417879 {
padding:0px;
}
#module_93417879 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_93417879 .ModuleHead93417879 {
display:none;
}
#module_93417879 .BodyCenter.BodyCenter93417879 {
background-color:transparent;
background-image:url(../comdata/82544/202007/20200719220717573ed3.png);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_93417879 >.module_93417879 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93417879 >.module_93417879{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93417879 .BodyCenter.BodyCenter93417879 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93417879 .BodyCenter.BodyCenter93417879 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_93417879 >.module_93417879 {
margin-top:-13.8264%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93417879 >.module_93417879 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_93417879 >.module_93417879 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93417879:hover {
border:none;
}
#module_93417879:hover >.module_93417879 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

.ModuleGridContainer.ModuleGridContainer93417879 #Sub93417879_2 {width:18.0000%;}
/*轮播图样式*/
.ModuleSlideV2Giant.layout-108 .slider-layout-108 {width: 100%; height: auto; margin: auto; position: relative;}
.ModuleSlideV2Giant.layout-108 .slick-track {font-size: 0;}
.ModuleSlideV2Giant.layout-108 .slick-dotted.slick-slider {margin-bottom: 38px; padding: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-108 .slick-slide {padding: 0 15px;}
.ModuleSlideV2Giant.layout-108 .slide-box img {width: 100%;position: relative; left: 50%; transform: translate(-50%);}
.ModuleSlideV2Giant.layout-108 .slick-dots {bottom: -38px; font-size: 0;}
.ModuleSlideV2Giant.layout-108 .slick-dots li {position: relative; font-size: 0; width: 50px; height: 3px; margin-left: unset; margin-right: 15px; cursor: unset;}
.ModuleSlideV2Giant.layout-108 .slick-dots li::before {content: ''; position: absolute; z-index: 2; top: 0; left: 0; display: block; width: 100%; height: 100%; background-color: rgba(19, 157, 143, .3);}
.ModuleSlideV2Giant.layout-108 .slick-dots li:last-child {margin-right: unset;}
.ModuleSlideV2Giant.layout-108 .slick-dots li button {position: absolute; z-index: 1; width: 100%; height: 100%; border: unset; cursor: unset; padding: 0;}
.ModuleSlideV2Giant.layout-108 .slick-dots li button:before {content: unset;}
.ModuleSlideV2Giant.layout-108 .slick-dots li.slick-active button {z-index: 3; background-color: rgba(19, 157, 143, 1);}
.ModuleSlideV2Giant.layout-108 .slick-dots li.lineJia button {z-index: 3; background-color: rgba(19, 157, 143, 1); -moz-animation: lineJia .5s 1 linear; -webkit-animation: lineJia .5s 1 linear; animation: lineJia .5s 1 linear;}
.ModuleSlideV2Giant.layout-108 .slick-dots li.lineJian button { opacity: 0; z-index: 3; background-color: rgba(19, 157, 143, 1); right: 0; -moz-animation: lineJian .5s 1 linear; -webkit-animation: lineJian .5s 1 linear; animation: lineJian .5s 1 linear;}
.ModuleSlideV2Giant.layout-108 .slick-prev, .ModuleSlideV2Giant.layout-108 .slick-next {font-size: 0; z-index: 1; width: 60px; height: 60px; background-color: #139d8f; border-radius: 60px; line-height: 1;}
.ModuleSlideV2Giant.layout-108 .slick-prev {left: 15%;}
.ModuleSlideV2Giant.layout-108 .slick-next {right: 15%;}
.ModuleSlideV2Giant.layout-108 .slick-prev:before,
.ModuleSlideV2Giant.layout-108 .slick-next:before,
.ModuleSlideV2Giant.layout-108 .slick-prev:after,
.ModuleSlideV2Giant.layout-108 .slick-next:after {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; color: #fff; font-family: Microsoft YaHei,SimSun,Arial; font-size: 20px; line-height: 1; -webkit-font-smoothing: antialiased;}
.ModuleSlideV2Giant.layout-108 .slick-prev:before,
.ModuleSlideV2Giant.layout-108 .slick-next:before {opacity: 1;}
.ModuleSlideV2Giant.layout-108 .slick-prev:after,
.ModuleSlideV2Giant.layout-108 .slick-next:after {opacity: 0;}
.ModuleSlideV2Giant.layout-108 .slick-prev:after {content: '←'; left: 85%;}
.ModuleSlideV2Giant.layout-108 .slick-next:after {content: '→'; left: 16%;}
.ModuleSlideV2Giant.layout-108 .slick-prev:hover:before {opacity: 0; left: 16%}
.ModuleSlideV2Giant.layout-108 .slick-next:hover:before {opacity: 0; left: 85%;}
.ModuleSlideV2Giant.layout-108 .slick-prev:hover:after, .ModuleSlideV2Giant.layout-108 .slick-next:hover:after {opacity: 1; left: 50%;}

@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-108 .slick-dots {bottom: -32px}
    .ModuleSlideV2Giant.layout-108 .slick-prev .slick-arrow {width: 3.8rem;height: 3.8rem;}
    .ModuleSlideV2Giant.layout-108 .slick-next:after, .ModuleSlideV2Giant.layout-108 .slick-prev:after{font-size: 1.4rem;}
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-108 .slick-dots {bottom: -25px}
    .ModuleSlideV2Giant.layout-108 .slick-prev .slick-arrow {width: 3.8rem;height: 3.8rem;}
    .ModuleSlideV2Giant.layout-108 .slick-next:after, .ModuleSlideV2Giant.layout-108 .slick-prev:after{font-size: 1.2;}
    .ModuleSlideV2Giant.layout-108 .slick-dots li{width: 40px; height: 2px;}
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-108 .slick-prev,.ModuleSlideV2Giant.layout-108 .slick-next{width: 2.6rem  !important; height: 2.6rem  !important;border-radius: 2.6rem  !important;}
    .ModuleSlideV2Giant.layout-108 .slick-next:after{ font-size: 1rem;bottom: -20px}
}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-108 .slick-list {padding: 0 6.13% !important;}
    .ModuleSlideV2Giant.layout-108 .slick-dotted.slick-slider {margin-bottom: 18px;}
    .ModuleSlideV2Giant.layout-108 .slick-slide {padding: 0 5px;}
    .ModuleSlideV2Giant.layout-108 .slick-dots {bottom: -18px; font-size: 0;}
    .ModuleSlideV2Giant.layout-108 .slick-dots li {width: 25px; margin-right: 8px;}
    .ModuleSlideV2Giant.layout-108 .slick-prev, .ModuleSlideV2Giant.layout-108 .slick-next {display: none !important;}
}.module_98729612 .ModuleHead .HeadCenter{float:none;}
#module_98729612 {
padding:0px;
}
#module_98729612 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_98729612 .ModuleHead98729612 {
display:none;
}
#module_98729612 .BodyCenter.BodyCenter98729612 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98729612 >.module_98729612 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98729612 >.module_98729612{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98729612 .BodyCenter.BodyCenter98729612 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98729612 .BodyCenter.BodyCenter98729612 {
padding-top:5.4496%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.0872%;
}
}
@media screen and (min-width: 768px){
#module_98729612 >.module_98729612 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_98729612 >.module_98729612 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98729612 >.module_98729612 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98729612:hover {
border:none;
}
#module_98729612:hover >.module_98729612 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98729612 .slick-dots li::before{background-color:rgba(102, 102, 102, .3);}
#module_98729612 .slick-prev:before, #module_98729612 .slick-next:before{color:#666;}
#module_98729612 .slick-prev, #module_98729612 .slick-next {background-color:rgba(255, 255, 255, 1);}
#module_98729612 .slick-dots li.slick-active button, #module_98729612 .slick-dots li.lineJia button, #module_98729612 .slick-dots li.lineJian button{background-color:rgba(102, 102, 102, 1);}
#module_98729612 .slick-prev:after, #module_98729612 .slick-next:after{color:#666;}
#module_98729612 .slick-prev:hover, #module_98729612 .slick-next:hover{background-color:rgba(255, 255, 255, 1);}
#module_98729612 .SubContainer {}
.module_24583976 .ModuleHead .HeadCenter{float:none;}
#module_24583976 {
padding:0px;
}
#module_24583976 {
position:static;
z-index:0;
top:2748px;
left:193px;
width:100%;
height: auto;
}
#module_24583976 .ModuleHead24583976 {
display:none;
}
#module_24583976 .BodyCenter.BodyCenter24583976 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24583976 >.module_24583976 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_24583976 >.module_24583976{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24583976 .BodyCenter.BodyCenter24583976 {
padding-top:1.0718%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0718%;
}
}
@media screen and (max-width: 767px){
#module_24583976 .BodyCenter.BodyCenter24583976 {
padding-top:9.8039%;
padding-left:9.8039%;
padding-right:0.0000%;
padding-bottom:9.8039%;
}
}
@media screen and (min-width: 768px){
#module_24583976 >.module_24583976 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24583976 >.module_24583976 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_24583976 >.module_24583976 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24583976:hover {
border:none;
}
#module_24583976:hover >.module_24583976 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

#module_353618444 .ModuleImageTextGiantContent{margin-top:0px;}
#module_353618444 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_353618444 .ModuleImageTextGiantContent{margin-left:0px;}
#module_353618444 .ModuleImageTextGiantContent{margin-right:0px;}
#module_353618444 .imageTextGiant-Container{padding-top:0px;}
#module_353618444 .imageTextGiant-Container{padding-bottom:0px;}
#module_353618444 .imageTextGiant-Container{padding-left:0px;}
#module_353618444 .imageTextGiant-Container{padding-right:0px;}
#module_353618444 .showHandle .btn{font-size:14px;}
#module_353618444 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_353618444 .showHandle .btn{color:#333;}
#module_353618444 .showHandle .btn{font-weight:400;}
#module_353618444 .showHandle .btn{text-decoration:none;}
#module_353618444 .showHandle .btn{font-style:normal;}
#module_353618444 .showHandle div{border-top-color:#ddd !important;}
#module_353618444 .showHandle div{border-top-style:solid !important;}
#module_353618444 .showHandle div{border-top-width:1px !important;}
#module_353618444 .showHandle{background-color:transparent;}
#module_353618444 .showHandle{background-image:none;}
#module_353618444 .showHandle{background-repeat:no-repeat;}
#module_353618444 .showHandle{}
#module_353618444 .showHandle{}
#module_353618444 .showHandle{}
#module_353618444 a{font-size:unset;font-family:unset}/*新验证码开始*/
.ModuleCustomFormGiant.layout-101 .vciline{
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine1 {
     display: none;
}
.ModuleCustomFormGiant.layout-101 .VCClose:hover .VCLine2 {
   transform: rotate(180deg);
   transition:all 0.5s;
}
.ModuleCustomFormGiant.layout-101 .VCClose{
    position: relative;
    margin-right: 20px;
    width: 30px;
    float: right;
    margin-top: 17px;
    height: 30px;
    cursor: pointer;
}
.ModuleCustomFormGiant.layout-101 .VCLine1{
     border-top:#ccc solid 2px;
     width: 18px;
     transform: rotate(45deg);
     right: 0;
     position: absolute;
     top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCLine2{
    border-top:#ccc solid 2px;
    width: 18px;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    top: 9px;

}
.ModuleCustomFormGiant.layout-101 .VCTitle{
    color:#333;
    font-size:20px;
    font-weight: bold;
    margin-top: 41px;
    margin-bottom: 25px;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn{
     margin-top: 22px;
     text-align: right;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn1{

    width: 80px;
    height: 36px;
    background: #1e88e5;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcbtn2{
    width: 80px;
    height: 36px;
    background: #fff;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #666666 ;
    border: 1px #ccc solid;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput::placeholder{
    color:#999999
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .vcinput{
     border:none;
     padding: 20px 0 ;
     background: #fff !important;
     border-bottom: solid #ccc 1px;
     color: #666;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .changebtn{
      text-align: right;
      display: block;

}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv .VerificationCode{
    width: 100%;
    height: 100px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodecontext{
    padding:0 33px;
}
.ModuleCustomFormGiant.layout-101 .VerificationCodediv{

    position: absolute;
    bottom: 0;
    z-index: 12;
    background: #fff;
    transform: translate(-50%,-50%);
    top:auto;
    left: 50%;
    max-width: 350px;
    height: 380px;
    border-radius: 6px;
    box-shadow: 9.9px 9.9px 49px 0px rgba(0,0,0,0.11);
    display: none;
    width: 100%;
}
/*新验证码结束*/
.ModuleCustomFormGiant.layout-101 .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: normal;
    min-height: 30px;
}

.ModuleCustomFormGiant.layout-101 .from-Describe {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 15px;
    display: flex;
    align-content: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 input[type=text] {
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    width: 100%;
    padding: 0 10px 0 16px;
    box-sizing: border-box;
    min-height: 30px;
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 textarea {
    -webkit-appearance: none;
}
.ModuleCustomFormGiant.layout-101 .pcCitybox {
    display: -webkit-flex;
    /* Safari */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 .customFormicon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block !important
}

/* .ModuleCustomFormGiant.layout-101 .Select_Simulate li:hover {
    color: #fff;
} */
.ModuleCustomFormGiant.layout-101 label{
    line-height: 2;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate.layout1 .frist_item {

    height: 38px;
    line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .smsvaldatebox{
    height: 40px;
    line-height: 40px;
}
.ModuleCustomFormGiant.layout-101  .Browse-file {
    height: 38px;
    line-height: 38px;
 }
 .ModuleCustomFormGiant.layout-101 .Browse-img {
    height: 80px;

 }
.ModuleCustomFormGiant.layout-101 .multi-row-text
{
    border-radius: 0;
}
.ModuleCustomFormGiant.layout-101 .Form-list {
    width: 100%;
    padding-top: 20px;
}
.ModuleCustomFormGiant.layout-101 .areabox .area{
  height: 38px;
  line-height: 38px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item{
    padding: 0 16px;
}
.ModuleCustomFormGiant.layout-101 .Select_Simulate .xilaImg {
    float: right;
    margin-top: 16px;
    /* margin-right:16px */
}

.ModuleCustomFormGiant.layout-101 .pcCitybox select {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    height: 34px;
    line-height: 34px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    cursor: pointer;
    background: url(skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right #fbfbfb;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

.ModuleCustomFormGiant.layout-101 .cityval {
    box-sizing: border-box;
    background: #fbfbfb;
    width: 100%;
    text-align: left;
}

.ModuleCustomFormGiant.layout-101 .choose-time-mobile {
    font-size: 14px;
}

.ModuleCustomFormGiant.layout-101 .pcCitybox .Couty-select {
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-101 .submitbtn {
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin-top: 8px
}

.ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
    width: 188px;
    line-height: 34px;
    margin-right: 10px;
    float: left;
    min-height: 36px;
}

.ModuleCustomFormGiant.layout-101 .VerificationCode {
    width: 86px;
    height: 34px;
    float: left;
}

.ModuleCustomFormGiant.layout-101 .Browse-file-input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
}

.ModuleCustomFormGiant.layout-101 .file-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-101 .Browse-file {
    /* width: 90px; height: 32px; line-height: 32px;*/
    color: #333;
    background: #f8f8f8;
    border: 1px solid #eee;
    font-size: 12px;
    text-align: center;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -moz-flex-grow: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-101 .Browse-file:hover {
    color: #666;
    background: #eee;
    border: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-101 .input-text-color {
    color: #333;
}

.ModuleCustomFormGiant.layout-101 .Describ-text-color {
    color: #666;
}

.ModuleCustomFormGiant.layout-101 .submibtn-color {
    color: #fff;
    background: #000;
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-101 .submibtn-color:hover {
    color: #fff;
    background: #666;
}

.ModuleCustomFormGiant.layout-101 .multi-row-text, .ModuleCustomFormGiant.layout-101 .Select_Simulate .frist_item, .ModuleCustomFormGiant.layout-101 .choose-time {
    background: #fbfbfb;
}

.ModuleCustomFormGiant.layout-101 input[type=radio]:checked, .ModuleCustomFormGiant.layout-101 input[type=checkbox]:checked {
    background: #f10215;
    border: 1px solid #f10215;
}

.ModuleCustomFormGiant.layout-101 label {
    font-weight: normal;
    color: #666
}
.ModuleCustomFormGiant.layout-101 .verticalalign{
    margin-bottom: 12px;
}
.ModuleCustomFormGiant.layout-101  .customform-upload-img-preview{
    border-radius:0
}
.ModuleCustomFormGiant.layout-101  .in-formList-checkbox{
    display: flex;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-101 .in-formList-checkbox span {
    width: calc(100% - 34px);
    display: initial;
    vertical-align: middle;
    min-width: 36px;
    flex:1;
    word-break: break-all;
}

@media screen and (max-width: 767px) {

    .ModuleCustomFormGiant.layout-101 .verticalalign  span {
        width: calc(100% - 34px);
        display: initial;
        vertical-align: middle;
        min-width: 36px;
    }
    .ModuleCustomFormGiant.layout-101 input[type=text], .ModuleCustomFormGiant.layout-101 .cityval,.ModuleCustomFormGiant.layout-101 .choose-time {
        line-height: 38px;
        height: 38px;
        min-height: 38px;
    }
    .ModuleCustomFormGiant.layout-101 input.VerificationCodeinput {
        width: 120px;
    }
    .ModuleCustomFormGiant.layout-101 .VerificationCode {
        height: 40px
    }
    .ModuleCustomFormGiant.layout-101 .ModuleCustomFormGiant .changebtn {
        line-height: 40px;
        min-height: 40px;
    }
    .ModuleCustomFormGiant.layout-101  .describe{ margin-top:10px}
    .ModuleCustomFormGiant.layout-101 .customFormTextarea{width:100%}
}

/*  新增*/

.ModuleCustomFormGiant.layout-101 .cityPickerBoxwb,.ModuleCustomFormGiant.layout-101 .cityPickerBox .cityPickerInput {
    height: 38px
}

.ModuleCustomFormGiant.layout-101 .select_box {
    display: none;
}

.ModuleCustomFormGiant.layout-101 .UploadFileSpan {
    line-height: 30px;
    font-size: 12px;
    /* border: 1px solid #e5e5e5;
    background: #fbfbfb; */
    padding: 0 10px;
    box-sizing: border-box;
    min-height: 30px;
    width: 316px;
    display: none;
    padding-left: 0px;
}

.ModuleCustomFormGiant.layout-101  .iconfont-fujian {
    font-size: 19px !important;
}
.ModuleCustomFormGiant.layout-101  .imgclose {
    right: -9px;
    position: absolute;
    top: -10px;
}
.module_353617266 .ModuleHead .HeadCenter{float:none;}
#module_353617266 {
padding:0px;
}
#module_353617266 {
position:static;
z-index:0;
top:3168px;
left:217px;
width:100%;
height: auto;
}
#module_353617266 .ModuleHead353617266 {
display:none;
}
#module_353617266 .BodyCenter.BodyCenter353617266 {
background:none;background-color:rgba(255,255,255,1);
}
#module_353617266 >.module_353617266 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_353617266 >.module_353617266{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_353617266 .BodyCenter.BodyCenter353617266 {
padding-top:0.8009%;
padding-left:0.8009%;
padding-right:0.8009%;
padding-bottom:0.8009%;
}
}
@media screen and (max-width: 767px){
#module_353617266 .BodyCenter.BodyCenter353617266 {
padding-top:4.3228%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_353617266 >.module_353617266 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_353617266 >.module_353617266 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_353617266 >.module_353617266 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_353617266:hover {
border:none;
}
#module_353617266:hover >.module_353617266 {
border-color:#ccc;
}
#module_353617266:hover >.module_353617266 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_353617266 .title{font-size:18px;}
#module_353617266 .title{font-family:微软雅黑,Microsoft YaHei;}
#module_353617266 .title{color:#333;}
#module_353617266 .title{font-weight:normal;}
#module_353617266 .title{text-decoration:none;}
#module_353617266 .title{font-style:normal;}
#module_353617266 .title{background-color:transparent;}
#module_353617266 .title{background-image:none;}
#module_353617266 .title{background-repeat:no-repeat;}
#module_353617266 .title{background-position:50% 50%;}
#module_353617266 .title{background-attachment:scroll;}
#module_353617266 .title{}
#module_353617266 .title{height:50px;line-height:50px;}
#module_353617266 .title{text-align:center;}
#module_353617266 .smsvcode,#module_353617266 .frist_item,#module_353617266 .VerificationCodeinput,#module_353617266 .customFormCheckbox,#module_353617266 input[type=radio],#module_353617266.customFormDatetime,#module_353617266 input.input-text-color,#module_353617266 .Browse-file,#module_353617266 .customFormDatetime,#module_353617266 .pcCitybox select,#module_353617266 .multi-row-text{background-color:#fbfbfb;}
#module_353617266 .smsbtn,#module_353617266 .smsvcode,#module_353617266 .frist_item,#module_353617266 .VerificationCodeinput,#module_353617266 .customFormCheckbox,#module_353617266 input[type=radio],#module_353617266 input.input-text-color,#module_353617266.customFormDatetime,#module_353617266 .Browse-file,#module_353617266 .customFormDatetime,#module_353617266 .pcCitybox select,#module_353617266 .multi-row-text{border-top-color:#e5e5e5;}
#module_353617266 .smsvcode,#module_353617266 .frist_item,#module_353617266 .VerificationCodeinput,#module_353617266 .customFormCheckbox,#module_353617266 input[type=radio],#module_353617266 input.input-text-color,#module_353617266.customFormDatetime,#module_353617266 .Browse-file,#module_353617266 .customFormDatetime,#module_353617266 .pcCitybox select,#module_353617266 .multi-row-text{border-top-style:solid;}
#module_353617266 .smsvcode,#module_353617266 .frist_item,#module_353617266 .VerificationCodeinput,#module_353617266 .customFormCheckbox,#module_353617266 input[type=radio],#module_353617266 input.input-text-color,#module_353617266.customFormDatetime,#module_353617266 .Browse-file,#module_353617266 .customFormDatetime,#module_353617266 .pcCitybox select,#module_353617266 .multi-row-text{border-top-width:1px;}
#module_353617266 .smsvcode,#module_353617266 .frist_item,#module_353617266 .VerificationCodeinput,#module_353617266 .customFormCheckbox,#module_353617266 input[type=radio],#module_353617266 input.input-text-color,#module_353617266.customFormDatetime,#module_353617266 .Browse-file,#module_353617266 .customFormDatetime,#module_353617266 .pcCitybox select,#module_353617266 .multi-row-text{border-right-color:#e5e5e5;}
#module_353617266 .smsvcode,#module_353617266 .frist_item,#module_353617266 .VerificationCodeinput,#module_353617266 .customFormCheckbox,#module_353617266 input[type=radio],#module_353617266 input.input-text-color,#module_353617266.customFormDatetime,#module_353617266 .Browse-file,#module_353617266 .customFormDatetime,#module_353617266 .pcCitybox select,#module_353617266 .multi-row-text{border-right-style:solid;}
#module_353617266 .smsvcode,#module_353617266 .frist_item,#module_353617266 .VerificationCodeinput,#module_353617266 .customFormCheckbox,#module_353617266 input[type=radio],#module_353617266 input.input-text-color,#module_353617266.customFormDatetime,#module_353617266 .Browse-file,#module_353617266 .customFormDatetime,#module_353617266 .pcCitybox select,#module_353617266 .multi-row-text{border-right-width:1px;}
#module_353617266 .smsvcode,#module_353617266 .smsvcode,#module_353617266 .frist_item,#module_353617266 .VerificationCodeinput,#module_353617266 .customFormCheckbox,#module_353617266 input[type=radio],#module_353617266 input.input-text-color,#module_353617266.customFormDatetime,#module_353617266 .Browse-file,#module_353617266 .customFormDatetime,#module_353617266 .pcCitybox select,#module_353617266 .multi-row-text{border-bottom-color:#e5e5e5;}
#module_353617266 .smsvcode,#module_353617266 .frist_item,#module_353617266 .VerificationCodeinput,#module_353617266 .customFormCheckbox,#module_353617266 input[type=radio],#module_353617266 input.input-text-color,#module_353617266.customFormDatetime,#module_353617266 .Browse-file,#module_353617266 .customFormDatetime,#module_353617266 .pcCitybox select,#module_353617266 .multi-row-text{border-bottom-style:solid;}
#module_353617266 .smsvcode,#module_353617266 .frist_item,#module_353617266 .VerificationCodeinput,#module_353617266 .customFormCheckbox,#module_353617266 input[type=radio],#module_353617266 input.input-text-color,#module_353617266.customFormDatetime,#module_353617266 .Browse-file,#module_353617266 .customFormDatetime,#module_353617266 .pcCitybox select,#module_353617266 .multi-row-text{border-bottom-width:1px;}
#module_353617266 .smsvcode,#module_353617266 .frist_item,#module_353617266 .VerificationCodeinput,#module_353617266 .customFormCheckbox,#module_353617266 input[type=radio],#module_353617266 input.input-text-color,#module_353617266.customFormDatetime,#module_353617266 .Browse-file,#module_353617266 .customFormDatetime,#module_353617266 .pcCitybox select,#module_353617266 .multi-row-text{border-left-color:#e5e5e5;}
#module_353617266 .smsvcode,#module_353617266 .frist_item,#module_353617266 .VerificationCodeinput,#module_353617266 .customFormCheckbox,#module_353617266 input[type=radio],#module_353617266 input.input-text-color,#module_353617266.customFormDatetime,#module_353617266 .Browse-file,#module_353617266 .customFormDatetime,#module_353617266 .pcCitybox select,#module_353617266 .multi-row-text{border-left-style:solid;}
#module_353617266 .smsvcode,#module_353617266 .frist_item,#module_353617266 .VerificationCodeinput,#module_353617266 .customFormCheckbox,#module_353617266 input[type=radio],#module_353617266 input.input-text-color,#module_353617266.customFormDatetime,#module_353617266 .Browse-file,#module_353617266 .customFormDatetime,#module_353617266 .pcCitybox select,#module_353617266 .multi-row-text{border-left-width:1px;}
#module_353617266 .Describ-text-color{font-size:14px;}
#module_353617266 .Describ-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_353617266 .Describ-text-color{color:#595959;}
#module_353617266 .Describ-text-color{font-weight:normal;}
#module_353617266 .Describ-text-color{text-decoration:none;}
#module_353617266 .Describ-text-color{font-style:normal;}
#module_353617266 .smsbtn,#module_353617266 .smsvcode,#module_353617266 .input-text-color{font-size:14px;}
#module_353617266 .smsbtn,#module_353617266 .smsvcode,#module_353617266 .input-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_353617266 .smsvcode,#module_353617266 .input-text-color{color:#333;} #module_353617266 .input-text-color::-ms-input-placeholder{color:#333;} #module_353617266 .input-text-color::-moz-placeholder{color:#333;} #module_353617266 .input-text-color::-webkit-input-placeholder{color:#333;} 
#module_353617266 .smsbtn,#module_353617266 .smsvcode,#module_353617266 .input-text-color{font-weight:normal;}
#module_353617266 .smsbtn,#module_353617266 .smsvcode,#module_353617266 .input-text-color{text-decoration:none;} #module_353617266 .input-text-color::-ms-input-placeholder{text-decoration:none;} #module_353617266 .input-text-color::-moz-placeholder{text-decoration:none;} #module_353617266 .input-text-color::-webkit-input-placeholder{text-decoration:none;}
#module_353617266 .smsbtn,#module_353617266 .smsvcode,#module_353617266 .input-text-color{font-style:normal;}
#module_353617266 .submitbtn{font-size:14px;}
#module_353617266 .submitbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_353617266 .submitbtn{color:#fff;}
#module_353617266 .submitbtn{font-weight:normal;}
#module_353617266 .submitbtn{text-decoration:none;}
#module_353617266 .submitbtn{font-style:normal;}
#module_353617266 .submitbtn{background-color:rgb(0, 111, 255);} #module_353617266 input[type=radio]:checked, #module_353617266 input[type=checkbox]:checked{background:rgb(0, 111, 255);border:1px solid rgb(0, 111, 255)} 
#module_353617266 .submitbtn{background-image:none;}
#module_353617266 .submitbtn{background-repeat:no-repeat;}
#module_353617266 .submitbtn{background-position:50% 50%;}
#module_353617266 .submitbtn{background-attachment:scroll;}
#module_353617266 .submitbtn{}
#module_353617266 .vcbtn1{background-color:#333333;}
#module_353617266 .vcbtn1{color:#fff;}
#module_353617266 .frist_item:hover,#module_353617266 .VerificationCodeinput:hover,#module_353617266 .customFormCheckbox:hover,#module_353617266 input[type=radio]:hover,#module_353617266 input.input-text-color:hover,#module_353617266.customFormDatetime:hover,#module_353617266 .Browse-file:hover,#module_353617266 .customFormDatetime:hover,#module_353617266 .pcCitybox select:hover,#module_353617266 .multi-row-text:hover{border-top-color:rgb(0, 159, 255);}
#module_353617266 .frist_item:hover,#module_353617266 .VerificationCodeinput:hover,#module_353617266 .customFormCheckbox:hover,#module_353617266 input[type=radio]:hover,#module_353617266 input.input-text-color:hover,#module_353617266.customFormDatetime:hover,#module_353617266 .Browse-file:hover,#module_353617266 .customFormDatetime:hover,#module_353617266 .pcCitybox select:hover,#module_353617266 .multi-row-text:hover{border-top-style:solid;}
#module_353617266 .frist_item:hover,#module_353617266 .VerificationCodeinput:hover,#module_353617266 .customFormCheckbox:hover,#module_353617266 input[type=radio]:hover,#module_353617266 input.input-text-color:hover,#module_353617266.customFormDatetime:hover,#module_353617266 .Browse-file:hover,#module_353617266 .customFormDatetime:hover,#module_353617266 .pcCitybox select:hover,#module_353617266 .multi-row-text:hover{border-right-color:rgb(0, 159, 255);}
#module_353617266 .frist_item:hover,#module_353617266 .VerificationCodeinput:hover,#module_353617266 .customFormCheckbox:hover,#module_353617266 input[type=radio]:hover,#module_353617266 input.input-text-color:hover,#module_353617266.customFormDatetime:hover,#module_353617266 .Browse-file:hover,#module_353617266 .customFormDatetime:hover,#module_353617266 .pcCitybox select:hover,#module_353617266 .multi-row-text:hover{border-right-style:solid;}
#module_353617266 .frist_item:hover,#module_353617266 .VerificationCodeinput:hover,#module_353617266 .customFormCheckbox:hover,#module_353617266 input[type=radio]:hover,#module_353617266 input.input-text-color:hover,#module_353617266.customFormDatetime:hover,#module_353617266 .Browse-file:hover,#module_353617266 .customFormDatetime:hover,#module_353617266 .pcCitybox select:hover,#module_353617266 .multi-row-text:hover{border-bottom-color:rgb(0, 159, 255);}
#module_353617266 .frist_item:hover,#module_353617266 .VerificationCodeinput:hover,#module_353617266 .customFormCheckbox:hover,#module_353617266 input[type=radio]:hover,#module_353617266 input.input-text-color:hover,#module_353617266.customFormDatetime:hover,#module_353617266 .Browse-file:hover,#module_353617266 .customFormDatetime:hover,#module_353617266 .pcCitybox select:hover,#module_353617266 .multi-row-text:hover{border-bottom-style:solid;}
#module_353617266 .frist_item:hover,#module_353617266 .VerificationCodeinput:hover,#module_353617266 .customFormCheckbox:hover,#module_353617266 input[type=radio]:hover,#module_353617266 input.input-text-color:hover,#module_353617266.customFormDatetime:hover,#module_353617266 .Browse-file:hover,#module_353617266 .customFormDatetime:hover,#module_353617266 .pcCitybox select:hover,#module_353617266 .multi-row-text:hover{border-left-color:rgb(0, 159, 255);}
#module_353617266 .frist_item:hover,#module_353617266 .VerificationCodeinput:hover,#module_353617266 .customFormCheckbox:hover,#module_353617266 input[type=radio]:hover,#module_353617266 input.input-text-color:hover,#module_353617266.customFormDatetime:hover,#module_353617266 .Browse-file:hover,#module_353617266 .customFormDatetime:hover,#module_353617266 .pcCitybox select:hover,#module_353617266 .multi-row-text:hover{border-left-style:solid;}
#module_353617266 .submitbtn:hover{font-size:14px;}
#module_353617266 .submitbtn:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_353617266 .submitbtn:hover{color:#fff;}
#module_353617266 .submitbtn:hover{font-weight:normal;}
#module_353617266 .submitbtn:hover{text-decoration:none;}
#module_353617266 .submitbtn:hover{font-style:normal;}
#module_353617266 .submitbtn:hover{background-color:rgb(0, 159, 255);}
#module_353617266 .submitbtn:hover{background-image:none;}
#module_353617266 .submitbtn:hover{background-repeat:no-repeat;}
#module_353617266 .submitbtn:hover{background-position:50% 50%;}
#module_353617266 .submitbtn:hover{background-attachment:scroll;}
#module_353617266 .submitbtn:hover{}
.module_98709368 .ModuleHead .HeadCenter{float:none;}
#module_98709368 {
padding:0px;
}
#module_98709368 {
position:static;
z-index:0;
top:2995px;
left:1144px;
width:100%;
height: auto;
}
#module_98709368 .ModuleHead98709368 {
display:none;
}
#module_98709368 .BodyCenter.BodyCenter98709368 {
background-color:transparent;
background-image:url(../comdata/82544/202012/202012192217105d9cbb.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_98709368 >.module_98709368 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98709368 >.module_98709368{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98709368 .BodyCenter.BodyCenter98709368 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98709368 .BodyCenter.BodyCenter98709368 {
padding-top:13.0719%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:13.0719%;
}
}
@media screen and (min-width: 768px){
#module_98709368 >.module_98709368 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98709368 >.module_98709368 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98709368 >.module_98709368 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98709368:hover {
border:none;
}
#module_98709368:hover >.module_98709368 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

#module_22136607 .ModuleSubContainer{background-color:transparent;}
#module_22136607 .ModuleSubContainer{background-image:none;}
#module_22136607 .ModuleSubContainer{background-repeat:no-repeat;}
#module_22136607 .ModuleSubContainer{background-position:0% 0%;}
#module_22136607 .ModuleSubContainer{background-attachment:scroll;}
#module_22136607 .ModuleSubContainer{}
#module_22136607 {!bgVideo!}{bgVideoUrl:none}
#module_22136607 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_22136607 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_22136607 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer22136607 {}
.ModuleGridContainer.ModuleGridContainer22136607 .SubPadding {width:60px;}
.module_93421266 .ModuleHead .HeadCenter{float:none;}
#module_93421266 {
padding:0px;
}
#module_93421266 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_93421266 .ModuleHead93421266 {
display:none;
}
#module_93421266 .BodyCenter.BodyCenter93421266 {
background-color:transparent;
background-image:url(../comdata/82544/202012/20201219213502720d26.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_93421266 >.module_93421266 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93421266 >.module_93421266{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93421266 .BodyCenter.BodyCenter93421266 {
padding-top:8.3333%;
padding-left:5.5556%;
padding-right:0.0000%;
padding-bottom:8.3333%;
}
}
@media screen and (max-width: 767px){
#module_93421266 .BodyCenter.BodyCenter93421266 {
padding-top:9.1743%;
padding-left:3.0581%;
padding-right:0.0000%;
padding-bottom:9.1743%;
}
}
@media screen and (min-width: 768px){
#module_93421266 >.module_93421266 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93421266 >.module_93421266 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93421266 >.module_93421266 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93421266:hover {
border:none;
}
#module_93421266:hover >.module_93421266 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

.ModuleGridContainer.ModuleGridContainer22136607 #Sub22136607_1 {width:33.3333%;}
.module_93421286 .ModuleHead .HeadCenter{float:none;}
#module_93421286 {
padding:0px;
}
#module_93421286 {
position:static;
z-index:0;
top:20px;
left:599px;
width:100%;
height: auto;
}
#module_93421286 .ModuleHead93421286 {
display:none;
}
#module_93421286 .BodyCenter.BodyCenter93421286 {
background-color:transparent;
background-image:url(../comdata/82544/202012/20201209163944c88db5.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_93421286 >.module_93421286 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93421286 >.module_93421286{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93421286 .BodyCenter.BodyCenter93421286 {
padding-top:8.3565%;
padding-left:5.5710%;
padding-right:0.0000%;
padding-bottom:8.3565%;
}
}
@media screen and (max-width: 767px){
#module_93421286 .BodyCenter.BodyCenter93421286 {
padding-top:9.1743%;
padding-left:3.0581%;
padding-right:0.0000%;
padding-bottom:9.1743%;
}
}
@media screen and (min-width: 768px){
#module_93421286 >.module_93421286 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93421286 >.module_93421286 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93421286 >.module_93421286 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93421286:hover {
border:none;
}
#module_93421286:hover >.module_93421286 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

.ModuleGridContainer.ModuleGridContainer22136607 #Sub22136607_2 {width:33.3333%;}
.module_93421287 .ModuleHead .HeadCenter{float:none;}
#module_93421287 {
padding:0px;
}
#module_93421287 {
position:static;
z-index:0;
top:36px;
left:0px;
width:100%;
height: auto;
}
#module_93421287 .ModuleHead93421287 {
display:none;
}
#module_93421287 .BodyCenter.BodyCenter93421287 {
background-color:transparent;
background-image:url(../comdata/82544/202012/20201209163944b79890.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_93421287 >.module_93421287 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_93421287 >.module_93421287{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_93421287 .BodyCenter.BodyCenter93421287 {
padding-top:8.3565%;
padding-left:5.5710%;
padding-right:0.0000%;
padding-bottom:8.3565%;
}
}
@media screen and (max-width: 767px){
#module_93421287 .BodyCenter.BodyCenter93421287 {
padding-top:9.1743%;
padding-left:3.0581%;
padding-right:0.0000%;
padding-bottom:9.1743%;
}
}
@media screen and (min-width: 768px){
#module_93421287 >.module_93421287 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_93421287 >.module_93421287 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_93421287 >.module_93421287 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_93421287:hover {
border:none;
}
#module_93421287:hover >.module_93421287 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

.ModuleGridContainer.ModuleGridContainer22136607 #Sub22136607_3 {width:33.3333%;}
.module_354330977 .ModuleHead .HeadCenter{float:none;}
#module_354330977 {
padding:0px;
}
#module_354330977 {
position:static;
z-index:0;
top:4641px;
left:237px;
width:100%;
height: auto;
}
#module_354330977 .ModuleHead354330977 {
display:none;
}
#module_354330977 .BodyCenter.BodyCenter354330977 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354330977 >.module_354330977 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_354330977 >.module_354330977{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_354330977 .BodyCenter.BodyCenter354330977 {
padding-top:0.0000%;
padding-left:10.4603%;
padding-right:10.4603%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354330977 .BodyCenter.BodyCenter354330977 {
padding-top:11.5274%;
padding-left:5.7637%;
padding-right:5.7637%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_354330977 >.module_354330977 {
margin-top:1.8828%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354330977 >.module_354330977 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354330977 >.module_354330977 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_354330977:hover {
border:none;
}
#module_354330977:hover >.module_354330977 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

#module_24591568 .ModuleSubContainer{background-color:rgb(255, 255, 255);}
#module_24591568 .ModuleSubContainer{background-image:none;}
#module_24591568 .ModuleSubContainer{background-repeat:no-repeat;}
#module_24591568 .ModuleSubContainer{background-position:0% 0%;}
#module_24591568 .ModuleSubContainer{background-attachment:scroll;}
#module_24591568 .ModuleSubContainer{}
#module_24591568 {!bgVideo!}{bgVideoUrl:none}
#module_24591568 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_24591568 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_24591568 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer24591568 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer24591568 .SubPadding {width:20px;}
.module_24591569 .ModuleHead .HeadCenter{float:none;}
#module_24591569 {
padding:0px;
}
#module_24591569 {
position:static;
z-index:0;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_24591569 .ModuleHead24591569 {
display:none;
}
#module_24591569 .BodyCenter.BodyCenter24591569 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591569 >.module_24591569 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591569 >.module_24591569{
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_24591569 .BodyCenter.BodyCenter24591569 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591569 .BodyCenter.BodyCenter24591569 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591569 >.module_24591569 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591569 >.module_24591569 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591569 >.module_24591569 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591569:hover {
border:none;
}
#module_24591569:hover >.module_24591569 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591568 #Sub24591568_1 {width:12.5%;}
.module_24591642 .ModuleHead .HeadCenter{float:none;}
#module_24591642 {
padding:0px;
}
#module_24591642 {
position:static;
z-index:0;
top:26px;
width:100%;
height: auto;
}
#module_24591642 .ModuleHead24591642 {
display:none;
}
#module_24591642 .BodyCenter.BodyCenter24591642 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591642 >.module_24591642 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591642 >.module_24591642{
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_24591642 .BodyCenter.BodyCenter24591642 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591642 .BodyCenter.BodyCenter24591642 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591642 >.module_24591642 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591642 >.module_24591642 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591642 >.module_24591642 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591642:hover {
border:none;
}
#module_24591642:hover >.module_24591642 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591568 #Sub24591568_2 {width:12.5%;}
.module_24591643 .ModuleHead .HeadCenter{float:none;}
#module_24591643 {
padding:0px;
}
#module_24591643 {
position:static;
z-index:0;
top:44px;
left:0px;
width:100%;
height: auto;
}
#module_24591643 .ModuleHead24591643 {
display:none;
}
#module_24591643 .BodyCenter.BodyCenter24591643 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591643 >.module_24591643 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591643 >.module_24591643{
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_24591643 .BodyCenter.BodyCenter24591643 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591643 .BodyCenter.BodyCenter24591643 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591643 >.module_24591643 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591643 >.module_24591643 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591643 >.module_24591643 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591643:hover {
border:none;
}
#module_24591643:hover >.module_24591643 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591568 #Sub24591568_3 {width:12.5%;}
.module_24591644 .ModuleHead .HeadCenter{float:none;}
#module_24591644 {
padding:0px;
}
#module_24591644 {
position:static;
z-index:0;
top:31px;
left:0px;
width:100%;
height: auto;
}
#module_24591644 .ModuleHead24591644 {
display:none;
}
#module_24591644 .BodyCenter.BodyCenter24591644 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591644 >.module_24591644 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591644 >.module_24591644{
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_24591644 .BodyCenter.BodyCenter24591644 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591644 .BodyCenter.BodyCenter24591644 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591644 >.module_24591644 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591644 >.module_24591644 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591644 >.module_24591644 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591644:hover {
border:none;
}
#module_24591644:hover >.module_24591644 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591568 #Sub24591568_4 {width:12.5%;}
.module_354333448 .ModuleHead .HeadCenter{float:none;}
#module_354333448 {
padding:0px;
}
#module_354333448 {
position:static;
z-index:0;
top:18px;
left:-41px;
width:100%;
height: auto;
}
#module_354333448 .ModuleHead354333448 {
display:none;
}
#module_354333448 .BodyCenter.BodyCenter354333448 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354333448 >.module_354333448 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354333448 >.module_354333448{
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_354333448 .BodyCenter.BodyCenter354333448 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333448 .BodyCenter.BodyCenter354333448 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354333448 >.module_354333448 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333448 >.module_354333448 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354333448 >.module_354333448 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354333448:hover {
border:none;
}
#module_354333448:hover >.module_354333448 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591568 #Sub24591568_5 {width:12.5%;}
.module_24591646 .ModuleHead .HeadCenter{float:none;}
#module_24591646 {
padding:0px;
}
#module_24591646 {
position:static;
z-index:0;
top:34px;
left:0px;
width:100%;
height: auto;
}
#module_24591646 .ModuleHead24591646 {
display:none;
}
#module_24591646 .BodyCenter.BodyCenter24591646 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591646 >.module_24591646 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591646 >.module_24591646{
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_24591646 .BodyCenter.BodyCenter24591646 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591646 .BodyCenter.BodyCenter24591646 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591646 >.module_24591646 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591646 >.module_24591646 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591646 >.module_24591646 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591646:hover {
border:none;
}
#module_24591646:hover >.module_24591646 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591568 #Sub24591568_6 {width:12.5%;}
.module_354333447 .ModuleHead .HeadCenter{float:none;}
#module_354333447 {
padding:0px;
}
#module_354333447 {
position:static;
z-index:0;
top:21px;
left:1037px;
width:100%;
height: auto;
}
#module_354333447 .ModuleHead354333447 {
display:none;
}
#module_354333447 .BodyCenter.BodyCenter354333447 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354333447 >.module_354333447 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354333447 >.module_354333447{
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_354333447 .BodyCenter.BodyCenter354333447 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333447 .BodyCenter.BodyCenter354333447 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354333447 >.module_354333447 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333447 >.module_354333447 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354333447 >.module_354333447 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354333447:hover {
border:none;
}
#module_354333447:hover >.module_354333447 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591568 #Sub24591568_7 {width:12.5%;}
.module_24591645 .ModuleHead .HeadCenter{float:none;}
#module_24591645 {
padding:0px;
}
#module_24591645 {
position:static;
z-index:0;
top:5608px;
left:1766px;
width:100%;
height: auto;
}
#module_24591645 .ModuleHead24591645 {
display:none;
}
#module_24591645 .BodyCenter.BodyCenter24591645 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591645 >.module_24591645 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591645 >.module_24591645{
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_24591645 .BodyCenter.BodyCenter24591645 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591645 .BodyCenter.BodyCenter24591645 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591645 >.module_24591645 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591645 >.module_24591645 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591645 >.module_24591645 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591645:hover {
border:none;
}
#module_24591645:hover >.module_24591645 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591568 #Sub24591568_8 {width:12.5%;}
.module_24591592 .ModuleHead .HeadCenter{float:none;}
#module_24591592 {
padding:0px;
}
#module_24591592 {
position:static;
z-index:0;
top:5622px;
left:1674px;
width:100%;
height: auto;
}
#module_24591592 .ModuleHead24591592 {
display:none;
}
#module_24591592 .BodyCenter.BodyCenter24591592 {
background:none;background-color:rgb(255, 255, 255);
}
#module_24591592 >.module_24591592 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_24591592 >.module_24591592{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24591592 .BodyCenter.BodyCenter24591592 {
padding-top:0.2615%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.7845%;
}
}
@media screen and (max-width: 767px){
#module_24591592 .BodyCenter.BodyCenter24591592 {
padding-top:0.0000%;
padding-left:4.9020%;
padding-right:4.9020%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_24591592 >.module_24591592 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591592 >.module_24591592 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_24591592 >.module_24591592 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24591592:hover {
border:none;
}
#module_24591592:hover >.module_24591592 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_24591592 .ModuleSubContainer{background-color:rgb(255, 255, 255);}
#module_24591592 .ModuleSubContainer{background-image:none;}
#module_24591592 .ModuleSubContainer{background-repeat:no-repeat;}
#module_24591592 .ModuleSubContainer{background-position:0% 0%;}
#module_24591592 .ModuleSubContainer{background-attachment:scroll;}
#module_24591592 .ModuleSubContainer{}
#module_24591592 {!bgVideo!}{bgVideoUrl:none}
#module_24591592 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_24591592 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_24591592 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer24591592 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer24591592 .SubPadding {width:0px;}
.module_24591652 .ModuleHead .HeadCenter{float:none;}
#module_24591652 {
padding:0px;
}
#module_24591652 {
position:static;
z-index:0;
top:54px;
left:0px;
width:100%;
height: auto;
}
#module_24591652 .ModuleHead24591652 {
display:none;
}
#module_24591652 .BodyCenter.BodyCenter24591652 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591652 >.module_24591652 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591652 >.module_24591652{
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_24591652 .BodyCenter.BodyCenter24591652 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591652 .BodyCenter.BodyCenter24591652 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591652 >.module_24591652 {
margin-top:0.0000%;
margin-left:7.6923%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591652 >.module_24591652 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591652 >.module_24591652 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591652:hover {
border:none;
}
#module_24591652:hover >.module_24591652 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591592 #Sub24591592_1 {width:14.2857%;}
.module_24591651 .ModuleHead .HeadCenter{float:none;}
#module_24591651 {
padding:0px;
}
#module_24591651 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_24591651 .ModuleHead24591651 {
display:none;
}
#module_24591651 .BodyCenter.BodyCenter24591651 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591651 >.module_24591651 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591651 >.module_24591651{
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_24591651 .BodyCenter.BodyCenter24591651 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591651 .BodyCenter.BodyCenter24591651 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591651 >.module_24591651 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591651 >.module_24591651 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591651 >.module_24591651 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591651:hover {
border:none;
}
#module_24591651:hover >.module_24591651 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591592 #Sub24591592_2 {width:14.2857%;}
.module_24591650 .ModuleHead .HeadCenter{float:none;}
#module_24591650 {
padding:0px;
}
#module_24591650 {
position:static;
z-index:0;
top:37px;
left:0px;
width:100%;
height: auto;
}
#module_24591650 .ModuleHead24591650 {
display:none;
}
#module_24591650 .BodyCenter.BodyCenter24591650 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591650 >.module_24591650 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591650 >.module_24591650{
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_24591650 .BodyCenter.BodyCenter24591650 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591650 .BodyCenter.BodyCenter24591650 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591650 >.module_24591650 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591650 >.module_24591650 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591650 >.module_24591650 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591650:hover {
border:none;
}
#module_24591650:hover >.module_24591650 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591592 #Sub24591592_3 {width:14.2857%;}
.module_24591649 .ModuleHead .HeadCenter{float:none;}
#module_24591649 {
padding:0px;
}
#module_24591649 {
position:static;
z-index:0;
top:35px;
left:0px;
width:100%;
height: auto;
}
#module_24591649 .ModuleHead24591649 {
display:none;
}
#module_24591649 .BodyCenter.BodyCenter24591649 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591649 >.module_24591649 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591649 >.module_24591649{
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_24591649 .BodyCenter.BodyCenter24591649 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591649 .BodyCenter.BodyCenter24591649 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591649 >.module_24591649 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591649 >.module_24591649 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591649 >.module_24591649 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591649:hover {
border:none;
}
#module_24591649:hover >.module_24591649 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591592 #Sub24591592_4 {width:14.2857%;}
.module_24591655 .ModuleHead .HeadCenter{float:none;}
#module_24591655 {
padding:0px;
}
#module_24591655 {
position:static;
z-index:0;
top:5647px;
left:1087px;
width:100%;
height: auto;
}
#module_24591655 .ModuleHead24591655 {
display:none;
}
#module_24591655 .BodyCenter.BodyCenter24591655 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591655 >.module_24591655 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591655 >.module_24591655{
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_24591655 .BodyCenter.BodyCenter24591655 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591655 .BodyCenter.BodyCenter24591655 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591655 >.module_24591655 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591655 >.module_24591655 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591655 >.module_24591655 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591655:hover {
border:none;
}
#module_24591655:hover >.module_24591655 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591592 #Sub24591592_5 {width:14.2857%;}
.module_24591647 .ModuleHead .HeadCenter{float:none;}
#module_24591647 {
padding:0px;
}
#module_24591647 {
position:static;
z-index:0;
top:13px;
left:0px;
width:100%;
height: auto;
}
#module_24591647 .ModuleHead24591647 {
display:none;
}
#module_24591647 .BodyCenter.BodyCenter24591647 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591647 >.module_24591647 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591647 >.module_24591647{
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_24591647 .BodyCenter.BodyCenter24591647 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591647 .BodyCenter.BodyCenter24591647 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591647 >.module_24591647 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.6923%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591647 >.module_24591647 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591647 >.module_24591647 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591647:hover {
border:none;
}
#module_24591647:hover >.module_24591647 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591592 #Sub24591592_6 {width:14.2857%;}
.module_354333441 .ModuleHead .HeadCenter{float:none;}
#module_354333441 {
padding:0px;
}
#module_354333441 {
position:static;
z-index:0;
top:21px;
left:-13px;
width:100%;
height: auto;
}
#module_354333441 .ModuleHead354333441 {
display:none;
}
#module_354333441 .BodyCenter.BodyCenter354333441 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354333441 >.module_354333441 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354333441 >.module_354333441{
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_354333441 .BodyCenter.BodyCenter354333441 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333441 .BodyCenter.BodyCenter354333441 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354333441 >.module_354333441 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333441 >.module_354333441 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354333441 >.module_354333441 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354333441:hover {
border:none;
}
#module_354333441:hover >.module_354333441 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591592 #Sub24591592_7 {width:14.2857%;}
.module_24591071 .ModuleHead .HeadCenter{float:none;}
#module_24591071 {
padding:0px;
}
#module_24591071 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_24591071 .ModuleHead24591071 {
display:none;
}
#module_24591071 .BodyCenter.BodyCenter24591071 {
background:none;background-color:rgb(255, 255, 255);
}
#module_24591071 >.module_24591071 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_24591071 >.module_24591071{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_24591071 .BodyCenter.BodyCenter24591071 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.7845%;
}
}
@media screen and (max-width: 767px){
#module_24591071 .BodyCenter.BodyCenter24591071 {
padding-top:0.0000%;
padding-left:4.9020%;
padding-right:4.9020%;
padding-bottom:13.0719%;
}
}
@media screen and (min-width: 768px){
#module_24591071 >.module_24591071 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591071 >.module_24591071 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_24591071 >.module_24591071 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_24591071:hover {
border:none;
}
#module_24591071:hover >.module_24591071 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_24591071 .ModuleSubContainer{background-color:rgb(255, 255, 255);}
#module_24591071 .ModuleSubContainer{background-image:none;}
#module_24591071 .ModuleSubContainer{background-repeat:no-repeat;}
#module_24591071 .ModuleSubContainer{background-position:0% 0%;}
#module_24591071 .ModuleSubContainer{background-attachment:scroll;}
#module_24591071 .ModuleSubContainer{}
#module_24591071 {!bgVideo!}{bgVideoUrl:none}
#module_24591071 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_24591071 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_24591071 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer24591071 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer24591071 .SubPadding {width:20px;}
.module_24591658 .ModuleHead .HeadCenter{float:none;}
#module_24591658 {
padding:0px;
}
#module_24591658 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_24591658 .ModuleHead24591658 {
display:none;
}
#module_24591658 .BodyCenter.BodyCenter24591658 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591658 >.module_24591658 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591658 >.module_24591658{
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_24591658 .BodyCenter.BodyCenter24591658 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591658 .BodyCenter.BodyCenter24591658 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591658 >.module_24591658 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591658 >.module_24591658 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591658 >.module_24591658 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591658:hover {
border:none;
}
#module_24591658:hover >.module_24591658 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591071 #Sub24591071_1 {width:12.5%;}
.module_24591657 .ModuleHead .HeadCenter{float:none;}
#module_24591657 {
padding:0px;
}
#module_24591657 {
position:static;
z-index:0;
top:41px;
left:0px;
width:100%;
height: auto;
}
#module_24591657 .ModuleHead24591657 {
display:none;
}
#module_24591657 .BodyCenter.BodyCenter24591657 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591657 >.module_24591657 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591657 >.module_24591657{
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_24591657 .BodyCenter.BodyCenter24591657 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591657 .BodyCenter.BodyCenter24591657 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591657 >.module_24591657 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591657 >.module_24591657 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591657 >.module_24591657 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591657:hover {
border:none;
}
#module_24591657:hover >.module_24591657 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591071 #Sub24591071_2 {width:12.5%;}
.module_24591656 .ModuleHead .HeadCenter{float:none;}
#module_24591656 {
padding:0px;
}
#module_24591656 {
position:static;
z-index:0;
top:42px;
left:0px;
width:100%;
height: auto;
}
#module_24591656 .ModuleHead24591656 {
display:none;
}
#module_24591656 .BodyCenter.BodyCenter24591656 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591656 >.module_24591656 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591656 >.module_24591656{
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_24591656 .BodyCenter.BodyCenter24591656 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591656 .BodyCenter.BodyCenter24591656 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591656 >.module_24591656 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591656 >.module_24591656 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591656 >.module_24591656 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591656:hover {
border:none;
}
#module_24591656:hover >.module_24591656 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591071 #Sub24591071_3 {width:12.5%;}
.module_24591648 .ModuleHead .HeadCenter{float:none;}
#module_24591648 {
padding:0px;
}
#module_24591648 {
position:static;
z-index:0;
top:5769px;
left:829px;
width:100%;
height: auto;
}
#module_24591648 .ModuleHead24591648 {
display:none;
}
#module_24591648 .BodyCenter.BodyCenter24591648 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591648 >.module_24591648 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591648 >.module_24591648{
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_24591648 .BodyCenter.BodyCenter24591648 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591648 .BodyCenter.BodyCenter24591648 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591648 >.module_24591648 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:9.0498%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591648 >.module_24591648 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591648 >.module_24591648 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591648:hover {
border:none;
}
#module_24591648:hover >.module_24591648 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591071 #Sub24591071_4 {width:12.5%;}
.module_24591654 .ModuleHead .HeadCenter{float:none;}
#module_24591654 {
padding:0px;
}
#module_24591654 {
position:static;
z-index:0;
top:34px;
left:0px;
width:100%;
height: auto;
}
#module_24591654 .ModuleHead24591654 {
display:none;
}
#module_24591654 .BodyCenter.BodyCenter24591654 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591654 >.module_24591654 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591654 >.module_24591654{
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_24591654 .BodyCenter.BodyCenter24591654 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591654 .BodyCenter.BodyCenter24591654 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591654 >.module_24591654 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591654 >.module_24591654 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591654 >.module_24591654 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591654:hover {
border:none;
}
#module_24591654:hover >.module_24591654 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591071 #Sub24591071_5 {width:12.5%;}
.module_24591653 .ModuleHead .HeadCenter{float:none;}
#module_24591653 {
padding:0px;
}
#module_24591653 {
position:static;
z-index:0;
top:28px;
left:0px;
width:100%;
height: auto;
}
#module_24591653 .ModuleHead24591653 {
display:none;
}
#module_24591653 .BodyCenter.BodyCenter24591653 {
background:none;background-color:rgba(0,0,0,0);
}
#module_24591653 >.module_24591653 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_24591653 >.module_24591653{
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_24591653 .BodyCenter.BodyCenter24591653 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591653 .BodyCenter.BodyCenter24591653 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_24591653 >.module_24591653 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_24591653 >.module_24591653 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_24591653 >.module_24591653 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_24591653:hover {
border:none;
}
#module_24591653:hover >.module_24591653 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591071 #Sub24591071_6 {width:12.5%;}
.module_354333449 .ModuleHead .HeadCenter{float:none;}
#module_354333449 {
padding:0px;
}
#module_354333449 {
position:static;
z-index:0;
top:29px;
left:-19px;
width:100%;
height: auto;
}
#module_354333449 .ModuleHead354333449 {
display:none;
}
#module_354333449 .BodyCenter.BodyCenter354333449 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354333449 >.module_354333449 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354333449 >.module_354333449{
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_354333449 .BodyCenter.BodyCenter354333449 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333449 .BodyCenter.BodyCenter354333449 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354333449 >.module_354333449 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333449 >.module_354333449 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354333449 >.module_354333449 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354333449:hover {
border:none;
}
#module_354333449:hover >.module_354333449 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591071 #Sub24591071_7 {width:12.5%;}
.module_354333450 .ModuleHead .HeadCenter{float:none;}
#module_354333450 {
padding:0px;
}
#module_354333450 {
position:static;
z-index:0;
top:30px;
left:-56px;
width:100%;
height: auto;
}
#module_354333450 .ModuleHead354333450 {
display:none;
}
#module_354333450 .BodyCenter.BodyCenter354333450 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354333450 >.module_354333450 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354333450 >.module_354333450{
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_354333450 .BodyCenter.BodyCenter354333450 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333450 .BodyCenter.BodyCenter354333450 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354333450 >.module_354333450 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333450 >.module_354333450 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354333450 >.module_354333450 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354333450:hover {
border:none;
}
#module_354333450:hover >.module_354333450 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer24591071 #Sub24591071_8 {width:12.5%;}
.module_354333453 .ModuleHead .HeadCenter{float:none;}
#module_354333453 {
padding:0px;
}
#module_354333453 {
position:static;
z-index:0;
top:5894px;
left:1542px;
width:100%;
height: auto;
}
#module_354333453 .ModuleHead354333453 {
display:none;
}
#module_354333453 .BodyCenter.BodyCenter354333453 {
background:none;background-color:rgb(255, 255, 255);
}
#module_354333453 >.module_354333453 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_354333453 >.module_354333453{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_354333453 .BodyCenter.BodyCenter354333453 {
padding-top:0.2615%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_354333453 .BodyCenter.BodyCenter354333453 {
padding-top:0.0000%;
padding-left:4.9020%;
padding-right:4.9020%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354333453 >.module_354333453 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333453 >.module_354333453 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354333453 >.module_354333453 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_354333453:hover {
border:none;
}
#module_354333453:hover >.module_354333453 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_354333453 .ModuleSubContainer{background-color:rgb(255, 255, 255);}
#module_354333453 .ModuleSubContainer{background-image:none;}
#module_354333453 .ModuleSubContainer{background-repeat:no-repeat;}
#module_354333453 .ModuleSubContainer{background-position:0% 0%;}
#module_354333453 .ModuleSubContainer{background-attachment:scroll;}
#module_354333453 .ModuleSubContainer{}
#module_354333453 {!bgVideo!}{bgVideoUrl:none}
#module_354333453 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_354333453 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_354333453 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer354333453 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer354333453 .SubPadding {width:0px;}
.module_354333476 .ModuleHead .HeadCenter{float:none;}
#module_354333476 {
padding:0px;
}
#module_354333476 {
position:static;
z-index:0;
top:54px;
left:0px;
width:100%;
height: auto;
}
#module_354333476 .ModuleHead354333476 {
display:none;
}
#module_354333476 .BodyCenter.BodyCenter354333476 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354333476 >.module_354333476 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354333476 >.module_354333476{
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_354333476 .BodyCenter.BodyCenter354333476 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333476 .BodyCenter.BodyCenter354333476 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354333476 >.module_354333476 {
margin-top:0.0000%;
margin-left:7.6923%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333476 >.module_354333476 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354333476 >.module_354333476 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354333476:hover {
border:none;
}
#module_354333476:hover >.module_354333476 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer354333453 #Sub354333453_1 {width:14.2857%;}
.module_354333475 .ModuleHead .HeadCenter{float:none;}
#module_354333475 {
padding:0px;
}
#module_354333475 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_354333475 .ModuleHead354333475 {
display:none;
}
#module_354333475 .BodyCenter.BodyCenter354333475 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354333475 >.module_354333475 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354333475 >.module_354333475{
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_354333475 .BodyCenter.BodyCenter354333475 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333475 .BodyCenter.BodyCenter354333475 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354333475 >.module_354333475 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333475 >.module_354333475 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354333475 >.module_354333475 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354333475:hover {
border:none;
}
#module_354333475:hover >.module_354333475 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer354333453 #Sub354333453_2 {width:14.2857%;}
.module_354333474 .ModuleHead .HeadCenter{float:none;}
#module_354333474 {
padding:0px;
}
#module_354333474 {
position:static;
z-index:0;
top:37px;
left:0px;
width:100%;
height: auto;
}
#module_354333474 .ModuleHead354333474 {
display:none;
}
#module_354333474 .BodyCenter.BodyCenter354333474 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354333474 >.module_354333474 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354333474 >.module_354333474{
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_354333474 .BodyCenter.BodyCenter354333474 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333474 .BodyCenter.BodyCenter354333474 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354333474 >.module_354333474 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333474 >.module_354333474 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354333474 >.module_354333474 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354333474:hover {
border:none;
}
#module_354333474:hover >.module_354333474 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer354333453 #Sub354333453_3 {width:14.2857%;}
.module_354333473 .ModuleHead .HeadCenter{float:none;}
#module_354333473 {
padding:0px;
}
#module_354333473 {
position:static;
z-index:0;
top:35px;
left:0px;
width:100%;
height: auto;
}
#module_354333473 .ModuleHead354333473 {
display:none;
}
#module_354333473 .BodyCenter.BodyCenter354333473 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354333473 >.module_354333473 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354333473 >.module_354333473{
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_354333473 .BodyCenter.BodyCenter354333473 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333473 .BodyCenter.BodyCenter354333473 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354333473 >.module_354333473 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333473 >.module_354333473 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354333473 >.module_354333473 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354333473:hover {
border:none;
}
#module_354333473:hover >.module_354333473 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer354333453 #Sub354333453_4 {width:14.2857%;}
.module_354333472 .ModuleHead .HeadCenter{float:none;}
#module_354333472 {
padding:0px;
}
#module_354333472 {
position:static;
z-index:0;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_354333472 .ModuleHead354333472 {
display:none;
}
#module_354333472 .BodyCenter.BodyCenter354333472 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354333472 >.module_354333472 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354333472 >.module_354333472{
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_354333472 .BodyCenter.BodyCenter354333472 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333472 .BodyCenter.BodyCenter354333472 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354333472 >.module_354333472 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333472 >.module_354333472 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354333472 >.module_354333472 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354333472:hover {
border:none;
}
#module_354333472:hover >.module_354333472 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer354333453 #Sub354333453_5 {width:14.2857%;}
.module_354333471 .ModuleHead .HeadCenter{float:none;}
#module_354333471 {
padding:0px;
}
#module_354333471 {
position:static;
z-index:0;
top:13px;
left:0px;
width:100%;
height: auto;
}
#module_354333471 .ModuleHead354333471 {
display:none;
}
#module_354333471 .BodyCenter.BodyCenter354333471 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354333471 >.module_354333471 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354333471 >.module_354333471{
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_354333471 .BodyCenter.BodyCenter354333471 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333471 .BodyCenter.BodyCenter354333471 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354333471 >.module_354333471 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.6923%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333471 >.module_354333471 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354333471 >.module_354333471 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354333471:hover {
border:none;
}
#module_354333471:hover >.module_354333471 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer354333453 #Sub354333453_6 {width:14.2857%;}
.module_354333477 .ModuleHead .HeadCenter{float:none;}
#module_354333477 {
padding:0px;
}
#module_354333477 {
position:static;
z-index:0;
top:21px;
left:-13px;
width:100%;
height: auto;
}
#module_354333477 .ModuleHead354333477 {
display:none;
}
#module_354333477 .BodyCenter.BodyCenter354333477 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354333477 >.module_354333477 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354333477 >.module_354333477{
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_354333477 .BodyCenter.BodyCenter354333477 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333477 .BodyCenter.BodyCenter354333477 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354333477 >.module_354333477 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354333477 >.module_354333477 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354333477 >.module_354333477 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354333477:hover {
border:none;
}
#module_354333477:hover >.module_354333477 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

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

#module_354335270 .ModuleSubContainer{background-color:transparent;}
#module_354335270 .ModuleSubContainer{background-image:none;}
#module_354335270 .ModuleSubContainer{background-repeat:no-repeat;}
#module_354335270 .ModuleSubContainer{background-position:0% 0%;}
#module_354335270 .ModuleSubContainer{background-attachment:scroll;}
#module_354335270 .ModuleSubContainer{}
#module_354335270 {!bgVideo!}{bgVideoUrl:none}
#module_354335270 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_354335270 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_354335270 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer354335270 {}
.ModuleGridContainer.ModuleGridContainer354335270 .SubPadding {width:15px;}
.module_354335271 .ModuleHead .HeadCenter{float:none;}
#module_354335271 {
padding:0px;
}
#module_354335271 {
position:static;
z-index:0;
top:35px;
left:1037px;
width:100%;
height: auto;
}
#module_354335271 .ModuleHead354335271 {
display:none;
}
#module_354335271 .BodyCenter.BodyCenter354335271 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335271 >.module_354335271 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335271 >.module_354335271{
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_354335271 .BodyCenter.BodyCenter354335271 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335271 .BodyCenter.BodyCenter354335271 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354335271 >.module_354335271 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335271 >.module_354335271 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354335271 >.module_354335271 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335271:hover {
border:none;
}
#module_354335271:hover >.module_354335271 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335278 .ModuleHead .HeadCenter{float:none;}
#module_354335278 {
padding:0px;
}
#module_354335278 {
position:static;
z-index:0;
top:34px;
left:0px;
width:100%;
height: auto;
}
#module_354335278 .ModuleHead354335278 {
display:none;
}
#module_354335278 .BodyCenter.BodyCenter354335278 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335278 >.module_354335278 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335278 >.module_354335278{
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_354335278 .BodyCenter.BodyCenter354335278 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335278 .BodyCenter.BodyCenter354335278 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335278 >.module_354335278 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335278 >.module_354335278 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335278 >.module_354335278 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335278:hover {
border:none;
}
#module_354335278:hover >.module_354335278 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335283 .ModuleHead .HeadCenter{float:none;}
#module_354335283 {
padding:0px;
}
#module_354335283 {
position:static;
z-index:0;
top:95px;
left:0px;
width:100%;
height: auto;
}
#module_354335283 .ModuleHead354335283 {
display:none;
}
#module_354335283 .BodyCenter.BodyCenter354335283 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335283 >.module_354335283 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335283 >.module_354335283{
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_354335283 .BodyCenter.BodyCenter354335283 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335283 .BodyCenter.BodyCenter354335283 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335283 >.module_354335283 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335283 >.module_354335283 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335283 >.module_354335283 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335283:hover {
border:none;
}
#module_354335283:hover >.module_354335283 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335284 .ModuleHead .HeadCenter{float:none;}
#module_354335284 {
padding:0px;
}
#module_354335284 {
position:static;
z-index:0;
top:159px;
left:0px;
width:100%;
height: auto;
}
#module_354335284 .ModuleHead354335284 {
display:none;
}
#module_354335284 .BodyCenter.BodyCenter354335284 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335284 >.module_354335284 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335284 >.module_354335284{
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_354335284 .BodyCenter.BodyCenter354335284 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335284 .BodyCenter.BodyCenter354335284 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335284 >.module_354335284 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.6923%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335284 >.module_354335284 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335284 >.module_354335284 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335284:hover {
border:none;
}
#module_354335284:hover >.module_354335284 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335304 .ModuleHead .HeadCenter{float:none;}
#module_354335304 {
padding:0px;
}
#module_354335304 {
position:static;
z-index:0;
top:157px;
left:0px;
width:100%;
height: auto;
}
#module_354335304 .ModuleHead354335304 {
display:none;
}
#module_354335304 .BodyCenter.BodyCenter354335304 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335304 >.module_354335304 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335304 >.module_354335304{
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_354335304 .BodyCenter.BodyCenter354335304 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335304 .BodyCenter.BodyCenter354335304 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335304 >.module_354335304 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335304 >.module_354335304 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335304 >.module_354335304 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335304:hover {
border:none;
}
#module_354335304:hover >.module_354335304 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer354335270 #Sub354335270_1 {width:16.6667%;}
.module_354335272 .ModuleHead .HeadCenter{float:none;}
#module_354335272 {
padding:0px;
}
#module_354335272 {
position:static;
z-index:0;
top:20px;
left:0px;
width:100%;
height: auto;
}
#module_354335272 .ModuleHead354335272 {
display:none;
}
#module_354335272 .BodyCenter.BodyCenter354335272 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335272 >.module_354335272 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335272 >.module_354335272{
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_354335272 .BodyCenter.BodyCenter354335272 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335272 .BodyCenter.BodyCenter354335272 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354335272 >.module_354335272 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335272 >.module_354335272 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354335272 >.module_354335272 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335272:hover {
border:none;
}
#module_354335272:hover >.module_354335272 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335279 .ModuleHead .HeadCenter{float:none;}
#module_354335279 {
padding:0px;
}
#module_354335279 {
position:static;
z-index:0;
top:47px;
left:0px;
width:100%;
height: auto;
}
#module_354335279 .ModuleHead354335279 {
display:none;
}
#module_354335279 .BodyCenter.BodyCenter354335279 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335279 >.module_354335279 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335279 >.module_354335279{
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_354335279 .BodyCenter.BodyCenter354335279 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335279 .BodyCenter.BodyCenter354335279 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335279 >.module_354335279 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335279 >.module_354335279 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335279 >.module_354335279 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335279:hover {
border:none;
}
#module_354335279:hover >.module_354335279 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335285 .ModuleHead .HeadCenter{float:none;}
#module_354335285 {
padding:0px;
}
#module_354335285 {
position:static;
z-index:0;
top:89px;
left:0px;
width:100%;
height: auto;
}
#module_354335285 .ModuleHead354335285 {
display:none;
}
#module_354335285 .BodyCenter.BodyCenter354335285 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335285 >.module_354335285 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335285 >.module_354335285{
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_354335285 .BodyCenter.BodyCenter354335285 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335285 .BodyCenter.BodyCenter354335285 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335285 >.module_354335285 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335285 >.module_354335285 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335285 >.module_354335285 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335285:hover {
border:none;
}
#module_354335285:hover >.module_354335285 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335286 .ModuleHead .HeadCenter{float:none;}
#module_354335286 {
padding:0px;
}
#module_354335286 {
position:static;
z-index:0;
top:160px;
left:0px;
width:100%;
height: auto;
}
#module_354335286 .ModuleHead354335286 {
display:none;
}
#module_354335286 .BodyCenter.BodyCenter354335286 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335286 >.module_354335286 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335286 >.module_354335286{
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_354335286 .BodyCenter.BodyCenter354335286 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335286 .BodyCenter.BodyCenter354335286 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335286 >.module_354335286 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335286 >.module_354335286 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335286 >.module_354335286 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335286:hover {
border:none;
}
#module_354335286:hover >.module_354335286 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335300 .ModuleHead .HeadCenter{float:none;}
#module_354335300 {
padding:0px;
}
#module_354335300 {
position:static;
z-index:0;
top:217px;
left:1037px;
width:100%;
height: auto;
}
#module_354335300 .ModuleHead354335300 {
display:none;
}
#module_354335300 .BodyCenter.BodyCenter354335300 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335300 >.module_354335300 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335300 >.module_354335300{
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_354335300 .BodyCenter.BodyCenter354335300 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335300 .BodyCenter.BodyCenter354335300 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335300 >.module_354335300 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335300 >.module_354335300 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335300 >.module_354335300 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335300:hover {
border:none;
}
#module_354335300:hover >.module_354335300 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer354335270 #Sub354335270_2 {width:16.6667%;}
.module_354335280 .ModuleHead .HeadCenter{float:none;}
#module_354335280 {
padding:0px;
}
#module_354335280 {
position:static;
z-index:0;
top:38px;
left:0px;
width:100%;
height: auto;
}
#module_354335280 .ModuleHead354335280 {
display:none;
}
#module_354335280 .BodyCenter.BodyCenter354335280 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335280 >.module_354335280 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335280 >.module_354335280{
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_354335280 .BodyCenter.BodyCenter354335280 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335280 .BodyCenter.BodyCenter354335280 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_354335280 >.module_354335280 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335280 >.module_354335280 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_354335280 >.module_354335280 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335280:hover {
border:none;
}
#module_354335280:hover >.module_354335280 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335289 .ModuleHead .HeadCenter{float:none;}
#module_354335289 {
padding:0px;
}
#module_354335289 {
position:static;
z-index:0;
top:96px;
left:0px;
width:100%;
height: auto;
}
#module_354335289 .ModuleHead354335289 {
display:none;
}
#module_354335289 .BodyCenter.BodyCenter354335289 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335289 >.module_354335289 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335289 >.module_354335289{
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_354335289 .BodyCenter.BodyCenter354335289 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335289 .BodyCenter.BodyCenter354335289 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335289 >.module_354335289 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:9.0498%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335289 >.module_354335289 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335289 >.module_354335289 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335289:hover {
border:none;
}
#module_354335289:hover >.module_354335289 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335290 .ModuleHead .HeadCenter{float:none;}
#module_354335290 {
padding:0px;
}
#module_354335290 {
position:static;
z-index:0;
top:142px;
left:0px;
width:100%;
height: auto;
}
#module_354335290 .ModuleHead354335290 {
display:none;
}
#module_354335290 .BodyCenter.BodyCenter354335290 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335290 >.module_354335290 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335290 >.module_354335290{
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_354335290 .BodyCenter.BodyCenter354335290 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335290 .BodyCenter.BodyCenter354335290 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335290 >.module_354335290 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335290 >.module_354335290 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335290 >.module_354335290 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335290:hover {
border:none;
}
#module_354335290:hover >.module_354335290 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335291 .ModuleHead .HeadCenter{float:none;}
#module_354335291 {
padding:0px;
}
#module_354335291 {
position:static;
z-index:0;
top:90px;
left:0px;
width:100%;
height: auto;
}
#module_354335291 .ModuleHead354335291 {
display:none;
}
#module_354335291 .BodyCenter.BodyCenter354335291 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335291 >.module_354335291 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335291 >.module_354335291{
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_354335291 .BodyCenter.BodyCenter354335291 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335291 .BodyCenter.BodyCenter354335291 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335291 >.module_354335291 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335291 >.module_354335291 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335291 >.module_354335291 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335291:hover {
border:none;
}
#module_354335291:hover >.module_354335291 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335305 .ModuleHead .HeadCenter{float:none;}
#module_354335305 {
padding:0px;
}
#module_354335305 {
position:static;
z-index:0;
top:146px;
left:-96px;
width:100%;
height: auto;
}
#module_354335305 .ModuleHead354335305 {
display:none;
}
#module_354335305 .BodyCenter.BodyCenter354335305 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335305 >.module_354335305 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335305 >.module_354335305{
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_354335305 .BodyCenter.BodyCenter354335305 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335305 .BodyCenter.BodyCenter354335305 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335305 >.module_354335305 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335305 >.module_354335305 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335305 >.module_354335305 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335305:hover {
border:none;
}
#module_354335305:hover >.module_354335305 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer354335270 #Sub354335270_3 {width:16.6667%;}
.module_354335274 .ModuleHead .HeadCenter{float:none;}
#module_354335274 {
padding:0px;
}
#module_354335274 {
position:static;
z-index:0;
top:17px;
left:0px;
width:100%;
height: auto;
}
#module_354335274 .ModuleHead354335274 {
display:none;
}
#module_354335274 .BodyCenter.BodyCenter354335274 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335274 >.module_354335274 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335274 >.module_354335274{
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_354335274 .BodyCenter.BodyCenter354335274 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335274 .BodyCenter.BodyCenter354335274 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335274 >.module_354335274 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335274 >.module_354335274 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335274 >.module_354335274 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335274:hover {
border:none;
}
#module_354335274:hover >.module_354335274 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335281 .ModuleHead .HeadCenter{float:none;}
#module_354335281 {
padding:0px;
}
#module_354335281 {
position:static;
z-index:0;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_354335281 .ModuleHead354335281 {
display:none;
}
#module_354335281 .BodyCenter.BodyCenter354335281 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335281 >.module_354335281 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335281 >.module_354335281{
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_354335281 .BodyCenter.BodyCenter354335281 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335281 .BodyCenter.BodyCenter354335281 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335281 >.module_354335281 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335281 >.module_354335281 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335281 >.module_354335281 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335281:hover {
border:none;
}
#module_354335281:hover >.module_354335281 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335293 .ModuleHead .HeadCenter{float:none;}
#module_354335293 {
padding:0px;
}
#module_354335293 {
position:static;
z-index:0;
top:100px;
left:0px;
width:100%;
height: auto;
}
#module_354335293 .ModuleHead354335293 {
display:none;
}
#module_354335293 .BodyCenter.BodyCenter354335293 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335293 >.module_354335293 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335293 >.module_354335293{
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_354335293 .BodyCenter.BodyCenter354335293 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335293 .BodyCenter.BodyCenter354335293 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335293 >.module_354335293 {
margin-top:0.0000%;
margin-left:7.6923%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335293 >.module_354335293 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335293 >.module_354335293 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335293:hover {
border:none;
}
#module_354335293:hover >.module_354335293 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335295 .ModuleHead .HeadCenter{float:none;}
#module_354335295 {
padding:0px;
}
#module_354335295 {
position:static;
z-index:0;
top:154px;
left:0px;
width:100%;
height: auto;
}
#module_354335295 .ModuleHead354335295 {
display:none;
}
#module_354335295 .BodyCenter.BodyCenter354335295 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335295 >.module_354335295 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335295 >.module_354335295{
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_354335295 .BodyCenter.BodyCenter354335295 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335295 .BodyCenter.BodyCenter354335295 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335295 >.module_354335295 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335295 >.module_354335295 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335295 >.module_354335295 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335295:hover {
border:none;
}
#module_354335295:hover >.module_354335295 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335296 .ModuleHead .HeadCenter{float:none;}
#module_354335296 {
padding:0px;
}
#module_354335296 {
position:static;
z-index:0;
top:215px;
left:0px;
width:100%;
height: auto;
}
#module_354335296 .ModuleHead354335296 {
display:none;
}
#module_354335296 .BodyCenter.BodyCenter354335296 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335296 >.module_354335296 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335296 >.module_354335296{
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_354335296 .BodyCenter.BodyCenter354335296 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335296 .BodyCenter.BodyCenter354335296 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335296 >.module_354335296 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335296 >.module_354335296 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335296 >.module_354335296 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335296:hover {
border:none;
}
#module_354335296:hover >.module_354335296 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer354335270 #Sub354335270_4 {width:16.6667%;}
.module_354335275 .ModuleHead .HeadCenter{float:none;}
#module_354335275 {
padding:0px;
}
#module_354335275 {
position:static;
z-index:0;
top:21px;
left:0px;
width:100%;
height: auto;
}
#module_354335275 .ModuleHead354335275 {
display:none;
}
#module_354335275 .BodyCenter.BodyCenter354335275 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335275 >.module_354335275 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335275 >.module_354335275{
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_354335275 .BodyCenter.BodyCenter354335275 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335275 .BodyCenter.BodyCenter354335275 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335275 >.module_354335275 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335275 >.module_354335275 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335275 >.module_354335275 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335275:hover {
border:none;
}
#module_354335275:hover >.module_354335275 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335282 .ModuleHead .HeadCenter{float:none;}
#module_354335282 {
padding:0px;
}
#module_354335282 {
position:static;
z-index:0;
top:49px;
left:0px;
width:100%;
height: auto;
}
#module_354335282 .ModuleHead354335282 {
display:none;
}
#module_354335282 .BodyCenter.BodyCenter354335282 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335282 >.module_354335282 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335282 >.module_354335282{
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_354335282 .BodyCenter.BodyCenter354335282 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335282 .BodyCenter.BodyCenter354335282 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335282 >.module_354335282 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335282 >.module_354335282 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335282 >.module_354335282 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335282:hover {
border:none;
}
#module_354335282:hover >.module_354335282 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335294 .ModuleHead .HeadCenter{float:none;}
#module_354335294 {
padding:0px;
}
#module_354335294 {
position:static;
z-index:0;
top:103px;
left:0px;
width:100%;
height: auto;
}
#module_354335294 .ModuleHead354335294 {
display:none;
}
#module_354335294 .BodyCenter.BodyCenter354335294 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335294 >.module_354335294 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335294 >.module_354335294{
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_354335294 .BodyCenter.BodyCenter354335294 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335294 .BodyCenter.BodyCenter354335294 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335294 >.module_354335294 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335294 >.module_354335294 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335294 >.module_354335294 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335294:hover {
border:none;
}
#module_354335294:hover >.module_354335294 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335297 .ModuleHead .HeadCenter{float:none;}
#module_354335297 {
padding:0px;
}
#module_354335297 {
position:static;
z-index:0;
top:151px;
left:0px;
width:100%;
height: auto;
}
#module_354335297 .ModuleHead354335297 {
display:none;
}
#module_354335297 .BodyCenter.BodyCenter354335297 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335297 >.module_354335297 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335297 >.module_354335297{
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_354335297 .BodyCenter.BodyCenter354335297 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335297 .BodyCenter.BodyCenter354335297 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335297 >.module_354335297 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335297 >.module_354335297 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335297 >.module_354335297 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335297:hover {
border:none;
}
#module_354335297:hover >.module_354335297 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335298 .ModuleHead .HeadCenter{float:none;}
#module_354335298 {
padding:0px;
}
#module_354335298 {
position:static;
z-index:0;
top:217px;
left:0px;
width:100%;
height: auto;
}
#module_354335298 .ModuleHead354335298 {
display:none;
}
#module_354335298 .BodyCenter.BodyCenter354335298 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335298 >.module_354335298 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335298 >.module_354335298{
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_354335298 .BodyCenter.BodyCenter354335298 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335298 .BodyCenter.BodyCenter354335298 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335298 >.module_354335298 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.6923%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335298 >.module_354335298 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335298 >.module_354335298 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335298:hover {
border:none;
}
#module_354335298:hover >.module_354335298 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer354335270 #Sub354335270_5 {width:16.6667%;}
.module_354335276 .ModuleHead .HeadCenter{float:none;}
#module_354335276 {
padding:0px;
}
#module_354335276 {
position:static;
z-index:0;
top:18px;
left:0px;
width:100%;
height: auto;
}
#module_354335276 .ModuleHead354335276 {
display:none;
}
#module_354335276 .BodyCenter.BodyCenter354335276 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335276 >.module_354335276 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335276 >.module_354335276{
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_354335276 .BodyCenter.BodyCenter354335276 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335276 .BodyCenter.BodyCenter354335276 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335276 >.module_354335276 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335276 >.module_354335276 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335276 >.module_354335276 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335276:hover {
border:none;
}
#module_354335276:hover >.module_354335276 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335277 .ModuleHead .HeadCenter{float:none;}
#module_354335277 {
padding:0px;
}
#module_354335277 {
position:static;
z-index:0;
top:28px;
left:0px;
width:100%;
height: auto;
}
#module_354335277 .ModuleHead354335277 {
display:none;
}
#module_354335277 .BodyCenter.BodyCenter354335277 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335277 >.module_354335277 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335277 >.module_354335277{
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_354335277 .BodyCenter.BodyCenter354335277 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335277 .BodyCenter.BodyCenter354335277 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335277 >.module_354335277 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335277 >.module_354335277 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335277 >.module_354335277 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335277:hover {
border:none;
}
#module_354335277:hover >.module_354335277 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335287 .ModuleHead .HeadCenter{float:none;}
#module_354335287 {
padding:0px;
}
#module_354335287 {
position:static;
z-index:0;
top:85px;
left:0px;
width:100%;
height: auto;
}
#module_354335287 .ModuleHead354335287 {
display:none;
}
#module_354335287 .BodyCenter.BodyCenter354335287 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335287 >.module_354335287 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335287 >.module_354335287{
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_354335287 .BodyCenter.BodyCenter354335287 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335287 .BodyCenter.BodyCenter354335287 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335287 >.module_354335287 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335287 >.module_354335287 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335287 >.module_354335287 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335287:hover {
border:none;
}
#module_354335287:hover >.module_354335287 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335288 .ModuleHead .HeadCenter{float:none;}
#module_354335288 {
padding:0px;
}
#module_354335288 {
position:static;
z-index:0;
top:167px;
left:0px;
width:100%;
height: auto;
}
#module_354335288 .ModuleHead354335288 {
display:none;
}
#module_354335288 .BodyCenter.BodyCenter354335288 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335288 >.module_354335288 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335288 >.module_354335288{
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_354335288 .BodyCenter.BodyCenter354335288 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335288 .BodyCenter.BodyCenter354335288 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335288 >.module_354335288 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335288 >.module_354335288 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335288 >.module_354335288 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335288:hover {
border:none;
}
#module_354335288:hover >.module_354335288 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.module_354335299 .ModuleHead .HeadCenter{float:none;}
#module_354335299 {
padding:0px;
}
#module_354335299 {
position:static;
z-index:0;
top:101px;
left:1037px;
width:100%;
height: auto;
}
#module_354335299 .ModuleHead354335299 {
display:none;
}
#module_354335299 .BodyCenter.BodyCenter354335299 {
background:none;background-color:rgba(0,0,0,0);
}
#module_354335299 >.module_354335299 {
border-top-style:solid;
border-top-color:rgb(248, 248, 248);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(248, 248, 248);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(248, 248, 248);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(248, 248, 248);
border-bottom-width:1px;
}
#module_354335299 >.module_354335299{
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_354335299 .BodyCenter.BodyCenter354335299 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335299 .BodyCenter.BodyCenter354335299 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_354335299 >.module_354335299 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:7.3260%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_354335299 >.module_354335299 {
margin-top:4.9020%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_354335299 >.module_354335299 {box-shadow: 0px 0px 0px 0px rgb(234, 234, 234);transition: box-shadow 0.5s ease 0s;}
#module_354335299:hover {
border:none;
}
#module_354335299:hover >.module_354335299 {box-shadow: 0px 0px 0px 0px rgb(251, 251, 251);transition: box-shadow 0.5s ease 0s;}

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

.ModuleGridContainer.ModuleGridContainer354335270 #Sub354335270_6 {width:16.6667%;}
.module_98740182 .ModuleHead .HeadCenter{float:none;}
#module_98740182 {
padding:0px;
}
#module_98740182 {
position:static;
z-index:0;
top:5266px;
left:1429px;
width:100%;
height: auto;
}
#module_98740182 .ModuleHead98740182 {
display:none;
}
#module_98740182 .BodyCenter.BodyCenter98740182 {
background-color:transparent;
background-image:url(../comdata/82544/202011/20201117163055fca69c.jpg);
background-size:auto;
background-repeat:repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_98740182 >.module_98740182 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98740182 >.module_98740182{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98740182 .BodyCenter.BodyCenter98740182 {
padding-top:4.2872%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.2872%;
}
}
@media screen and (max-width: 767px){
#module_98740182 .BodyCenter.BodyCenter98740182 {
padding-top:13.0719%;
padding-left:6.5359%;
padding-right:6.5359%;
padding-bottom:13.0719%;
}
}
@media screen and (min-width: 768px){
#module_98740182 >.module_98740182 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98740182 >.module_98740182 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98740182 >.module_98740182 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98740182:hover {
border:none;
}
#module_98740182:hover >.module_98740182 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_98740185 .ModuleImageTextGiantContent{margin-top:0px;}
#module_98740185 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_98740185 .ModuleImageTextGiantContent{margin-left:0px;}
#module_98740185 .ModuleImageTextGiantContent{margin-right:0px;}
#module_98740185 .imageTextGiant-Container{padding-top:0px;}
#module_98740185 .imageTextGiant-Container{padding-bottom:0px;}
#module_98740185 .imageTextGiant-Container{padding-left:0px;}
#module_98740185 .imageTextGiant-Container{padding-right:0px;}
#module_98740185 .showHandle .btn{font-size:14px;}
#module_98740185 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_98740185 .showHandle .btn{color:#333;}
#module_98740185 .showHandle .btn{font-weight:400;}
#module_98740185 .showHandle .btn{text-decoration:none;}
#module_98740185 .showHandle .btn{font-style:normal;}
#module_98740185 .showHandle div{border-top-color:#ddd !important;}
#module_98740185 .showHandle div{border-top-style:solid !important;}
#module_98740185 .showHandle div{border-top-width:1px !important;}
#module_98740185 .showHandle{background-color:transparent;}
#module_98740185 .showHandle{background-image:none;}
#module_98740185 .showHandle{background-repeat:no-repeat;}
#module_98740185 .showHandle{}
#module_98740185 .showHandle{}
#module_98740185 .showHandle{}
#module_98740185 a{font-size:unset;font-family:unset}
/*新验证码开始*/
.ModuleCustomFormGiant.layout-103 .vciline{
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ModuleCustomFormGiant.layout-103 .VCClose:hover .VCLine1 {
    display: none;
}
.ModuleCustomFormGiant.layout-103 .VCClose:hover .VCLine2 {
  transform: rotate(180deg);
  transition:all 0.5s;
}
.ModuleCustomFormGiant.layout-103 .VCClose{
   position: relative;
   margin-right: 20px;
   width: 30px;
   float: right;
   margin-top: 17px;
   height: 30px;
   cursor: pointer;
}
.ModuleCustomFormGiant.layout-103 .VCLine1{
    border-top:#ccc solid 2px;
    width: 18px;
    transform: rotate(45deg);
    right: 0;
    position: absolute;
    top: 9px;

}
.ModuleCustomFormGiant.layout-103 .VCLine2{
   border-top:#ccc solid 2px;
   width: 18px;
   transform: rotate(-45deg);
   right: 0;
   position: absolute;
   top: 9px;

}
.ModuleCustomFormGiant.layout-103 .VCTitle{
   color:#333;
   font-size:20px;
   font-weight: bold;
   margin-top: 41px;
   margin-bottom: 25px;

}
.ModuleCustomFormGiant.layout-103 .VerificationCodediv .vcbtn{
    margin-top: 22px;
    text-align: right;
}
.ModuleCustomFormGiant.layout-103 .VerificationCodediv .vcbtn1{

   width: 80px;
   height: 36px;
   background: #1e88e5;
   border-radius: 18px;
   line-height: 36px;
   text-align: center;
   color: #fff;
   display: inline-block;
   margin-left: 10px;
   cursor: pointer;
   font-size: 16px;
}
.ModuleCustomFormGiant.layout-103 .VerificationCodediv .vcbtn2{
   width: 80px;
   height: 36px;
   background: #fff;
   border-radius: 18px;
   line-height: 36px;
   text-align: center;
   color: #666666 ;
   border: 1px #ccc solid;
   display: inline-block;
   cursor: pointer;
   font-size: 16px;
}
.ModuleCustomFormGiant.layout-103 .VerificationCodediv .vcinput::placeholder{
   color:#999999
}
.ModuleCustomFormGiant.layout-103 .VerificationCodediv .vcinput{
    border: none !important;
    padding: 20px 0;
    background: #fff !important;
    border-bottom: solid #ccc 1px !important;
    color: #666;
    width: 100%;
    line-height: 1;
}
.ModuleCustomFormGiant.layout-103 .VerificationCodediv .changebtn{
     text-align: right;
     display: block;

}
.ModuleCustomFormGiant.layout-103 .VerificationCodediv .VerificationCode{
   width: 100%;
   height: 100px;
}
.ModuleCustomFormGiant.layout-103 .VerificationCodecontext{
   padding:0 33px;
}
.ModuleCustomFormGiant.layout-103 .VerificationCodediv{

   position: absolute;
   bottom: 0;
   z-index: 12;
   background: #fff;
   transform: translate(-50%,-50%);
   top:auto;
   left: 50%;
   max-width: 350px;
   height: 380px;
   border-radius: 6px;
   box-shadow: 9.9px 9.9px 49px 0px rgba(0,0,0,0.11);
   display: none;
   width: 100%;
}
/*新验证码结束*/
.ModuleCustomFormGiant.layout-103 .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: normal;
    min-height: 30px;
}

.boder-bot {
    border-bottom: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-103 .customFormicon {
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: 5px;
    display: inline-block !important
}

.ModuleCustomFormGiant.layout-103 input[type=text] {
    line-height: 43px;
    font-size: 14px;
    border: none;
    background: none;
    padding: 0 0 0 10px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
}

.ModuleCustomFormGiant.layout-103 .content-title {
    font-size: 14px;
    line-height: 43px;
    height: 43px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
}

.ModuleCustomFormGiant.layout-103 .in-formList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    width:100%;
    transition: all 0.35s linear;
    position: relative;
}

.ModuleCustomFormGiant.layout-103 .formList-content {
    box-sizing: border-box;
    margin-bottom: 0;
    clear: both;
    width: 100%;
    margin-bottom:26px;
}

.ModuleCustomFormGiant.layout-103 .pcCitybox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 45px;
}

.ModuleCustomFormGiant.layout-103 .pcCitybox select {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 20px;
    height:100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    cursor: pointer;
    background: url(skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-103 .pcCitybox .frist-city-select select {
    border: 0;
    border-radius: 0;
    /* height: 44px; */
    background: none;
    margin: 0;

}

.ModuleCustomFormGiant.layout-103 .pcCitybox .frist-city-select .frist-city-title {
    font-size: 14px;
    margin-right: 3px;
}

.ModuleCustomFormGiant.layout-103 .pcCitybox .frist-city-select {
    border-bottom: 1px solid #ccc;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 20px;
    background: url(skinp/modules/ModuleCustomFormGiant/images/arrow1.png) no-repeat center right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.ModuleCustomFormGiant.layout-103 .mareimg{
    position: absolute;
    right: 10px;
    bottom: 16px;
    height: 10px;
    top:auto;
}
.ModuleCustomFormGiant.layout-103 .content-title.content-title-checkbox {
    line-height: 1.5;
    display: inline-block;
    height: auto;
    margin-top: 8px;
    padding-right: 10px;
    width: 100%;
    margin-bottom: 8px;

}
.ModuleCustomFormGiant.layout-103 .areabox .area{
    height:auto;
    line-height:inherit;
}
.ModuleCustomFormGiant.layout-103 .choose-time-mobile {
    font-size: 14px;
}
.ModuleCustomFormGiant.layout-103 .areabox .area ul{
    border-radius:0
}
.ModuleCustomFormGiant.layout-103 .Select_Simulate .xilaImg {
    float: right;
    margin-top: 21px;
    margin-right:16px;
}
.ModuleCustomFormGiant.layout-103 .smsvaldatebox,.ModuleCustomFormGiant.layout-103 .Browse-file{
    line-height: 43px;
    height:43px;
    border-radius: 5px;
}
.ModuleCustomFormGiant.layout-103 .Browse-img {
    height: 80px;
}
.ModuleCustomFormGiant.layout-103 .pcCitybox .Couty-select {
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-103 input.VerificationCodeinput {
    width: 188px;
    line-height: 34px;
    margin-right: 10px;
    float: left;
}

.ModuleCustomFormGiant.layout-103 .VerificationCode {
    width: 88px;
    height: 40px;
    margin-top: 4px;
    display: inline-block;
}

/* .ModuleCustomFormGiant.layout-103 .Browse-file-input {
    width: 165px;
} */

.ModuleCustomFormGiant.layout-103 .file-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* .ModuleCustomFormGiant.layout-103 .Browse-file {
    line-height: 38px;
    color: #333;
    /* background: #f8f8f8;
    border: 1px solid #eee;
    font-size: 14px;
    text-align: center;
    height: 38px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
    padding: 0 20px;
    margin-top: 2px;
    width: 85%;
    text-align: left;
} */

.ModuleCustomFormGiant.layout-103 .Browse-file:hover {
    /* color: #666;
    background: #eee;
    border: 1px solid #ccc; */
}

.ModuleCustomFormGiant.layout-103 .input-text-color {
    color: #333;
}

.ModuleCustomFormGiant.layout-103 .Describ-text-color {
    color: #666;
    white-space: nowrap;
}

.ModuleCustomFormGiant.layout-103 .submibtn-color {
    color: #fff;
    background: #f10215;
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-103 .submitbtn {
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin-top: 16px;
    width: 300px;
    margin: 0 auto;
    margin-top: 12px;
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-103 .submibtn-color:hover {
    color: #fff;
    background: #e50b1c;
}

.ModuleCustomFormGiant.layout-103 .pd-0 {
    padding: 0;
}

.ModuleCustomFormGiant.layout-103 .formList-content-no-style .in-formList {
    align-items: flex-start;
    align-items: flex-start;
}

.ModuleCustomFormGiant.layout-103 .multi-row-text {
    border: 0;
    height: 130px;
    border-bottom: 1px solid #ccc;
    width:100%;
    margin-top: 16px;

}

.ModuleCustomFormGiant.layout-103 .formList-content-no-border {
    border: 0;
    padding-left: 0;
}

.ModuleCustomFormGiant.layout-103 .Pc-formList-content {
    display: flex;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-103 .formList-content-no-border .in-formList {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
}

.ModuleCustomFormGiant.layout-103 .content-title-checkbox {
    float: left;
}
.ModuleCustomFormGiant.layout-103 .in-formList-checkbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ModuleCustomFormGiant.layout-103 .in-formList-checkbox{
    margin-top: 12px;
}
/* .ModuleCustomFormGiant.layout-103 .in-formList-checkbox label {
    display: flex;
    justify-content: center;
    align-items: center;
} */
.ModuleCustomFormGiant.layout-103 .inputtext{
    display: flex;
}
.ModuleCustomFormGiant.layout-103 .smsvcode,.ModuleCustomFormGiant.layout-103 .smsbtn{
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-103 .choose-time {
    border: none;
    line-height: 44px;
    height: 45px;
    display: inline-block;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    padding: 0 0 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ModuleCustomFormGiant.layout-103  .vertical{
    width: auto;
    display: initial;
}
.ModuleCustomFormGiant.layout-103 .chooseTime-title {
    font-size: 14px;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    /* float: left; */
    line-height: 46px;
}

.ModuleCustomFormGiant.layout-103 .choose-timewb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-103 .chooseTimeicon {
    margin-top: 17px;
    margin-right: 10px;
}

.ModuleCustomFormGiant.layout-103 .VerificationCodeinputWb {
    width: 210px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-103 .cityPickerBoxwb {
    height: 45px;
    line-height: 45px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    cursor: pointer;
}

/* .ModuleCustomFormGiant.layout-103 .Select_Simulate li:hover {
    color: #fff
} */

.ModuleCustomFormGiant.layout-103 .cityPickerBox {
    height: 45px;
    line-height: 45px;
    border: 0;
}

.ModuleCustomFormGiant.layout-103 .VerificationCodeinputWb .input-text-checking {
    width: 70%;
    box-sizing: border-box;
    padding-left: 20px;
}

.ModuleCustomFormGiant.layout-103 .changebtn {
    line-height: 44px
}

.ModuleCustomFormGiant.layout-103 .cityval {
    line-height: 44px;
    height: 44px;
    float: left;
    padding: 10;
}
.ModuleCustomFormGiant.layout-103 input[type=radio],.ModuleCustomFormGiant.layout-103 input[type=checkbox]{
    top: 0px;
}


.ModuleCustomFormGiant.layout-103 input[type=radio], .ModuleCustomFormGiant input[type=checkbox] {
    margin-right: 12px
}

.ModuleCustomFormGiant.layout-103 input[type=radio]:checked, .ModuleCustomFormGiant.layout-103 input[type=checkbox]:checked {
    background: #f10215;
    border: 1px solid #f10215;
}

.ModuleCustomFormGiant.layout-103 .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ModuleCustomFormGiant.layout-103 .select_box {
    display: none;
}

.ModuleCustomFormGiant.layout-103 { overflow:unset;}

.ModuleCustomFormGiant.layout-103 .verticalalign{    display: flex;justify-items: center;align-items: center;    justify-content: left !important;}
.ModuleCustomFormGiant.layout-103 .UploadFileSpan{
    display: none;
}
.ModuleCustomFormGiant.layout-103  .Select_Simulate_text{
    position: absolute;
    top: 0;
    left: 0;
}
.ModuleCustomFormGiant.layout-103 .in-formList-checkbox  label span {
display: inline-block;
/* padding-left: 42px; */
vertical-align: top;
/* width: calc(100% - 32px); */
line-height: 1.5;
margin-top: -2px;
}
.ModuleCustomFormGiant.layout-103 .customform-upload-img-preview {  border-radius: 5px;}
.ModuleCustomFormGiant.layout-103 .verticalalign  {
    pointer-events:unset;
}
.ModuleCustomFormGiant.layout-103 .in-formList-checkbox  label span {
    width: calc(100% - 34px);
    min-width: 36px;
    display: initial;
    flex:1;
    word-break: break-all;

}
.ModuleCustomFormGiant.layout-103  .in-formList-checkbox label{
    line-height: 2;
}
@media screen and (max-width: 767px) {

    .ModuleCustomFormGiant.layout-103 .CustomForm-icon-radio {
        position: relative;
        width: 16px !important;
        height: 16px !important;
    }
    .ModuleCustomFormGiant.layout-103 .inputtext{
        /* flex-wrap: wrap; */
        display: block;
    }
    .ModuleCustomFormGiant.layout-103 .content-title,.ModuleCustomFormGiant.layout-103 .Describ-text-color{
        line-height: 1.5;
        display: block;
        height: 100%;
        width: 100%;
        white-space:normal;
    }
    .ModuleCustomFormGiant.layout-103 .in-formList-inputtext{     flex-wrap: wrap;}
    .ModuleCustomFormGiant.layout-103 .pcCitybox
    {
        display: none;
    }

    .ModuleCustomFormGiant.layout-103 .VerificationCodeinputWb {
        width: 168px;
    }
    .ModuleCustomFormGiant.layout-103 .VerificationCodeinputWb .input-text-checking {
        width: 120px;
    }
    .ModuleCustomFormGiant.layout-103 .VerificationCodeinputWb .input-text-checking {
        padding-left: 10px
    }
    .ModuleCustomFormGiant.layout-103 .describe{ margin-top: 8px;}
    .ModuleCustomFormGiant.layout-103 .formList-content{
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 390px) {
    .ModuleCustomFormGiant.layout-103 .VerificationCodeinputWb {
        width: 144px;
    }
    .ModuleCustomFormGiant.layout-103 .VerificationCodeinputWb .input-text-checking {
        width: 98px;
        padding: 0;
    }
    .ModuleCustomFormGiant.layout-103 .in-formList{
        flex-wrap: wrap;
    }
    .ModuleCustomFormGiant.layout-103 .InsidePage li{
        display: flex;
        align-items: center;
    }
    .ModuleCustomFormGiant.layout-103 .CustomForm-icon-radio{
        position: relative;
        width: 16px;
        height: 16px;
    }
    .ModuleCustomFormGiant.layout-103 .CustomForm-icon-radio img{top: 50%;

    position: absolute;
    /* margin-top: 2px; */
    transform: translate(-50%,-50%);
    }
}


/* .imgclose{right: -9px; position: absolute; top: -10px;} */

.ModuleCustomFormGiant.layout-103  .iconfont-fujian {
    font-size: 20px;
}
.ModuleCustomFormGiant.layout-103 .file-operation{ margin-top:15px}
.ModuleCustomFormGiant.layout-103 .Browse-img,.ModuleCustomFormGiant.layout-103 .Browse-file{     border: 1px solid #e8e8e8;}
/* .ModuleCustomFormGiant.layout-103  .file-operation {
    display: inline-block;
    width: 150px;
} */.module_98740191 .ModuleHead .HeadCenter{float:none;}
#module_98740191 {
padding:0px;
}
#module_98740191 {
position:static;
z-index:0;
top:5462px;
left:1184px;
width:100%;
height: auto;
}
#module_98740191 .ModuleHead98740191 {
display:none;
}
#module_98740191 .BodyCenter.BodyCenter98740191 {
background:none;background-color:rgba(0,0,0,0);
}
#module_98740191 >.module_98740191 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_98740191 >.module_98740191{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_98740191 .BodyCenter.BodyCenter98740191 {
padding-top:2.5000%;
padding-left:2.5000%;
padding-right:2.5000%;
padding-bottom:2.5000%;
}
}
@media screen and (max-width: 767px){
#module_98740191 .BodyCenter.BodyCenter98740191 {
padding-top:5.6391%;
padding-left:5.6391%;
padding-right:5.6391%;
padding-bottom:5.6391%;
}
}
@media screen and (min-width: 768px){
#module_98740191 >.module_98740191 {
margin-top:0.0000%;
margin-left:18.3333%;
margin-right:18.3333%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_98740191 >.module_98740191 {
margin-top:3.0075%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_98740191 >.module_98740191 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_98740191:hover {
border:none;
}
#module_98740191:hover >.module_98740191 {
border-color:#ccc;
}
#module_98740191:hover >.module_98740191 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_98740191 .vcbtn1{background-color:#f10215;}
#module_98740191 .vcbtn1{color:#fff;}
#module_98740191 .title{font-size:20px;}
#module_98740191 .title{font-family:微软雅黑,Microsoft YaHei;}
#module_98740191 .title{color:rgb(255, 255, 255);}
#module_98740191 .title{font-weight:normal;}
#module_98740191 .title{text-decoration:none;}
#module_98740191 .title{font-style:normal;}
#module_98740191 .title{background-color:transparent;}
#module_98740191 .title{background-image:none;}
#module_98740191 .title{background-repeat:no-repeat;}
#module_98740191 .title{background-position:50% 50%;}
#module_98740191 .title{background-attachment:scroll;}
#module_98740191 .title{}
#module_98740191 .title{height:70px;line-height:70px;}
#module_98740191 .title{text-align:center;}
#module_98740191 .Describ-text-color{font-size:14px;}
#module_98740191 .Describ-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_98740191 .Describ-text-color{color:rgb(255, 255, 255);}
#module_98740191 .Describ-text-color{font-weight:normal;}
#module_98740191 .Describ-text-color{text-decoration:none;}
#module_98740191 .Describ-text-color{font-style:normal;}
#module_98740191 .smsbtn,#module_98740191 .smsvcode,#module_98740191 .input-text-color{font-size:16px;}
#module_98740191 .smsbtn,#module_98740191 .smsvcode,#module_98740191 .input-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_98740191 .smsvcode,#module_98740191 .input-text-color{color:rgb(255, 255, 255);} #module_98740191 .input-text-color::-ms-input-placeholder{color:rgb(255, 255, 255);}  #module_98740191 .input-text-color::-moz-placeholder{color:rgb(255, 255, 255);} #module_98740191 .input-text-color::-webkit-input-placeholder{color:rgb(255, 255, 255);} 
#module_98740191 .smsbtn,#module_98740191 .smsvcode,#module_98740191 .input-text-color{font-weight:normal;}
#module_98740191 .smsbtn,#module_98740191 .smsvcode,#module_98740191 .input-text-color{text-decoration:none;} #module_98740191 .input-text-color::-ms-input-placeholder{text-decoration:none;} #module_98740191 .input-text-color::-moz-placeholder{text-decoration:none;} #module_98740191 .input-text-color::-webkit-input-placeholder{text-decoration:none;}
#module_98740191 .smsbtn,#module_98740191 .smsvcode,#module_98740191 .input-text-color{font-style:normal;}
#module_98740191 .submitbtn{font-size:14px;}
#module_98740191 .submitbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_98740191 .submitbtn{color:rgb(0, 111, 255);}
#module_98740191 .submitbtn{font-weight:normal;}
#module_98740191 .submitbtn{text-decoration:none;}
#module_98740191 .submitbtn{font-style:normal;}
#module_98740191 .submitbtn{background-color:rgb(255, 255, 255);} #module_98740191 input[type=radio]:checked, #module_98740191 input[type=checkbox]:checked{background:rgb(255, 255, 255);border:1px solid rgb(255, 255, 255)} 
#module_98740191 .submitbtn{background-image:none;}
#module_98740191 .submitbtn{background-repeat:no-repeat;}
#module_98740191 .submitbtn{background-position:50% 50%;}
#module_98740191 .submitbtn{background-attachment:scroll;}
#module_98740191 .submitbtn{}
#module_98740191 .submitbtn{width:160px;}
#module_98740191 .submitbtn{height:40px;line-height:40px;}
#module_98740191 .smsvcode,#module_98740191 input[type=radio],#module_98740191 .Browse-file,#module_98740191 .customFormCheckbox,#module_98740191 input.input-text-color,#module_98740191 .in-formList,#module_98740191 .frist-city-select,#module_98740191 .City-select,#module_98740191 .Couty-select,#module_98740191 .multi-row-text ,#module_98740191 .VerificationCodeinputWb,#module_98740191 .frist_item{background-color:rgba(0,0,0,0);}
#module_98740191 .smsvcode,#module_98740191 .VerificationCodeinput,#module_98740191 .boder-style,#module_98740191 .multi-row-text,#module_98740191 .customFormCheckbox,#module_98740191 input[type=radio]{border-top-color:rgb(255, 255, 255);}
#module_98740191 .smsvcode,#module_98740191 .VerificationCodeinput,#module_98740191 .boder-style,#module_98740191 .multi-row-text,#module_98740191 .customFormCheckbox,#module_98740191 input[type=radio]{border-top-style:solid;}
#module_98740191 .smsvcode,#module_98740191 .VerificationCodeinput,#module_98740191 .boder-style,#module_98740191 .multi-row-text,#module_98740191 .customFormCheckbox,#module_98740191 input[type=radio]{border-top-width:1px;}
#module_98740191 .smsvcode,#module_98740191 .VerificationCodeinput,#module_98740191 .boder-style,#module_98740191 .multi-row-text,#module_98740191 .customFormCheckbox,#module_98740191 input[type=radio]{border-right-color:rgb(255, 255, 255);}
#module_98740191 .smsvcode,#module_98740191 .VerificationCodeinput,#module_98740191 .boder-style,#module_98740191 .multi-row-text,#module_98740191 .customFormCheckbox,#module_98740191 input[type=radio]{border-right-style:solid;}
#module_98740191 .smsvcode,#module_98740191 .VerificationCodeinput,#module_98740191 .boder-style,#module_98740191 .multi-row-text,#module_98740191 .customFormCheckbox,#module_98740191 input[type=radio]{border-right-width:1px;}
#module_98740191 .smsvcode,#module_98740191 .VerificationCodeinput,#module_98740191 .boder-style,#module_98740191 .customFormCheckbox,#module_98740191 input[type=radio],#module_98740191 .in-formList,#module_98740191 .multi-row-text,#module_98740191 .frist-city-select,#module_98740191 .VerificationCodeinputWb,#module_98740191 .City-select,#module_98740191 .Couty-select{border-bottom-color:rgb(255, 255, 255);}
#module_98740191 .smsvcode,#module_98740191 .VerificationCodeinput,#module_98740191 .boder-style,#module_98740191 .customFormCheckbox,#module_98740191 input[type=radio],#module_98740191 .in-formList,#module_98740191 .multi-row-text,#module_98740191 .frist-city-select,#module_98740191 .VerificationCodeinputWb,#module_98740191 .City-select,#module_98740191 .Couty-select{border-bottom-style:solid;}
#module_98740191 .smsvcode,#module_98740191 .bottomline,#module_98740191 .VerificationCodeinput,#module_98740191 .boder-style,#module_98740191 .customFormCheckbox,#module_98740191 input[type=radio],#module_98740191 .in-formList,#module_98740191 .multi-row-text,#module_98740191 .frist-city-select,#module_98740191 .VerificationCodeinputWb,#module_98740191 .City-select,#module_98740191 .Couty-select{border-bottom-width:1px;}
#module_98740191 .smsvcode,#module_98740191 .VerificationCodeinput,#module_98740191 .boder-style,#module_98740191 .multi-row-text,#module_98740191 .customFormCheckbox,#module_98740191 input[type=radio]{border-left-color:rgb(255, 255, 255);}
#module_98740191 .smsvcode,#module_98740191 .VerificationCodeinput,#module_98740191 .boder-style,#module_98740191 .multi-row-text,#module_98740191 .customFormCheckbox,#module_98740191 input[type=radio]{border-left-style:solid;}
#module_98740191 .smsvcode,#module_98740191 .VerificationCodeinput,#module_98740191 .boder-style,#module_98740191 .multi-row-text,#module_98740191 .customFormCheckbox,#module_98740191 input[type=radio]{border-left-width:1px;}
#module_98740191 .submitbtn:hover{font-size:14px;}
#module_98740191 .submitbtn:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_98740191 .submitbtn:hover{color:#fff;}
#module_98740191 .submitbtn:hover{font-weight:normal;}
#module_98740191 .submitbtn:hover{text-decoration:none;}
#module_98740191 .submitbtn:hover{font-style:normal;}
#module_98740191 .submitbtn:hover{background-color:rgb(0, 159, 255);}
#module_98740191 .submitbtn:hover{background-image:none;}
#module_98740191 .submitbtn:hover{background-repeat:no-repeat;}
#module_98740191 .submitbtn:hover{background-position:50% 50%;}
#module_98740191 .submitbtn:hover{background-attachment:scroll;}
#module_98740191 .submitbtn:hover{}
#module_98740191 .smsvcode:hover,#module_98740191 .VerificationCodeinput:hover,#module_98740191 .boder-style:hover,#module_98740191 .multi-row-text:hover,#module_98740191 .customFormCheckbox:hover,#module_98740191 input[type=radio]:hover{border-top-color:rgb(242, 242, 242);}
#module_98740191  .smsvcode:hover,#module_98740191 .VerificationCodeinput:hover,#module_98740191 .boder-style:hover,#module_98740191 .multi-row-text:hover,#module_98740191 .customFormCheckbox:hover,#module_98740191 input[type=radio]:hover{border-top-style:solid;}
#module_98740191 .smsvcode:hover,#module_98740191 .VerificationCodeinput:hover,#module_98740191 .boder-style:hover,#module_98740191 .multi-row-text:hover,#module_98740191 .customFormCheckbox:hover,#module_98740191 input[type=radio]:hover{border-right-color:rgb(242, 242, 242);}
#module_98740191 .smsvcode:hover,#module_98740191 .VerificationCodeinput:hover,#module_98740191 .boder-style:hover,#module_98740191 .multi-row-text:hover,#module_98740191 .customFormCheckbox:hover,#module_98740191 input[type=radio]:hover{border-right-style:solid;}
#module_98740191 .smsvcode:hover,#module_98740191 .VerificationCodeinput:hover,#module_98740191 .customFormCheckbox:hover,#module_98740191 input[type=radio]:hover,#module_98740191 .in-formList:hover,#module_98740191 .boder-style:hover,#module_98740191 .multi-row-text:hover,#module_98740191 .frist-city-select:hover,#module_98740191 .VerificationCodeinputWb:hover,#module_98740191 .City-select:hover,#module_98740191 .Couty-select:hover{border-bottom-color:rgb(242, 242, 242);}
#module_98740191 .smsvcode:hover,#module_98740191 .VerificationCodeinput:hover,#module_98740191 .customFormCheckbox:hover,#module_98740191 input[type=radio]:hover,#module_98740191 .in-formList:hover,#module_98740191 .boder-style:hover,#module_98740191 .multi-row-text:hover,#module_98740191 .frist-city-select:hover,#module_98740191 .VerificationCodeinputWb:hover,#module_98740191 .City-select:hover,#module_98740191 .Couty-select:hover{border-bottom-style:solid;}
#module_98740191 .smsvcode:hover,#module_98740191 .VerificationCodeinput:hover,#module_98740191 .boder-style:hover,#module_98740191 .multi-row-text:hover,#module_98740191 .customFormCheckbox:hover,#module_98740191 input[type=radio]:hover{border-left-color:rgb(242, 242, 242);}
#module_98740191 .smsvcode:hover,#module_98740191 .VerificationCodeinput:hover,#module_98740191 .boder-style:hover,#module_98740191 .multi-row-text:hover,#module_98740191 .customFormCheckbox:hover,#module_98740191 input[type=radio]:hover{border-left-style:solid;}

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

#module_165260629 .vcbtn1{background-color:#f10215;}
#module_165260629 .vcbtn1{color:#fff;}
#module_165260629 .title{font-size:20px;}
#module_165260629 .title{font-family:微软雅黑,Microsoft YaHei;}
#module_165260629 .title{color:rgb(255, 255, 255);}
#module_165260629 .title{font-weight:normal;}
#module_165260629 .title{text-decoration:none;}
#module_165260629 .title{font-style:normal;}
#module_165260629 .title{background-color:transparent;}
#module_165260629 .title{background-image:none;}
#module_165260629 .title{background-repeat:no-repeat;}
#module_165260629 .title{background-position:50% 50%;}
#module_165260629 .title{background-attachment:scroll;}
#module_165260629 .title{}
#module_165260629 .title{height:70px;line-height:70px;}
#module_165260629 .title{text-align:center;}
#module_165260629 .Describ-text-color{font-size:12px;}
#module_165260629 .Describ-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_165260629 .Describ-text-color{color:rgb(255, 255, 255);}
#module_165260629 .Describ-text-color{font-weight:normal;}
#module_165260629 .Describ-text-color{text-decoration:none;}
#module_165260629 .Describ-text-color{font-style:normal;}
#module_165260629 .smsbtn,#module_165260629 .smsvcode,#module_165260629 .input-text-color{font-size:14px;}
#module_165260629 .smsbtn,#module_165260629 .smsvcode,#module_165260629 .input-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_165260629 .smsvcode,#module_165260629 .input-text-color{color:rgb(255, 255, 255);} #module_165260629 .input-text-color::-ms-input-placeholder{color:rgb(255, 255, 255);}  #module_165260629 .input-text-color::-moz-placeholder{color:rgb(255, 255, 255);} #module_165260629 .input-text-color::-webkit-input-placeholder{color:rgb(255, 255, 255);} 
#module_165260629 .smsbtn,#module_165260629 .smsvcode,#module_165260629 .input-text-color{font-weight:normal;}
#module_165260629 .smsbtn,#module_165260629 .smsvcode,#module_165260629 .input-text-color{text-decoration:none;} #module_165260629 .input-text-color::-ms-input-placeholder{text-decoration:none;} #module_165260629 .input-text-color::-moz-placeholder{text-decoration:none;} #module_165260629 .input-text-color::-webkit-input-placeholder{text-decoration:none;}
#module_165260629 .smsbtn,#module_165260629 .smsvcode,#module_165260629 .input-text-color{font-style:normal;}
#module_165260629 .submitbtn{font-size:14px;}
#module_165260629 .submitbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_165260629 .submitbtn{color:#fff;}
#module_165260629 .submitbtn{font-weight:normal;}
#module_165260629 .submitbtn{text-decoration:none;}
#module_165260629 .submitbtn{font-style:normal;}
#module_165260629 .submitbtn{background-color:rgb(0, 159, 255);} #module_165260629 input[type=radio]:checked, #module_165260629 input[type=checkbox]:checked{background:rgb(0, 159, 255);border:1px solid rgb(0, 159, 255)} 
#module_165260629 .submitbtn{background-image:none;}
#module_165260629 .submitbtn{background-repeat:no-repeat;}
#module_165260629 .submitbtn{background-position:50% 50%;}
#module_165260629 .submitbtn{background-attachment:scroll;}
#module_165260629 .submitbtn{}
#module_165260629 .submitbtn{width:160px;}
#module_165260629 .submitbtn{height:36px;line-height:36px;}
#module_165260629 .smsvcode,#module_165260629 input[type=radio],#module_165260629 .Browse-file,#module_165260629 .customFormCheckbox,#module_165260629 input.input-text-color,#module_165260629 .in-formList,#module_165260629 .frist-city-select,#module_165260629 .City-select,#module_165260629 .Couty-select,#module_165260629 .multi-row-text ,#module_165260629 .VerificationCodeinputWb,#module_165260629 .frist_item{background-color:rgba(0,0,0,0);}
#module_165260629 .smsvcode,#module_165260629 .VerificationCodeinput,#module_165260629 .boder-style,#module_165260629 .multi-row-text,#module_165260629 .customFormCheckbox,#module_165260629 input[type=radio]{border-top-color:rgb(255, 255, 255);}
#module_165260629 .smsvcode,#module_165260629 .VerificationCodeinput,#module_165260629 .boder-style,#module_165260629 .multi-row-text,#module_165260629 .customFormCheckbox,#module_165260629 input[type=radio]{border-top-style:solid;}
#module_165260629 .smsvcode,#module_165260629 .VerificationCodeinput,#module_165260629 .boder-style,#module_165260629 .multi-row-text,#module_165260629 .customFormCheckbox,#module_165260629 input[type=radio]{border-top-width:1px;}
#module_165260629 .smsvcode,#module_165260629 .VerificationCodeinput,#module_165260629 .boder-style,#module_165260629 .multi-row-text,#module_165260629 .customFormCheckbox,#module_165260629 input[type=radio]{border-right-color:rgb(255, 255, 255);}
#module_165260629 .smsvcode,#module_165260629 .VerificationCodeinput,#module_165260629 .boder-style,#module_165260629 .multi-row-text,#module_165260629 .customFormCheckbox,#module_165260629 input[type=radio]{border-right-style:solid;}
#module_165260629 .smsvcode,#module_165260629 .VerificationCodeinput,#module_165260629 .boder-style,#module_165260629 .multi-row-text,#module_165260629 .customFormCheckbox,#module_165260629 input[type=radio]{border-right-width:1px;}
#module_165260629 .smsvcode,#module_165260629 .VerificationCodeinput,#module_165260629 .boder-style,#module_165260629 .customFormCheckbox,#module_165260629 input[type=radio],#module_165260629 .in-formList,#module_165260629 .multi-row-text,#module_165260629 .frist-city-select,#module_165260629 .VerificationCodeinputWb,#module_165260629 .City-select,#module_165260629 .Couty-select{border-bottom-color:rgb(255, 255, 255);}
#module_165260629 .smsvcode,#module_165260629 .VerificationCodeinput,#module_165260629 .boder-style,#module_165260629 .customFormCheckbox,#module_165260629 input[type=radio],#module_165260629 .in-formList,#module_165260629 .multi-row-text,#module_165260629 .frist-city-select,#module_165260629 .VerificationCodeinputWb,#module_165260629 .City-select,#module_165260629 .Couty-select{border-bottom-style:solid;}
#module_165260629 .smsvcode,#module_165260629 .bottomline,#module_165260629 .VerificationCodeinput,#module_165260629 .boder-style,#module_165260629 .customFormCheckbox,#module_165260629 input[type=radio],#module_165260629 .in-formList,#module_165260629 .multi-row-text,#module_165260629 .frist-city-select,#module_165260629 .VerificationCodeinputWb,#module_165260629 .City-select,#module_165260629 .Couty-select{border-bottom-width:1px;}
#module_165260629 .smsvcode,#module_165260629 .VerificationCodeinput,#module_165260629 .boder-style,#module_165260629 .multi-row-text,#module_165260629 .customFormCheckbox,#module_165260629 input[type=radio]{border-left-color:rgb(255, 255, 255);}
#module_165260629 .smsvcode,#module_165260629 .VerificationCodeinput,#module_165260629 .boder-style,#module_165260629 .multi-row-text,#module_165260629 .customFormCheckbox,#module_165260629 input[type=radio]{border-left-style:solid;}
#module_165260629 .smsvcode,#module_165260629 .VerificationCodeinput,#module_165260629 .boder-style,#module_165260629 .multi-row-text,#module_165260629 .customFormCheckbox,#module_165260629 input[type=radio]{border-left-width:0px;}
#module_165260629 .submitbtn:hover{font-size:12px;}
#module_165260629 .submitbtn:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_165260629 .submitbtn:hover{color:#fff;}
#module_165260629 .submitbtn:hover{font-weight:normal;}
#module_165260629 .submitbtn:hover{text-decoration:none;}
#module_165260629 .submitbtn:hover{font-style:normal;}
#module_165260629 .submitbtn:hover{background-color:rgb(0, 159, 255);}
#module_165260629 .submitbtn:hover{background-image:none;}
#module_165260629 .submitbtn:hover{background-repeat:no-repeat;}
#module_165260629 .submitbtn:hover{background-position:50% 50%;}
#module_165260629 .submitbtn:hover{background-attachment:scroll;}
#module_165260629 .submitbtn:hover{}
#module_165260629 .smsvcode:hover,#module_165260629 .VerificationCodeinput:hover,#module_165260629 .boder-style:hover,#module_165260629 .multi-row-text:hover,#module_165260629 .customFormCheckbox:hover,#module_165260629 input[type=radio]:hover{border-top-color:rgb(242, 242, 242);}
#module_165260629  .smsvcode:hover,#module_165260629 .VerificationCodeinput:hover,#module_165260629 .boder-style:hover,#module_165260629 .multi-row-text:hover,#module_165260629 .customFormCheckbox:hover,#module_165260629 input[type=radio]:hover{border-top-style:solid;}
#module_165260629 .smsvcode:hover,#module_165260629 .VerificationCodeinput:hover,#module_165260629 .boder-style:hover,#module_165260629 .multi-row-text:hover,#module_165260629 .customFormCheckbox:hover,#module_165260629 input[type=radio]:hover{border-right-color:rgb(242, 242, 242);}
#module_165260629 .smsvcode:hover,#module_165260629 .VerificationCodeinput:hover,#module_165260629 .boder-style:hover,#module_165260629 .multi-row-text:hover,#module_165260629 .customFormCheckbox:hover,#module_165260629 input[type=radio]:hover{border-right-style:solid;}
#module_165260629 .smsvcode:hover,#module_165260629 .VerificationCodeinput:hover,#module_165260629 .customFormCheckbox:hover,#module_165260629 input[type=radio]:hover,#module_165260629 .in-formList:hover,#module_165260629 .boder-style:hover,#module_165260629 .multi-row-text:hover,#module_165260629 .frist-city-select:hover,#module_165260629 .VerificationCodeinputWb:hover,#module_165260629 .City-select:hover,#module_165260629 .Couty-select:hover{border-bottom-color:rgb(242, 242, 242);}
#module_165260629 .smsvcode:hover,#module_165260629 .VerificationCodeinput:hover,#module_165260629 .customFormCheckbox:hover,#module_165260629 input[type=radio]:hover,#module_165260629 .in-formList:hover,#module_165260629 .boder-style:hover,#module_165260629 .multi-row-text:hover,#module_165260629 .frist-city-select:hover,#module_165260629 .VerificationCodeinputWb:hover,#module_165260629 .City-select:hover,#module_165260629 .Couty-select:hover{border-bottom-style:solid;}
#module_165260629 .smsvcode:hover,#module_165260629 .VerificationCodeinput:hover,#module_165260629 .boder-style:hover,#module_165260629 .multi-row-text:hover,#module_165260629 .customFormCheckbox:hover,#module_165260629 input[type=radio]:hover{border-left-color:rgb(242, 242, 242);}
#module_165260629 .smsvcode:hover,#module_165260629 .VerificationCodeinput:hover,#module_165260629 .boder-style:hover,#module_165260629 .multi-row-text:hover,#module_165260629 .customFormCheckbox:hover,#module_165260629 input[type=radio]:hover{border-left-style:solid;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ModuleGridContainer.ModuleGridContainer315813013 #Sub315813013_2 {width:91.5%;}
.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .subnav li a {
    font-size: 15px;
}

.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.mobileFootNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ModuleMobileNavGiant.layout-101 .maxlarge {
    max-width: 10rem;
}

.ModuleMobileNavGiant.layout-101 .maxmiddle {
    max-width: 8rem;
}

.ModuleMobileNavGiant.layout-101 .header-model {
    width: 100%;
    height: 3rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    background: #333333;
    max-height: calc(100vh);
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
}

.mobileNavFloatLayer_1 {
    display: block;
    visibility: hidden;
    width: 17rem;
    height: 100%;
    -ms-transform: translateX(-17rem);
    -khtml-transform: translateX(-17rem);
    -webkit-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    transform: translateX(-17rem);
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    z-index: 9999
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li {
    color: #fff;
    border-bottom: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.on {
    border-left: 5px solid #888888;
    transition: all .3s ease-out
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a {
    padding-left: 15%;
    font-size: 15px;
    color: #fff;
    display: block;
    height: 65px;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a .main-class-colorlump {
    width: 10px;
    height: 66px;
    background-color: #888;
    display: none;
    vertical-align: middle;
    top: unset;
    margin-right: 0;
    transform: unset;
    position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
    width: 18.5px;
    height: 20px;
    display: inline-block;
    margin-right: 1.06rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open>a .more:before {
    content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
    z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
    line-height: 65px;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
    padding-left: 30%;
}

/*滚动条*/

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    overflow: auto;
    height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
    position: relative;
    top: 0;
}

/*二级导航*/

.ModuleMobileNavGiant.layout-101 .subnav a {
    padding-left: 25%;
    display: block;
    font-size: 15px;
    position: relative;
    height: 65px;
    /*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
    display: flex;
    height: 50px!important;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0
}

.ModuleMobileNavGiant.layout-101 header {
    box-sizing: border-box;
    width: 100%
}



.bodyfixd {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bodyabstre {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}



.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
    border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
    border: 0 ! important
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
    border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
    max-height: 40px;
    padding-right: 8pt;
    padding-left: 8pt;
    /* margin-right: 8px;
     margin-left: 15px;
    padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
    display: flex;
    width: calc(100% - 60px);
    margin-left: 50px;
    margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
    width: 56px;
    text-align: center;
    display: block;
}

.ModuleMobileNavGiant.layout-101 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-101 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .mobileNav {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        position: fixed;
    }
    .mobileNavFloatLayer_1 {
        display: block;
        visibility: hidden;
        width: 17rem;
        height: 100%;
        -ms-transform: translateX(-17rem);
        -khtml-transform: translateX(-17rem);
        -webkit-transform: translateX(-17rem);
        -o-transform: translateX(-17rem);
        -moz-transform: translateX(-17rem);
        transform: translateX(-17rem);
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        z-index: 9999
    }
    .mobileNavFloatLayer_r {
        right: 0;
        -ms-transform: translateX(17rem);
        -khtml-transform: translateX(17rem);
        -webkit-transform: translateX(17rem);
        -o-transform: translateX(17rem);
        -moz-transform: translateX(17rem);
        transform: translateX(17rem);
    }
}

@media only screen and (min-width: 768px) {
    .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
        margin-top: 0px;
    }
    .ModuleMobileNavGiant.layout-101 .header-model {
        display: none;
    }
}

.ModuleMobileNavGiant.layout-101 .icon-dianhua-moren {
    font-weight: normal;
}

.ModuleMobileNavGiant.layout-101 .icon-sousuo {
    font-weight: 750;
}

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_21767405 .ModuleHead .HeadCenter{float:none;}
#module_21767405 {
padding:0px;
}
#module_21767405 {
}
#module_21767405 .ModuleHead21767405 {
display:none;
}
#module_21767405 .BodyCenter.BodyCenter21767405 {
background:none;background-color:rgba(0,0,0,0);
}
#module_21767405 >.module_21767405 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_21767405 >.module_21767405{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_21767405 .BodyCenter.BodyCenter21767405 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_21767405 .BodyCenter.BodyCenter21767405 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_21767405 >.module_21767405 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_21767405 >.module_21767405 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_21767405 >.module_21767405 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}
#module_21767405:hover {
border:none;
}
#module_21767405:hover >.module_21767405 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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


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

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

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