/* cache file /mnt/yzproc/YZ-Site/caches/csscache/7/72961/72961_310701_1_.cache exists */
/*md5:df2d90d669eaf8e53100eff1fb676b44*/
/*time: 2025-06-04 12:06:55*/
/*url:soaiy.com/en/*/
.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_174337014 .ModuleHead .HeadCenter{float:none;}
#module_174337014 {
padding:0px;
}
#module_174337014 {
position:absolute;
z-index:4001;
top:395px;
left:0px;
width:100%;
height:126px;
}
#module_174337014 .ModuleHead174337014 {
display:none;
}

#module_174337014 .animated-circles.animated .c-1,#module_174337014 .animated-circles.animated .c-2,#module_174337014 .animated-circles.animated.c-3{opacity: 0.25; background-color:#10aa9c;} #module_174337014 .animated-circles2:after{background-image:linear-gradient(to bottom, #10aa9c, #10aa9c)}
#module_174337014 .online-service-nav .head{background-color:#FFFFFF;}
#module_174337014 .online-service{border-width:0px;}
#module_174337014 .online-service{border-style:;}
#module_174337014 .online-service{border-color:;}
#module_174337014 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_174337014 .online-service-content{background-color:#fff;}
#module_174337014 .online-service-content{border-top-left-radius:20px;}
#module_174337014 .online-service-content{border-bottom-left-radius:20px;}
#module_174337014 .online-service-content{border-bottom-right-radius:20px;}
#module_174337014 .online-service-content{border-top-right-radius:20px;}
#module_174337014 .online-service-content-tab .content-tab{background-color:transparent;}
#module_174337014 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_174337014 .content-close::after{border-width:1px;}
#module_174337014 .content-close::after{border-style:solid;}
#module_174337014 .content-close::after{border-color:#eeeeee;}
#module_174337014 .content-close span{background-color:#999999;}
#module_174337014 .online-service-top{background-color:#ffffff;}
#module_174337014 .online-service-top .iconfont{color:#10aa9c;}
#module_174337014 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_174337014 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_174337014 .online-service:hover{border-width:0px;}
#module_174337014 .online-service:hover{border-style:;}
#module_174337014 .online-service:hover{border-color:;}
#module_174337014 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_174337014 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_174337014 .online-service:hover .online-service-hint{background-color:#139d8f;}
#module_174337014 .online-service-content-tab .content-tabh:hover{background-color:#139d8f;}
#module_174337014 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_174337014 .content-close:hover span{background-color:#999999;}
#module_174337014 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_174337014 .online-service-top:hover{background-color:#ffffff;}
#module_174337014 .online-service-top:hover .iconfont{color:#139d8f;}
#module_174337014 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:521px}
.module_349539534 .ModuleHead .HeadCenter{float:none;}
#module_349539534 {
padding:0px;
}
#module_349539534 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_349539534 .ModuleHead349539534 {
display:none;
}

.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_364546847 .ModuleHead .HeadCenter{float:none;}
#module_364546847 {
padding:0px;
}
#module_364546847 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_364546847 .ModuleHead364546847 {
display:none;
}
#module_364546847 .BodyCenter.BodyCenter364546847 {
background:none;background-color:rgb(135, 136, 136);
}
#module_364546847 >.module_364546847 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_364546847 >.module_364546847{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_364546847 .BodyCenter.BodyCenter364546847 {
padding-top:0.2615%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.2615%;
}
}
@media screen and (max-width: 767px){
#module_364546847 .BodyCenter.BodyCenter364546847 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_364546847 >.module_364546847 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_364546847 >.module_364546847 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_364546847 >.module_364546847 {box-shadow: 0px 0px 0px 0px #ccc}
#module_364546847:hover {
border:none;
}
#module_364546847:hover >.module_364546847 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_364546847 .ModuleSubContainer{background-color:transparent;}
#module_364546847 .ModuleSubContainer{background-image:none;}
#module_364546847 .ModuleSubContainer{background-repeat:no-repeat;}
#module_364546847 .ModuleSubContainer{background-position:0% 0%;}
#module_364546847 .ModuleSubContainer{background-attachment:scroll;}
#module_364546847 .ModuleSubContainer{}
#module_364546847 {!bgVideo!}{bgVideoUrl:none}
#module_364546847 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_364546847 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_364546847 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer364546847 {}
.ModuleGridContainer.ModuleGridContainer364546847 .SubPadding {width:0px;}
/*图文模块 layout 101*/
.ModuleImageTextGiant.layout-101 {font-size: 14px;}
.ModuleImageTextGiant.layout-101 .imageTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden; position: relative;}.module_364555679 .ModuleHead .HeadCenter{float:none;}
#module_364555679 {
padding:0px;
}
#module_364555679 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_364555679 .ModuleHead364555679 {
display:none;
}
#module_364555679 {
border:none;
}
@media screen and (min-width: 768px){
#module_364555679 >.module_364555679 {
}
}
@media screen and (max-width: 767px){
#module_364555679 >.module_364555679 {
margin-top:3.1700%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_364555679 .ModuleImageTextGiantContent{margin-top:0px;}
#module_364555679 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_364555679 .ModuleImageTextGiantContent{margin-left:0px;}
#module_364555679 .ModuleImageTextGiantContent{margin-right:0px;}
#module_364555679 .imageTextGiant-Container{padding-top:10px;}
#module_364555679 .imageTextGiant-Container{padding-bottom:10px;}
#module_364555679 .imageTextGiant-Container{padding-left:10px;}
#module_364555679 .imageTextGiant-Container{padding-right:10px;}
#module_364555679 .showHandle .btn{font-size:14px;}
#module_364555679 .showHandle .btn{font-family:;}
#module_364555679 .showHandle .btn{color:#333;}
#module_364555679 .showHandle .btn{font-weight:400;}
#module_364555679 .showHandle .btn{text-decoration:none;}
#module_364555679 .showHandle .btn{font-style:normal;}
#module_364555679 .showHandle div{border-top-color:#ddd !important;}
#module_364555679 .showHandle div{border-top-style:solid !important;}
#module_364555679 .showHandle div{border-top-width:1px !important;}
#module_364555679 .showHandle{background-color:transparent;}
#module_364555679 .showHandle{}
#module_364555679 .showHandle{background-repeat:no-repeat;}
#module_364555679 .showHandle{}
#module_364555679 .showHandle{}
#module_364555679 .showHandle{}
#module_364555679 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer364546847 #Sub364546847_1 {width:50%;}
.module_364578647 .ModuleHead .HeadCenter{float:none;}
#module_364578647 {
padding:0px;
}
#module_364578647 {
position:static;
z-index:0;
top:7px;
left:0px;
width:100%;
height: auto;
}
#module_364578647 .ModuleHead364578647 {
display:none;
}
#module_364578647 .BodyCenter.BodyCenter364578647 {
background:none;background-color:rgba(0,0,0,0);
}
#module_364578647 >.module_364578647 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_364578647 >.module_364578647{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_364578647 .BodyCenter.BodyCenter364578647 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_364578647 .BodyCenter.BodyCenter364578647 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_364578647 >.module_364578647 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_364578647 >.module_364578647 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_364578647 >.module_364578647 {box-shadow: 0px 0px 0px 0px #ccc}
#module_364578647:hover {
border:none;
}
#module_364578647:hover >.module_364578647 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_364578647 .ModuleImageTextGiantContent{margin-top:0px;}
#module_364578647 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_364578647 .ModuleImageTextGiantContent{margin-left:0px;}
#module_364578647 .ModuleImageTextGiantContent{margin-right:0px;}
#module_364578647 .imageTextGiant-Container{padding-top:10px;}
#module_364578647 .imageTextGiant-Container{padding-bottom:10px;}
#module_364578647 .imageTextGiant-Container{padding-left:0px;}
#module_364578647 .imageTextGiant-Container{padding-right:0px;}
#module_364578647 .showHandle .btn{font-size:14px;}
#module_364578647 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_364578647 .showHandle .btn{color:#333;}
#module_364578647 .showHandle .btn{font-weight:400;}
#module_364578647 .showHandle .btn{text-decoration:none;}
#module_364578647 .showHandle .btn{font-style:normal;}
#module_364578647 .showHandle div{border-top-color:#ddd !important;}
#module_364578647 .showHandle div{border-top-style:solid !important;}
#module_364578647 .showHandle div{border-top-width:1px !important;}
#module_364578647 .showHandle{background-color:transparent;}
#module_364578647 .showHandle{background-image:none;}
#module_364578647 .showHandle{background-repeat:no-repeat;}
#module_364578647 .showHandle{}
#module_364578647 .showHandle{}
#module_364578647 .showHandle{}
#module_364578647 a{font-size:unset;font-family:unset}
.module_364563540 .ModuleHead .HeadCenter{float:none;}
#module_364563540 {
padding:0px;
}
#module_364563540 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_364563540 .ModuleHead364563540 {
display:none;
}
#module_364563540 .BodyCenter.BodyCenter364563540 {
background:none;background-color:rgba(0,0,0,0);
}
#module_364563540 >.module_364563540 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_364563540 >.module_364563540{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_364563540 .BodyCenter.BodyCenter364563540 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_364563540 .BodyCenter.BodyCenter364563540 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_364563540 >.module_364563540 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_364563540 >.module_364563540 {
margin-top:0.0000%;
margin-left:2.8818%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_364563540 >.module_364563540 {box-shadow: 0px 0px 0px 0px #ccc}
#module_364563540:hover {
border:none;
}
#module_364563540:hover >.module_364563540 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_364563540 .ModuleImageTextGiantContent{margin-top:0px;}
#module_364563540 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_364563540 .ModuleImageTextGiantContent{margin-left:0px;}
#module_364563540 .ModuleImageTextGiantContent{margin-right:0px;}
#module_364563540 .imageTextGiant-Container{padding-top:10px;}
#module_364563540 .imageTextGiant-Container{padding-bottom:10px;}
#module_364563540 .imageTextGiant-Container{padding-left:0px;}
#module_364563540 .imageTextGiant-Container{padding-right:0px;}
#module_364563540 .showHandle .btn{font-size:14px;}
#module_364563540 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_364563540 .showHandle .btn{color:#333;}
#module_364563540 .showHandle .btn{font-weight:400;}
#module_364563540 .showHandle .btn{text-decoration:none;}
#module_364563540 .showHandle .btn{font-style:normal;}
#module_364563540 .showHandle div{border-top-color:#ddd !important;}
#module_364563540 .showHandle div{border-top-style:solid !important;}
#module_364563540 .showHandle div{border-top-width:1px !important;}
#module_364563540 .showHandle{background-color:transparent;}
#module_364563540 .showHandle{background-image:none;}
#module_364563540 .showHandle{background-repeat:no-repeat;}
#module_364563540 .showHandle{}
#module_364563540 .showHandle{}
#module_364563540 .showHandle{}
#module_364563540 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer364546847 #Sub364546847_2 {width:50%;}
.module_174336801 .ModuleHead .HeadCenter{float:none;}
#module_174336801 {
padding:0px;
}
#module_174336801 {
position:static;
z-index:0;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_174336801 .ModuleHead174336801 {
display:none;
}
#module_174336801 .BodyCenter.BodyCenter174336801 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336801 >.module_174336801 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336801 >.module_174336801{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336801 .BodyCenter.BodyCenter174336801 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336801 .BodyCenter.BodyCenter174336801 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336801 >.module_174336801 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336801 >.module_174336801 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336801 >.module_174336801 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336801:hover {
border:none;
}
#module_174336801:hover >.module_174336801 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336801 .ModuleSubContainer{background-color:transparent;}
#module_174336801 .ModuleSubContainer{background-image:none;}
#module_174336801 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174336801 .ModuleSubContainer{background-position:0% 0%;}
#module_174336801 .ModuleSubContainer{background-attachment:scroll;}
#module_174336801 .ModuleSubContainer{}
#module_174336801 {!bgVideo!}{bgVideoUrl:none}
#module_174336801 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174336801 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174336801 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174336801 {}
.ModuleGridContainer.ModuleGridContainer174336801 .SubPadding {width:0px;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_174336878 .ModuleHead .HeadCenter{float:none;}
#module_174336878 {
padding:0px;
}
#module_174336878 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336878 .ModuleHead174336878 {
display:none;
}
#module_174336878 .BodyCenter.BodyCenter174336878 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336878 >.module_174336878 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336878 >.module_174336878{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336878 .BodyCenter.BodyCenter174336878 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336878 .BodyCenter.BodyCenter174336878 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336878 >.module_174336878 {
margin-top:13.8365%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336878 >.module_174336878 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336878 >.module_174336878 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336878:hover {
border:none;
}
#module_174336878:hover >.module_174336878 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336878 img{border-top-color:transparent;}
#module_174336878 img{border-top-style:none;}
#module_174336878 img{border-top-width:0px;}
#module_174336878 img{border-right-color:transparent;}
#module_174336878 img{border-right-style:none;}
#module_174336878 img{border-right-width:0px;}
#module_174336878 img{border-bottom-color:transparent;}
#module_174336878 img{border-bottom-style:none;}
#module_174336878 img{border-bottom-width:0px;}
#module_174336878 img{border-left-color:transparent;}
#module_174336878 img{border-left-style:none;}
#module_174336878 img{border-left-width:0px;}
#module_174336878 img{border-top-left-radius:0px;}
#module_174336878 img{border-top-right-radius:0px;}
#module_174336878 img{border-bottom-left-radius:0px;}
#module_174336878 img{border-bottom-right-radius:0px;}
#module_174336878 .BodyCenter{text-align: left;}

.ModuleGridContainer.ModuleGridContainer174336801 #Sub174336801_1 {width:13.2500%;}
.ModuleNavGiant.layout-110 .main-nav-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 0;
    overflow:hidden;
}
.ModuleNavGiant.layout-110 .aroundMune{
    position: absolute;
    display: flex;
    align-items: center;
    right: 0px;
    padding:0 10px;
    height: 100%;
    z-index: 5;
    transform: rotateY(90deg);
}
.ModuleNavGiant.layout-110 .aroundMune.active{
    transform: rotateY(0deg);
}
.ModuleNavGiant.layout-110 .moveMenuRight, .ModuleNavGiant.layout-110 .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-110 .main-nav-content .moveMenuRight{
    background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-110 .main-nav-content .moveMenuLeft{
    display:none;
    background-color: rgba(238,238,238,.6);
    margin-right: 10px

}
.ModuleNavGiant.layout-110 .moveMenuRight:hover, .ModuleNavGiant.layout-110 .moveMenuLeft:hover{
    color:#fff;
    background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-110 .main-nav-content >.blank-solve{
    width: auto;
    display: inline-block;
    transition: all .4s;
    position: relative;
    left: 0;
}
.ModuleNavGiant.layout-110 .main-nav-item-group {
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    height: 80px;
    line-height: 80px;
    text-align: center;
    float: left;
}
.ModuleNavGiant.layout-110 .main-nav-item {
    box-sizing: content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    padding: 0 25px;
    color: #000000;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.ModuleNavGiant.layout-110 .main-nav-item::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 50%;
    left: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    top: 50%;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.ModuleNavGiant.layout-110 .main-nav-item-hover {
    color: #fff;
}
.ModuleNavGiant.layout-110 .main-nav-item-hover::before {
    width: 100%;
    left: 0;
    opacity: 1;
}
.ModuleNavGiant.layout-110 .sub-nav-item-group {
    z-index: 3;
    height: 200px;
    bottom: -220px;
    left: -49px;
    width: 192px;
    padding-top: 20px;
    text-align: center;
    display: none;
}
.ModuleNavGiant.layout-110 .sub-nav-item-box {
    width: 100%;
    position: relative;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    height: 42px;
}
.ModuleNavGiant.layout-110 .sub-nav-item-group{
    position: relative;
}
.ModuleNavGiant.layout-110 .arrow{
    top:13px;
    width:15px;
    height:15px;
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
    z-index:-1;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-shadow: 0 0 1px rgba(0,0,0,.1);
}

.ModuleNavGiant.layout-110 .sub-nav-item:first-child {
    border-top: none!important;
}
.ModuleNavGiant.layout-110 .sub-nav-item:last-child {
    border-bottom: none!important;
}
.ModuleNavGiant.layout-110 .maxLine{
    display: inline-block;
    max-width: calc(100% - 80px);
    width: 100%;
}
.ModuleNavGiant.layout-110 .sub-nav-item {
    display: block;
    height: 42px;
    line-height: 42px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 12px;
    padding-left: 0;
}
.ModuleNavGiant.layout-110 .sub-nav-item:hover {
    background-color: #f7f7f7;
}
.ModuleNavGiant.layout-110 .sub-nav-item-hover {
    background-color: #f7f7f7;
}
.ModuleNavGiant.layout-110 .sub-nav-item-group.current {
    display: block;
}
.ModuleNavGiant.layout-110 .main-nav-item-group.current .main-nav-item {
    color: #fff;
}
.ModuleNavGiant.layout-110 .main-nav-item-group.current .main-nav-item::after {
    content: '';
    width: 100%;
    left: 0;
    top: 20px;
    height: 40px;
    position: absolute;
    z-index: -1;
    background: #e91e63;
    border-radius: 20px;
}
.ModuleNavGiant.layout-110 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}

/* 三级菜单 Begin*/
.ModuleNavGiant.layout-110 .third-nav-item-group {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    display:none;
}
.ModuleNavGiant.layout-110 .third-nav-item:first-child {
    border-top: none!important;
}
.ModuleNavGiant.layout-110 .third-nav-item:last-child {
    border-bottom: none!important;
}
.ModuleNavGiant.layout-110 .third-nav-item {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 12px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    display: block;
}
.ModuleNavGiant.layout-110 .third-nav-item:hover {
    background-color: #f7f7f7;
}
.ModuleNavGiant.layout-110 .third-nav-item-inner {
    display: block;
    height: calc(100%);
}
.ModuleNavGiant.layout-110 .main-nav-item-hover::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    -webkit-animation: layout-110-nav-active2 0.5s;
    -moz-animation: layout-110-nav-active2 0.5s;
    -o-animation: layout-110-nav-active2 0.5s;
    animation: layout-110-nav-active2 0.5s;
    bottom: 18%;
}
.ModuleNavGiant.layout-110 .sub-nav-item-p{
    float: left;
    margin: 0px 0px 0px 70px;
}
.ModuleNavGiant.layout-110 .sub-nav-item-span{
    float: right;
    margin: 0px 24px 0px 0px;
    font-size: 16px;
    display: none;
}
.ModuleNavGiant.layout-110 .sub-nav-item-box:hover .sub-nav-item:after,.ModuleNavGiant.layout-110 .sub-nav-item-box:hover .sub-nav-item-hover::after{
    content: "\e65f";
    position: absolute;
    -webkit-animation: layout-110-nav-active2 0.5s;
    -moz-animation: layout-110-nav-active2 0.5s;
    -o-animation: layout-110-nav-active2 0.5s;
    animation: layout-110-nav-active2 0.5s;
    right: 25px;
}
.ModuleNavGiant.layout-110 .nohover::after{
    content: ""!important;
}
.ModuleNavGiant.layout-110 .sub-nav-item{
    height: calc(100% + 1px);
}
.ModuleNavGiant.layout-110 .sub-nav-item-box .icon-xiangyoujiantou:before{
    content:"";
}
.ModuleNavGiant.layout-110 .sub-nav-item-box .icon-xiangzuojiantou:before{
    position: absolute;
    -webkit-animation: layout-110-nav-active2 0.5s;
    -moz-animation: layout-110-nav-active2 0.5s;
    -o-animation: layout-110-nav-active2 0.5s;
    animation: layout-110-nav-active2 0.5s;
    left: 25px;
}
.ModuleNavGiant.layout-110 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-110 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-110 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-110 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-110 .verticalMenu .main-nav-item {padding: 0 !important; text-align: center;}
.ModuleNavGiant.layout-110 .sub-nav-item-group.sub-menu{
    display: none !important;
}.module_174337009 .ModuleHead .HeadCenter{float:none;}
#module_174337009 {
padding:0px;
}
#module_174337009 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174337009 .ModuleHead174337009 {
display:none;
}
#module_174337009 .BodyCenter.BodyCenter174337009 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337009 >.module_174337009 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337009 >.module_174337009{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337009 .BodyCenter.BodyCenter174337009 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337009 .BodyCenter.BodyCenter174337009 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174337009 >.module_174337009 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337009 >.module_174337009 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174337009 >.module_174337009 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337009:hover {
border:none;
}
#module_174337009:hover >.module_174337009 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337009 .main-nav-item-group{height:100px;line-height:100px;} #module_174337009 .main-nav-content{height:100px}
#module_174337009 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_174337009 .main-nav-content{background-image:none;}
#module_174337009 .main-nav-content{background-repeat:no-repeat;}
#module_174337009 .main-nav-content{}
#module_174337009 .main-nav-content{}
#module_174337009 .main-nav-content{}
#module_174337009 .main-nav-content, #module_174337009 .verticalMenu .main-nav-item-group{text-align:center;}
#module_174337009 .main-nav-item{font-size:18px;}
#module_174337009 .main-nav-item{font-family:arial, helvetica,sans-serif;}
#module_174337009 .main-nav-item{color:rgb(0, 0, 0);} ,#module_174337009 .main-nav-item:hover::after{background-color:rgb(0, 0, 0);}
#module_174337009 .main-nav-item{font-weight:normal;}
#module_174337009 .main-nav-item{text-decoration:none;}
#module_174337009 .main-nav-item{font-style:normal;}
#module_174337009 .main-nav-item{width:auto;}
#module_174337009 .main-nav-item{padding-left:27px;padding-right:27px;} #module_174337009 .verticalMenu .main-nav-item-group{margin-bottom:27px;}
#module_174337009 .main-nav-item{background-color:transparent;}
#module_174337009 .main-nav-item{background-image:none;}
#module_174337009 .main-nav-item{background-repeat:no-repeat;}
#module_174337009 .main-nav-item{}
#module_174337009 .main-nav-item{}
#module_174337009 .main-nav-item{}
#module_174337009 .sub-nav-item-group{width:200px;}
#module_174337009 .sub-nav-item-box{height:40px;line-height:40px;} #module_174337009 .sub-nav-item {line-height:calc(100% + (40px - 10px));}
#module_174337009 .sub-nav-item .maxLine,.sub-nav-item .maxLine:after{font-size:14px;}
#module_174337009 .sub-nav-item .maxLine,.sub-nav-item .maxLine:after{font-family:arial, helvetica,sans-serif;}
#module_174337009 .sub-nav-item .maxLine{color:#333;},#module_174337009 .sub-nav-item:hover::after{color:#333;}
#module_174337009 .sub-nav-item .maxLine,.sub-nav-item .maxLine:after{font-weight:normal;}
#module_174337009 .sub-nav-item .maxLine{text-decoration:none;}
#module_174337009 .sub-nav-item .maxLine{font-style:normal;}
#module_174337009 .sub-nav-item-box,#module_174337009 .arrow,#module_174337009 .sub-normal-color{background-color:#fff;}
#module_174337009 .sub-nav-item-box{background-image:none;}
#module_174337009 .sub-nav-item-box{background-repeat:no-repeat;}
#module_174337009 .sub-nav-item-box{}
#module_174337009 .sub-nav-item-box{}
#module_174337009 .sub-nav-item-box{}
#module_174337009 .sub-nav-item-box{border-bottom-color:#f2f2f2;}
#module_174337009 .sub-nav-item-box{border-bottom-style:solid;}
#module_174337009 .sub-nav-item-box{border-bottom-width:1px;}
#module_174337009 .sub-nav-item-box{margin-bottom:0px;}
#module_174337009 .third-nav-item-group{width:150px;}
#module_174337009 .third-nav-item{height:40px;line-height:40px;} #module_174337009 .third-nav-item {line-height:calc(100% + (40px - 10px));}
#module_174337009 .third-nav-item .third-nav-item-inner{font-size:14px;}
#module_174337009 .third-nav-item .third-nav-item-inner{font-family:arial, helvetica,sans-serif;}
#module_174337009 .third-nav-item .third-nav-item-inner{color:#333;}
#module_174337009 .third-nav-item .third-nav-item-inner{font-weight:normal;}
#module_174337009 .third-nav-item .third-nav-item-inner{text-decoration:none;}
#module_174337009 .third-nav-item .third-nav-item-inner{font-style:normal;}
#module_174337009 .third-nav-item,#module_174337009 .third-normal-color{background-color:#fff;}
#module_174337009 .third-nav-item{background-image:none;}
#module_174337009 .third-nav-item{background-repeat:no-repeat;}
#module_174337009 .third-nav-item{}
#module_174337009 .third-nav-item{}
#module_174337009 .third-nav-item{}
#module_174337009 .third-nav-item{border-bottom-color:#f2f2f2;}
#module_174337009 .third-nav-item{border-bottom-style:solid;}
#module_174337009 .third-nav-item{border-bottom-width:1px;}
#module_174337009 .third-nav-item{margin-bottom:0px;}
#module_174337009 .main-nav-item-hover{font-size:18px;}
#module_174337009 .main-nav-item-hover{font-family:arial, helvetica,sans-serif;}
#module_174337009 .main-nav-item-hover{color:rgb(33, 219, 176);}  #module_174337009 .add{color:rgb(33, 219, 176);}#module_174337009 .main-nav-item-hover::after{background-color:rgb(33, 219, 176);}
#module_174337009 .main-nav-item-hover{font-weight:normal;}
#module_174337009 .main-nav-item-hover{text-decoration:none;}
#module_174337009 .main-nav-item-hover{font-style:normal;}
#module_174337009 .main-nav-item-hover{background-color:transparent;}
#module_174337009 .main-nav-item-hover{background-image:none;}
#module_174337009 .main-nav-item-hover{background-repeat:no-repeat;}
#module_174337009 .main-nav-item-hover{}
#module_174337009 .main-nav-item-hover{}
#module_174337009 .main-nav-item-hover{}
#module_174337009 .sub-nav-item:hover .maxLine{font-size:14px;}
#module_174337009 .sub-nav-item:hover .maxLine{font-family:arial, helvetica,sans-serif;}
#module_174337009 .sub-nav-item:hover .maxLine,#module_174337009 .sub-nav-item:hover{color:rgb(33, 219, 176);}
#module_174337009 .sub-nav-item:hover .maxLine{font-weight:normal;}
#module_174337009 .sub-nav-item:hover .maxLine{text-decoration:none;}
#module_174337009 .sub-nav-item:hover .maxLine{font-style:normal;}
#module_174337009 .sub-nav-item:hover,#module_174337009 .sub-hover-color{background-color:rgb(242, 242, 242);}, #module_174337009 .sub-nav-item-hover{background-color:rgb(242, 242, 242);}
#module_174337009 .sub-nav-item:hover{background-image:none;}
#module_174337009 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_174337009 .sub-nav-item:hover{}
#module_174337009 .sub-nav-item:hover{}
#module_174337009 .sub-nav-item:hover{}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{font-size:14px;}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{font-family:arial, helvetica,sans-serif;}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{color:rgb(33, 219, 176);}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{font-weight:normal;}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{text-decoration:none;}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{font-style:normal;}
#module_174337009 .third-nav-item:hover .third-nav-item-inner,#module_174337009 .third-hover-color{background-color:rgb(242, 242, 242);}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{background-image:none;}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{background-repeat:no-repeat;}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{}
#module_174337009 .third-nav-item:hover .third-nav-item-inner{}


