/*read from redis*/
.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;}

.module_174336881 .ModuleHead .HeadCenter{float:none;}
#module_174336881 {
padding:0px;
}
#module_174336881 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_174336881 .ModuleHead174336881 {
display:none;
}

#module_174336881 img{border-top-color:transparent;}
#module_174336881 img{border-top-style:none;}
#module_174336881 img{border-top-width:0px;}
#module_174336881 img{border-right-color:transparent;}
#module_174336881 img{border-right-style:none;}
#module_174336881 img{border-right-width:0px;}
#module_174336881 img{border-bottom-color:transparent;}
#module_174336881 img{border-bottom-style:none;}
#module_174336881 img{border-bottom-width:0px;}
#module_174336881 img{border-left-color:transparent;}
#module_174336881 img{border-left-style:none;}
#module_174336881 img{border-left-width:0px;}
#module_174336881 img{border-top-left-radius:0px;}
#module_174336881 img{border-top-right-radius:0px;}
#module_174336881 img{border-bottom-left-radius:0px;}
#module_174336881 img{border-bottom-right-radius:0px;}
#module_174336881 .BodyCenter{text-align: center;}
.ModuleItem[moduletype='ModuleAnchorGiant'] {min-height: 0 !important;}
.ModuleAnchorGiant.layout-101 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.ModuleAnchorGiant.layout-101 .hr-line {
	margin:0 auto;
	width: auto;
	border-top: 0 !important;
}
.ModuleAnchorGiant.layout-101 .anchors-container {
	position: absolute;
	width: 100%;
	z-index: 991;
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper {
	width: 100%;
	position: absolute;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	pointer-events: none;
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor-line {
	border-top: 1px solid rgb(98,172, 255);
	-webkit-transform: scale(1.00001);
	transform: scale(1.00001);
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor-line.before {
	-webkit-flex: 1;
	flex: 1;
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor-line.after-with-sections-reorganize {
	width: 68px;
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor {
	height: 24px;
	width: 126px;
	pointer-events: auto;
	margin-left: 14px;
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor.anchor-selected .anchorContent, .anchors-container .anchorWrapper .anchor .anchorContent:hover {
	background: rgb(98,172, 255);
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor .anchorContent {
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	background: rgba(98,172, 255, 0.7);
	line-height: 24px;
	text-align: left;
	box-sizing: border-box;
	height: 100%;
	cursor: move;
	position: relative;
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor.anchor-selected .anchorContent:before, .anchors-container .anchorWrapper .anchor .anchorContent:hover:before {
	border-right-color: rgb(98,172, 255);
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor .anchorContent:before {
	position: absolute;
	right: 100%;
	content: '';
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 15px solid rgba(98,172, 255, 0.7);
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor.top {
	position: relative;
	top: 28px;
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor.top .anchorContent:before {
	right: unset;
	bottom: 100%;
	left: 46px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 15px solid rgba(98,172, 255, 0.7);
	border-bottom-color: rgb(98,172, 255);
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor.bottom {
	position: relative;
	bottom: 28px;
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor.bottom .anchorContent:before {
	right: unset;
	top: 100%;
	left: 46px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 15px solid rgba(98,172, 255, 0.7);
	border-top-color: rgb(98,172, 255);
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor.top .anchorContent:after,.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor.bottom .anchorContent:after {
	position: absolute;
	right: 99%;
	content: '';
	width: 12px;
	height: 24px;
	background: rgb(98,172, 255);
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor-line.top,.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor-line.bottom {
	-webkit-transform: scale(1.56);
	transform: scale(1.56);
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor .anchorIcon {
	left: 2px;
	width: 13px;
	height: 15px;
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor svg {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor.anchor-selected .anchorContent svg *, .anchors-container .anchorWrapper .anchor .anchorContent:hover svg * {
	fill: #fff;
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor .anchorName {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: HelveticaNeueW01-45Ligh, HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, Helvetica Neue, Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 19px;
	width: 67px;
	color: #fff;
}
.ModuleAnchorGiant.layout-101 .anchors-container .anchorWrapper .anchor .rightIcon {
	right: 12px;
}
.module_174336754 .ModuleHead .HeadCenter{float:none;}
#module_174336754 {
padding:0px;
}
#module_174336754 {
position:static;
z-index:0;
top:743px;
left:1316px;
width:100%;
height: auto;
}
#module_174336754 .ModuleHead174336754 {
display:none;
}

.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_174336823 .ModuleHead .HeadCenter{float:none;}
#module_174336823 {
padding:0px;
}
#module_174336823 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_174336823 .ModuleHead174336823 {
display:none;
}
#module_174336823 .BodyCenter.BodyCenter174336823 {
background:none;background-color:rgba(0,0,0,0);
background-image:url(../jpg/202101281407117c096d.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 0%;
background-Attachment:scroll;
}
#module_174336823 >.module_174336823 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336823 >.module_174336823{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336823 .BodyCenter.BodyCenter174336823 {
padding-top:3.6611%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.6611%;
}
}
@media screen and (max-width: 767px){
#module_174336823 .BodyCenter.BodyCenter174336823 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336823 >.module_174336823 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336823 >.module_174336823 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336823 >.module_174336823 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336823:hover {
border:none;
}
#module_174336823:hover >.module_174336823 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336823 .ModuleSubContainer{background-color:transparent;}
#module_174336823 .ModuleSubContainer{background-image:none;}
#module_174336823 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174336823 .ModuleSubContainer{background-position:0% 0%;}
#module_174336823 .ModuleSubContainer{background-attachment:scroll;}
#module_174336823 .ModuleSubContainer{}
#module_174336823 {!bgVideo!}{bgVideoUrl:none}
#module_174336823 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174336823 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174336823 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174336823 {max-width:1200px;width:auto;}
.module_174336941 .ModuleHead .HeadCenter{float:none;}
#module_174336941 {
padding:0px;
}
#module_174336941 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336941 .ModuleHead174336941 {
display:none;
}
#module_174336941 .BodyCenter.BodyCenter174336941 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336941 >.module_174336941 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336941 >.module_174336941{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336941 .BodyCenter.BodyCenter174336941 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_174336941 .BodyCenter.BodyCenter174336941 {
padding-top:2.8818%;
padding-left:2.8818%;
padding-right:2.8818%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_174336941 >.module_174336941 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:46.4167%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336941 >.module_174336941 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336941 >.module_174336941 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336941:hover {
border:none;
}
#module_174336941:hover >.module_174336941 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336941 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336941 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336941 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336941 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336941 .imageTextGiant-Container{padding-top:10px;}
#module_174336941 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336941 .imageTextGiant-Container{padding-left:10px;}
#module_174336941 .imageTextGiant-Container{padding-right:10px;}
#module_174336941 .showHandle .btn{font-size:16px;}
#module_174336941 .showHandle .btn{font-family:arial, helvetica,sans-serif;}
#module_174336941 .showHandle .btn{color:rgb(255, 255, 255);}
#module_174336941 .showHandle .btn{font-weight:400;}
#module_174336941 .showHandle .btn{text-decoration:none;}
#module_174336941 .showHandle .btn{font-style:normal;}
#module_174336941 .showHandle div{border-top-color:rgba(221, 221, 221, 0.33) !important;}
#module_174336941 .showHandle div{border-top-style:solid !important;}
#module_174336941 .showHandle div{border-top-width:1px !important;}
#module_174336941 .showHandle{background-color:transparent;}
#module_174336941 .showHandle{background-image:none;}
#module_174336941 .showHandle{background-repeat:no-repeat;}
#module_174336941 .showHandle{}
#module_174336941 .showHandle{}
#module_174336941 .showHandle{}
#module_174336941 a{font-size:unset;font-family:unset}
.module_174336755 .ModuleHead .HeadCenter{float:none;}
#module_174336755 {
padding:0px;
}
#module_174336755 {
position:static;
z-index:0;
top:1362px;
left:1307px;
width:100%;
height: auto;
}
#module_174336755 .ModuleHead174336755 {
display:none;
}

.module_290604727 .ModuleHead .HeadCenter{float:none;}
#module_290604727 {
padding:0px;
}
#module_290604727 {
position:static;
z-index:0;
top:1648px;
left:1550px;
width:100%;
height: auto;
}
#module_290604727 .ModuleHead290604727 {
display:none;
}
#module_290604727 .BodyCenter.BodyCenter290604727 {
background:none;background-color:rgba(0,0,0,0);
}
#module_290604727 >.module_290604727 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_290604727 >.module_290604727{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_290604727 .BodyCenter.BodyCenter290604727 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_290604727 .BodyCenter.BodyCenter290604727 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_290604727 >.module_290604727 {
margin-top:4.1841%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_290604727 >.module_290604727 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_290604727 >.module_290604727 {box-shadow: 0px 0px 0px 0px #ccc}
#module_290604727:hover {
border:none;
}
#module_290604727:hover >.module_290604727 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_290604727 .ModuleSubContainer{background-color:transparent;}
#module_290604727 .ModuleSubContainer{background-image:none;}
#module_290604727 .ModuleSubContainer{background-repeat:no-repeat;}
#module_290604727 .ModuleSubContainer{background-position:0% 0%;}
#module_290604727 .ModuleSubContainer{background-attachment:scroll;}
#module_290604727 .ModuleSubContainer{}
#module_290604727 {!bgVideo!}{bgVideoUrl:none}
#module_290604727 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_290604727 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_290604727 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer290604727 {}
.module_290604730 .ModuleHead .HeadCenter{float:none;}
#module_290604730 {
padding:0px;
}
#module_290604730 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_290604730 .ModuleHead290604730 {
display:none;
}
#module_290604730 {
border:none;
}
@media screen and (min-width: 768px){
#module_290604730 >.module_290604730 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_290604730 >.module_290604730 {
}
}

