.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_365790988 .ModuleHead .HeadCenter{float:none;}
#module_365790988 {
padding:0px;
}
#module_365790988 {
position:absolute;
z-index:4001;
top:460px;
left:0px;
width:100%;
height:126px;
}
#module_365790988 .ModuleHead365790988 {
display:none;
}

#module_365790988 .animated-circles.animated .c-1,#module_365790988 .animated-circles.animated .c-2,#module_365790988 .animated-circles.animated.c-3{opacity: 0.25; background-color:#4CAF50;} #module_365790988 .animated-circles2:after{background-image:linear-gradient(to bottom, #4CAF50, #4CAF50)}
#module_365790988 .online-service-nav .head{background-color:#FFFFFF;}
#module_365790988 .online-service{border-width:0px;}
#module_365790988 .online-service{border-style:;}
#module_365790988 .online-service{border-color:;}
#module_365790988 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_365790988 .online-service-content{background-color:#fff;}
#module_365790988 .online-service-content{border-top-left-radius:20px;}
#module_365790988 .online-service-content{border-bottom-left-radius:20px;}
#module_365790988 .online-service-content{border-bottom-right-radius:20px;}
#module_365790988 .online-service-content{border-top-right-radius:20px;}
#module_365790988 .online-service-content-tab .content-tab{background-color:transparent;}
#module_365790988 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_365790988 .content-close::after{border-width:1px;}
#module_365790988 .content-close::after{border-style:solid;}
#module_365790988 .content-close::after{border-color:#eeeeee;}
#module_365790988 .content-close span{background-color:#999999;}
#module_365790988 .online-service-top{background-color:#ffffff;}
#module_365790988 .online-service-top .iconfont{color:#4CAF50;}
#module_365790988 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_365790988 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_365790988 .online-service:hover{border-width:0px;}
#module_365790988 .online-service:hover{border-style:;}
#module_365790988 .online-service:hover{border-color:;}
#module_365790988 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_365790988 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_365790988 .online-service:hover .online-service-hint{background-color:#43a047;}
#module_365790988 .online-service-content-tab .content-tabh:hover{background-color:#43a047;}
#module_365790988 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_365790988 .content-close:hover span{background-color:#999999;}
#module_365790988 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_365790988 .online-service-top:hover{background-color:#ffffff;}
#module_365790988 .online-service-top:hover .iconfont{color:#43a047;}
#module_365790988 .online-service-top:hover{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#FreeMainZone{height:586px}
.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

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

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

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

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

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

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

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

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

}
.ModuleNavGiant.layout-105 .moveMenuRight:hover, .ModuleNavGiant.layout-105 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-105 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-105 .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-105 .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-105 .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-105 .main-nav-item-hover {
  color: #fff;
}
.ModuleNavGiant.layout-105 .main-nav-item-hover::before {
  width: 100%;
  left: 0;
  opacity: 1;
}
.ModuleNavGiant.layout-105 .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-105 .sub-nav-item-box {
  width: 100%;
  position: relative;
}
/*
.ModuleNavGiant.layout-105 .sub-nav-item-box ::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -5px;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
*/
.ModuleNavGiant.layout-105 .sub-nav-item-group{
	position: relative;
}
.ModuleNavGiant.layout-105 .arrow{
	top:13px;
	width:15px;
	height:15px;
	background:#fff;
	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;
}

.ModuleNavGiant.layout-105 .sub-nav-item:first-child {
  border-top: none!important;
}
.ModuleNavGiant.layout-105 .sub-nav-item:last-child {
  border-bottom: none!important;
}
.ModuleNavGiant.layout-105 .sub-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;
  padding-left: 0;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-105 .sub-nav-item .inner{
  display: block;
  height: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
  }
.ModuleNavGiant.layout-105 .sub-nav-item:hover {
  background-color: #f7f7f7;
}
.ModuleNavGiant.layout-105 .sub-nav-item:hover .inner {
    padding-left: 10px;
}
.ModuleNavGiant.layout-105 .sub-nav-item-group.current {
  display: block;
}
.ModuleNavGiant.layout-105 .main-nav-item-group.current .main-nav-item {
  color: #fff;
}
.ModuleNavGiant.layout-105 .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-105 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-105 .menu{
    font-size: 12px;
    opacity: 0.6;
    float: right;
    margin-left: 8px;
    margin-top: 1px;
    transform:rotate(0deg);
    transition: all .3s linear;
    -webkit-transform:rotate(0deg);
    -webkit-transition: all .3s linear;
}
.ModuleNavGiant.layout-105 .menuUp{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -1px;
}
.ModuleNavGiant.layout-105 .sub-nav-item-group.sub-menu{
    display: none !important;
}.module_365785306 .ModuleHead .HeadCenter{float:none;}
#module_365785306 {
padding:0px;
}
#module_365785306 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_365785306 .ModuleHead365785306 {
display:none;
}
#module_365785306 .BodyCenter.BodyCenter365785306 {
background:none;background-color:rgba(0,0,0,0);
}
#module_365785306 >.module_365785306 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365785306 >.module_365785306{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365785306 .BodyCenter.BodyCenter365785306 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365785306 .BodyCenter.BodyCenter365785306 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_365785306 >.module_365785306 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365785306 >.module_365785306 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_365785306 >.module_365785306 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365785306:hover {
border:none;
}
#module_365785306:hover >.module_365785306 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365785306 .main-nav-item-group{height:80px;line-height:80px;} #module_365785306 .main-nav-content{height:80px}
#module_365785306 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_365785306 .main-nav-content{background-image:none;}
#module_365785306 .main-nav-content{background-repeat:no-repeat;}
#module_365785306 .main-nav-content{}
#module_365785306 .main-nav-content{}
#module_365785306 .main-nav-content{}
#module_365785306 .main-nav-content{text-align:right;}
#module_365785306 .main-nav-item{font-size:13px;}
#module_365785306 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_365785306 .main-nav-item{color:#333;}
#module_365785306 .main-nav-item{font-weight:normal;}
#module_365785306 .main-nav-item{text-decoration:none;}
#module_365785306 .main-nav-item{font-style:normal;}
#module_365785306 .main-nav-item{width:auto;}
#module_365785306 .main-nav-item{padding-left:25px;padding-right:25px;}
#module_365785306 .main-nav-item{background-image:none;}
#module_365785306 .main-nav-item{background-color:transparent;}
#module_365785306 .main-nav-item{background-repeat:no-repeat;}
#module_365785306 .main-nav-item{}
#module_365785306 .main-nav-item{}
#module_365785306 .main-nav-item{}
#module_365785306 .main-nav-item-group{border-right-color:#f2f2f2;}
#module_365785306 .main-nav-item-group{border-right-style:solid;}
#module_365785306 .main-nav-item-group{border-right-width:0px;}
#module_365785306 .sub-nav-item-group{width:192px;}
#module_365785306 .sub-nav-item{height:40px;line-height:40px;} #module_365785306 .sub-nav-item .inner {line-height: calc(100% + (40px - 10px));}
#module_365785306 .sub-nav-item .inner{font-size:12px;}
#module_365785306 .sub-nav-item .inner{font-family:微软雅黑,Microsoft YaHei;}
#module_365785306 .sub-nav-item .inner{color:#000;}
#module_365785306 .sub-nav-item .inner{font-weight:normal;}
#module_365785306 .sub-nav-item .inner{text-decoration:none;}
#module_365785306 .sub-nav-item .inner{font-style:normal;}
#module_365785306 .sub-nav-item .inner,#module_365785306 .arrow,#module_365785306 .sub-normal-color{background-color:#fff;}
#module_365785306 .sub-nav-item .inner{background-image:none;}
#module_365785306 .sub-nav-item .inner{background-repeat:no-repeat;}
#module_365785306 .sub-nav-item .inner{}
#module_365785306 .sub-nav-item .inner{}
#module_365785306 .sub-nav-item .inner{}
#module_365785306 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_365785306 .sub-nav-item{border-bottom-style:solid;}
#module_365785306 .sub-nav-item{border-bottom-width:1px;}
#module_365785306 .sub-nav-item{margin-bottom:0px;}
#module_365785306 .main-nav-item-hover{font-size:14px;}
#module_365785306 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_365785306 .main-nav-item-hover{color:#fff;}
#module_365785306 .main-nav-item-hover{font-weight:normal;}
#module_365785306 .main-nav-item-hover{text-decoration:none;}
#module_365785306 .main-nav-item-hover{font-style:normal;}
#module_365785306 .main-nav-item-hover::before{background-color:rgb(33, 117, 160);}
#module_365785306 .main-nav-item-hover::before{background-image:none;}
#module_365785306 .main-nav-item-hover::before{background-repeat:no-repeat;}
#module_365785306 .main-nav-item-hover::before{}
#module_365785306 .main-nav-item-hover::before{}
#module_365785306 .main-nav-item-hover::before{}
#module_365785306 .sub-nav-item:hover .inner{font-size:12px;}
#module_365785306 .sub-nav-item:hover .inner{font-family:微软雅黑,Microsoft YaHei;}
#module_365785306 .sub-nav-item:hover .inner{color:#000;}
#module_365785306 .sub-nav-item:hover .inner{font-weight:normal;}
#module_365785306 .sub-nav-item:hover .inner{text-decoration:none;}
#module_365785306 .sub-nav-item:hover .inner{font-style:normal;}
#module_365785306 .sub-nav-item:hover .inner,#module_365785306 .sub-hover-color{background-color:#f2f2f2;}
#module_365785306 .sub-nav-item:hover .inner{background-image:none;}
#module_365785306 .sub-nav-item:hover .inner{background-repeat:no-repeat;}
#module_365785306 .sub-nav-item:hover .inner{}
#module_365785306 .sub-nav-item:hover .inner{}
#module_365785306 .sub-nav-item:hover .inner{}