.ModuleGridContainer.ModuleGridContainer174336801 #Sub174336801_2 {width:71.0000%;}
/*全局搜索 layout102*/
.ModuleSearchGiant.layout-108 .searchform-fixed{position: fixed;z-index: 999999;visibility: visible;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle{padding: 0;}
.ModuleSearchGiant.layout-108 .btn-group.open .dropdown-toggle{box-shadow: none}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .content { opacity: 0; visibility: hidden; position: fixed; z-index: 999;background: #FFF;top: 0px;left: 0px; display:table;width: 100%;height:auto;border: 0;border-radius: 0px;overflow: hidden;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .group{display: table;padding:0 2%;  border-bottom:1px solid #eee;width: 100%;height:60px;border-radius: 0px;overflow: hidden;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel{position: relative;display:table-cell;height:auto;border:0px;vertical-align: middle;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchInputPanel{ width: calc(100% - 30px);}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel{width: 1%;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchBtnPanel{width: 30px;display: table-cell;position: relative;height:auto;border:0px;}
.ModuleSearchGiant.layout-108 .searchIcon{ font-size: 18px; font-weight: bold;position: absolute;margin-top:-12px;top: 50%;left: 10px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .closeIcon{ cursor: pointer; font-size: 18px; font-weight: bold;position: absolute;margin-top:-12px;top: 50%;left: 10px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .ModuleSearchInput{    padding-right: 50px;float: none;display:block;width: 100%;height: 59px;border: 1px solid #fff;border-right:0px !important;border-radius: 0;text-indent: 10px;font-size:16px;outline: none;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel select{height: 100%;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select{float: left;height: auto;border: 0;border-radius: 0;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn{border: unset !important;padding-top: 0;padding-bottom: 0;height: 59px;border: 1px solid #fff;border-left-width: 1px;border-radius: 0;line-height: 59px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn span{font-size: 16px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .icon-cuowu{right: 10px; left: unset; color: #333333}
.ModuleSearchGiant.layout-108  .icon-sousuo4{ color: #333333}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .ModuleSearchButton{ height: 59px !important; padding-right: 0px;padding-left: 0px;background:#fff;float: left;display: block; min-width: 10px; width: 100%;border: 0;border-radius: 0;font-family: 微软雅黑,Microsoft YaHei;font-size: 12px;color:#fff;font-weight:normal;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .index_mark{display: none;  z-index: 999; background: #000;height:100vh; position:fixed; width: 100%;    top: 0px;left: 0px; opacity: 0.48; }
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot{  display: flex; align-items: center;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul{    margin-bottom: 15px; padding:0 2%; height: auto;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li{ margin-top: 15px!important; padding:unset !important;line-height: 32px; height: 32px;min-width: 64px;text-align: center; border-right:unset !important;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li a{height: 32px;display: block;line-height: 32px;padding: 0 20px;border-radius: 30px; margin-right: 15px;border-radius: 30px;color:#666;background: #eee;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li a:hover{background:#dedede;}
.searchform-slide{-webkit-animation: am-gn-searchform-slide 1s both; animation: am-gn-searchform-slide 1s both;}
.searchform-fade{-webkit-animation: am-searchform-fade 400ms both;animation: am-searchform-fade 400ms both;}
.ModuleSearchGiant.layout-108   .btnicon{margin: 0 auto;display:block;font-size: 18px;font-weight: bold;    padding: 10px;cursor: pointer;}
.ModuleSearchGiant.layout-108  .ModuleSearchFormStyle .bootstrap-select .btn:active{-webkit-box-shadow:unset;box-shadow:unset;}
.bootstrap-select.btn-group .dropdown-menu{ z-index: 1000000 !important;}
.ModuleSearchGiant.layout-108  .ModuleSearchFormStyle .bootstrap-select .dropdown-toggle:focus{outline:none !important;}
  a:focus {outline:none !important;}

.ModuleSearchGiant.layout-108  .ModuleSearchFormStyle .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default{
    background-color:unset;
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before {
    transform: rotateZ(45deg);
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before,.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    background: #000;
    margin: 0;
    position: absolute;
    z-index: 0;
    top: 33%;
    right: 15px;
    
   
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before,.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    transition: 0.3s ease 0s;
    height: 28px;
    background: #666;
    content: '';
    width: 2px;
    vertical-align: top;
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    transform: rotateZ(-45deg);
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span {
    position: relative;
    margin: 0 auto;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span {
    background: none;
    opacity: 0;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-i {
    transition: 0.5s ease 0.5s;
    overflow: hidden;
    width: 30px;
    text-align: center;
    cursor: pointer;
    height: 59px;
    position: absolute;
    top:0;
    right: 0;

}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle #menu-close:hover .menu-icon:before, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle #menu-close:hover .menu-icon:after {
    transform:rotateZ(90deg);
}
@media (max-width: 767px) {
    .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after{
        right: 20px;
      
    }
    .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .group{ padding:unset}

}

@-webkit-keyframes am-gn-searchform-slide {
	0% {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
		animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes am-gn-searchform-slide {
	0% {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
		animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@-webkit-keyframes am-searchform-fade {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
		animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
	}

	100% {
		opacity: 1
	}
}

@keyframes am-searchform-fade {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
		animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
	}

	100% {
		opacity: 1
	}
}.module_174337031 .ModuleHead .HeadCenter{float:none;}
#module_174337031 {
padding:0px;
}
#module_174337031 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174337031 .ModuleHead174337031 {
display:none;
}
#module_174337031 .BodyCenter.BodyCenter174337031 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337031 >.module_174337031 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337031 >.module_174337031{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337031 .BodyCenter.BodyCenter174337031 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337031 .BodyCenter.BodyCenter174337031 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174337031 >.module_174337031 {
margin-top:44.4444%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337031 >.module_174337031 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174337031 >.module_174337031 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337031:hover {
border:none;
}
#module_174337031:hover >.module_174337031 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337031 .btnicon{font-size:24px;}
#module_174337031 .btnicon{font-family:;}
#module_174337031 .btnicon{color:rgb(0, 0, 0);}
#module_174337031 .btnicon{font-weight:normal;}
#module_174337031  .btnicon{text-decoration:none;}
#module_174337031 .btnicon{font-style:normal;}
#module_174337031 .btnicon{background-color:rgba(0, 0, 0, 0);}
#module_174337031 .btnicon{background-image:none;}
#module_174337031 .btnicon{background-repeat:no-repeat;}
#module_174337031 .btnicon{}
#module_174337031 .btnicon{}
#module_174337031 .btnicon{}
#module_174337031 .btnicon{text-align:center;}
#module_174337031 .search-hot ul li a{font-size:12px;}
#module_174337031 .search-hot ul li a{font-family:arial, helvetica,sans-serif;}
#module_174337031 .search-hot ul li a{color:#666;}
#module_174337031 .search-hot ul li a{font-weight:normal;}
#module_174337031 .search-hot ul li a{text-decoration:none;}
#module_174337031 .search-hot ul li a{font-style:normal;}
#module_174337031 .search-hot ul li a{background-color:#eee;}
#module_174337031 .search-hot ul li a{}
#module_174337031  .btnicon:hover{background-color:rgba(0, 0, 0, 0);}
#module_174337031  .btnicon:hover{background-image:none;}
#module_174337031  .btnicon:hover{background-repeat:no-repeat;}
#module_174337031  .btnicon:hover{}
#module_174337031  .btnicon:hover{}
#module_174337031 .btnicon:hover{}
#module_174337031  .btnicon:hover{font-size:24px;}
#module_174337031 .ModuleSearchButton:hover{font-family:;}
#module_174337031  .btnicon:hover{color:rgb(33, 219, 176);}
#module_174337031  .btnicon:hover{font-weight:normal;}
#module_174337031  .btnicon:hover{text-decoration:none;}
#module_174337031  .btnicon:hover{font-style:normal;}
#module_174337031 .search-hot ul li:hover a{font-size:12px;}
#module_174337031 .search-hot ul li:hover a{font-family:arial, helvetica,sans-serif;}
#module_174337031 .search-hot ul li:hover a{color:#666;}
#module_174337031 .search-hot ul li:hover a{font-weight:normal;}
#module_174337031 .search-hot ul li:hover a{text-decoration:none;}
#module_174337031 .search-hot ul li:hover a{font-style:normal;}
#module_174337031 .search-hot ul li a:hover{background-color:#dedede;}
#module_174337031 .search-hot ul li a:hover{}

.ModuleGridContainer.ModuleGridContainer174336801 #Sub174336801_3 {width:4.7500%;}
.ModuleLangSwitchGiant.layout-107 .lang-container{
	display: inline-block;
    border: 1px solid #e5e5e5;
	width:auto;
}

.ModuleLangSwitchGiant.layout-107 .imgBox{
	width: 32px;
	height: 40px;
	margin: 0 10px;
	line-height: 40px;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ModuleLangSwitchGiant.layout-107 .imgBox img{
	width: 32px;
	height: 20px;
}

.ModuleLangSwitchGiant.layout-107 .lang-text{
	font-size:12px;
	color:#666666;
	vertical-align: top;
	width: 42px;
	height: 40px;
	line-height: 42px;
	display: block;
	text-align: left;
	float: left;
}

.ModuleLangSwitchGiant.layout-107 .icoBox{
	width: 21px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #9a9a9a;
	float: left;
}

.ModuleLangSwitchGiant.layout-107 .lang-container:hover .icoBox{
	transform: rotate(180deg);
	transition: ease-in-out .3s;
}

.ModuleLangSwitchGiant.layout-107 .lang-selection{
	background:#fff;
	display:none;
	border: 1px solid #e5e5e5;
	width:auto;
}

.ModuleLangSwitchGiant.layout-107 .lang-selection li{
	height: 40px;
    line-height: 40px;
	cursor:pointer;
	padding-right: 21px;
	text-align: left;
}
.ModuleLangSwitchGiant.layout-107 .lang-selection li:hover .lang-text{
	color:#f10215;
}
.module_174337003 .ModuleHead .HeadCenter{float:none;}
#module_174337003 {
padding:0px;
}
#module_174337003 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174337003 .ModuleHead174337003 {
display:none;
}
#module_174337003 .BodyCenter.BodyCenter174337003 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337003 >.module_174337003 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337003 >.module_174337003{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337003 .BodyCenter.BodyCenter174337003 {
padding-top:20.4545%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337003 .BodyCenter.BodyCenter174337003 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174337003 >.module_174337003 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337003 >.module_174337003 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174337003 >.module_174337003 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337003:hover {
border:none;
}
#module_174337003:hover >.module_174337003 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337003 .BodyCenter{text-align:right;}
#module_174337003 .lang-text,#clone_module_174337003 .lang-text{font-size:12px;}
#module_174337003 .lang-text,#clone_module_174337003 .lang-text{font-family:arial, helvetica,sans-serif;}
#module_174337003 .lang-text,#clone_module_174337003 .lang-text{color:#333;}
#module_174337003 .lang-text,#clone_module_174337003 .lang-text{font-weight:normal;}
#module_174337003 .lang-text,#clone_module_174337003 .lang-text{text-decoration:initial;}
#module_174337003 .lang-text,#clone_module_174337003 .lang-text{font-style:normal;}
#module_174337003 {} #clone_module_174337003 .lang-selection{border-color:;} #module_174337003 .lang-text{border-right:1px solid ;}
#module_174337003 {} #clone_module_174337003 .lang-selection,#module_174337003 .lang-container{background-color:#fff;}
#module_174337003 {} #clone_module_174337003 .lang-selection,#module_174337003 .lang-container{background-image:none;}
#module_174337003 {} #clone_module_174337003 .lang-selection,#module_174337003 .lang-container{background-repeat:no-repeat;}
#module_174337003 {} #clone_module_174337003 .lang-selection,#module_174337003 .lang-container{}
#module_174337003 {} #clone_module_174337003 .lang-selection,#module_174337003 .lang-container{}
#module_174337003 {} #clone_module_174337003 .lang-selection,#module_174337003 .lang-container{}
#module_174337003 {} #clone_module_174337003 .lang-text,#module_174337003 .lang-text{width:px}
#module_174337003 .lang-selection .lang-text:hover,#clone_module_174337003 .lang-selection .lang-text:hover{font-size:12px;}
#module_174337003 .lang-selection .lang-text:hover,#clone_module_174337003 .lang-selection .lang-text:hover{font-family:arial, helvetica,sans-serif;}
#module_174337003 .lang-selection .lang-text:hover,#clone_module_174337003 .lang-selection .lang-text:hover{color:#f10215;}
#module_174337003 .lang-selection .lang-text:hover,#clone_module_174337003 .lang-selection .lang-text:hover{font-weight:normal;}
#module_174337003 .lang-selection .lang-text:hover,#clone_module_174337003 .lang-selection .lang-text:hover{text-decoration:initial;}
#module_174337003 .lang-selection .lang-text:hover,#clone_module_174337003 .lang-selection .lang-text:hover{font-style:normal;}

.ModuleGridContainer.ModuleGridContainer174336801 #Sub174336801_4 {width:10.999999999999995%;}
.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_174337029 .ModuleHead .HeadCenter{float:none;}
#module_174337029 {
padding:0px;
}
#module_174337029 {
position:fixed;
z-index:5000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_174337029 .ModuleHead174337029 {
display:none;
}

#module_174337029 .ModulePupopContainer{top:calc(50% + 0px);left:calc(50% + 0px);transform:translate(-50%, -50%);} #module_174337029 .IsAdvertisement{top:calc(50% + 0px);left:calc(50% + 0px);transform:translate(-50%, -50%);}
#module_174337029 .ModulePupopContainer{background-color:rgba(255, 255, 255, 1);}
#module_174337029 .ModulePupopContainer{}
#module_174337029 .ModulePupopContainer{background-repeat:no-repeat;}
#module_174337029 .ModulePupopContainer{background-position:0% 0%;}
#module_174337029 .ModulePupopContainer{background-attachment:scroll;}
#module_174337029 .ModulePupopContainer{}
#module_174337029 .ModulePupopContainer{padding-top:0px;}
#module_174337029 .ModulePupopContainer{padding-bottom:0px;}
#module_174337029 .ModulePupopContainer{padding-left:0px;}
#module_174337029 .ModulePupopContainer{padding-right:0px;}
#module_174337029 .ModulePupopContainer{border-top-color:#e1e1e1;}
#module_174337029 .ModulePupopContainer{border-top-style:solid;}
#module_174337029 .ModulePupopContainer{border-top-width:0px;}
#module_174337029 .ModulePupopContainer{border-bottom-color:#e1e1e1;}
#module_174337029 .ModulePupopContainer{border-bottom-style:solid;}
#module_174337029 .ModulePupopContainer{border-bottom-width:0px;}
#module_174337029 .ModulePupopContainer{border-left-color:#e1e1e1;}
#module_174337029 .ModulePupopContainer{border-left-style:solid;}
#module_174337029 .ModulePupopContainer{border-left-width:0px;}
#module_174337029 .ModulePupopContainer{border-right-color:#e1e1e1;}
#module_174337029 .ModulePupopContainer{border-right-style:solid;}
#module_174337029 .ModulePupopContainer{border-right-width:0px;}
#module_174337029 .ModulePupopContainer{border-top-left-radius:0px;}
#module_174337029 .ModulePupopContainer{border-top-right-radius:0px;}
#module_174337029 .ModulePupopContainer{border-bottom-left-radius:0px;}
#module_174337029 .ModulePupopContainer{border-bottom-right-radius:0px;}
#module_174337029 .ModulePupopContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174337029 .pupopClose{top:20px;right:20px;left:auto;transform:none;}
#module_174337029 .pupopClose{width:calc(26px + 3px); height:calc(26px + 3px);}
#module_174337029 .pupopClose .iconfont{font-size:24px;}
#module_174337029 .pupopClose .iconfont{color:#ccc;}
#module_174337029 .pupopClose{background-color:rgba(255, 255, 255, 0);}
#module_174337029 .pupopClose{}
#module_174337029 .pupopClose{background-repeat:no-repeat;}
#module_174337029 .pupopClose{background-position:0% 0%;}
#module_174337029 .pupopClose{background-attachment:scroll;}
#module_174337029 .pupopClose{}
#module_174337029 .pupopClose{border-top-color:#e1e1e1;}
#module_174337029 .pupopClose{border-top-style:solid;}
#module_174337029 .pupopClose{border-top-width:0px;}
#module_174337029 .pupopClose{border-bottom-color:#e1e1e1;}
#module_174337029 .pupopClose{border-bottom-style:solid;}
#module_174337029 .pupopClose{border-bottom-width:0px;}
#module_174337029 .pupopClose{border-left-color:#e1e1e1;}
#module_174337029 .pupopClose{border-left-style:solid;}
#module_174337029 .pupopClose{border-left-width:0px;}
#module_174337029 .pupopClose{border-right-color:#e1e1e1;}
#module_174337029 .pupopClose{border-right-style:solid;}
#module_174337029 .pupopClose{border-right-width:0px;}
#module_174337029 .pupopClose{border-top-left-radius:0px;}
#module_174337029 .pupopClose{border-top-right-radius:0px;}
#module_174337029 .pupopClose{border-bottom-left-radius:0px;}
#module_174337029 .pupopClose{border-bottom-right-radius:0px;}
#module_174337029 .ModulePupopGiant{background-color:rgba(0, 0, 0, .6);}
#module_174337029 .ModulePuponArrow.PosTop {border-bottom-color:;} #module_174337029 .ModulePuponArrow.PosBottom {border-top-color:;}
#module_174337029{position: fixed !important; top: 0 !important; left: 0 !important; z-index: 100000 !important; display: none;width: 100% !important; height: 100% !important;}.ModulePupopContainer.ModulePupopContainer174337029 {max-width:1200px;}
.IsAdvertisement .ModulePupopContainer.ModulePupopContainer174337029 {width:1200px;}
#Sub174337029_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('../png/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_174337052 .ModuleHead .HeadCenter{float:none;}
#module_174337052 {
padding:0px;
}
#module_174337052 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174337052 .ModuleHead174337052 {
display:none;
}

#module_174337052 .videoTitle{font-size:14px;}
#module_174337052 .videoTitle{font-family:;}
#module_174337052 .videoTitle{color:#333;}
#module_174337052 .videoTitle{font-weight:bold;}
#module_174337052 .videoTitle{text-decoration:none;}
#module_174337052 .videoTitle{font-style:normal;}
#module_174337052 .videoTitle{text-align:left;}
#module_174337052 .videoTitle{margin-top:8px;}
#module_174337052 .videoTitle{margin-bottom:2px;}
#module_174337052 .videoTitle{margin-left:0px;}
#module_174337052 .videoTitle{margin-right:0px;}
#module_174337052 .videoDescrib{font-size:12px;}
#module_174337052 .videoDescrib{font-family:;}
#module_174337052 .videoDescrib{color:#999;}
#module_174337052 .videoDescrib{font-weight:normal;}
#module_174337052 .videoDescrib{text-decoration:none;}
#module_174337052 .videoDescrib{font-style:normal;}
#module_174337052 .videoDescrib{text-align:left;}
#module_174337052 .videoBox:hover .videoTitle{font-size:14px;}
#module_174337052 .videoBox:hover .videoTitle{font-family:;}
#module_174337052 .videoBox:hover .videoTitle{color:#333;}
#module_174337052 .videoBox:hover .videoTitle{font-weight:bold;}
#module_174337052 .videoBox:hover .videoTitle{text-decoration:none;}
#module_174337052 .videoBox:hover .videoTitle{font-style:normal;}
#module_174337052 .videoBox:hover .videoDescrib{font-size:12px;}
#module_174337052 .videoBox:hover .videoDescrib{font-family:;}
#module_174337052 .videoBox:hover .videoDescrib{color:#999;}
#module_174337052 .videoBox:hover .videoDescrib{font-weight:normal;}
#module_174337052 .videoBox:hover .videoDescrib{text-decoration:none;}
#module_174337052 .videoBox:hover .videoDescrib{font-style:normal;}

/*轮播图样式*/
.ModuleSlideV2Giant.layout-101 .slider-layout-101 {width: 100%; height: auto; margin: auto; position: relative;font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slider-layout-101 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-101 .slick-dotted.slick-slider {margin-bottom: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slide-box img {position: relative; left: 50%; transform: translate(-50%);}
.ModuleSlideV2Giant.layout-101 .slide-box .swiperImg {width:100% !important;}
.ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 30px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li {width: auto; height: auto; margin: 0 12px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 18px; height: 18px; padding: 6px; border-radius: 18px; border: unset; border: 1px solid rgba(255, 255, 255, 0);}
.ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 6px; height: 6px; opacity: 1; font-size: 0; background-color: #fff; border-radius: 6px; top: 6px; left: 6px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button:hover {border: 1px solid #fff;}
.ModuleSlideV2Giant.layout-101 .slick-dots li.slick-active button {border-color: rgba(255, 255, 255, 1);}
.ModuleSlideV2Giant.layout-101 .slide-box video{
    width: 100%;
    height: 100%;
    min-height: 32px;
    display: block;
}
@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 6%}
    .ModuleSlideV2Giant.layout-101 .slick-prev {left:2.5%;}
    .ModuleSlideV2Giant.layout-101 .slick-next {right:2.5%;}
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 8%}
    /* .ModuleSlideV2Giant.layout-101 .slick-active{ margin: 0 10px;} */
    .ModuleSlideV2Giant.layout-101 .slick-dots li button{width: 16px;height:16px; border-radius: 16px;}
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 8% !important}
    .ModuleSlideV2Giant.layout-101 .slick-active{  margin: 0 8px !important;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button{width: 12px !important; height: 12px !important;border-radius: 12px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before{width: 4px !important;height: 4px !important;  border-radius: 4px;}


}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li {margin: 0 7.5px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 15px; height: 15px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 5px; height: 5px; top: 5px; left: 5px;}
}.module_174337042 .ModuleHead .HeadCenter{float:none;}
#module_174337042 {
padding:0px;
}
#module_174337042 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174337042 .ModuleHead174337042 {
display:none;
}
#module_174337042 .BodyCenter.BodyCenter174337042 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337042 >.module_174337042 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337042 >.module_174337042{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337042 .BodyCenter.BodyCenter174337042 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337042 .BodyCenter.BodyCenter174337042 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174337042 >.module_174337042 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337042 >.module_174337042 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174337042 >.module_174337042 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337042:hover {
border:none;
}
#module_174337042:hover >.module_174337042 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337042 .slick-dots li button:before{background-color:#139d8f;}
#module_174337042 .slick-dots li button{border-color:rgba(19, 157, 143, 0);}
#module_174337042 .slick-dots li.slick-active button:before, #module_174337042 .slick-dots li:hover button:before{background-color:#139d8f;}
#module_174337042 .slick-dots li.slick-active button, #module_174337042 .slick-dots li button:hover{border-color:rgba(19, 157, 143, 1);}
#module_174337042 .SubContainer {}
.module_174337634 .ModuleHead .HeadCenter{float:none;}
#module_174337634 {
padding:0px;
}
#module_174337634 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_174337634 .ModuleHead174337634 {
display:none;
}
#module_174337634 .BodyCenter.BodyCenter174337634 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337634 >.module_174337634 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337634 >.module_174337634{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337634 .BodyCenter.BodyCenter174337634 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337634 .BodyCenter.BodyCenter174337634 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174337634 >.module_174337634 {
margin-top:4.1929%;
margin-left:5.2411%;
margin-right:5.2411%;
margin-bottom:4.1929%;
}
}
@media screen and (max-width: 767px){
#module_174337634 >.module_174337634 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174337634 >.module_174337634 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337634:hover {
border:none;
}
#module_174337634:hover >.module_174337634 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337634 .ModuleSubContainer{background-color:transparent;}
#module_174337634 .ModuleSubContainer{background-image:none;}
#module_174337634 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174337634 .ModuleSubContainer{background-position:0% 0%;}
#module_174337634 .ModuleSubContainer{background-attachment:scroll;}
#module_174337634 .ModuleSubContainer{}
#module_174337634 {!bgVideo!}{bgVideoUrl:none}
#module_174337634 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174337634 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174337634 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174337634 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer174337634 .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_174337653 .ModuleHead .HeadCenter{float:none;}
#module_174337653 {
padding:0px;
}
#module_174337653 {
position:static;
z-index:0;
top:32px;
left:0px;
width:100%;
height: auto;
}
#module_174337653 .ModuleHead174337653 {
display:none;
}
#module_174337653 .BodyCenter.BodyCenter174337653 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337653 >.module_174337653 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337653 >.module_174337653{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337653 .BodyCenter.BodyCenter174337653 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337653 .BodyCenter.BodyCenter174337653 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:17.2414%;
}
}
@media screen and (min-width: 768px){
#module_174337653 >.module_174337653 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337653 >.module_174337653 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174337653 >.module_174337653 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337653:hover {
border:none;
}
#module_174337653:hover >.module_174337653 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337653 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_174337653 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_174337653 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_174337653 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_174337653 .GraphicUpper .TextImage{margin-top:0px;}
#module_174337653 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_174337653 .GraphicUpper .TextImage{margin-left:0px;}
#module_174337653 .GraphicUpper .TextImage{margin-right:0px;}
#module_174337653 .TextImage{width:15%;}
#module_174337653 .MobileTextImage{width:40%;}
#module_174337653 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_174337653 .imageTextGiant-Container{padding-top:10px;}
#module_174337653 .imageTextGiant-Container{padding-bottom:10px;}
#module_174337653 .imageTextGiant-Container{padding-left:10px;}
#module_174337653 .imageTextGiant-Container{padding-right:10px;}
#module_174337653 .ModuleImageTextGiantContent{padding-top:0px;}
#module_174337653 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_174337653 .ModuleImageTextGiantContent{padding-left:0px;}
#module_174337653 .ModuleImageTextGiantContent{padding-right:0px;}
#module_174337653 .imageTextGiant-Container{padding-top:0px;}
#module_174337653 .imageTextGiant-Container{padding-bottom:0px;}
#module_174337653 .imageTextGiant-Container{padding-left:0px;}
#module_174337653 .imageTextGiant-Container{padding-right:0px;}
#module_174337653 .showHandle .btn{font-size:14px;}
#module_174337653 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174337653 .showHandle .btn{color:#333;}
#module_174337653 .showHandle .btn{font-weight:400;}
#module_174337653 .showHandle .btn{text-decoration:none;}
#module_174337653 .showHandle .btn{font-style:normal;}
#module_174337653 .showHandle div{border-top-color:#ddd !important;}
#module_174337653 .showHandle div{border-top-style:solid !important;}
#module_174337653 .showHandle div{border-top-width:1px !important;}
#module_174337653 .showHandle{background-color:transparent;}
#module_174337653 .showHandle{background-image:none;}
#module_174337653 .showHandle{background-repeat:no-repeat;}
#module_174337653 .showHandle{}
#module_174337653 .showHandle{}
#module_174337653 .showHandle{}
#module_174337653 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174337634 #Sub174337634_1 {width:20%;}
.module_174337654 .ModuleHead .HeadCenter{float:none;}
#module_174337654 {
padding:0px;
}
#module_174337654 {
position:static;
z-index:0;
top:38px;
left:0px;
width:100%;
height: auto;
}
#module_174337654 .ModuleHead174337654 {
display:none;
}
#module_174337654 .BodyCenter.BodyCenter174337654 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337654 >.module_174337654 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337654 >.module_174337654{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337654 .BodyCenter.BodyCenter174337654 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337654 .BodyCenter.BodyCenter174337654 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:17.2414%;
}
}
@media screen and (min-width: 768px){
#module_174337654 >.module_174337654 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337654 >.module_174337654 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174337654 >.module_174337654 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337654:hover {
border:none;
}
#module_174337654:hover >.module_174337654 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337654 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_174337654 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_174337654 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_174337654 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_174337654 .GraphicUpper .TextImage{margin-top:0px;}
#module_174337654 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_174337654 .GraphicUpper .TextImage{margin-left:0px;}
#module_174337654 .GraphicUpper .TextImage{margin-right:0px;}
#module_174337654 .TextImage{width:15%;}
#module_174337654 .MobileTextImage{width:40%;}
#module_174337654 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_174337654 .imageTextGiant-Container{padding-top:10px;}
#module_174337654 .imageTextGiant-Container{padding-bottom:10px;}
#module_174337654 .imageTextGiant-Container{padding-left:10px;}
#module_174337654 .imageTextGiant-Container{padding-right:10px;}
#module_174337654 .ModuleImageTextGiantContent{padding-top:0px;}
#module_174337654 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_174337654 .ModuleImageTextGiantContent{padding-left:0px;}
#module_174337654 .ModuleImageTextGiantContent{padding-right:0px;}
#module_174337654 .imageTextGiant-Container{padding-top:0px;}
#module_174337654 .imageTextGiant-Container{padding-bottom:0px;}
#module_174337654 .imageTextGiant-Container{padding-left:0px;}
#module_174337654 .imageTextGiant-Container{padding-right:0px;}
#module_174337654 .showHandle .btn{font-size:14px;}
#module_174337654 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174337654 .showHandle .btn{color:#333;}
#module_174337654 .showHandle .btn{font-weight:400;}
#module_174337654 .showHandle .btn{text-decoration:none;}
#module_174337654 .showHandle .btn{font-style:normal;}
#module_174337654 .showHandle div{border-top-color:#ddd !important;}
#module_174337654 .showHandle div{border-top-style:solid !important;}
#module_174337654 .showHandle div{border-top-width:1px !important;}
#module_174337654 .showHandle{background-color:transparent;}
#module_174337654 .showHandle{background-image:none;}
#module_174337654 .showHandle{background-repeat:no-repeat;}
#module_174337654 .showHandle{}
#module_174337654 .showHandle{}
#module_174337654 .showHandle{}
#module_174337654 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174337634 #Sub174337634_2 {width:20%;}
.module_174337655 .ModuleHead .HeadCenter{float:none;}
#module_174337655 {
padding:0px;
}
#module_174337655 {
position:static;
z-index:0;
top:35px;
left:0px;
width:100%;
height: auto;
}
#module_174337655 .ModuleHead174337655 {
display:none;
}
#module_174337655 .BodyCenter.BodyCenter174337655 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337655 >.module_174337655 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337655 >.module_174337655{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337655 .BodyCenter.BodyCenter174337655 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337655 .BodyCenter.BodyCenter174337655 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:17.2414%;
}
}
@media screen and (min-width: 768px){
#module_174337655 >.module_174337655 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337655 >.module_174337655 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174337655 >.module_174337655 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337655:hover {
border:none;
}
#module_174337655:hover >.module_174337655 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337655 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_174337655 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_174337655 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_174337655 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_174337655 .GraphicUpper .TextImage{margin-top:0px;}
#module_174337655 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_174337655 .GraphicUpper .TextImage{margin-left:0px;}
#module_174337655 .GraphicUpper .TextImage{margin-right:0px;}
#module_174337655 .TextImage{width:17%;}
#module_174337655 .MobileTextImage{width:40%;}
#module_174337655 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_174337655 .imageTextGiant-Container{padding-top:10px;}
#module_174337655 .imageTextGiant-Container{padding-bottom:10px;}
#module_174337655 .imageTextGiant-Container{padding-left:10px;}
#module_174337655 .imageTextGiant-Container{padding-right:10px;}
#module_174337655 .ModuleImageTextGiantContent{padding-top:0px;}
#module_174337655 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_174337655 .ModuleImageTextGiantContent{padding-left:0px;}
#module_174337655 .ModuleImageTextGiantContent{padding-right:0px;}
#module_174337655 .imageTextGiant-Container{padding-top:0px;}
#module_174337655 .imageTextGiant-Container{padding-bottom:0px;}
#module_174337655 .imageTextGiant-Container{padding-left:0px;}
#module_174337655 .imageTextGiant-Container{padding-right:0px;}
#module_174337655 .showHandle .btn{font-size:14px;}
#module_174337655 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174337655 .showHandle .btn{color:#333;}
#module_174337655 .showHandle .btn{font-weight:400;}
#module_174337655 .showHandle .btn{text-decoration:none;}
#module_174337655 .showHandle .btn{font-style:normal;}
#module_174337655 .showHandle div{border-top-color:#ddd !important;}
#module_174337655 .showHandle div{border-top-style:solid !important;}
#module_174337655 .showHandle div{border-top-width:1px !important;}
#module_174337655 .showHandle{background-color:transparent;}
#module_174337655 .showHandle{background-image:none;}
#module_174337655 .showHandle{background-repeat:no-repeat;}
#module_174337655 .showHandle{}
#module_174337655 .showHandle{}
#module_174337655 .showHandle{}
#module_174337655 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174337634 #Sub174337634_3 {width:20%;}
.module_174337656 .ModuleHead .HeadCenter{float:none;}
#module_174337656 {
padding:0px;
}
#module_174337656 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_174337656 .ModuleHead174337656 {
display:none;
}
#module_174337656 .BodyCenter.BodyCenter174337656 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337656 >.module_174337656 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337656 >.module_174337656{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337656 .BodyCenter.BodyCenter174337656 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337656 .BodyCenter.BodyCenter174337656 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:17.2414%;
}
}
@media screen and (min-width: 768px){
#module_174337656 >.module_174337656 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337656 >.module_174337656 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174337656 >.module_174337656 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337656:hover {
border:none;
}
#module_174337656:hover >.module_174337656 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337656 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_174337656 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_174337656 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_174337656 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_174337656 .GraphicUpper .TextImage{margin-top:0px;}
#module_174337656 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_174337656 .GraphicUpper .TextImage{margin-left:0px;}
#module_174337656 .GraphicUpper .TextImage{margin-right:0px;}
#module_174337656 .TextImage{width:17%;}
#module_174337656 .MobileTextImage{width:40%;}
#module_174337656 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_174337656 .imageTextGiant-Container{padding-top:10px;}
#module_174337656 .imageTextGiant-Container{padding-bottom:10px;}
#module_174337656 .imageTextGiant-Container{padding-left:10px;}
#module_174337656 .imageTextGiant-Container{padding-right:10px;}
#module_174337656 .ModuleImageTextGiantContent{padding-top:0px;}
#module_174337656 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_174337656 .ModuleImageTextGiantContent{padding-left:0px;}
#module_174337656 .ModuleImageTextGiantContent{padding-right:0px;}
#module_174337656 .imageTextGiant-Container{padding-top:0px;}
#module_174337656 .imageTextGiant-Container{padding-bottom:0px;}
#module_174337656 .imageTextGiant-Container{padding-left:0px;}
#module_174337656 .imageTextGiant-Container{padding-right:0px;}
#module_174337656 .showHandle .btn{font-size:14px;}
#module_174337656 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174337656 .showHandle .btn{color:#333;}
#module_174337656 .showHandle .btn{font-weight:400;}
#module_174337656 .showHandle .btn{text-decoration:none;}
#module_174337656 .showHandle .btn{font-style:normal;}
#module_174337656 .showHandle div{border-top-color:#ddd !important;}
#module_174337656 .showHandle div{border-top-style:solid !important;}
#module_174337656 .showHandle div{border-top-width:1px !important;}
#module_174337656 .showHandle{background-color:transparent;}
#module_174337656 .showHandle{background-image:none;}
#module_174337656 .showHandle{background-repeat:no-repeat;}
#module_174337656 .showHandle{}
#module_174337656 .showHandle{}
#module_174337656 .showHandle{}
#module_174337656 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174337634 #Sub174337634_4 {width:20%;}
.module_174337658 .ModuleHead .HeadCenter{float:none;}
#module_174337658 {
padding:0px;
}
#module_174337658 {
position:static;
z-index:0;
top:27px;
left:0px;
width:100%;
height: auto;
}
#module_174337658 .ModuleHead174337658 {
display:none;
}
#module_174337658 .BodyCenter.BodyCenter174337658 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337658 >.module_174337658 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337658 >.module_174337658{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337658 .BodyCenter.BodyCenter174337658 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337658 .BodyCenter.BodyCenter174337658 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:17.2414%;
}
}
@media screen and (min-width: 768px){
#module_174337658 >.module_174337658 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337658 >.module_174337658 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174337658 >.module_174337658 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337658:hover {
border:none;
}
#module_174337658:hover >.module_174337658 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337658 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_174337658 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_174337658 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_174337658 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_174337658 .GraphicUpper .TextImage{margin-top:0px;}
#module_174337658 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_174337658 .GraphicUpper .TextImage{margin-left:0px;}
#module_174337658 .GraphicUpper .TextImage{margin-right:0px;}
#module_174337658 .TextImage{width:20%;}
#module_174337658 .MobileTextImage{width:40%;}
#module_174337658 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_174337658 .imageTextGiant-Container{padding-top:10px;}
#module_174337658 .imageTextGiant-Container{padding-bottom:10px;}
#module_174337658 .imageTextGiant-Container{padding-left:10px;}
#module_174337658 .imageTextGiant-Container{padding-right:10px;}
#module_174337658 .ModuleImageTextGiantContent{padding-top:0px;}
#module_174337658 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_174337658 .ModuleImageTextGiantContent{padding-left:0px;}
#module_174337658 .ModuleImageTextGiantContent{padding-right:0px;}
#module_174337658 .imageTextGiant-Container{padding-top:0px;}
#module_174337658 .imageTextGiant-Container{padding-bottom:0px;}
#module_174337658 .imageTextGiant-Container{padding-left:0px;}
#module_174337658 .imageTextGiant-Container{padding-right:0px;}
#module_174337658 .showHandle .btn{font-size:14px;}
#module_174337658 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174337658 .showHandle .btn{color:#333;}
#module_174337658 .showHandle .btn{font-weight:400;}
#module_174337658 .showHandle .btn{text-decoration:none;}
#module_174337658 .showHandle .btn{font-style:normal;}
#module_174337658 .showHandle div{border-top-color:#ddd !important;}
#module_174337658 .showHandle div{border-top-style:solid !important;}
#module_174337658 .showHandle div{border-top-width:1px !important;}
#module_174337658 .showHandle{background-color:transparent;}
#module_174337658 .showHandle{background-image:none;}
#module_174337658 .showHandle{background-repeat:no-repeat;}
#module_174337658 .showHandle{}
#module_174337658 .showHandle{}
#module_174337658 .showHandle{}
#module_174337658 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174337634 #Sub174337634_5 {width:20%;}
.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

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