#module_290604730 img{border-top-color:transparent;}
#module_290604730 img{border-top-style:none;}
#module_290604730 img{border-top-width:0px;}
#module_290604730 img{border-right-color:transparent;}
#module_290604730 img{border-right-style:none;}
#module_290604730 img{border-right-width:0px;}
#module_290604730 img{border-bottom-color:transparent;}
#module_290604730 img{border-bottom-style:none;}
#module_290604730 img{border-bottom-width:0px;}
#module_290604730 img{border-left-color:transparent;}
#module_290604730 img{border-left-style:none;}
#module_290604730 img{border-left-width:0px;}
#module_290604730 img{border-top-left-radius:0px;}
#module_290604730 img{border-top-right-radius:0px;}
#module_290604730 img{border-bottom-left-radius:0px;}
#module_290604730 img{border-bottom-right-radius:0px;}
#module_290604730 .BodyCenter{text-align: center;}

.module_174336942 .ModuleHead .HeadCenter{float:none;}
#module_174336942 {
padding:0px;
}
#module_174336942 {
position:static;
z-index:0;
top:1587px;
left:1148px;
width:100%;
height: auto;
}
#module_174336942 .ModuleHead174336942 {
display:none;
}
#module_174336942 .BodyCenter.BodyCenter174336942 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336942 >.module_174336942 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336942 >.module_174336942{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336942 .BodyCenter.BodyCenter174336942 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336942 .BodyCenter.BodyCenter174336942 {
padding-top:5.7637%;
padding-left:5.7637%;
padding-right:5.7637%;
padding-bottom:5.7637%;
}
}
@media screen and (min-width: 768px){
#module_174336942 >.module_174336942 {
margin-top:0.0000%;
margin-left:11.6667%;
margin-right:0.0000%;
margin-bottom:6.6667%;
}
}
@media screen and (max-width: 767px){
#module_174336942 >.module_174336942 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336942 >.module_174336942 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336942:hover {
border:none;
}
#module_174336942:hover >.module_174336942 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336942 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336942 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336942 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336942 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336942 .imageTextGiant-Container{padding-top:0px;}
#module_174336942 .imageTextGiant-Container{padding-bottom:0px;}
#module_174336942 .imageTextGiant-Container{padding-left:0px;}
#module_174336942 .imageTextGiant-Container{padding-right:0px;}
#module_174336942 .showHandle .btn{font-size:16px;}
#module_174336942 .showHandle .btn{font-family:arial, helvetica,sans-serif;}
#module_174336942 .showHandle .btn{color:#333;}
#module_174336942 .showHandle .btn{font-weight:400;}
#module_174336942 .showHandle .btn{text-decoration:none;}
#module_174336942 .showHandle .btn{font-style:normal;}
#module_174336942 .showHandle div{border-top-color:rgba(221, 221, 221, 0.49) !important;}
#module_174336942 .showHandle div{border-top-style:solid !important;}
#module_174336942 .showHandle div{border-top-width:1px !important;}
#module_174336942 .showHandle{background-color:transparent;}
#module_174336942 .showHandle{background-image:none;}
#module_174336942 .showHandle{background-repeat:no-repeat;}
#module_174336942 .showHandle{}
#module_174336942 .showHandle{}
#module_174336942 .showHandle{}
#module_174336942 a{font-size:unset;font-family:unset}
.module_174336757 .ModuleHead .HeadCenter{float:none;}
#module_174336757 {
padding:0px;
}
#module_174336757 {
position:static;
z-index:0;
top:1806px;
left:1574px;
width:100%;
height: auto;
}
#module_174336757 .ModuleHead174336757 {
display:none;
}

