/* cache file /mnt/yzproc/YZ-Site/caches/csscache/10/108067/108067_2965513_1_.cache exists */
/*md5:16355faee998b0958dd29b7447efe8ef*/
/*time: 2025-11-03 14:20:01*/
/*url:www.dgsungpower.com/Content/2965513.html*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
@media only screen and (max-width: 767px) {
	.ModuleOnLineServiceGiant.layout-109 {
		display: none;
	}
}

.ModuleOnLineServiceGiant.layout-109 .online-service-giant-container {
	width: 66px;
	float: right;
}
.ModuleOnLineServiceGiant.layout-109 .qrcodetips{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	 text-align: center;
	  margin-top:4px;
	  color:#666
	}

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

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

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

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

.turn{
	animation:turn 1s linear ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	100%{
		transform: rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

.ModuleOnLineServiceGiant.layout-109 .qrcode-content {
	width: 170px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.ModuleOnLineServiceGiant.layout-109 .qrcode-content .img{
	max-height:170px;
}

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

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

#module_683333900 .animated-circles.animated .c-1,#module_683333900 .animated-circles.animated .c-2,#module_683333900 .animated-circles.animated.c-3{opacity: 0.25; background-color:#fd6e27;} #module_683333900 .animated-circles2:after{background-image:linear-gradient(to bottom, #fd6e27, #fd6e27)}
#module_683333900 .online-service-nav .head{background-color:#FFFFFF;}
#module_683333900 .online-service{border-width:0px;}
#module_683333900 .online-service{border-style:;}
#module_683333900 .online-service{border-color:;}
#module_683333900 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_683333900 .online-service-content{background-color:#fff;}
#module_683333900 .online-service-content{border-top-left-radius:20px;}
#module_683333900 .online-service-content{border-bottom-left-radius:20px;}
#module_683333900 .online-service-content{border-bottom-right-radius:20px;}
#module_683333900 .online-service-content{border-top-right-radius:20px;}
#module_683333900 .online-service-content-tab .content-tab{background-color:transparent;}
#module_683333900 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_683333900 .content-close::after{border-width:1px;}
#module_683333900 .content-close::after{border-style:solid;}
#module_683333900 .content-close::after{border-color:#eeeeee;}
#module_683333900 .content-close span{background-color:#999999;}
#module_683333900 .online-service-top{background-color:#ffffff;}
#module_683333900 .online-service-top .iconfont{color:#fd6e27;}
#module_683333900 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_683333900 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_683333900 .online-service:hover{border-width:0px;}
#module_683333900 .online-service:hover{border-style:;}
#module_683333900 .online-service:hover{border-color:;}
#module_683333900 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_683333900 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_683333900 .online-service:hover .online-service-hint{background-color:rgb(240, 130, 0);}
#module_683333900 .online-service-content-tab .content-tabh:hover{background-color:rgb(240, 130, 0);}
#module_683333900 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_683333900 .content-close:hover span{background-color:#999999;}
#module_683333900 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_683333900 .online-service-top:hover{background-color:#ffffff;}
#module_683333900 .online-service-top:hover .iconfont{color:rgb(240, 130, 0);}
#module_683333900 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:736px}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer.sticky {display:flex}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer.sticky > .SubContainer{display:block; position: sticky; top:20px;height: 100% !important; }
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer.ModuleHoverBoxItem_2{display:none}
.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%;position: relative;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .ModuleContainer .SubPadding {height: 100%}

@media only screen and (max-width: 767px) {
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display: flex;flex-wrap: wrap;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding{float:left;height: 10px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{float:left;padding-top:2px;padding-bottom:2px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding .SubDrag{display:none;}
    /* padding 宽度 用 5，子容器宽度为 (100% - (列数 - 1) * padding宽度)/列数) */
    /* 12列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubContainer{width:calc((100% - 55px)/12)!important;}
    /* 11列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubContainer{width:calc((100% - 50px)/11)!important;}
    /* 10列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubContainer{width:calc((100% - 45px)/10)!important;}
    /* 9列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubContainer{width:calc((100% - 40px)/10)!important;}
    /* 8列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubContainer{width:calc((100% - 35px)/8)!important;}
    /* 7列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubContainer{width:calc((100% - 30px)/7)!important;}
	/* 6列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubContainer{width:calc((100% - 25px)/6)!important;}
	/* 5列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding5{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubContainer{width:calc((100% - 20px)/5)!important;}
	/* 4列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubContainer{width:calc((100% - 15px)/4)!important;}
	/* 3列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding3{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding6{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubContainer{width:calc((100% - 10px)/3)!important;}
	/* 2列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding2{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding6{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubContainer{width:calc((100% - 5px)/2)!important;}
	/* 1列 无padding */
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubPadding{width:0px;display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubContainer{width:100%!important;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer.sticky > .SubContainer{
        position:inherit !important;
        top:unset !important;
    }
}

.ModuleGridCustomGiant.layout-101 .ModuleGridBorder{border:0px !important;padding: 0 !important;}
.module_683322537 .ModuleHead .HeadCenter{float:none;}
#module_683322537 {
padding:0px;
}
#module_683322537 {
position:static;
z-index:4000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_683322537 .ModuleHead683322537 {
display:none;
}
#module_683322537 .BodyCenter.BodyCenter683322537 {
background:none;background-color:rgb(255, 255, 255);
}
#module_683322537 >.module_683322537 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683322537 >.module_683322537{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683322537 .BodyCenter.BodyCenter683322537 {
padding-top:0.0000%;
padding-left:5.2521%;
padding-right:5.2521%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683322537 .BodyCenter.BodyCenter683322537 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683322537 >.module_683322537 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683322537 >.module_683322537 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683322537 >.module_683322537 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683322537:hover {
border:none;
}
#module_683322537:hover >.module_683322537 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

.ModuleGridContainer.ModuleGridContainer683322537 #Sub683322537_1 {width:16.5101%;}
.ModuleNavGiant.layout-102 .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;
  line-height: 0;
  overflow: hidden;
}
.ModuleNavGiant.layout-102 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-102 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-102 .moveMenuRight, .ModuleNavGiant.layout-102 .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-102 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-102 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px

}
.ModuleNavGiant.layout-102 .moveMenuRight:hover, .ModuleNavGiant.layout-102 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-102 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-102 .main-nav-item-group {
	float: left;
	text-align: center;
}
.ModuleNavGiant.layout-102 .main-nav-item {
  box-sizing: content-box;
  padding: 0 25px;
  height: 80px;
  line-height: 80px;
  color: #000000;
  position: relative;
  display:block;
}
.ModuleNavGiant.layout-102 .main-nav-item::before {
  content: '';
  position: absolute;
  width: 0%;
  transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  border-bottom:3px solid #1976d2;
  z-index: 1;
  left: 50%;
  bottom: 0;
}
.ModuleNavGiant.layout-102 .main-nav-item-hover::before {
  width: 100%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.ModuleNavGiant.layout-102 .sub-nav-item-group {
  width: 192px;
  text-align: center;
  border-top: 2px solid #333;
  display: none;
}
.ModuleNavGiant.layout-102 .sub-nav-item {
  display: block;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 12px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-102 .sub-nav-item:last-child{
  border-bottom: none!important;
}
.ModuleNavGiant.layout-102 .sub-nav-item:hover {
  padding-left: 10px;
  background-color: #f7f7f7;
}
.ModuleNavGiant.layout-102 .sub-nav-item-group.current {
  display: block;
}
.ModuleNavGiant.layout-102 .main-nav-item-group.current .main-nav-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #1976d2;
  z-index: 11111;
  left: 0;
  bottom: 0;
}
.ModuleNavGiant.layout-102 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-102 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-102 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item {display: inline-block; padding: 0 !important; text-align: center;}

.ModuleNavGiant.layout-102 .menu{
    font-size: 12px;
    opacity: 0.6;
    float: right;
    margin-left: 8px;
    margin-top: 1px;
    transform:rotate(0deg);
    transition: all .3s linear;
    -webkit-transform:rotate(0deg);
    -webkit-transition: all .3s linear;
}
.ModuleNavGiant.layout-102 .menuUp{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -1px;
}
.ModuleNavGiant.layout-102 .sub-menu{
    display: none !important;
}.module_683322563 .ModuleHead .HeadCenter{float:none;}
#module_683322563 {
padding:0px;
}
#module_683322563 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683322563 .ModuleHead683322563 {
display:none;
}
#module_683322563 .BodyCenter.BodyCenter683322563 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683322563 >.module_683322563 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683322563 >.module_683322563{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683322563 .BodyCenter.BodyCenter683322563 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683322563 .BodyCenter.BodyCenter683322563 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683322563 >.module_683322563 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683322563 >.module_683322563 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683322563 >.module_683322563 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683322563:hover {
border:none;
}
#module_683322563:hover >.module_683322563 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683322563 .main-nav-item{height:110px;line-height:110px} #module_683322563 .main-nav-content{height:110px;}
#module_683322563 .main-nav-content{background-color:#fff;}
#module_683322563 .main-nav-content{background-image:none;}
#module_683322563 .main-nav-content{background-repeat:no-repeat;}
#module_683322563 .main-nav-content{}
#module_683322563 .main-nav-content{}
#module_683322563 .main-nav-content{}
#module_683322563 .main-nav-content, #module_683322563 .verticalMenu .main-nav-item-group{text-align:right;}
#module_683322563 .main-nav-item{font-size:18px;}
#module_683322563 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_683322563 .main-nav-item{color:rgb(0, 0, 0);}
#module_683322563 .main-nav-item{font-weight:normal;}
#module_683322563 .main-nav-item{text-decoration:none;}
#module_683322563 .main-nav-item{font-style:normal;}
#module_683322563 .main-nav-item{background-color:transparent;}
#module_683322563 .main-nav-item{background-image:none;}
#module_683322563 .main-nav-item{background-repeat:no-repeat;}
#module_683322563 .main-nav-item{}
#module_683322563 .main-nav-item{}
#module_683322563 .main-nav-item{}
#module_683322563 .main-nav-item{width:auto;}
#module_683322563 .main-nav-item{padding-left:25px;padding-right:25px;} #module_683322563 .verticalMenu .main-nav-item-group{margin-bottom:25px;}
#module_683322563 .sub-nav-item-group{border-top-color:#333;}
#module_683322563 .sub-nav-item-group{border-top-style:solid;}
#module_683322563 .sub-nav-item-group{border-top-width:0px;}
#module_683322563 .sub-nav-item-group{border-right-color:transparent;}
#module_683322563 .sub-nav-item-group{border-right-style:none;}
#module_683322563 .sub-nav-item-group{border-right-width:0px;}
#module_683322563 .sub-nav-item-group{border-bottom-color:transparent;}
#module_683322563 .sub-nav-item-group{border-bottom-style:none;}
#module_683322563 .sub-nav-item-group{border-bottom-width:0px;}
#module_683322563 .sub-nav-item-group{border-left-color:transparent;}
#module_683322563 .sub-nav-item-group{border-left-style:none;}
#module_683322563 .sub-nav-item-group{border-left-width:0px;}
#module_683322563 .sub-nav-item-group{width:192px;}
#module_683322563 .sub-nav-item{height:40px;line-height:40px}
#module_683322563 .sub-nav-item{font-size:14px;}
#module_683322563 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_683322563 .sub-nav-item{color:#000;}
#module_683322563 .sub-nav-item{font-weight:normal;}
#module_683322563 .sub-nav-item{text-decoration:none;}
#module_683322563 .sub-nav-item{font-style:normal;}
#module_683322563 .sub-nav-item{background-color:#fff;}
#module_683322563 .sub-nav-item{background-image:none;}
#module_683322563 .sub-nav-item{background-repeat:no-repeat;}
#module_683322563 .sub-nav-item{}
#module_683322563 .sub-nav-item{}
#module_683322563 .sub-nav-item{}
#module_683322563 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_683322563 .sub-nav-item{border-bottom-style:solid;}
#module_683322563 .sub-nav-item{border-bottom-width:1px;}
#module_683322563 .sub-nav-item{margin-top:0px;}
#module_683322563 .main-nav-item-hover{font-size:18px;}
#module_683322563 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_683322563 .main-nav-item-hover{color:rgb(240, 130, 0);}
#module_683322563 .main-nav-item-hover{font-weight:normal;}
#module_683322563 .main-nav-item-hover{text-decoration:none;}
#module_683322563 .main-nav-item-hover{font-style:normal;}
#module_683322563 .main-nav-item-hover{background-color:transparent;}
#module_683322563 .main-nav-item-hover{background-image:none;}
#module_683322563 .main-nav-item-hover{background-repeat:no-repeat;}
#module_683322563 .main-nav-item-hover{}
#module_683322563 .main-nav-item-hover{}
#module_683322563 .main-nav-item-hover{}
#module_683322563 .main-nav-item-hover::before,#module_683322563 .main-nav-item::before{border-bottom-color:rgb(240, 130, 0);}
#module_683322563 .main-nav-item-hover::before{border-bottom-style:solid;}
#module_683322563 .main-nav-item-hover::before{border-bottom-width:1px;}
#module_683322563 .main-nav-item-hover::before{width:100%}
#module_683322563 .sub-nav-item:hover{font-size:14px;}
#module_683322563 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_683322563 .sub-nav-item:hover{color:rgb(240, 130, 0);}
#module_683322563 .sub-nav-item:hover{font-weight:normal;}
#module_683322563 .sub-nav-item:hover{text-decoration:none;}
#module_683322563 .sub-nav-item:hover{font-style:normal;}
#module_683322563 .sub-nav-item:hover{background-color:#f2f2f2;}
#module_683322563 .sub-nav-item:hover{background-image:none;}
#module_683322563 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_683322563 .sub-nav-item:hover{}
#module_683322563 .sub-nav-item:hover{}
#module_683322563 .sub-nav-item:hover{}


.ModuleGridContainer.ModuleGridContainer683322537 #Sub683322537_2 {width:74.9664%;}
.ModuleLangSwitchV2Giant.layout-106 .currentbox{
	display: flex;
	align-items: center;
	justify-content: space-between
}
.ModuleLangSwitchV2Giant.layout-106 .lang-container{
	display: inline-block;
	text-align: center;
}
.ModuleLangSwitchV2Giant.layout-106 .lang-text{
	flex: 1;
	white-space: nowrap;
	text-align: center;
}
.ModuleLangSwitchV2Giant.layout-106 .LangIcon{
	cursor: pointer;
}
.ModuleLangSwitchV2Giant.layout-106 .lang-selection-ul{
    overflow: hidden;
    overflow-y: auto;
	height: 100%;
	padding: 10px 0;
}

.ModuleLangSwitchV2Giant.layout-106 .lang-selection li{
	cursor:pointer;
	text-align: center;
}

.ModuleLangSwitchV2Giant.layout-106 .lang-selection{
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 0px 18px 10px rgb(0 0 0 / 9%);
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(5px) translateY(10px);
	transform: translateY(5px) translateY(10px);
	-webkit-transition: opacity 300ms ease,visibility 0ms linear 300ms,-webkit-transform 300ms ease;
	transition: opacity 300ms ease,visibility 0ms linear 300ms,-webkit-transform 300ms ease;
	transition: transform 300ms ease,opacity 300ms ease,visibility 0ms linear 300ms;
	transition: transform 300ms ease,opacity 300ms ease,visibility 0ms linear 300ms,-webkit-transform 300ms ease;
	border: 1px solid;
	border-radius: 5px;
}

.ModuleLangSwitchV2Giant.layout-106 .lang-show{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 500ms ease,visibility 0ms linear 0ms,-webkit-transform 500ms ease;
	transition: opacity 500ms ease,visibility 0ms linear 0ms,-webkit-transform 500ms ease;
	transition: transform 500ms ease,opacity 500ms ease,visibility 0ms linear 0ms;
	transition: transform 500ms ease,opacity 500ms ease,visibility 0ms linear 0ms,-webkit-transform 500ms ease;
}

.ModuleLangSwitchV2Giant.layout-106 .lang-mask{
	height: 30px;
	background: rgb(0 0 0 / 0%);
	top: 20px;
	display: none;
}
.ModuleLangSwitchV2Giant.layout-106 .lang-selection-ul::before{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateY(0px) translateX(-50%);
	transform: translateY(0px) translateX(-50%);
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #fff;
}

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