/*轮播图样式*/
.ModuleSlideV2Giant.layout-104 .slider-layout-104 {width: 100%; height: auto; margin: auto; position: relative;font-size: 0;}
.ModuleSlideV2Giant.layout-104 .slider-layout-104 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-104 .slick-dotted.slick-slider {margin-bottom: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-104 .slick-active .slide-box {-webkit-animation-name: centerBig; animation: centerBig 5s linear;}
.ModuleSlideV2Giant.layout-104 .slide-box img {position: relative; left: 50%; transform: translate(-50%);}
.ModuleSlideV2Giant.layout-104 .slide-box .swiperImg {width:100%;}
.ModuleSlideV2Giant.layout-104 .slick-dots {bottom: 50px;}
.ModuleSlideV2Giant.layout-104 .slick-dots li {width: 40px; height: 4px; margin-left: unset; margin-right: 15px; background-color: rgba(255, 255, 255, .3);}
.ModuleSlideV2Giant.layout-104 .slick-dots li:last-child {margin-right: unset;}
.ModuleSlideV2Giant.layout-104 .slick-dots li button {width: 100%; height: 100%; border: unset; padding: 0}
.ModuleSlideV2Giant.layout-104 .slick-dots li button:before {content: unset;}
.ModuleSlideV2Giant.layout-104 .slick-dots li:hover {background-color: rgba(255, 255, 255, 1);}
.ModuleSlideV2Giant.layout-104 .slick-dots li.slick-active {background-color: rgba(255, 255, 255, 1);}
.ModuleSlideV2Giant.layout-104 .slick-prev, .ModuleSlideV2Giant.layout-104 .slick-next {font-size: 0; z-index: 1; width: 54px; height: 76px; background-color: rgba(0, 0, 0, .5); line-height: 1;}
.ModuleSlideV2Giant.layout-104 .slick-prev {left: 0px;}
.ModuleSlideV2Giant.layout-104 .slick-next {right: 0px;}
.ModuleSlideV2Giant.layout-104 .slick-prev:before,
.ModuleSlideV2Giant.layout-104 .slick-next:before {content: unset;}
.ModuleSlideV2Giant.layout-104 .icon-leftMenu {color: #fff; font-size: 24px; display: block;}
.ModuleSlideV2Giant.layout-104 .slick-prev .icon-leftMenu {transform: rotateY(180deg);}
.ModuleSlideV2Giant.layout-104 .slick-prev:hover,
.ModuleSlideV2Giant.layout-104 .slick-next:hover{background-color: #139d8f;}
.ModuleSlideV2Giant.layout-104 .slide-box video{
    width: 100%;
    height: 100%;
    min-height: 32px;
    display: block;
}

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

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


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


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

#module_365786915 .slick-dots li{background-color:rgb(160, 195, 149);}
#module_365786915 .slick-prev .icon-leftMenu, #module_365786915 .slick-next .icon-leftMenu{color:#fff;}
#module_365786915 .slick-prev, #module_365786915 .slick-next {background-color:rgba(19, 157, 143, 0);}
#module_365786915 .slick-dots li:hover, #module_365786915 .slick-dots li.slick-active{background-color:rgb(46, 120, 23);}
#module_365786915 .slick-prev:hover .icon-leftMenu, #module_365786915 .slick-next:hover .icon-leftMenu{color:#fff;}
#module_365786915 .slick-prev:hover, #module_365786915 .slick-next:hover{background-color:rgba(19, 157, 143, 1);}
#module_365786915 .SubContainer {}
.module_365787077 .ModuleHead .HeadCenter{float:none;}
#module_365787077 {
padding:0px;
}
#module_365787077 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_365787077 .ModuleHead365787077 {
display:none;
}
#module_365787077 .BodyCenter.BodyCenter365787077 {
background-color:transparent;
background-image:url(/comdata/87337/202106/202106210045210dec50.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_365787077 >.module_365787077 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365787077 >.module_365787077{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365787077 .BodyCenter.BodyCenter365787077 {
padding-top:3.1381%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:3.1381%;
}
}
@media screen and (max-width: 767px){
#module_365787077 .BodyCenter.BodyCenter365787077 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_365787077 >.module_365787077 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365787077 >.module_365787077 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_365787077 >.module_365787077 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365787077:hover {
border:none;
}
#module_365787077:hover >.module_365787077 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365787077 .ModuleSubContainer{background-color:transparent;}
#module_365787077 .ModuleSubContainer{background-image:none;}
#module_365787077 .ModuleSubContainer{background-repeat:no-repeat;}
#module_365787077 .ModuleSubContainer{background-position:0% 0%;}
#module_365787077 .ModuleSubContainer{background-attachment:scroll;}
#module_365787077 .ModuleSubContainer{}
#module_365787077 {!bgVideo!}{bgVideoUrl:none}
#module_365787077 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_365787077 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_365787077 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer365787077 {}
/*图文模块 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_365787443 .ModuleHead .HeadCenter{float:none;}
#module_365787443 {
padding:0px;
}
#module_365787443 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_365787443 .ModuleHead365787443 {
display:none;
}

#module_365787443 .ModuleImageTextGiantContent{margin-top:0px;}
#module_365787443 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_365787443 .ModuleImageTextGiantContent{margin-left:0px;}
#module_365787443 .ModuleImageTextGiantContent{margin-right:0px;}
#module_365787443 .imageTextGiant-Container{padding-top:10px;}
#module_365787443 .imageTextGiant-Container{padding-bottom:10px;}
#module_365787443 .imageTextGiant-Container{padding-left:10px;}
#module_365787443 .imageTextGiant-Container{padding-right:10px;}
#module_365787443 .showHandle .btn{font-size:14px;}
#module_365787443 .showHandle .btn{font-family:;}
#module_365787443 .showHandle .btn{color:#333;}
#module_365787443 .showHandle .btn{font-weight:400;}
#module_365787443 .showHandle .btn{text-decoration:none;}
#module_365787443 .showHandle .btn{font-style:normal;}
#module_365787443 .showHandle div{border-top-color:#ddd !important;}
#module_365787443 .showHandle div{border-top-style:solid !important;}
#module_365787443 .showHandle div{border-top-width:1px !important;}
#module_365787443 .showHandle{background-color:transparent;}
#module_365787443 .showHandle{}
#module_365787443 .showHandle{background-repeat:no-repeat;}
#module_365787443 .showHandle{}
#module_365787443 .showHandle{}
#module_365787443 .showHandle{}
#module_365787443 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_365787444 .ModuleHead .HeadCenter{float:none;}
#module_365787444 {
padding:0px;
}
#module_365787444 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_365787444 .ModuleHead365787444 {
display:none;
}
#module_365787444 .BodyCenter.BodyCenter365787444 {
background:none;background-color:rgba(0,0,0,0);
}
#module_365787444 >.module_365787444 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365787444 >.module_365787444{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365787444 .BodyCenter.BodyCenter365787444 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365787444 .BodyCenter.BodyCenter365787444 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_365787444 >.module_365787444 {
margin-top:0.4167%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.4167%;
}
}
@media screen and (max-width: 767px){
#module_365787444 >.module_365787444 {
margin-top:5px;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
}
}
#module_365787444 >.module_365787444 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365787444:hover {
border:none;
}
#module_365787444:hover >.module_365787444 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365787444 .hrbox{justify-content:;}
#module_365787444 .hr-line{width:50px;max-width:50px;}
#module_365787444 .hr-line{border-bottom-color:rgb(46, 120, 23);}
#module_365787444 .hr-line{border-bottom-style:solid;}
#module_365787444 .hr-line{border-bottom-width:3px;}

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

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

#module_365787396 .ModuleImageTextGiantContent{margin-top:0px;}
#module_365787396 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_365787396 .ModuleImageTextGiantContent{margin-left:0px;}
#module_365787396 .ModuleImageTextGiantContent{margin-right:0px;}
#module_365787396 .imageTextGiant-Container{padding-top:10px;}
#module_365787396 .imageTextGiant-Container{padding-bottom:10px;}
#module_365787396 .imageTextGiant-Container{padding-left:10px;}
#module_365787396 .imageTextGiant-Container{padding-right:10px;}
#module_365787396 .showHandle .btn{font-size:14px;}
#module_365787396 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_365787396 .showHandle .btn{color:#333;}
#module_365787396 .showHandle .btn{font-weight:400;}
#module_365787396 .showHandle .btn{text-decoration:none;}
#module_365787396 .showHandle .btn{font-style:normal;}
#module_365787396 .showHandle div{border-top-color:#ddd !important;}
#module_365787396 .showHandle div{border-top-style:solid !important;}
#module_365787396 .showHandle div{border-top-width:1px !important;}
#module_365787396 .showHandle{background-color:transparent;}
#module_365787396 .showHandle{background-image:none;}
#module_365787396 .showHandle{background-repeat:no-repeat;}
#module_365787396 .showHandle{}
#module_365787396 .showHandle{}
#module_365787396 .showHandle{}
#module_365787396 a{font-size:unset;font-family:unset}
/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-108 .imageTextGiant-Container{max-height: 100%; max-width: 100%; /*padding: 10px;*/}
.ModuleImageTextGiant.layout-108 .imageTextGiant-Container .GraphicUpper{margin-bottom: 10px;text-align: left;}
.ModuleImageTextGiant.layout-108 .imageTextGiant-Container .row{margin-right:0px;margin-left:0px;}
.ModuleImageTextGiant.layout-108 .normal_ImgtextBox_contentitem:nth-of-type(3n){margin-right:0px !important;}
.ModuleImageTextGiant.layout-108 .imageTextContainer{overflow:unset !important;}

@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-108 .imageTextGiant-Container .row{width: auto;}
	.ModuleImageTextGiant.layout-108 .imageTextGiant-Container .ModuleImageTextContent{width: auto}
	.ModuleImageTextGiant.layout-108 .imageTextGiant-Container .row .col-xs-4{width:100% !important;padding-bottom: 25px }
	/* .ModuleImageTextGiant.layout-108 .normal_ImgtextBox_contentitem:first-child{ margin-top: 0 !important; } */
}

@media only screen and (min-width: 768px) {
	/* .ModuleImageTextGiant.layout-108 .normal_ImgtextBox_contentitem:nth-child(1),
	.ModuleImageTextGiant.layout-108 .normal_ImgtextBox_contentitem:nth-child(2),
	.ModuleImageTextGiant.layout-108 .normal_ImgtextBox_contentitem:nth-child(3){ margin-top: 0 !important; } */
}
/*@media only screen and (max-width: 1000px) {*/
	/*.ModuleImageTextGiant.layout-108 .imageTextGiant-Container .row{width: auto;margin: 0 auto}*/
/*}*/
/*@media only screen and (min-width: 1200px)  {*/
	/**/
/*}*/.module_365790881 .ModuleHead .HeadCenter{float:none;}
#module_365790881 {
padding:0px;
}
#module_365790881 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_365790881 .ModuleHead365790881 {
display:none;
}
#module_365790881 .BodyCenter.BodyCenter365790881 {
background:none;background-color:rgba(0,0,0,0);
}
#module_365790881 >.module_365790881 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365790881 >.module_365790881{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365790881 .BodyCenter.BodyCenter365790881 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365790881 .BodyCenter.BodyCenter365790881 {
padding-top:8.6455%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:14.4092%;
}
}
@media screen and (min-width: 768px){
#module_365790881 >.module_365790881 {
margin-top:1.7500%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365790881 >.module_365790881 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_365790881 >.module_365790881 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365790881:hover {
border:none;
}
#module_365790881:hover >.module_365790881 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365790881 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_365790881 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_365790881 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_365790881 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_365790881 .GraphicUpper .TextImage{padding-top:13px;}
#module_365790881 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_365790881 .GraphicUpper .TextImage{padding-left:0px;}
#module_365790881 .GraphicUpper .TextImage{padding-right:0px;}
#module_365790881 .GraphicUpper .TextImage{width:17%;}
#module_365790881 .GraphicUpper .MobileTextImage{width:14%;}
#module_365790881 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_365790881 .ModuleImageTextGiantContent{padding-top:0px;}
#module_365790881 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_365790881 .ModuleImageTextGiantContent{padding-left:0px;}
#module_365790881 .ModuleImageTextGiantContent{padding-right:0px;}
#module_365790881 .normal_ImgtextBox_contentitem{padding-top:0px;}
#module_365790881 .normal_ImgtextBox_contentitem{padding-bottom:0px;}
#module_365790881 .normal_ImgtextBox_contentitem{padding-left:15px;}
#module_365790881 .normal_ImgtextBox_contentitem{padding-right:15px;}
#module_365790881 .normal_ImgtextBox_contentitem{margin-top:0px;margin-bottom:0px;}
#module_365790881 .normal_ImgtextBox_contentitem{margin-right:1px; width:calc((100% - 1px * 2) / 3)}
#module_365790881 .normal_ImgtextBox_contentitem{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_365790881 .normal_ImgtextBox_contentitem{background-color:transparent;}
#module_365790881 .normal_ImgtextBox_contentitem{background-image:none;}
#module_365790881 .normal_ImgtextBox_contentitem{background-repeat:no-repeat;}
#module_365790881 .normal_ImgtextBox_contentitem{background-position:0% 0%;}
#module_365790881 .normal_ImgtextBox_contentitem{background-attachment:none;}
#module_365790881 .normal_ImgtextBox_contentitem{}
#module_365790881 .normal_ImgtextBox_contentitem{border-top-left-radius:0px;}
#module_365790881 .normal_ImgtextBox_contentitem{border-top-right-radius:0px;}
#module_365790881 .normal_ImgtextBox_contentitem{border-bottom-left-radius:0px;}
#module_365790881 .normal_ImgtextBox_contentitem{border-bottom-right-radius:0px;}
#module_365790881 .normal_ImgtextBox_contentitem{border-top-color:rgba(0, 0, 0, 0);}
#module_365790881 .normal_ImgtextBox_contentitem{border-top-style:none;}
#module_365790881 .normal_ImgtextBox_contentitem{border-top-width:0px;}
#module_365790881 .normal_ImgtextBox_contentitem{border-right-color:rgba(0, 0, 0, 0);}
#module_365790881 .normal_ImgtextBox_contentitem{border-right-style:none;}
#module_365790881 .normal_ImgtextBox_contentitem{border-right-width:0px;}
#module_365790881 .normal_ImgtextBox_contentitem{border-bottom-color:rgba(0, 0, 0, 0);}
#module_365790881 .normal_ImgtextBox_contentitem{border-bottom-style:none;}
#module_365790881 .normal_ImgtextBox_contentitem{border-bottom-width:0px;}
#module_365790881 .normal_ImgtextBox_contentitem{border-left-color:rgba(0, 0, 0, 0);}
#module_365790881 .normal_ImgtextBox_contentitem{border-left-style:none;}
#module_365790881 .normal_ImgtextBox_contentitem{border-left-width:0px;}
#module_365790881 .showHandle .btn{font-size:14px;}
#module_365790881 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_365790881 .showHandle .btn{color:#333;}
#module_365790881 .showHandle .btn{font-weight:400;}
#module_365790881 .showHandle .btn{text-decoration:none;}
#module_365790881 .showHandle .btn{font-style:normal;}
#module_365790881 .showHandle div{border-top-color:#ddd !important;}
#module_365790881 .showHandle div{border-top-style:solid !important;}
#module_365790881 .showHandle div{border-top-width:1px !important;}
#module_365790881 .showHandle{background-color:transparent;}
#module_365790881 .showHandle{background-image:none;}
#module_365790881 .showHandle{background-repeat:no-repeat;}
#module_365790881 .showHandle{}
#module_365790881 .showHandle{}
#module_365790881 .showHandle{}
#module_365790881 .normal_ImgtextBox_contentitem:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_365790881 .normal_ImgtextBox_contentitem:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_365790881 .normal_ImgtextBox_contentitem:hover{border-top-style:none;}
#module_365790881 .normal_ImgtextBox_contentitem:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_365790881 .normal_ImgtextBox_contentitem:hover{border-right-style:none;}
#module_365790881 .normal_ImgtextBox_contentitem:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_365790881 .normal_ImgtextBox_contentitem:hover{border-bottom-style:none;}
#module_365790881 .normal_ImgtextBox_contentitem:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_365790881 .normal_ImgtextBox_contentitem:hover{border-left-style:none;}
#module_365790881 a{font-size:unset;font-family:unset}
.module_365787470 .ModuleHead .HeadCenter{float:none;}
#module_365787470 {
padding:0px;
}
#module_365787470 {
position:static;
z-index:0;
top:1160px;
left:1618px;
width:100%;
height: auto;
}
#module_365787470 .ModuleHead365787470 {
display:none;
}
#module_365787470 .BodyCenter.BodyCenter365787470 {
background:none;background-color:rgb(250, 250, 250);
}
#module_365787470 >.module_365787470 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365787470 >.module_365787470{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365787470 .BodyCenter.BodyCenter365787470 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365787470 .BodyCenter.BodyCenter365787470 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_365787470 >.module_365787470 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365787470 >.module_365787470 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_365787470 >.module_365787470 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365787470:hover {
border:none;
}
#module_365787470:hover >.module_365787470 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365787470 .ModuleSubContainer{background-color:transparent;}
#module_365787470 .ModuleSubContainer{background-image:none;}
#module_365787470 .ModuleSubContainer{background-repeat:no-repeat;}
#module_365787470 .ModuleSubContainer{background-position:0% 0%;}
#module_365787470 .ModuleSubContainer{background-attachment:scroll;}
#module_365787470 .ModuleSubContainer{}
#module_365787470 {!bgVideo!}{bgVideoUrl:none}
#module_365787470 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_365787470 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_365787470 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer365787470 {}
.module_365787471 .ModuleHead .HeadCenter{float:none;}
#module_365787471 {
padding:0px;
}
#module_365787471 {
position:static;
z-index:0;
top:1640px;
left:1026px;
width:100%;
height: auto;
}
#module_365787471 .ModuleHead365787471 {
display:none;
}
#module_365787471 {
border:none;
}
@media screen and (min-width: 768px){
#module_365787471 >.module_365787471 {
margin-top:2.9167%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365787471 >.module_365787471 {
}
}

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

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