.module_174336815 .ModuleHead .HeadCenter{float:none;}
#module_174336815 {
padding:0px;
}
#module_174336815 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_174336815 .ModuleHead174336815 {
display:none;
}
#module_174336815 .BodyCenter.BodyCenter174336815 {
background:none;background-color:rgb(239, 239, 239);
}
#module_174336815 >.module_174336815 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336815 >.module_174336815{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336815 .BodyCenter.BodyCenter174336815 {
padding-top:4.1841%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_174336815 .BodyCenter.BodyCenter174336815 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336815 >.module_174336815 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336815 >.module_174336815 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336815 >.module_174336815 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336815:hover {
border:none;
}
#module_174336815:hover >.module_174336815 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336815 .ModuleSubContainer{background-color:transparent;}
#module_174336815 .ModuleSubContainer{background-image:none;}
#module_174336815 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174336815 .ModuleSubContainer{background-position:0% 0%;}
#module_174336815 .ModuleSubContainer{background-attachment:scroll;}
#module_174336815 .ModuleSubContainer{}
#module_174336815 {!bgVideo!}{bgVideoUrl:none}
#module_174336815 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174336815 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174336815 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174336815 {}
.module_174336943 .ModuleHead .HeadCenter{float:none;}
#module_174336943 {
padding:0px;
}
#module_174336943 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336943 .ModuleHead174336943 {
display:none;
}
#module_174336943 {
border:none;
}
@media screen and (min-width: 768px){
#module_174336943 >.module_174336943 {
}
}
@media screen and (max-width: 767px){
#module_174336943 >.module_174336943 {
margin-top:9.2219%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_174336943 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336943 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336943 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336943 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336943 .imageTextGiant-Container{padding-top:10px;}
#module_174336943 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336943 .imageTextGiant-Container{padding-left:10px;}
#module_174336943 .imageTextGiant-Container{padding-right:10px;}
#module_174336943 .showHandle .btn{font-size:14px;}
#module_174336943 .showHandle .btn{font-family:;}
#module_174336943 .showHandle .btn{color:#333;}
#module_174336943 .showHandle .btn{font-weight:400;}
#module_174336943 .showHandle .btn{text-decoration:none;}
#module_174336943 .showHandle .btn{font-style:normal;}
#module_174336943 .showHandle div{border-top-color:#ddd !important;}
#module_174336943 .showHandle div{border-top-style:solid !important;}
#module_174336943 .showHandle div{border-top-width:1px !important;}
#module_174336943 .showHandle{background-color:transparent;}
#module_174336943 .showHandle{}
#module_174336943 .showHandle{background-repeat:no-repeat;}
#module_174336943 .showHandle{}
#module_174336943 .showHandle{}
#module_174336943 .showHandle{}
#module_174336943 a{font-size:unset;font-family:unset}
.ModuleHorizontalGiant.layout-101 .hrbox{
	display: flex;
	justify-content:center;
}
.ModuleHorizontalGiant.layout-101 .hr-line {
	margin:unset;
	width: 100%;
	/* border: 1px solid #333; */
	border-top: 0 !important;
}
.ModuleHorizontalGiant.layout-101 {position: relative;}
.module_174336854 .ModuleHead .HeadCenter{float:none;}
#module_174336854 {
padding:0px;
}
#module_174336854 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336854 .ModuleHead174336854 {
display:none;
}
#module_174336854 .BodyCenter.BodyCenter174336854 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336854 >.module_174336854 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336854 >.module_174336854{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336854 .BodyCenter.BodyCenter174336854 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336854 .BodyCenter.BodyCenter174336854 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336854 >.module_174336854 {
margin-top:0.4167%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.4167%;
}
}
@media screen and (max-width: 767px){
#module_174336854 >.module_174336854 {
margin-top:5px;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
}
}
#module_174336854 >.module_174336854 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336854:hover {
border:none;
}
#module_174336854:hover >.module_174336854 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336854 .hrbox{justify-content:;}
#module_174336854 .hr-line{width:100px;max-width:100px;}
#module_174336854 .hr-line{border-bottom-color:rgb(191, 191, 191);}
#module_174336854 .hr-line{border-bottom-style:solid;}
#module_174336854 .hr-line{border-bottom-width:1px;}