@media only screen and (max-width: 767px) { 
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}.module_365903075 .ModuleHead .HeadCenter{float:none;}
#module_365903075 {
padding:0px;
}
#module_365903075 {
position:static;
z-index:0;
top:1072px;
left:1278px;
width:100%;
height: auto;
}
#module_365903075 .ModuleHead365903075 {
display:none;
}
#module_365903075 .BodyCenter.BodyCenter365903075 {
background:none;background-color:rgba(0,0,0,0);
}
#module_365903075 >.module_365903075 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365903075 >.module_365903075{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365903075 .BodyCenter.BodyCenter365903075 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_365903075 .BodyCenter.BodyCenter365903075 {
padding-top:0.0000%;
padding-left:2.0173%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_365903075 >.module_365903075 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_365903075 >.module_365903075 {
margin-top:8.6455%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:2.8818%;
}
}
#module_365903075 >.module_365903075 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365903075:hover {
border:none;
}
#module_365903075:hover >.module_365903075 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365903075 .ModuleSubContainer{background-color:transparent;}
#module_365903075 .ModuleSubContainer{background-image:none;}
#module_365903075 .ModuleSubContainer{background-repeat:no-repeat;}
#module_365903075 .ModuleSubContainer{background-position:0% 0%;}
#module_365903075 .ModuleSubContainer{background-attachment:scroll;}
#module_365903075 .ModuleSubContainer{}
#module_365903075 {!bgVideo!}{bgVideoUrl:none}
#module_365903075 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_365903075 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_365903075 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer365903075 {}
.module_365903083 .ModuleHead .HeadCenter{float:none;}
#module_365903083 {
padding:0px;
}
#module_365903083 {
position:static;
z-index:0;
top:38px;
left:0px;
width:100%;
height: auto;
}
#module_365903083 .ModuleHead365903083 {
display:none;
}
#module_365903083 .BodyCenter.BodyCenter365903083 {
background:none;background-color:rgba(0,0,0,0);
}
#module_365903083 >.module_365903083 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365903083 >.module_365903083{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365903083 .BodyCenter.BodyCenter365903083 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365903083 .BodyCenter.BodyCenter365903083 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:17.2414%;
}
}
@media screen and (min-width: 768px){
#module_365903083 >.module_365903083 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365903083 >.module_365903083 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_365903083 >.module_365903083 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365903083:hover {
border:none;
}
#module_365903083:hover >.module_365903083 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365903083 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_365903083 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_365903083 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_365903083 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_365903083 .GraphicUpper .TextImage{margin-top:0px;}
#module_365903083 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_365903083 .GraphicUpper .TextImage{margin-left:0px;}
#module_365903083 .GraphicUpper .TextImage{margin-right:0px;}
#module_365903083 .TextImage{width:15%;}
#module_365903083 .MobileTextImage{width:40%;}
#module_365903083 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_365903083 .imageTextGiant-Container{padding-top:10px;}
#module_365903083 .imageTextGiant-Container{padding-bottom:10px;}
#module_365903083 .imageTextGiant-Container{padding-left:10px;}
#module_365903083 .imageTextGiant-Container{padding-right:10px;}
#module_365903083 .ModuleImageTextGiantContent{padding-top:0px;}
#module_365903083 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_365903083 .ModuleImageTextGiantContent{padding-left:0px;}
#module_365903083 .ModuleImageTextGiantContent{padding-right:0px;}
#module_365903083 .imageTextGiant-Container{padding-top:0px;}
#module_365903083 .imageTextGiant-Container{padding-bottom:0px;}
#module_365903083 .imageTextGiant-Container{padding-left:0px;}
#module_365903083 .imageTextGiant-Container{padding-right:0px;}
#module_365903083 .showHandle .btn{font-size:14px;}
#module_365903083 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_365903083 .showHandle .btn{color:#333;}
#module_365903083 .showHandle .btn{font-weight:400;}
#module_365903083 .showHandle .btn{text-decoration:none;}
#module_365903083 .showHandle .btn{font-style:normal;}
#module_365903083 .showHandle div{border-top-color:#ddd !important;}
#module_365903083 .showHandle div{border-top-style:solid !important;}
#module_365903083 .showHandle div{border-top-width:1px !important;}
#module_365903083 .showHandle{background-color:transparent;}
#module_365903083 .showHandle{background-image:none;}
#module_365903083 .showHandle{background-repeat:no-repeat;}
#module_365903083 .showHandle{}
#module_365903083 .showHandle{}
#module_365903083 .showHandle{}
#module_365903083 a{font-size:unset;font-family:unset}
.module_365903094 .ModuleHead .HeadCenter{float:none;}
#module_365903094 {
padding:0px;
}
#module_365903094 {
position:static;
z-index:0;
top:17px;
left:0px;
width:100%;
height: auto;
}
#module_365903094 .ModuleHead365903094 {
display:none;
}
#module_365903094 .BodyCenter.BodyCenter365903094 {
background:none;background-color:rgba(0,0,0,0);
}
#module_365903094 >.module_365903094 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365903094 >.module_365903094{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365903094 .BodyCenter.BodyCenter365903094 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365903094 .BodyCenter.BodyCenter365903094 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:17.2414%;
}
}
@media screen and (min-width: 768px){
#module_365903094 >.module_365903094 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365903094 >.module_365903094 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_365903094 >.module_365903094 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365903094:hover {
border:none;
}
#module_365903094:hover >.module_365903094 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365903094 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_365903094 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_365903094 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_365903094 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_365903094 .GraphicUpper .TextImage{margin-top:0px;}
#module_365903094 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_365903094 .GraphicUpper .TextImage{margin-left:0px;}
#module_365903094 .GraphicUpper .TextImage{margin-right:0px;}
#module_365903094 .TextImage{width:15%;}
#module_365903094 .MobileTextImage{width:40%;}
#module_365903094 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_365903094 .imageTextGiant-Container{padding-top:10px;}
#module_365903094 .imageTextGiant-Container{padding-bottom:10px;}
#module_365903094 .imageTextGiant-Container{padding-left:10px;}
#module_365903094 .imageTextGiant-Container{padding-right:10px;}
#module_365903094 .ModuleImageTextGiantContent{padding-top:0px;}
#module_365903094 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_365903094 .ModuleImageTextGiantContent{padding-left:0px;}
#module_365903094 .ModuleImageTextGiantContent{padding-right:0px;}
#module_365903094 .imageTextGiant-Container{padding-top:0px;}
#module_365903094 .imageTextGiant-Container{padding-bottom:0px;}
#module_365903094 .imageTextGiant-Container{padding-left:0px;}
#module_365903094 .imageTextGiant-Container{padding-right:0px;}
#module_365903094 .showHandle .btn{font-size:14px;}
#module_365903094 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_365903094 .showHandle .btn{color:#333;}
#module_365903094 .showHandle .btn{font-weight:400;}
#module_365903094 .showHandle .btn{text-decoration:none;}
#module_365903094 .showHandle .btn{font-style:normal;}
#module_365903094 .showHandle div{border-top-color:#ddd !important;}
#module_365903094 .showHandle div{border-top-style:solid !important;}
#module_365903094 .showHandle div{border-top-width:1px !important;}
#module_365903094 .showHandle{background-color:transparent;}
#module_365903094 .showHandle{background-image:none;}
#module_365903094 .showHandle{background-repeat:no-repeat;}
#module_365903094 .showHandle{}
#module_365903094 .showHandle{}
#module_365903094 .showHandle{}
#module_365903094 a{font-size:unset;font-family:unset}
.module_365903099 .ModuleHead .HeadCenter{float:none;}
#module_365903099 {
padding:0px;
}
#module_365903099 {
position:static;
z-index:0;
top:28px;
left:0px;
width:100%;
height: auto;
}
#module_365903099 .ModuleHead365903099 {
display:none;
}
#module_365903099 .BodyCenter.BodyCenter365903099 {
background:none;background-color:rgba(0,0,0,0);
}
#module_365903099 >.module_365903099 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365903099 >.module_365903099{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365903099 .BodyCenter.BodyCenter365903099 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365903099 .BodyCenter.BodyCenter365903099 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:17.2414%;
}
}
@media screen and (min-width: 768px){
#module_365903099 >.module_365903099 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365903099 >.module_365903099 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_365903099 >.module_365903099 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365903099:hover {
border:none;
}
#module_365903099:hover >.module_365903099 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365903099 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_365903099 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_365903099 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_365903099 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_365903099 .GraphicUpper .TextImage{margin-top:0px;}
#module_365903099 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_365903099 .GraphicUpper .TextImage{margin-left:0px;}
#module_365903099 .GraphicUpper .TextImage{margin-right:0px;}
#module_365903099 .TextImage{width:17%;}
#module_365903099 .MobileTextImage{width:40%;}
#module_365903099 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_365903099 .imageTextGiant-Container{padding-top:10px;}
#module_365903099 .imageTextGiant-Container{padding-bottom:10px;}
#module_365903099 .imageTextGiant-Container{padding-left:10px;}
#module_365903099 .imageTextGiant-Container{padding-right:10px;}
#module_365903099 .ModuleImageTextGiantContent{padding-top:0px;}
#module_365903099 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_365903099 .ModuleImageTextGiantContent{padding-left:0px;}
#module_365903099 .ModuleImageTextGiantContent{padding-right:0px;}
#module_365903099 .imageTextGiant-Container{padding-top:0px;}
#module_365903099 .imageTextGiant-Container{padding-bottom:0px;}
#module_365903099 .imageTextGiant-Container{padding-left:0px;}
#module_365903099 .imageTextGiant-Container{padding-right:0px;}
#module_365903099 .showHandle .btn{font-size:14px;}
#module_365903099 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_365903099 .showHandle .btn{color:#333;}
#module_365903099 .showHandle .btn{font-weight:400;}
#module_365903099 .showHandle .btn{text-decoration:none;}
#module_365903099 .showHandle .btn{font-style:normal;}
#module_365903099 .showHandle div{border-top-color:#ddd !important;}
#module_365903099 .showHandle div{border-top-style:solid !important;}
#module_365903099 .showHandle div{border-top-width:1px !important;}
#module_365903099 .showHandle{background-color:transparent;}
#module_365903099 .showHandle{background-image:none;}
#module_365903099 .showHandle{background-repeat:no-repeat;}
#module_365903099 .showHandle{}
#module_365903099 .showHandle{}
#module_365903099 .showHandle{}
#module_365903099 a{font-size:unset;font-family:unset}
.module_365900139 .ModuleHead .HeadCenter{float:none;}
#module_365900139 {
padding:0px;
}
#module_365900139 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_365900139 .ModuleHead365900139 {
display:none;
}
#module_365900139 {
border:none;
}
@media screen and (min-width: 768px){
#module_365900139 .BodyCenter.BodyCenter365900139 {
}
}
@media screen and (max-width: 767px){
#module_365900139 .BodyCenter.BodyCenter365900139 {
padding-top:0.0000%;
padding-left:1.7291%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}

