/* cache file /mnt/yzproc/YZ-Site/caches/csscache/10/108067/108067_310701_1_.cache exists */
/*md5:c3167727440d8aaa79522d35d536de14*/
/*time: 2025-11-03 09:59:13*/
/*url:www.dgsungpower.com/*/
.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;}

/*轮播图样式*/

/*切换按钮样式*/
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-container{ position: relative;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{ position: absolute; width: 81px; height: 82px; background: rgba(0,0,0,0.2);top:50%;z-index: 9999;
    transform : translate(0,-50%);
    -webkit-transform:translate(0,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(0,-50%);       /* for Firefox */
    -ms-transform:translate(0,-50%);       /* for IE */
    -o-transform: translate(0,-50%);        /* for Opera */
    transition: all .3s
}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:hover,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:hover{background: rgba(0,0,0,0.4);}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next{left: 0; cursor: pointer;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{right: 0;cursor: pointer;transform: rotate(180deg);margin-top: -41px;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:before{
    color: #fff;
    position: absolute;
    top:50%; left: 50%;
    font-size: 30px;
    transform : translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:translate(-50%,-50%);       /* for IE */
    -o-transform: translate(-50%,-50%);
    /* background: url("/images/pres.png") no-repeat center;
    background-size: 100%;
    width: 17px; height:30px;background: #fff;content: "";*/
}

.ModuleSlideGiant.layout-104 .swiper-slide video{min-height: 32px; width: 100%; height: auto; display: block;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:before{
    position: absolute;
    top:50%; left: 50%;
    transform : translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:translate(-50%,-50%);       /* for IE */
    -o-transform: translate(-50%,-50%);
    color: #fff;
    font-size: 30px;
    /* background: url("/images/nexts.png") no-repeat center;
    background-size: 100%; width: 17px; height:30px; background: #fff;content: "";*/
}
/*.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:after{ content: ""; position: absolute;*/
/*top:44%; right: 40%; width: 2px; height:20px; background: #fff;*/
/*-webkit-transform: rotate(-135deg);   !* for Chrome || Safari *!*/
/*-moz-transform:  rotate(-135deg);       !* for Firefox *!*/
/*-ms-transform:   rotate(-135deg);        !* for IE *!*/
/*-o-transform:   rotate(-135deg);       !* for Opera *!*/
/*transform: rotate(-135deg);*/
/*}*/
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet{width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1;}
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);   /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:  translate(-50%,-50%);        /* for IE */
    -o-transform:  translate(-50%,-50%);
}
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background: rgba(0, 0, 0, 0.21); }
/*.forie .swiper-container {height: 600px;}*/
.forie .swiper-pagination {  position: absolute;  left: 0;  text-align: center;  bottom:5px;  width: 100%;  }
.forie .swiper-pagination-switch{display: inline-block;width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1; margin: 0 5px;}
.forie .swiper-pagination-switch:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;    transform: translate(-50%,-50%);webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -o-transform: translate(-50%,-50%);}
.forie .swiper-active-switch{background: rgba(0, 0, 0, 0.21); }
@media only screen and (max-width: 767px) {
    /* .ModuleSlideGiant .SubContainer {display: none;} */
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
}
/* @media only screen and (max-width: 480px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next{display: none}
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
} */
.ModuleSlideGiant.layout-104 .swiperImg{width: 100%;}.module_683322608 .ModuleHead .HeadCenter{float:none;}
#module_683322608 {
padding:0px;
}
#module_683322608 {
position:static;
z-index:0;
top:697px;
left:363px;
width:100%;
height: auto;
}
#module_683322608 .ModuleHead683322608 {
display:none;
}
#module_683322608 .BodyCenter.BodyCenter683322608 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683322608 >.module_683322608 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683322608 >.module_683322608{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683322608 .BodyCenter.BodyCenter683322608 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683322608 .BodyCenter.BodyCenter683322608 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683322608 >.module_683322608 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683322608 >.module_683322608 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683322608 >.module_683322608 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683322608:hover {
border:none;
}
#module_683322608:hover >.module_683322608 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683322608 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{background-color:rgb(240, 130, 0);}
#module_683322608 .swiper-slideshow-1-next,#module_683322608 .swiper-slideshow-1-prev{height:82px;}
#module_683322608 .swiper-slideshow-1-next,#module_683322608 .swiper-slideshow-1-prev{width:81px;}
#module_683322608 .swiper-slideshow-1-next:before,#module_683322608 .swiper-slideshow-1-prev:before{color:#fff;}
#module_683322608 .swiper-slideshow-1-next:before,#module_683322608 .swiper-slideshow-1-prev:before{font-size:30px;}
#module_683322608 .swiper-slideshow-1-next,#module_683322608 .swiper-slideshow-1-prev{background-color:rgba(0,0,0,0);}
#module_683322608 .swiper-slideshow-1-next,#module_683322608 .swiper-slideshow-1-prev{background-image:none;}
#module_683322608 .swiper-slideshow-1-next,#module_683322608 .swiper-slideshow-1-prev{background-repeat:no-repeat;}
#module_683322608 .swiper-slideshow-1-next,#module_683322608 .swiper-slideshow-1-prev{}
#module_683322608 .swiper-slideshow-1-next,#module_683322608 .swiper-slideshow-1-prev{}
#module_683322608 .swiper-slideshow-1-next,#module_683322608 .swiper-slideshow-1-prev{}
#module_683322608 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background-color:rgb(240, 130, 0);}
#module_683322608 .swiper-slideshow-1-next:hover:before,#module_683322608 .swiper-slideshow-1-prev:hover:before{color:rgb(240, 130, 0);}
#module_683322608 .swiper-slideshow-1-next:hover,#module_683322608 .swiper-slideshow-1-prev:hover{background-color:rgba(0,0,0,0);}
#module_683322608 .swiper-slideshow-1-next:hover,#module_683322608 .swiper-slideshow-1-prev:hover{background-image:none;}
#module_683322608 .swiper-slideshow-1-next:hover,#module_683322608 .swiper-slideshow-1-prev:hover{background-repeat:no-repeat;}
#module_683322608 .swiper-slideshow-1-next:hover,#module_683322608 .swiper-slideshow-1-prev{}
#module_683322608 .swiper-slideshow-1-next:hover,#module_683322608 .swiper-slideshow-1-prev:hover{}
#module_683322608 .swiper-slideshow-1-next:hover,#module_683322608 .swiper-slideshow-1-prev:hover{}
#module_683322608 .SubContainer {}
.module_683323772 .ModuleHead .HeadCenter{float:none;}
#module_683323772 {
padding:0px;
}
#module_683323772 {
position:static;
z-index:0;
top:942px;
left:-2px;
width:100%;
height: auto;
}
#module_683323772 .ModuleHead683323772 {
display:none;
}