.ModuleDateBookGiant.layout-101 .show-container { max-width: 1200px; margin: 0 auto; position: relative; display: none; margin-bottom: 20px; }
.ModuleDateBookGiant.layout-101 .show-container-left { position: absolute; left: 0px; top: 0px; }
.ModuleDateBookGiant.layout-101 .show-container-right { position: absolute; right: 0px; top: 0px; }
.ModuleDateBookGiant.layout-101 .show-container-center { margin: auto; }
.ModuleDateBookGiant.layout-101 .swiper-container-limit { width: calc(100% - 80px); margin-left: auto; margin-right: auto; }
.ModuleDateBookGiant.layout-101 .main-color { color: #10aa9c; }
.ModuleDateBookGiant.layout-101 .swiper-slide { text-align: center; }
.ModuleDateBookGiant.layout-101 .swiper-btn { font-size: 36px; display: none; cursor: pointer; }
.ModuleDateBookGiant.layout-101 .swiper-btn-noactive { color: #d6d9dc !important; }
.ModuleDateBookGiant.layout-101 .swiper-btn-prev { position: absolute; left: 0; top: 0; z-index: 10; }
.ModuleDateBookGiant.layout-101 .swiper-btn-prev:before { display: inline-block; transform: rotate(180deg); }
.ModuleDateBookGiant.layout-101 .swiper-btn-next { position: absolute; right: 0; top: 0; z-index: 10; }
.ModuleDateBookGiant.layout-101 .swiper-line { border-bottom: 7px solid #eceef0; position: absolute; top: 23px; box-shadow: 0px -1px 0px #dadcdf; }
.ModuleDateBookGiant.layout-101 .item-icon { font-size: 22px; background-color: #fff; border-radius: 10px; }
.ModuleDateBookGiant.layout-101 .item-icon-active { background-color: transparent; font-size: 30px; position: relative; top: 5px; }
.ModuleDateBookGiant.layout-101 .item-time { text-align: center; font-size: 20px; color: #666666; }
.ModuleDateBookGiant.layout-101 .title-container { text-align: center; margin-top: 60px; margin-left: auto; margin-right: auto; height: auto; }
.ModuleDateBookGiant.layout-101 .title-container-show { display: none; font-size: 0px; }
.ModuleDateBookGiant.layout-101 .item-title {font-size: 30px; color: #333333; display: inline-block; max-width: calc(100% - 200px); line-height: 1.5; vertical-align: top; }
.ModuleDateBookGiant.layout-101 .title-icon-container { position: relative; display: inline-block; width: 100px; height: 30px; font-size: 0; }
.ModuleDateBookGiant.layout-101 .title-icon { font-size: 20px; position: absolute; top: 0; }
.ModuleDateBookGiant.layout-101 .title-icon-line { border-bottom: 1px solid #999;display: block;width: 50px;height: calc(50%); }
.ModuleDateBookGiant.layout-101 .line-container { text-align: center; margin-top: 20px; }
.ModuleDateBookGiant.layout-101 .item-line { border-bottom: 2px solid #10aa9c; display: block; width: 20px; margin: auto; }
.ModuleDateBookGiant.layout-101 .content-container { text-align: center; margin-top: 20px; margin-left: auto; margin-right: auto; min-height: 50px; overflow: hidden; }
.ModuleDateBookGiant.layout-101 .item-content { font-size: 14px; color: #999999; line-height: 26px; display: none; }
/* .ModuleDateBookGiant.layout-101 .one-row { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } */

@media only screen and (min-width: 767px){
    .ModuleDateBookGiant.layout-101 .show-container { display: block; }
}
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/
    /*.ModuleDateBookGiant.layout-101 .show-container { display: block; }*/
/*}*/
.ModuleDateBookGiant.layout-101 .item-icon-active:after{
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 6px);
    bottom: calc(50% - 1px);
    opacity: .95;
    box-shadow: 0 0 5px #ddd inset;
}
.module_174336798 .ModuleHead .HeadCenter{float:none;}
#module_174336798 {
padding:0px;
}
#module_174336798 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336798 .ModuleHead174336798 {
display:none;
}
#module_174336798 .BodyCenter.BodyCenter174336798 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336798 >.module_174336798 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336798 >.module_174336798{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336798 .BodyCenter.BodyCenter174336798 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336798 .BodyCenter.BodyCenter174336798 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336798 >.module_174336798 {
margin-top:1.8333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336798 >.module_174336798 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336798 >.module_174336798 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336798:hover {
border:none;
}
#module_174336798:hover >.module_174336798 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336798 .main-color{color:#10aa9c;}
#module_174336798 .item-line{border-bottom-color:#10aa9c;}
#module_174336798 .item-time{font-size:18px!important;}
#module_174336798 .item-time{font-family:arial, helvetica,sans-serif!important;}
#module_174336798 .item-time{color:#666;}
#module_174336798 .item-time{font-weight:normal;}
#module_174336798 .item-time{text-decoration:none;}
#module_174336798 .item-time{font-style:normal;}
#module_174336798 .item-title{font-size:16px!important;}
#module_174336798 .item-title{font-family:arial, helvetica,sans-serif!important;}
#module_174336798 .item-title{color:#333;}
#module_174336798 .icon-xiangyoujiantou,#module_174336798 .icon-xiangzuojiantou{color:#333;}#module_174336798 .title-icon-line{border-bottom-color:#333;}
#module_174336798 .item-title{font-weight:bold;}
#module_174336798 .item-title{text-decoration:none;}
#module_174336798 .item-title{font-style:normal;}
#module_174336798 .icon-jiantou2{color:#10aa9c;}
#module_174336798 .item-icon{color:#10aa9c;}
#module_174336798 .icon-jiantou2:hover{color:#10aa9c;}
#module_174336798 .swiper-slide:hover .item-time{font-size:px!important;}
#module_174336798 .swiper-slide:hover .item-time{font-family:!important;}
#module_174336798 .swiper-slide:hover .item-time{color:;}
#module_174336798 .swiper-slide:hover .item-time{}
#module_174336798 .swiper-slide:hover .item-time{}
#module_174336798 .swiper-slide:hover .item-time{}

.module_174336756 .ModuleHead .HeadCenter{float:none;}
#module_174336756 {
padding:0px;
}
#module_174336756 {
position:static;
z-index:0;
top:2312px;
left:1554px;
width:100%;
height: auto;
}
#module_174336756 .ModuleHead174336756 {
display:none;
}

.module_290604731 .ModuleHead .HeadCenter{float:none;}
#module_290604731 {
padding:0px;
}
#module_290604731 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_290604731 .ModuleHead290604731 {
display:none;
}
#module_290604731 .BodyCenter.BodyCenter290604731 {
background:none;background-color:rgba(0,0,0,0);
}
#module_290604731 >.module_290604731 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_290604731 >.module_290604731{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_290604731 .BodyCenter.BodyCenter290604731 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_290604731 .BodyCenter.BodyCenter290604731 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_290604731 >.module_290604731 {
margin-top:4.1841%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_290604731 >.module_290604731 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_290604731 >.module_290604731 {box-shadow: 0px 0px 0px 0px #ccc}
#module_290604731:hover {
border:none;
}
#module_290604731:hover >.module_290604731 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_290604731 .ModuleSubContainer{background-color:transparent;}
#module_290604731 .ModuleSubContainer{background-image:none;}
#module_290604731 .ModuleSubContainer{background-repeat:no-repeat;}
#module_290604731 .ModuleSubContainer{background-position:0% 0%;}
#module_290604731 .ModuleSubContainer{background-attachment:scroll;}
#module_290604731 .ModuleSubContainer{}
#module_290604731 {!bgVideo!}{bgVideoUrl:none}
#module_290604731 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_290604731 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_290604731 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer290604731 {}
.module_174336944 .ModuleHead .HeadCenter{float:none;}
#module_174336944 {
padding:0px;
}
#module_174336944 {
position:static;
z-index:0;
top:2818px;
left:576px;
width:100%;
height: auto;
}
#module_174336944 .ModuleHead174336944 {
display:none;
}
#module_174336944 .BodyCenter.BodyCenter174336944 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336944 >.module_174336944 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336944 >.module_174336944{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336944 .BodyCenter.BodyCenter174336944 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336944 .BodyCenter.BodyCenter174336944 {
padding-top:5.7637%;
padding-left:5.7637%;
padding-right:5.7637%;
padding-bottom:8.6455%;
}
}
@media screen and (min-width: 768px){
#module_174336944 >.module_174336944 {
margin-top:11.6667%;
margin-left:0.0000%;
margin-right:11.6667%;
margin-bottom:6.6667%;
}
}
@media screen and (max-width: 767px){
#module_174336944 >.module_174336944 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336944 >.module_174336944 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336944:hover {
border:none;
}
#module_174336944:hover >.module_174336944 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336944 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336944 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336944 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336944 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336944 .imageTextGiant-Container{padding-top:0px;}
#module_174336944 .imageTextGiant-Container{padding-bottom:0px;}
#module_174336944 .imageTextGiant-Container{padding-left:0px;}
#module_174336944 .imageTextGiant-Container{padding-right:0px;}
#module_174336944 .showHandle .btn{font-size:14px;}
#module_174336944 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174336944 .showHandle .btn{color:#333;}
#module_174336944 .showHandle .btn{font-weight:400;}
#module_174336944 .showHandle .btn{text-decoration:none;}
#module_174336944 .showHandle .btn{font-style:normal;}
#module_174336944 .showHandle div{border-top-color:#ddd !important;}
#module_174336944 .showHandle div{border-top-style:solid !important;}
#module_174336944 .showHandle div{border-top-width:1px !important;}
#module_174336944 .showHandle{background-color:transparent;}
#module_174336944 .showHandle{background-image:none;}
#module_174336944 .showHandle{background-repeat:no-repeat;}
#module_174336944 .showHandle{}
#module_174336944 .showHandle{}
#module_174336944 .showHandle{}
#module_174336944 a{font-size:unset;font-family:unset}
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box { width: 100%; height: 100%; position: relative }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-prev { position: absolute; top: 50%; left: 0; margin-top: -24px; cursor: pointer;z-index: 999}
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-next { position: absolute; top: 50%; right: 0; margin-top: -24px; cursor: pointer;z-index: 999}
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-prev .iconfont { font-size: 24px; display: none }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-next .iconfont { font-size: 24px; display: none }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container { width: calc(100% - 116px); position: relative; overflow: hidden; padding: 10px }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide {  box-sizing: border-box; transition: all .2s linear; }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide:hover { -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1); box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1); border-radius: 2px }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .head {position: relative; overflow: hidden; display: block; width: 100%; height: 100%; text-align: center; line-height: 1; }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .content { width: 100%; position: relative }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .content .title { width: 100%; min-height: 21px;text-align: center; }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .content .desc {margin-left: auto; margin-right: auto; padding: 0px 20px; margin-top: 10px }