#module_684386492 .BodyCenter{text-align:right;}
#module_684386492 .lang-text{margin-left:10px;}
#module_684386492 .lang-text{margin-right:10px;}
#module_684386492 .lang-text{font-size:16px;}
#module_684386492 .lang-text{font-family:微软雅黑,Microsoft YaHei;}
#module_684386492 .lang-text{color:#333;}
#module_684386492 .lang-text{font-weight:normal;}
#module_684386492 .lang-text{text-decoration:initial;}
#module_684386492 .lang-text{font-style:normal;}
#module_684386492 .currentbox{background-color:#fff;}
#module_684386492 .currentbox{background-image:none;}
#module_684386492 .currentbox{background-repeat:no-repeat;}
#module_684386492 .currentbox{}
#module_684386492 .currentbox{}
#module_684386492 .currentbox{}
#module_684386492 .currentbox{padding-left:5px;}
#module_684386492 .currentbox{padding-right:5px;}
#module_684386492 .currentbox{border-color:transparent;}
#module_684386492 .currentbox{border-style:solid;}
#module_684386492 .currentbox{border-width:0px;}
#module_684386492 .currentbox{border-top-left-radius:0px;}
#module_684386492 .currentbox{border-top-right-radius:0px;}
#module_684386492 .currentbox{border-bottom-left-radius:0px;}
#module_684386492 .currentbox{border-bottom-right-radius:0px;}
#module_684386492 .currentbox{height:40px}
#module_684386492 {}#clone_module_684386492 .lang-selection{box-shadow:0px 0px 18px 10px rgba(0, 0, 0, 9%);}
#module_684386492 .LangIcon,#module_684386492 .LangSvgIcon{margin-Left:0px;}
#module_684386492 .LangIcon,#module_684386492 .LangSvgIcon{margin-right:0px;}
#module_684386492 .PullIcon,#module_684386492 .PullSvgIcon{margin-left:0px;}
#module_684386492 .PullIcon,#module_684386492 .PullSvgIcon{margin-right:0px;}
#module_684386492 .LangIcon{font-size:20px;} #module_684386492 .LangSvgIcon{height:20px} #module_684386492 .LangSvgIcon svg{width:20px; height:20px}
#module_684386492 .LangIcon{color:#333}  #module_684386492 .LangSvgIcon svg>*{fill:#333;}
#module_684386492 .PullIcon{font-size:8px;} #module_684386492 .PullSvgIcon{height:8px} #module_684386492 .PullSvgIcon svg{width:8px;height:8px}
#module_684386492 .PullIcon{color:#333;} #module_684386492 .PullSvgIcon svg>*{fill:#333;}
#module_684386492 {}#clone_module_684386492 .lang-selection{background-color:#fff;} #clone_module_684386492 .lang-selection-ul::before{border-bottom-color:#fff}
#module_684386492 {}#clone_module_684386492 .lang-selection{background-image:none;}
#module_684386492 {}#clone_module_684386492 .lang-selection{background-repeat:no-repeat;}
#module_684386492 {}#clone_module_684386492 .lang-selection{}
#module_684386492 {}#clone_module_684386492 .lang-selection{}
#module_684386492 {}#clone_module_684386492 .lang-selection{}
#module_684386492 {}#clone_module_684386492 .lang-selection .lang-selection-text{font-size:14px;}
#module_684386492 {}#clone_module_684386492 .lang-selection .lang-selection-text{font-family:微软雅黑,Microsoft YaHei;}
#module_684386492 {}#clone_module_684386492 .lang-selection .lang-selection-text{color:#333;}
#module_684386492 {}#clone_module_684386492 .lang-selection .lang-selection-text{font-weight:normal;}
#module_684386492 {}#clone_module_684386492 .lang-selection .lang-selection-text{text-decoration:none;}
#module_684386492 {}#clone_module_684386492 .lang-selection .lang-selection-text{font-style:normal;}
#module_684386492 {}#clone_module_684386492 .lang-selection{border-color:#e5e5e5;}
#module_684386492 {}#clone_module_684386492 .lang-selection{height:100px;}
#module_684386492 {}#clone_module_684386492 .lang-selection{width:100px;}
#module_684386492 {}#clone_module_684386492 .lang-selection li{line-height:30px;}
#module_684386492 {}#clone_module_684386492 .lang-selection-ul li{padding-top:0px;}
#module_684386492 {}#clone_module_684386492 .lang-selection-ul li{padding-bottom:0px;}
#module_684386492 {}#clone_module_684386492 .lang-selection-ul li{padding-left:0px;}
#module_684386492 {}#clone_module_684386492 .lang-selection-ul li{padding-right:0px;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover{background-color:#f6f6f6;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover{background-image:none;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover{background-repeat:no-repeat;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover{}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover{}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover{}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover .lang-selection-text{font-size:14px;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover .lang-selection-text{font-family:微软雅黑,Microsoft YaHei;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover .lang-selection-text{color:rgb(253, 110, 39);}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover .lang-selection-text{font-weight:normal;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover .lang-selection-text{text-decoration:none;}
#module_684386492 {}#clone_module_684386492 .lang-selection li:hover .lang-selection-text{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer683322537 #Sub683322537_3 {width:8.5235%;}
.module_688836767 .ModuleHead .HeadCenter{float:none;}
#module_688836767 {
padding:0px;
}
#module_688836767 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_688836767 .ModuleHead688836767 {
display:none;
}

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