.module_683323112 .ModuleHead .HeadCenter{float:none;}
#module_683323112 {
padding:0px;
}
#module_683323112 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683323112 .ModuleHead683323112 {
display:none;
}
#module_683323112 .BodyCenter.BodyCenter683323112 {
background:none;background-color:rgba(0,0,0,0);
background-image:url(/template/pc/skin/images/20250701150359d06981.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_683323112 >.module_683323112 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683323112 >.module_683323112{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683323112 .BodyCenter.BodyCenter683323112 {
padding-top:7.8782%;
padding-left:5.2521%;
padding-right:5.2521%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683323112 .BodyCenter.BodyCenter683323112 {
padding-top:14.4092%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:5.1873%;
}
}
@media screen and (min-width: 768px){
#module_683323112 >.module_683323112 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683323112 >.module_683323112 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_683323112 >.module_683323112 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683323112:hover {
border:none;
}
#module_683323112:hover >.module_683323112 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

#module_683804202 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_683804202 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_683804202 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_683804202 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_683804202 .GraphicUpper{padding-top:0px;}
#module_683804202 .GraphicUpper{padding-bottom:0px;}
#module_683804202 .GraphicUpper{padding-left:0px;}
#module_683804202 .GraphicUpper {padding-right:0px;}
#module_683804202 .GraphicUpper{width:8%;} #module_683804202 .ModuleImageTextContent{width: calc(100% - 8%);}
#module_683804202 .MobileGraphicUpper{width:10%;} #module_683804202 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_683804202 .ModuleImageTextGiantContent{padding-top:0px;}
#module_683804202 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_683804202 .ModuleImageTextGiantContent{padding-left:15px;}
#module_683804202 .ModuleImageTextGiantContent{padding-right:0px;}
#module_683804202 .normal_ImgtextBox_content{padding-top:0px;}
#module_683804202 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_683804202 .normal_ImgtextBox_content{padding-left:0px;}
#module_683804202 .normal_ImgtextBox_content{padding-right:0px;}
#module_683804202 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_683804202 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_683804202 .normal_ImgtextBox_content{background-color:transparent;}
#module_683804202 .normal_ImgtextBox_content{background-image:none;}
#module_683804202 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_683804202 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_683804202 .normal_ImgtextBox_content{background-attachment:none;}
#module_683804202 .normal_ImgtextBox_content{}
#module_683804202 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_683804202 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_683804202 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_683804202 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_683804202 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_683804202 .normal_ImgtextBox_content{border-top-style:none;}
#module_683804202 .normal_ImgtextBox_content{border-top-width:0px;}
#module_683804202 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_683804202 .normal_ImgtextBox_content{border-right-style:none;}
#module_683804202 .normal_ImgtextBox_content{border-right-width:0px;}
#module_683804202 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_683804202 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_683804202 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_683804202 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_683804202 .normal_ImgtextBox_content{border-left-style:none;}
#module_683804202 .normal_ImgtextBox_content{border-left-width:0px;}
#module_683804202 .showHandle .btn{font-size:14px;}
#module_683804202 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683804202 .showHandle .btn{color:#333;}
#module_683804202 .showHandle .btn{font-weight:400;}
#module_683804202 .showHandle .btn{text-decoration:none;}
#module_683804202 .showHandle .btn{font-style:normal;}
#module_683804202 .showHandle div{border-top-color:#ddd !important;}
#module_683804202 .showHandle div{border-top-style:solid !important;}
#module_683804202 .showHandle div{border-top-width:1px !important;}
#module_683804202 .showHandle{background-color:transparent;}
#module_683804202 .showHandle{background-image:none;}
#module_683804202 .showHandle{background-repeat:no-repeat;}
#module_683804202 .showHandle{}
#module_683804202 .showHandle{}
#module_683804202 .showHandle{}
#module_683804202 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_683804202 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_683804202 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_683804202 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_683804202 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_683804202 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_683804202 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_683804202 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_683804202 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_683804202 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer683323112 #Sub683323112_1 {width:50%;}
.ModuleButtonGiant.layout-109 .buttonbox{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    background: #3c74ed;
    border-radius: 50px;
    color: #fff;

}
.ModuleButtonGiant.layout-109 .radius{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    margin-left: 15px;
    align-items: center;
    transition: 0.4s;
    justify-content: center;
    position: relative;
    transform: rotate(0deg);

}
.ModuleButtonGiant.layout-109 .buttonbox .radius::after{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .4s;
    opacity: 0;
    transform: scale(0);
}
.ModuleButtonGiant.layout-109 .buttonbox:hover .radius::after{
    transform: scale(1);
    opacity: 1;
}
.ModuleButtonGiant.layout-109.icon-you{
    transition: 0.4s;
    position: relative;
    z-index: 1;
    color: #3C74ED;
}
.ModuleButtonGiant.layout-109 .buttonbox .icon-you
{
    z-index: 2;
    position: relative;
    transition: .4s;
}
.ModuleButtonGiant.layout-109 .buttonbox:hover .icon-you
{
    transform: translateY(0) rotate(-45deg);
   
}.module_683323463 .ModuleHead .HeadCenter{float:none;}
#module_683323463 {
padding:0px;
}
#module_683323463 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683323463 .ModuleHead683323463 {
display:none;
}
#module_683323463 .BodyCenter.BodyCenter683323463 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683323463 >.module_683323463 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683323463 >.module_683323463{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683323463 .BodyCenter.BodyCenter683323463 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683323463 .BodyCenter.BodyCenter683323463 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683323463 >.module_683323463 {
margin-top:4.8000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683323463 >.module_683323463 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683323463 >.module_683323463 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683323463:hover {
border:none;
}
#module_683323463:hover >.module_683323463 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_683323463 .BodyCenter{text-align:right;}
#module_683323463 .moduleButton .buttonbox .ButtonText{font-size:16px;}
#module_683323463 .moduleButton .buttonbox .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683323463 .moduleButton .buttonbox .ButtonText{color:rgb(127, 127, 127);}
#module_683323463 .moduleButton .buttonbox .ButtonText{font-weight:normal;}
#module_683323463 .moduleButton .buttonbox .ButtonText{text-decoration:none;}
#module_683323463 .moduleButton .buttonbox .ButtonText{font-style:normal;}
#module_683323463 .moduleButton .buttonbox{background-color:rgba(0,0,0,0);}
#module_683323463 .moduleButton .buttonbox{background-image:none;}
#module_683323463 .moduleButton .buttonbox{background-repeat:no-repeat;}
#module_683323463 .moduleButton .buttonbox{background-position:none;}
#module_683323463 .moduleButton .buttonbox{background-attachment:none;}
#module_683323463 .moduleButton .buttonbox{}
#module_683323463 .moduleButton .buttonbox{width:180px;}
#module_683323463 .moduleButton .buttonbox{height:60px;}
#module_683323463 .icon-you{color:rgb(127, 127, 127);}
#module_683323463 .buttonbox:hover .icon-you{color:rgb(255, 255, 255);}
#module_683323463 .buttonbox:hover .radius::after{background-color:rgb(240, 130, 0);}
#module_683323463 .moduleButton .buttonbox:hover .ButtonText{font-size:16px;}
#module_683323463 .moduleButton .buttonbox:hover .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683323463 .moduleButton .buttonbox:hover .ButtonText{color:rgb(240, 130, 0);}
#module_683323463 .moduleButton .buttonbox:hover .ButtonText{font-weight:normal;}
#module_683323463 .moduleButton .buttonbox:hover .ButtonText{text-decoration:none;}
#module_683323463 .moduleButton .buttonbox:hover .ButtonText{font-style:normal;}
#module_683323463 .moduleButton .buttonbox:hover{background-image: unset;background-color:rgba(0,0,0,0);}
#module_683323463 .moduleButton .buttonbox:hover{background-image:none;}
#module_683323463 .moduleButton .buttonbox:hover{background-repeat:no-repeat;}
#module_683323463 .moduleButton .buttonbox:hover{background-position:none;}
#module_683323463 .moduleButton .buttonbox:hover{background-attachment:none;}
#module_683323463 .moduleButton .buttonbox:hover{}