.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .head .dummy { padding-top: 49%; }
.ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .head img{width: 100%; -webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;overflow: hidden; margin: auto; width: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block;  }
.ModuleSiteGalleryV2Giant.layout-112 .col-lg-1, 
.ModuleSiteGalleryV2Giant.layout-112 .col-lg-10, 
.ModuleSiteGalleryV2Giant.layout-112 .col-lg-11, 
.ModuleSiteGalleryV2Giant.layout-112 .col-lg-12, 
.ModuleSiteGalleryV2Giant.layout-112 .col-lg-2, 
.ModuleSiteGalleryV2Giant.layout-112 .col-lg-3, 
.ModuleSiteGalleryV2Giant.layout-112 .col-lg-4, 
.ModuleSiteGalleryV2Giant.layout-112 .col-lg-5, 
.ModuleSiteGalleryV2Giant.layout-112 .col-lg-6, 
.ModuleSiteGalleryV2Giant.layout-112 .col-lg-7, 
.ModuleSiteGalleryV2Giant.layout-112 .col-lg-8, 
.ModuleSiteGalleryV2Giant.layout-112 .col-lg-9, 
.ModuleSiteGalleryV2Giant.layout-112 .col-md-1, 
.ModuleSiteGalleryV2Giant.layout-112 .col-md-10, 
.ModuleSiteGalleryV2Giant.layout-112 .col-md-11, 
.ModuleSiteGalleryV2Giant.layout-112 .col-md-12, 
.ModuleSiteGalleryV2Giant.layout-112 .col-md-2, 
.ModuleSiteGalleryV2Giant.layout-112 .col-md-3, 
.ModuleSiteGalleryV2Giant.layout-112 .col-md-4, 
.ModuleSiteGalleryV2Giant.layout-112 .col-md-5, 
.ModuleSiteGalleryV2Giant.layout-112 .col-md-6, 
.ModuleSiteGalleryV2Giant.layout-112 .col-md-7, 
.ModuleSiteGalleryV2Giant.layout-112 .col-md-8, 
.ModuleSiteGalleryV2Giant.layout-112 .col-md-9, 
.ModuleSiteGalleryV2Giant.layout-112 .col-sm-1,
.ModuleSiteGalleryV2Giant.layout-112 .col-sm-10, 
.ModuleSiteGalleryV2Giant.layout-112 .col-sm-11, 
.ModuleSiteGalleryV2Giant.layout-112 .col-sm-12, 
.ModuleSiteGalleryV2Giant.layout-112 .col-sm-2, 
.ModuleSiteGalleryV2Giant.layout-112 .col-sm-3, 
.ModuleSiteGalleryV2Giant.layout-112 .col-sm-4,
.ModuleSiteGalleryV2Giant.layout-112  .col-sm-5,
.ModuleSiteGalleryV2Giant.layout-112  .col-sm-6,
.ModuleSiteGalleryV2Giant.layout-112  .col-sm-7,
.ModuleSiteGalleryV2Giant.layout-112  .col-sm-8, 
.ModuleSiteGalleryV2Giant.layout-112 .col-sm-9, 
.ModuleSiteGalleryV2Giant.layout-112 .col-xs-1, 
.ModuleSiteGalleryV2Giant.layout-112 .col-xs-10, 
.ModuleSiteGalleryV2Giant.layout-112 .col-xs-11, 
.ModuleSiteGalleryV2Giant.layout-112 .col-xs-12, 
.ModuleSiteGalleryV2Giant.layout-112 .col-xs-2, 
.ModuleSiteGalleryV2Giant.layout-112 .col-xs-3,.ModuleSiteGalleryV2Giant.layout-112 .col-xs-4, 
.ModuleSiteGalleryV2Giant.layout-112 .col-xs-5,.ModuleSiteGalleryV2Giant.layout-112 .col-xs-6, 
.ModuleSiteGalleryV2Giant.layout-112 .col-xs-7,.ModuleSiteGalleryV2Giant.layout-112 .col-xs-8, .ModuleSiteGalleryV2Giant.layout-112 .col-xs-9 { padding-left: 0px; padding-right: 0px }