.ModulePupopGiant.layout-101 {height: 100%; background-color: rgba(0, 0, 0, .6);}
.ModulePupopGiant.layout-101 .row {margin-right: 0px; margin-left: 0px;}
.ModulePupopGiant.layout-101 .ModuleSubContainer {width: 100%; position: relative;}
.ModulePupopGiant.layout-101 .ModuleSubContainer .addnewhelper {white-space: unset;}
.ModulePupopGiant.layout-101 .ModulePupopContainer {
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModulePupopGiant.layout-101 .IsAdvertisement {position: fixed;}
.ModulePupopGiant.layout-101 .IsAdvertisement .ModulePupopContainer {
    position: static;
    top: 0 !important;
    left: 0 !important;
    transform: unset !important;
}
.ModulePupopGiant.layout-101 .pupopClose {
    position: absolute;
    z-index: 99999;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.ModulePupopGiant.layout-101 .pupopClose .iconfont {font-size: 30px; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.ModulePupopGiant.layout-101 .ModulePupopContainer .ModuleSubPupopBox {height: auto; overflow-y: auto;}
.ModulePupopGiant.layout-101 .ModulePuponArrow { position: absolute;
    left: 50%;
    transform: translatex(-50%);
    border: 9px solid transparent;
    width: 0;
    height: 0;
}
.ModulePupopGiant.layout-101 .ModulePuponArrow.PosTop {
    border-bottom-color: #e8e8e8;
    border-bottom-width: 12px;
    top:-20px;
}

.ModulePupopGiant.layout-101 .ModulePuponArrow.PosBottom {
    border-top-color: #e8e8e8;
    border-top-width: 12px;
    bottom:-20px;
}

@media only screen and (max-width: 767px) {
    .ModulePupopGiant.layout-101 .ModuleSubContainer {display: block;}
    .ModulePupopGiant.layout-101 .IsAdvertisement .ModulePupopContainer {max-width: 100vw;}
}.module_684361253 .ModuleHead .HeadCenter{float:none;}
#module_684361253 {
padding:0px;
}
#module_684361253 {
position:fixed;
z-index:100000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_684361253 .ModuleHead684361253 {
display:none;
}

#module_684361253 .ModulePupopContainer{top:calc(50% + 0px);left:calc(50% + 0px);transform:translate(-50%, -50%);} #module_684361253 .IsAdvertisement{top:calc(50% + 0px);left:calc(50% + 0px);transform:translate(-50%, -50%);}
#module_684361253 .ModulePupopContainer{background-color:rgba(255, 255, 255, 1);}
#module_684361253 .ModulePupopContainer{}
#module_684361253 .ModulePupopContainer{background-repeat:no-repeat;}
#module_684361253 .ModulePupopContainer{background-position:0% 0%;}
#module_684361253 .ModulePupopContainer{background-attachment:scroll;}
#module_684361253 .ModulePupopContainer{}
#module_684361253 .ModulePupopContainer{padding-top:0px;}
#module_684361253 .ModulePupopContainer{padding-bottom:0px;}
#module_684361253 .ModulePupopContainer{padding-left:0px;}
#module_684361253 .ModulePupopContainer{padding-right:0px;}
#module_684361253 .ModulePupopContainer{border-top-color:#e1e1e1;}
#module_684361253 .ModulePupopContainer{border-top-style:solid;}
#module_684361253 .ModulePupopContainer{border-top-width:0px;}
#module_684361253 .ModulePupopContainer{border-bottom-color:#e1e1e1;}
#module_684361253 .ModulePupopContainer{border-bottom-style:solid;}
#module_684361253 .ModulePupopContainer{border-bottom-width:0px;}
#module_684361253 .ModulePupopContainer{border-left-color:#e1e1e1;}
#module_684361253 .ModulePupopContainer{border-left-style:solid;}
#module_684361253 .ModulePupopContainer{border-left-width:0px;}
#module_684361253 .ModulePupopContainer{border-right-color:#e1e1e1;}
#module_684361253 .ModulePupopContainer{border-right-style:solid;}
#module_684361253 .ModulePupopContainer{border-right-width:0px;}
#module_684361253 .ModulePupopContainer{border-top-left-radius:0px;}
#module_684361253 .ModulePupopContainer{border-top-right-radius:0px;}
#module_684361253 .ModulePupopContainer{border-bottom-left-radius:0px;}
#module_684361253 .ModulePupopContainer{border-bottom-right-radius:0px;}
#module_684361253 .ModulePupopContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_684361253 .pupopClose{top:20px;right:20px;left:auto;transform:none;}
#module_684361253 .pupopClose{width:calc(26px + 3px); height:calc(26px + 3px);}
#module_684361253 .pupopClose .iconfont{font-size:24px;}
#module_684361253 .pupopClose .iconfont{color:#ccc;}
#module_684361253 .pupopClose{background-color:rgba(255, 255, 255, 0);}
#module_684361253 .pupopClose{}
#module_684361253 .pupopClose{background-repeat:no-repeat;}
#module_684361253 .pupopClose{background-position:0% 0%;}
#module_684361253 .pupopClose{background-attachment:scroll;}
#module_684361253 .pupopClose{}
#module_684361253 .pupopClose{border-top-color:#e1e1e1;}
#module_684361253 .pupopClose{border-top-style:solid;}
#module_684361253 .pupopClose{border-top-width:0px;}
#module_684361253 .pupopClose{border-bottom-color:#e1e1e1;}
#module_684361253 .pupopClose{border-bottom-style:solid;}
#module_684361253 .pupopClose{border-bottom-width:0px;}
#module_684361253 .pupopClose{border-left-color:#e1e1e1;}
#module_684361253 .pupopClose{border-left-style:solid;}
#module_684361253 .pupopClose{border-left-width:0px;}
#module_684361253 .pupopClose{border-right-color:#e1e1e1;}
#module_684361253 .pupopClose{border-right-style:solid;}
#module_684361253 .pupopClose{border-right-width:0px;}
#module_684361253 .pupopClose{border-top-left-radius:0px;}
#module_684361253 .pupopClose{border-top-right-radius:0px;}
#module_684361253 .pupopClose{border-bottom-left-radius:0px;}
#module_684361253 .pupopClose{border-bottom-right-radius:0px;}
#module_684361253 .ModulePupopGiant{background-color:rgba(0, 0, 0, .6);}
#module_684361253 .ModulePuponArrow.PosTop {border-bottom-color:#e8e8e8;} #module_684361253 .ModulePuponArrow.PosBottom {border-top-color:#e8e8e8;}
#module_684361253{position: fixed !important; top: 0 !important; left: 0 !important; z-index: 100000 !important; display: none;width: 100% !important; height: 100% !important;}.ModulePupopContainer.ModulePupopContainer684361253 {max-width:1440px;}
.IsAdvertisement .ModulePupopContainer.ModulePupopContainer684361253 {width:1440px;}
#Sub684361253_1.ModuleSubPupopBox {height: auto !important; max-height: calc(100vh - 100px);}
/*视频模块*/
.ModuleVideoGiant.layout-101 video{ display: block;}
.ModuleVideoGiant.layout-101 .videogiant-container{position: relative; text-align:center;}
.ModuleVideoGiant.layout-101 .videogiant-container .videoWrapper{height: auto;}
.ModuleVideoGiant.layout-101 .iframeBox .videoWrapper{padding-bottom: 56%;}
.ModuleVideoGiant.layout-101 .videogiant-container iframe,
.ModuleVideoGiant.layout-101 .videogiant-container embed,
.ModuleVideoGiant.layout-101 .videogiant-container object{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ModuleVideoGiant.layout-101 .videoPlayBtn{
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('/template/pc/skin/images/vbg.png') -116px -196px no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 11;
    -webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
    visibility: visible;
    cursor: pointer;
}
.ModuleVideoGiant.layout-101 .videogiant-container:hover .videoPlayBtn{
    transform: scale(1.4);
    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -o-transform:scale(1.4);
}
.ModuleVideoGiant.layout-101 .videoCoverPic{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-color: #fff; */
    -webkit-transition: all .46s ease;
    transition: all .46s ease;
}
.ModuleVideoGiant.layout-101 .playModeBox {opacity: 0;}
/*兼容ios、safari border-radius*/
.ModuleVideoGiant.layout-101{transform:rotate(0);}.module_684361259 .ModuleHead .HeadCenter{float:none;}
#module_684361259 {
padding:0px;
}
#module_684361259 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_684361259 .ModuleHead684361259 {
display:none;
}

#module_684361259 .videoTitle{font-size:14px;}
#module_684361259 .videoTitle{font-family:;}
#module_684361259 .videoTitle{color:#333;}
#module_684361259 .videoTitle{font-weight:bold;}
#module_684361259 .videoTitle{text-decoration:none;}
#module_684361259 .videoTitle{font-style:normal;}
#module_684361259 .videoTitle{text-align:left;}
#module_684361259 .videoTitle{margin-top:8px;}
#module_684361259 .videoTitle{margin-bottom:2px;}
#module_684361259 .videoTitle{margin-left:0px;}
#module_684361259 .videoTitle{margin-right:0px;}
#module_684361259 .videoDescrib{font-size:12px;}
#module_684361259 .videoDescrib{font-family:;}
#module_684361259 .videoDescrib{color:#999;}
#module_684361259 .videoDescrib{font-weight:normal;}
#module_684361259 .videoDescrib{text-decoration:none;}
#module_684361259 .videoDescrib{font-style:normal;}
#module_684361259 .videoDescrib{text-align:left;}
#module_684361259 .videoBox:hover .videoTitle{font-size:14px;}
#module_684361259 .videoBox:hover .videoTitle{font-family:;}
#module_684361259 .videoBox:hover .videoTitle{color:#333;}
#module_684361259 .videoBox:hover .videoTitle{font-weight:bold;}
#module_684361259 .videoBox:hover .videoTitle{text-decoration:none;}
#module_684361259 .videoBox:hover .videoTitle{font-style:normal;}
#module_684361259 .videoBox:hover .videoDescrib{font-size:12px;}
#module_684361259 .videoBox:hover .videoDescrib{font-family:;}
#module_684361259 .videoBox:hover .videoDescrib{color:#999;}
#module_684361259 .videoBox:hover .videoDescrib{font-weight:normal;}
#module_684361259 .videoBox:hover .videoDescrib{text-decoration:none;}
#module_684361259 .videoBox:hover .videoDescrib{font-style:normal;}

.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%;position: relative;}
.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_684361353 .ModuleHead .HeadCenter{float:none;}
#module_684361353 {
padding:0px;
}
#module_684361353 {
position:static;
z-index:0;
top:75px;
width:100%;
height: auto;
}
#module_684361353 .ModuleHead684361353 {
display:none;
}
#module_684361353 .BodyCenter.BodyCenter684361353 {
background:none;background-color:rgba(0,0,0,0);
background-image:url(/comdata/108067/202507/2025071411523333e72c.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_684361353 >.module_684361353 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_684361353 >.module_684361353{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_684361353 .BodyCenter.BodyCenter684361353 {
padding-top:20.9559%;
padding-left:5.2521%;
padding-right:5.2521%;
padding-bottom:2.1008%;
}
}
@media screen and (max-width: 767px){
#module_684361353 .BodyCenter.BodyCenter684361353 {
padding-top:14.4092%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:14.4092%;
}
}
@media screen and (min-width: 768px){
#module_684361353 >.module_684361353 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684361353 >.module_684361353 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_684361353 >.module_684361353 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684361353:hover {
border:none;
}
#module_684361353:hover >.module_684361353 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_684361353 .ModuleSubContainer{background-color:transparent;}
#module_684361353 .ModuleSubContainer{background-image:none;}
#module_684361353 .ModuleSubContainer{background-repeat:no-repeat;}
#module_684361353 .ModuleSubContainer{background-position:0% 0%;}
#module_684361353 .ModuleSubContainer{background-attachment:scroll;}
#module_684361353 .ModuleSubContainer{}
#module_684361353 {!bgVideo!}{bgVideoUrl:}
#module_684361353 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_684361353 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_684361353 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer684361353 {max-width:1550px;width:auto;}
.ModuleTabContainerV2Giant.layout-112 .tabContainer.TabContainer-Container {overflow: hidden; visibility: visible;}
.ModuleTabContainerV2Giant.layout-112 .tabContainer.TabContainer-Container .tabContainerGiantGrid {flex-shrink: 0;}
.ModuleTabContainerV2Giant.layout-112  div[id ^= "tab_content_clone_"] {
    display: block;
    position: absolute;
    height: 0;
    overflow: hidden;
    width: 100% !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    z-index: 900;
}
.ModuleTabContainerV2Giant.layout-112  .tabContentGiant.tab-content-clone .ModuleContainer {padding: 0;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container {display: flex;  align-items: center;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav {margin: 0 20px;}

.ModuleTabContainerV2Giant.layout-112  .Nav-Container .phicon {display: inline-block; background: unset; position: static; font-size: 16px; color: #333;cursor: pointer;}

/** xiaxiao **/
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav{position:absolute;z-index: 99;display: flex;margin:0!important;padding-right: 20px;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav li{width:6px;height:6px;border-radius:3px;background:#cccccc;margin-left:10px;
transition: width 350ms;
-moz-transition: width 350ms;	/* Firefox 4 */
-webkit-transition: width 350ms;	/* Safari 和 Chrome */
-o-transition: width 350ms;
}
.ModuleTabContainerV2Giant.layout-112 .Nav-Container .nav li:first-of-type{margin-left:0;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav li a:hover{background:none;width:auto;height:auto;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .nav li.active{width:24px;background:#E4CEAE;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title{position:absolute;z-index:99;}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .phicon{width:55px;height:55px;position: relative;
transition: all 350ms;
-moz-transition: all 350ms;
-webkit-transition: all 350ms;
-o-transition: all 350ms;
overflow:hidden;
top: 0;

}
.ModuleTabContainerV2Giant.layout-112  .tabContainerCommon .btnScrollLeft{
    left: 0;
}
.ModuleTabContainerV2Giant.layout-112  .tabContainerCommon .btnScrollRight{
    right: 0;
}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .phicon:before{border-top-color:transparent}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .phicon span{color:#333;    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);}
.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .phicon span:before{transition: all 350ms;-moz-transition: all 350ms;-webkit-transition: all 350ms;-o-transition: all 350ms;}

/* .ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .btnScrollRight{margin-left:15px;margin-right:20px;} */

.ModuleTabContainerV2Giant.layout-112  .moduleContainerHelper{margin-top: -5px;}
.ModuleTabContainerV2Giant.layout-112  .moduleContainerHelper .moduleContainerHelpers{margin-right: 3px;}
.ModuleTabContainerV2Giant.layout-112  .ModuleTabContainerV2Giant .addnewhelper{min-height:80px!important;padding:20px 10px;}
@media only screen and (max-width: 768px) {
    .ModuleTabContainerV2Giant.layout-112  .ModuleTabContainerV2Giant.layout-112 .Nav-Container {position: static; justify-content: center; margin-top: 28px;}
	.ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .btnScrollRight{ margin-left:15px!important; }
	/* .ModuleTabContainerV2Giant.layout-112  .Nav-Container .title .phicon{max-width:50px!important;max-height:50px!important;} */
}


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

#module_684361355 .tabContainerGiantGrid{background-color:transparent;}
#module_684361355 .tabContainerGiantGrid{background-image:none;}
#module_684361355 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_684361355 .tabContainerGiantGrid{}
#module_684361355 .tabContainerGiantGrid{}
#module_684361355 .tabContainerGiantGrid{}
#module_684361355 .tabContainerGiantGrid{padding-top:0px;}
#module_684361355 .tabContainerGiantGrid{padding-bottom:0px;}
#module_684361355 .tabContainerGiantGrid{padding-left:0px;}
#module_684361355 .tabContainerGiantGrid{padding-right:0px;}
#module_684361355 .tabContainerGiantGrid{border-top-color:transparent;}
#module_684361355 .tabContainerGiantGrid{border-top-style:solid;}
#module_684361355 .tabContainerGiantGrid{border-top-width:0px;}
#module_684361355 .tabContainerGiantGrid{border-right-color:transparent;}
#module_684361355 .tabContainerGiantGrid{border-right-style:solid;}
#module_684361355 .tabContainerGiantGrid{border-right-width:0px;}
#module_684361355 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_684361355 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_684361355 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_684361355 .tabContainerGiantGrid{border-left-color:transparent;}
#module_684361355 .tabContainerGiantGrid{border-left-style:solid;}
#module_684361355 .tabContainerGiantGrid{border-left-width:0px;}
#module_684361355 .Nav-Container .title{bottom:12px;top:auto;right:10px;left:auto;transform:none;}
#module_684361355 .Nav-Container .title .phicon{border-top-color:#000000;}
#module_684361355 .Nav-Container .title .phicon{border-top-style:solid;}
#module_684361355 .Nav-Container .title .phicon{border-top-width:1px;}
#module_684361355 .Nav-Container .title .phicon{border-right-color:#000000;}
#module_684361355 .Nav-Container .title .phicon{border-right-style:solid;}
#module_684361355 .Nav-Container .title .phicon{border-right-width:1px;}
#module_684361355 .Nav-Container .title .phicon{border-bottom-color:#000000;}
#module_684361355 .Nav-Container .title .phicon{border-bottom-style:solid;}
#module_684361355 .Nav-Container .title .phicon{border-bottom-width:1px;}
#module_684361355 .Nav-Container .title .phicon{border-left-color:#000000;}
#module_684361355 .Nav-Container .title .phicon{border-left-style:solid;}
#module_684361355 .Nav-Container .title .phicon{border-left-width:1px;}
#module_684361355 .Nav-Container .title .phicon{border-top-left-radius:5px;}
#module_684361355 .Nav-Container .title .phicon{border-top-right-radius:5px;}
#module_684361355 .Nav-Container .title .phicon{border-bottom-left-radius:5px;}
#module_684361355 .Nav-Container .title .phicon{border-bottom-right-radius:5px;}
#module_684361355 .Nav-Container .title .phicon{background-color:#000000;} #module_684361355 .nav li{background-color:#000000;}
#module_684361355 .Nav-Container .title .phicon{}
#module_684361355 .Nav-Container .title .btnScrollRight{ margin-left:15px; }
#module_684361355 .Nav-Container .title .phicon{width:55px;}
#module_684361355 .Nav-Container .title .phicon{height:55px;line-height:55px}
#module_684361355 .Nav-Container .title .phicon span{font-size:16px;}
#module_684361355 .Nav-Container .title .phicon span{color:#fff;}
#module_684361355 .Nav-Container .nav{top:10px;right:10px;left:auto;transform:none;}
#module_684361355 .Nav-Container .nav li{background-color:#333333;}
#module_684361355 .Nav-Container .title .phicon:hover{border-top-color:#333333;}
#module_684361355 .Nav-Container .title .phicon:hover{border-top-style:solid;}
#module_684361355 .Nav-Container .title .phicon:hover{border-top-width:1px;}
#module_684361355 .Nav-Container .title .phicon:hover{border-right-color:#333333;}
#module_684361355 .Nav-Container .title .phicon:hover{border-right-style:solid;}
#module_684361355 .Nav-Container .title .phicon:hover{border-right-width:1px;}
#module_684361355 .Nav-Container .title .phicon:hover{border-bottom-color:#333333;}
#module_684361355 .Nav-Container .title .phicon:hover{border-bottom-style:solid;}
#module_684361355 .Nav-Container .title .phicon:hover{border-bottom-width:1px;}
#module_684361355 .Nav-Container .title .phicon:hover{border-left-color:#333333;}
#module_684361355 .Nav-Container .title .phicon:hover{border-left-style:solid;}
#module_684361355 .Nav-Container .title .phicon:hover{border-left-width:1px;}
#module_684361355 .Nav-Container .title .phicon:hover{border-top-left-radius:5px;}
#module_684361355 .Nav-Container .title .phicon:hover{border-top-right-radius:5px;}
#module_684361355 .Nav-Container .title .phicon:hover{border-bottom-left-radius:5px;}
#module_684361355 .Nav-Container .title .phicon:hover{border-bottom-right-radius:5px;}
#module_684361355 .Nav-Container .title .phicon:hover{background-color:#333333;background-image:none;}
#module_684361355 .Nav-Container .title .phicon:hover{}
#module_684361355 .Nav-Container .title .phicon:hover{width:55px;}
#module_684361355 .Nav-Container .title .phicon:hover{height:55px;line-height:55px}
#module_684361355 .Nav-Container .title .phicon:hover span{font-size:16px;}
#module_684361355 .Nav-Container .title .phicon:hover span{color:#fff;}
#module_684361355 .Nav-Container .nav li.active{background-color:#000000;}

#module_684361355__tabPane_4885 #Sub684361355_4885 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_684361355__tabPane_4885 #Sub684361355_4885 > .SubContainer {display: table-cell; vertical-align: top;}
#module_684361355__tabPane_4885 .SubPadding {width:20px; height: 100%; position: relative; display: table-cell;}
#module_684361355__tabPane_4885 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_684361355__tabPane_4885 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_684361355__tabPane_4885:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_684361355__tabPane_4885 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_684361355__tabPane_4885 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_684361355__tabPane_4885 #Sub684361355_4885 {display: block;}
#module_684361355__tabPane_4885 #Sub684361355_4885 > .SubPadding {float:left; height: 10px;}
#module_684361355__tabPane_4885 #Sub684361355_4885 > .SubContainer {float:left;}
#module_684361355__tabPane_4885 #Sub684361355_4885 > .SubContainer .SubDrag {display:none;}
#module_684361355__tabPane_4885 #Sub684361355_4885 > .SubPadding {width:0px; display:none;}
#module_684361355__tabPane_4885 #Sub684361355_4885 > .SubContainer {width:100% !important; height: auto;}
}
#module_684361355__tabPane_4885 #Sub684361355_Tab4885_1 {width:23.6552%;}
/*图文模块 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; position: relative;}.module_684361356 .ModuleHead .HeadCenter{float:none;}
#module_684361356 {
padding:0px;
}
#module_684361356 {
position:static;
z-index:0;
top:25px;
left:0px;
width:100%;
height: auto;
}
#module_684361356 .ModuleHead684361356 {
display:none;
}
#module_684361356 .BodyCenter.BodyCenter684361356 {
background:none;background-color:rgba(0,0,0,0);
}
#module_684361356 >.module_684361356 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:rgb(240, 130, 0);
border-left-width:2px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_684361356 >.module_684361356{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_684361356 .BodyCenter.BodyCenter684361356 {
padding-top:0.0000%;
padding-left:5.8027%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684361356 .BodyCenter.BodyCenter684361356 {
padding-top:0.0000%;
padding-left:5.7637%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_684361356 >.module_684361356 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684361356 >.module_684361356 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_684361356 >.module_684361356 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684361356:hover {
border:none;
}
#module_684361356:hover >.module_684361356 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_684361356 .ModuleImageTextGiantContent{margin-top:0px;}
#module_684361356 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_684361356 .ModuleImageTextGiantContent{margin-left:0px;}
#module_684361356 .ModuleImageTextGiantContent{margin-right:0px;}
#module_684361356 .imageTextGiant-Container{padding-top:0px;}
#module_684361356 .imageTextGiant-Container{padding-bottom:0px;}
#module_684361356 .imageTextGiant-Container{padding-left:0px;}
#module_684361356 .imageTextGiant-Container{padding-right:0px;}
#module_684361356 .showHandle .btn{font-size:14px;}
#module_684361356 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_684361356 .showHandle .btn{color:#333;}
#module_684361356 .showHandle .btn{font-weight:400;}
#module_684361356 .showHandle .btn{text-decoration:none;}
#module_684361356 .showHandle .btn{font-style:normal;}
#module_684361356 .showHandle div{border-top-color:#ddd !important;}
#module_684361356 .showHandle div{border-top-style:solid !important;}
#module_684361356 .showHandle div{border-top-width:1px !important;}
#module_684361356 .showHandle{background-color:transparent;}
#module_684361356 .showHandle{background-image:none;}
#module_684361356 .showHandle{background-repeat:no-repeat;}
#module_684361356 .showHandle{}
#module_684361356 .showHandle{}
#module_684361356 .showHandle{}
#module_684361356 a{font-size:unset;font-family:unset}
#module_684361355__tabPane_4885 #Sub684361355_Tab4885_2 {width:61.2414%;}
.ModuleHorizontalGiant.layout-101 .hrbox{
	display: flex;
	justify-content:center;
}
.ModuleHorizontalGiant.layout-101 .hr-line {
	margin:unset;
	width: 100%;
	/* border: 1px solid #333; */
	border-top: 0 !important;
}
.ModuleHorizontalGiant.layout-101 {position: relative;}
.module_684361357 .ModuleHead .HeadCenter{float:none;}
#module_684361357 {
padding:0px;
}
#module_684361357 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_684361357 .ModuleHead684361357 {
display:none;
}
#module_684361357 .BodyCenter.BodyCenter684361357 {
background:none;background-color:rgba(0,0,0,0);
}
#module_684361357 >.module_684361357 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_684361357 >.module_684361357{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_684361357 .BodyCenter.BodyCenter684361357 {
padding-top:6.5946%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684361357 .BodyCenter.BodyCenter684361357 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_684361357 >.module_684361357 {
margin-top:0.5405%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.5405%;
}
}
@media screen and (max-width: 767px){
#module_684361357 >.module_684361357 {
margin-top:5px;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
}
}
#module_684361357 {
opacity:0.35;filter:alpha(opacity=35);zoom:1;
}
#module_684361357 >.module_684361357 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684361357:hover {
border:none;
}
#module_684361357:hover >.module_684361357 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_684361357 .hrbox{justify-content:flex-start;}
#module_684361357 .hr-line{width:autopx;max-width:autopx;}
#module_684361357 .hr-line{border-bottom-color:rgba(255, 255, 255, 0.35);}
#module_684361357 .hr-line{border-bottom-style:solid;}
#module_684361357 .hr-line{border-bottom-width:1px;}