.ModuleGridContainer.ModuleGridContainer683323112 #Sub683323112_2 {width:50%;}
.module_683324529 .ModuleHead .HeadCenter{float:none;}
#module_683324529 {
padding:0px;
}
#module_683324529 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_683324529 .ModuleHead683324529 {
display:none;
}

.module_683323775 .ModuleHead .HeadCenter{float:none;}
#module_683323775 {
padding:0px;
}
#module_683323775 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683323775 .ModuleHead683323775 {
display:none;
}
#module_683323775 .BodyCenter.BodyCenter683323775 {
background:none;background-color:rgba(0,0,0,0);
background-image:url(/template/pc/skin/images/20250701150359d06981.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_683323775 >.module_683323775 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683323775 >.module_683323775{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683323775 .BodyCenter.BodyCenter683323775 {
padding-top:1.0504%;
padding-left:5.2521%;
padding-right:5.2521%;
padding-bottom:7.8782%;
}
}
@media screen and (max-width: 767px){
#module_683323775 .BodyCenter.BodyCenter683323775 {
padding-top:0.0000%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:14.4092%;
}
}
@media screen and (min-width: 768px){
#module_683323775 >.module_683323775 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683323775 >.module_683323775 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_683323775 >.module_683323775 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683323775:hover {
border:none;
}
#module_683323775:hover >.module_683323775 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

#module_683804220 .ModuleImageTextGiantContent{margin-top:0px;}
#module_683804220 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_683804220 .ModuleImageTextGiantContent{margin-left:0px;}
#module_683804220 .ModuleImageTextGiantContent{margin-right:0px;}
#module_683804220 .imageTextGiant-Container{padding-top:10px;}
#module_683804220 .imageTextGiant-Container{padding-bottom:10px;}
#module_683804220 .imageTextGiant-Container{padding-left:0px;}
#module_683804220 .imageTextGiant-Container{padding-right:0px;}
#module_683804220 .showHandle .btn{font-size:14px;}
#module_683804220 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683804220 .showHandle .btn{color:#333;}
#module_683804220 .showHandle .btn{font-weight:400;}
#module_683804220 .showHandle .btn{text-decoration:none;}
#module_683804220 .showHandle .btn{font-style:normal;}
#module_683804220 .showHandle div{border-top-color:#ddd !important;}
#module_683804220 .showHandle div{border-top-style:solid !important;}
#module_683804220 .showHandle div{border-top-width:1px !important;}
#module_683804220 .showHandle{background-color:transparent;}
#module_683804220 .showHandle{background-image:none;}
#module_683804220 .showHandle{background-repeat:no-repeat;}
#module_683804220 .showHandle{}
#module_683804220 .showHandle{}
#module_683804220 .showHandle{}
#module_683804220 a{font-size:unset;font-family:unset}
.ModuleImageGiant.layout-103 .BodyCenter{text-align:center;}
.ModuleImageGiant.layout-103 .imgBox{position: relative; width:100%; overflow: hidden;}
.ModuleImageGiant.layout-103 img{margin: auto; max-width: 100%; border: none;}
.ModuleImageGiant.layout-103 .imgNormalBox,.ModuleImageGiant.layout-103 .imgHoverBox{width: 100%; height: 100%}
.ModuleImageGiant.layout-103 .imgNormalBox{
	position: relative;
	overflow: hidden;
	opacity:1;
	transition: all .5s;
	-moz-transition:all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.ModuleImageGiant.layout-103 .imgHoverBox{
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	opacity: 0;
	transition: all .5s;
	-moz-transition:all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.ModuleImageGiant.layout-103 .imgBox:hover .imgNormalBox{opacity: 0;}
.ModuleImageGiant.layout-103 .imgBox:hover .imgHoverBox{opacity: 1;	height: 100%;}
.module_683324333 .ModuleHead .HeadCenter{float:none;}
#module_683324333 {
padding:0px;
}
#module_683324333 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683324333 .ModuleHead683324333 {
display:none;
}
#module_683324333 .BodyCenter.BodyCenter683324333 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683324333 >.module_683324333 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683324333 >.module_683324333{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683324333 .BodyCenter.BodyCenter683324333 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:16.3265%;
}
}
@media screen and (max-width: 767px){
#module_683324333 .BodyCenter.BodyCenter683324333 {
padding-top:3.2895%;
padding-left:6.5789%;
padding-right:6.5789%;
padding-bottom:9.8684%;
}
}
@media screen and (min-width: 768px){
#module_683324333 >.module_683324333 {
margin-top:5.7143%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683324333 >.module_683324333 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:23.3553%;
margin-bottom:0.0000%;
}
}
#module_683324333 >.module_683324333 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683324333:hover {
border:none;
}
#module_683324333:hover >.module_683324333 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

#module_683804918 .BodyCenter{text-align:left;}
#module_683804918 .moduleButton .buttonbox .ButtonText{font-size:16px;}
#module_683804918 .moduleButton .buttonbox .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683804918 .moduleButton .buttonbox .ButtonText{color:rgb(127, 127, 127);}
#module_683804918 .moduleButton .buttonbox .ButtonText{font-weight:normal;}
#module_683804918 .moduleButton .buttonbox .ButtonText{text-decoration:none;}
#module_683804918 .moduleButton .buttonbox .ButtonText{font-style:normal;}
#module_683804918 .moduleButton .buttonbox{background-color:rgba(0,0,0,0);}
#module_683804918 .moduleButton .buttonbox{background-image:none;}
#module_683804918 .moduleButton .buttonbox{background-repeat:no-repeat;}
#module_683804918 .moduleButton .buttonbox{background-position:none;}
#module_683804918 .moduleButton .buttonbox{background-attachment:none;}
#module_683804918 .moduleButton .buttonbox{}
#module_683804918 .moduleButton .buttonbox{width:180px;}
#module_683804918 .moduleButton .buttonbox{height:60px;}
#module_683804918 .icon-you{color:rgb(127, 127, 127);}
#module_683804918 .buttonbox:hover .icon-you{color:rgb(255, 255, 255);}
#module_683804918 .buttonbox:hover .radius::after{background-color:rgb(240, 130, 0);}
#module_683804918 .moduleButton .buttonbox:hover .ButtonText{font-size:16px;}
#module_683804918 .moduleButton .buttonbox:hover .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683804918 .moduleButton .buttonbox:hover .ButtonText{color:rgb(240, 130, 0);}
#module_683804918 .moduleButton .buttonbox:hover .ButtonText{font-weight:normal;}
#module_683804918 .moduleButton .buttonbox:hover .ButtonText{text-decoration:none;}
#module_683804918 .moduleButton .buttonbox:hover .ButtonText{font-style:normal;}
#module_683804918 .moduleButton .buttonbox:hover{background-image: unset;background-color:rgba(0,0,0,0);}
#module_683804918 .moduleButton .buttonbox:hover{background-image:none;}
#module_683804918 .moduleButton .buttonbox:hover{background-repeat:no-repeat;}
#module_683804918 .moduleButton .buttonbox:hover{background-position:none;}
#module_683804918 .moduleButton .buttonbox:hover{background-attachment:none;}
#module_683804918 .moduleButton .buttonbox:hover{}

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

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

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

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

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

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