#module_365787474 .hrbox{justify-content:;}
#module_365787474 .hr-line{width:50px;max-width:50px;}
#module_365787474 .hr-line{border-bottom-color:rgb(46, 120, 23);}
#module_365787474 .hr-line{border-bottom-style:solid;}
#module_365787474 .hr-line{border-bottom-width:3px;}

.module_365787473 .ModuleHead .HeadCenter{float:none;}
#module_365787473 {
padding:0px;
}
#module_365787473 {
position:static;
z-index:0;
top:1323px;
left:1087px;
width:100%;
height: auto;
}
#module_365787473 .ModuleHead365787473 {
display:none;
}

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

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

#module_365786925 .ModuleSubContainer{background-color:transparent;}
#module_365786925 .ModuleSubContainer{background-image:none;}
#module_365786925 .ModuleSubContainer{background-repeat:no-repeat;}
#module_365786925 .ModuleSubContainer{background-position:0% 0%;}
#module_365786925 .ModuleSubContainer{background-attachment:scroll;}
#module_365786925 .ModuleSubContainer{}
#module_365786925 {!bgVideo!}{bgVideoUrl:none}
#module_365786925 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_365786925 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_365786925 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer365786925 {}
/*轮播图样式*/
.ModuleSlideV2Giant.layout-101 .slider-layout-101 {width: 100%; height: auto; margin: auto; position: relative;font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slider-layout-101 .slider-layout-content:not(:first-child) {position: absolute; left: 0; top: 0; opacity: 0;}
.ModuleSlideV2Giant.layout-101 .slick-dotted.slick-slider {margin-bottom: 0; font-size: 0;}
.ModuleSlideV2Giant.layout-101 .slide-box img {position: relative; left: 50%; transform: translate(-50%);}
.ModuleSlideV2Giant.layout-101 .slide-box .swiperImg {width:100% !important;}
.ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 30px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li {width: auto; height: auto; margin: 0 12px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 18px; height: 18px; padding: 6px; border-radius: 18px; border: unset; border: 1px solid rgba(255, 255, 255, 0);}
.ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 6px; height: 6px; opacity: 1; font-size: 0; background-color: #fff; border-radius: 6px; top: 6px; left: 6px;}
.ModuleSlideV2Giant.layout-101 .slick-dots li button:hover {border: 1px solid #fff;}
.ModuleSlideV2Giant.layout-101 .slick-dots li.slick-active button {border-color: rgba(255, 255, 255, 1);}
.ModuleSlideV2Giant.layout-101 .slide-box video{
    width: 100%;
    height: 100%;
    min-height: 32px;
    display: block;
}
@media (min-width: 1000px) and (max-width: 1920px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 6%}
    .ModuleSlideV2Giant.layout-101 .slick-prev {left:2.5%;}
    .ModuleSlideV2Giant.layout-101 .slick-next {right:2.5%;}
}

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

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


}

@media only screen and (max-width: 767px) {
    .ModuleSlideV2Giant.layout-101 .slick-dots {bottom: 20px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li {margin: 0 7.5px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button {width: 15px; height: 15px;}
    .ModuleSlideV2Giant.layout-101 .slick-dots li button:before {width: 5px; height: 5px; top: 5px; left: 5px;}
}.module_365787249 .ModuleHead .HeadCenter{float:none;}
#module_365787249 {
padding:0px;
}
#module_365787249 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_365787249 .ModuleHead365787249 {
display:none;
}
#module_365787249 .BodyCenter.BodyCenter365787249 {
background:none;background-color:rgba(0,0,0,0);
}
#module_365787249 >.module_365787249 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365787249 >.module_365787249{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365787249 .BodyCenter.BodyCenter365787249 {
padding-top:1.2500%;
padding-left:0.0000%;
padding-right:1.2500%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365787249 .BodyCenter.BodyCenter365787249 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_365787249 >.module_365787249 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365787249 >.module_365787249 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_365787249 >.module_365787249 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365787249:hover {
border:none;
}
#module_365787249:hover >.module_365787249 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365787249 .slick-dots li button:before{background-color:rgba(0, 0, 0, .5);}
#module_365787249 .slick-dots li button{border-color:rgba(255, 255, 255, 0);}
#module_365787249 .slick-dots li.slick-active button:before, #module_365787249 .slick-dots li:hover button:before{background-color:rgba(255, 255, 255, 1);}
#module_365787249 .slick-dots li.slick-active button, #module_365787249 .slick-dots li button:hover{border-color:rgba(255, 255, 255, 1);}
.module_365787342 .ModuleHead .HeadCenter{float:none;}
#module_365787342 {
padding:0px;
}
#module_365787342 {
position:absolute;
z-index:100;
top:37%;
left:0%;
width:100%;
height:21%;
}
#module_365787342 .ModuleHead365787342 {
display:none;
}
#module_365787342 {
border:none;
}
@media screen and (min-width: 768px){
#module_365787342 >.module_365787342 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.2545%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365787342 >.module_365787342 {
}
}

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

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

#module_365787049 .slick-dots li button:before{background-color:rgba(0,0,0,0);}
#module_365787049 .slick-dots li button{border-color:rgba(0,0,0,0);}
#module_365787049 .slick-dots li.slick-active button:before, #module_365787049 .slick-dots li:hover button:before{background-color:rgba(0,0,0,0);}
#module_365787049 .slick-dots li.slick-active button, #module_365787049 .slick-dots li button:hover{border-color:rgba(0,0,0,0);}
.module_365787070 .ModuleHead .HeadCenter{float:none;}
#module_365787070 {
padding:0px;
}
#module_365787070 {
position:absolute;
z-index:99;
top:30%;
left:30%;
width:33%;
height:42%;
}
#module_365787070 .ModuleHead365787070 {
display:none;
}
#module_365787070 {
border:none;
}
@media screen and (min-width: 768px){
#module_365787070 >.module_365787070 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365787070 >.module_365787070 {
}
}

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

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

#module_365787068 .slick-dots li button:before{background-color:rgba(0, 0, 0, .5);}
#module_365787068 .slick-dots li button{border-color:rgba(255, 255, 255, 0);}
#module_365787068 .slick-dots li.slick-active button:before, #module_365787068 .slick-dots li:hover button:before{background-color:rgba(255, 255, 255, 1);}
#module_365787068 .slick-dots li.slick-active button, #module_365787068 .slick-dots li button:hover{border-color:rgba(255, 255, 255, 1);}
.module_365787072 .ModuleHead .HeadCenter{float:none;}
#module_365787072 {
padding:0px;
}
#module_365787072 {
position:absolute;
z-index:99;
top:28%;
left:31%;
width:31%;
height:43%;
}
#module_365787072 .ModuleHead365787072 {
display:none;
}
#module_365787072 {
border:none;
}
@media screen and (min-width: 768px){
#module_365787072 >.module_365787072 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365787072 >.module_365787072 {
}
}

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

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

#module_365787067 .slick-dots li button:before{background-color:rgba(0, 0, 0, .5);}
#module_365787067 .slick-dots li button{border-color:rgba(255, 255, 255, 0);}
#module_365787067 .slick-dots li.slick-active button:before, #module_365787067 .slick-dots li:hover button:before{background-color:rgba(255, 255, 255, 1);}
#module_365787067 .slick-dots li.slick-active button, #module_365787067 .slick-dots li button:hover{border-color:rgba(255, 255, 255, 1);}
.module_365787071 .ModuleHead .HeadCenter{float:none;}
#module_365787071 {
padding:0px;
}
#module_365787071 {
position:absolute;
z-index:99;
top:30%;
left:34%;
width:33%;
height:40%;
}
#module_365787071 .ModuleHead365787071 {
display:none;
}
#module_365787071 {
border:none;
}
@media screen and (min-width: 768px){
#module_365787071 >.module_365787071 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365787071 >.module_365787071 {
}
}

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

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

#module_365787069 .slick-dots li button:before{background-color:rgba(0, 0, 0, .5);}
#module_365787069 .slick-dots li button{border-color:rgba(255, 255, 255, 0);}
#module_365787069 .slick-dots li.slick-active button:before, #module_365787069 .slick-dots li:hover button:before{background-color:rgba(255, 255, 255, 1);}
#module_365787069 .slick-dots li.slick-active button, #module_365787069 .slick-dots li button:hover{border-color:rgba(255, 255, 255, 1);}
.module_365787073 .ModuleHead .HeadCenter{float:none;}
#module_365787073 {
padding:0px;
}
#module_365787073 {
position:absolute;
z-index:99;
top:22%;
left:39%;
width:28%;
height:44%;
}
#module_365787073 .ModuleHead365787073 {
display:none;
}
#module_365787073 .BodyCenter.BodyCenter365787073 {
background:none;background-color:rgba(0,0,0,0);
}
#module_365787073 >.module_365787073 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365787073 >.module_365787073{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365787073 .BodyCenter.BodyCenter365787073 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_365787073 .BodyCenter.BodyCenter365787073 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_365787073 >.module_365787073 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365787073 >.module_365787073 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_365787073 >.module_365787073 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365787073:hover {
border:none;
}
#module_365787073:hover >.module_365787073 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

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

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

#module_365787416 .ModuleSubContainer{background-color:transparent;}
#module_365787416 .ModuleSubContainer{background-image:none;}
#module_365787416 .ModuleSubContainer{background-repeat:no-repeat;}
#module_365787416 .ModuleSubContainer{background-position:0% 0%;}
#module_365787416 .ModuleSubContainer{background-attachment:scroll;}
#module_365787416 .ModuleSubContainer{}
#module_365787416 {!bgVideo!}{bgVideoUrl:none}
#module_365787416 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_365787416 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_365787416 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer365787416 {}
.module_365787079 .ModuleHead .HeadCenter{float:none;}
#module_365787079 {
padding:0px;
}
#module_365787079 {
position:static;
z-index:0;
top:1640px;
left:1026px;
width:100%;
height: auto;
}
#module_365787079 .ModuleHead365787079 {
display:none;
}
#module_365787079 {
border:none;
}
@media screen and (min-width: 768px){
#module_365787079 >.module_365787079 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365787079 >.module_365787079 {
margin-top:5.1873%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

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

#module_365787435 .hrbox{justify-content:;}
#module_365787435 .hr-line{width:50px;max-width:50px;}
#module_365787435 .hr-line{border-bottom-color:rgb(46, 120, 23);}
#module_365787435 .hr-line{border-bottom-style:solid;}
#module_365787435 .hr-line{border-bottom-width:3px;}

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

#module_365787433 .ModuleImageTextGiantContent{margin-top:0px;}
#module_365787433 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_365787433 .ModuleImageTextGiantContent{margin-left:0px;}
#module_365787433 .ModuleImageTextGiantContent{margin-right:0px;}
#module_365787433 .imageTextGiant-Container{padding-top:10px;}
#module_365787433 .imageTextGiant-Container{padding-bottom:10px;}
#module_365787433 .imageTextGiant-Container{padding-left:10px;}
#module_365787433 .imageTextGiant-Container{padding-right:10px;}
#module_365787433 .showHandle .btn{font-size:14px;}
#module_365787433 .showHandle .btn{font-family:;}
#module_365787433 .showHandle .btn{color:#333;}
#module_365787433 .showHandle .btn{font-weight:400;}
#module_365787433 .showHandle .btn{text-decoration:none;}
#module_365787433 .showHandle .btn{font-style:normal;}
#module_365787433 .showHandle div{border-top-color:#ddd !important;}
#module_365787433 .showHandle div{border-top-style:solid !important;}
#module_365787433 .showHandle div{border-top-width:1px !important;}
#module_365787433 .showHandle{background-color:transparent;}
#module_365787433 .showHandle{}
#module_365787433 .showHandle{background-repeat:no-repeat;}
#module_365787433 .showHandle{}
#module_365787433 .showHandle{}
#module_365787433 .showHandle{}
#module_365787433 a{font-size:unset;font-family:unset}
.module_368892736 .ModuleHead .HeadCenter{float:none;}
#module_368892736 {
padding:0px;
}
#module_368892736 {
position:static;
z-index:1;
top:148px;
left:0px;
width:100%;
height: auto;
}
#module_368892736 .ModuleHead368892736 {
display:none;
}

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

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

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

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