#module_684361355__tabPane_4885 #Sub684361355_Tab4885_3 {width:15.1034%;}
.ModuleButtonGiant.layout-104 .moduleButton{
	background-color: #000;
	font-size: 12px;
	height: 50px;
	width:180px;
	color:#fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	max-width:100%;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
	 /* display: flex;
    justify-content: center;
    align-items: center; */
}
.ModuleButtonGiant.layout-104 .buttonbox{
	display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
}
.ModuleButtonGiant.layout-104 .buttonbox > span{
	display:inline-flex;
}
.ModuleButtonGiant.layout-104 .moduleButton:hover{
    color:#fff;
}
.ModuleButtonGiant.layout-104 .moduleButton:hover:before{
    background: #333;
}
.ModuleButtonGiant.layout-104 .hvr-sweep-to-right:before,.ModuleButtonGiant.layout-104 .hvr-sweep-to-top:before,.ModuleButtonGiant.layout-104 .Radial-Out:before,.ModuleButtonGiant.layout-104 .RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-104 .Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-104 .Shutter-Out-Vertical:before{
    background: #333
}
.ModuleButtonGiant.layout-104 .BreadsvgIcon{
	flex-direction: column;
	justify-content: center;
}
.ModuleButtonGiant.layout-104 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-104 .BreadIcon{
    font-size: 16px;
}.module_684361358 .ModuleHead .HeadCenter{float:none;}
#module_684361358 {
padding:0px;
}
#module_684361358 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_684361358 .ModuleHead684361358 {
display:none;
}
#module_684361358 .BodyCenter.BodyCenter684361358 {
background:none;background-color:rgba(0,0,0,0);
}
#module_684361358 >.module_684361358 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_684361358 >.module_684361358{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_684361358 .BodyCenter.BodyCenter684361358 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684361358 .BodyCenter.BodyCenter684361358 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_684361358 >.module_684361358 {
margin-top:15.7895%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684361358 >.module_684361358 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_684361358 >.module_684361358 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684361358:hover {
border:none;
}
#module_684361358:hover >.module_684361358 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_684361358 .BodyCenter{text-align:right;}
#module_684361358 .moduleButton{font-size:30px;}
#module_684361358 .moduleButton{font-family:arial, helvetica,sans-serif;}
#module_684361358 .moduleButton{color:#fff;}
#module_684361358 .moduleButton{font-weight:bold;}
#module_684361358 .moduleButton{text-decoration:none;}
#module_684361358 .moduleButton{font-style:normal;}
#module_684361358 .moduleButton, #module_684361358 .moduleButton:before{background-color:rgba(0,0,0,0);}
#module_684361358 .moduleButton, #module_684361358 .moduleButton:before{background-image:none;}
#module_684361358 .moduleButton, #module_684361358 .moduleButton:before{background-repeat:no-repeat;}
#module_684361358 .moduleButton, #module_684361358 .moduleButton:before{background-position:none;}
#module_684361358 .moduleButton, #module_684361358 .moduleButton:before{background-attachment:none;}
#module_684361358 .moduleButton, #module_684361358 .moduleButton:before{}
#module_684361358 .moduleButton{border-color:#000;}
#module_684361358 .moduleButton{border-style:solid;}
#module_684361358 .moduleButton{border-width:0px;}
#module_684361358 .moduleButton{width:180px;}
#module_684361358 .moduleButton,#module_684361358 .BreadsvgIcon{height:50px}
#module_684361358 .BodyCenter{color:#fff;}
#module_684361358 .moduleButton{border-top-left-radius:0px;}
#module_684361358 .moduleButton{border-top-right-radius:0px;}
#module_684361358 .moduleButton{border-bottom-left-radius:0px;}
#module_684361358 .moduleButton{border-bottom-right-radius:0px;}
#module_684361358 .BreadIcon{font-size:16px;} #module_684361358 .BreadsvgIcon svg{width:16px;height:16px;}
#module_684361358 .BreadIcon{color:#fff;} #module_684361358 .BreadsvgIcon svg>*{fill:#fff;}
#module_684361358 .BreadIcon,#module_684361358 .BreadsvgIcon{margin-left:10px;}
#module_684361358 .BreadIcon,#module_684361358 .BreadsvgIcon{margin-right:10px;}
#module_684361358 .moduleButton{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_684361358 .moduleButton:hover .BreadIcon{font-size:16px;} #module_684361358 .moduleButton:hover .BreadsvgIcon svg{width:16px;height:16px;}
#module_684361358 .moduleButton:hover .BreadIcon{color:#fff} #module_684361358 .moduleButton:hover .BreadsvgIcon svg>*{fill:#fff;}
#module_684361358 .moduleButton:hover{font-size:30px;}
#module_684361358 .moduleButton:hover{font-family:arial, helvetica,sans-serif;}
#module_684361358 .moduleButton:hover{color:#fff;}
#module_684361358 .moduleButton:hover{font-weight:bold;}
#module_684361358 .moduleButton:hover{text-decoration:none;}
#module_684361358 .moduleButton:hover{font-style:normal;}
#module_684361358 .moduleButton:hover, #module_684361358 .moduleButton:hover:before{background-image: unset;background-color:rgba(0,0,0,0);}
#module_684361358 .moduleButton:hover, #module_684361358 .moduleButton:hover:before{background-image:none;}
#module_684361358 .moduleButton:hover, #module_684361358 .moduleButton:hover:before{background-repeat:no-repeat;}
#module_684361358 .moduleButton:hover, #module_684361358 .moduleButton:hover:before{background-position:none;}
#module_684361358 .moduleButton:hover, #module_684361358 .moduleButton:hover:before{background-attachment:none;}
#module_684361358 .moduleButton:hover, #module_684361358 .moduleButton:hover:before{}
#module_684361358 .moduleButton:hover{border-color:transparent;}
#module_684361358 .moduleButton:hover{border-style:solid;}
#module_684361358 .moduleButton:hover{border-width:0px;}
#module_684361358 .moduleButton:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}



.module_684363119 .ModuleHead .HeadCenter{float:none;}
#module_684363119 {
padding:0px;
}
#module_684363119 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_684363119 .ModuleHead684363119 {
display:none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#module_684363034 .tabContainerGiantGrid{background-color:transparent;}
#module_684363034 .tabContainerGiantGrid{background-image:none;}
#module_684363034 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_684363034 .tabContainerGiantGrid{}
#module_684363034 .tabContainerGiantGrid{}
#module_684363034 .tabContainerGiantGrid{}
#module_684363034 .tabContainerGiantGrid{padding-top:10px;}
#module_684363034 .tabContainerGiantGrid{padding-bottom:10px;}
#module_684363034 .tabContainerGiantGrid{padding-left:0px;}
#module_684363034 .tabContainerGiantGrid{padding-right:0px;}
#module_684363034 .tabContainerGiantGrid{border-top-color:transparent;}
#module_684363034 .tabContainerGiantGrid{border-top-style:solid;}
#module_684363034 .tabContainerGiantGrid{border-top-width:0px;}
#module_684363034 .tabContainerGiantGrid{border-right-color:transparent;}
#module_684363034 .tabContainerGiantGrid{border-right-style:solid;}
#module_684363034 .tabContainerGiantGrid{border-right-width:0px;}
#module_684363034 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_684363034 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_684363034 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_684363034 .tabContainerGiantGrid{border-left-color:transparent;}
#module_684363034 .tabContainerGiantGrid{border-left-style:solid;}
#module_684363034 .tabContainerGiantGrid{border-left-width:0px;}
#module_684363034 .Nav-Container .title{bottom:12px;top:auto;right:10px;left:auto;transform:none;}
#module_684363034 .Nav-Container .title .phicon{border-top-color:#000000;}
#module_684363034 .Nav-Container .title .phicon{border-top-style:solid;}
#module_684363034 .Nav-Container .title .phicon{border-top-width:1px;}
#module_684363034 .Nav-Container .title .phicon{border-right-color:#000000;}
#module_684363034 .Nav-Container .title .phicon{border-right-style:solid;}
#module_684363034 .Nav-Container .title .phicon{border-right-width:1px;}
#module_684363034 .Nav-Container .title .phicon{border-bottom-color:#000000;}
#module_684363034 .Nav-Container .title .phicon{border-bottom-style:solid;}
#module_684363034 .Nav-Container .title .phicon{border-bottom-width:1px;}
#module_684363034 .Nav-Container .title .phicon{border-left-color:#000000;}
#module_684363034 .Nav-Container .title .phicon{border-left-style:solid;}
#module_684363034 .Nav-Container .title .phicon{border-left-width:1px;}
#module_684363034 .Nav-Container .title .phicon{border-top-left-radius:5px;}
#module_684363034 .Nav-Container .title .phicon{border-top-right-radius:5px;}
#module_684363034 .Nav-Container .title .phicon{border-bottom-left-radius:5px;}
#module_684363034 .Nav-Container .title .phicon{border-bottom-right-radius:5px;}
#module_684363034 .Nav-Container .title .phicon{background-color:#000000;} #module_684363034 .nav li{background-color:#000000;}
#module_684363034 .Nav-Container .title .phicon{}
#module_684363034 .Nav-Container .title .btnScrollRight{ margin-left:15px; }
#module_684363034 .Nav-Container .title .phicon{width:55px;}
#module_684363034 .Nav-Container .title .phicon{height:55px;line-height:55px}
#module_684363034 .Nav-Container .title .phicon span{font-size:16px;}
#module_684363034 .Nav-Container .title .phicon span{color:#fff;}
#module_684363034 .Nav-Container .nav{top:10px;right:10px;left:auto;transform:none;}
#module_684363034 .Nav-Container .nav li{background-color:rgba(0,0,0,0);}
#module_684363034 .Nav-Container .title .phicon:hover{border-top-color:#333333;}
#module_684363034 .Nav-Container .title .phicon:hover{border-top-style:solid;}
#module_684363034 .Nav-Container .title .phicon:hover{border-top-width:1px;}
#module_684363034 .Nav-Container .title .phicon:hover{border-right-color:#333333;}
#module_684363034 .Nav-Container .title .phicon:hover{border-right-style:solid;}
#module_684363034 .Nav-Container .title .phicon:hover{border-right-width:1px;}
#module_684363034 .Nav-Container .title .phicon:hover{border-bottom-color:#333333;}
#module_684363034 .Nav-Container .title .phicon:hover{border-bottom-style:solid;}
#module_684363034 .Nav-Container .title .phicon:hover{border-bottom-width:1px;}
#module_684363034 .Nav-Container .title .phicon:hover{border-left-color:#333333;}
#module_684363034 .Nav-Container .title .phicon:hover{border-left-style:solid;}
#module_684363034 .Nav-Container .title .phicon:hover{border-left-width:1px;}
#module_684363034 .Nav-Container .title .phicon:hover{border-top-left-radius:5px;}
#module_684363034 .Nav-Container .title .phicon:hover{border-top-right-radius:5px;}
#module_684363034 .Nav-Container .title .phicon:hover{border-bottom-left-radius:5px;}
#module_684363034 .Nav-Container .title .phicon:hover{border-bottom-right-radius:5px;}
#module_684363034 .Nav-Container .title .phicon:hover{background-color:#333333;background-image:none;}
#module_684363034 .Nav-Container .title .phicon:hover{}
#module_684363034 .Nav-Container .title .phicon:hover{width:55px;}
#module_684363034 .Nav-Container .title .phicon:hover{height:55px;line-height:55px}
#module_684363034 .Nav-Container .title .phicon:hover span{font-size:16px;}
#module_684363034 .Nav-Container .title .phicon:hover span{color:#fff;}
#module_684363034 .Nav-Container .nav li.active{background-color:rgba(0,0,0,0);}

#module_684363034__tabPane_9726 #Sub684363034_9726 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_684363034__tabPane_9726 #Sub684363034_9726 > .SubContainer {display: table-cell; vertical-align: top;}
#module_684363034__tabPane_9726 .SubPadding {width:10px; height: 100%; position: relative; display: table-cell;}
#module_684363034__tabPane_9726 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_684363034__tabPane_9726 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_684363034__tabPane_9726:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_684363034__tabPane_9726 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_684363034__tabPane_9726 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_684363034__tabPane_9726 #Sub684363034_9726 {display: block;}
#module_684363034__tabPane_9726 #Sub684363034_9726 > .SubPadding {float:left; height: 10px;}
#module_684363034__tabPane_9726 #Sub684363034_9726 > .SubContainer {float:left;}
#module_684363034__tabPane_9726 #Sub684363034_9726 > .SubContainer .SubDrag {display:none;}
#module_684363034__tabPane_9726 #Sub684363034_9726 > .SubPadding {width:5px;}
#module_684363034__tabPane_9726 #Sub684363034_9726 > .SubContainer {width:calc((100% - 10px) / 3) !important;}
#module_684363034__tabPane_9726 #Sub684363034_9726 > .SubPadding3 {display:none;}
}
#module_684363034__tabPane_9726 #Sub684363034_Tab9726_1 {width:33.3333%;}
.module_684363035 .ModuleHead .HeadCenter{float:none;}
#module_684363035 {
padding:0px;
}
#module_684363035 {
position:static;
z-index:1;
top:31px;
left:0px;
width:100%;
height: auto;
}
#module_684363035 .ModuleHead684363035 {
display:none;
}
#module_684363035 .BodyCenter.BodyCenter684363035 {
background:none;background-color:rgba(0,0,0,0);
}
#module_684363035 >.module_684363035 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_684363035 >.module_684363035{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_684363035 .BodyCenter.BodyCenter684363035 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684363035 .BodyCenter.BodyCenter684363035 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_684363035 >.module_684363035 {
margin-top:5.3783%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684363035 >.module_684363035 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_684363035 >.module_684363035 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684363035:hover {
border:none;
}
#module_684363035:hover >.module_684363035 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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


.ModuleGridContainer.ModuleGridContainer684361940 #Sub684361940_1 {width:32.1935%;}
.ModuleCustomFormGiant.layout-102 .submitbtnbox {
    display: flex;
}

.ModuleCustomFormGiant.layout-102  .smsvaldatebox,
.ModuleCustomFormGiant.layout-102 .frist_item,
.ModuleCustomFormGiant.layout-102 .VerificationCodeinput,
.ModuleCustomFormGiant.layout-102 .formList-content.textbox,
.ModuleCustomFormGiant.layout-102 .customFormDatetime,
.ModuleCustomFormGiant.layout-102 .pcCitybox select
{
    height: 44px;
    line-height: 44px;
}

/*新验证码开始*/
.ModuleCustomFormGiant.layout-102 .vciline {
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ModuleCustomFormGiant.layout-102 .VCClose:hover .VCLine1 {
    display: none;
}

.ModuleCustomFormGiant.layout-102 .VCClose:hover .VCLine2 {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.ModuleCustomFormGiant.layout-102 .VCClose {
    position: relative;
    margin-right: 20px;
    width: 30px;
    float: right;
    margin-top: 17px;
    height: 30px;
    cursor: pointer;
}

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

}

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

}

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

}

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

.ModuleCustomFormGiant.layout-102 .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-102 .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-102 .VerificationCodediv .vcinput::placeholder {
    color: #999999
}