#module_683804935 .BodyCenter{text-align:left;}
#module_683804935 .moduleButton .buttonbox .ButtonText{font-size:16px;}
#module_683804935 .moduleButton .buttonbox .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683804935 .moduleButton .buttonbox .ButtonText{color:rgb(127, 127, 127);}
#module_683804935 .moduleButton .buttonbox .ButtonText{font-weight:normal;}
#module_683804935 .moduleButton .buttonbox .ButtonText{text-decoration:none;}
#module_683804935 .moduleButton .buttonbox .ButtonText{font-style:normal;}
#module_683804935 .moduleButton .buttonbox{background-color:rgba(0,0,0,0);}
#module_683804935 .moduleButton .buttonbox{background-image:none;}
#module_683804935 .moduleButton .buttonbox{background-repeat:no-repeat;}
#module_683804935 .moduleButton .buttonbox{background-position:none;}
#module_683804935 .moduleButton .buttonbox{background-attachment:none;}
#module_683804935 .moduleButton .buttonbox{}
#module_683804935 .moduleButton .buttonbox{width:180px;}
#module_683804935 .moduleButton .buttonbox{height:60px;}
#module_683804935 .icon-you{color:rgb(127, 127, 127);}
#module_683804935 .buttonbox:hover .icon-you{color:rgb(255, 255, 255);}
#module_683804935 .buttonbox:hover .radius::after{background-color:rgb(240, 130, 0);}
#module_683804935 .moduleButton .buttonbox:hover .ButtonText{font-size:16px;}
#module_683804935 .moduleButton .buttonbox:hover .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683804935 .moduleButton .buttonbox:hover .ButtonText{color:rgb(240, 130, 0);}
#module_683804935 .moduleButton .buttonbox:hover .ButtonText{font-weight:normal;}
#module_683804935 .moduleButton .buttonbox:hover .ButtonText{text-decoration:none;}
#module_683804935 .moduleButton .buttonbox:hover .ButtonText{font-style:normal;}
#module_683804935 .moduleButton .buttonbox:hover{background-image: unset;background-color:rgba(0,0,0,0);}
#module_683804935 .moduleButton .buttonbox:hover{background-image:none;}
#module_683804935 .moduleButton .buttonbox:hover{background-repeat:no-repeat;}
#module_683804935 .moduleButton .buttonbox:hover{background-position:none;}
#module_683804935 .moduleButton .buttonbox:hover{background-attachment:none;}
#module_683804935 .moduleButton .buttonbox:hover{}

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

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

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

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

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

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

#module_683804944 .BodyCenter{text-align:left;}
#module_683804944 .moduleButton .buttonbox .ButtonText{font-size:16px;}
#module_683804944 .moduleButton .buttonbox .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683804944 .moduleButton .buttonbox .ButtonText{color:rgb(127, 127, 127);}
#module_683804944 .moduleButton .buttonbox .ButtonText{font-weight:normal;}
#module_683804944 .moduleButton .buttonbox .ButtonText{text-decoration:none;}
#module_683804944 .moduleButton .buttonbox .ButtonText{font-style:normal;}
#module_683804944 .moduleButton .buttonbox{background-color:rgba(0,0,0,0);}
#module_683804944 .moduleButton .buttonbox{background-image:none;}
#module_683804944 .moduleButton .buttonbox{background-repeat:no-repeat;}
#module_683804944 .moduleButton .buttonbox{background-position:none;}
#module_683804944 .moduleButton .buttonbox{background-attachment:none;}
#module_683804944 .moduleButton .buttonbox{}
#module_683804944 .moduleButton .buttonbox{width:180px;}
#module_683804944 .moduleButton .buttonbox{height:60px;}
#module_683804944 .icon-you{color:rgb(127, 127, 127);}
#module_683804944 .buttonbox:hover .icon-you{color:rgb(255, 255, 255);}
#module_683804944 .buttonbox:hover .radius::after{background-color:rgb(240, 130, 0);}
#module_683804944 .moduleButton .buttonbox:hover .ButtonText{font-size:16px;}
#module_683804944 .moduleButton .buttonbox:hover .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683804944 .moduleButton .buttonbox:hover .ButtonText{color:rgb(240, 130, 0);}
#module_683804944 .moduleButton .buttonbox:hover .ButtonText{font-weight:normal;}
#module_683804944 .moduleButton .buttonbox:hover .ButtonText{text-decoration:none;}
#module_683804944 .moduleButton .buttonbox:hover .ButtonText{font-style:normal;}
#module_683804944 .moduleButton .buttonbox:hover{background-image: unset;background-color:rgba(0,0,0,0);}
#module_683804944 .moduleButton .buttonbox:hover{background-image:none;}
#module_683804944 .moduleButton .buttonbox:hover{background-repeat:no-repeat;}
#module_683804944 .moduleButton .buttonbox:hover{background-position:none;}
#module_683804944 .moduleButton .buttonbox:hover{background-attachment:none;}
#module_683804944 .moduleButton .buttonbox:hover{}

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

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

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

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

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

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

#module_683804946 .BodyCenter{text-align:left;}
#module_683804946 .moduleButton .buttonbox .ButtonText{font-size:16px;}
#module_683804946 .moduleButton .buttonbox .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683804946 .moduleButton .buttonbox .ButtonText{color:rgb(127, 127, 127);}
#module_683804946 .moduleButton .buttonbox .ButtonText{font-weight:normal;}
#module_683804946 .moduleButton .buttonbox .ButtonText{text-decoration:none;}
#module_683804946 .moduleButton .buttonbox .ButtonText{font-style:normal;}
#module_683804946 .moduleButton .buttonbox{background-color:rgba(0,0,0,0);}
#module_683804946 .moduleButton .buttonbox{background-image:none;}
#module_683804946 .moduleButton .buttonbox{background-repeat:no-repeat;}
#module_683804946 .moduleButton .buttonbox{background-position:none;}
#module_683804946 .moduleButton .buttonbox{background-attachment:none;}
#module_683804946 .moduleButton .buttonbox{}
#module_683804946 .moduleButton .buttonbox{width:180px;}
#module_683804946 .moduleButton .buttonbox{height:60px;}
#module_683804946 .icon-you{color:rgb(127, 127, 127);}
#module_683804946 .buttonbox:hover .icon-you{color:rgb(255, 255, 255);}
#module_683804946 .buttonbox:hover .radius::after{background-color:rgb(240, 130, 0);}
#module_683804946 .moduleButton .buttonbox:hover .ButtonText{font-size:16px;}
#module_683804946 .moduleButton .buttonbox:hover .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683804946 .moduleButton .buttonbox:hover .ButtonText{color:rgb(240, 130, 0);}
#module_683804946 .moduleButton .buttonbox:hover .ButtonText{font-weight:normal;}
#module_683804946 .moduleButton .buttonbox:hover .ButtonText{text-decoration:none;}
#module_683804946 .moduleButton .buttonbox:hover .ButtonText{font-style:normal;}
#module_683804946 .moduleButton .buttonbox:hover{background-image: unset;background-color:rgba(0,0,0,0);}
#module_683804946 .moduleButton .buttonbox:hover{background-image:none;}
#module_683804946 .moduleButton .buttonbox:hover{background-repeat:no-repeat;}
#module_683804946 .moduleButton .buttonbox:hover{background-position:none;}
#module_683804946 .moduleButton .buttonbox:hover{background-attachment:none;}
#module_683804946 .moduleButton .buttonbox:hover{}

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

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

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

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

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

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