#module_365787421 .ModuleImageTextGiantContent{margin-top:px;}
#module_365787421 .ModuleImageTextGiantContent{margin-bottom:px;}
#module_365787421 .ModuleImageTextGiantContent{margin-left:px;}
#module_365787421 .ModuleImageTextGiantContent{margin-right:px;}
#module_365787421 .imageTextGiant-Container{padding-top:10px;}
#module_365787421 .imageTextGiant-Container{padding-bottom:10px;}
#module_365787421 .imageTextGiant-Container{padding-left:10px;}
#module_365787421 .imageTextGiant-Container{padding-right:10px;}
#module_365787421 .showHandle .btn{font-size:px;}
#module_365787421 .showHandle .btn{font-family:;}
#module_365787421 .showHandle .btn{color:;}
#module_365787421 .showHandle .btn{}
#module_365787421 .showHandle .btn{}
#module_365787421 .showHandle .btn{}
#module_365787421 .showHandle div{border-top-color: !important;}
#module_365787421 .showHandle div{border-top-style: !important;}
#module_365787421 .showHandle div{border-top-width:px !important;}
#module_365787421 .showHandle{background-color:;}
#module_365787421 .showHandle{}
#module_365787421 .showHandle{}
#module_365787421 .showHandle{}
#module_365787421 .showHandle{}
#module_365787421 .showHandle{}
#module_365787421 a{font-size:unset;font-family:unset}
.ModuleImageGiant.layout-107 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-107 img{
	margin: auto;
    max-width: 100%;
	border: none;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition-duration: 500ms;
    -webkit-transition-duration:500ms;
}

.module_365787418 .ModuleHead .HeadCenter{float:none;}
#module_365787418 {
padding:0px;
}
#module_365787418 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_365787418 .ModuleHead365787418 {
display:none;
}
#module_365787418 {
border:none;
}
@media screen and (min-width: 768px){
#module_365787418 >.module_365787418 {
margin-top:12.8333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365787418 >.module_365787418 {
}
}

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

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

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

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

#module_365787422 .ModuleImageTextGiantContent{margin-top:0px;}
#module_365787422 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_365787422 .ModuleImageTextGiantContent{margin-left:0px;}
#module_365787422 .ModuleImageTextGiantContent{margin-right:10px;}
#module_365787422 .imageTextGiant-Container{padding-top:10px;}
#module_365787422 .imageTextGiant-Container{padding-bottom:10px;}
#module_365787422 .imageTextGiant-Container{padding-left:10px;}
#module_365787422 .imageTextGiant-Container{padding-right:10px;}
#module_365787422 .showHandle .btn{font-size:px;}
#module_365787422 .showHandle .btn{font-family:;}
#module_365787422 .showHandle .btn{color:;}
#module_365787422 .showHandle .btn{}
#module_365787422 .showHandle .btn{}
#module_365787422 .showHandle .btn{}
#module_365787422 .showHandle div{border-top-color: !important;}
#module_365787422 .showHandle div{border-top-style: !important;}
#module_365787422 .showHandle div{border-top-width:px !important;}
#module_365787422 .showHandle{background-color:;}
#module_365787422 .showHandle{}
#module_365787422 .showHandle{}
#module_365787422 .showHandle{}
#module_365787422 .showHandle{}
#module_365787422 .showHandle{}
#module_365787422 a{font-size:unset;font-family:unset}
.module_368890930 .ModuleHead .HeadCenter{float:none;}
#module_368890930 {
padding:0px;
}
#module_368890930 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_368890930 .ModuleHead368890930 {
display:none;
}

#module_368890930 .ModuleSubContainer{background-color:transparent;}
#module_368890930 .ModuleSubContainer{}
#module_368890930 .ModuleSubContainer{background-repeat:no-repeat;}
#module_368890930 .ModuleSubContainer{background-position:0% 0%;}
#module_368890930 .ModuleSubContainer{background-attachment:scroll;}
#module_368890930 .ModuleSubContainer{}
#module_368890930 {!bgVideo!}{bgVideoUrl:}
#module_368890930 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_368890930 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_368890930 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer368890930 {}
/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-109 .imageTextGiant-Container .row { display: flex; flex-wrap: wrap;justify-content: center;}
.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_368891633 .ModuleHead .HeadCenter{float:none;}
#module_368891633 {
padding:0px;
}
#module_368891633 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_368891633 .ModuleHead368891633 {
display:none;
}
#module_368891633 .BodyCenter.BodyCenter368891633 {
background:none;background-color:rgba(0,0,0,0);
}
#module_368891633 >.module_368891633 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_368891633 >.module_368891633{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_368891633 .BodyCenter.BodyCenter368891633 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_368891633 .BodyCenter.BodyCenter368891633 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_368891633 >.module_368891633 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_368891633 >.module_368891633 {
margin-top:2.3055%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_368891633 >.module_368891633 {box-shadow: 0px 0px 0px 0px #ccc}
#module_368891633:hover {
border:none;
}
#module_368891633:hover >.module_368891633 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

#module_365790918 .ModuleSubContainer{background-color:transparent;}
#module_365790918 .ModuleSubContainer{background-image:none;}
#module_365790918 .ModuleSubContainer{background-repeat:no-repeat;}
#module_365790918 .ModuleSubContainer{background-position:0% 0%;}
#module_365790918 .ModuleSubContainer{background-attachment:scroll;}
#module_365790918 .ModuleSubContainer{}
#module_365790918 {!bgVideo!}{bgVideoUrl:none}
#module_365790918 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_365790918 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_365790918 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer365790918 {max-width:none;width:100%;}
.module_365790921 .ModuleHead .HeadCenter{float:none;}
#module_365790921 {
padding:0px;
}
#module_365790921 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_365790921 .ModuleHead365790921 {
display:none;
}

#module_365790921 .slick-dots li button:before{background-color:rgba(0, 0, 0, .5);}
#module_365790921 .slick-dots li button{border-color:rgba(255, 255, 255, 0);}
#module_365790921 .slick-dots li.slick-active button:before, #module_365790921 .slick-dots li:hover button:before{background-color:rgba(255, 255, 255, 1);}
#module_365790921 .slick-dots li.slick-active button, #module_365790921 .slick-dots li button:hover{border-color:rgba(255, 255, 255, 1);}
.module_365790932 .ModuleHead .HeadCenter{float:none;}
#module_365790932 {
padding:0px;
}
#module_365790932 {
position:absolute;
z-index:99;
top:7%;
left:0%;
width:100%;
height:29%;
}
#module_365790932 .ModuleHead365790932 {
display:none;
}

#module_365790932 .ModuleImageTextGiantContent{margin-top:0px;}
#module_365790932 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_365790932 .ModuleImageTextGiantContent{margin-left:0px;}
#module_365790932 .ModuleImageTextGiantContent{margin-right:0px;}
#module_365790932 .imageTextGiant-Container{padding-top:10px;}
#module_365790932 .imageTextGiant-Container{padding-bottom:10px;}
#module_365790932 .imageTextGiant-Container{padding-left:10px;}
#module_365790932 .imageTextGiant-Container{padding-right:10px;}
#module_365790932 .showHandle .btn{font-size:14px;}
#module_365790932 .showHandle .btn{font-family:;}
#module_365790932 .showHandle .btn{color:#333;}
#module_365790932 .showHandle .btn{font-weight:400;}
#module_365790932 .showHandle .btn{text-decoration:none;}
#module_365790932 .showHandle .btn{font-style:normal;}
#module_365790932 .showHandle div{border-top-color:#ddd !important;}
#module_365790932 .showHandle div{border-top-style:solid !important;}
#module_365790932 .showHandle div{border-top-width:1px !important;}
#module_365790932 .showHandle{background-color:transparent;}
#module_365790932 .showHandle{}
#module_365790932 .showHandle{background-repeat:no-repeat;}
#module_365790932 .showHandle{}
#module_365790932 .showHandle{}
#module_365790932 .showHandle{}
#module_365790932 a{font-size:unset;font-family:unset}
.ModuleDigitalIncreaseGiant.layout-103 .digital-describe{text-align: center;color: #999;font-size: 12px;min-height: 36px;margin-top: 12px;padding: 0 20px}
.ModuleDigitalIncreaseGiant.layout-103 .circleChart_text{font-size: 24px !important}
.ModuleDigitalIncreaseGiant.layout-103 .digitalIncreaseGiant-Container .digital-row {
	display: flex;
	margin: auto;
	padding-top: 10px;
}

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

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

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

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

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

.ModuleDigitalIncreaseGiant.layout-103 .digitalIncreaseGiant-Container .digital-num {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: calc(100% - 61px);
	font-weight: lighter;
	font-family: 'MicrosoftYaHeiUILight';
}

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

.ModuleDigitalIncreaseGiant.layout-103 .digitalIncreaseGiant-Container .digital-title {
	padding: 0 20px;
	font-size: 16px;
	margin-top: 22px;
	text-align: center;
}

@media (max-width: 767px) {
	.ModuleDigitalIncreaseGiant.layout-103 .digitalIncreaseGiant-Container .digital-row {
		overflow: hidden;
		display: block;
	}

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

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

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

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

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

	.ModuleDigitalIncreaseGiant.layout-103 .digitalIncreaseGiant-Container .digital-title {
		margin-top: 5pt;
		font-size: 14px;
	}

	.ModuleDigitalIncreaseGiant.layout-103 .digital-describe{min-height: 70px;height:auto}
}.module_365790949 .ModuleHead .HeadCenter{float:none;}
#module_365790949 {
padding:0px;
}
#module_365790949 {
position:absolute;
z-index:99;
top:42%;
left:0%;
width:100%;
height:47%;
}
#module_365790949 .ModuleHead365790949 {
display:none;
}
#module_365790949 .BodyCenter.BodyCenter365790949 {
background:none;background-color:rgba(0,0,0,0);
}
#module_365790949 >.module_365790949 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365790949 >.module_365790949{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365790949 .BodyCenter.BodyCenter365790949 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365790949 .BodyCenter.BodyCenter365790949 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_365790949 >.module_365790949 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365790949 >.module_365790949 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_365790949 >.module_365790949 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365790949:hover {
border:none;
}
#module_365790949:hover >.module_365790949 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365790949 .circleChart_text{font-size:24px!important;}
#module_365790949 .circleChart_text{font-family:微软雅黑,Microsoft YaHei!important;}
#module_365790949 .circleChart_text{color:rgb(255, 255, 255);}
#module_365790949 .circleChart_text{font-weight:normal;}
#module_365790949 .circleChart_text{text-decoration:none;}
#module_365790949 .circleChart_text{font-style:normal;}
#module_365790949 .digital-describe{font-size:10px;}
#module_365790949 .digital-describe{font-family:微软雅黑,Microsoft YaHei;}
#module_365790949 .digital-describe{color:rgb(255, 255, 255);}
#module_365790949 .digital-describe{font-weight:normal;}
#module_365790949 .digital-describe{text-decoration:none;}
#module_365790949 .digital-describe{font-style:normal;}
#module_365790949 .digital-title{margin-top:px;}
#module_365790949 .digital-title{margin-left:px;}
#module_365790949 .digital-title{margin-right:px;}
#module_365790949 .digital-title{margin-bottom:px;}
#module_365790949 .digital-title{font-size:13px;}
#module_365790949 .digital-title{font-family:微软雅黑,Microsoft YaHei;}
#module_365790949 .digital-title{color:rgb(255, 255, 255);}
#module_365790949 .digital-title{font-weight:normal;}
#module_365790949 .digital-title{text-decoration:none;}
#module_365790949 .digital-title{font-style:normal;}
#module_365790949 .digital-unit{color:#000;}
#module_365790949 .digital-progress{color:rgb(0, 176, 80);}
#module_365790949 .digital-default{color:rgb(255, 255, 255);}

#module_365790921 .SubContainer {}

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

#module_365787618 .ModuleSubContainer{background-color:transparent;}
#module_365787618 .ModuleSubContainer{background-image:none;}
#module_365787618 .ModuleSubContainer{background-repeat:no-repeat;}
#module_365787618 .ModuleSubContainer{background-position:0% 0%;}
#module_365787618 .ModuleSubContainer{background-attachment:scroll;}
#module_365787618 .ModuleSubContainer{}
#module_365787618 {!bgVideo!}{bgVideoUrl:none}
#module_365787618 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_365787618 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_365787618 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer365787618 {}
.module_365787619 .ModuleHead .HeadCenter{float:none;}
#module_365787619 {
padding:0px;
}
#module_365787619 {
position:static;
z-index:0;
top:1640px;
left:1026px;
width:100%;
height: auto;
}
#module_365787619 .ModuleHead365787619 {
display:none;
}
#module_365787619 {
border:none;
}
@media screen and (min-width: 768px){
#module_365787619 >.module_365787619 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365787619 >.module_365787619 {
}
}

#module_365787619 .ModuleImageTextGiantContent{margin-top:0px;}
#module_365787619 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_365787619 .ModuleImageTextGiantContent{margin-left:0px;}
#module_365787619 .ModuleImageTextGiantContent{margin-right:0px;}
#module_365787619 .imageTextGiant-Container{padding-top:10px;}
#module_365787619 .imageTextGiant-Container{padding-bottom:10px;}
#module_365787619 .imageTextGiant-Container{padding-left:10px;}
#module_365787619 .imageTextGiant-Container{padding-right:10px;}
#module_365787619 .showHandle .btn{font-size:14px;}
#module_365787619 .showHandle .btn{font-family:;}
#module_365787619 .showHandle .btn{color:#333;}
#module_365787619 .showHandle .btn{font-weight:400;}
#module_365787619 .showHandle .btn{text-decoration:none;}
#module_365787619 .showHandle .btn{font-style:normal;}
#module_365787619 .showHandle div{border-top-color:#ddd !important;}
#module_365787619 .showHandle div{border-top-style:solid !important;}
#module_365787619 .showHandle div{border-top-width:1px !important;}
#module_365787619 .showHandle{background-color:transparent;}
#module_365787619 .showHandle{}
#module_365787619 .showHandle{background-repeat:no-repeat;}
#module_365787619 .showHandle{}
#module_365787619 .showHandle{}
#module_365787619 .showHandle{}
#module_365787619 a{font-size:unset;font-family:unset}
.module_368893130 .ModuleHead .HeadCenter{float:none;}
#module_368893130 {
padding:0px;
}
#module_368893130 {
position:static;
z-index:1;
top:3090px;
left:254px;
width:100%;
height: auto;
}
#module_368893130 .ModuleHead368893130 {
display:none;
}
#module_368893130 {
border:none;
}
@media screen and (min-width: 768px){
#module_368893130 >.module_368893130 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_368893130 >.module_368893130 {
}
}

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