#module_365900139 .ModuleSubContainer{background-color:transparent;}
#module_365900139 .ModuleSubContainer{}
#module_365900139 .ModuleSubContainer{background-repeat:no-repeat;}
#module_365900139 .ModuleSubContainer{background-position:0% 0%;}
#module_365900139 .ModuleSubContainer{background-attachment:scroll;}
#module_365900139 .ModuleSubContainer{}
#module_365900139 {!bgVideo!}{bgVideoUrl:}
#module_365900139 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_365900139 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_365900139 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer365900139 {}
.module_365905570 .ModuleHead .HeadCenter{float:none;}
#module_365905570 {
padding:0px;
}
#module_365905570 {
position:static;
z-index:0;
top:26px;
left:0px;
width:100%;
height: auto;
}
#module_365905570 .ModuleHead365905570 {
display:none;
}
#module_365905570 .BodyCenter.BodyCenter365905570 {
background:none;background-color:rgba(0,0,0,0);
}
#module_365905570 >.module_365905570 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365905570 >.module_365905570{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365905570 .BodyCenter.BodyCenter365905570 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365905570 .BodyCenter.BodyCenter365905570 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:17.2414%;
}
}
@media screen and (min-width: 768px){
#module_365905570 >.module_365905570 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365905570 >.module_365905570 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_365905570 >.module_365905570 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365905570:hover {
border:none;
}
#module_365905570:hover >.module_365905570 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365905570 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_365905570 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_365905570 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_365905570 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_365905570 .GraphicUpper .TextImage{margin-top:0px;}
#module_365905570 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_365905570 .GraphicUpper .TextImage{margin-left:0px;}
#module_365905570 .GraphicUpper .TextImage{margin-right:0px;}
#module_365905570 .TextImage{width:17%;}
#module_365905570 .MobileTextImage{width:40%;}
#module_365905570 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_365905570 .imageTextGiant-Container{padding-top:10px;}
#module_365905570 .imageTextGiant-Container{padding-bottom:10px;}
#module_365905570 .imageTextGiant-Container{padding-left:10px;}
#module_365905570 .imageTextGiant-Container{padding-right:10px;}
#module_365905570 .ModuleImageTextGiantContent{padding-top:0px;}
#module_365905570 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_365905570 .ModuleImageTextGiantContent{padding-left:0px;}
#module_365905570 .ModuleImageTextGiantContent{padding-right:0px;}
#module_365905570 .imageTextGiant-Container{padding-top:0px;}
#module_365905570 .imageTextGiant-Container{padding-bottom:0px;}
#module_365905570 .imageTextGiant-Container{padding-left:0px;}
#module_365905570 .imageTextGiant-Container{padding-right:0px;}
#module_365905570 .showHandle .btn{font-size:14px;}
#module_365905570 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_365905570 .showHandle .btn{color:#333;}
#module_365905570 .showHandle .btn{font-weight:400;}
#module_365905570 .showHandle .btn{text-decoration:none;}
#module_365905570 .showHandle .btn{font-style:normal;}
#module_365905570 .showHandle div{border-top-color:#ddd !important;}
#module_365905570 .showHandle div{border-top-style:solid !important;}
#module_365905570 .showHandle div{border-top-width:1px !important;}
#module_365905570 .showHandle{background-color:transparent;}
#module_365905570 .showHandle{background-image:none;}
#module_365905570 .showHandle{background-repeat:no-repeat;}
#module_365905570 .showHandle{}
#module_365905570 .showHandle{}
#module_365905570 .showHandle{}
#module_365905570 a{font-size:unset;font-family:unset}
.module_365906127 .ModuleHead .HeadCenter{float:none;}
#module_365906127 {
padding:0px;
}
#module_365906127 {
position:static;
z-index:0;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_365906127 .ModuleHead365906127 {
display:none;
}
#module_365906127 .BodyCenter.BodyCenter365906127 {
background:none;background-color:rgba(0,0,0,0);
}
#module_365906127 >.module_365906127 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365906127 >.module_365906127{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365906127 .BodyCenter.BodyCenter365906127 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365906127 .BodyCenter.BodyCenter365906127 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:17.2414%;
}
}
@media screen and (min-width: 768px){
#module_365906127 >.module_365906127 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365906127 >.module_365906127 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_365906127 >.module_365906127 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365906127:hover {
border:none;
}
#module_365906127:hover >.module_365906127 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365906127 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_365906127 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_365906127 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_365906127 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_365906127 .GraphicUpper .TextImage{margin-top:0px;}
#module_365906127 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_365906127 .GraphicUpper .TextImage{margin-left:0px;}
#module_365906127 .GraphicUpper .TextImage{margin-right:0px;}
#module_365906127 .TextImage{width:20%;}
#module_365906127 .MobileTextImage{width:40%;}
#module_365906127 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_365906127 .imageTextGiant-Container{padding-top:10px;}
#module_365906127 .imageTextGiant-Container{padding-bottom:10px;}
#module_365906127 .imageTextGiant-Container{padding-left:10px;}
#module_365906127 .imageTextGiant-Container{padding-right:10px;}
#module_365906127 .ModuleImageTextGiantContent{padding-top:0px;}
#module_365906127 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_365906127 .ModuleImageTextGiantContent{padding-left:0px;}
#module_365906127 .ModuleImageTextGiantContent{padding-right:0px;}
#module_365906127 .imageTextGiant-Container{padding-top:0px;}
#module_365906127 .imageTextGiant-Container{padding-bottom:0px;}
#module_365906127 .imageTextGiant-Container{padding-left:0px;}
#module_365906127 .imageTextGiant-Container{padding-right:0px;}
#module_365906127 .showHandle .btn{font-size:14px;}
#module_365906127 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_365906127 .showHandle .btn{color:#333;}
#module_365906127 .showHandle .btn{font-weight:400;}
#module_365906127 .showHandle .btn{text-decoration:none;}
#module_365906127 .showHandle .btn{font-style:normal;}
#module_365906127 .showHandle div{border-top-color:#ddd !important;}
#module_365906127 .showHandle div{border-top-style:solid !important;}
#module_365906127 .showHandle div{border-top-width:1px !important;}
#module_365906127 .showHandle{background-color:transparent;}
#module_365906127 .showHandle{background-image:none;}
#module_365906127 .showHandle{background-repeat:no-repeat;}
#module_365906127 .showHandle{}
#module_365906127 .showHandle{}
#module_365906127 .showHandle{}
#module_365906127 a{font-size:unset;font-family:unset}
.module_174336802 .ModuleHead .HeadCenter{float:none;}
#module_174336802 {
padding:0px;
}
#module_174336802 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336802 .ModuleHead174336802 {
display:none;
}
#module_174336802 .BodyCenter.BodyCenter174336802 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336802 >.module_174336802 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336802 >.module_174336802{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336802 .BodyCenter.BodyCenter174336802 {
padding-top:0.0000%;
padding-left:0.5230%;
padding-right:0.5230%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336802 .BodyCenter.BodyCenter174336802 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336802 >.module_174336802 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336802 >.module_174336802 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336802 >.module_174336802 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336802:hover {
border:none;
}
#module_174336802:hover >.module_174336802 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336802 .ModuleSubContainer{background-color:transparent;}
#module_174336802 .ModuleSubContainer{background-image:none;}
#module_174336802 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174336802 .ModuleSubContainer{background-position:0% 0%;}
#module_174336802 .ModuleSubContainer{background-attachment:scroll;}
#module_174336802 .ModuleSubContainer{}
#module_174336802 {!bgVideo!}{bgVideoUrl:none}
#module_174336802 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174336802 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174336802 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174336802 {max-width:none;width:100%;margin: auto;}
.ModuleGridContainer.ModuleGridContainer174336802 .SubPadding {width:16px;}
.module_174337043 .ModuleHead .HeadCenter{float:none;}
#module_174337043 {
padding:0px;
}
#module_174337043 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174337043 .ModuleHead174337043 {
display:none;
}
#module_174337043 .BodyCenter.BodyCenter174337043 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337043 >.module_174337043 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337043 >.module_174337043{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337043 .BodyCenter.BodyCenter174337043 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337043 .BodyCenter.BodyCenter174337043 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174337043 >.module_174337043 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337043 >.module_174337043 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174337043 >.module_174337043 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337043:hover {
border:none;
}
#module_174337043:hover >.module_174337043 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337043 .slick-dots li button:before{background-color:#139d8f;}
#module_174337043 .slick-dots li button{border-color:rgba(19, 157, 143, 0);}
#module_174337043 .slick-dots li.slick-active button:before, #module_174337043 .slick-dots li:hover button:before{background-color:#139d8f;}
#module_174337043 .slick-dots li.slick-active button, #module_174337043 .slick-dots li button:hover{border-color:rgba(19, 157, 143, 1);}
.module_174336990 .ModuleHead .HeadCenter{float:none;}
#module_174336990 {
padding:0px;
}
#module_174336990 {
position:absolute;
z-index:99;
top:65%;
left:9%;
width:61%;
height:13%;
}
#module_174336990 .ModuleHead174336990 {
display:none;
}
#module_174336990 .BodyCenter.BodyCenter174336990 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336990 >.module_174336990 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336990 >.module_174336990{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336990 .BodyCenter.BodyCenter174336990 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336990 .BodyCenter.BodyCenter174336990 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336990 >.module_174336990 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336990 >.module_174336990 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336990 >.module_174336990 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336990:hover {
border:none;
}
#module_174336990:hover >.module_174336990 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336990 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336990 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336990 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336990 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336990 .imageTextGiant-Container{padding-top:10px;}
#module_174336990 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336990 .imageTextGiant-Container{padding-left:10px;}
#module_174336990 .imageTextGiant-Container{padding-right:10px;}
#module_174336990 .showHandle .btn{font-size:14px;}
#module_174336990 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174336990 .showHandle .btn{color:#333;}
#module_174336990 .showHandle .btn{font-weight:400;}
#module_174336990 .showHandle .btn{text-decoration:none;}
#module_174336990 .showHandle .btn{font-style:normal;}
#module_174336990 .showHandle div{border-top-color:#ddd !important;}
#module_174336990 .showHandle div{border-top-style:solid !important;}
#module_174336990 .showHandle div{border-top-width:1px !important;}
#module_174336990 .showHandle{background-color:transparent;}
#module_174336990 .showHandle{background-image:none;}
#module_174336990 .showHandle{background-repeat:no-repeat;}
#module_174336990 .showHandle{}
#module_174336990 .showHandle{}
#module_174336990 .showHandle{}
#module_174336990 a{font-size:unset;font-family:unset}
#module_174337043 .SubContainer {}