#module_683805260 .BodyCenter{text-align:left;}
#module_683805260 .moduleButton .buttonbox .ButtonText{font-size:16px;}
#module_683805260 .moduleButton .buttonbox .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683805260 .moduleButton .buttonbox .ButtonText{color:rgb(127, 127, 127);}
#module_683805260 .moduleButton .buttonbox .ButtonText{font-weight:normal;}
#module_683805260 .moduleButton .buttonbox .ButtonText{text-decoration:none;}
#module_683805260 .moduleButton .buttonbox .ButtonText{font-style:normal;}
#module_683805260 .moduleButton .buttonbox{background-color:rgba(0,0,0,0);}
#module_683805260 .moduleButton .buttonbox{background-image:none;}
#module_683805260 .moduleButton .buttonbox{background-repeat:no-repeat;}
#module_683805260 .moduleButton .buttonbox{background-position:none;}
#module_683805260 .moduleButton .buttonbox{background-attachment:none;}
#module_683805260 .moduleButton .buttonbox{}
#module_683805260 .moduleButton .buttonbox{width:180px;}
#module_683805260 .moduleButton .buttonbox{height:60px;}
#module_683805260 .icon-you{color:rgb(127, 127, 127);}
#module_683805260 .buttonbox:hover .icon-you{color:rgb(255, 255, 255);}
#module_683805260 .buttonbox:hover .radius::after{background-color:rgb(240, 130, 0);}
#module_683805260 .moduleButton .buttonbox:hover .ButtonText{font-size:16px;}
#module_683805260 .moduleButton .buttonbox:hover .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683805260 .moduleButton .buttonbox:hover .ButtonText{color:rgb(240, 130, 0);}
#module_683805260 .moduleButton .buttonbox:hover .ButtonText{font-weight:normal;}
#module_683805260 .moduleButton .buttonbox:hover .ButtonText{text-decoration:none;}
#module_683805260 .moduleButton .buttonbox:hover .ButtonText{font-style:normal;}
#module_683805260 .moduleButton .buttonbox:hover{background-image: unset;background-color:rgba(0,0,0,0);}
#module_683805260 .moduleButton .buttonbox:hover{background-image:none;}
#module_683805260 .moduleButton .buttonbox:hover{background-repeat:no-repeat;}
#module_683805260 .moduleButton .buttonbox:hover{background-position:none;}
#module_683805260 .moduleButton .buttonbox:hover{background-attachment:none;}
#module_683805260 .moduleButton .buttonbox:hover{}

.ModuleGridContainer.ModuleGridContainer683323775 #Sub683323775_5 {width:20%;}
.module_683324601 .ModuleHead .HeadCenter{float:none;}
#module_683324601 {
padding:0px;
}
#module_683324601 {
position:static;
z-index:1;
top:1789px;
left:1357px;
width:100%;
height: auto;
}
#module_683324601 .ModuleHead683324601 {
display:none;
}
#module_683324601 .BodyCenter.BodyCenter683324601 {
background:none;background-color:rgb(240, 240, 241);
}
#module_683324601 >.module_683324601 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683324601 >.module_683324601{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683324601 .BodyCenter.BodyCenter683324601 {
padding-top:7.8782%;
padding-left:5.2521%;
padding-right:5.2521%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683324601 .BodyCenter.BodyCenter683324601 {
padding-top:14.4092%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_683324601 >.module_683324601 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683324601 >.module_683324601 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_683324601 >.module_683324601 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683324601:hover {
border:none;
}
#module_683324601:hover >.module_683324601 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

#module_683324604 .BodyCenter{text-align:right;}
#module_683324604 .moduleButton .buttonbox .ButtonText{font-size:16px;}
#module_683324604 .moduleButton .buttonbox .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683324604 .moduleButton .buttonbox .ButtonText{color:rgb(127, 127, 127);}
#module_683324604 .moduleButton .buttonbox .ButtonText{font-weight:normal;}
#module_683324604 .moduleButton .buttonbox .ButtonText{text-decoration:none;}
#module_683324604 .moduleButton .buttonbox .ButtonText{font-style:normal;}
#module_683324604 .moduleButton .buttonbox{background-color:rgba(0,0,0,0);}
#module_683324604 .moduleButton .buttonbox{background-image:none;}
#module_683324604 .moduleButton .buttonbox{background-repeat:no-repeat;}
#module_683324604 .moduleButton .buttonbox{background-position:none;}
#module_683324604 .moduleButton .buttonbox{background-attachment:none;}
#module_683324604 .moduleButton .buttonbox{}
#module_683324604 .moduleButton .buttonbox{width:180px;}
#module_683324604 .moduleButton .buttonbox{height:60px;}
#module_683324604 .icon-you{color:rgb(127, 127, 127);}
#module_683324604 .buttonbox:hover .icon-you{color:rgb(255, 255, 255);}
#module_683324604 .buttonbox:hover .radius::after{background-color:rgb(240, 130, 0);}
#module_683324604 .moduleButton .buttonbox:hover .ButtonText{font-size:16px;}
#module_683324604 .moduleButton .buttonbox:hover .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683324604 .moduleButton .buttonbox:hover .ButtonText{color:rgb(240, 130, 0);}
#module_683324604 .moduleButton .buttonbox:hover .ButtonText{font-weight:normal;}
#module_683324604 .moduleButton .buttonbox:hover .ButtonText{text-decoration:none;}
#module_683324604 .moduleButton .buttonbox:hover .ButtonText{font-style:normal;}
#module_683324604 .moduleButton .buttonbox:hover{background-image: unset;background-color:rgba(0,0,0,0);}
#module_683324604 .moduleButton .buttonbox:hover{background-image:none;}
#module_683324604 .moduleButton .buttonbox:hover{background-repeat:no-repeat;}
#module_683324604 .moduleButton .buttonbox:hover{background-position:none;}
#module_683324604 .moduleButton .buttonbox:hover{background-attachment:none;}
#module_683324604 .moduleButton .buttonbox:hover{}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#module_683805615 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_683805615 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_683805615 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_683805615 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_683805615 .GraphicUpper .TextImage{margin-top:0px;}
#module_683805615 .GraphicUpper .TextImage{margin-bottom:0px;}
#module_683805615 .GraphicUpper .TextImage{margin-left:0px;}
#module_683805615 .GraphicUpper .TextImage{margin-right:0px;}
#module_683805615 .TextImage{width:12%;}
#module_683805615 .MobileTextImage{width:20%;}
#module_683805615 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_683805615 .imageTextGiant-Container{padding-top:10px;}
#module_683805615 .imageTextGiant-Container{padding-bottom:10px;}
#module_683805615 .imageTextGiant-Container{padding-left:10px;}
#module_683805615 .imageTextGiant-Container{padding-right:10px;}
#module_683805615 .ModuleImageTextGiantContent{padding-top:0px;}
#module_683805615 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_683805615 .ModuleImageTextGiantContent{padding-left:0px;}
#module_683805615 .ModuleImageTextGiantContent{padding-right:0px;}
#module_683805615 .imageTextGiant-Container{padding-top:0px;}
#module_683805615 .imageTextGiant-Container{padding-bottom:0px;}
#module_683805615 .imageTextGiant-Container{padding-left:0px;}
#module_683805615 .imageTextGiant-Container{padding-right:0px;}
#module_683805615 .showHandle .btn{font-size:14px;}
#module_683805615 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683805615 .showHandle .btn{color:#333;}
#module_683805615 .showHandle .btn{font-weight:400;}
#module_683805615 .showHandle .btn{text-decoration:none;}
#module_683805615 .showHandle .btn{font-style:normal;}
#module_683805615 .showHandle div{border-top-color:#ddd !important;}
#module_683805615 .showHandle div{border-top-style:solid !important;}
#module_683805615 .showHandle div{border-top-width:1px !important;}
#module_683805615 .showHandle{background-color:transparent;}
#module_683805615 .showHandle{background-image:none;}
#module_683805615 .showHandle{background-repeat:no-repeat;}
#module_683805615 .showHandle{}
#module_683805615 .showHandle{}
#module_683805615 .showHandle{}
#module_683805615 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer683324624 #Sub683324624_2 {width:50%;}
.module_683324618 .ModuleHead .HeadCenter{float:none;}
#module_683324618 {
padding:0px;
}
#module_683324618 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683324618 .ModuleHead683324618 {
display:none;
}
#module_683324618 .BodyCenter.BodyCenter683324618 {
background:none;background-color:rgb(240, 240, 241);
}
#module_683324618 >.module_683324618 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683324618 >.module_683324618{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683324618 .BodyCenter.BodyCenter683324618 {
padding-top:1.0504%;
padding-left:5.2521%;
padding-right:5.2521%;
padding-bottom:7.8782%;
}
}
@media screen and (max-width: 767px){
#module_683324618 .BodyCenter.BodyCenter683324618 {
padding-top:0.0000%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:14.4092%;
}
}
@media screen and (min-width: 768px){
#module_683324618 >.module_683324618 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683324618 >.module_683324618 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_683324618 >.module_683324618 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683324618:hover {
border:none;
}
#module_683324618:hover >.module_683324618 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

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

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

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

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

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

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

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

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

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