.ModuleCustomFormGiant.layout-102 .VerificationCodediv .vcinput {
    border: none;
    padding: 20px 0;
    background: #fff !important;
    border-bottom: solid #ccc 1px;
    color: #666;
    line-height: 1;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodediv .changebtn {
    text-align: right;
    display: block;

}

.ModuleCustomFormGiant.layout-102 .VerificationCodediv .VerificationCode {
    width: 100%;
    height: 100px;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodecontext {
    padding: 0 33px;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodediv {

    position: absolute;
    ;
    bottom: 0;
    z-index: 999999999;
    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-102 .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: normal;
    min-height: 30px;
}

.ModuleCustomFormGiant.layout-102 .multi-row-text {
    width: 90%;
}

.ModuleCustomFormGiant.layout-102 input[type=text] {
    font-size: 14px;
    border: none;
    background: #fff;
    padding: 0 0 0 10px;
    /* flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1; */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
}

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

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

.ModuleCustomFormGiant.layout-102 .content-title {
    font-size: 14px;
    /* line-height: 44px;
    height: 44px; */
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -moz-flex-shrink: 0;
    /* max-width: 30%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ModuleCustomFormGiant.layout-102 .formList-content-no-style .content-title{
    line-height: 44px;
    height: 44px; 
}
.ModuleCustomFormGiant.layout-102 .in-formList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-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;
    width: 100%;
    /* height: 100%; */
}

.ModuleCustomFormGiant.layout-102 .formList-content {
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 16px;
    width: 100%;
}

.ModuleCustomFormGiant.layout-102 .pcCitybox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* height: 44px; */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ModuleCustomFormGiant.layout-102 .areabox .area ul {
    top: 55px
}

.ModuleCustomFormGiant.layout-102 .pcCitybox .City-select, .ModuleCustomFormGiant.layout-102 .pcCitybox .Couty-select {
    flex-grow: 1;
    flex: 1;
    -webkit-flex-grow: 1;
    height: 100%;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    /* height: 44px;
    line-height: 44px; */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* padding: 0 10px; */
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.ModuleCustomFormGiant.layout-102 .pcCitybox .frist-city-select select {
    border: 0;
    border-radius: 0;
    margin-right: 0;
}

.ModuleCustomFormGiant.layout-102 .pcCitybox .frist-city-select .frist-city-title {
    font-size: 14px;
    margin-left: 16px;
    white-space: nowrap;
}

.ModuleCustomFormGiant.layout-102 .Browse-file {
    line-height: 44px;
    height: 44px;
}

.ModuleCustomFormGiant.layout-102 .Browse-img {

    height: 80px;
}

.ModuleCustomFormGiant.layout-102 .pcCitybox .frist-city-select {
    border-radius: 5px;
    border: 1px solid #ccc;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    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;
}

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

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

.ModuleCustomFormGiant.layout-102 .pcCitybox .Province-select {

    margin-top: 1px;
    width: 100%
}


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

.ModuleCustomFormGiant.layout-102 .VerificationCode {
    width: 90px;
    height: 50px;
    display: inline-block;
}

.ModuleCustomFormGiant.layout-102 .file-box .Browse-file-input {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    margin-right: 10px;
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-102 .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-102 .Browse-file {
    border: 1px solid #eee;
    border-radius: 5px;
}

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

.ModuleCustomFormGiant.layout-102 .input-text-color {
    color: #999;
    /* display: flex; */
    align-items: center;
  
}

.ModuleCustomFormGiant.layout-102 .smsvaldatebox {
    height: 44px;
    line-height: 44px;
}

.ModuleCustomFormGiant.layout-102 .smsvcode, .ModuleCustomFormGiant.layout-102 .smsbtn {
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-102 .Describ-text-color {
    color: #333;
}

.ModuleCustomFormGiant.layout-102 .submibtn-color {
    color: #fff;
    background: #1e88e5;
    border-radius: 5px;
    cursor: pointer;
}

.ModuleCustomFormGiant.layout-102 .areabox .frist_item {
    padding-right: 4px;
}

.ModuleCustomFormGiant.layout-102 .Select_Simulate .Select_sanjiao {
    border: 0;
    height: 44px;
    width: 30px;
    background: url(/template/pc/skin/images/arrow2.png) no-repeat center right;
    line-height: 44px;
    margin: 0;
    margin-right: 16px;
}

.ModuleCustomFormGiant.layout-102 .formList-content.mgb0 {
    margin-bottom: 0
}

.ModuleCustomFormGiant.layout-102 .in-formList-content.pdLf0 {
    padding-left: 0
}

.ModuleCustomFormGiant.layout-102 .Select_Simulate.layout2 li {
    padding: 0 16px;
}

.ModuleCustomFormGiant.layout-102 .Select_Simulate .frist_item {
    padding-right: 0;
}

.ModuleCustomFormGiant.layout-102 .submitbtn {
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin-top: 16px;
}

.ModuleCustomFormGiant.layout-102 .submibtn-color:hover {
    color: #fff;
    background: #1976d2;
}

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

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

.ModuleCustomFormGiant.layout-102 .multi-row-text {
    margin-top: 3px;
    border: 0;
    padding-left: 10px;
}

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

.ModuleCustomFormGiant.layout-102 .in-formList-checkbox {
    white-space: normal;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-102 .vertical {
    width: auto;
    display: initial;
}

.ModuleCustomFormGiant.layout-102 input[type=radio], .ModuleCustomFormGiant.layout-102 input[type=checkbox] {
    top: 0;
    margin-top: 0
}

.ModuleCustomFormGiant.layout-102 .formList-content-no-border .in-formList {
    /* align-items: flex-start; */
}

.ModuleCustomFormGiant.layout-102 .content-title-checkbox {
    margin-right: 16px;
}

.ModuleCustomFormGiant .in-formList-checkbox label {
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.ModuleCustomFormGiant.layout-102 .choose-time {
    border: none;
    line-height: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ModuleCustomFormGiant.layout-102 .chooseTimeicon {
    margin-top: 0;
    margin-right: 10px;
}

.ModuleCustomFormGiant.layout-102 .icon-riqixuanze {
    padding-right: 10px;
    position: absolute;
    right: 0;
    color: #b3b6b7;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: auto;
    margin-right: 8px;
    padding-left: 16px;
    display: inline-block;
    height: 50px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ModuleCustomFormGiant.layout-102 .verifica {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb .input-text-checking {
    width: 66.5%;
    vertical-align: top;
    margin-top: 0px;
}

.ModuleCustomFormGiant.layout-102 .changebtn {
    line-height: 50px
}

.ModuleCustomFormGiant.layout-102 .cityPickerBox {
    border: 0;
}

.ModuleCustomFormGiant.layout-102 .cityval {
    line-height: 48px;
    height: 48px;
    display: none;
    width: 100%;
}

.ModuleCustomFormGiant.layout-102 .choose-city-content {
    font-size: 14px;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 97%;
    display: block;
}

.ModuleCustomFormGiant.layout-102 .cityPickerBoxwb {
    height: 44px;
}

.ModuleCustomFormGiant.layout-102 .padL16 {
    padding-left: 16px;
    line-height: 1;
    height: auto;
    margin-top: 0;
    margin-right: 16px;
}

.ModuleCustomFormGiant.layout-102 .padL16.radioBox {
    margin-top: 8px
}

.ModuleCustomFormGiant.layout-102 .formList-content.mg0 {
    margin-bottom: 0
}

.ModuleCustomFormGiant.layout-102 .Select_Simulate.layout2 .frist_item {
    padding-left: 0;
}

.ModuleCustomFormGiant.layout-102 .in-formList-content {
    border: 1px solid #ccc;
    padding-left: 16px;
    border-radius: 5px;
}

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

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

.ModuleCustomFormGiant.layout-102 .in-formList-img {
    min-height: 60px;
    height: auto;
}

.ModuleCustomFormGiant.layout-102 .file-operation {
    display: flex;
}

.ModuleCustomFormGiant.layout-102 .file-operation .content-title {
    max-width: 100%;
}

.ModuleCustomFormGiant.layout-102 .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-102 .textbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-102 .w-100 {
    width: 100%;
    flex-wrap: wrap;
}

.ModuleCustomFormGiant.layout-102 .desctxt {
    max-width: 100%;
    overflow: inherit;
    white-space: normal;
    line-height: 1.5;
    height: 100%;
}

.ModuleCustomFormGiant.layout-102 .customform-upload-img-preview {
    border-radius: 5px;
}

.ModuleCustomFormGiant.layout-102 .in-formList-checkbox label span {
    min-width: 36px;
    display: initial;
    word-break: break-all;
}

.ModuleCustomFormGiant.layout-102 .customFormTextarea::placeholder {
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ModuleCustomFormGiant.layout-102 .flex{
    align-items: center;
}
@media screen and (max-width: 767px) {


    .ModuleCustomFormGiant.layout-102 .smsvaldatebox,
    .ModuleCustomFormGiant.layout-102 .frist_item,
    .ModuleCustomFormGiant.layout-102 .formList-content,
    .ModuleCustomFormGiant.layout-102 .customFormDatetime,
    .ModuleCustomFormGiant.layout-102 .pcCitybox select
    {
        /* height: 44px !important; */
        line-height: 44px !important;
    }

    .ModuleCustomFormGiant.layout-102 .vertical {
        margin-left: 16px;
    }

    .ModuleCustomFormGiant.layout-102 .textbox {
        flex-wrap: wrap;
    }

    .ModuleCustomFormGiant.layout-102 .multi-row-text {
        padding: 5px 10px 10px 10px;
    }

    .ModuleCustomFormGiant.layout-102 .content-title {
        max-width: 75%;
    }

    .ModuleCustomFormGiant.layout-102 .desctxt {
        max-width: 100%;
    }

    .ModuleCustomFormGiant.layout-102 .choose-time-mobile {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 30px);
        display: block;

    }

    .ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb .input-text-checking {
        width: 120px;
    }

    .ModuleCustomFormGiant.layout-102 .dq {
        margin-bottom: 0;
    }

    .ModuleCustomFormGiant.layout-102 .VerificationCode {
        width: 90px;
        height: 50px;
    }

    .ModuleCustomFormGiant.layout-102 .formList-content.mg0 {
        margin-bottom: 16px;
    }

    .ModuleCustomFormGiant.layout-102 .InsidePage-title-text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: calc(100% - 76px);
        display: inline-block;
    }
    .ModuleCustomFormGiant.layout-102 .smsvaldatebox{
        margin-left: 10px;
        margin-top:0px;
    }
}

@media screen and (max-width: 768px) {
    .ModuleCustomFormGiant.layout-102 .vertical {
        display: flex;
    }

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

    .ModuleCustomFormGiant.layout-102 .in-formList-checkbox {
        flex-wrap: wrap;
    }

    .ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb .input-text-checking {
        width: 65%;
        padding: 0;
    }

    .ModuleCustomFormGiant.layout-102 .textbox {
        flex-wrap: wrap;
    }

    .ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb .Describ-text-color {
        padding-left: 13px;


    }

    .ModuleCustomFormGiant.layout-102 .VerificationCodeinputWb {
        width: 100%;
        padding-left: 5px;
    }

    .ModuleCustomFormGiant.layout-102 .VerificationCode {
        width: 90px;
        height: 50px;
    }

    .ModuleCustomFormGiant.layout-102 .formList-content.mg0 {
        margin-bottom: 16px;
    }
}.module_684363050 .ModuleHead .HeadCenter{float:none;}
#module_684363050 {
padding:0px;
}
#module_684363050 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_684363050 .ModuleHead684363050 {
display:none;
}
#module_684363050 .BodyCenter.BodyCenter684363050 {
background:none;background-color:rgba(0,0,0,0);
}
#module_684363050 >.module_684363050 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_684363050 >.module_684363050{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_684363050 .BodyCenter.BodyCenter684363050 {
padding-top:1.5464%;
padding-left:5.1546%;
padding-right:5.1546%;
padding-bottom:1.5464%;
}
}
@media screen and (max-width: 767px){
#module_684363050 .BodyCenter.BodyCenter684363050 {
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
}
}
@media screen and (min-width: 768px){
#module_684363050 >.module_684363050 {
margin-top:0.1031%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_684363050 >.module_684363050 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_684363050 >.module_684363050 {box-shadow: 0px 0px 0px 0px #ccc}
#module_684363050:hover {
border:none;
}
#module_684363050:hover >.module_684363050 {
border-color:#ccc;
}
#module_684363050:hover >.module_684363050 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_684363050 .InsidePage-list-content span,#module_684363050 .in-formList-checkbox span{font-size:14px;}
#module_684363050 .InsidePage-list-content span,#module_684363050 .in-formList-checkbox span{font-family:微软雅黑,Microsoft YaHei;}
#module_684363050 .InsidePage-list-content span,#module_684363050 .in-formList-checkbox span{color:#333;}
#module_684363050 .InsidePage-list-content span,#module_684363050 .in-formList-checkbox span{font-weight:normal;}
#module_684363050 .InsidePage-list-content span,#module_684363050 .in-formList-checkbox span{text-decoration:none;}
#module_684363050 .InsidePage-list-content span,#module_684363050 .in-formList-checkbox span{font-style:normal;}
#module_684363050 .vcbtn1{background-color:#1e88e5;}
#module_684363050 .vcbtn1{color:#fff;}
#module_684363050 .title{font-size:24px;}
#module_684363050 .title{font-family:微软雅黑,Microsoft YaHei;}
#module_684363050 .title{color:#333;}
#module_684363050 .title{font-weight:normal;}
#module_684363050 .title{text-decoration:none;}
#module_684363050 .title{font-style:normal;}
#module_684363050 .title{background-color:transparent;}
#module_684363050 .title{background-image:none;}
#module_684363050 .title{background-repeat:no-repeat;}
#module_684363050 .title{background-position:50% 50%;}
#module_684363050 .title{background-attachment:scroll;}
#module_684363050 .title{}
#module_684363050 .title{height:50px;line-height:50px;}
#module_684363050 .title{text-align:center;}
#module_684363050 .Describ-text-color{font-size:16px;}
#module_684363050 .Describ-text-color{font-family:微软雅黑,Microsoft YaHei;}
#module_684363050 .Describ-text-color{color:rgb(0, 0, 0);}
#module_684363050 .Describ-text-color{font-weight:normal;}
#module_684363050 .Describ-text-color{text-decoration:none;}
#module_684363050 .Describ-text-color{font-style:normal;}
#module_684363050 .submitbtn{font-size:16px;}
#module_684363050 .submitbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_684363050 .submitbtn{color:#fff;}
#module_684363050 .submitbtn{font-weight:normal;}
#module_684363050 .submitbtn{text-decoration:none;}
#module_684363050 .submitbtn{font-style:normal;}
#module_684363050 .submitbtn{width:30%;}
#module_684363050 .submitbtn{height:50px;line-height:50px;}
#module_684363050 .submitbtnbox{justify-content:flex-start;}
#module_684363050 .submitbtn{background-color:#5FA3CE;} #module_684363050 input[type=radio]:checked, #module_684363050 input[type=checkbox]:checked{background:rgb(240, 130, 0);border:1px solid rgb(240, 130, 0)}
#module_684363050 .submitbtn{background-image:none;}
#module_684363050 .submitbtn{background-repeat:no-repeat;}
#module_684363050 .submitbtn{background-position:50% 50%;}
#module_684363050 .submitbtn{background-attachment:scroll;}
#module_684363050 .submitbtn{}
#module_684363050 .smsvcode,#module_684363050 .VerificationCodeinput,#module_684363050 .Browse-file,#module_684363050 .customFormCheckbox,#module_684363050 input[type=radio],#module_684363050 .formList-content-no-style,#module_684363050 .customFormTextarea,#module_684363050 .in-formList-content,#module_684363050 .frist_item,#module_684363050 .Browse-file-input,#module_684363050 input[type=text],#module_684363050 .VerificationCodeinputWb,#module_684363050 .frist-city-select,#module_684363050 .pcCitybox select{background-color:rgba(0,0,0,0);}
#module_684363050 .smsvcode,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050 .customFormCheckbox,#module_684363050 input[type=radio],#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-top-color:#ccc;}
#module_684363050 .smsvcode,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050 .customFormCheckbox,#module_684363050 input[type=radio],#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-top-style:solid;}
#module_684363050 .smsvcode,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050 .customFormCheckbox,#module_684363050 input[type=radio],#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-top-width:1px;}
#module_684363050 .smsvcode,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050 .customFormCheckbox,#module_684363050 input[type=radio],#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-right-color:#ccc;}
#module_684363050 .smsvcode,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050 .customFormCheckbox,#module_684363050 input[type=radio],#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-right-style:solid;}
#module_684363050 .smsvcode,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050 .customFormCheckbox,#module_684363050 input[type=radio],#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-right-width:1px;}
#module_684363050 .smsvcode,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050 .customFormCheckbox,#module_684363050 input[type=radio],#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-bottom-color:#ccc;}
#module_684363050 .smsvcode,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050 .customFormCheckbox,#module_684363050 input[type=radio],#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-bottom-style:solid;}
#module_684363050 .smsvcode,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050 .customFormCheckbox,#module_684363050 input[type=radio],#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-bottom-width:1px;}
#module_684363050 .smsvcode,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050 .customFormCheckbox,#module_684363050 input[type=radio],#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-left-color:#ccc;}
#module_684363050 .smsvcode,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050 .customFormCheckbox,#module_684363050 input[type=radio],#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-left-style:solid;}
#module_684363050 .smsvcode,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050 .customFormCheckbox,#module_684363050 input[type=radio],#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-left-width:1px;}
#module_684363050 .smsvcode,#module_684363050 .customFormText,#module_684363050 .formList-content-no-style,#module_684363050  .frist_item,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-top-left-radius:5px;}
#module_684363050 .smsvcode,#module_684363050 .customFormText,#module_684363050 .formList-content-no-style,#module_684363050  .frist_item,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-top-right-radius:5px;}
#module_684363050 .smsvcode,#module_684363050 .customFormText,#module_684363050 .formList-content-no-style,#module_684363050 .frist_item,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-bottom-left-radius:5px;}
#module_684363050 .smsvcode,#module_684363050 .customFormText,#module_684363050 .formList-content-no-style, #module_684363050  .frist_item,#module_684363050 .Pc-formList-content .in-formList-content,#module_684363050 .Browse-file,#module_684363050 .VerificationCodeinput,#module_684363050  .in-formList-content,#module_684363050 .frist-city-select,#module_684363050 .Couty-select,#module_684363050 .City-select,#module_684363050 .VerificationCodeinputWb{border-bottom-right-radius:5px;}
#module_684363050 .smsbtn,#module_684363050 .smsvcode,#module_684363050 .input-text-color,#module_684363050 .cityval{font-size:16px;}
#module_684363050 .smsbtn,#module_684363050 .smsvcode,#module_684363050 .input-text-color,#module_684363050 .cityval{font-family:微软雅黑,Microsoft YaHei;}
#module_684363050 .smsvcode,#module_684363050 .input-text-color,#module_684363050 .cityval{color:rgb(0, 0, 0);} 
#module_684363050 .smsbtn,#module_684363050 .smsvcode,#module_684363050 .input-text-color,#module_684363050 .cityval{font-weight:normal;}
#module_684363050 .smsbtn,#module_684363050 .smsvcode,#module_684363050 .input-text-color,#module_684363050 .cityval{text-decoration:none;}
#module_684363050 .smsbtn,#module_684363050 .smsvcode,#module_684363050 .input-text-color,#module_684363050 .cityval{font-style:normal;}
#module_684363050 .input-text-color::placeholder,#module_684363050 .smsvcode::placeholder{font-size:16px;}
#module_684363050 .input-text-color::placeholder,#module_684363050 .smsvcode::placeholder{font-family:微软雅黑,Microsoft YaHei;}
#module_684363050 .input-text-color::placeholder,#module_684363050 .smsvcode::placeholder{color:rgb(165, 165, 165);}
#module_684363050 .input-text-color::placeholder,#module_684363050 .smsvcode::placeholder{font-weight:normal;}
#module_684363050 .input-text-color::placeholder,#module_684363050 .smsvcode::placeholder{text-decoration:none;}
#module_684363050 .input-text-color::placeholder,#module_684363050 .smsvcode::placeholder{font-style:normal;}
#module_684363050 .submitbtn{border-top-left-radius:5px;}
#module_684363050 .submitbtn{border-top-right-radius:5px;}
#module_684363050 .submitbtn{border-bottom-left-radius:5px;}
#module_684363050 .submitbtn{border-bottom-right-radius:5px;}
#module_684363050 .smsvaldatebox,#module_684363050 .frist_item,#module_684363050 .VerificationCodeinput,#module_684363050 .formList-content.textbox,#module_684363050 .customFormDatetime,#module_684363050 .pcCitybox select{line-height:44px;height:44px;}
#module_684363050 .smsvcode:hover,#module_684363050 .Pc-formList-content .in-formList-content:hover,#module_684363050 .Browse-file:hover,#module_684363050 .VerificationCodeinput:hover,#module_684363050 .customFormCheckbox:hover,#module_684363050 input[type=radio]:hover,#module_684363050  .in-formList-content:hover,#module_684363050 .frist-city-select:hover,#module_684363050 .Couty-select:hover,#module_684363050 .City-select:hover,#module_684363050 .VerificationCodeinputWb:hover{border-top-color:rgb(240, 130, 0);}
#module_684363050 .smsvcode:hover,#module_684363050 .Pc-formList-content .in-formList-content:hover,#module_684363050 .Browse-file:hover,#module_684363050 .VerificationCodeinput:hover,#module_684363050 .customFormCheckbox:hover,#module_684363050 input[type=radio]:hover,#module_684363050  .in-formList-content:hover,#module_684363050 .frist-city-select:hover,#module_684363050 .Couty-select:hover,#module_684363050 .City-select:hover,#module_684363050 .VerificationCodeinputWb:hover{border-top-style:solid;}
#module_684363050 .smsvcode:hover,#module_684363050 .Pc-formList-content .in-formList-content:hover,#module_684363050 .Browse-file:hover,#module_684363050 .VerificationCodeinput:hover,#module_684363050 .customFormCheckbox:hover,#module_684363050 input[type=radio]:hover,#module_684363050  .in-formList-content:hover,#module_684363050 .frist-city-select:hover,#module_684363050 .Couty-select:hover,#module_684363050 .City-select:hover,#module_684363050 .VerificationCodeinputWb:hover{border-right-color:rgb(240, 130, 0);}
#module_684363050 .smsvcode:hover,#module_684363050 .Pc-formList-content .in-formList-content:hover,#module_684363050 .Browse-file:hover,#module_684363050 .VerificationCodeinput:hover,#module_684363050 .customFormCheckbox:hover,#module_684363050 input[type=radio]:hover,#module_684363050  .in-formList-content:hover,#module_684363050 .frist-city-select:hover,#module_684363050 .Couty-select:hover,#module_684363050 .City-select:hover,#module_684363050 .VerificationCodeinputWb{border-right-style:solid;}
#module_684363050 .smsvcode:hover,#module_684363050 .Pc-formList-content .in-formList-content:hover,#module_684363050 .Browse-file:hover,#module_684363050 .VerificationCodeinput:hover,#module_684363050 .customFormCheckbox:hover,#module_684363050 input[type=radio]:hover,#module_684363050  .in-formList-content:hover,#module_684363050 .frist-city-select:hover,#module_684363050 .Couty-select:hover,#module_684363050 .City-select:hover,#module_684363050 .VerificationCodeinputWb:hover{border-bottom-color:rgb(240, 130, 0);}
#module_684363050 .smsvcode:hover,#module_684363050 .Pc-formList-content .in-formList-content:hover,#module_684363050 .Browse-file:hover,#module_684363050 .VerificationCodeinput:hover,#module_684363050 .customFormCheckbox:hover,#module_684363050 input[type=radio]:hover,#module_684363050  .in-formList-content:hover,#module_684363050 .frist-city-select:hover,#module_684363050 .Couty-select:hover,#module_684363050 .City-select:hover,#module_684363050 .VerificationCodeinputWb:hover{border-bottom-style:solid;}
#module_684363050 .smsvcode:hover,#module_684363050 .Pc-formList-content .in-formList-content:hover,#module_684363050 .Browse-file:hover,#module_684363050 .VerificationCodeinput:hover,#module_684363050 .customFormCheckbox:hover,#module_684363050 input[type=radio]:hover,#module_684363050  .in-formList-content:hover,#module_684363050 .frist-city-select:hover,#module_684363050 .Couty-select:hover,#module_684363050 .City-select:hover,#module_684363050 .VerificationCodeinputWb:hover{border-left-color:rgb(240, 130, 0);}
#module_684363050 .smsvcode:hover,#module_684363050 .Pc-formList-content .in-formList-content:hover,#module_684363050 .Browse-file:hover,#module_684363050 .VerificationCodeinput:hover,#module_684363050 .customFormCheckbox:hover,#module_684363050 input[type=radio]:hover,#module_684363050  .in-formList-content:hover,#module_684363050 .frist-city-select:hover,#module_684363050 .Couty-select:hover,#module_684363050 .City-select:hover,#module_684363050 .VerificationCodeinputWb:hover{border-left-style:solid;}
#module_684363050 .submitbtn:hover{font-size:16px;}
#module_684363050 .submitbtn:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_684363050 .submitbtn:hover{color:#fff;}
#module_684363050 .submitbtn:hover{font-weight:normal;}
#module_684363050 .submitbtn:hover{text-decoration:none;}
#module_684363050 .submitbtn:hover{font-style:normal;}
#module_684363050 .submitbtn:hover{background-color:#5FA3CE;}
#module_684363050 .submitbtn:hover{background-image:none;}
#module_684363050 .submitbtn:hover{background-repeat:no-repeat;}
#module_684363050 .submitbtn:hover{background-position:50% 50%;}
#module_684363050 .submitbtn:hover{background-attachment:scroll;}
#module_684363050 .submitbtn:hover{}

.ModuleGridContainer.ModuleGridContainer684361940 #Sub684361940_2 {width:67.8065%;}
.module_684361419 .ModuleHead .HeadCenter{float:none;}
#module_684361419 {
padding:0px;
}
#module_684361419 {
position:static;
z-index:0;
top:668px;
left:1434px;
width:100%;
height: auto;
}
#module_684361419 .ModuleHead684361419 {
display:none;
}

.module_683824297 .ModuleHead .HeadCenter{float:none;}
#module_683824297 {
padding:0px;
}
#module_683824297 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_683824297 .ModuleHead683824297 {
display:none;
}