.ModuleTabContainerV2Giant.layout-111 .tabContainer.TabContainer-Container {overflow: hidden; visibility: visible;}
.ModuleTabContainerV2Giant.layout-111 .tabContainer.TabContainer-Container .tabContainerGiantGrid {flex-shrink: 0;}
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;
}
.tabContentGiant.tab-content-clone .ModuleContainer {padding: 0}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container {display: flex; position: absolute; z-index: 99; align-items: center;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav {margin: 0 20px;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav .commonLabel {width: 30px; height: 2px; float: left; background: #ccc; margin: 0;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav .commonLabel .OneRow {width: 0; height: 0; border-radius: 0; padding: 0; transition: all 0.2s ease-in;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .nav .commonLabel.active .OneRow {width: 100%; height: 100%; background: #333; transition: all 0.2s ease-in;}
.ModuleTabContainerV2Giant.layout-111 .Nav-Container .glyphicon {width: auto; height: auto; display: inline-block; background: unset; position: static; font-size: 16px; color: #333; line-height: 1; cursor: pointer;}

@media only screen and (max-width: 767px) {
    .ModuleTabContainerV2Giant.layout-111 .Nav-Container {position: static; justify-content: center; margin-top: 28px;}
}
.module_174337046 .ModuleHead .HeadCenter{float:none;}
#module_174337046 {
padding:0px;
}
#module_174337046 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174337046 .ModuleHead174337046 {
display:none;
}
#module_174337046 .BodyCenter.BodyCenter174337046 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337046 >.module_174337046 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337046 >.module_174337046{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337046 .BodyCenter.BodyCenter174337046 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337046 .BodyCenter.BodyCenter174337046 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174337046 >.module_174337046 {
margin-top:1.7058%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337046 >.module_174337046 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174337046 >.module_174337046 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337046:hover {
border:none;
}
#module_174337046:hover >.module_174337046 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337046 .tabContainerGiantGrid{background-color:transparent;}
#module_174337046 .tabContainerGiantGrid{}
#module_174337046 .tabContainerGiantGrid{}
#module_174337046 .tabContainerGiantGrid{}
#module_174337046 .tabContainerGiantGrid{}
#module_174337046 .tabContainerGiantGrid{}
#module_174337046 .tabContainerGiantGrid{padding-top:0px;}
#module_174337046 .tabContainerGiantGrid{padding-bottom:0px;}
#module_174337046 .tabContainerGiantGrid{padding-left:0px;}
#module_174337046 .tabContainerGiantGrid{padding-right:0px;}
#module_174337046 .tabContainerGiantGrid{border-top-color:transparent;}
#module_174337046 .tabContainerGiantGrid{border-top-style:solid;}
#module_174337046 .tabContainerGiantGrid{border-top-width:0px;}
#module_174337046 .tabContainerGiantGrid{border-right-color:transparent;}
#module_174337046 .tabContainerGiantGrid{border-right-style:solid;}
#module_174337046 .tabContainerGiantGrid{border-right-width:0px;}
#module_174337046 .tabContainerGiantGrid{border-bottom-color:transparent;}
#module_174337046 .tabContainerGiantGrid{border-bottom-style:solid;}
#module_174337046 .tabContainerGiantGrid{border-bottom-width:0px;}
#module_174337046 .tabContainerGiantGrid{border-left-color:transparent;}
#module_174337046 .tabContainerGiantGrid{border-left-style:solid;}
#module_174337046 .tabContainerGiantGrid{border-left-width:0px;}
#module_174337046 .Nav-Container{bottom:10px;top:auto;left:10px;transform:none;}
#module_174337046 .Nav-Container .glyphicon{font-size:16px;}
#module_174337046 .Nav-Container .glyphicon{font-family:微软雅黑,Microsoft YaHei;}
#module_174337046 .Nav-Container .glyphicon{color:#333;}
#module_174337046 .Nav-Container .glyphicon{font-weight:normal;}
#module_174337046 .Nav-Container .glyphicon{text-decoration:none;}
#module_174337046 .Nav-Container .glyphicon{font-style:normal;}
#module_174337046 .Nav-Container .commonLabel{background-color:#ccc;}
#module_174337046 .Nav-Container .glyphicon:hover{font-size:16px;}
#module_174337046 .Nav-Container .glyphicon:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_174337046 .Nav-Container .glyphicon:hover{color:#10AA9C;}
#module_174337046 .Nav-Container .glyphicon:hover{font-weight:normal;}
#module_174337046 .Nav-Container .glyphicon:hover{text-decoration:none;}
#module_174337046 .Nav-Container .glyphicon:hover{font-style:normal;}
#module_174337046 .Nav-Container .commonLabel.active .OneRow{background-color:#333;}

#module_174337046__tabPane_5348 #Sub174337046_5348 {display: table; width: 100%; position: relative; table-layout: fixed;}
#module_174337046__tabPane_5348 #Sub174337046_5348 > .SubContainer {display: table-cell; vertical-align: top;}
#module_174337046__tabPane_5348 .SubPadding {width:16px; height: 100%; position: relative; display: table-cell;}
#module_174337046__tabPane_5348 .SubDrag {width: 6px; cursor: e-resize; position: absolute; z-index: 99; min-height: 66px; height: 100%; background-color: rgba(75, 151, 255, 0);}
#module_174337046__tabPane_5348 .SubDrag:after {display: block; content: ''; width: 1px; border-left: 1px dashed rgba(75, 151, 255, 0); height: 100%; margin: auto;}
#module_174337046__tabPane_5348:hover .SubDrag:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
#module_174337046__tabPane_5348 .SubDrag:hover {background-color: rgba(75, 151, 255, .8);}
#module_174337046__tabPane_5348 .SubDrag:hover:after {border-left: 1px dashed rgba(75, 151, 255, .8);}
@media only screen and (max-width: 767px) {
#module_174337046__tabPane_5348 #Sub174337046_5348 {display: block;}
#module_174337046__tabPane_5348 #Sub174337046_5348 > .SubPadding {float:left; height: 10px;}
#module_174337046__tabPane_5348 #Sub174337046_5348 > .SubContainer {float:left; padding-top:2px; padding-bottom:2px;}
#module_174337046__tabPane_5348 #Sub174337046_5348 > .SubContainer .SubDrag {display:none;}
#module_174337046__tabPane_5348 #Sub174337046_5348 > .SubPadding {width:0px; display:none;}
#module_174337046__tabPane_5348 #Sub174337046_5348 > .SubContainer {width:100% !important; height: auto;}
}
#module_174337046__tabPane_5348 #Sub174337046_Tab5348_1 {width:50%;}
.module_174336879 .ModuleHead .HeadCenter{float:none;}
#module_174336879 {
padding:0px;
}
#module_174336879 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336879 .ModuleHead174336879 {
display:none;
}
#module_174336879 .BodyCenter.BodyCenter174336879 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336879 >.module_174336879 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336879 >.module_174336879{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336879 .BodyCenter.BodyCenter174336879 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336879 .BodyCenter.BodyCenter174336879 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336879 >.module_174336879 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336879 >.module_174336879 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336879 >.module_174336879 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336879:hover {
border:none;
}
#module_174336879:hover >.module_174336879 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336879 img{border-top-color:transparent;}
#module_174336879 img{border-top-style:none;}
#module_174336879 img{border-top-width:0px;}
#module_174336879 img{border-right-color:transparent;}
#module_174336879 img{border-right-style:none;}
#module_174336879 img{border-right-width:0px;}
#module_174336879 img{border-bottom-color:transparent;}
#module_174336879 img{border-bottom-style:none;}
#module_174336879 img{border-bottom-width:0px;}
#module_174336879 img{border-left-color:transparent;}
#module_174336879 img{border-left-style:none;}
#module_174336879 img{border-left-width:0px;}
#module_174336879 img{border-top-left-radius:0px;}
#module_174336879 img{border-top-right-radius:0px;}
#module_174336879 img{border-bottom-left-radius:0px;}
#module_174336879 img{border-bottom-right-radius:0px;}
#module_174336879 .BodyCenter{text-align: left;}

.module_174336991 .ModuleHead .HeadCenter{float:none;}
#module_174336991 {
padding:0px;
}
#module_174336991 {
position:absolute;
z-index:99;
top:27px;
left:87px;
width:64%;
height:90%;
}
#module_174336991 .ModuleHead174336991 {
display:none;
}
#module_174336991 .BodyCenter.BodyCenter174336991 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336991 >.module_174336991 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336991 >.module_174336991{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336991 .BodyCenter.BodyCenter174336991 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336991 .BodyCenter.BodyCenter174336991 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:20.8333%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174336991 >.module_174336991 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336991 >.module_174336991 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336991 >.module_174336991 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336991:hover {
border:none;
}
#module_174336991:hover >.module_174336991 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336991 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336991 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336991 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336991 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336991 .imageTextGiant-Container{padding-top:10px;}
#module_174336991 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336991 .imageTextGiant-Container{padding-left:10px;}
#module_174336991 .imageTextGiant-Container{padding-right:10px;}
#module_174336991 .showHandle .btn{font-size:14px;}
#module_174336991 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174336991 .showHandle .btn{color:#333;}
#module_174336991 .showHandle .btn{font-weight:400;}
#module_174336991 .showHandle .btn{text-decoration:none;}
#module_174336991 .showHandle .btn{font-style:normal;}
#module_174336991 .showHandle div{border-top-color:#ddd !important;}
#module_174336991 .showHandle div{border-top-style:solid !important;}
#module_174336991 .showHandle div{border-top-width:1px !important;}
#module_174336991 .showHandle{background-color:transparent;}
#module_174336991 .showHandle{background-image:none;}
#module_174336991 .showHandle{background-repeat:no-repeat;}
#module_174336991 .showHandle{}
#module_174336991 .showHandle{}
#module_174336991 .showHandle{}
#module_174336991 a{font-size:unset;font-family:unset}
#module_174337046__tabPane_5348 #Sub174337046_Tab5348_2 {width:50%;}
.module_174336898 .ModuleHead .HeadCenter{float:none;}
#module_174336898 {
padding:0px;
}
#module_174336898 {
position:static;
z-index:0;
top:26px;
width:100%;
height: auto;
}
#module_174336898 .ModuleHead174336898 {
display:none;
}
#module_174336898 .BodyCenter.BodyCenter174336898 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336898 >.module_174336898 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336898 >.module_174336898{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336898 .BodyCenter.BodyCenter174336898 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336898 .BodyCenter.BodyCenter174336898 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174336898 >.module_174336898 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336898 >.module_174336898 {
margin-top:2.8818%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336898 >.module_174336898 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336898:hover {
border:none;
}
#module_174336898:hover >.module_174336898 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336898 img{border-top-color:transparent;}
#module_174336898 img{border-top-style:none;}
#module_174336898 img{border-top-width:0px;}
#module_174336898 img{border-right-color:transparent;}
#module_174336898 img{border-right-style:none;}
#module_174336898 img{border-right-width:0px;}
#module_174336898 img{border-bottom-color:transparent;}
#module_174336898 img{border-bottom-style:none;}
#module_174336898 img{border-bottom-width:0px;}
#module_174336898 img{border-left-color:transparent;}
#module_174336898 img{border-left-style:none;}
#module_174336898 img{border-left-width:0px;}
#module_174336898 img{border-top-left-radius:0px;}
#module_174336898 img{border-top-right-radius:0px;}
#module_174336898 img{border-bottom-left-radius:0px;}
#module_174336898 img{border-bottom-right-radius:0px;}
#module_174336898 .BodyCenter{text-align: left;}

.module_174336992 .ModuleHead .HeadCenter{float:none;}
#module_174336992 {
padding:0px;
}
#module_174336992 {
position:absolute;
z-index:99;
top:30px;
left:54px;
width:74%;
height:90%;
}
#module_174336992 .ModuleHead174336992 {
display:none;
}
#module_174336992 .BodyCenter.BodyCenter174336992 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336992 >.module_174336992 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336992 >.module_174336992{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336992 .BodyCenter.BodyCenter174336992 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336992 .BodyCenter.BodyCenter174336992 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:8.0972%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174336992 >.module_174336992 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336992 >.module_174336992 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336992 >.module_174336992 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336992:hover {
border:none;
}
#module_174336992:hover >.module_174336992 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336992 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336992 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336992 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336992 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336992 .imageTextGiant-Container{padding-top:10px;}
#module_174336992 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336992 .imageTextGiant-Container{padding-left:10px;}
#module_174336992 .imageTextGiant-Container{padding-right:10px;}
#module_174336992 .showHandle .btn{font-size:14px;}
#module_174336992 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174336992 .showHandle .btn{color:#333;}
#module_174336992 .showHandle .btn{font-weight:400;}
#module_174336992 .showHandle .btn{text-decoration:none;}
#module_174336992 .showHandle .btn{font-style:normal;}
#module_174336992 .showHandle div{border-top-color:#ddd !important;}
#module_174336992 .showHandle div{border-top-style:solid !important;}
#module_174336992 .showHandle div{border-top-width:1px !important;}
#module_174336992 .showHandle{background-color:transparent;}
#module_174336992 .showHandle{background-image:none;}
#module_174336992 .showHandle{background-repeat:no-repeat;}
#module_174336992 .showHandle{}
#module_174336992 .showHandle{}
#module_174336992 .showHandle{}
#module_174336992 a{font-size:unset;font-family:unset}