#module_683805622 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_683805622 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_683805622 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_683805622 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_683805622 .GraphicUpper .TextImage{margin-top:0px;}
#module_683805622 .GraphicUpper .TextImage{margin-bottom:0px;}
#module_683805622 .GraphicUpper .TextImage{margin-left:0px;}
#module_683805622 .GraphicUpper .TextImage{margin-right:0px;}
#module_683805622 .TextImage{width:19%;}
#module_683805622 .MobileTextImage{width:20%;}
#module_683805622 .imageTextGiant-Container .GraphicUpper{ text-align:left;}
#module_683805622 .imageTextGiant-Container{padding-top:10px;}
#module_683805622 .imageTextGiant-Container{padding-bottom:10px;}
#module_683805622 .imageTextGiant-Container{padding-left:10px;}
#module_683805622 .imageTextGiant-Container{padding-right:10px;}
#module_683805622 .ModuleImageTextGiantContent{padding-top:0px;}
#module_683805622 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_683805622 .ModuleImageTextGiantContent{padding-left:0px;}
#module_683805622 .ModuleImageTextGiantContent{padding-right:0px;}
#module_683805622 .imageTextGiant-Container{padding-top:0px;}
#module_683805622 .imageTextGiant-Container{padding-bottom:0px;}
#module_683805622 .imageTextGiant-Container{padding-left:0px;}
#module_683805622 .imageTextGiant-Container{padding-right:0px;}
#module_683805622 .showHandle .btn{font-size:14px;}
#module_683805622 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_683805622 .showHandle .btn{color:#333;}
#module_683805622 .showHandle .btn{font-weight:400;}
#module_683805622 .showHandle .btn{text-decoration:none;}
#module_683805622 .showHandle .btn{font-style:normal;}
#module_683805622 .showHandle div{border-top-color:#ddd !important;}
#module_683805622 .showHandle div{border-top-style:solid !important;}
#module_683805622 .showHandle div{border-top-width:1px !important;}
#module_683805622 .showHandle{background-color:transparent;}
#module_683805622 .showHandle{background-image:none;}
#module_683805622 .showHandle{background-repeat:no-repeat;}
#module_683805622 .showHandle{}
#module_683805622 .showHandle{}
#module_683805622 .showHandle{}
#module_683805622 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer683324618 #Sub683324618_3 {width:33.3333%;}
.module_683328634 .ModuleHead .HeadCenter{float:none;}
#module_683328634 {
padding:0px;
}
#module_683328634 {
position:static;
z-index:1;
top:2959px;
left:0px;
width:100%;
height: auto;
}
#module_683328634 .ModuleHead683328634 {
display:none;
}

.module_683327369 .ModuleHead .HeadCenter{float:none;}
#module_683327369 {
padding:0px;
}
#module_683327369 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_683327369 .ModuleHead683327369 {
display:none;
}
#module_683327369 .BodyCenter.BodyCenter683327369 {
background:none;background-color:rgba(0,0,0,0);
background-image:url(/template/pc/skin/images/20250701163155301038.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:50% 100%;
background-Attachment:scroll;
}
#module_683327369 >.module_683327369 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683327369 >.module_683327369{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683327369 .BodyCenter.BodyCenter683327369 {
padding-top:7.8782%;
padding-left:5.2521%;
padding-right:5.2521%;
padding-bottom:7.8782%;
}
}
@media screen and (max-width: 767px){
#module_683327369 .BodyCenter.BodyCenter683327369 {
padding-top:14.4092%;
padding-left:4.3228%;
padding-right:4.3228%;
padding-bottom:14.4092%;
}
}
@media screen and (min-width: 768px){
#module_683327369 >.module_683327369 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683327369 >.module_683327369 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_683327369 >.module_683327369 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683327369:hover {
border:none;
}
#module_683327369:hover >.module_683327369 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