.module_683329362 .ModuleHead .HeadCenter{float:none;}
#module_683329362 {
padding:0px;
}
#module_683329362 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683329362 .ModuleHead683329362 {
display:none;
}
#module_683329362 .BodyCenter.BodyCenter683329362 {
background:none;background-color:rgb(240, 240, 241);
}
#module_683329362 >.module_683329362 {
border-top-style:solid;
border-top-color:#5FA3CE;
border-top-width:7px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683329362 >.module_683329362{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683329362 .BodyCenter.BodyCenter683329362 {
padding-top:0.0000%;
padding-left:5.2521%;
padding-right:5.2521%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329362 .BodyCenter.BodyCenter683329362 {
padding-top:5.7637%;
padding-left:4.3228%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_683329362 >.module_683329362 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329362 >.module_683329362 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_683329362 >.module_683329362 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683329362:hover {
border:none;
}
#module_683329362:hover >.module_683329362 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

#module_683329372 .tabContainerGiantGrid{background-color:transparent;}
#module_683329372 .tabContainerGiantGrid{background-image:none;}
#module_683329372 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_683329372 .tabContainerGiantGrid{}
#module_683329372 .tabContainerGiantGrid{}
#module_683329372 .tabContainerGiantGrid{}
#module_683329372 .tabContainerGiantGrid{padding-top:10px;}
#module_683329372 .tabContainerGiantGrid{padding-bottom:10px;}
#module_683329372 .tabContainerGiantGrid{padding-left:0px;}
#module_683329372 .tabContainerGiantGrid{padding-right:0px;}
#module_683329372 .tabContainerGiantGrid{border-top-color:transparent;}
#module_683329372 .tabContainerGiantGrid{border-top-style:solid;}
#module_683329372 .tabContainerGiantGrid{border-top-width:0px;}
#module_683329372 .tabContainerGiantGrid{border-right-color:transparent;}
#module_683329372 .tabContainerGiantGrid{border-right-style:solid;}
#module_683329372 .tabContainerGiantGrid{border-right-width:0px;}
#module_683329372 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_683329372 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_683329372 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_683329372 .tabContainerGiantGrid{border-left-color:transparent;}
#module_683329372 .tabContainerGiantGrid{border-left-style:solid;}
#module_683329372 .tabContainerGiantGrid{border-left-width:0px;}
#module_683329372 .Nav-Container .title{bottom:12px;top:auto;right:10px;left:auto;transform:none;}
#module_683329372 .Nav-Container .title .phicon{border-top-color:#000000;}
#module_683329372 .Nav-Container .title .phicon{border-top-style:solid;}
#module_683329372 .Nav-Container .title .phicon{border-top-width:1px;}
#module_683329372 .Nav-Container .title .phicon{border-right-color:#000000;}
#module_683329372 .Nav-Container .title .phicon{border-right-style:solid;}
#module_683329372 .Nav-Container .title .phicon{border-right-width:1px;}
#module_683329372 .Nav-Container .title .phicon{border-bottom-color:#000000;}
#module_683329372 .Nav-Container .title .phicon{border-bottom-style:solid;}
#module_683329372 .Nav-Container .title .phicon{border-bottom-width:1px;}
#module_683329372 .Nav-Container .title .phicon{border-left-color:#000000;}
#module_683329372 .Nav-Container .title .phicon{border-left-style:solid;}
#module_683329372 .Nav-Container .title .phicon{border-left-width:1px;}
#module_683329372 .Nav-Container .title .phicon{border-top-left-radius:5px;}
#module_683329372 .Nav-Container .title .phicon{border-top-right-radius:5px;}
#module_683329372 .Nav-Container .title .phicon{border-bottom-left-radius:5px;}
#module_683329372 .Nav-Container .title .phicon{border-bottom-right-radius:5px;}
#module_683329372 .Nav-Container .title .phicon{background-color:#000000;} #module_683329372 .nav li{background-color:#000000;}
#module_683329372 .Nav-Container .title .phicon{}
#module_683329372 .Nav-Container .title .btnScrollRight{ margin-left:15px; }
#module_683329372 .Nav-Container .title .phicon{width:55px;}
#module_683329372 .Nav-Container .title .phicon{height:55px;line-height:55px}
#module_683329372 .Nav-Container .title .phicon span{font-size:16px;}
#module_683329372 .Nav-Container .title .phicon span{color:#fff;}
#module_683329372 .Nav-Container .nav{top:10px;right:10px;left:auto;transform:none;}
#module_683329372 .Nav-Container .nav li{background-color:rgba(0,0,0,0);}
#module_683329372 .Nav-Container .title .phicon:hover{border-top-color:#333333;}
#module_683329372 .Nav-Container .title .phicon:hover{border-top-style:solid;}
#module_683329372 .Nav-Container .title .phicon:hover{border-top-width:1px;}
#module_683329372 .Nav-Container .title .phicon:hover{border-right-color:#333333;}
#module_683329372 .Nav-Container .title .phicon:hover{border-right-style:solid;}
#module_683329372 .Nav-Container .title .phicon:hover{border-right-width:1px;}
#module_683329372 .Nav-Container .title .phicon:hover{border-bottom-color:#333333;}
#module_683329372 .Nav-Container .title .phicon:hover{border-bottom-style:solid;}
#module_683329372 .Nav-Container .title .phicon:hover{border-bottom-width:1px;}
#module_683329372 .Nav-Container .title .phicon:hover{border-left-color:#333333;}
#module_683329372 .Nav-Container .title .phicon:hover{border-left-style:solid;}
#module_683329372 .Nav-Container .title .phicon:hover{border-left-width:1px;}
#module_683329372 .Nav-Container .title .phicon:hover{border-top-left-radius:5px;}
#module_683329372 .Nav-Container .title .phicon:hover{border-top-right-radius:5px;}
#module_683329372 .Nav-Container .title .phicon:hover{border-bottom-left-radius:5px;}
#module_683329372 .Nav-Container .title .phicon:hover{border-bottom-right-radius:5px;}
#module_683329372 .Nav-Container .title .phicon:hover{background-color:#333333;background-image:none;}
#module_683329372 .Nav-Container .title .phicon:hover{}
#module_683329372 .Nav-Container .title .phicon:hover{width:55px;}
#module_683329372 .Nav-Container .title .phicon:hover{height:55px;line-height:55px}
#module_683329372 .Nav-Container .title .phicon:hover span{font-size:16px;}
#module_683329372 .Nav-Container .title .phicon:hover span{color:#fff;}
#module_683329372 .Nav-Container .nav li.active{background-color:rgba(0,0,0,0);}

#module_683329372__tabPane_9726 #Sub683329372_9726 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_683329372__tabPane_9726 #Sub683329372_9726 > .SubContainer {display: table-cell; vertical-align: top;}
#module_683329372__tabPane_9726 .SubPadding {width:50px; height: 100%; position: relative; display: table-cell;}
#module_683329372__tabPane_9726 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_683329372__tabPane_9726 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_683329372__tabPane_9726:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_683329372__tabPane_9726 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_683329372__tabPane_9726 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_683329372__tabPane_9726 #Sub683329372_9726 {display: block;}
#module_683329372__tabPane_9726 #Sub683329372_9726 > .SubPadding {float:left; height: 10px;}
#module_683329372__tabPane_9726 #Sub683329372_9726 > .SubContainer {float:left;}
#module_683329372__tabPane_9726 #Sub683329372_9726 > .SubContainer .SubDrag {display:none;}
#module_683329372__tabPane_9726 #Sub683329372_9726 > .SubPadding {width:0px; display:none;}
#module_683329372__tabPane_9726 #Sub683329372_9726 > .SubContainer {width:100% !important; height: auto;}
}
#module_683329372__tabPane_9726 #Sub683329372_Tab9726_1 {width:50%;}
/*全局 layout 111*/
.ModuleSearchGiant.layout-111 .btn-group.open .dropdown-toggle{box-shadow: none}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle{padding: 0;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .content{display:table;width: 100%;height:100%;border: 1px solid #333;overflow: hidden !important;background: rgba(0,0,0,0);}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel,
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchBtnPanel{position: relative;display:table-cell;height:36px;border:0px;vertical-align: middle;background: rgba(0,0,0,0);overflow: hidden;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel{width: 1%;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchInputPanel{border:0;overflow: auto;border-left: 1px #ccc solid;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .ModuleSearchInput{vertical-align: middle;height:auto;width:100%;border: 0;text-indent: 10px;font-size:14px;outline:none;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchTypePanel select{height: 100%;background: rgba(0,0,0,0);}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select{float: left;height:100%;border:0;border-radius: 0;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select .btn{padding-left: 16px;height:100%;font-size: 14px;border: 0;border-radius: 0;background-color:transparent;text-decoration: initial !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .bootstrap-select .btn:focus{outline: none !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchBtnPanel {position: relative;width: 50px;background: rgba(0,0,0,0);border-radius: 0;text-align: center;line-height: 1;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .searchIcon{position: absolute;top:2px;left: 20px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .filter-option{overflow: inherit !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul{height: auto !important;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul{height: auto;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .search-hot ul li{margin:0.6rem 0 0.6rem 0}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .btn-group{min-width: 78px;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .caret{margin-left: -2px;}
.ModuleSearchGiant.layout-111 .ModuleSearchFormStyle .iconfont{font-size: 20px;}
.module_683329383 .ModuleHead .HeadCenter{float:none;}
#module_683329383 {
padding:0px;
}
#module_683329383 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683329383 .ModuleHead683329383 {
display:none;
}
#module_683329383 .BodyCenter.BodyCenter683329383 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683329383 >.module_683329383 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683329383 >.module_683329383{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683329383 .BodyCenter.BodyCenter683329383 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329383 .BodyCenter.BodyCenter683329383 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683329383 >.module_683329383 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683329383 >.module_683329383 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683329383 >.module_683329383 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683329383:hover {
border:none;
}
#module_683329383:hover >.module_683329383 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683329383 .search-item .searchInputPanel,#module_683329383 .search-item .searchBtnPanel{height:52px;line-height:52px;}
#module_683329383 .search-item .bootstrap-select .btn ,#module_683329383 .search-item .ModuleSearchInput ,#module_683329383 .search-item .searchInputPanel ,#module_683329383 .search-item .searchBtnPanel {background-color:#fff;box-shadow: inset 0 0 0 1000px #fff} #module_683329383 .searchTypePanel select{background:#fff;}
#module_683329383 .ModuleSearchFormStyle .searchInputPanel{border-left-color:#e8e8e8;}
#module_683329383 .search-item{border-top-color:#e8e8e8;}
#module_683329383 .search-item{border-top-style:solid;}
#module_683329383 .search-item{border-top-width:1px;}
#module_683329383 .search-item{border-right-color:#e8e8e8;}
#module_683329383 .search-item{border-right-style:solid;}
#module_683329383 .search-item{border-right-width:1px;}
#module_683329383 .search-item{border-bottom-color:#e8e8e8;}
#module_683329383 .search-item{border-bottom-style:solid;}
#module_683329383 .search-item{border-bottom-width:1px;}
#module_683329383 .search-item{border-left-color:#e8e8e8;}
#module_683329383 .search-item{border-left-style:solid;}
#module_683329383 .search-item{border-left-width:1px;}
#module_683329383 .search-item .ModuleSearchInput::placeholder,#module_683329383 .search-item .ModuleSearchInput,#module_683329383 .search-item .filter-option{font-size:14px;} #module_683329383 .search-item .caret{margin-top:calc( 14px - 11px );}
#module_683329383 .search-item .bootstrap-select .btn ,#module_683329383  .search-item .ModuleSearchInput::placeholder,#module_683329383 .search-item .ModuleSearchInput{font-family:微软雅黑,Microsoft YaHei;}
#module_683329383 .search-item .bootstrap-select .btn ,#module_683329383  .search-item .ModuleSearchInput::placeholder,#module_683329383 .search-item .ModuleSearchInput{color:#333;-webkit-text-fill-color:#333;}
#module_683329383 .search-item .bootstrap-select .btn ,#module_683329383  .search-item .ModuleSearchInput::placeholder,#module_683329383 .search-item .ModuleSearchInput{font-weight:normal;}
#module_683329383 .search-item .bootstrap-select .btn ,#module_683329383  .search-item .ModuleSearchInput::placeholder,#module_683329383 .search-item .ModuleSearchInput{text-decoration:none;}
#module_683329383 .search-item .bootstrap-select .btn ,#module_683329383  .search-item .ModuleSearchInput::placeholder,#module_683329383 .search-item .ModuleSearchInput{font-style:normal;}
#module_683329383 .search-item .ModuleSearchInput::placeholder{color:#bababa;-webkit-text-fill-color:#bababa;}
#module_683329383 .search-item{border-top-left-radius:0px;}
#module_683329383 .search-item{border-top-right-radius:0px;}
#module_683329383 .search-item{border-bottom-left-radius:0px;}
#module_683329383 .search-item{border-bottom-right-radius:0px;}
#module_683329383 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-size:22px;} #module_683329383 .search-item .searchBtnPanel{ width:calc( 40px + 22px )}
#module_683329383 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-family:;}
#module_683329383 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{color:#999;}
#module_683329383 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-weight:normal;}
#module_683329383 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{text-decoration:none;}
#module_683329383 .search-item .searchBtnPanel .searchIcon .icon-sousuo5{font-style:normal;}
#module_683329383 .search-hot ul li a{font-size:12px;}
#module_683329383 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_683329383 .search-hot ul li a{color:#666;}
#module_683329383 .search-hot ul li a{font-weight:normal;}
#module_683329383 .search-hot ul li a{text-decoration:none;}
#module_683329383 .search-hot ul li a{font-style:normal;}
#module_683329383 .search-hot ul li{border-right-color:#eee;}
#module_683329383 .search-hot ul li{border-right-style:solid;}
#module_683329383 .search-hot ul li{border-right-width:1px;}
#module_683329383 .search-item:hover .bootstrap-select .btn ,#module_683329383 .search-item:hover .ModuleSearchInput ,#module_683329383 .search-item:hover .searchInputPanel ,#module_683329383 .search-item:hover .searchBtnPanel {background-color:#fff;box-shadow: inset 0 0 0 1000px #fff}
#module_683329383 .search-item:hover{border-top-color:rgb(240, 130, 0);}
#module_683329383 .search-item:hover{border-top-style:solid;}
#module_683329383 .search-item:hover{border-right-color:rgb(240, 130, 0);}
#module_683329383 .search-item:hover{border-right-style:solid;}
#module_683329383 .search-item:hover{border-bottom-color:rgb(240, 130, 0);}
#module_683329383 .search-item:hover{border-bottom-style:solid;}
#module_683329383 .search-item:hover{border-left-color:rgb(240, 130, 0);}
#module_683329383 .search-item:hover{border-left-style:solid;}
#module_683329383 .search-item:hover .searchIcon .icon-sousuo5{font-size:22px;} #module_683329383 .search-item .searchBtnPanel{ width:calc( 40px + 22px )}
#module_683329383 .search-item:hover .searchIcon .icon-sousuo5{font-family:;}
#module_683329383 .searchBtnPanel:hover .searchIcon .icon-sousuo5{color:rgb(240, 130, 0);}
#module_683329383 .search-item:hover .searchIcon .icon-sousuo5{font-weight:normal;}
#module_683329383 .search-item:hover .searchIcon .icon-sousuo5{text-decoration:none;}
#module_683329383 .search-item:hover .searchIcon .icon-sousuo5{font-style:normal;}
#module_683329383 .search-hot ul li:hover a{font-size:12px;}
#module_683329383 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_683329383 .search-hot ul li:hover a{color:#333;}
#module_683329383 .search-hot ul li:hover a{font-weight:normal;}
#module_683329383 .search-hot ul li:hover a{text-decoration:none;}
#module_683329383 .search-hot ul li:hover a{font-style:normal;}

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

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


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

#module_683329400 .tabContainerGiantGrid{background-color:transparent;}
#module_683329400 .tabContainerGiantGrid{background-image:none;}
#module_683329400 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_683329400 .tabContainerGiantGrid{}
#module_683329400 .tabContainerGiantGrid{}
#module_683329400 .tabContainerGiantGrid{}
#module_683329400 .tabContainerGiantGrid{padding-top:10px;}
#module_683329400 .tabContainerGiantGrid{padding-bottom:10px;}
#module_683329400 .tabContainerGiantGrid{padding-left:0px;}
#module_683329400 .tabContainerGiantGrid{padding-right:0px;}
#module_683329400 .tabContainerGiantGrid{border-top-color:transparent;}
#module_683329400 .tabContainerGiantGrid{border-top-style:solid;}
#module_683329400 .tabContainerGiantGrid{border-top-width:0px;}
#module_683329400 .tabContainerGiantGrid{border-right-color:transparent;}
#module_683329400 .tabContainerGiantGrid{border-right-style:solid;}
#module_683329400 .tabContainerGiantGrid{border-right-width:0px;}
#module_683329400 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_683329400 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_683329400 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_683329400 .tabContainerGiantGrid{border-left-color:transparent;}
#module_683329400 .tabContainerGiantGrid{border-left-style:solid;}
#module_683329400 .tabContainerGiantGrid{border-left-width:0px;}
#module_683329400 .Nav-Container .title{bottom:12px;top:auto;right:10px;left:auto;transform:none;}
#module_683329400 .Nav-Container .title .phicon{border-top-color:#000000;}
#module_683329400 .Nav-Container .title .phicon{border-top-style:solid;}
#module_683329400 .Nav-Container .title .phicon{border-top-width:1px;}
#module_683329400 .Nav-Container .title .phicon{border-right-color:#000000;}
#module_683329400 .Nav-Container .title .phicon{border-right-style:solid;}
#module_683329400 .Nav-Container .title .phicon{border-right-width:1px;}
#module_683329400 .Nav-Container .title .phicon{border-bottom-color:#000000;}
#module_683329400 .Nav-Container .title .phicon{border-bottom-style:solid;}
#module_683329400 .Nav-Container .title .phicon{border-bottom-width:1px;}
#module_683329400 .Nav-Container .title .phicon{border-left-color:#000000;}
#module_683329400 .Nav-Container .title .phicon{border-left-style:solid;}
#module_683329400 .Nav-Container .title .phicon{border-left-width:1px;}
#module_683329400 .Nav-Container .title .phicon{border-top-left-radius:5px;}
#module_683329400 .Nav-Container .title .phicon{border-top-right-radius:5px;}
#module_683329400 .Nav-Container .title .phicon{border-bottom-left-radius:5px;}
#module_683329400 .Nav-Container .title .phicon{border-bottom-right-radius:5px;}
#module_683329400 .Nav-Container .title .phicon{background-color:#000000;} #module_683329400 .nav li{background-color:#000000;}
#module_683329400 .Nav-Container .title .phicon{}
#module_683329400 .Nav-Container .title .btnScrollRight{ margin-left:15px; }
#module_683329400 .Nav-Container .title .phicon{width:55px;}
#module_683329400 .Nav-Container .title .phicon{height:55px;line-height:55px}
#module_683329400 .Nav-Container .title .phicon span{font-size:16px;}
#module_683329400 .Nav-Container .title .phicon span{color:#fff;}
#module_683329400 .Nav-Container .nav{top:10px;right:10px;left:auto;transform:none;}
#module_683329400 .Nav-Container .nav li{background-color:rgba(0,0,0,0);}
#module_683329400 .Nav-Container .title .phicon:hover{border-top-color:#333333;}
#module_683329400 .Nav-Container .title .phicon:hover{border-top-style:solid;}
#module_683329400 .Nav-Container .title .phicon:hover{border-top-width:1px;}
#module_683329400 .Nav-Container .title .phicon:hover{border-right-color:#333333;}
#module_683329400 .Nav-Container .title .phicon:hover{border-right-style:solid;}
#module_683329400 .Nav-Container .title .phicon:hover{border-right-width:1px;}
#module_683329400 .Nav-Container .title .phicon:hover{border-bottom-color:#333333;}
#module_683329400 .Nav-Container .title .phicon:hover{border-bottom-style:solid;}
#module_683329400 .Nav-Container .title .phicon:hover{border-bottom-width:1px;}
#module_683329400 .Nav-Container .title .phicon:hover{border-left-color:#333333;}
#module_683329400 .Nav-Container .title .phicon:hover{border-left-style:solid;}
#module_683329400 .Nav-Container .title .phicon:hover{border-left-width:1px;}
#module_683329400 .Nav-Container .title .phicon:hover{border-top-left-radius:5px;}
#module_683329400 .Nav-Container .title .phicon:hover{border-top-right-radius:5px;}
#module_683329400 .Nav-Container .title .phicon:hover{border-bottom-left-radius:5px;}
#module_683329400 .Nav-Container .title .phicon:hover{border-bottom-right-radius:5px;}
#module_683329400 .Nav-Container .title .phicon:hover{background-color:#333333;background-image:none;}
#module_683329400 .Nav-Container .title .phicon:hover{}
#module_683329400 .Nav-Container .title .phicon:hover{width:55px;}
#module_683329400 .Nav-Container .title .phicon:hover{height:55px;line-height:55px}
#module_683329400 .Nav-Container .title .phicon:hover span{font-size:16px;}
#module_683329400 .Nav-Container .title .phicon:hover span{color:#fff;}
#module_683329400 .Nav-Container .nav li.active{background-color:rgba(0,0,0,0);}

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

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

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

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


.ModuleQuickNavGiant .quicknav-item {
    height: 100%;
    width: 100%;
}

.ModuleQuickNavGiant .quicknav-item .onenav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #eee;
    height: 48px;
    align-items: center;
}
.ModuleQuickNavGiant .quicknav-item .subnav li{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 48px;
    align-items: center;
}
.ModuleQuickNavGiant .quicknav-item .link {
    width: 100%;
    overflow: hidden;
}
.ModuleQuickNavGiant .quicknav-item .onetext,.ModuleQuickNavGiant .quicknav-item .twotext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ModuleQuickNavGiant .quicknav-item .subnav {
   display: none
}
.ModuleQuickNavGiant .quicknav-item .more {
    cursor: pointer;
 }.module_683805667 .ModuleHead .HeadCenter{float:none;}
#module_683805667 {
padding:0px;
}
#module_683805667 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_683805667 .ModuleHead683805667 {
display:none;
}
#module_683805667 .BodyCenter.BodyCenter683805667 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683805667 >.module_683805667 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683805667 >.module_683805667{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683805667 .BodyCenter.BodyCenter683805667 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_683805667 .BodyCenter.BodyCenter683805667 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_683805667 >.module_683805667 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_683805667 >.module_683805667 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_683805667 >.module_683805667 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683805667:hover {
border:none;
}
#module_683805667:hover >.module_683805667 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683805667 .onenav {height:48px;line-height:48px}
#module_683805667 .more {font-Size:18px;}
#module_683805667 .more {color:#999;}
#module_683805667 .onetext {font-Size:16px;}
#module_683805667 .onetext {font-Family:微软雅黑,Microsoft YaHei;}
#module_683805667 .onetext {color:#333333;}
#module_683805667 .onetext {font-weight:normal}
#module_683805667 .onetext {text-decoration:none;}
#module_683805667 .onetext {font-style:normal;}
#module_683805667 .onenav {border-bottom-style:solid;}
#module_683805667 .onenav {border-bottom-width:1px;}
#module_683805667 .onenav {border-bottom-color:#d9d9d9;}
#module_683805667 .subnav li{height:40px;line-height:40px}
#module_683805667 .subnav {padding-top:20px;}
#module_683805667 .subnav {padding-bottom:20px;}
#module_683805667 .subnav {padding-left:0px;}
#module_683805667 .subnav {padding-right:0px;}
#module_683805667 .twotext {font-Size:14px;}
#module_683805667 .twotext {font-Family:微软雅黑,Microsoft YaHei;}
#module_683805667 .twotext {color:#666;}
#module_683805667 .twotext {font-weight:normal}
#module_683805667 .twotext {text-decoration:none;}
#module_683805667 .twotext {font-style:normal;}
#module_683805667 .open .onetext {font-Size:16px;}
#module_683805667 .open .onetext {font-Family:微软雅黑,Microsoft YaHei;}
#module_683805667 .open .onetext {color:rgb(240, 130, 0);}
#module_683805667 .open .onetext {font-weight:normal}
#module_683805667 .open .onetext {text-decoration:none;}
#module_683805667 .open .onetext {font-style:normal;}
#module_683805667 .open.onenav {border-bottom-style:solid;}
#module_683805667 .open.onenav {border-bottom-width:1px;}
#module_683805667 .open.onenav {border-bottom-color:rgb(240, 130, 0);}

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

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

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

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

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

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