.ModuleGridContainer.ModuleGridContainer174336802 #Sub174336802_1 {width:50%;}
/*轮播图样式*/
.ModuleSlideV2Giant.layout-103 .slider-layout-103 {width: 100%; height: auto; margin: auto; position: relative;font-size: 0;}
.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-103 .slick-dotted.slick-slider {margin-bottom: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slick-active .scaleBigToSmall {-webkit-animation: scaleBigToSmall .9s linear; animation: scaleBigToSmall .9s linear;}
.ModuleSlideV2Giant.layout-103 .slider-layout-103 .slick-active .nextScalePage {-webkit-animation: nextScalePage .9s linear; animation: nextScalePage .9s linear;}
/* .ModuleSlideV2Giant.layout-103 .slide-box img {position: relative; left: 50%; transform: translate(-50%);} */
.ModuleSlideV2Giant.layout-103 .slide-box .swiperImg {width:100%;}
.ModuleSlideV2Giant.layout-103 .slick-dots {bottom: 30px;}
.ModuleSlideV2Giant.layout-103 .slick-dots li {width: 12px; height: 12px; margin-left: unset; margin-right: 20px; padding: 0;}
.ModuleSlideV2Giant.layout-103 .slick-dots li:last-child {margin-right: unset;}
.ModuleSlideV2Giant.layout-103 .slick-dots li button {width: 12px; height: 12px; padding: 0;}
.ModuleSlideV2Giant.layout-103 .slick-dots li button:before {line-height: 12px; width: 12px; height: 12px; opacity: 1;}
.ModuleSlideV2Giant.layout-103 .slick-dots li:hover button:before {color: #139d8f;}
.ModuleSlideV2Giant.layout-103 .slick-dots li.slick-active button:before {color: #139d8f;}
.ModuleSlideV2Giant.layout-103 .slick-prev, .ModuleSlideV2Giant.layout-103 .slick-next {font-size: 0; z-index: 1; width: 30px; height: 70px; border-radius: 4px; background-color: rgba(0, 0, 0, .5); line-height: 70px;}
.ModuleSlideV2Giant.layout-103 .slick-prev {left: 20px; padding: 2px 2px 2px 0;}
.ModuleSlideV2Giant.layout-103 .slick-next {right: 20px; padding: 2px 0 2px 2px;}
.ModuleSlideV2Giant.layout-103 .slick-prev:before,
.ModuleSlideV2Giant.layout-103 .slick-next:before {content: unset;}
.ModuleSlideV2Giant.layout-103 .icon-leftMenu {color: #fff; font-size: 16px; display: inline-block;}
.ModuleSlideV2Giant.layout-103 .slick-prev .icon-leftMenu {transform: rotateY(180deg);}
.ModuleSlideV2Giant.layout-103 .slick-prev div, .ModuleSlideV2Giant.layout-103 .slick-next div {width: 100px; height: 100%; position: relative; display: none;}
.ModuleSlideV2Giant.layout-103 .slick-prev div {float: right;}
.ModuleSlideV2Giant.layout-103 .slick-next div {float: left;}
.ModuleSlideV2Giant.layout-103 .slick-prev img, .ModuleSlideV2Giant.layout-103 .slick-next img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.ModuleSlideV2Giant.layout-103 .slick-prev:hover,
.ModuleSlideV2Giant.layout-103 .slick-next:hover{width: 130px; background-color: #139d8f;}
.ModuleSlideV2Giant.layout-103 .slick-prev:hover div,
.ModuleSlideV2Giant.layout-103 .slick-next:hover div {display: inline-block;}
.ModuleSlideV2Giant.layout-103 .slide-box video{
    width: 100%;
    height: 100%;
    min-height: 32px;
    display: block;
}
@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom: 6%;}
    .ModuleSlideV2Giant.layout-103 .slick-prev {left:2.5%;}
    .ModuleSlideV2Giant.layout-103 .slick-next {right:2.5%;}
}

@media (min-width: 600px) and (max-width: 999px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom:9%;}
    .ModuleSlideV2Giant.layout-103 .icon-leftMenu{font-size: 14px;}
    .ModuleSlideV2Giant.layout-103 .slick-active{width: 6px; height: 100%;}
    .ModuleSlideV2Giant.layout-103 .slick-prev .slick-arrow{width: 26px; height: 58px; line-height: 58px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev{left: 3.5%;}
    .ModuleSlideV2Giant.layout-103 .slick-next{right: 3.5%;}
}

@media (min-width: 599px) and (max-width: 766px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom:10% !important;}
    .ModuleSlideV2Giant.layout-103 .icon-leftMenu{font-size: 12px;}
    .ModuleSlideV2Giant.layout-103 .slick-active{width: 4px; height: 4px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev .slick-arrow{width: 22px;height: 48px;line-height: 48px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev{left: 3.5%;}
    .ModuleSlideV2Giant.layout-103 .slick-next{right: 3.5%;}
}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-103 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-103 .slick-dots li {width: 9px; height: 9px;}
    .ModuleSlideV2Giant.layout-103 .slick-dots li button {width: 9px; height: 9px;}
    .ModuleSlideV2Giant.layout-103 .slick-dots li button:before {line-height: 9px; width: 9px; height: 9px;}
    .ModuleSlideV2Giant.layout-103 .slick-prev, .ModuleSlideV2Giant.layout-103 .slick-next {display: none !important;}
}.module_174337044 .ModuleHead .HeadCenter{float:none;}
#module_174337044 {
padding:0px;
}
#module_174337044 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_174337044 .ModuleHead174337044 {
display:none;
}
#module_174337044 .BodyCenter.BodyCenter174337044 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337044 >.module_174337044 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337044 >.module_174337044{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337044 .BodyCenter.BodyCenter174337044 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337044 .BodyCenter.BodyCenter174337044 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174337044 >.module_174337044 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337044 >.module_174337044 {
margin-top:2.8818%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:2.8818%;
}
}
#module_174337044 >.module_174337044 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337044:hover {
border:none;
}
#module_174337044:hover >.module_174337044 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337044 .slick-dots li button:before{color:rgba(19, 157, 143, .3);}
#module_174337044 .slick-prev .icon-leftMenu, #module_174337044 .slick-next .icon-leftMenu{color:#fff;}
#module_174337044 .slick-prev, #module_174337044 .slick-next {background-color:rgba(19, 157, 143, .5);}
#module_174337044 .slick-dots li:hover button:before, #module_174337044 .slick-dots li.slick-active button:before{color:rgba(19, 157, 143, 1);}
#module_174337044 .slick-prev:hover .icon-leftMenu, #module_174337044 .slick-next:hover .icon-leftMenu{color:#fff;}
#module_174337044 .slick-prev:hover, #module_174337044 .slick-next:hover {background-color:rgba(19, 157, 143, 1);}
.module_174336993 .ModuleHead .HeadCenter{float:none;}
#module_174336993 {
padding:0px;
}
#module_174336993 {
position:absolute;
z-index:99;
top:16%;
left:5%;
width:64%;
height:71%;
}
#module_174336993 .ModuleHead174336993 {
display:none;
}
#module_174336993 .BodyCenter.BodyCenter174336993 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336993 >.module_174336993 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336993 >.module_174336993{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336993 .BodyCenter.BodyCenter174336993 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336993 .BodyCenter.BodyCenter174336993 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174336993 >.module_174336993 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:3.7433%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336993 >.module_174336993 {
margin-top:-5.4348%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336993 >.module_174336993 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336993:hover {
border:none;
}
#module_174336993:hover >.module_174336993 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336993 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336993 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336993 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336993 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336993 .imageTextGiant-Container{padding-top:10px;}
#module_174336993 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336993 .imageTextGiant-Container{padding-left:10px;}
#module_174336993 .imageTextGiant-Container{padding-right:10px;}
#module_174336993 .showHandle .btn{font-size:14px;}
#module_174336993 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174336993 .showHandle .btn{color:#333;}
#module_174336993 .showHandle .btn{font-weight:400;}
#module_174336993 .showHandle .btn{text-decoration:none;}
#module_174336993 .showHandle .btn{font-style:normal;}
#module_174336993 .showHandle div{border-top-color:#ddd !important;}
#module_174336993 .showHandle div{border-top-style:solid !important;}
#module_174336993 .showHandle div{border-top-width:1px !important;}
#module_174336993 .showHandle{background-color:transparent;}
#module_174336993 .showHandle{background-image:none;}
#module_174336993 .showHandle{background-repeat:no-repeat;}
#module_174336993 .showHandle{}
#module_174336993 .showHandle{}
#module_174336993 .showHandle{}
#module_174336993 a{font-size:unset;font-family:unset}
#module_174337044 .SubContainer {}

.module_174337045 .ModuleHead .HeadCenter{float:none;}
#module_174337045 {
padding:0px;
}
#module_174337045 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174337045 .ModuleHead174337045 {
display:none;
}
#module_174337045 .BodyCenter.BodyCenter174337045 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337045 >.module_174337045 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337045 >.module_174337045{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337045 .BodyCenter.BodyCenter174337045 {
padding-top:1.4925%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337045 .BodyCenter.BodyCenter174337045 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174337045 >.module_174337045 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337045 >.module_174337045 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174337045 >.module_174337045 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337045:hover {
border:none;
}
#module_174337045:hover >.module_174337045 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337045 .slick-dots li button:before{background-color:#139d8f;}
#module_174337045 .slick-dots li button{border-color:rgba(19, 157, 143, 0);}
#module_174337045 .slick-dots li.slick-active button:before, #module_174337045 .slick-dots li:hover button:before{background-color:#139d8f;}
#module_174337045 .slick-dots li.slick-active button, #module_174337045 .slick-dots li button:hover{border-color:rgba(19, 157, 143, 1);}
.module_174336994 .ModuleHead .HeadCenter{float:none;}
#module_174336994 {
padding:0px;
}
#module_174336994 {
position:absolute;
z-index:99;
top:12%;
left:6%;
width:87%;
height:72%;
}
#module_174336994 .ModuleHead174336994 {
display:none;
}
#module_174336994 .BodyCenter.BodyCenter174336994 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336994 >.module_174336994 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336994 >.module_174336994{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336994 .BodyCenter.BodyCenter174336994 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336994 .BodyCenter.BodyCenter174336994 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174336994 >.module_174336994 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336994 >.module_174336994 {
margin-top:-5.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336994 >.module_174336994 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336994:hover {
border:none;
}
#module_174336994:hover >.module_174336994 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336994 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336994 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336994 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336994 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336994 .imageTextGiant-Container{padding-top:10px;}
#module_174336994 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336994 .imageTextGiant-Container{padding-left:10px;}
#module_174336994 .imageTextGiant-Container{padding-right:10px;}
#module_174336994 .showHandle .btn{font-size:14px;}
#module_174336994 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174336994 .showHandle .btn{color:#333;}
#module_174336994 .showHandle .btn{font-weight:400;}
#module_174336994 .showHandle .btn{text-decoration:none;}
#module_174336994 .showHandle .btn{font-style:normal;}
#module_174336994 .showHandle div{border-top-color:#ddd !important;}
#module_174336994 .showHandle div{border-top-style:solid !important;}
#module_174336994 .showHandle div{border-top-width:1px !important;}
#module_174336994 .showHandle{background-color:transparent;}
#module_174336994 .showHandle{background-image:none;}
#module_174336994 .showHandle{background-repeat:no-repeat;}
#module_174336994 .showHandle{}
#module_174336994 .showHandle{}
#module_174336994 .showHandle{}
#module_174336994 a{font-size:unset;font-family:unset}
#module_174337045 .SubContainer {}