#module_683328593 .BodyCenter{text-align:left;}
#module_683328593 .moduleButton .buttonbox .ButtonText{font-size:16px;}
#module_683328593 .moduleButton .buttonbox .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683328593 .moduleButton .buttonbox .ButtonText{color:rgb(255, 255, 255);}
#module_683328593 .moduleButton .buttonbox .ButtonText{font-weight:normal;}
#module_683328593 .moduleButton .buttonbox .ButtonText{text-decoration:none;}
#module_683328593 .moduleButton .buttonbox .ButtonText{font-style:normal;}
#module_683328593 .moduleButton .buttonbox{background-color:rgba(240, 130, 0, 0.48);}
#module_683328593 .moduleButton .buttonbox{background-image:none;}
#module_683328593 .moduleButton .buttonbox{background-repeat:no-repeat;}
#module_683328593 .moduleButton .buttonbox{background-position:none;}
#module_683328593 .moduleButton .buttonbox{background-attachment:none;}
#module_683328593 .moduleButton .buttonbox{}
#module_683328593 .moduleButton .buttonbox{width:160px;}
#module_683328593 .moduleButton .buttonbox{height:50px;}
#module_683328593 .icon-you{color:rgb(255, 255, 255);}
#module_683328593 .buttonbox:hover .icon-you{color:rgb(240, 130, 0);}
#module_683328593 .buttonbox:hover .radius::after{background-color:rgb(255, 255, 255);}
#module_683328593 .moduleButton .buttonbox:hover .ButtonText{font-size:16px;}
#module_683328593 .moduleButton .buttonbox:hover .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683328593 .moduleButton .buttonbox:hover .ButtonText{color:rgb(255, 255, 255);}
#module_683328593 .moduleButton .buttonbox:hover .ButtonText{font-weight:normal;}
#module_683328593 .moduleButton .buttonbox:hover .ButtonText{text-decoration:none;}
#module_683328593 .moduleButton .buttonbox:hover .ButtonText{font-style:normal;}
#module_683328593 .moduleButton .buttonbox:hover{background-image: unset;background-color:rgb(240, 130, 0);}
#module_683328593 .moduleButton .buttonbox:hover{background-image:none;}
#module_683328593 .moduleButton .buttonbox:hover{background-repeat:no-repeat;}
#module_683328593 .moduleButton .buttonbox:hover{background-position:none;}
#module_683328593 .moduleButton .buttonbox:hover{background-attachment:none;}
#module_683328593 .moduleButton .buttonbox:hover{}
@media only screen and (max-width: 768px) {#module_683328593 .BodyCenter{text-align:left;}
#module_683328593 .moduleButton .buttonbox .ButtonText{font-size:14px;}
#module_683328593 .moduleButton .buttonbox .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683328593 .moduleButton .buttonbox .ButtonText{color:rgb(255, 255, 255);}
#module_683328593 .moduleButton .buttonbox .ButtonText{font-weight:normal;}
#module_683328593 .moduleButton .buttonbox .ButtonText{text-decoration:none;}
#module_683328593 .moduleButton .buttonbox .ButtonText{font-style:normal;}
#module_683328593 .moduleButton .buttonbox{background-color:rgba(240, 130, 0, 0.48);}
#module_683328593 .moduleButton .buttonbox{background-image:none;}
#module_683328593 .moduleButton .buttonbox{background-repeat:no-repeat;}
#module_683328593 .moduleButton .buttonbox{background-position:none;}
#module_683328593 .moduleButton .buttonbox{background-attachment:none;}
#module_683328593 .moduleButton .buttonbox{}
#module_683328593 .moduleButton .buttonbox{width:140px;}
#module_683328593 .moduleButton .buttonbox{height:40px;}
#module_683328593 .icon-you{color:rgb(255, 255, 255);}
#module_683328593 .buttonbox:hover .icon-you{color:rgb(240, 130, 0);}
#module_683328593 .buttonbox:hover .radius::after{background-color:rgb(255, 255, 255);}
#module_683328593 .moduleButton .buttonbox:hover .ButtonText{font-size:14px;}
#module_683328593 .moduleButton .buttonbox:hover .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683328593 .moduleButton .buttonbox:hover .ButtonText{color:rgb(255, 255, 255);}
#module_683328593 .moduleButton .buttonbox:hover .ButtonText{font-weight:normal;}
#module_683328593 .moduleButton .buttonbox:hover .ButtonText{text-decoration:none;}
#module_683328593 .moduleButton .buttonbox:hover .ButtonText{font-style:normal;}
#module_683328593 .moduleButton .buttonbox:hover{background-image: unset;background-color:rgb(240, 130, 0);}
#module_683328593 .moduleButton .buttonbox:hover{background-image:none;}
#module_683328593 .moduleButton .buttonbox:hover{background-repeat:no-repeat;}
#module_683328593 .moduleButton .buttonbox:hover{background-position:none;}
#module_683328593 .moduleButton .buttonbox:hover{background-attachment:none;}
#module_683328593 .moduleButton .buttonbox:hover{}
}
.ModuleGridContainer.ModuleGridContainer683327369 #Sub683327369_1 {width:33.3333%;}
.module_683328581 .ModuleHead .HeadCenter{float:none;}
#module_683328581 {
padding:0px;
}
#module_683328581 {
position:static;
z-index:0;
top:83px;
left:0px;
width:100%;
height: auto;
}
#module_683328581 .ModuleHead683328581 {
display:none;
}
#module_683328581 .BodyCenter.BodyCenter683328581 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683328581 >.module_683328581 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683328581 >.module_683328581{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683328581 .BodyCenter.BodyCenter683328581 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683328581 .BodyCenter.BodyCenter683328581 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683328581 >.module_683328581 {
margin-top:77.1084%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683328581 >.module_683328581 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683328581 >.module_683328581 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683328581:hover {
border:none;
}
#module_683328581:hover >.module_683328581 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

#module_683328601 .BodyCenter{text-align:left;}
#module_683328601 .moduleButton .buttonbox .ButtonText{font-size:16px;}
#module_683328601 .moduleButton .buttonbox .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683328601 .moduleButton .buttonbox .ButtonText{color:rgb(255, 255, 255);}
#module_683328601 .moduleButton .buttonbox .ButtonText{font-weight:normal;}
#module_683328601 .moduleButton .buttonbox .ButtonText{text-decoration:none;}
#module_683328601 .moduleButton .buttonbox .ButtonText{font-style:normal;}
#module_683328601 .moduleButton .buttonbox{background-color:rgba(240, 130, 0, 0.48);}
#module_683328601 .moduleButton .buttonbox{background-image:none;}
#module_683328601 .moduleButton .buttonbox{background-repeat:no-repeat;}
#module_683328601 .moduleButton .buttonbox{background-position:none;}
#module_683328601 .moduleButton .buttonbox{background-attachment:none;}
#module_683328601 .moduleButton .buttonbox{}
#module_683328601 .moduleButton .buttonbox{width:160px;}
#module_683328601 .moduleButton .buttonbox{height:50px;}
#module_683328601 .icon-you{color:rgb(255, 255, 255);}
#module_683328601 .buttonbox:hover .icon-you{color:rgb(240, 130, 0);}
#module_683328601 .buttonbox:hover .radius::after{background-color:rgb(255, 255, 255);}
#module_683328601 .moduleButton .buttonbox:hover .ButtonText{font-size:16px;}
#module_683328601 .moduleButton .buttonbox:hover .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683328601 .moduleButton .buttonbox:hover .ButtonText{color:rgb(255, 255, 255);}
#module_683328601 .moduleButton .buttonbox:hover .ButtonText{font-weight:normal;}
#module_683328601 .moduleButton .buttonbox:hover .ButtonText{text-decoration:none;}
#module_683328601 .moduleButton .buttonbox:hover .ButtonText{font-style:normal;}
#module_683328601 .moduleButton .buttonbox:hover{background-image: unset;background-color:rgb(240, 130, 0);}
#module_683328601 .moduleButton .buttonbox:hover{background-image:none;}
#module_683328601 .moduleButton .buttonbox:hover{background-repeat:no-repeat;}
#module_683328601 .moduleButton .buttonbox:hover{background-position:none;}
#module_683328601 .moduleButton .buttonbox:hover{background-attachment:none;}
#module_683328601 .moduleButton .buttonbox:hover{}
@media only screen and (max-width: 768px) {#module_683328601 .BodyCenter{text-align:left;}
#module_683328601 .moduleButton .buttonbox .ButtonText{font-size:14px;}
#module_683328601 .moduleButton .buttonbox .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683328601 .moduleButton .buttonbox .ButtonText{color:rgb(255, 255, 255);}
#module_683328601 .moduleButton .buttonbox .ButtonText{font-weight:normal;}
#module_683328601 .moduleButton .buttonbox .ButtonText{text-decoration:none;}
#module_683328601 .moduleButton .buttonbox .ButtonText{font-style:normal;}
#module_683328601 .moduleButton .buttonbox{background-color:rgba(240, 130, 0, 0.48);}
#module_683328601 .moduleButton .buttonbox{background-image:none;}
#module_683328601 .moduleButton .buttonbox{background-repeat:no-repeat;}
#module_683328601 .moduleButton .buttonbox{background-position:none;}
#module_683328601 .moduleButton .buttonbox{background-attachment:none;}
#module_683328601 .moduleButton .buttonbox{}
#module_683328601 .moduleButton .buttonbox{width:140px;}
#module_683328601 .moduleButton .buttonbox{height:40px;}
#module_683328601 .icon-you{color:rgb(255, 255, 255);}
#module_683328601 .buttonbox:hover .icon-you{color:rgb(240, 130, 0);}
#module_683328601 .buttonbox:hover .radius::after{background-color:rgb(255, 255, 255);}
#module_683328601 .moduleButton .buttonbox:hover .ButtonText{font-size:16px;}
#module_683328601 .moduleButton .buttonbox:hover .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683328601 .moduleButton .buttonbox:hover .ButtonText{color:rgb(255, 255, 255);}
#module_683328601 .moduleButton .buttonbox:hover .ButtonText{font-weight:normal;}
#module_683328601 .moduleButton .buttonbox:hover .ButtonText{text-decoration:none;}
#module_683328601 .moduleButton .buttonbox:hover .ButtonText{font-style:normal;}
#module_683328601 .moduleButton .buttonbox:hover{background-image: unset;background-color:rgb(240, 130, 0);}
#module_683328601 .moduleButton .buttonbox:hover{background-image:none;}
#module_683328601 .moduleButton .buttonbox:hover{background-repeat:no-repeat;}
#module_683328601 .moduleButton .buttonbox:hover{background-position:none;}
#module_683328601 .moduleButton .buttonbox:hover{background-attachment:none;}
#module_683328601 .moduleButton .buttonbox:hover{}
}
.ModuleGridContainer.ModuleGridContainer683327369 #Sub683327369_2 {width:33.3333%;}
.module_683328582 .ModuleHead .HeadCenter{float:none;}
#module_683328582 {
padding:0px;
}
#module_683328582 {
position:static;
z-index:0;
top:76px;
left:0px;
width:100%;
height: auto;
}
#module_683328582 .ModuleHead683328582 {
display:none;
}
#module_683328582 .BodyCenter.BodyCenter683328582 {
background:none;background-color:rgba(0,0,0,0);
}
#module_683328582 >.module_683328582 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_683328582 >.module_683328582{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_683328582 .BodyCenter.BodyCenter683328582 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683328582 .BodyCenter.BodyCenter683328582 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_683328582 >.module_683328582 {
margin-top:77.1084%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_683328582 >.module_683328582 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_683328582 >.module_683328582 {box-shadow: 0px 0px 0px 0px #ccc}
#module_683328582:hover {
border:none;
}
#module_683328582:hover >.module_683328582 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