#module_365787622 .hrbox{justify-content:;}
#module_365787622 .hr-line{width:50px;max-width:50px;}
#module_365787622 .hr-line{border-bottom-color:rgb(46, 120, 23);}
#module_365787622 .hr-line{border-bottom-style:solid;}
#module_365787622 .hr-line{border-bottom-width:3px;}

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

#module_365787621 .ModuleImageTextGiantContent{margin-top:0px;}
#module_365787621 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_365787621 .ModuleImageTextGiantContent{margin-left:0px;}
#module_365787621 .ModuleImageTextGiantContent{margin-right:0px;}
#module_365787621 .imageTextGiant-Container{padding-top:10px;}
#module_365787621 .imageTextGiant-Container{padding-bottom:10px;}
#module_365787621 .imageTextGiant-Container{padding-left:10px;}
#module_365787621 .imageTextGiant-Container{padding-right:10px;}
#module_365787621 .showHandle .btn{font-size:14px;}
#module_365787621 .showHandle .btn{font-family:;}
#module_365787621 .showHandle .btn{color:#333;}
#module_365787621 .showHandle .btn{font-weight:400;}
#module_365787621 .showHandle .btn{text-decoration:none;}
#module_365787621 .showHandle .btn{font-style:normal;}
#module_365787621 .showHandle div{border-top-color:#ddd !important;}
#module_365787621 .showHandle div{border-top-style:solid !important;}
#module_365787621 .showHandle div{border-top-width:1px !important;}
#module_365787621 .showHandle{background-color:transparent;}
#module_365787621 .showHandle{}
#module_365787621 .showHandle{background-repeat:no-repeat;}
#module_365787621 .showHandle{}
#module_365787621 .showHandle{}
#module_365787621 .showHandle{}
#module_365787621 a{font-size:unset;font-family:unset}
.module_368893426 .ModuleHead .HeadCenter{float:none;}
#module_368893426 {
padding:0px;
}
#module_368893426 {
position:static;
z-index:0;
top:3140px;
left:276px;
width:100%;
height: auto;
}
#module_368893426 .ModuleHead368893426 {
display:none;
}

#module_368893426 .ModuleImageTextGiantContent{margin-top:0px;}
#module_368893426 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_368893426 .ModuleImageTextGiantContent{margin-left:0px;}
#module_368893426 .ModuleImageTextGiantContent{margin-right:0px;}
#module_368893426 .imageTextGiant-Container{padding-top:10px;}
#module_368893426 .imageTextGiant-Container{padding-bottom:10px;}
#module_368893426 .imageTextGiant-Container{padding-left:10px;}
#module_368893426 .imageTextGiant-Container{padding-right:10px;}
#module_368893426 .showHandle .btn{font-size:14px;}
#module_368893426 .showHandle .btn{font-family:;}
#module_368893426 .showHandle .btn{color:#333;}
#module_368893426 .showHandle .btn{font-weight:400;}
#module_368893426 .showHandle .btn{text-decoration:none;}
#module_368893426 .showHandle .btn{font-style:normal;}
#module_368893426 .showHandle div{border-top-color:#ddd !important;}
#module_368893426 .showHandle div{border-top-style:solid !important;}
#module_368893426 .showHandle div{border-top-width:1px !important;}
#module_368893426 .showHandle{background-color:transparent;}
#module_368893426 .showHandle{}
#module_368893426 .showHandle{background-repeat:no-repeat;}
#module_368893426 .showHandle{}
#module_368893426 .showHandle{}
#module_368893426 .showHandle{}
#module_368893426 a{font-size:unset;font-family:unset}
@keyframes liner {
	0% {
		width: 10%;
	}

	30% {
		width: 20%;
	}

	60% {
		width: 60%;
	}

	100% {
		width: 100%;
	}
}

.ModuleNewsListGiant.layout-110 .news-item {
	float: left;
	position: relative;
	cursor: pointer;
	background: #fff;
	margin-bottom: 2%
}

.ModuleNewsListGiant.layout-110 .news-item .news-img .dummy {
	padding-top: 66.666%;
}

.ModuleNewsListGiant.layout-110 .news-item .news-img {
	list-style-type: none;
	display: block;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	position: relative;
	margin: auto
}

.ModuleNewsListGiant.layout-110 .news-item .news-img img {
	transition: all .3s ease-out 0s;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	width: 100%;
	margin: auto;
	padding: auto;
	display: block;
}

.ModuleNewsListGiant.layout-110 .news-item:hover .news-img img {
	transform: scale(1.2);
}

.ModuleNewsListGiant.layout-110 .news-item .news-tit {
	position: relative;
	padding-top: 20px;
}

.ModuleNewsListGiant.layout-110 .news-item .news-title {}

.ModuleNewsListGiant.layout-110 .news-item:hover time:before {
	margin-bottom: -10px;
	/* background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff)); */
	-webkit-animation: liner 0.6s linear 1;
	-webkit-animation-fill-mode: both;
	border-bottom-color: #2196f3;
}

.ModuleNewsListGiant.layout-110 .news-item:hover .news-title {
	color: #2196f3
}

.ModuleNewsListGiant.layout-110 .news-item time {
	position: relative;
	font-size: 12px;
	display: block;
	margin: 11px 0 10px 0;
}

.ModuleNewsListGiant.layout-110 .news-item time:before {
	margin-bottom: -10px;
	transition: all 0.1s cubic-bezier(.23, 1, .38, 1) 0.1s;
	position: absolute;
	height: 1px;
	width: 100%;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
}

.ModuleNewsListGiant.layout-110 .news-item .news-tit .news-name {
	padding: 0 0 5px 0;
}

.ModuleNewsListGiant.layout-110 .news-item .news-tit .news-desc {
	color: #999;
	line-height: 22px;
	margin-top: 31px
}

.ModuleNewsListGiant.layout-110 li.news-item img {
	height: auto;
}

.ModuleNewsListGiant.layout-110 .laout-110-title {
	vertical-align: middle;
}