.ModuleGridContainer.ModuleGridContainer174336802 #Sub174336802_2 {width:50%;}
.module_174336849 .ModuleHead .HeadCenter{float:none;}
#module_174336849 {
padding:0px;
}
#module_174336849 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336849 .ModuleHead174336849 {
display:none;
}
#module_174336849 .BodyCenter.BodyCenter174336849 {
background:none;background-color:rgba(242, 242, 242, 0.64);
}
#module_174336849 >.module_174336849 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#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(216, 216, 216);
border-bottom-width:1px;
}
#module_174336849 >.module_174336849{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336849 .BodyCenter.BodyCenter174336849 {
padding-top:2.6205%;
padding-left:0.6289%;
padding-right:0.6289%;
padding-bottom:3.1447%;
}
}
@media screen and (max-width: 767px){
#module_174336849 .BodyCenter.BodyCenter174336849 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174336849 >.module_174336849 {
margin-top:2.0964%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336849 >.module_174336849 {
margin-top:8.6455%;
margin-left:2.8818%;
margin-right:2.8818%;
margin-bottom:11.5274%;
}
}
#module_174336849 >.module_174336849 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336849:hover {
border:none;
}
#module_174336849:hover >.module_174336849 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336849 .ModuleSubContainer{background-color:transparent;}
#module_174336849 .ModuleSubContainer{background-image:none;}
#module_174336849 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174336849 .ModuleSubContainer{background-position:0% 0%;}
#module_174336849 .ModuleSubContainer{background-attachment:scroll;}
#module_174336849 .ModuleSubContainer{}
#module_174336849 {!bgVideo!}{bgVideoUrl:none}
#module_174336849 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174336849 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174336849 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174336849 {max-width:none;width:100%;}
/*layout内容*/
.ModuleNewsListGiant.layout-103 .news-container {width: 100%; padding-bottom: 1px;}
.ModuleNewsListGiant.layout-103 .news-item {background: white; clear: both; height: auto}
.ModuleNewsListGiant.layout-103 .news-tit {border-top: 0; padding: 8% 10% 8%; box-sizing: border-box; text-align: center;}
.ModuleNewsListGiant.layout-103 .news-item .news-img img {width: 100%; position: relative;}
.ModuleNewsListGiant.layout-103 .news-item .news-tit .news-desc {color: #999; font-size: 14px; line-height: 22px; margin: 5% auto; color: #B1B1B1; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.ModuleNewsListGiant.layout-103 .news-item .news-tit .news-desc span {display: block;}
.ModuleNewsListGiant.layout-103 .news-item .news-tit time {display: block; color: #999;}
.ModuleNewsListGiant.layout-103 .news-item .news-tit .news-title {font-size: 18px; color: #333; }
.ModuleNewsListGiant.layout-103 .news-item .news-detailbtn {width: 100%; text-align: center; background: #f6f6f6; display: block; padding: 3% 0; transition: all 0.3s}
.ModuleNewsListGiant.layout-103 .news-item .news-img .dummy {padding-top: 66.666%;}
.ModuleNewsListGiant.layout-103 .news-item .news-img {list-style-type: none; display: block; overflow: hidden; max-width: 100%; width: 100%; position: relative}
.ModuleNewsListGiant.layout-103 .news-item .news-img img {transition: all .3s ease-out 0s;position: absolute; top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; width: 100%; margin: auto; display: block;}
.ModuleNewsListGiant.layout-103 .news-item:hover .news-img img {transform: scale(1.2);}
.ModuleNewsListGiant.layout-103 .swiper-container-free-mode1 > .swiper-wrapper {-webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -ms-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; margin: 0 auto}
.ModuleNewsListGiant.layout-103 .swiper-butto-next {background-image: unset; left: 0; right: auto;}
.ModuleNewsListGiant.layout-103 .swiper-butto-prev {transform: rotate(180deg); top: calc(50% - 22px); background-image: unset; right: 0; left: auto;}
.ModuleNewsListGiant.layout-103 .icon-icon-left {font-size: 30px; color: #fff; text-align: center;}
.ModuleNewsListGiant.layout-103 .swiper-button-white {background-color: rgba(51, 51, 51, .3);}
/*置顶推荐*/
.ModuleNewsListGiant.layout-103 .staFun {border: 1px solid #e50b1c; font-size: 12px; padding: 0px 2px; color: #e50b1c; font-weight: bold; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; vertical-align: text-top;}

.ModuleNewsListGiant.layout-103 .list-mode .news-container {display: block;}
.ModuleNewsListGiant.layout-103 .list-mode .news-container .news-item {display: inline-block; clear: none;}
.ModuleNewsListGiant.layout-103 .videobox .Mantle{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.ModuleNewsListGiant.layout-103 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 66px;
    color: #fff;
    transform: translate(-50%,-50%);
}
.ModuleNewsListGiant.layout-103 .news-title-oneline{
    text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}
@media (min-width: 768px) {
    .ModuleNewsListGiant.layout-103 .news-item:hover .news-detailbtn {background: #ff9900;}
    .ModuleNewsListGiant.layout-103 li.col-lg-1 {width: 100%; padding-right: 0; padding-left: 0; margin-right: 0 !important;}
    .ModuleNewsListGiant.layout-103 li.col-lg-2 {width: 50%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-103 li.col-lg-3 {width: 33%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-103 li.col-lg-4 {width: 25%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-103 li.col-lg-5 {width: 20%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-103 li.col-lg-6 {width: 14%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-103 .list-mode li.col-lg-2:nth-child(2n),
    .ModuleNewsListGiant.layout-103 .list-mode li.col-lg-3:nth-child(3n),
    .ModuleNewsListGiant.layout-103 .list-mode li.col-lg-4:nth-child(4n),
    .ModuleNewsListGiant.layout-103 .list-mode li.col-lg-5:nth-child(5n),
    .ModuleNewsListGiant.layout-103 .list-mode li.col-lg-6:nth-child(6n){margin-right: 0 !important;}
}

@media (max-width: 767px) {
    .ModuleNewsListGiant.layout-103 .news-container {width: 100%; margin: 0 auto;}
    .ModuleNewsListGiant.layout-103 .news-item {width: 100%; padding: 0 !important;}
    .ModuleNewsListGiant.layout-103 .news-item .news-tit .news-title {font-size: 16px;}
    .ModuleNewsListGiant.layout-103 .news-item .news-tit .news-desc {font-size: 12px;}
    .ModuleNewsListGiant.layout-103 .news-detailbtn {display: none;}
    .ModuleNewsListGiant.layout-103 li.col-xs-1 {width: 100%; padding-right: 0; padding-left: 0; margin-right: 0 !important;}
    .ModuleNewsListGiant.layout-103 li.col-xs-2 {width: 50%; padding-right: 0; padding-left: 0;}
    .ModuleNewsListGiant.layout-103 .list-mode li.col-xs-2:nth-child(2n){margin-right: 0 !important;}
}
.ModuleNewsListGiant.layout-103 .pagerGiant .inputer{outline: 0;}.module_174337013 .ModuleHead .HeadCenter{float:none;}
#module_174337013 {
padding:0px;
}
#module_174337013 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174337013 .ModuleHead174337013 {
display:none;
}
#module_174337013 .BodyCenter.BodyCenter174337013 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337013 >.module_174337013 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337013 >.module_174337013{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337013 .BodyCenter.BodyCenter174337013 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337013 .BodyCenter.BodyCenter174337013 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174337013 >.module_174337013 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337013 >.module_174337013 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174337013 >.module_174337013 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337013:hover {
border:none;
}
#module_174337013:hover >.module_174337013 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337013 .videobox .iconfont{font-size:px;}
#module_174337013 {}@media (max-width: 767px) { #module_174337013 .videobox .iconfont{font-size:px;}}
#module_174337013 .news-item{background-color:#ffffff;}
#module_174337013 .news-item{background-image:none;}
#module_174337013 .news-item{background-repeat:no-repeat;}
#module_174337013 .news-item{}
#module_174337013 .news-item{}
#module_174337013 .news-item{}
#module_174337013 .news-item{border-top-color:#eee;}
#module_174337013 .news-item{border-top-style:solid;}
#module_174337013 .news-item{border-top-width:1px;}
#module_174337013 .news-item{border-right-color:#eee;}
#module_174337013 .news-item{border-right-style:solid;}
#module_174337013 .news-item{border-right-width:1px;}
#module_174337013 .news-item{border-bottom-color:#eee;}
#module_174337013 .news-item{border-bottom-style:solid;}
#module_174337013 .news-item{border-bottom-width:1px;}
#module_174337013 .news-item{border-left-color:#eee;}
#module_174337013 .news-item{border-left-style:solid;}
#module_174337013 .news-item{border-left-width:1px;}
#module_174337013 .news-tit{text-align: center;}
#module_174337013 .news-item,#module_174337013 .news-img{border-top-left-radius:0px;}
#module_174337013 .news-item,#module_174337013 .news-img{border-top-right-radius:0px;}
#module_174337013 .news-item{border-bottom-left-radius:0px;}
#module_174337013 .news-item{border-bottom-right-radius:0px;}
#module_174337013 .list-mode .news-item{margin-bottom:0px;}
#module_174337013 .news-item{margin-right:18px;}@media screen and (min-width: 768px) {#module_174337013 .news-item.col-lg-2{width:calc((100% - 18px) / 2);} #module_174337013 .news-item.col-lg-3{width:calc((100% - 18px * 2) / 3);} #module_174337013 .news-item.col-lg-4{width:calc((100% - 18px * 3) / 4);} #module_174337013 .news-item.col-lg-5{width:calc((100% - 18px * 4) / 5);} #module_174337013 .news-item.col-lg-6{width:calc((100% - 18px * 5) / 6);}}@media screen and (max-width: 767px) {#module_174337013 .news-item.col-xs-2{width:calc((100% - 18px) / 2);}}
#module_174337013 .news-img .dummy{background-color:transparent;}
#module_174337013 .news-img .dummy{background-image:none;}
#module_174337013 .news-img .dummy{background-repeat:no-repeat;}
#module_174337013 .news-img .dummy{}
#module_174337013 .news-img .dummy{}
#module_174337013 .news-img .dummy{}
#module_174337013 .news-img{border-top-color:transparent;}
#module_174337013 .news-img{border-top-style:none;}
#module_174337013 .news-img{border-top-width:0px;}
#module_174337013 .news-img{border-right-color:transparent;}
#module_174337013 .news-img{border-right-style:none;}
#module_174337013 .news-img{border-right-width:0px;}
#module_174337013 .news-img{border-bottom-color:transparent;}
#module_174337013 .news-img{border-bottom-style:none;}
#module_174337013 .news-img{border-bottom-width:0px;}
#module_174337013 .news-img{border-left-color:transparent;}
#module_174337013 .news-img{border-left-style:none;}
#module_174337013 .news-img{border-left-width:0px;}
#module_174337013 .news-img .dummy{padding-top:56.25%;}
#module_174337013 .news-img .t-img{ object-fit:cover;}
#module_174337013 .news-img .t-img{ width:100%;}
#module_174337013 .news-img .t-img{ height:100%;}
#module_174337013 .news-img .t-img{border-radius:0px;}
#module_174337013 .news-title{font-size:16px;line-height:16pt;}
#module_174337013 .news-title{font-family:arial, helvetica,sans-serif;}
#module_174337013 .news-title{color:#333;}
#module_174337013 .news-title{font-weight:normal;}
#module_174337013 .news-title{text-decoration:none;}
#module_174337013 .news-title{font-style:normal;}
#module_174337013 .news-title{margin-top:0px;}
#module_174337013 .news-title{margin-bottom:0px;}
#module_174337013 .news-desc{font-size:14px;}
#module_174337013 .news-desc{font-family:arial, helvetica,sans-serif;}
#module_174337013 .news-desc{color:#999;}
#module_174337013 .news-desc{font-weight:normal;}
#module_174337013 .news-desc{text-decoration:none;}
#module_174337013 .news-desc{font-style:normal;}
#module_174337013 .news-desc{margin-top:4.3847%;}
#module_174337013 .news-desc{margin-bottom:4.1106%;}
#module_174337013 time{font-size:14px;}
#module_174337013 time{font-family:arial, helvetica,sans-serif;}
#module_174337013 time{color:#999;}
#module_174337013 time{font-weight:normal;}
#module_174337013 time{text-decoration:none;}
#module_174337013 time{font-style:normal;}
#module_174337013 time{margin-top:0px;}
#module_174337013 time{margin-bottom:0px;}
#module_174337013 .news-detailbtn {font-size:14px;}
#module_174337013 .news-detailbtn {font-family:arial, helvetica,sans-serif;}
#module_174337013 .news-detailbtn {color:#666;}
#module_174337013 .news-detailbtn {font-weight:normal;}
#module_174337013 .news-detailbtn {text-decoration:none;}
#module_174337013 .news-detailbtn {font-style:normal;}
#module_174337013 .news-detailbtn{background-color:#f6f6f6;}
#module_174337013 .news-detailbtn {background-image:none;}
#module_174337013 .news-detailbtn {background-repeat:no-repeat;}
#module_174337013 .news-detailbtn {}
#module_174337013 .news-detailbtn {}
#module_174337013 .news-detailbtn{}
#module_174337013 .news-detailbtn {border-top-color:transparent;}
#module_174337013 .news-detailbtn {border-top-style:none;}
#module_174337013 .news-detailbtn {border-top-width:0px;}
#module_174337013 .news-detailbtn {border-right-color:transparent;}
#module_174337013 .news-detailbtn {border-right-style:none;}
#module_174337013 .news-detailbtn {border-right-width:0px;}
#module_174337013 .news-detailbtn {border-bottom-color:transparent;}
#module_174337013 .news-detailbtn {border-bottom-style:none;}
#module_174337013 .news-detailbtn {border-bottom-width:0px;}
#module_174337013 .news-detailbtn {border-left-color:transparent;}
#module_174337013 .news-detailbtn {border-left-style:none;}
#module_174337013 .news-detailbtn {border-left-width:0px;}
#module_174337013 .icon-icon-left{color:#fff;}
#module_174337013 .swiper-button-white{background-color:rgba(51,51,51,.3);}
#module_174337013 .pagerGiant .text{font-size:px;}
#module_174337013 .pagerGiant .text{font-family:;}
#module_174337013 .pagerGiant .text{color:;}
#module_174337013 .pagerGiant .text{}
#module_174337013 .pagerGiant .text{}
#module_174337013 .pagerGiant .text{}
#module_174337013 .pagerGiant .current,#module_174337013 .pagerGiant .num,#module_174337013 .pagerGiant .inputer{width:px}
#module_174337013 .pagerGiant .current,#module_174337013 .pagerGiant .num,#module_174337013 .pagerGiant .inputer{height:px}
#module_174337013 .pagerGiant .num{font-size:px;}
#module_174337013 .pagerGiant .num{font-family:;}
#module_174337013 .pagerGiant .num{color:;}
#module_174337013 .pagerGiant .num{}
#module_174337013 .pagerGiant .num{}
#module_174337013 .pagerGiant .num{}
#module_174337013 .pagerGiant .submit{width:px}
#module_174337013 .pagerGiant .submit{height:px}
#module_174337013 .pagerGiant .current,#module_174337013 .pagerGiant .num,#module_174337013 .pagerGiant .inputer,#module_174337013 .pagerGiant .submit{border-top-left-radius:px;}
#module_174337013 .pagerGiant .current,#module_174337013 .pagerGiant .num,#module_174337013 .pagerGiant .inputer,#module_174337013 .pagerGiant .submit{border-top-right-radius:px;}
#module_174337013 .pagerGiant .current,#module_174337013 .pagerGiant .num,#module_174337013 .pagerGiant .inputer,#module_174337013 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_174337013 .pagerGiant .current,#module_174337013 .pagerGiant .num,#module_174337013 .pagerGiant .inputer,#module_174337013 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_174337013 .pagerGiant .next,#module_174337013 .pagerGiant .splitline{color:;}
#module_174337013 .pagerGiant .num{background-color:#fff;}
#module_174337013 .pagerGiant .num, #module_174337013 .pagerGiant .inputer{border-top-color:#ccc;}
#module_174337013 .pagerGiant .num, #module_174337013 .pagerGiant .inputer{border-top-style:solid;}
#module_174337013 .pagerGiant .num, #module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit, #module_174337013 .pagerGiant .inputer{border-top-width:1px;}
#module_174337013 .pagerGiant .num, #module_174337013 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_174337013 .pagerGiant .num, #module_174337013 .pagerGiant .inputer{border-bottom-style:solid;}
#module_174337013 .pagerGiant .num, #module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit, #module_174337013 .pagerGiant .inputer{border-bottom-width:1px;}
#module_174337013 .pagerGiant .num, #module_174337013 .pagerGiant .inputer{border-left-color:#ccc;}
#module_174337013 .pagerGiant .num, #module_174337013 .pagerGiant .inputer{border-left-style:solid;}
#module_174337013 .pagerGiant .num, #module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit, #module_174337013 .pagerGiant .inputer{border-left-width:1px;}
#module_174337013 .pagerGiant .num, #module_174337013 .pagerGiant .inputer{border-right-color:#ccc;}
#module_174337013 .pagerGiant .num, #module_174337013 .pagerGiant .inputer{border-right-style:solid;}
#module_174337013 .pagerGiant .num, #module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit, #module_174337013 .pagerGiant .inputer{border-right-width:1px;}
#module_174337013 .page-more a{font-size:px;}
#module_174337013 .page-more a{font-family:;}
#module_174337013 .page-more a{color:#666 !important;}
#module_174337013 .page-more a{}
#module_174337013 .page-more a{}
#module_174337013 .page-more a{}
#module_174337013 .page-more a{background-color:#fff;}
#module_174337013 .page-more a{border-top-color:#eee;}
#module_174337013 .page-more a{border-top-style:solid;}
#module_174337013 .page-more a{border-top-width:2px;}
#module_174337013 .page-more a{border-bottom-color:#eee;}
#module_174337013 .page-more a{border-bottom-style:solid;}
#module_174337013 .page-more a{border-bottom-width:2px;}
#module_174337013 .page-more a{border-left-color:#eee;}
#module_174337013 .page-more a{border-left-style:solid;}
#module_174337013 .page-more a{border-left-width:2px;}
#module_174337013 .page-more a{border-right-color:#eee;}
#module_174337013 .page-more a{border-right-style:solid;}
#module_174337013 .page-more a{border-right-width:2px;}
#module_174337013 .icon-icon-left:hover{color:#fff;}
#module_174337013 .swiper-button-white:hover{background-color:rgb(33, 219, 176);}
#module_174337013 .news-item:hover{background-color:#ffffff;}
#module_174337013 .news-item:hover{background-image:none;}
#module_174337013 .news-item:hover{background-repeat:no-repeat;}
#module_174337013 .news-item:hover{}
#module_174337013 .news-item:hover{}
#module_174337013 .news-item:hover{}
#module_174337013 .news-item:hover{border-top-color:rgb(216, 216, 216);}
#module_174337013 .news-item:hover{border-top-style:solid;}
#module_174337013 .news-item:hover{border-top-width:1px;}
#module_174337013 .news-item:hover{border-right-color:rgb(216, 216, 216);}
#module_174337013 .news-item:hover{border-right-style:solid;}
#module_174337013 .news-item:hover{border-right-width:1px;}
#module_174337013 .news-item:hover{border-bottom-color:rgb(216, 216, 216);}
#module_174337013 .news-item:hover{border-bottom-style:solid;}
#module_174337013 .news-item:hover{border-bottom-width:1px;}
#module_174337013 .news-item:hover{border-left-color:rgb(216, 216, 216);}
#module_174337013 .news-item:hover{border-left-style:solid;}
#module_174337013 .news-item:hover{border-left-width:1px;}
#module_174337013 .news-item:hover .news-img{border-top-color:transparent;}
#module_174337013 .news-item:hover .news-img{border-top-style:none;}
#module_174337013 .news-item:hover .news-img{border-top-width:0px;}
#module_174337013 .news-item:hover .news-img{border-right-color:transparent;}
#module_174337013 .news-item:hover .news-img{border-right-style:none;}
#module_174337013 .news-item:hover .news-img{border-right-width:0px;}
#module_174337013 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_174337013 .news-item:hover .news-img{border-bottom-style:none;}
#module_174337013 .news-item:hover .news-img{border-bottom-width:0px;}
#module_174337013 .news-item:hover .news-img{border-left-color:transparent;}
#module_174337013 .news-item:hover .news-img{border-left-style:none;}
#module_174337013 .news-item:hover .news-img{border-left-width:0px;}
#module_174337013 .news-item:hover .news-title{font-size:16px;line-height:16pt;}
#module_174337013 .news-item:hover .news-title{font-family:arial, helvetica,sans-serif;}
#module_174337013 .news-item:hover .news-title{color:rgb(33, 219, 176);}
#module_174337013 .news-item:hover .news-title{font-weight:normal;}
#module_174337013 .news-item:hover .news-title{text-decoration:none;}
#module_174337013 .news-item:hover .news-title{font-style:normal;}
#module_174337013 .news-item:hover .news-desc{font-size:14px;}
#module_174337013 .news-item:hover .news-desc{font-family:arial, helvetica,sans-serif;}
#module_174337013 .news-item:hover .news-desc{color:rgb(0, 0, 0);}
#module_174337013 .news-item:hover .news-desc{font-weight:normal;}
#module_174337013 .news-item:hover .news-desc{text-decoration:none;}
#module_174337013 .news-item:hover .news-desc{font-style:normal;}
#module_174337013 .news-item:hover time{font-size:14px;}
#module_174337013 .news-item:hover time{font-family:;}
#module_174337013 .news-item:hover time{color:#999;}
#module_174337013 .news-item:hover time{font-weight:normal;}
#module_174337013 .news-item:hover time{text-decoration:none;}
#module_174337013 .news-item:hover time{font-style:normal;}
#module_174337013 .news-item:hover .news-detailbtn {font-size:14px;}
#module_174337013 .news-item:hover .news-detailbtn {font-family:arial, helvetica,sans-serif;}
#module_174337013 .news-item:hover .news-detailbtn {color:#fff;}
#module_174337013 .news-item:hover .news-detailbtn {font-weight:normal;}
#module_174337013 .news-item:hover .news-detailbtn {text-decoration:none;}
#module_174337013 .news-item:hover .news-detailbtn {font-style:normal;}
#module_174337013 .news-item:hover .news-detailbtn {background-color:rgb(33, 219, 176);}
#module_174337013 .news-item:hover .news-detailbtn {background-image:none;}
#module_174337013 .news-item:hover .news-detailbtn {background-repeat:no-repeat;}
#module_174337013 .news-item:hover .news-detailbtn {}
#module_174337013 .news-item:hover .news-detailbtn {}
#module_174337013 .news-item:hover .news-detailbtn{}
#module_174337013 .news-item:hover .news-detailbtn {border-top-color:transparent;}
#module_174337013 .news-item:hover .news-detailbtn {border-top-style:none;}
#module_174337013 .news-item:hover .news-detailbtn {border-top-width:0px;}
#module_174337013 .news-item:hover .news-detailbtn {border-right-color:transparent;}
#module_174337013 .news-item:hover .news-detailbtn {border-right-style:none;}
#module_174337013 .news-item:hover .news-detailbtn {border-right-width:0px;}
#module_174337013 .news-item:hover .news-detailbtn {border-bottom-color:transparent;}
#module_174337013 .news-item:hover .news-detailbtn {border-bottom-style:none;}
#module_174337013 .news-item:hover .news-detailbtn {border-bottom-width:0px;}
#module_174337013 .news-item:hover .news-detailbtn {border-left-color:transparent;}
#module_174337013 .news-item:hover .news-detailbtn {border-left-style:none;}
#module_174337013 .news-item:hover .news-detailbtn {border-left-width:0px;}
#module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit{font-size:px;}
#module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit{font-family:;}
#module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit{color:;}
#module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit{}
#module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit{}
#module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit{}
#module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit{background-color:#1e88e5;}
#module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit, #module_174337013 .pagerGiant .inputer:hover{border-top-color:#1e88e5;}
#module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit, #module_174337013 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit, #module_174337013 .pagerGiant .inputer:hover{border-bottom-color:#1e88e5;}
#module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit, #module_174337013 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit, #module_174337013 .pagerGiant .inputer:hover{border-left-color:#1e88e5;}
#module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit, #module_174337013 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit, #module_174337013 .pagerGiant .inputer:hover{border-right-color:#1e88e5;}
#module_174337013 .pagerGiant .current, #module_174337013 .pagerGiant .submit, #module_174337013 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_174337013 .page-more a:hover{font-size:px;}
#module_174337013 .page-more:hover a{font-family:;}
#module_174337013 .page-more a:hover{color:#666 !important;}
#module_174337013 .page-more a:hover {}
#module_174337013 .page-more a:hover {}
#module_174337013 .page-more a:hover {}
#module_174337013 .page-more a:hover{background-color:#fff;}
#module_174337013 .page-more a:hover{border-top-color:#eee;}
#module_174337013 .page-more a:hover{border-top-style:solid;}
#module_174337013 .page-more a:hover{border-bottom-color:#eee;}
#module_174337013 .page-more a:hover{border-bottom-style:solid;}
#module_174337013 .page-more a:hover{border-left-color:#eee;}
#module_174337013 .page-more a:hover{border-left-style:solid;}
#module_174337013 .page-more a:hover{border-right-color:#eee;}
#module_174337013 .page-more a:hover{border-right-style:solid;}

.module_174336807 .ModuleHead .HeadCenter{float:none;}
#module_174336807 {
padding:0px;
}
#module_174336807 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336807 .ModuleHead174336807 {
display:none;
}
#module_174336807 .BodyCenter.BodyCenter174336807 {
background:none;background-color:rgb(245, 245, 245);
}
#module_174336807 >.module_174336807 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336807 >.module_174336807{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336807 .BodyCenter.BodyCenter174336807 {
padding-top:1.0460%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_174336807 .BodyCenter.BodyCenter174336807 {
padding-top:0.0000%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_174336807 >.module_174336807 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336807 >.module_174336807 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336807 >.module_174336807 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336807:hover {
border:none;
}
#module_174336807:hover >.module_174336807 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336807 .ModuleSubContainer{background-color:transparent;}
#module_174336807 .ModuleSubContainer{background-image:none;}
#module_174336807 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174336807 .ModuleSubContainer{background-position:0% 0%;}
#module_174336807 .ModuleSubContainer{background-attachment:scroll;}
#module_174336807 .ModuleSubContainer{}
#module_174336807 {!bgVideo!}{bgVideoUrl:none}
#module_174336807 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174336807 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174336807 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174336807 {}
.ModuleGridContainer.ModuleGridContainer174336807 .SubPadding {width:10px;}
.module_174336960 .ModuleHead .HeadCenter{float:none;}
#module_174336960 {
padding:0px;
}
#module_174336960 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336960 .ModuleHead174336960 {
display:none;
}
#module_174336960 .BodyCenter.BodyCenter174336960 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336960 >.module_174336960 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336960 >.module_174336960{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336960 .BodyCenter.BodyCenter174336960 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336960 .BodyCenter.BodyCenter174336960 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336960 >.module_174336960 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336960 >.module_174336960 {
margin-top:0.0000%;
margin-left:7.5472%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336960 >.module_174336960 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336960:hover {
border:none;
}
#module_174336960:hover >.module_174336960 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336960 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336960 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336960 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336960 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336960 .imageTextGiant-Container{padding-top:10px;}
#module_174336960 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336960 .imageTextGiant-Container{padding-left:0px;}
#module_174336960 .imageTextGiant-Container{padding-right:0px;}
#module_174336960 .showHandle .btn{font-size:14px;}
#module_174336960 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174336960 .showHandle .btn{color:#333;}
#module_174336960 .showHandle .btn{font-weight:400;}
#module_174336960 .showHandle .btn{text-decoration:none;}
#module_174336960 .showHandle .btn{font-style:normal;}
#module_174336960 .showHandle div{border-top-color:#ddd !important;}
#module_174336960 .showHandle div{border-top-style:solid !important;}
#module_174336960 .showHandle div{border-top-width:1px !important;}
#module_174336960 .showHandle{background-color:transparent;}
#module_174336960 .showHandle{background-image:none;}
#module_174336960 .showHandle{background-repeat:no-repeat;}
#module_174336960 .showHandle{}
#module_174336960 .showHandle{}
#module_174336960 .showHandle{}
#module_174336960 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174336807 #Sub174336807_1 {width:16.6667%;}
.module_174336961 .ModuleHead .HeadCenter{float:none;}
#module_174336961 {
padding:0px;
}
#module_174336961 {
position:static;
z-index:0;
top:7811px;
left:664px;
width:100%;
height: auto;
}
#module_174336961 .ModuleHead174336961 {
display:none;
}

#module_174336961 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336961 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336961 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336961 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336961 .imageTextGiant-Container{padding-top:10px;}
#module_174336961 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336961 .imageTextGiant-Container{padding-left:10px;}
#module_174336961 .imageTextGiant-Container{padding-right:10px;}
#module_174336961 .showHandle .btn{font-size:14px;}
#module_174336961 .showHandle .btn{font-family:;}
#module_174336961 .showHandle .btn{color:#333;}
#module_174336961 .showHandle .btn{font-weight:400;}
#module_174336961 .showHandle .btn{text-decoration:none;}
#module_174336961 .showHandle .btn{font-style:normal;}
#module_174336961 .showHandle div{border-top-color:#ddd !important;}
#module_174336961 .showHandle div{border-top-style:solid !important;}
#module_174336961 .showHandle div{border-top-width:1px !important;}
#module_174336961 .showHandle{background-color:transparent;}
#module_174336961 .showHandle{}
#module_174336961 .showHandle{background-repeat:no-repeat;}
#module_174336961 .showHandle{}
#module_174336961 .showHandle{}
#module_174336961 .showHandle{}
#module_174336961 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174336807 #Sub174336807_3 {width:16.6667%;}
.module_174336962 .ModuleHead .HeadCenter{float:none;}
#module_174336962 {
padding:0px;
}
#module_174336962 {
position:static;
z-index:0;
top:7802px;
left:803px;
width:100%;
height: auto;
}
#module_174336962 .ModuleHead174336962 {
display:none;
}
#module_174336962 .BodyCenter.BodyCenter174336962 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336962 >.module_174336962 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336962 >.module_174336962{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336962 .BodyCenter.BodyCenter174336962 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336962 .BodyCenter.BodyCenter174336962 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336962 >.module_174336962 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336962 >.module_174336962 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336962 >.module_174336962 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336962:hover {
border:none;
}
#module_174336962:hover >.module_174336962 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336962 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336962 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336962 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336962 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336962 .imageTextGiant-Container{padding-top:10px;}
#module_174336962 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336962 .imageTextGiant-Container{padding-left:10px;}
#module_174336962 .imageTextGiant-Container{padding-right:10px;}
#module_174336962 .showHandle .btn{font-size:14px;}
#module_174336962 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174336962 .showHandle .btn{color:#333;}
#module_174336962 .showHandle .btn{font-weight:400;}
#module_174336962 .showHandle .btn{text-decoration:none;}
#module_174336962 .showHandle .btn{font-style:normal;}
#module_174336962 .showHandle div{border-top-color:#ddd !important;}
#module_174336962 .showHandle div{border-top-style:solid !important;}
#module_174336962 .showHandle div{border-top-width:1px !important;}
#module_174336962 .showHandle{background-color:transparent;}
#module_174336962 .showHandle{background-image:none;}
#module_174336962 .showHandle{background-repeat:no-repeat;}
#module_174336962 .showHandle{}
#module_174336962 .showHandle{}
#module_174336962 .showHandle{}
#module_174336962 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174336807 #Sub174336807_4 {width:16.6667%;}
.module_174612643 .ModuleHead .HeadCenter{float:none;}
#module_174612643 {
padding:0px;
}
#module_174612643 {
position:static;
z-index:0;
top:30px;
left:0px;
width:100%;
height: auto;
}
#module_174612643 .ModuleHead174612643 {
display:none;
}
#module_174612643 .BodyCenter.BodyCenter174612643 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174612643 >.module_174612643 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174612643 >.module_174612643{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174612643 .BodyCenter.BodyCenter174612643 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174612643 .BodyCenter.BodyCenter174612643 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174612643 >.module_174612643 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174612643 >.module_174612643 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174612643 >.module_174612643 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174612643:hover {
border:none;
}
#module_174612643:hover >.module_174612643 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174612643 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174612643 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174612643 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174612643 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174612643 .imageTextGiant-Container{padding-top:10px;}
#module_174612643 .imageTextGiant-Container{padding-bottom:10px;}
#module_174612643 .imageTextGiant-Container{padding-left:10px;}
#module_174612643 .imageTextGiant-Container{padding-right:10px;}
#module_174612643 .showHandle .btn{font-size:14px;}
#module_174612643 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174612643 .showHandle .btn{color:#333;}
#module_174612643 .showHandle .btn{font-weight:400;}
#module_174612643 .showHandle .btn{text-decoration:none;}
#module_174612643 .showHandle .btn{font-style:normal;}
#module_174612643 .showHandle div{border-top-color:#ddd !important;}
#module_174612643 .showHandle div{border-top-style:solid !important;}
#module_174612643 .showHandle div{border-top-width:1px !important;}
#module_174612643 .showHandle{background-color:transparent;}
#module_174612643 .showHandle{background-image:none;}
#module_174612643 .showHandle{background-repeat:no-repeat;}
#module_174612643 .showHandle{}
#module_174612643 .showHandle{}
#module_174612643 .showHandle{}
#module_174612643 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174336807 #Sub174336807_5 {width:16.6667%;}
.module_174615857 .ModuleHead .HeadCenter{float:none;}
#module_174615857 {
padding:0px;
}
#module_174615857 {
position:static;
z-index:0;
top:29px;
left:0px;
width:100%;
height: auto;
}
#module_174615857 .ModuleHead174615857 {
display:none;
}
#module_174615857 .BodyCenter.BodyCenter174615857 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174615857 >.module_174615857 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174615857 >.module_174615857{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174615857 .BodyCenter.BodyCenter174615857 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174615857 .BodyCenter.BodyCenter174615857 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174615857 >.module_174615857 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174615857 >.module_174615857 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174615857 >.module_174615857 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174615857:hover {
border:none;
}
#module_174615857:hover >.module_174615857 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174615857 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174615857 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174615857 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174615857 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174615857 .imageTextGiant-Container{padding-top:10px;}
#module_174615857 .imageTextGiant-Container{padding-bottom:10px;}
#module_174615857 .imageTextGiant-Container{padding-left:10px;}
#module_174615857 .imageTextGiant-Container{padding-right:10px;}
#module_174615857 .showHandle .btn{font-size:14px;}
#module_174615857 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174615857 .showHandle .btn{color:#333;}
#module_174615857 .showHandle .btn{font-weight:400;}
#module_174615857 .showHandle .btn{text-decoration:none;}
#module_174615857 .showHandle .btn{font-style:normal;}
#module_174615857 .showHandle div{border-top-color:#ddd !important;}
#module_174615857 .showHandle div{border-top-style:solid !important;}
#module_174615857 .showHandle div{border-top-width:1px !important;}
#module_174615857 .showHandle{background-color:transparent;}
#module_174615857 .showHandle{background-image:none;}
#module_174615857 .showHandle{background-repeat:no-repeat;}
#module_174615857 .showHandle{}
#module_174615857 .showHandle{}
#module_174615857 .showHandle{}
#module_174615857 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174336807 #Sub174336807_8 {width:16.6667%;}
.module_174616802 .ModuleHead .HeadCenter{float:none;}
#module_174616802 {
padding:0px;
}
#module_174616802 {
position:static;
z-index:0;
top:39px;
left:0px;
width:100%;
height: auto;
}
#module_174616802 .ModuleHead174616802 {
display:none;
}
#module_174616802 {
border:none;
}
@media screen and (min-width: 768px){
#module_174616802 >.module_174616802 {
margin-top:5.4054%;
margin-left:4.0541%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174616802 >.module_174616802 {
margin-top:9.4340%;
margin-left:0.0000%;
margin-right:7.5472%;
margin-bottom:0.0000%;
}
}