#module_683333155 .tabContainerGiantGrid{background-color:transparent;}
#module_683333155 .tabContainerGiantGrid{background-image:none;}
#module_683333155 .tabContainerGiantGrid{background-repeat:no-repeat;}
#module_683333155 .tabContainerGiantGrid{}
#module_683333155 .tabContainerGiantGrid{}
#module_683333155 .tabContainerGiantGrid{}
#module_683333155 .tabContainerGiantGrid{padding-top:10px;}
#module_683333155 .tabContainerGiantGrid{padding-bottom:10px;}
#module_683333155 .tabContainerGiantGrid{padding-left:0px;}
#module_683333155 .tabContainerGiantGrid{padding-right:0px;}
#module_683333155 .tabContainerGiantGrid{border-top-color:transparent;}
#module_683333155 .tabContainerGiantGrid{border-top-style:solid;}
#module_683333155 .tabContainerGiantGrid{border-top-width:0px;}
#module_683333155 .tabContainerGiantGrid{border-right-color:transparent;}
#module_683333155 .tabContainerGiantGrid{border-right-style:solid;}
#module_683333155 .tabContainerGiantGrid{border-right-width:0px;}
#module_683333155 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_683333155 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_683333155 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_683333155 .tabContainerGiantGrid{border-left-color:transparent;}
#module_683333155 .tabContainerGiantGrid{border-left-style:solid;}
#module_683333155 .tabContainerGiantGrid{border-left-width:0px;}
#module_683333155 .Nav-Container .title{bottom:12px;top:auto;right:10px;left:auto;transform:none;}
#module_683333155 .Nav-Container .title .phicon{border-top-color:#000000;}
#module_683333155 .Nav-Container .title .phicon{border-top-style:solid;}
#module_683333155 .Nav-Container .title .phicon{border-top-width:1px;}
#module_683333155 .Nav-Container .title .phicon{border-right-color:#000000;}
#module_683333155 .Nav-Container .title .phicon{border-right-style:solid;}
#module_683333155 .Nav-Container .title .phicon{border-right-width:1px;}
#module_683333155 .Nav-Container .title .phicon{border-bottom-color:#000000;}
#module_683333155 .Nav-Container .title .phicon{border-bottom-style:solid;}
#module_683333155 .Nav-Container .title .phicon{border-bottom-width:1px;}
#module_683333155 .Nav-Container .title .phicon{border-left-color:#000000;}
#module_683333155 .Nav-Container .title .phicon{border-left-style:solid;}
#module_683333155 .Nav-Container .title .phicon{border-left-width:1px;}
#module_683333155 .Nav-Container .title .phicon{border-top-left-radius:5px;}
#module_683333155 .Nav-Container .title .phicon{border-top-right-radius:5px;}
#module_683333155 .Nav-Container .title .phicon{border-bottom-left-radius:5px;}
#module_683333155 .Nav-Container .title .phicon{border-bottom-right-radius:5px;}
#module_683333155 .Nav-Container .title .phicon{background-color:#000000;} #module_683333155 .nav li{background-color:#000000;}
#module_683333155 .Nav-Container .title .phicon{}
#module_683333155 .Nav-Container .title .btnScrollRight{ margin-left:15px; }
#module_683333155 .Nav-Container .title .phicon{width:55px;}
#module_683333155 .Nav-Container .title .phicon{height:55px;line-height:55px}
#module_683333155 .Nav-Container .title .phicon span{font-size:16px;}
#module_683333155 .Nav-Container .title .phicon span{color:#fff;}
#module_683333155 .Nav-Container .nav{top:10px;right:10px;left:auto;transform:none;}
#module_683333155 .Nav-Container .nav li{background-color:rgba(0,0,0,0);}
#module_683333155 .Nav-Container .title .phicon:hover{border-top-color:#333333;}
#module_683333155 .Nav-Container .title .phicon:hover{border-top-style:solid;}
#module_683333155 .Nav-Container .title .phicon:hover{border-top-width:1px;}
#module_683333155 .Nav-Container .title .phicon:hover{border-right-color:#333333;}
#module_683333155 .Nav-Container .title .phicon:hover{border-right-style:solid;}
#module_683333155 .Nav-Container .title .phicon:hover{border-right-width:1px;}
#module_683333155 .Nav-Container .title .phicon:hover{border-bottom-color:#333333;}
#module_683333155 .Nav-Container .title .phicon:hover{border-bottom-style:solid;}
#module_683333155 .Nav-Container .title .phicon:hover{border-bottom-width:1px;}
#module_683333155 .Nav-Container .title .phicon:hover{border-left-color:#333333;}
#module_683333155 .Nav-Container .title .phicon:hover{border-left-style:solid;}
#module_683333155 .Nav-Container .title .phicon:hover{border-left-width:1px;}
#module_683333155 .Nav-Container .title .phicon:hover{border-top-left-radius:5px;}
#module_683333155 .Nav-Container .title .phicon:hover{border-top-right-radius:5px;}
#module_683333155 .Nav-Container .title .phicon:hover{border-bottom-left-radius:5px;}
#module_683333155 .Nav-Container .title .phicon:hover{border-bottom-right-radius:5px;}
#module_683333155 .Nav-Container .title .phicon:hover{background-color:#333333;background-image:none;}
#module_683333155 .Nav-Container .title .phicon:hover{}
#module_683333155 .Nav-Container .title .phicon:hover{width:55px;}
#module_683333155 .Nav-Container .title .phicon:hover{height:55px;line-height:55px}
#module_683333155 .Nav-Container .title .phicon:hover span{font-size:16px;}
#module_683333155 .Nav-Container .title .phicon:hover span{color:#fff;}
#module_683333155 .Nav-Container .nav li.active{background-color:rgba(0,0,0,0);}