.ModuleNewsListGiant.layout-110 .label-box {
	font-size: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ModuleNewsListGiant.layout-110 .news-label {
	display: inline-block;
	font-size: 12px;
	color: #999;
	padding: 0 10px;
	margin-top: 18px;
	border-left: 1px solid #eee;
	line-height: 1.5;
}

.ModuleNewsListGiant.layout-110 .videobox .Mantle {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .3;
	z-index: 9;
}

.ModuleNewsListGiant.layout-110 .videobox .iconfont {
	display: block;
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 10;
	font-size: 66px;
	color: #fff;
	transform: translate(-50%, -50%);
}

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

/*手机屏幕*/
@media (max-width: 767px) {
	.ModuleNewsListGiant.layout-110 .news-container {
		width: 100%;
		overflow: hidden
	}

	.ModuleNewsListGiant.layout-110 li.col-xs-1 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.ModuleNewsListGiant.layout-110 li.col-xs-2 {
		width: calc((100% - 3.6%) / 2);
		padding-right: 0;
		padding-left: 0;
		margin-right: 3.6%
	}

	.ModuleNewsListGiant.layout-110 li.col-xs-2:nth-child(2n) {
		margin-right: 0%
	}
}

/*PC屏幕*/
@media (min-width: 768px) {
	.ModuleNewsListGiant.layout-110 .news-container {
		display: flex;
		flex-wrap: wrap;
	}

	.ModuleNewsListGiant.layout-110 li.col-lg-1 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.ModuleNewsListGiant.layout-110 li.col-lg-2 {
		width: calc((100% - 2%) / 2);
		padding-right: 0;
		padding-left: 0;
		margin-right: 2%;
	}

	.ModuleNewsListGiant.layout-110 li.col-lg-3 {
		width: calc((100% - 6%) / 3);
		padding-right: 0;
		padding-left: 0;
		margin-right: 3%;
	}

	.ModuleNewsListGiant.layout-110 li.col-lg-4 {
		width: calc((100% - 7.98%) / 4);
		padding-right: 0;
		padding-left: 0;
		margin-right: 2.66%;
	}

	.ModuleNewsListGiant.layout-110 li.col-lg-5 {
		width: calc((100% - 10%) / 5);
		padding-right: 0;
		padding-left: 0;
		margin-right: 2.5%;
	}

	.ModuleNewsListGiant.layout-110 li.col-lg-6 {
		width: calc((100% - 10%) / 6);
		padding-right: 0;
		padding-left: 0;
		margin-right: 2%;
	}

	.ModuleNewsListGiant.layout-110 li.col-lg-2:nth-child(2n),
	.ModuleNewsListGiant.layout-110 li.col-lg-3:nth-child(3n),
	.ModuleNewsListGiant.layout-110 li.col-lg-4:nth-child(4n),
	.ModuleNewsListGiant.layout-110 li.col-lg-5:nth-child(5n),
	.ModuleNewsListGiant.layout-110 li.col-lg-6:nth-child(6n) {
		margin-right: 0%;
	}
}

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

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

#module_365790845 .videobox .iconfont{font-size:px;}
#module_365790845 {}@media (max-width: 767px) { #module_365790845 .videobox .iconfont{font-size:px;}}
#module_365790845 .news-item{border-bottom-left-radius:px;}
#module_365790845 .news-item{border-bottom-right-radius:px;}
#module_365790845 .news-item{background-color:transparent;}
#module_365790845 .news-item{background-image:none;}
#module_365790845 .news-item{background-repeat:no-repeat;}
#module_365790845 .news-item{}
#module_365790845 .news-item{}
#module_365790845 .news-item{}
#module_365790845 .news-img .dummy{background-color:transparent;}
#module_365790845 .news-img .dummy{background-image:none;}
#module_365790845 .news-img .dummy{background-repeat:no-repeat;}
#module_365790845 .news-img .dummy{}
#module_365790845 .news-img .dummy{}
#module_365790845 .news-img .dummy{}
#module_365790845 .news-img .dummy{padding-top:auto;}
#module_365790845 .news-img .t-img{ object-fit:cover;}
#module_365790845 .news-img .t-img{ width:100%;}
#module_365790845 .news-img .t-img{ height:100%;}
#module_365790845 .news-img,#module_365790845 .news-item{border-top-left-radius:0px;}
#module_365790845 .news-img,#module_365790845 .news-item{border-top-right-radius:0px;}
#module_365790845 .news-img{border-bottom-left-radius:0px;}
#module_365790845 .news-img{border-bottom-right-radius:0px;}
#module_365790845 .news-title{font-size:16px;}
#module_365790845 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_365790845 .news-title{color:#333;}
#module_365790845 .news-title{font-weight:normal;}
#module_365790845 .laout-110-title{text-decoration:none;}
#module_365790845 .news-title{font-style:normal;}
#module_365790845 .news-title{margin-top:0.0000%;}
#module_365790845 .news-title{margin-bottom:0.0000%;}
#module_365790845 .news-title{padding-left:px;}
#module_365790845 .news-title{padding-right:px;}
#module_365790845 .news-desc{padding-left:px;}
#module_365790845 .news-desc{padding-right:px;}
#module_365790845 .news-desc{font-size:12px;}
#module_365790845 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_365790845 .news-desc{color:#999;}
#module_365790845 .news-desc{font-weight:normal;}
#module_365790845 .news-desc{text-decoration:none;}
#module_365790845 .news-desc{font-style:normal;}
#module_365790845 .news-desc{margin-top:31px;}
#module_365790845 .news-desc{margin-bottom:0px;}
#module_365790845 time{padding-left:px;}
#module_365790845 time{padding-right:px;}
#module_365790845 time{font-size:12px;}
#module_365790845 time{font-family:微软雅黑,Microsoft YaHei;}
#module_365790845 time{font-weight:normal;}
#module_365790845 time{text-decoration:none;}
#module_365790845 time{font-style:normal;}
#module_365790845 time{color:#666;}
#module_365790845 time{margin-top:11px;}
#module_365790845 time{margin-bottom:10px;}
#module_365790845 .news-item time:before{border-bottom-color:#ccc;}
#module_365790845 .news-item time:before{border-bottom-style:solid;}
#module_365790845 .news-item time:before{border-bottom-width:1px;}
#module_365790845 .news-label a{font-size:12px;}
#module_365790845 .news-label a{font-family:微软雅黑,Microsoft YaHei;}
#module_365790845 .news-label a{color:#999;}
#module_365790845 .news-label a{font-weight:normal;}
#module_365790845 .news-label a{text-decoration:none;}
#module_365790845 .news-label a{font-style:normal;}
#module_365790845 .news-label{margin-top:18px;}
#module_365790845 .news-label{margin-bottom:0px;}
#module_365790845 .news-label{margin-left:0px;}
#module_365790845 .news-label{margin-right:0px;}
#module_365790845 .news-label{padding-top:0px;}
#module_365790845 .news-label{padding-bottom:0px;}
#module_365790845 .news-label{padding-left:10px;}
#module_365790845 .news-label{padding-right:10px;}
#module_365790845 .news-label{background-color:rgba(255, 255, 255, 0);}
#module_365790845 .news-label{background-image:none;}
#module_365790845 .news-label{background-repeat:no-repeat;}
#module_365790845 .news-label{}
#module_365790845 .news-label{}
#module_365790845 .news-label{}
#module_365790845 .news-label{border-top-color:transparent;}
#module_365790845 .news-label{border-top-style:none;}
#module_365790845 .news-label{border-top-width:0px;}
#module_365790845 .news-label{border-right-color:transparent;}
#module_365790845 .news-label{border-right-style:none;}
#module_365790845 .news-label{border-right-width:0px;}
#module_365790845 .news-label{border-bottom-color:transparent;}
#module_365790845 .news-label{border-bottom-style:none;}
#module_365790845 .news-label{border-bottom-width:0px;}
#module_365790845 .news-label{border-left-color:#eee;}
#module_365790845 .news-label{border-left-style:solid;}
#module_365790845 .news-label{border-left-width:1px;}
#module_365790845 .pagerGiant .text{font-size:px;}
#module_365790845 .pagerGiant .text{font-family:;}
#module_365790845 .pagerGiant .text{color:;}
#module_365790845 .pagerGiant .text{}
#module_365790845 .pagerGiant .text{}
#module_365790845 .pagerGiant .text{}
#module_365790845 .pagerGiant .current,#module_365790845 .pagerGiant .num,#module_365790845 .pagerGiant .inputer{width:px}
#module_365790845 .pagerGiant .current,#module_365790845 .pagerGiant .num,#module_365790845 .pagerGiant .inputer{height:px}
#module_365790845 .pagerGiant .num{font-size:px;}
#module_365790845 .pagerGiant .num{font-family:;}
#module_365790845 .pagerGiant .num{color:;}
#module_365790845 .pagerGiant .num{}
#module_365790845 .pagerGiant .num{}
#module_365790845 .pagerGiant .num{}
#module_365790845 .pagerGiant .submit{width:px}
#module_365790845 .pagerGiant .submit{height:px}
#module_365790845 .pagerGiant .current,#module_365790845 .pagerGiant .num,#module_365790845 .pagerGiant .inputer,#module_365790845 .pagerGiant .submit{border-top-left-radius:px;}
#module_365790845 .pagerGiant .current,#module_365790845 .pagerGiant .num,#module_365790845 .pagerGiant .inputer,#module_365790845 .pagerGiant .submit{border-top-right-radius:px;}
#module_365790845 .pagerGiant .current,#module_365790845 .pagerGiant .num,#module_365790845 .pagerGiant .inputer,#module_365790845 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_365790845 .pagerGiant .current,#module_365790845 .pagerGiant .num,#module_365790845 .pagerGiant .inputer,#module_365790845 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_365790845 .pagerGiant .next,#module_365790845 .pagerGiant .splitline{color:;}
#module_365790845 .pagerGiant .num{background-color:#fff;}
#module_365790845 .pagerGiant .num, #module_365790845 .pagerGiant .inputer{border-top-color:#ccc;}
#module_365790845 .pagerGiant .num, #module_365790845 .pagerGiant .inputer{border-top-style:solid;}
#module_365790845 .pagerGiant .num, #module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit, #module_365790845 .pagerGiant .inputer{border-top-width:1px;}
#module_365790845 .pagerGiant .num, #module_365790845 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_365790845 .pagerGiant .num, #module_365790845 .pagerGiant .inputer{border-bottom-style:solid;}
#module_365790845 .pagerGiant .num, #module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit, #module_365790845 .pagerGiant .inputer{border-bottom-width:1px;}
#module_365790845 .pagerGiant .num, #module_365790845 .pagerGiant .inputer{border-left-color:#ccc;}
#module_365790845 .pagerGiant .num, #module_365790845 .pagerGiant .inputer{border-left-style:solid;}
#module_365790845 .pagerGiant .num, #module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit, #module_365790845 .pagerGiant .inputer{border-left-width:1px;}
#module_365790845 .pagerGiant .num, #module_365790845 .pagerGiant .inputer{border-right-color:#ccc;}
#module_365790845 .pagerGiant .num, #module_365790845 .pagerGiant .inputer{border-right-style:solid;}
#module_365790845 .pagerGiant .num, #module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit, #module_365790845 .pagerGiant .inputer{border-right-width:1px;}
#module_365790845 .page-more a{font-size:px;}
#module_365790845 .page-more a{font-family:;}
#module_365790845 .page-more a{color:#666 !important;}
#module_365790845 .page-more a{}
#module_365790845 .page-more a{}
#module_365790845 .page-more a{}
#module_365790845 .page-more a{background-color:#fff;}
#module_365790845 .page-more a{border-top-color:#eee;}
#module_365790845 .page-more a{border-top-style:solid;}
#module_365790845 .page-more a{border-top-width:2px;}
#module_365790845 .page-more a{border-bottom-color:#eee;}
#module_365790845 .page-more a{border-bottom-style:solid;}
#module_365790845 .page-more a{border-bottom-width:2px;}
#module_365790845 .page-more a{border-left-color:#eee;}
#module_365790845 .page-more a{border-left-style:solid;}
#module_365790845 .page-more a{border-left-width:2px;}
#module_365790845 .page-more a{border-right-color:#eee;}
#module_365790845 .page-more a{border-right-style:solid;}
#module_365790845 .page-more a{border-right-width:2px;}
#module_365790845 .news-item:hover{background-color:transparent;}
#module_365790845 .news-item:hover{background-image:none;}
#module_365790845 .news-item:hover{background-repeat:no-repeat;}
#module_365790845 .news-item:hover{}
#module_365790845 .news-item:hover{}
#module_365790845 .news-item:hover{}
#module_365790845 .news-item:hover .news-title{font-size:16px;}
#module_365790845 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_365790845 .news-item:hover .news-title{color:rgb(32, 84, 17);}
#module_365790845 .news-item:hover .news-title{font-weight:normal;}
#module_365790845 .news-item:hover .news-title{text-decoration:none;}
#module_365790845 .news-item:hover .news-title{font-style:normal;}
#module_365790845 .news-item:hover time:before{border-bottom-color:rgb(32, 84, 17);}
#module_365790845 .news-item:hover time:before{border-bottom-style:solid;}
#module_365790845 .news-item:hover time:before{border-bottom-width:1px;}
#module_365790845 .news-label:hover a{font-size:12px;}
#module_365790845 .news-label:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_365790845 .news-label:hover a{color:#999;}
#module_365790845 .news-label:hover a{font-weight:normal;}
#module_365790845 .news-label:hover a{text-decoration:none;}
#module_365790845 .news-label:hover a{font-style:normal;}
#module_365790845 .news-label:hover{background-color:rgba(255, 255, 255, 0);}
#module_365790845 .news-label:hover{background-image:none;}
#module_365790845 .news-label:hover{background-repeat:no-repeat;}
#module_365790845 .news-label:hover{}
#module_365790845 .news-label:hover{}
#module_365790845 .news-label:hover{}
#module_365790845 .news-label:hover{border-top-color:transparent;}
#module_365790845 .news-label:hover{border-top-style:none;}
#module_365790845 .news-label:hover{border-right-color:transparent;}
#module_365790845 .news-label:hover{border-right-style:none;}
#module_365790845 .news-label:hover{border-bottom-color:transparent;}
#module_365790845 .news-label:hover{border-bottom-style:none;}
#module_365790845 .news-label:hover{border-left-color:#eee;}
#module_365790845 .news-label:hover{border-left-style:solid;}
#module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit{font-size:px;}
#module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit{font-family:;}
#module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit{color:;}
#module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit{}
#module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit{}
#module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit{}
#module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit{background-color:#1e88e5;}
#module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit, #module_365790845 .pagerGiant .inputer:hover{border-top-color:#1e88e5;}
#module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit, #module_365790845 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit, #module_365790845 .pagerGiant .inputer:hover{border-bottom-color:#1e88e5;}
#module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit, #module_365790845 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit, #module_365790845 .pagerGiant .inputer:hover{border-left-color:#1e88e5;}
#module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit, #module_365790845 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit, #module_365790845 .pagerGiant .inputer:hover{border-right-color:#1e88e5;}
#module_365790845 .pagerGiant .current, #module_365790845 .pagerGiant .submit, #module_365790845 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_365790845 .page-more a:hover{font-size:px;}
#module_365790845 .page-more:hover a{font-family:;}
#module_365790845 .page-more a:hover{color:#666 !important;}
#module_365790845 .page-more a:hover {}
#module_365790845 .page-more a:hover {}
#module_365790845 .page-more a:hover {}
#module_365790845 .page-more a:hover{background-color:#fff;}
#module_365790845 .page-more a:hover{border-top-color:#eee;}
#module_365790845 .page-more a:hover{border-top-style:solid;}
#module_365790845 .page-more a:hover{border-bottom-color:#eee;}
#module_365790845 .page-more a:hover{border-bottom-style:solid;}
#module_365790845 .page-more a:hover{border-left-color:#eee;}
#module_365790845 .page-more a:hover{border-left-style:solid;}
#module_365790845 .page-more a:hover{border-right-color:#eee;}
#module_365790845 .page-more a:hover{border-right-style:solid;}
#module_365790845 .news-item:hover .news-desc{font-size:px;}
#module_365790845 .news-item:hover .news-desc{font-family:;}
#module_365790845 .news-item:hover .news-desc{color:;}
#module_365790845 .news-item:hover .news-desc{}
#module_365790845 .news-item:hover .news-desc{}
#module_365790845 .news-item:hover .news-desc{}

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

#module_365790898 .ModuleSubContainer{background-color:transparent;}
#module_365790898 .ModuleSubContainer{}
#module_365790898 .ModuleSubContainer{background-repeat:no-repeat;}
#module_365790898 .ModuleSubContainer{background-position:0% 0%;}
#module_365790898 .ModuleSubContainer{background-attachment:scroll;}
#module_365790898 .ModuleSubContainer{}
#module_365790898 {!bgVideo!}{bgVideoUrl:}
#module_365790898 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_365790898 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_365790898 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer365790898 {}
.module_368893414 .ModuleHead .HeadCenter{float:none;}
#module_368893414 {
padding:0px;
}
#module_368893414 {
position:static;
z-index:0;
top:57px;
width:100%;
height: auto;
}
#module_368893414 .ModuleHead368893414 {
display:none;
}

#module_368893414 .ModuleImageTextGiantContent{margin-top:0px;}
#module_368893414 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_368893414 .ModuleImageTextGiantContent{margin-left:0px;}
#module_368893414 .ModuleImageTextGiantContent{margin-right:0px;}
#module_368893414 .imageTextGiant-Container{padding-top:10px;}
#module_368893414 .imageTextGiant-Container{padding-bottom:10px;}
#module_368893414 .imageTextGiant-Container{padding-left:10px;}
#module_368893414 .imageTextGiant-Container{padding-right:10px;}
#module_368893414 .showHandle .btn{font-size:14px;}
#module_368893414 .showHandle .btn{font-family:;}
#module_368893414 .showHandle .btn{color:#333;}
#module_368893414 .showHandle .btn{font-weight:400;}
#module_368893414 .showHandle .btn{text-decoration:none;}
#module_368893414 .showHandle .btn{font-style:normal;}
#module_368893414 .showHandle div{border-top-color:#ddd !important;}
#module_368893414 .showHandle div{border-top-style:solid !important;}
#module_368893414 .showHandle div{border-top-width:1px !important;}
#module_368893414 .showHandle{background-color:transparent;}
#module_368893414 .showHandle{}
#module_368893414 .showHandle{background-repeat:no-repeat;}
#module_368893414 .showHandle{}
#module_368893414 .showHandle{}
#module_368893414 .showHandle{}
#module_368893414 a{font-size:unset;font-family:unset}
.module_365790904 .ModuleHead .HeadCenter{float:none;}
#module_365790904 {
padding:0px;
}
#module_365790904 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_365790904 .ModuleHead365790904 {
display:none;
}
#module_365790904 {
border:none;
}
@media screen and (min-width: 768px){
#module_365790904 >.module_365790904 {
margin-top:3.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365790904 >.module_365790904 {
}
}

#module_365790904 .ModuleImageTextGiantContent{margin-top:0px;}
#module_365790904 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_365790904 .ModuleImageTextGiantContent{margin-left:0px;}
#module_365790904 .ModuleImageTextGiantContent{margin-right:0px;}
#module_365790904 .imageTextGiant-Container{padding-top:10px;}
#module_365790904 .imageTextGiant-Container{padding-bottom:10px;}
#module_365790904 .imageTextGiant-Container{padding-left:10px;}
#module_365790904 .imageTextGiant-Container{padding-right:10px;}
#module_365790904 .showHandle .btn{font-size:14px;}
#module_365790904 .showHandle .btn{font-family:;}
#module_365790904 .showHandle .btn{color:#333;}
#module_365790904 .showHandle .btn{font-weight:400;}
#module_365790904 .showHandle .btn{text-decoration:none;}
#module_365790904 .showHandle .btn{font-style:normal;}
#module_365790904 .showHandle div{border-top-color:#ddd !important;}
#module_365790904 .showHandle div{border-top-style:solid !important;}
#module_365790904 .showHandle div{border-top-width:1px !important;}
#module_365790904 .showHandle{background-color:transparent;}
#module_365790904 .showHandle{}
#module_365790904 .showHandle{background-repeat:no-repeat;}
#module_365790904 .showHandle{}
#module_365790904 .showHandle{}
#module_365790904 .showHandle{}
#module_365790904 a{font-size:unset;font-family:unset}
.module_368893422 .ModuleHead .HeadCenter{float:none;}
#module_368893422 {
padding:0px;
}
#module_368893422 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_368893422 .ModuleHead368893422 {
display:none;
}