/* 手机 */
@media only screen and (max-width: 767px) {
  .ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container { width: calc(100% - 10px); padding: 10px 0px }
  .ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide {  -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1); box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.1); border-radius: 2px }
  .ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide:hover { -webkit-box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.1); box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.1); }
  /* .ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .content .title {margin-top: 15px; margin-bottom: 5px;}
  .ModuleSiteGalleryV2Giant.layout-112 .Photo_box .swiper-container .swiper-slide .content .desc {margin-bottom: 5px; padding: 0;} */
}
.module_174337037 .ModuleHead .HeadCenter{float:none;}
#module_174337037 {
padding:0px;
}
#module_174337037 {
position:static;
z-index:0;
top:2944px;
left:530px;
width:100%;
height: auto;
}
#module_174337037 .ModuleHead174337037 {
display:none;
}
#module_174337037 .BodyCenter.BodyCenter174337037 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174337037 >.module_174337037 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174337037 >.module_174337037{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174337037 .BodyCenter.BodyCenter174337037 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337037 .BodyCenter.BodyCenter174337037 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:11.5274%;
}
}
@media screen and (min-width: 768px){
#module_174337037 >.module_174337037 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:11.6667%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174337037 >.module_174337037 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174337037 >.module_174337037 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174337037:hover {
border:none;
}
#module_174337037:hover >.module_174337037 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174337037 .head img{border-top-left-radius:px;}
#module_174337037 .head img{border-top-right-radius:px;}
#module_174337037 .head img{border-bottom-left-radius:px;}
#module_174337037 .head img{border-bottom-right-radius:px;}
#module_174337037 .Photo_box .swiper-container .swiper-slide .content .title,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .desc{text-align:;}
#module_174337037 {}@media only screen and (min-width: 768px) {#module_174337037 .Photo_box .swiper-container .swiper-slide .content{padding-top:px;}}
#module_174337037 {}@media only screen and (min-width: 768px) {#module_174337037 .Photo_box .swiper-container .swiper-slide .content{padding-bottom:px;}}
#module_174337037 {}@media only screen and (min-width: 768px) {#module_174337037 .Photo_box .swiper-container .swiper-slide .content{padding-left:px;}}
#module_174337037 {}@media only screen and (min-width: 768px) {#module_174337037 .Photo_box .swiper-container .swiper-slide .content{padding-right:px;}}
#module_174337037 {}@media only screen and (max-width: 767px) {#module_174337037 .Photo_box .swiper-container .swiper-slide .content{padding-top:px;}}
#module_174337037 {}@media only screen and (max-width: 767px) {#module_174337037 .Photo_box .swiper-container .swiper-slide .content{padding-bottom:px;}}
#module_174337037 {}@media only screen and (max-width: 767px) {#module_174337037 .Photo_box .swiper-container .swiper-slide .content{padding-left:px;}}
#module_174337037 {}@media only screen and (max-width: 767px) {#module_174337037 .Photo_box .swiper-container .swiper-slide .content{padding-right:px;}}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .title{font-size:14px;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .title{font-family:微软雅黑,Microsoft YaHei;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .title{color:#333333;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .title{font-weight:normal;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .title{text-decoration:none;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .title{font-style:normal;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .title{margin-top:px;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .title{margin-bottom:px;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .title{margin-left:px;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .title{margin-right:px;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .desc{margin-top:px;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .desc{margin-bottom:px;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .desc{margin-left:px;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .desc{margin-right:px;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .desc{font-size:12px;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .desc{font-family:微软雅黑,Microsoft YaHei;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .desc{color:#999;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .desc{font-weight:normal;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .desc{text-decoration:none;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_174337037 .Photo_box .swiper-container .swiper-slide .content .desc{font-style:normal;}
#module_174337037 .head .dummy{padding-top:66.67%;}
#module_174337037 .head img{ object-fit:unset;}
#module_174337037 .head img{ height:auto;}
#module_174337037 .head img{width:;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_174337037 .Photo_box .swiper-container .swiper-slide .content{background-color:transparent;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_174337037 .Photo_box .swiper-container .swiper-slide .content{background-image:none;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content ,#module_174337037 .Photo_box .swiper-container .swiper-slide .content{background-repeat:no-repeat;}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_174337037 .Photo_box .swiper-container .swiper-slide .content{}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_174337037 .Photo_box .swiper-container .swiper-slide .content{}
#module_174337037 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_174337037 .Photo_box .swiper-container .swiper-slide .content{}

.module_290604739 .ModuleHead .HeadCenter{float:none;}
#module_290604739 {
padding:0px;
}
#module_290604739 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_290604739 .ModuleHead290604739 {
display:none;
}