#module_174616802 img{border-top-color:transparent;}
#module_174616802 img{border-top-style:none;}
#module_174616802 img{border-top-width:0px;}
#module_174616802 img{border-right-color:transparent;}
#module_174616802 img{border-right-style:none;}
#module_174616802 img{border-right-width:0px;}
#module_174616802 img{border-bottom-color:transparent;}
#module_174616802 img{border-bottom-style:none;}
#module_174616802 img{border-bottom-width:0px;}
#module_174616802 img{border-left-color:transparent;}
#module_174616802 img{border-left-style:none;}
#module_174616802 img{border-left-width:0px;}
#module_174616802 img{border-top-left-radius:0px;}
#module_174616802 img{border-top-right-radius:0px;}
#module_174616802 img{border-bottom-left-radius:0px;}
#module_174616802 img{border-bottom-right-radius:0px;}
#module_174616802 .BodyCenter{text-align: center;}

/*纯文本模块 layout 101*/
.ModulePlainTextGiant.layout-101 {font-size: 14px;}
.ModulePlainTextGiant.layout-101 .plainTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden;}.module_174617100 .ModuleHead .HeadCenter{float:none;}
#module_174617100 {
padding:0px;
}
#module_174617100 {
position:static;
z-index:0;
top:109px;
left:0px;
width:100%;
height: auto;
}
#module_174617100 .ModuleHead174617100 {
display:none;
}
#module_174617100 .BodyCenter.BodyCenter174617100 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174617100 >.module_174617100 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174617100 >.module_174617100{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174617100 .BodyCenter.BodyCenter174617100 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174617100 .BodyCenter.BodyCenter174617100 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174617100 >.module_174617100 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174617100 >.module_174617100 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:5.6604%;
margin-bottom:0.0000%;
}
}
#module_174617100 >.module_174617100 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174617100:hover {
border:none;
}
#module_174617100:hover >.module_174617100 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174617100 .ModulePlainTextGiantContent{margin-top:0px;}
#module_174617100 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_174617100 .ModulePlainTextGiantContent{margin-left:0px;}
#module_174617100 .ModulePlainTextGiantContent{margin-right:0px;}
#module_174617100 .plainTextGiant-Container{padding-top:10px;}
#module_174617100 .plainTextGiant-Container{padding-bottom:0px;}
#module_174617100 .plainTextGiant-Container{padding-left:0px;}
#module_174617100 .plainTextGiant-Container{padding-right:0px;}
#module_174617100 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer174336807 #Sub174336807_10 {width:16.6667%;}
.module_174336834 .ModuleHead .HeadCenter{float:none;}
#module_174336834 {
padding:0px;
}
#module_174336834 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336834 .ModuleHead174336834 {
display:none;
}
#module_174336834 .BodyCenter.BodyCenter174336834 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336834 >.module_174336834 {
border-top-style:solid;
border-top-color:rgb(216, 216, 216);
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336834 >.module_174336834{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336834 .BodyCenter.BodyCenter174336834 {
padding-top:1.0460%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.0460%;
}
}
@media screen and (max-width: 767px){
#module_174336834 .BodyCenter.BodyCenter174336834 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336834 >.module_174336834 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336834 >.module_174336834 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336834 >.module_174336834 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336834:hover {
border:none;
}
#module_174336834:hover >.module_174336834 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336834 .ModuleSubContainer{background-color:transparent;}
#module_174336834 .ModuleSubContainer{background-image:none;}
#module_174336834 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174336834 .ModuleSubContainer{background-position:0% 0%;}
#module_174336834 .ModuleSubContainer{background-attachment:scroll;}
#module_174336834 .ModuleSubContainer{}
#module_174336834 {!bgVideo!}{bgVideoUrl:none}
#module_174336834 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174336834 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174336834 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174336834 {}
.module_174336967 .ModuleHead .HeadCenter{float:none;}
#module_174336967 {
padding:0px;
}
#module_174336967 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336967 .ModuleHead174336967 {
display:none;
}
#module_174336967 .BodyCenter.BodyCenter174336967 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336967 >.module_174336967 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336967 >.module_174336967{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336967 .BodyCenter.BodyCenter174336967 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_174336967 .BodyCenter.BodyCenter174336967 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.3228%;
}
}
@media screen and (min-width: 768px){
#module_174336967 >.module_174336967 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_174336967 >.module_174336967 {
margin-top:2.5937%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336967 >.module_174336967 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336967:hover {
border:none;
}
#module_174336967:hover >.module_174336967 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336967 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336967 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336967 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336967 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336967 .imageTextGiant-Container{padding-top:10px;}
#module_174336967 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336967 .imageTextGiant-Container{padding-left:10px;}
#module_174336967 .imageTextGiant-Container{padding-right:10px;}
#module_174336967 .showHandle .btn{font-size:14px;}
#module_174336967 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174336967 .showHandle .btn{color:#333;}
#module_174336967 .showHandle .btn{font-weight:400;}
#module_174336967 .showHandle .btn{text-decoration:none;}
#module_174336967 .showHandle .btn{font-style:normal;}
#module_174336967 .showHandle div{border-top-color:#ddd !important;}
#module_174336967 .showHandle div{border-top-style:solid !important;}
#module_174336967 .showHandle div{border-top-width:1px !important;}
#module_174336967 .showHandle{background-color:transparent;}
#module_174336967 .showHandle{background-image:none;}
#module_174336967 .showHandle{background-repeat:no-repeat;}
#module_174336967 .showHandle{}
#module_174336967 .showHandle{}
#module_174336967 .showHandle{}
#module_174336967 a{font-size:unset;font-family:unset}
.module_174336797 .ModuleHead .HeadCenter{float:none;}
#module_174336797 {
padding:0px;
}
#module_174336797 {
position:static;
z-index:0;
top:1057px;
left:0px;
width:100%;
height: auto;
}
#module_174336797 .ModuleHead174336797 {
display:none;
}
#module_174336797 {
border:none;
}
@media screen and (min-width: 768px){
#module_174336797 >.module_174336797 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336797 >.module_174336797 {
}
}

#module_174336797{display:none;}
.ModuleMobileNavGiant.layout-103 p{ color: #fff;}
.lighted {position: fixed !important; z-index: 950; top:0; }
.ModuleMobileNavGiant.layout-103 .mobileNav {  width: 100%;  height: 3rem; position: fixed;  line-height: 3rem;  text-align: center;  z-index: 950;  top:0;  }
.ModuleMobileNavGiant.layout-103 .HeaderZoneContainer {  width: 100%;  height: auto;  margin: 0 auto;  margin-top: 3rem;  }
.ModuleMobileNavGiant.layout-103 .micro-nav-item{ background:#1977d2;    height: calc(100vh);}
.ModuleMobileNavGiant.layout-103 .pagebody_nav_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-103 .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;
}
.mobileNavFloatLayer_1 {z-index: 9999;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 .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 .5rem rgba(0,0,0,.3);}
/*滚动条*/

.ModuleMobileNavGiant.layout-103  .header-model{width: 100%; height: 3rem;}
.ModuleMobileNavGiant.layout-103 .containers{ width: 100%;  height: 100%;  max-width: 100%;  overflow: hidden; position: relative;  }
.ModuleMobileNavGiant.layout-103 .view { will-change: transform; position: absolute;  width: 100%;   left: 0;  top: 0;  transition: transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);}
.ModuleMobileNavGiant.layout-103 .list-view {  height:100%;  width: 100%;  position: relative; overflow: scroll; -webkit-overflow-scrolling: touch;  z-index: 9999; }
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul{ padding:60px 25px 0;}
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li{ width:111px; height:111px; float: left; display: flex; justify-content: center;align-items: center;  position: relative;}
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li a{font-size: 15px; color: #fff !important; text-align: center;}
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li i{ font-size:38px; width: 40px; height: 40px;display: block;  margin: 0 auto;}
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li p{ margin-top: 10px;color: #fff;}
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li:nth-child(2n):after{  border: 0px !important;  }
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li:after {  height: 100%;  content: '';  width: 1px;  border-right: 1px solid #f0f0f0;  position: absolute;  top: 0;  right: 0;  transform: scaleX(0.5);  -webkit-transform: scaleX(0.5);  z-index: 10;  }
.ModuleMobileNavGiant.layout-103 .micro-nav-item  ul li:before {  height: 1px;  content: '';  width: 100%;  border-top: 1px solid #f0f0f0;  position: absolute;  bottom: -1px;  right: 0;  transform: scaleY(0.5);  -webkit-transform: scaleY(0.5);  z-index: 10;  }
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li:last-child:before{ border: 0px !important;}
.ModuleMobileNavGiant.layout-103 .micro-nav-item ul li:nth-last-child(2):before{ border: 0px !important;}
.ModuleMobileNavGiant.layout-103 #mobileDesignerContainer #pagebody {
    margin-top:3rem;
}
.ModuleMobileNavGiant.layout-103 .navcontent{ width: calc(100% - 60px); display:flex;  margin-left: 50px;    margin-right: 8pt;}
.ModuleMobileNavGiant.layout-103 .icons {
    font-size: 16pt;
    color: #fff;
}

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

.ModuleMobileNavGiant.layout-103 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}
.ModuleMobileNavGiant.layout-103 .navcontent a{  width: 56px; text-align: center;    display: block;}
.ModuleMobileNavGiant.layout-103 #header p img{max-height: 40px;     padding-right: 8pt;
    padding-left: 8pt;/*padding-left:40px;margin-right: 8px; margin-left: 15px;*/}
@media only screen and (min-width: 768px){
    .ModuleMobileNavGiant.layout-103 #mobileDesignerContainer #pagebody {
        margin-top:0px;
    }
    .ModuleMobileNavGiant.layout-103 .header-model{ display: none;}

}
.ModuleMobileNavGiant.layout-103 .icon-dianhua-moren{ font-weight: normal;}
.ModuleMobileNavGiant.layout-103 .icon-sousuo{ font-weight: 750;}
.ModuleMobileNavGiant.layout-103 #header p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}
.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); }
.ModuleMobileNavGiant.layout-103 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_174337006 .ModuleHead .HeadCenter{float:none;}
#module_174337006 {
padding:0px;
}
#module_174337006 {
}
#module_174337006 .ModuleHead174337006 {
display:none;
}
#module_174337006 .BodyCenter.BodyCenter174337006 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337006 >.module_174337006 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337006 >.module_174337006{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337006 .BodyCenter.BodyCenter174337006 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_174337006 .BodyCenter.BodyCenter174337006 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174337006 >.module_174337006 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_174337006 >.module_174337006 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174337006 >.module_174337006 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337006:hover {
border:none;
}
#module_174337006:hover >.module_174337006 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337006 .langlistbox{background-color:} #module_174337006 .langlistbox .jt{border-bottom-color:}
#module_174337006 .langlistbox .langinfo{color:}
#module_174337006 .langlistbox .langinfo{background-color:}
#module_174337006 .langlistbox .langinfo{border-color:}
#module_174337006 .langlistbox .langtxt{ font-size:px }
#module_174337006 .langlistbox .langtxt{ color: }
#module_174337006 {}#module_174337006.layout-103 #header{border-bottom-color:transparent;}
#module_174337006 {}#module_174337006.layout-103 #header{border-bottom-style:none;}
#module_174337006 {}#module_174337006.layout-103 #header{border-bottom-width:0px;}
#module_174337006 {}#module_174337006.layout-103 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_174337006 {}#module_174337006.layout-103 #MobileNav{background-color: transparent;} #module_174337006.layout-103 #header{background-color:rgb(33, 219, 176);}
#module_174337006 {}#module_174337006.layout-103 #header{}
#module_174337006 {}#module_174337006.layout-103 #header p{color:#fff;}
#module_174337006 {}#module_174337006.layout-103 .lcitem .rect{background:#fff;} #module_174337006.layout-103 .icons{color:#fff;} #module_174337006.layout-103 .svgdiv svg>*{fill:#fff;}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item ul li:before{border-top-color:rgba(255, 255, 255, 0.26);}#module_174337006.layout-103 .micro-nav-item ul li:after{border-right-color:rgba(255, 255, 255, 0.26);}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item,#module_174337006.layout-103 #MobileNavFloatLayer{background-color:rgb(33, 219, 176);}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item,#module_174337006.layout-103 #MobileNavFloatLayer{}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item>ul>li>a,#module_174337006.layout-103 .micro-nav-item>ul>li>a p{color:#fff;}
#module_174337006 {}#module_174337006.layout-103 #header p{font-family:;}
#module_174337006 {}#module_174337006.layout-103 #header p{font-size:px;}
#module_174337006 {}#module_174337006.layout-103 #header p{}
#module_174337006 {}#module_174337006.layout-103 #header p{}
#module_174337006 {}#module_174337006.layout-103 #header p{}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item>ul>li>a,#module_174337006.layout-103 .micro-nav-item>ul>li>a p{font-family:;}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item>ul>li>a,#module_174337006.layout-103 .micro-nav-item>ul>li>a p{font-size:px;}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item>ul>li .subnav a,#module_174337006.layout-103 .micro-nav-item>ul>li .subnav a p{font-family:;}
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item>ul>li .subnav a,#module_174337006.layout-103 .micro-nav-item>ul>li .subnav a p{font-size:px;}
#module_174337006 .langlistbox li:hover .langinfo,#module_174337006 .langactive .langinfo {color:}
#module_174337006 .langlistbox li:hover .langinfo,#module_174337006 .langactive .langinfo{background-color:}
#module_174337006 .langlistbox li:hover .langinfo,#module_174337006 .langactive .langinfo{border-color:}
#module_174337006 .langlistbox li:hover .langtxt,#module_174337006 .langactive .langtxt{ color: }
#module_174337006 {}#module_174337006.layout-103 .micro-nav-item>ul>li>a:hover,#module_174337006.layout-103 .micro-nav-item>ul>li>a:hover p{color:#fff;}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16);
    color: #666;
    box-sizing: content-box;
    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_174337004 .ModuleHead .HeadCenter{float:none;}
#module_174337004 {
padding:0px;
}
#module_174337004 {
}
#module_174337004 .ModuleHead174337004 {
display:none;
}

#module_174337004 .defaultbtn{background-color:#fff}
#module_174337004 .defaultbtn{}
#module_174337004 .spotgroup{color:#000}
#module_174337004 .itembtn{background-color:#fff}
#module_174337004 .itembtn{}
#module_174337004 .itemicon{color:#666} #module_174337004 svg>*{fill:#666}
#module_174337004 .itemtext{background-color:#fff} #module_174337004 .itemtextright::before{border-left-color:#fff} #module_174337004 .itemtextleft::before{border-right-color:#fff}
#module_174337004 .itemtext{}
#module_174337004 .itemtext{font-size:12px;}
#module_174337004 .itemtext{font-family:;}
#module_174337004 .itemtext{color:#666 !important;}
#module_174337004 .itemtext{font-weight:normal;}
#module_174337004 .itemtext{text-decoration:none;}
#module_174337004 .itemtext{font-style:normal;}
#module_174337004 .defaultbtnbghover{background-color:#000000}
#module_174337004 .defaultbtnbghover{}
#module_174337004 .defaultbtniconbghover{color:#fff}
.module_174337005 .ModuleHead .HeadCenter{float:none;}
#module_174337005 {
padding:0px;
}
#module_174337005 {
}
#module_174337005 .ModuleHead174337005 {
display:none;
}
#module_174337005 .BodyCenter.BodyCenter174337005 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337005 >.module_174337005 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337005 >.module_174337005{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337005 .BodyCenter.BodyCenter174337005 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337005 .BodyCenter.BodyCenter174337005 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174337005 >.module_174337005 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337005 >.module_174337005 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174337005 >.module_174337005 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337005:hover {
border:none;
}
#module_174337005:hover >.module_174337005 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337005 .foot-nav-list{background-color:rgb(33, 219, 176) !important;}
#module_174337005 .foot-nav-list{border-top-color:transparent;}
#module_174337005 .foot-nav-list{border-top-style:none;}
#module_174337005 .foot-nav-list{border-top-width:0px;}
#module_174337005 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_174337005 .icon{color:#fff !important;} #module_174337005 .icon svg >*{fill:#fff}
#module_174337005 .itemText{font-size:12px;}
#module_174337005 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_174337005 .itemText{color:#fff !important;}
#module_174337005 .itemText{font-weight:normal;}
#module_174337005 .itemText{text-decoration:none;}
#module_174337005 .itemText{font-style:normal;}
#module_174337005 .iconh{color:#fff !important;}  #module_174337005 .iconh svg >*{fill:#fff}
#module_174337005 .itemTexth{font-size:12px;}
#module_174337005 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_174337005 .itemTexth{color:#fff !important;}
#module_174337005 .itemTexth{font-weight:normal;}
#module_174337005 .itemTexth{text-decoration:none;}
#module_174337005 .itemTexth{font-style:normal;}