#module_368893422 .ModuleSubContainer{background-color:transparent;}
#module_368893422 .ModuleSubContainer{}
#module_368893422 .ModuleSubContainer{background-repeat:no-repeat;}
#module_368893422 .ModuleSubContainer{background-position:0% 0%;}
#module_368893422 .ModuleSubContainer{background-attachment:scroll;}
#module_368893422 .ModuleSubContainer{}
#module_368893422 {!bgVideo!}{bgVideoUrl:}
#module_368893422 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_368893422 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_368893422 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer368893422 {}
.module_365790902 .ModuleHead .HeadCenter{float:none;}
#module_365790902 {
padding:0px;
}
#module_365790902 {
position:static;
z-index:0;
top:4050px;
left:541px;
width:100%;
height: auto;
}
#module_365790902 .ModuleHead365790902 {
display:none;
}

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

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

#module_365790908 .hrbox{justify-content:;}
#module_365790908 .hr-line{width:autopx;max-width:autopx;}
#module_365790908 .hr-line{border-bottom-color:rgb(46, 120, 23);}
#module_365790908 .hr-line{border-bottom-style:solid;}
#module_365790908 .hr-line{border-bottom-width:2px;}

.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{-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;  }
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .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_365790909 .ModuleHead .HeadCenter{float:none;}
#module_365790909 {
padding:0px;
}
#module_365790909 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_365790909 .ModuleHead365790909 {
display:none;
}
#module_365790909 .BodyCenter.BodyCenter365790909 {
background:none;background-color:rgba(0,0,0,0);
}
#module_365790909 >.module_365790909 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365790909 >.module_365790909{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365790909 .BodyCenter.BodyCenter365790909 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365790909 .BodyCenter.BodyCenter365790909 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_365790909 >.module_365790909 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365790909 >.module_365790909 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_365790909 >.module_365790909 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365790909:hover {
border:none;
}
#module_365790909:hover >.module_365790909 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365790909 .Photo_box .swiper-container .swiper-slide .content .title,#module_365790909 .Photo_box .swiper-container .swiper-slide .content .desc{text-align:;}
#module_365790909 {}@media only screen and (min-width: 768px) {#module_365790909 .Photo_box .swiper-container .swiper-slide .content{padding-top:px;}}
#module_365790909 {}@media only screen and (min-width: 768px) {#module_365790909 .Photo_box .swiper-container .swiper-slide .content{padding-bottom:px;}}
#module_365790909 {}@media only screen and (min-width: 768px) {#module_365790909 .Photo_box .swiper-container .swiper-slide .content{padding-left:px;}}
#module_365790909 {}@media only screen and (min-width: 768px) {#module_365790909 .Photo_box .swiper-container .swiper-slide .content{padding-right:px;}}
#module_365790909 {}@media only screen and (max-width: 767px) {#module_365790909 .Photo_box .swiper-container .swiper-slide .content{padding-top:px;}}
#module_365790909 {}@media only screen and (max-width: 767px) {#module_365790909 .Photo_box .swiper-container .swiper-slide .content{padding-bottom:px;}}
#module_365790909 {}@media only screen and (max-width: 767px) {#module_365790909 .Photo_box .swiper-container .swiper-slide .content{padding-left:px;}}
#module_365790909 {}@media only screen and (max-width: 767px) {#module_365790909 .Photo_box .swiper-container .swiper-slide .content{padding-right:px;}}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_365790909 .Photo_box .swiper-container .swiper-slide .content .title{font-size:14px;}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_365790909 .Photo_box .swiper-container .swiper-slide .content .title{font-family:微软雅黑,Microsoft YaHei;}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_365790909 .Photo_box .swiper-container .swiper-slide .content .title{color:#333333;}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_365790909 .Photo_box .swiper-container .swiper-slide .content .title{font-weight:normal;}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_365790909 .Photo_box .swiper-container .swiper-slide .content .title{text-decoration:none;}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-title,#module_365790909 .Photo_box .swiper-container .swiper-slide .content .title{font-style:normal;}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_365790909 .Photo_box .swiper-container .swiper-slide .content .desc{font-size:12px;}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_365790909 .Photo_box .swiper-container .swiper-slide .content .desc{font-family:微软雅黑,Microsoft YaHei;}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_365790909 .Photo_box .swiper-container .swiper-slide .content .desc{color:#999;}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_365790909 .Photo_box .swiper-container .swiper-slide .content .desc{font-weight:normal;}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_365790909 .Photo_box .swiper-container .swiper-slide .content .desc{text-decoration:none;}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content .content-desc,#module_365790909 .Photo_box .swiper-container .swiper-slide .content .desc{font-style:normal;}
#module_365790909 .head .dummy{padding-top:35%;}
#module_365790909 .head img{ object-fit:unset;}
#module_365790909 .head img{ height:auto;}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_365790909 .Photo_box .swiper-container .swiper-slide .content{background-color:transparent;}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_365790909 .Photo_box .swiper-container .swiper-slide .content{background-image:none;}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content ,#module_365790909 .Photo_box .swiper-container .swiper-slide .content{background-repeat:no-repeat;}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_365790909 .Photo_box .swiper-container .swiper-slide .content{}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_365790909 .Photo_box .swiper-container .swiper-slide .content{}
#module_365790909 [data-pluns='Photo_box'] .swiper-container .swiper-slide .content,#module_365790909 .Photo_box .swiper-container .swiper-slide .content{}

.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .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%;}
.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 .ModuleGridBorder{border:0px !important;padding: 0 !important;}
.module_365790992 .ModuleHead .HeadCenter{float:none;}
#module_365790992 {
padding:0px;
}
#module_365790992 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_365790992 .ModuleHead365790992 {
display:none;
}
#module_365790992 .BodyCenter.BodyCenter365790992 {
background-color:transparent;
background-image:url(/comdata/87337/202106/20210621021854d605b1.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 0%;
background-Attachment:fixed;
}
#module_365790992 >.module_365790992 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365790992 >.module_365790992{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365790992 .BodyCenter.BodyCenter365790992 {
padding-top:2.6151%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.6151%;
}
}
@media screen and (max-width: 767px){
#module_365790992 .BodyCenter.BodyCenter365790992 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_365790992 >.module_365790992 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365790992 >.module_365790992 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_365790992 >.module_365790992 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365790992:hover {
border:none;
}
#module_365790992:hover >.module_365790992 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365790992 .ModuleSubContainer{background-color:transparent;}
#module_365790992 .ModuleSubContainer{background-image:none;}
#module_365790992 .ModuleSubContainer{background-repeat:no-repeat;}
#module_365790992 .ModuleSubContainer{background-position:0% 0%;}
#module_365790992 .ModuleSubContainer{background-attachment:scroll;}
#module_365790992 .ModuleSubContainer{}
#module_365790992 {!bgVideo!}{bgVideoUrl:none}
#module_365790992 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_365790992 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_365790992 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer365790992 {}
.ModuleGridContainer.ModuleGridContainer365790992 .SubPadding {width:0px;}
.module_365791012 .ModuleHead .HeadCenter{float:none;}
#module_365791012 {
padding:0px;
}
#module_365791012 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_365791012 .ModuleHead365791012 {
display:none;
}
#module_365791012 {
border:none;
}
@media screen and (min-width: 768px){
#module_365791012 >.module_365791012 {
margin-top:0.0000%;
margin-left:18.2292%;
margin-right:18.2292%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365791012 >.module_365791012 {
margin-top:2.3055%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

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

.ModuleShareGiant.layout-101  .social-share a { text-decoration: none;}
.ModuleShareGiant.layout-101  .social-share,.ModuleShareGiant.layout-101 .tips{ display: inline-block; }
.ModuleShareGiant.layout-101  .mvertical {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ModuleShareGiant.layout-101  .social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 36px;
    border: 1px solid #ccc;
    color: #999;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}
/* .ModuleShareGiant.layout-101  .social-share .icon-default-WeChat:hover{ color: #3dbe5b !important;  border-color: #3dbe5b !important;}
.ModuleShareGiant.layout-101  .social-share .type-weibo:hover{ color: #ff5757 !important;  border-color: #ff5757 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-kefulei_huabanfuben11:hover{ color: #21b3f7 !important;  border-color: #21b3f7 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-kongjian:hover{  color: #f8c514 !important;  border-color: #f8c514 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-Facebook2:hover{  color: #3D5A98 !important;  border-color: #3D5A98 !important;}
.ModuleShareGiant.layout-101 .social-share .icon-Twitter1:hover{  color: #1DA1F3 !important;  border-color: #1DA1F3 !important;} */
.ModuleShareGiant.layout-101  .social-share .icon-wechat .mwechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat:hover .mwechat-qrcode {
    display: block;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.ModuleShareGiant.layout-101 .social-share .icon-wechat .mwechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.ModuleShareGiant.layout-101  .mshareMask{ top: 0;
	left: 0; position: fixed; z-index: 999;  height: 100%; width: 100%; background: #000;  opacity: 0.6; display: none;}

.ModuleShareGiant.layout-101  .share-wx-qrcode-img .help p{ width: 40%; margin: 0 auto; color:#999;  display: block; line-height: 20px; height: auto; }
.ModuleShareGiant.layout-101  .share-wx-qrcode-img,.mwechat-qrcode { border-radius: 5px; top:0px; position: fixed;z-index:9999; top: 50%;
    left: 50%;box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
    transform: translate(-50%,-50%);text-align: center; width: 270px;  background: #fff; visibility: hidden;}
.ModuleShareGiant.layout-101  #mwx-qrcode{ width: 224px; height: 224px; margin: 0 auto;}
.ModuleShareGiant.layout-101 .share-wx-qrcode-img h4{border-top-right-radius: 5px;
    border-top-left-radius: 5px;background: #F7F8FA; height: 40px; line-height: 40px; font-size: 16px; color: #666; font-weight: bold; margin-bottom: 13px;}
.ModuleShareGiant.layout-101 .share-wx-qrcode-img .help{ margin-top: 12px; margin-bottom: 19px; color: #999;font-size: 14px; line-height: 20px;}
.ModuleShareGiant.layout-101  .share-wx-tips{ display: none;    z-index: 99999;
    position: fixed;
    top: 10px;
	right: 35px;    color: #fff; font-size: 24px; text-align: center;}.module_365790994 .ModuleHead .HeadCenter{float:none;}
#module_365790994 {
padding:0px;
}
#module_365790994 {
position:static;
z-index:0;
top:4283px;
left:582px;
width:100%;
height: auto;
}
#module_365790994 .ModuleHead365790994 {
display:none;
}
#module_365790994 .BodyCenter.BodyCenter365790994 {
background:none;background-color:rgba(0,0,0,0);
}
#module_365790994 >.module_365790994 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365790994 >.module_365790994{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365790994 .BodyCenter.BodyCenter365790994 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365790994 .BodyCenter.BodyCenter365790994 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_365790994 >.module_365790994 {
margin-top:2.6042%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365790994 >.module_365790994 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_365790994 >.module_365790994 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365790994:hover {
border:none;
}
#module_365790994:hover >.module_365790994 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_365790994 .ModuleSharediv{text-align: center;}
#module_365790994 .social-share-icon{color:rgb(255, 255, 255);}
#module_365790994 .social-share-icon{font-size:20px;}
#module_365790994 .social-share-icon{ margin-right:5px;margin-left:5px;} #module_365790994 .mvertical{margin-top:5px;margin-bottom:5px;}
#module_365790994 .social-share-icon{height:30px; width:30px;line-height:30px}
#module_365790994 .social-share-icon{border-top-color:rgb(255, 255, 255);}
#module_365790994 .social-share-icon{border-top-style:solid;}
#module_365790994 .social-share-icon{border-top-width:1px;}
#module_365790994 .social-share-icon{border-right-color:rgb(255, 255, 255);}
#module_365790994 .social-share-icon{border-right-style:solid;}
#module_365790994 .social-share-icon{border-right-width:1px;}
#module_365790994 .social-share-icon{border-bottom-color:rgb(255, 255, 255);}
#module_365790994 .social-share-icon{border-bottom-style:solid;}
#module_365790994 .social-share-icon{border-bottom-width:1px;}
#module_365790994 .social-share-icon{border-left-color:rgb(255, 255, 255);}
#module_365790994 .social-share-icon{border-left-style:solid;}
#module_365790994 .social-share-icon{border-left-width:1px;}
#module_365790994 .social-share-icon{background-color:transparent;}
#module_365790994 .social-share-icon{}
#module_365790994 .social-share-icon:hover{background-color:transparent;}
#module_365790994 .social-share-icon:hover{}
#module_365790994 .social-share-icon:hover{color:rgb(191, 191, 191);}
#module_365790994 .social-share-icon:hover{font-size:20px;}
#module_365790994 .social-share-icon:hover{border-top-color:rgb(255, 255, 255);}
#module_365790994 .social-share-icon:hover{border-top-style:solid;}
#module_365790994 .social-share-icon:hover{border-top-width:1px;}
#module_365790994 .social-share-icon:hover{border-right-color:rgb(255, 255, 255);}
#module_365790994 .social-share-icon:hover{border-right-style:solid;}
#module_365790994 .social-share-icon:hover{border-right-width:1px;}
#module_365790994 .social-share-icon:hover{border-bottom-color:rgb(255, 255, 255);}
#module_365790994 .social-share-icon:hover{border-bottom-style:solid;}
#module_365790994 .social-share-icon:hover{border-bottom-width:1px;}
#module_365790994 .social-share-icon:hover{border-left-color:rgb(255, 255, 255);}
#module_365790994 .social-share-icon:hover{border-left-style:solid;}
#module_365790994 .social-share-icon:hover{border-left-width:1px;}

.ModuleGridContainer.ModuleGridContainer365790992 #Sub365790992_1 {width:23.9167%;}
/*图文模块 layout 105*/
.ModuleImageTextGiant.layout-106 .imageTextGiant-Container{max-height: 100%; max-width: 100%;padding: 10px;}
.ModuleImageTextGiant.layout-106 .imageTextGiant-Container .row{text-align: left}
.ModuleImageTextGiant.layout-106 .imageTextGiant-Container .row .normal_ImgtextBox_content{align-items: center;display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex;display: flex;}

.ModuleImageTextGiant.layout-106 .imageTextGiant-Container .ModuleImageTextContent{width: 100%;}
.ModuleImageTextGiant.layout-106 .imageTextGiant-Container .TextImage{width: 100%;}
.ModuleImageTextGiant.layout-106 .imageTextGiant-Container .GraphicUpper {padding-right: 15px;}
.ModuleImageTextGiant.layout-106 .normal_ImgtextBox_content:nth-child(2n) {margin-right: 0px !important;}

@media only screen and (max-width: 767px) {
   .ModuleImageTextGiant.layout-106 .imageTextGiant-Container .row{width: auto;}
	.ModuleImageTextGiant.layout-106 .imageTextGiant-Container .row .col-xs-6{width: 100%;}
   .ModuleImageTextGiant.layout-106 .imageTextGiant-Container .row .col-xs-3{width: 20%;}
   .ModuleImageTextGiant.layout-106 .imageTextGiant-Container .row1  .normal_ImgtextBox_content{display: flex;padding:0; width: 100% !important ;margin-right:0 }
   .ModuleImageTextGiant.layout-106 .imageTextGiant-Container .row .ModuleImageTextContent{margin-top:0;padding-left: 0;}
   .ModuleImageTextGiant.layout-106 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper{text-align: left;padding: 0 15px;} 
   .ModuleImageTextGiant.layout-106 .imageTextGiant-Container .row2{ display:flex; flex-flow: wrap; }
   .ModuleImageTextGiant.layout-106 .imageTextGiant-Container .row2content{ width: 49%; }
   /* .ModuleImageTextGiant.layout-106 .row2 .normal_ImgtextBox_content:nth-child(1),
   .ModuleImageTextGiant.layout-106 .row2 .normal_ImgtextBox_content:nth-child(2){ margin-top: 0 !important; }
   .ModuleImageTextGiant.layout-106 .row1 .normal_ImgtextBox_content:nth-child(1){ margin-top: 0 !important; } */
}
@media only screen and (min-width: 768px) {
   .ModuleImageTextGiant.layout-106 .imageTextGiant-Container .normal_ImgtextBox_content .col-md-8{padding: 0px;}
   .ModuleImageTextGiant.layout-106 .imageTextGiant-Container .row .normal_ImgtextBox_content {padding:0;}
   .col-md-6{ width: 50%; float: left;}
   .ModuleImageTextGiant.layout-106 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper .TextImage{width: 100%}
   /* .ModuleImageTextGiant.layout-106 .normal_ImgtextBox_content:nth-child(1),
   .ModuleImageTextGiant.layout-106 .normal_ImgtextBox_content:nth-child(2){ margin-top: 0 !important; } */
}

/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/

	/*.ModuleImageTextGiant.layout-106 .imageTextGiant-Container .row .normal_ImgtextBox_content {padding: 0 30px;}*/
	/*.ModuleImageTextGiant.layout-106 .imageTextGiant-Container .row .col-md-5{padding:0;}*/
	/*.ModuleImageTextGiant.layout-106 .imageTextGiant-Container .row{width: auto;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-106 .imageTextGiant-Container .row .normal_ImgtextBox_content .col-xs-5{padding:0;}*/
	/*.ModuleImageTextGiant.layout-106 .imageTextGiant-Container .normal_ImgtextBox_content{padding:0 15px;}*/
	/*.ModuleImageTextGiant.layout-106 .imageTextGiant-Container .row{width:auto;}*/
/*}*/

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

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

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

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

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

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

.module_368963428 .ModuleHead .HeadCenter{float:none;}
#module_368963428 {
padding:0px;
}
#module_368963428 {
position:static;
z-index:1;
top:78px;
left:0px;
width:100%;
height: auto;
}
#module_368963428 .ModuleHead368963428 {
display:none;
}
#module_368963428 {
border:none;
}
@media screen and (min-width: 768px){
#module_368963428 >.module_368963428 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_368963428 >.module_368963428 {
}
}

#module_368963428 .ModuleImageTextGiantContent{margin-top:0px;}
#module_368963428 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_368963428 .ModuleImageTextGiantContent{margin-left:0px;}
#module_368963428 .ModuleImageTextGiantContent{margin-right:0px;}
#module_368963428 .imageTextGiant-Container{padding-top:10px;}
#module_368963428 .imageTextGiant-Container{padding-bottom:10px;}
#module_368963428 .imageTextGiant-Container{padding-left:10px;}
#module_368963428 .imageTextGiant-Container{padding-right:10px;}
#module_368963428 .showHandle .btn{font-size:14px;}
#module_368963428 .showHandle .btn{font-family:;}
#module_368963428 .showHandle .btn{color:#333;}
#module_368963428 .showHandle .btn{font-weight:400;}
#module_368963428 .showHandle .btn{text-decoration:none;}
#module_368963428 .showHandle .btn{font-style:normal;}
#module_368963428 .showHandle div{border-top-color:#ddd !important;}
#module_368963428 .showHandle div{border-top-style:solid !important;}
#module_368963428 .showHandle div{border-top-width:1px !important;}
#module_368963428 .showHandle{background-color:transparent;}
#module_368963428 .showHandle{}
#module_368963428 .showHandle{background-repeat:no-repeat;}
#module_368963428 .showHandle{}
#module_368963428 .showHandle{}
#module_368963428 .showHandle{}
#module_368963428 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer365790992 #Sub365790992_5 {width:10.0000%;}
.module_365790993 .ModuleHead .HeadCenter{float:none;}
#module_365790993 {
padding:0px;
}
#module_365790993 {
position:static;
z-index:0;
top:1603px;
left:1482px;
width:100%;
height: auto;
}
#module_365790993 .ModuleHead365790993 {
display:none;
}
#module_365790993 .BodyCenter.BodyCenter365790993 {
background:none;background-color:rgba(0,0,0,0);
}
#module_365790993 >.module_365790993 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_365790993 >.module_365790993{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_365790993 .BodyCenter.BodyCenter365790993 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365790993 .BodyCenter.BodyCenter365790993 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_365790993 >.module_365790993 {
margin-top:0.8333%;
margin-left:16.6667%;
margin-right:16.6667%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_365790993 >.module_365790993 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_365790993 >.module_365790993 {box-shadow: 0px 0px 0px 0px #ccc}
#module_365790993:hover {
border:none;
}
#module_365790993:hover >.module_365790993 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

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