#module_290604739 img{border-top-color:transparent;}
#module_290604739 img{border-top-style:none;}
#module_290604739 img{border-top-width:0px;}
#module_290604739 img{border-right-color:transparent;}
#module_290604739 img{border-right-style:none;}
#module_290604739 img{border-right-width:0px;}
#module_290604739 img{border-bottom-color:transparent;}
#module_290604739 img{border-bottom-style:none;}
#module_290604739 img{border-bottom-width:0px;}
#module_290604739 img{border-left-color:transparent;}
#module_290604739 img{border-left-style:none;}
#module_290604739 img{border-left-width:0px;}
#module_290604739 img{border-top-left-radius:0px;}
#module_290604739 img{border-top-right-radius:0px;}
#module_290604739 img{border-bottom-left-radius:0px;}
#module_290604739 img{border-bottom-right-radius:0px;}
#module_290604739 .BodyCenter{text-align: center;}

.module_174336758 .ModuleHead .HeadCenter{float:none;}
#module_174336758 {
padding:0px;
}
#module_174336758 {
position:static;
z-index:0;
top:2993px;
left:1751px;
width:100%;
height: auto;
}
#module_174336758 .ModuleHead174336758 {
display:none;
}

.module_174336814 .ModuleHead .HeadCenter{float:none;}
#module_174336814 {
padding:0px;
}
#module_174336814 {
position:static;
z-index:0;
top:262px;
left:1633px;
width:100%;
height: auto;
}
#module_174336814 .ModuleHead174336814 {
display:none;
}
#module_174336814 .BodyCenter.BodyCenter174336814 {
background:none;background-color:rgb(239, 239, 239);
}
#module_174336814 >.module_174336814 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336814 >.module_174336814{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336814 .BodyCenter.BodyCenter174336814 {
padding-top:2.7197%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_174336814 .BodyCenter.BodyCenter174336814 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336814 >.module_174336814 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336814 >.module_174336814 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_174336814 >.module_174336814 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336814:hover {
border:none;
}
#module_174336814:hover >.module_174336814 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336814 .ModuleSubContainer{background-color:transparent;}
#module_174336814 .ModuleSubContainer{background-image:none;}
#module_174336814 .ModuleSubContainer{background-repeat:no-repeat;}
#module_174336814 .ModuleSubContainer{background-position:0% 0%;}
#module_174336814 .ModuleSubContainer{background-attachment:scroll;}
#module_174336814 .ModuleSubContainer{}
#module_174336814 {!bgVideo!}{bgVideoUrl:none}
#module_174336814 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_174336814 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_174336814 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer174336814 {}
.module_174336945 .ModuleHead .HeadCenter{float:none;}
#module_174336945 {
padding:0px;
}
#module_174336945 {
position:static;
z-index:0;
top:16px;
left:0px;
width:100%;
height: auto;
}
#module_174336945 .ModuleHead174336945 {
display:none;
}
#module_174336945 {
border:none;
}
@media screen and (min-width: 768px){
#module_174336945 >.module_174336945 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336945 >.module_174336945 {
margin-top:9.2219%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_174336945 .ModuleImageTextGiantContent{margin-top:0px;}
#module_174336945 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_174336945 .ModuleImageTextGiantContent{margin-left:0px;}
#module_174336945 .ModuleImageTextGiantContent{margin-right:0px;}
#module_174336945 .imageTextGiant-Container{padding-top:10px;}
#module_174336945 .imageTextGiant-Container{padding-bottom:10px;}
#module_174336945 .imageTextGiant-Container{padding-left:10px;}
#module_174336945 .imageTextGiant-Container{padding-right:10px;}
#module_174336945 .showHandle .btn{font-size:14px;}
#module_174336945 .showHandle .btn{font-family:;}
#module_174336945 .showHandle .btn{color:#333;}
#module_174336945 .showHandle .btn{font-weight:400;}
#module_174336945 .showHandle .btn{text-decoration:none;}
#module_174336945 .showHandle .btn{font-style:normal;}
#module_174336945 .showHandle div{border-top-color:#ddd !important;}
#module_174336945 .showHandle div{border-top-style:solid !important;}
#module_174336945 .showHandle div{border-top-width:1px !important;}
#module_174336945 .showHandle{background-color:transparent;}
#module_174336945 .showHandle{}
#module_174336945 .showHandle{background-repeat:no-repeat;}
#module_174336945 .showHandle{}
#module_174336945 .showHandle{}
#module_174336945 .showHandle{}
#module_174336945 a{font-size:unset;font-family:unset}
.module_174336855 .ModuleHead .HeadCenter{float:none;}
#module_174336855 {
padding:0px;
}
#module_174336855 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_174336855 .ModuleHead174336855 {
display:none;
}
#module_174336855 .BodyCenter.BodyCenter174336855 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336855 >.module_174336855 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336855 >.module_174336855{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336855 .BodyCenter.BodyCenter174336855 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336855 .BodyCenter.BodyCenter174336855 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_174336855 >.module_174336855 {
margin-top:0.4167%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.4167%;
}
}
@media screen and (max-width: 767px){
#module_174336855 >.module_174336855 {
margin-top:5px;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
}
}
#module_174336855 >.module_174336855 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336855:hover {
border:none;
}
#module_174336855:hover >.module_174336855 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336855 .hrbox{justify-content:;}
#module_174336855 .hr-line{width:100px;max-width:100px;}
#module_174336855 .hr-line{border-bottom-color:rgb(191, 191, 191);}
#module_174336855 .hr-line{border-bottom-style:solid;}
#module_174336855 .hr-line{border-bottom-width:1px;}

/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row { display: flex; flex-wrap: wrap;justify-content: center; margin: 0 !important;}
.ModuleImageTextGiant.layout-109 .imageTextGiant-Container{max-height: 100%; max-width: 100%;}
.ModuleImageTextGiant.layout-109 .imageTextContainer{overflow:unset !important;}