#module_683333155__tabPane_9726 #Sub683333155_9726 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_683333155__tabPane_9726 #Sub683333155_9726 > .SubContainer {display: table-cell; vertical-align: top;}
#module_683333155__tabPane_9726 .SubPadding {width:20px; height: 100%; position: relative; display: table-cell;}
#module_683333155__tabPane_9726 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_683333155__tabPane_9726 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_683333155__tabPane_9726:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_683333155__tabPane_9726 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_683333155__tabPane_9726 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_683333155__tabPane_9726 #Sub683333155_9726 {display: block;}
#module_683333155__tabPane_9726 #Sub683333155_9726 > .SubPadding {float:left; height: 10px;}
#module_683333155__tabPane_9726 #Sub683333155_9726 > .SubContainer {float:left;}
#module_683333155__tabPane_9726 #Sub683333155_9726 > .SubContainer .SubDrag {display:none;}
#module_683333155__tabPane_9726 #Sub683333155_9726 > .SubPadding {width:5px;}
#module_683333155__tabPane_9726 #Sub683333155_9726 > .SubContainer {width:calc((100% - 10px) / 3) !important;}
#module_683333155__tabPane_9726 #Sub683333155_9726 > .SubPadding3 {display:none;}
}
#module_683333155__tabPane_9726 #Sub683333155_Tab9726_1 {width:33.3333%;}
.module_683333180 .ModuleHead .HeadCenter{float:none;}
#module_683333180 {
padding:0px;
}
#module_683333180 {
position:static;
z-index:1;
top:31px;
left:0px;
width:100%;
height: auto;
}
#module_683333180 .ModuleHead683333180 {
display:none;
}
#module_683333180 .BodyCenter.BodyCenter683333180 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683333180 >.module_683333180 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683333180 >.module_683333180{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683333180 .BodyCenter.BodyCenter683333180 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683333180 .BodyCenter.BodyCenter683333180 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683333180 >.module_683333180 {
margin-top:5.3783%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683333180 >.module_683333180 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683333180 >.module_683333180 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683333180:hover {
border:none;
}
#module_683333180:hover >.module_683333180 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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


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

#module_683813753 .ModuleImageTextGiantContent{margin-top:0px;}
#module_683813753 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_683813753 .ModuleImageTextGiantContent{margin-left:0px;}
#module_683813753 .ModuleImageTextGiantContent{margin-right:0px;}
#module_683813753 .imageTextGiant-Container{padding-top:10px;}
#module_683813753 .imageTextGiant-Container{padding-bottom:10px;}
#module_683813753 .imageTextGiant-Container{padding-left:0px;}
#module_683813753 .imageTextGiant-Container{padding-right:0px;}
#module_683813753 .showHandle .btn{font-size:14px;}
#module_683813753 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683813753 .showHandle .btn{color:#333;}
#module_683813753 .showHandle .btn{font-weight:400;}
#module_683813753 .showHandle .btn{text-decoration:none;}
#module_683813753 .showHandle .btn{font-style:normal;}
#module_683813753 .showHandle div{border-top-color:#ddd !important;}
#module_683813753 .showHandle div{border-top-style:solid !important;}
#module_683813753 .showHandle div{border-top-width:1px !important;}
#module_683813753 .showHandle{background-color:transparent;}
#module_683813753 .showHandle{background-image:none;}
#module_683813753 .showHandle{background-repeat:no-repeat;}
#module_683813753 .showHandle{}
#module_683813753 .showHandle{}
#module_683813753 .showHandle{}
#module_683813753 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer683329362 #Sub683329362_2 {width:29.2258%;}
#module_688836767{display:none;}
.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_683321993 .ModuleHead .HeadCenter{float:none;}
#module_683321993 {
padding:0px;
}
#module_683321993 {
}
#module_683321993 .ModuleHead683321993 {
display:none;
}
#module_683321993 .BodyCenter.BodyCenter683321993 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683321993 >.module_683321993 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683321993 >.module_683321993{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683321993 .BodyCenter.BodyCenter683321993 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_683321993 .BodyCenter.BodyCenter683321993 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_683321993 >.module_683321993 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_683321993 >.module_683321993 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_683321993 >.module_683321993 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683321993:hover {
border:none;
}
#module_683321993:hover >.module_683321993 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683321993 .langlistbox{background-color:#fff} #module_683321993 .langlistbox .jt{border-bottom-color:#fff}
#module_683321993 .langlistbox .langinfo{color:#333333}
#module_683321993 .langlistbox .langinfo{background-color:#fff}
#module_683321993 .langlistbox .langinfo{border-color:#333333}
#module_683321993 .langlistbox .langtxt{ font-size:16px }
#module_683321993 .langlistbox .langtxt{ color:#333333 }
#module_683321993 {}#module_683321993.layout-101 #header{border-bottom-color:transparent;}
#module_683321993 {}#module_683321993.layout-101 #header{border-bottom-style:none;}
#module_683321993 {}#module_683321993.layout-101 #header{border-bottom-width:0px;}
#module_683321993 {}#module_683321993.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_683321993 {}#module_683321993.layout-101 #MobileNav{background-color: transparent;} #module_683321993.layout-101 #header{background-color:rgb(255, 255, 255);}
#module_683321993 {}#module_683321993.layout-101 #header{}
#module_683321993 {}#module_683321993.layout-101 #header p{font-Family:微软雅黑,Microsoft YaHei;}
#module_683321993 {}#module_683321993.layout-101 #header p{font-size:16px;}
#module_683321993 {}#module_683321993.layout-101 #header p{color:#fff;}
#module_683321993 {}#module_683321993.layout-101 #header p{font-weight:normal;}
#module_683321993 {}#module_683321993.layout-101 #header p{text-decoration:none;}
#module_683321993 {}#module_683321993.layout-101 #header p{font-style:normal;}
#module_683321993 {}#module_683321993.layout-101 .lcitem .rect{background:rgb(127, 127, 127);} #module_683321993.layout-101 .icons{color:rgb(127, 127, 127);} #module_683321993.layout-101 .svgdiv svg>*{fill:rgb(127, 127, 127);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item ul li{border-bottom-color:rgba(216, 216, 216, 0.23);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item,#module_683321993.layout-101 #MobileNavFloatLayer{background-color:rgb(255, 255, 255);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item,#module_683321993.layout-101 #MobileNavFloatLayer{}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a{background:rgb(255, 255, 255);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a{}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a,#module_683321993.layout-101 .micro-nav-item>ul>li>a p{color:rgb(0, 0, 0);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a{background:rgb(240, 130, 0);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a,#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a,#module_683321993.layout-101 .micro-nav-item>ul>li>a p{font-family:微软雅黑,Microsoft YaHei;}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a,#module_683321993.layout-101 .micro-nav-item>ul>li>a p{font-size:15px;}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a,#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:微软雅黑,Microsoft YaHei;}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a,#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:15px;}
#module_683321993 .langlistbox li:hover .langinfo,#module_683321993 .langactive .langinfo {color:#fff}
#module_683321993 .langlistbox li:hover .langinfo,#module_683321993 .langactive .langinfo{background-color:#333333}
#module_683321993 .langlistbox li:hover .langinfo,#module_683321993 .langactive .langinfo{border-color:#333333}
#module_683321993 .langlistbox li:hover .langtxt,#module_683321993 .langactive .langtxt{ color:#333333 }
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a:hover,#module_683321993.layout-101 .micro-nav-item>ul>li>a:hover p{color:rgb(240, 130, 0);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:rgb(240, 130, 0);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:rgb(240, 130, 0);}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_683321993 {}#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_683321993.layout-101 .micro-nav-item>ul>li .subnav a:hover p{color:rgb(242, 242, 242);}
.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;
    white-space: nowrap;
    /* 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_683321998 .ModuleHead .HeadCenter{float:none;}
#module_683321998 {
padding:0px;
}
#module_683321998 {
}
#module_683321998 .ModuleHead0 {
display:none;
}

#module_683321998 .defaultbtn{background-color:#fff}
#module_683321998 .defaultbtn{}
#module_683321998 .spotgroup{color:#000}
#module_683321998 .itembtn{background-color:#fff}
#module_683321998 .itembtn{}
#module_683321998 .itemicon{color:#666} #module_683321998 svg>*{fill:#666}
#module_683321998 .itemtext{background-color:#fff} #module_683321998 .itemtextright::before{border-left-color:#fff} #module_683321998 .itemtextleft::before{border-right-color:#fff}
#module_683321998 .itemtext{}
#module_683321998 .itemtext{font-size:12px;}
#module_683321998 .itemtext{font-family:;}
#module_683321998 .itemtext{color:#666 !important;}
#module_683321998 .itemtext{font-weight:normal;}
#module_683321998 .itemtext{text-decoration:none;}
#module_683321998 .itemtext{font-style:normal;}
#module_683321998 .defaultbtnbghover{background-color:#000000}
#module_683321998 .defaultbtnbghover{}
#module_683321998 .defaultbtniconbghover{color:#fff}
.module_683321994 .ModuleHead .HeadCenter{float:none;}
#module_683321994 {
padding:0px;
}
#module_683321994 {
}
#module_683321994 .ModuleHead0 {
display:none;
}
#module_683321994 .ModuleHead .HeadText.HeadText0 {
}
#module_683321994 .ModuleHead .HeadTextMore.HeadTextMore0 {
}
#module_683321994 >.module_0 {
border:none;
}
@media screen and (min-width: 768px){
#module_683321994 .BodyCenter.BodyCenter0 {
}
}
@media screen and (max-width: 767px){
#module_683321994 .BodyCenter.BodyCenter0 {
}
}
#module_683321994 .BodyCenter.BodyCenter0 {
}
#module_683321994 .BodyCenter a {
}

#module_683321994 .foot-nav-list{background-color:rgb(0, 0, 0) !important;}
#module_683321994 .foot-nav-list{border-top-color:;}
#module_683321994 .foot-nav-list{border-top-style:;}
#module_683321994 .foot-nav-list{border-top-width:px;}
#module_683321994 #MobileFootNav{box-shadow:;}
#module_683321994 .icon{color: !important;} #module_683321994 .icon svg >*{fill:}
#module_683321994 .itemText{font-size:px;}
#module_683321994 .itemText{font-family:;}
#module_683321994 .itemText{color: !important;}
#module_683321994 .itemText{}
#module_683321994 .itemText{}
#module_683321994 .itemText{}
#module_683321994 .iconh{color: !important;}  #module_683321994 .iconh svg >*{fill:}
#module_683321994 .itemTexth{font-size:px;}
#module_683321994 .itemTexth{font-family:;}
#module_683321994 .itemTexth{color: !important;}
#module_683321994 .itemTexth{}
#module_683321994 .itemTexth{}
#module_683321994 .itemTexth{}