.module_474826078 .ModuleHead .HeadCenter{float:none;}
#module_474826078 {
padding:0px;
}
#module_474826078 {
position:static;
z-index:2;
top:60px;
left:0px;
width:100%;
height: auto;
}
#module_474826078 .ModuleHead474826078 {
display:none;
}
#module_474826078 {
border:none;
}
@media screen and (min-width: 768px){
#module_474826078 >.module_474826078 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_474826078 >.module_474826078 {
}
}

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

#module_365790969 .ModuleSubContainer{background-color:transparent;}
#module_365790969 .ModuleSubContainer{background-image:none;}
#module_365790969 .ModuleSubContainer{background-repeat:no-repeat;}
#module_365790969 .ModuleSubContainer{background-position:0% 0%;}
#module_365790969 .ModuleSubContainer{background-attachment:scroll;}
#module_365790969 .ModuleSubContainer{}
#module_365790969 {!bgVideo!}{bgVideoUrl:none}
#module_365790969 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_365790969 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_365790969 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer365790969 {}
.module_365790972 .ModuleHead .HeadCenter{float:none;}
#module_365790972 {
padding:0px;
}
#module_365790972 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_365790972 .ModuleHead365790972 {
display:none;
}

#module_365790972 .ModuleImageTextGiantContent{margin-top:0px;}
#module_365790972 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_365790972 .ModuleImageTextGiantContent{margin-left:0px;}
#module_365790972 .ModuleImageTextGiantContent{margin-right:0px;}
#module_365790972 .imageTextGiant-Container{padding-top:10px;}
#module_365790972 .imageTextGiant-Container{padding-bottom:10px;}
#module_365790972 .imageTextGiant-Container{padding-left:10px;}
#module_365790972 .imageTextGiant-Container{padding-right:10px;}
#module_365790972 .showHandle .btn{font-size:14px;}
#module_365790972 .showHandle .btn{font-family:;}
#module_365790972 .showHandle .btn{color:#333;}
#module_365790972 .showHandle .btn{font-weight:400;}
#module_365790972 .showHandle .btn{text-decoration:none;}
#module_365790972 .showHandle .btn{font-style:normal;}
#module_365790972 .showHandle div{border-top-color:#ddd !important;}
#module_365790972 .showHandle div{border-top-style:solid !important;}
#module_365790972 .showHandle div{border-top-width:1px !important;}
#module_365790972 .showHandle{background-color:transparent;}
#module_365790972 .showHandle{}
#module_365790972 .showHandle{background-repeat:no-repeat;}
#module_365790972 .showHandle{}
#module_365790972 .showHandle{}
#module_365790972 .showHandle{}
#module_365790972 a{font-size:unset;font-family:unset}
.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*滚动条*/

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

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

/*二级导航*/

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

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

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

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



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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_365781420 .ModuleHead .HeadCenter{float:none;}
#module_365781420 {
padding:0px;
}
#module_365781420 {
}
#module_365781420 .ModuleHead365781420 {
display:none;
}

#module_365781420 .langlistbox{background-color:} #module_365781420 .langlistbox .jt{border-bottom-color:}
#module_365781420 .langlistbox .langinfo{color:#333333}
#module_365781420 .langlistbox .langinfo{background-color:}
#module_365781420 .langlistbox .langinfo{border-color:#333333}
#module_365781420 .langlistbox .langtxt{ font-size:px }
#module_365781420 .langlistbox .langtxt{ color:#333333 }
#module_365781420 {}#module_365781420.layout-101 #header{border-bottom-color:;}
#module_365781420 {}#module_365781420.layout-101 #header{border-bottom-style:;}
#module_365781420 {}#module_365781420.layout-101 #header{border-bottom-width:px;}
#module_365781420 {}#module_365781420.layout-101 #header{box-shadow:;}
#module_365781420 {}#module_365781420.layout-101 #MobileNav{background-color: transparent;} #module_365781420.layout-101 #header{background-color:#000000;}
#module_365781420 {}#module_365781420.layout-101 #header{}
#module_365781420 {}#module_365781420.layout-101 #header p{font-Family:;}
#module_365781420 {}#module_365781420.layout-101 #header p{font-size:px;}
#module_365781420 {}#module_365781420.layout-101 #header p{color:#fff;}
#module_365781420 {}#module_365781420.layout-101 #header p{}
#module_365781420 {}#module_365781420.layout-101 #header p{}
#module_365781420 {}#module_365781420.layout-101 #header p{}
#module_365781420 {}#module_365781420.layout-101 .lcitem .rect{background:#fff;} #module_365781420.layout-101 .icons{color:#fff;} #module_365781420.layout-101 .svgdiv svg>*{fill:#fff;}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item ul li{border-bottom-color:#4e4e4e;}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item,#module_365781420.layout-101 #MobileNavFloatLayer{background-color:#3c3c3c;}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item,#module_365781420.layout-101 #MobileNavFloatLayer{}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li>a{background:#3c3c3c;}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li>a{}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li>a,#module_365781420.layout-101 .micro-nav-item>ul>li>a p{color:#fff;}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li .subnav a{background:#353535;}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li .subnav a,#module_365781420.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li>a,#module_365781420.layout-101 .micro-nav-item>ul>li>a p{font-family:;}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li>a,#module_365781420.layout-101 .micro-nav-item>ul>li>a p{font-size:px;}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li .subnav a,#module_365781420.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:;}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li .subnav a,#module_365781420.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:px;}
#module_365781420 .langlistbox li:hover .langinfo,#module_365781420 .langactive .langinfo {color:}
#module_365781420 .langlistbox li:hover .langinfo,#module_365781420 .langactive .langinfo{background-color:#333333}
#module_365781420 .langlistbox li:hover .langinfo,#module_365781420 .langactive .langinfo{border-color:#333333}
#module_365781420 .langlistbox li:hover .langtxt,#module_365781420 .langactive .langtxt{ color:#333333 }
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li>a:hover,#module_365781420.layout-101 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:#585858;}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:#4a4747;}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_365781420 {}#module_365781420.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_365781420.layout-101 .micro-nav-item>ul>li .subnav a:hover p{color:#fff;}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16);
    color: #666;
    box-sizing: content-box;
    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 10px #fff;
}
.FloatNavQRCode span {
    display: block;
    overflow: hidden;
    bottom: 50px;
    right: 0;
    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_365781421 .ModuleHead .HeadCenter{float:none;}
#module_365781421 {
padding:0px;
}
#module_365781421 {
}
#module_365781421 .ModuleHead365781421 {
display:none;
}

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

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