#module_683328603 .BodyCenter{text-align:left;}
#module_683328603 .moduleButton .buttonbox .ButtonText{font-size:16px;}
#module_683328603 .moduleButton .buttonbox .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683328603 .moduleButton .buttonbox .ButtonText{color:rgb(255, 255, 255);}
#module_683328603 .moduleButton .buttonbox .ButtonText{font-weight:normal;}
#module_683328603 .moduleButton .buttonbox .ButtonText{text-decoration:none;}
#module_683328603 .moduleButton .buttonbox .ButtonText{font-style:normal;}
#module_683328603 .moduleButton .buttonbox{background-color:rgba(240, 130, 0, 0.48);}
#module_683328603 .moduleButton .buttonbox{background-image:none;}
#module_683328603 .moduleButton .buttonbox{background-repeat:no-repeat;}
#module_683328603 .moduleButton .buttonbox{background-position:none;}
#module_683328603 .moduleButton .buttonbox{background-attachment:none;}
#module_683328603 .moduleButton .buttonbox{}
#module_683328603 .moduleButton .buttonbox{width:160px;}
#module_683328603 .moduleButton .buttonbox{height:50px;}
#module_683328603 .icon-you{color:rgb(255, 255, 255);}
#module_683328603 .buttonbox:hover .icon-you{color:rgb(240, 130, 0);}
#module_683328603 .buttonbox:hover .radius::after{background-color:rgb(255, 255, 255);}
#module_683328603 .moduleButton .buttonbox:hover .ButtonText{font-size:16px;}
#module_683328603 .moduleButton .buttonbox:hover .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683328603 .moduleButton .buttonbox:hover .ButtonText{color:rgb(255, 255, 255);}
#module_683328603 .moduleButton .buttonbox:hover .ButtonText{font-weight:normal;}
#module_683328603 .moduleButton .buttonbox:hover .ButtonText{text-decoration:none;}
#module_683328603 .moduleButton .buttonbox:hover .ButtonText{font-style:normal;}
#module_683328603 .moduleButton .buttonbox:hover{background-image: unset;background-color:rgb(240, 130, 0);}
#module_683328603 .moduleButton .buttonbox:hover{background-image:none;}
#module_683328603 .moduleButton .buttonbox:hover{background-repeat:no-repeat;}
#module_683328603 .moduleButton .buttonbox:hover{background-position:none;}
#module_683328603 .moduleButton .buttonbox:hover{background-attachment:none;}
#module_683328603 .moduleButton .buttonbox:hover{}
@media only screen and (max-width: 768px) {#module_683328603 .BodyCenter{text-align:left;}
#module_683328603 .moduleButton .buttonbox .ButtonText{font-size:14px;}
#module_683328603 .moduleButton .buttonbox .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683328603 .moduleButton .buttonbox .ButtonText{color:rgb(255, 255, 255);}
#module_683328603 .moduleButton .buttonbox .ButtonText{font-weight:normal;}
#module_683328603 .moduleButton .buttonbox .ButtonText{text-decoration:none;}
#module_683328603 .moduleButton .buttonbox .ButtonText{font-style:normal;}
#module_683328603 .moduleButton .buttonbox{background-color:rgba(240, 130, 0, 0.48);}
#module_683328603 .moduleButton .buttonbox{background-image:none;}
#module_683328603 .moduleButton .buttonbox{background-repeat:no-repeat;}
#module_683328603 .moduleButton .buttonbox{background-position:none;}
#module_683328603 .moduleButton .buttonbox{background-attachment:none;}
#module_683328603 .moduleButton .buttonbox{}
#module_683328603 .moduleButton .buttonbox{width:140px;}
#module_683328603 .moduleButton .buttonbox{height:40px;}
#module_683328603 .icon-you{color:rgb(255, 255, 255);}
#module_683328603 .buttonbox:hover .icon-you{color:rgb(240, 130, 0);}
#module_683328603 .buttonbox:hover .radius::after{background-color:rgb(255, 255, 255);}
#module_683328603 .moduleButton .buttonbox:hover .ButtonText{font-size:14px;}
#module_683328603 .moduleButton .buttonbox:hover .ButtonText{font-family:微软雅黑,Microsoft YaHei;}
#module_683328603 .moduleButton .buttonbox:hover .ButtonText{color:rgb(255, 255, 255);}
#module_683328603 .moduleButton .buttonbox:hover .ButtonText{font-weight:normal;}
#module_683328603 .moduleButton .buttonbox:hover .ButtonText{text-decoration:none;}
#module_683328603 .moduleButton .buttonbox:hover .ButtonText{font-style:normal;}
#module_683328603 .moduleButton .buttonbox:hover{background-image: unset;background-color:rgb(240, 130, 0);}
#module_683328603 .moduleButton .buttonbox:hover{background-image:none;}
#module_683328603 .moduleButton .buttonbox:hover{background-repeat:no-repeat;}
#module_683328603 .moduleButton .buttonbox:hover{background-position:none;}
#module_683328603 .moduleButton .buttonbox:hover{background-attachment:none;}
#module_683328603 .moduleButton .buttonbox:hover{}
}
.ModuleGridContainer.ModuleGridContainer683327369 #Sub683327369_3 {width:33.3333%;}
.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}
.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_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{}