@media only screen and (min-width: 767px) {
	
	.ModuleImageTextGiant.layout-109 .normal_ImgtextBox:last-child{ margin-right: 0 !important;}
}
@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-109 .MobileImgtextBox:nth-child(2n){ margin-right: 0 !important;}
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row{display: inline-block;*/
	/*	flex-wrap: wrap;flex: auto;}*/
	.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row .col-xs-6{
		width: 49%;
    	/*padding: 10px 0 10px 10px;*/
   		 box-sizing: border-box;
	}
	.ModuleImageTextGiant.layout-109 .oneline{ width: 100% !important;}
	/* .ModuleImageTextGiant.layout-109 .oneline:nth-child(1){ margin-top: 0 !important; }
	
	.ModuleImageTextGiant.layout-109 .twoline:nth-child(1),.ModuleImageTextGiant.layout-109 .twoline:nth-child(2){ margin-top: 0 !important; } */
}

/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row{width:auto;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row{width:auto;}*/
	/*.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row .col-xs-6{width: 49.66666%;!*padding: 15px 15px 0 15px;*!}*/
	/*.ModuleImageTextGiant.layout-109 .normal_ImgtextBox_content .GraphicUpper{padding-bottom: 15px;}*/
/*}*/.module_174336946 .ModuleHead .HeadCenter{float:none;}
#module_174336946 {
padding:0px;
}
#module_174336946 {
position:static;
z-index:0;
top:3616px;
left:980px;
width:100%;
height: auto;
}
#module_174336946 .ModuleHead174336946 {
display:none;
}
#module_174336946 .BodyCenter.BodyCenter174336946 {
background:none;background-color:rgba(0,0,0,0);
}
#module_174336946 >.module_174336946 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_174336946 >.module_174336946{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_174336946 .BodyCenter.BodyCenter174336946 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336946 .BodyCenter.BodyCenter174336946 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_174336946 >.module_174336946 {
margin-top:3.1667%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_174336946 >.module_174336946 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_174336946 >.module_174336946 {box-shadow: 0px 0px 0px 0px #ccc}
#module_174336946:hover {
border:none;
}
#module_174336946:hover >.module_174336946 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_174336946 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_174336946 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_174336946 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_174336946 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_174336946 .GraphicUpper .TextImage{padding-top:0px;}
#module_174336946 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_174336946 .GraphicUpper .TextImage{padding-left:15px;}
#module_174336946 .GraphicUpper .TextImage{padding-right:15px;}
#module_174336946 .GraphicUpper .TextImage{width:25%;}
#module_174336946 .GraphicUpper .MobileTextImage{width:30%;}
#module_174336946 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_174336946 .ModuleImageTextGiantContent{padding-top:18px;}
#module_174336946 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_174336946 .ModuleImageTextGiantContent{padding-left:0px;}
#module_174336946 .ModuleImageTextGiantContent{padding-right:0px;}
#module_174336946 .normal_ImgtextBox{padding-top:0px;}
#module_174336946 .normal_ImgtextBox{padding-bottom:0px;}
#module_174336946 .normal_ImgtextBox{padding-left:15px;}
#module_174336946 .normal_ImgtextBox{padding-right:15px;}
#module_174336946 .normal_ImgtextBox{margin-top:0px;margin-bottom:0px;}
#module_174336946 .normal_ImgtextBox.col-lg-6 {margin-right:1px; width:calc((99% - 1px * 5)/ 6)} #module_174336946 .normal_ImgtextBox.col-lg-5 {margin-right:1px; width:calc((99% - 1px * 4)/ 5)} #module_174336946 .normal_ImgtextBox.col-lg-4 {margin-right:1px; width:calc((99% - 1px * 3)/ 4)} #module_174336946 .normal_ImgtextBox.col-lg-3 {margin-right:1px; width:calc((99% - 1px * 2)/ 3)} #module_174336946 .normal_ImgtextBox.col-lg-2 {margin-right:1px; width:calc((99% - 1px)/ 2)}  #module_174336946 .MobileImgtextBox{margin-right:1px;margin-left:0; width:calc((99% - 1px) / 2);}
#module_174336946 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_174336946 .normal_ImgtextBox{background-color:transparent;}
#module_174336946 .normal_ImgtextBox{background-image:none;}
#module_174336946 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_174336946 .normal_ImgtextBox{background-position:0% 0%;}
#module_174336946 .normal_ImgtextBox{background-attachment:none;}
#module_174336946 .normal_ImgtextBox{}
#module_174336946 .normal_ImgtextBox{border-top-left-radius:0px;}
#module_174336946 .normal_ImgtextBox{border-top-right-radius:0px;}
#module_174336946 .normal_ImgtextBox{border-bottom-left-radius:0px;}
#module_174336946 .normal_ImgtextBox{border-bottom-right-radius:0px;}
#module_174336946 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_174336946 .normal_ImgtextBox{border-top-style:none;}
#module_174336946 .normal_ImgtextBox{border-top-width:0px;}
#module_174336946 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_174336946 .normal_ImgtextBox{border-right-style:none;}
#module_174336946 .normal_ImgtextBox{border-right-width:0px;}
#module_174336946 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_174336946 .normal_ImgtextBox{border-bottom-style:none;}
#module_174336946 .normal_ImgtextBox{border-bottom-width:0px;}
#module_174336946 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_174336946 .normal_ImgtextBox{border-left-style:none;}
#module_174336946 .normal_ImgtextBox{border-left-width:0px;}
#module_174336946 .showHandle .btn{font-size:14px;}
#module_174336946 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_174336946 .showHandle .btn{color:#333;}
#module_174336946 .showHandle .btn{font-weight:400;}
#module_174336946 .showHandle .btn{text-decoration:none;}
#module_174336946 .showHandle .btn{font-style:normal;}
#module_174336946 .showHandle div{border-top-color:#ddd !important;}
#module_174336946 .showHandle div{border-top-style:solid !important;}
#module_174336946 .showHandle div{border-top-width:1px !important;}
#module_174336946 .showHandle{background-color:transparent;}
#module_174336946 .showHandle{background-image:none;}
#module_174336946 .showHandle{background-repeat:no-repeat;}
#module_174336946 .showHandle{}
#module_174336946 .showHandle{}
#module_174336946 .showHandle{}
#module_174336946 .normal_ImgtextBox:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_174336946 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_174336946 .normal_ImgtextBox:hover{border-top-style:none;}
#module_174336946 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_174336946 .normal_ImgtextBox:hover{border-right-style:none;}
#module_174336946 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_174336946 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_174336946 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_174336946 .normal_ImgtextBox:hover{border-left-style:none;}
#module_174336946 a{font-size:unset;font-family:unset}
.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;}
