/* cache file /mnt/yzproc/YZ-Site/caches/csscache/10/100188/100188_310701_1_.cache exists */
/*md5:885f9a64482af72f95cbbbf218a9a4d0*/
/*time: 2023-10-21 16:50:43*/
.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
}
.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_110504505 .ModuleHead .HeadCenter{float:none;}
#module_110504505 {
padding:0px;
}
#module_110504505 {
position:absolute;
z-index:4001;
top:460px;
left:0px;
width:100%;
height:126px;
}
#module_110504505 .ModuleHead110504505 {
display:none;
}

#module_110504505 .animated-circles.animated .c-1,#module_110504505 .animated-circles.animated .c-2,#module_110504505 .animated-circles.animated.c-3{opacity: 0.25; background-color:#fd6e27;} #module_110504505 .animated-circles2:after{background-image:linear-gradient(to bottom, #fd6e27, #fd6e27)}
#module_110504505 .online-service-nav .head{background-color:#FFFFFF;}
#module_110504505 .online-service{border-width:0px;}
#module_110504505 .online-service{border-style:;}
#module_110504505 .online-service{border-color:;}
#module_110504505 .online-service{box-shadow:0 0px 20px 0  rgba(0,69,129,0.08);}
#module_110504505 .online-service-content{background-color:#fff;}
#module_110504505 .online-service-content{border-top-left-radius:20px;}
#module_110504505 .online-service-content{border-bottom-left-radius:20px;}
#module_110504505 .online-service-content{border-bottom-right-radius:20px;}
#module_110504505 .online-service-content{border-top-right-radius:20px;}
#module_110504505 .online-service-content-tab .content-tab{background-color:transparent;}
#module_110504505 .online-service-content-tab .content-tab .iconfont{color:#333333;}
#module_110504505 .content-close::after{border-width:1px;}
#module_110504505 .content-close::after{border-style:solid;}
#module_110504505 .content-close::after{border-color:#eeeeee;}
#module_110504505 .content-close span{background-color:#999999;}
#module_110504505 .online-service-top{background-color:#ffffff;}
#module_110504505 .online-service-top .iconfont{color:#fd6e27;}
#module_110504505 .online-service-top{box-shadow:0px 0px 10px 0px rgba(0,69,129,0.08);}
#module_110504505 .online-service-nav:hover .head{background-color:#FFFFFF;}
#module_110504505 .online-service:hover{border-width:0px;}
#module_110504505 .online-service:hover{border-style:;}
#module_110504505 .online-service:hover{border-color:;}
#module_110504505 .online-service:hover{box-shadow:0 5px 10px 0  rgba(0,69,129,0.08);}
#module_110504505 .online-service:hover .rd-notice-content{color:#FFFFFF;}
#module_110504505 .online-service:hover .online-service-hint{background-color:#f65e12;}
#module_110504505 .online-service-content-tab .content-tabh:hover{background-color:#f65e12;}
#module_110504505 .online-service-content-tab .content-tabh:hover .iconfont{color:#FFFFFF;}
#module_110504505 .content-close:hover span{background-color:#999999;}
#module_110504505 .online-service-content-tab .content-tabh:hover .content-tab-name{color:#ffffff;}
#module_110504505 .online-service-top:hover{background-color:#ffffff;}
#module_110504505 .online-service-top:hover .iconfont{color:#f65e12;}
#module_110504505 .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_106327427 .ModuleHead .HeadCenter{float:none;}
#module_106327427 {
padding:0px;
}
#module_106327427 {
position:static;
z-index:4000;
top:0px;
left:0px;
width:100%;
height: auto;
}
#module_106327427 .ModuleHead106327427 {
display:none;
}
#module_106327427 .BodyCenter.BodyCenter106327427 {
background:none;background-color:rgb(255, 255, 255);
}
#module_106327427 >.module_106327427 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:rgb(227, 108, 9);
border-bottom-width:1px;
}
#module_106327427 >.module_106327427{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_106327427 .BodyCenter.BodyCenter106327427 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327427 .BodyCenter.BodyCenter106327427 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_106327427 >.module_106327427 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327427 >.module_106327427 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_106327427 >.module_106327427 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106327427:hover {
border:none;
}
#module_106327427:hover >.module_106327427 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106327427 .ModuleSubContainer{background-color:transparent;}
#module_106327427 .ModuleSubContainer{background-image:none;}
#module_106327427 .ModuleSubContainer{background-repeat:no-repeat;}
#module_106327427 .ModuleSubContainer{background-position:0% 0%;}
#module_106327427 .ModuleSubContainer{background-attachment:scroll;}
#module_106327427 .ModuleSubContainer{}
#module_106327427 {!bgVideo!}{bgVideoUrl:none}
#module_106327427 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_106327427 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_106327427 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer106327427 {}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_67226360 .ModuleHead .HeadCenter{float:none;}
#module_67226360 {
padding:0px;
}
#module_67226360 {
position:static;
z-index:0;
top:21px;
left:581px;
width:100%;
height: auto;
}
#module_67226360 .ModuleHead67226360 {
display:none;
}
#module_67226360 {
border:none;
}
@media screen and (min-width: 768px){
#module_67226360 >.module_67226360 {
margin-top:8.7500%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226360 >.module_67226360 {
}
}

#module_67226360 img{border-top-color:transparent;}
#module_67226360 img{border-top-style:none;}
#module_67226360 img{border-top-width:0px;}
#module_67226360 img{border-right-color:transparent;}
#module_67226360 img{border-right-style:none;}
#module_67226360 img{border-right-width:0px;}
#module_67226360 img{border-bottom-color:transparent;}
#module_67226360 img{border-bottom-style:none;}
#module_67226360 img{border-bottom-width:0px;}
#module_67226360 img{border-left-color:transparent;}
#module_67226360 img{border-left-style:none;}
#module_67226360 img{border-left-width:0px;}
#module_67226360 img{border-top-left-radius:0px;}
#module_67226360 img{border-top-right-radius:0px;}
#module_67226360 img{border-bottom-left-radius:0px;}
#module_67226360 img{border-bottom-right-radius:0px;}
#module_67226360 .BodyCenter{text-align: center;}

.ModuleNavGiant.layout-102 .main-nav-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  line-height: 0;
  overflow: hidden;
}
.ModuleNavGiant.layout-102 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-102 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-102 .moveMenuRight, .ModuleNavGiant.layout-102 .moveMenuLeft{
   display: inline-block;
   width: 36px;
   height: 36px;
   line-height: 36px;
   font-size: 16px;
   color:#666;
   text-align: center;
   border:1px solid rgba(0,0,0,.1);
   border-radius: 5px;
   cursor: pointer;
}
.ModuleNavGiant.layout-102 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-102 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px

}
.ModuleNavGiant.layout-102 .moveMenuRight:hover, .ModuleNavGiant.layout-102 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-102 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-102 .main-nav-item-group {
	float: left;
	text-align: center;
}
.ModuleNavGiant.layout-102 .main-nav-item {
  box-sizing: content-box;
  padding: 0 25px;
  height: 80px;
  line-height: 80px;
  color: #000000;
  position: relative;
  display:block;
}
.ModuleNavGiant.layout-102 .main-nav-item::before {
  content: '';
  position: absolute;
  width: 0%;
  transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  border-bottom:3px solid #1976d2;
  z-index: 1;
  left: 50%;
  bottom: 0;
}
.ModuleNavGiant.layout-102 .main-nav-item-hover::before {
  width: 100%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.ModuleNavGiant.layout-102 .sub-nav-item-group {
  width: 192px;
  text-align: center;
  border-top: 2px solid #333;
  display: none;
}
.ModuleNavGiant.layout-102 .sub-nav-item {
  display: block;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 12px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-102 .sub-nav-item:last-child{
  border-bottom: none!important;
}
.ModuleNavGiant.layout-102 .sub-nav-item:hover {
  padding-left: 10px;
  background-color: #f7f7f7;
}
.ModuleNavGiant.layout-102 .sub-nav-item-group.current {
  display: block;
}
.ModuleNavGiant.layout-102 .main-nav-item-group.current .main-nav-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #1976d2;
  z-index: 11111;
  left: 0;
  bottom: 0;
}
.ModuleNavGiant.layout-102 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-102 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-102 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-102 .verticalMenu .main-nav-item {display: inline-block; padding: 0 !important; text-align: center;}

.ModuleNavGiant.layout-102 .menu{
    font-size: 12px;
    opacity: 0.6;
    float: right;
    margin-left: 8px;
    margin-top: 1px;
    transform:rotate(0deg);
    transition: all .3s linear;
    -webkit-transform:rotate(0deg);
    -webkit-transition: all .3s linear;
}
.ModuleNavGiant.layout-102 .menuUp{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -1px;
}
.ModuleNavGiant.layout-102 .sub-menu{
    display: none !important;
}.module_67226042 .ModuleHead .HeadCenter{float:none;}
#module_67226042 {
padding:0px;
}
#module_67226042 {
position:static;
z-index:0;
top:28px;
left:1068px;
width:100%;
height: auto;
}
#module_67226042 .ModuleHead67226042 {
display:none;
}
#module_67226042 .BodyCenter.BodyCenter67226042 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67226042 >.module_67226042 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67226042 >.module_67226042{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67226042 .BodyCenter.BodyCenter67226042 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226042 .BodyCenter.BodyCenter67226042 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67226042 >.module_67226042 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226042 >.module_67226042 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67226042 >.module_67226042 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67226042:hover {
border:none;
}
#module_67226042:hover >.module_67226042 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67226042 .main-nav-item{height:80px;line-height:80px} #module_67226042 .main-nav-content{height:80px;}
#module_67226042 .main-nav-content{background-color:#fff;}
#module_67226042 .main-nav-content{background-image:none;}
#module_67226042 .main-nav-content{background-repeat:no-repeat;}
#module_67226042 .main-nav-content{}
#module_67226042 .main-nav-content{}
#module_67226042 .main-nav-content{}
#module_67226042 .main-nav-content, #module_67226042 .verticalMenu .main-nav-item-group{text-align:center;}
#module_67226042 .main-nav-item{font-size:14px;}
#module_67226042 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_67226042 .main-nav-item{color:#333;}
#module_67226042 .main-nav-item{font-weight:normal;}
#module_67226042 .main-nav-item{text-decoration:none;}
#module_67226042 .main-nav-item{font-style:normal;}
#module_67226042 .main-nav-item{background-color:transparent;}
#module_67226042 .main-nav-item{background-image:none;}
#module_67226042 .main-nav-item{background-repeat:no-repeat;}
#module_67226042 .main-nav-item{}
#module_67226042 .main-nav-item{}
#module_67226042 .main-nav-item{}
#module_67226042 .main-nav-item{width:auto;}
#module_67226042 .main-nav-item{padding-left:25px;padding-right:25px;} #module_67226042 .verticalMenu .main-nav-item-group{margin-bottom:25px;}
#module_67226042 .sub-nav-item-group{border-top-color:#333;}
#module_67226042 .sub-nav-item-group{border-top-style:solid;}
#module_67226042 .sub-nav-item-group{border-top-width:2px;}
#module_67226042 .sub-nav-item-group{border-right-color:transparent;}
#module_67226042 .sub-nav-item-group{border-right-style:none;}
#module_67226042 .sub-nav-item-group{border-right-width:0px;}
#module_67226042 .sub-nav-item-group{border-bottom-color:transparent;}
#module_67226042 .sub-nav-item-group{border-bottom-style:none;}
#module_67226042 .sub-nav-item-group{border-bottom-width:0px;}
#module_67226042 .sub-nav-item-group{border-left-color:transparent;}
#module_67226042 .sub-nav-item-group{border-left-style:none;}
#module_67226042 .sub-nav-item-group{border-left-width:0px;}
#module_67226042 .sub-nav-item-group{width:192px;}
#module_67226042 .sub-nav-item{height:40px;line-height:40px}
#module_67226042 .sub-nav-item{font-size:12px;}
#module_67226042 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_67226042 .sub-nav-item{color:#000;}
#module_67226042 .sub-nav-item{font-weight:normal;}
#module_67226042 .sub-nav-item{text-decoration:none;}
#module_67226042 .sub-nav-item{font-style:normal;}
#module_67226042 .sub-nav-item{background-color:#fff;}
#module_67226042 .sub-nav-item{background-image:none;}
#module_67226042 .sub-nav-item{background-repeat:no-repeat;}
#module_67226042 .sub-nav-item{}
#module_67226042 .sub-nav-item{}
#module_67226042 .sub-nav-item{}
#module_67226042 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_67226042 .sub-nav-item{border-bottom-style:solid;}
#module_67226042 .sub-nav-item{border-bottom-width:1px;}
#module_67226042 .sub-nav-item{margin-top:0px;}
#module_67226042 .main-nav-item-hover{font-size:14px;}
#module_67226042 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_67226042 .main-nav-item-hover{color:#f65e12;}
#module_67226042 .main-nav-item-hover{font-weight:normal;}
#module_67226042 .main-nav-item-hover{text-decoration:none;}
#module_67226042 .main-nav-item-hover{font-style:normal;}
#module_67226042 .main-nav-item-hover{background-color:transparent;}
#module_67226042 .main-nav-item-hover{background-image:none;}
#module_67226042 .main-nav-item-hover{background-repeat:no-repeat;}
#module_67226042 .main-nav-item-hover{}
#module_67226042 .main-nav-item-hover{}
#module_67226042 .main-nav-item-hover{}
#module_67226042 .main-nav-item-hover::before,#module_67226042 .main-nav-item::before{border-bottom-color:#f65e12;}
#module_67226042 .main-nav-item-hover::before{border-bottom-style:solid;}
#module_67226042 .main-nav-item-hover::before{border-bottom-width:3px;}
#module_67226042 .main-nav-item-hover::before{width:%}
#module_67226042 .sub-nav-item:hover{font-size:12px;}
#module_67226042 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_67226042 .sub-nav-item:hover{color:#000;}
#module_67226042 .sub-nav-item:hover{font-weight:normal;}
#module_67226042 .sub-nav-item:hover{text-decoration:none;}
#module_67226042 .sub-nav-item:hover{font-style:normal;}
#module_67226042 .sub-nav-item:hover{background-color:#f2f2f2;}
#module_67226042 .sub-nav-item:hover{background-image:none;}
#module_67226042 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_67226042 .sub-nav-item:hover{}
#module_67226042 .sub-nav-item:hover{}
#module_67226042 .sub-nav-item:hover{}


/*全局搜索 layout102*/
.ModuleSearchGiant.layout-108 .searchform-fixed{position: fixed;z-index: 9999;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle{padding: 0;}
.ModuleSearchGiant.layout-108 .btn-group.open .dropdown-toggle{box-shadow: none}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .content { opacity: 0; visibility: hidden; position: fixed; z-index: 999;background: #FFF;top: 0px;left: 0px; display:table;width: 100%;height:auto;border: 0;border-radius: 0px;overflow: hidden;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .group{display: table;padding:0 2%;  border-bottom:1px solid #eee;width: 100%;height:60px;border-radius: 0px;overflow: hidden;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchInputPanel,
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel{position: relative;display:table-cell;height:auto;border:0px;vertical-align: middle;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchInputPanel{ width: calc(100% - 30px);}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel{width: 1%;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchBtnPanel{width: 30px;display: table-cell;position: relative;height:auto;border:0px;}
.ModuleSearchGiant.layout-108 .searchIcon{ font-size: 18px; font-weight: bold;position: absolute;margin-top:-12px;top: 50%;left: 10px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .closeIcon{ cursor: pointer; font-size: 18px; font-weight: bold;position: absolute;margin-top:-12px;top: 50%;left: 10px;width: 20px;height: 20px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .ModuleSearchInput{    padding-right: 50px;float: none;display:block;width: 100%;height: 59px;border: 1px solid #fff;border-right:0px !important;border-radius: 0;text-indent: 10px;font-size:16px;outline: none;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .searchTypePanel select{height: 100%;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select{float: left;height: auto;border: 0;border-radius: 0;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn{border: unset !important;padding-top: 0;padding-bottom: 0;height: 59px;border: 1px solid #fff;border-left-width: 1px;border-radius: 0;line-height: 59px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .bootstrap-select .btn span{font-size: 16px;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .icon-cuowu{right: 10px; left: unset; color: #333333}
.ModuleSearchGiant.layout-108  .icon-sousuo4{ color: #333333}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .ModuleSearchButton{ height: 59px !important; padding-right: 0px;padding-left: 0px;background:#fff;float: left;display: block; min-width: 10px; width: 100%;border: 0;border-radius: 0;font-family: 微软雅黑,Microsoft YaHei;font-size: 12px;color:#fff;font-weight:normal;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .index_mark{display: none;  z-index: 999; background: #000;height:100vh; position:fixed; width: 100%;    top: 0px;left: 0px; opacity: 0.48; }
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot{  display: flex; align-items: center;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul{    margin-bottom: 15px; padding:0 2%; height: auto;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li{ margin-top: 15px!important; padding:unset !important;line-height: 32px; height: 32px;min-width: 64px;text-align: center; border-right:unset !important;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li a{height: 32px;display: block;line-height: 32px;padding: 0 20px;border-radius: 30px; margin-right: 15px;border-radius: 30px;color:#666;background: #eee;}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .search-hot ul li a:hover{background:#dedede;}
.searchform-slide{-webkit-animation: am-gn-searchform-slide 1s both; animation: am-gn-searchform-slide 1s both;}
.searchform-fade{-webkit-animation: am-searchform-fade 400ms both;animation: am-searchform-fade 400ms both;}
.ModuleSearchGiant.layout-108   .btnicon{margin: 0 auto;display:block;font-size: 18px;font-weight: bold;    padding: 10px;cursor: pointer;}
.ModuleSearchGiant.layout-108  .ModuleSearchFormStyle .bootstrap-select .btn:active{-webkit-box-shadow:unset;box-shadow:unset;}
.bootstrap-select.btn-group .dropdown-menu{ z-index: 9999 !important;}
.ModuleSearchGiant.layout-108  .ModuleSearchFormStyle .bootstrap-select .dropdown-toggle:focus{outline:none !important;}
  a:focus {outline:none !important;}

.ModuleSearchGiant.layout-108  .ModuleSearchFormStyle .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default{
    background-color:unset;
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before {
    transform: rotateZ(45deg);
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before,.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    background: #000;
    margin: 0;
    position: absolute;
    z-index: 0;
    top: 33%;
    right: 15px;
    
   
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before,.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    transition: 0.3s ease 0s;
    height: 28px;
    background: #666;
    content: '';
    width: 2px;
    vertical-align: top;
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after {
    transform: rotateZ(-45deg);
}
.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span {
    position: relative;
    margin: 0 auto;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon span {
    background: none;
    opacity: 0;
}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-i {
    transition: 0.5s ease 0.5s;
    overflow: hidden;
    width: 30px;
    text-align: center;
    cursor: pointer;
    height: 59px;
    position: absolute;
    top:0;
    right: 0;

}

.ModuleSearchGiant.layout-108 .ModuleSearchFormStyle #menu-close:hover .menu-icon:before, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle #menu-close:hover .menu-icon:after {
    transform:rotateZ(90deg);
}
@media (max-width: 767px) {
    .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:before, .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .menu-icon:after{
        right: 20px;
      
    }
    .ModuleSearchGiant.layout-108 .ModuleSearchFormStyle .group{ padding:unset}

}

@-webkit-keyframes am-gn-searchform-slide {
	0% {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
		animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes am-gn-searchform-slide {
	0% {
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
		animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
	}

	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@-webkit-keyframes am-searchform-fade {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
		animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
	}

	100% {
		opacity: 1
	}
}

@keyframes am-searchform-fade {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
		animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
	}

	100% {
		opacity: 1
	}
}.module_67226708 .ModuleHead .HeadCenter{float:none;}
#module_67226708 {
padding:0px;
}
#module_67226708 {
position:static;
z-index:0;
top:28px;
left:1433px;
width:100%;
height: auto;
}
#module_67226708 .ModuleHead67226708 {
display:none;
}
#module_67226708 .BodyCenter.BodyCenter67226708 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67226708 >.module_67226708 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67226708 >.module_67226708{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67226708 .BodyCenter.BodyCenter67226708 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226708 .BodyCenter.BodyCenter67226708 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67226708 >.module_67226708 {
margin-top:7.9844%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226708 >.module_67226708 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67226708 >.module_67226708 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67226708:hover {
border:none;
}
#module_67226708:hover >.module_67226708 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67226708 .btnicon{font-size:30px;}
#module_67226708 .btnicon{font-family:;}
#module_67226708 .btnicon{color:rgb(0, 0, 0);}
#module_67226708 .btnicon{font-weight:normal;}
#module_67226708  .btnicon{text-decoration:none;}
#module_67226708 .btnicon{font-style:normal;}
#module_67226708 .btnicon{background-color:rgba(0, 0, 0, 0);}
#module_67226708 .btnicon{background-image:none;}
#module_67226708 .btnicon{background-repeat:no-repeat;}
#module_67226708 .btnicon{}
#module_67226708 .btnicon{}
#module_67226708 .btnicon{}
#module_67226708 .btnicon{text-align:center;}
#module_67226708 .search-hot ul li a{font-size:12px;}
#module_67226708 .search-hot ul li a{font-family:微软雅黑,Microsoft YaHei;}
#module_67226708 .search-hot ul li a{color:#666;}
#module_67226708 .search-hot ul li a{font-weight:normal;}
#module_67226708 .search-hot ul li a{text-decoration:none;}
#module_67226708 .search-hot ul li a{font-style:normal;}
#module_67226708 .search-hot ul li a{background-color:#eee;}
#module_67226708 .search-hot ul li a{}
#module_67226708  .btnicon:hover{background-color:rgba(0, 0, 0, 0);}
#module_67226708  .btnicon:hover{background-image:none;}
#module_67226708  .btnicon:hover{background-repeat:no-repeat;}
#module_67226708  .btnicon:hover{}
#module_67226708  .btnicon:hover{}
#module_67226708 .btnicon:hover{}
#module_67226708  .btnicon:hover{font-size:30px;}
#module_67226708 .ModuleSearchButton:hover{font-family:;}
#module_67226708  .btnicon:hover{color:rgb(227, 108, 9);}
#module_67226708  .btnicon:hover{font-weight:normal;}
#module_67226708  .btnicon:hover{text-decoration:none;}
#module_67226708  .btnicon:hover{font-style:normal;}
#module_67226708 .search-hot ul li:hover a{font-size:12px;}
#module_67226708 .search-hot ul li:hover a{font-family:微软雅黑,Microsoft YaHei;}
#module_67226708 .search-hot ul li:hover a{color:#666;}
#module_67226708 .search-hot ul li:hover a{font-weight:normal;}
#module_67226708 .search-hot ul li:hover a{text-decoration:none;}
#module_67226708 .search-hot ul li:hover a{font-style:normal;}
#module_67226708 .search-hot ul li a:hover{background-color:#dedede;}
#module_67226708 .search-hot ul li a:hover{}

.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_106327459 .ModuleHead .HeadCenter{float:none;}
#module_106327459 {
padding:0px;
}
#module_106327459 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_106327459 .ModuleHead106327459 {
display:none;
}
#module_106327459 {
border:none;
}
@media screen and (min-width: 768px){
#module_106327459 >.module_106327459 {
margin-top:6.5000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327459 >.module_106327459 {
}
}

#module_106327459 .ModuleSharediv{text-align: center;}
#module_106327459 .social-share-icon{color:#999;}
#module_106327459 .social-share-icon{font-size:20px;}
#module_106327459 .social-share-icon{ margin-right:5px;margin-left:5px;} #module_106327459 .mvertical{margin-top:5px;margin-bottom:5px;}
#module_106327459 .social-share-icon{height:36px; width:36px;line-height:36px}
#module_106327459 .social-share-icon{border-top-color:#ccc;}
#module_106327459 .social-share-icon{border-top-style:solid;}
#module_106327459 .social-share-icon{border-top-width:1px;}
#module_106327459 .social-share-icon{border-right-color:#ccc;}
#module_106327459 .social-share-icon{border-right-style:solid;}
#module_106327459 .social-share-icon{border-right-width:1px;}
#module_106327459 .social-share-icon{border-bottom-color:#ccc;}
#module_106327459 .social-share-icon{border-bottom-style:solid;}
#module_106327459 .social-share-icon{border-bottom-width:1px;}
#module_106327459 .social-share-icon{border-left-color:#ccc;}
#module_106327459 .social-share-icon{border-left-style:solid;}
#module_106327459 .social-share-icon{border-left-width:1px;}
#module_106327459 .social-share-icon{background-color:transparent;}
#module_106327459 .social-share-icon{}
#module_106327459 .social-share-icon:hover{background-color:transparent;}
#module_106327459 .social-share-icon:hover{}
#module_106327459 .social-share-icon:hover{color:#999;}
#module_106327459 .social-share-icon:hover{font-size:20px;}
#module_106327459 .social-share-icon:hover{border-top-color:#ccc;}
#module_106327459 .social-share-icon:hover{border-top-style:solid;}
#module_106327459 .social-share-icon:hover{border-top-width:1px;}
#module_106327459 .social-share-icon:hover{border-right-color:#ccc;}
#module_106327459 .social-share-icon:hover{border-right-style:solid;}
#module_106327459 .social-share-icon:hover{border-right-width:1px;}
#module_106327459 .social-share-icon:hover{border-bottom-color:#ccc;}
#module_106327459 .social-share-icon:hover{border-bottom-style:solid;}
#module_106327459 .social-share-icon:hover{border-bottom-width:1px;}
#module_106327459 .social-share-icon:hover{border-left-color:#ccc;}
#module_106327459 .social-share-icon:hover{border-left-style:solid;}
#module_106327459 .social-share-icon:hover{border-left-width:1px;}

/*轮播图样式*/

/*切换按钮样式*/
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-container{ position: relative;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{ position: absolute; width: 81px; height: 82px; background: rgba(0,0,0,0.2);top:50%;z-index: 9999;
    transform : translate(0,-50%);
    -webkit-transform:translate(0,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(0,-50%);       /* for Firefox */
    -ms-transform:translate(0,-50%);       /* for IE */
    -o-transform: translate(0,-50%);        /* for Opera */
    transition: all .3s
}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:hover,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:hover{background: rgba(0,0,0,0.4);}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next{left: 0; cursor: pointer;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{right: 0;cursor: pointer;transform: rotate(180deg);margin-top: -41px;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next:before{
    color: #fff;
    position: absolute;
    top:50%; left: 50%;
    font-size: 30px;
    transform : translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:translate(-50%,-50%);       /* for IE */
    -o-transform: translate(-50%,-50%);
    /* background: url("/images/pres.png") no-repeat center;
    background-size: 100%;
    width: 17px; height:30px;background: #fff;content: "";*/
}

.ModuleSlideGiant.layout-104 .swiper-slide video{min-height: 32px; width: 100%; height: auto; display: block;}
.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:before{
    position: absolute;
    top:50%; left: 50%;
    transform : translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);    /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:translate(-50%,-50%);       /* for IE */
    -o-transform: translate(-50%,-50%);
    color: #fff;
    font-size: 30px;
    /* background: url("/images/nexts.png") no-repeat center;
    background-size: 100%; width: 17px; height:30px; background: #fff;content: "";*/
}
/*.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev:after{ content: ""; position: absolute;*/
/*top:44%; right: 40%; width: 2px; height:20px; background: #fff;*/
/*-webkit-transform: rotate(-135deg);   !* for Chrome || Safari *!*/
/*-moz-transform:  rotate(-135deg);       !* for Firefox *!*/
/*-ms-transform:   rotate(-135deg);        !* for IE *!*/
/*-o-transform:   rotate(-135deg);       !* for Opera *!*/
/*transform: rotate(-135deg);*/
/*}*/
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet{width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1;}
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);   /* for Chrome || Safari */
    -moz-transform: translate(-50%,-50%);       /* for Firefox */
    -ms-transform:  translate(-50%,-50%);        /* for IE */
    -o-transform:  translate(-50%,-50%);
}
.ModuleSlideGiant.layout-104 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background: rgba(0, 0, 0, 0.21); }
/*.forie .swiper-container {height: 600px;}*/
.forie .swiper-pagination {  position: absolute;  left: 0;  text-align: center;  bottom:5px;  width: 100%;  }
.forie .swiper-pagination-switch{display: inline-block;width: 16px;  height: 16px; border-radius: 8px;border: 0;  background: rgba(0, 0, 0, 0); position: relative; opacity: 1; margin: 0 5px;}
.forie .swiper-pagination-switch:before{ content: ""; width: 8px; height: 8px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%;    transform: translate(-50%,-50%);webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);  -ms-transform: translate(-50%,-50%);  -o-transform: translate(-50%,-50%);}
.forie .swiper-active-switch{background: rgba(0, 0, 0, 0.21); }
@media only screen and (max-width: 767px) {
    /* .ModuleSlideGiant .SubContainer {display: none;} */
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
}
/* @media only screen and (max-width: 480px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next,.swiper-slideshow-1-prev{display: none}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-next{display: none}
    .ModuleSlideGiant.layout-104 .slidegiant-container .swiper-slideshow-1-prev{display: none}
} */
.ModuleSlideGiant.layout-104 .swiperImg{width: 100%;}.module_71311140 .ModuleHead .HeadCenter{float:none;}
#module_71311140 {
padding:0px;
}
#module_71311140 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_71311140 .ModuleHead71311140 {
display:none;
}

#module_71311140 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet:before{background-color:#fff;}
#module_71311140 .swiper-slideshow-1-next,#module_71311140 .swiper-slideshow-1-prev{height:82px;}
#module_71311140 .swiper-slideshow-1-next,#module_71311140 .swiper-slideshow-1-prev{width:81px;}
#module_71311140 .swiper-slideshow-1-next:before,#module_71311140 .swiper-slideshow-1-prev:before{color:;}
#module_71311140 .swiper-slideshow-1-next:before,#module_71311140 .swiper-slideshow-1-prev:before{font-size:px;}
#module_71311140 .swiper-slideshow-1-next,#module_71311140 .swiper-slideshow-1-prev{background-color:;}
#module_71311140 .swiper-slideshow-1-next,#module_71311140 .swiper-slideshow-1-prev{}
#module_71311140 .swiper-slideshow-1-next,#module_71311140 .swiper-slideshow-1-prev{}
#module_71311140 .swiper-slideshow-1-next,#module_71311140 .swiper-slideshow-1-prev{}
#module_71311140 .swiper-slideshow-1-next,#module_71311140 .swiper-slideshow-1-prev{}
#module_71311140 .swiper-slideshow-1-next,#module_71311140 .swiper-slideshow-1-prev{}
#module_71311140 .slidegiant-container .slideshow-1 .swiper-pagination .swiper-pagination-bullet-active{background-color:rgba(0, 0, 0, 0.21);}
#module_71311140 .swiper-slideshow-1-next:hover:before,#module_71311140 .swiper-slideshow-1-prev:hover:before{color:;}
#module_71311140 .swiper-slideshow-1-next:hover,#module_71311140 .swiper-slideshow-1-prev:hover{background-color:;}
#module_71311140 .swiper-slideshow-1-next:hover,#module_71311140 .swiper-slideshow-1-prev:hover{}
#module_71311140 .swiper-slideshow-1-next:hover,#module_71311140 .swiper-slideshow-1-prev:hover{}
#module_71311140 .swiper-slideshow-1-next:hover,#module_71311140 .swiper-slideshow-1-prev{}
#module_71311140 .swiper-slideshow-1-next:hover,#module_71311140 .swiper-slideshow-1-prev:hover{}
#module_71311140 .swiper-slideshow-1-next:hover,#module_71311140 .swiper-slideshow-1-prev:hover{}
#module_71311140 .SubContainer {}
.module_67226732 .ModuleHead .HeadCenter{float:none;}
#module_67226732 {
padding:0px;
}
#module_67226732 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_67226732 .ModuleHead67226732 {
display:none;
}

#module_67226732 .ModuleSubContainer{background-color:transparent;}
#module_67226732 .ModuleSubContainer{}
#module_67226732 .ModuleSubContainer{background-repeat:no-repeat;}
#module_67226732 .ModuleSubContainer{background-position:0% 0%;}
#module_67226732 .ModuleSubContainer{background-attachment:scroll;}
#module_67226732 .ModuleSubContainer{}
#module_67226732 {!bgVideo!}{bgVideoUrl:}
#module_67226732 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_67226732 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_67226732 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer67226732 {}
/*图文模块 layout 103*/
.ModuleImageTextGiant.layout-103 .imageTextGiant-Container{max-height: 100%; max-width: 100%;padding: 10px;}
.ModuleImageTextGiant.layout-103 .imageTextGiant-Container .GraphicUpper{text-align: center;}
.ModuleImageTextGiant.layout-103 .ModuleImageTextContent{width: 100%;}

.module_67226738 .ModuleHead .HeadCenter{float:none;}
#module_67226738 {
padding:0px;
}
#module_67226738 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67226738 .ModuleHead67226738 {
display:none;
}
#module_67226738 .BodyCenter.BodyCenter67226738 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67226738 >.module_67226738 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67226738 >.module_67226738{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67226738 .BodyCenter.BodyCenter67226738 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226738 .BodyCenter.BodyCenter67226738 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67226738 >.module_67226738 {
margin-top:4.0833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226738 >.module_67226738 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67226738 >.module_67226738 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67226738:hover {
border:none;
}
#module_67226738:hover >.module_67226738 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67226738 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_67226738 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_67226738 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_67226738 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_67226738 .GraphicUpper .TextImage{margin-top:0px;}
#module_67226738 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_67226738 .GraphicUpper .TextImage{margin-left:0px;}
#module_67226738 .GraphicUpper .TextImage{margin-right:0px;}
#module_67226738 .TextImage{width:6%;}
#module_67226738 .MobileTextImage{width:50%;}
#module_67226738 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_67226738 .imageTextGiant-Container{padding-top:10px;}
#module_67226738 .imageTextGiant-Container{padding-bottom:10px;}
#module_67226738 .imageTextGiant-Container{padding-left:10px;}
#module_67226738 .imageTextGiant-Container{padding-right:10px;}
#module_67226738 .ModuleImageTextGiantContent{padding-top:0px;}
#module_67226738 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_67226738 .ModuleImageTextGiantContent{padding-left:0px;}
#module_67226738 .ModuleImageTextGiantContent{padding-right:0px;}
#module_67226738 .imageTextGiant-Container{padding-top:0px;}
#module_67226738 .imageTextGiant-Container{padding-bottom:0px;}
#module_67226738 .imageTextGiant-Container{padding-left:0px;}
#module_67226738 .imageTextGiant-Container{padding-right:0px;}
#module_67226738 .showHandle .btn{font-size:px;}
#module_67226738 .showHandle .btn{font-family:;}
#module_67226738 .showHandle .btn{color:;}
#module_67226738 .showHandle .btn{}
#module_67226738 .showHandle .btn{}
#module_67226738 .showHandle .btn{}
#module_67226738 .showHandle div{border-top-color: !important;}
#module_67226738 .showHandle div{border-top-style: !important;}
#module_67226738 .showHandle div{border-top-width:px !important;}
#module_67226738 .showHandle{background-color:;}
#module_67226738 .showHandle{}
#module_67226738 .showHandle{}
#module_67226738 .showHandle{}
#module_67226738 .showHandle{}
#module_67226738 .showHandle{}
#module_67226738 a{font-size:unset;font-family:unset}
.module_104911212 .ModuleHead .HeadCenter{float:none;}
#module_104911212 {
padding:0px;
}
#module_104911212 {
position:static;
z-index:1;
top:682px;
left:259px;
width:100%;
height: auto;
}
#module_104911212 .ModuleHead104911212 {
display:none;
}
#module_104911212 .BodyCenter.BodyCenter104911212 {
background:none;background-color:rgba(0,0,0,0);
}
#module_104911212 >.module_104911212 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_104911212 >.module_104911212{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_104911212 .BodyCenter.BodyCenter104911212 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_104911212 .BodyCenter.BodyCenter104911212 {
padding-top:5.4496%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_104911212 >.module_104911212 {
margin-top:4.0833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_104911212 >.module_104911212 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_104911212 >.module_104911212 {box-shadow: 0px 0px 0px 0px #ccc}
#module_104911212:hover {
border:none;
}
#module_104911212:hover >.module_104911212 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_104911212 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_104911212 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_104911212 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_104911212 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_104911212 .GraphicUpper .TextImage{margin-top:0px;}
#module_104911212 .GraphicUpper .TextImage{margin-bottom:0px;}
#module_104911212 .GraphicUpper .TextImage{margin-left:0px;}
#module_104911212 .GraphicUpper .TextImage{margin-right:0px;}
#module_104911212 .TextImage{width:6%;}
#module_104911212 .MobileTextImage{width:20%;}
#module_104911212 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_104911212 .imageTextGiant-Container{padding-top:10px;}
#module_104911212 .imageTextGiant-Container{padding-bottom:10px;}
#module_104911212 .imageTextGiant-Container{padding-left:10px;}
#module_104911212 .imageTextGiant-Container{padding-right:10px;}
#module_104911212 .ModuleImageTextGiantContent{padding-top:0px;}
#module_104911212 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_104911212 .ModuleImageTextGiantContent{padding-left:0px;}
#module_104911212 .ModuleImageTextGiantContent{padding-right:0px;}
#module_104911212 .imageTextGiant-Container{padding-top:0px;}
#module_104911212 .imageTextGiant-Container{padding-bottom:0px;}
#module_104911212 .imageTextGiant-Container{padding-left:0px;}
#module_104911212 .imageTextGiant-Container{padding-right:0px;}
#module_104911212 .showHandle .btn{font-size:14px;}
#module_104911212 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_104911212 .showHandle .btn{color:#333;}
#module_104911212 .showHandle .btn{font-weight:400;}
#module_104911212 .showHandle .btn{text-decoration:none;}
#module_104911212 .showHandle .btn{font-style:normal;}
#module_104911212 .showHandle div{border-top-color:#ddd !important;}
#module_104911212 .showHandle div{border-top-style:solid !important;}
#module_104911212 .showHandle div{border-top-width:1px !important;}
#module_104911212 .showHandle{background-color:transparent;}
#module_104911212 .showHandle{background-image:none;}
#module_104911212 .showHandle{background-repeat:no-repeat;}
#module_104911212 .showHandle{}
#module_104911212 .showHandle{}
#module_104911212 .showHandle{}
#module_104911212 a{font-size:unset;font-family:unset}
/*图文模块 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_67227354 .ModuleHead .HeadCenter{float:none;}
#module_67227354 {
padding:0px;
}
#module_67227354 {
position:static;
z-index:0;
top:948px;
left:872px;
width:100%;
height: auto;
}
#module_67227354 .ModuleHead67227354 {
display:none;
}
#module_67227354 .BodyCenter.BodyCenter67227354 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67227354 >.module_67227354 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67227354 >.module_67227354{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67227354 .BodyCenter.BodyCenter67227354 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_67227354 .BodyCenter.BodyCenter67227354 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_67227354 >.module_67227354 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_67227354 >.module_67227354 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_67227354 >.module_67227354 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67227354:hover {
border:none;
}
#module_67227354:hover >.module_67227354 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67227354 .ModuleImageTextGiantContent{margin-top:0px;}
#module_67227354 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_67227354 .ModuleImageTextGiantContent{margin-left:0px;}
#module_67227354 .ModuleImageTextGiantContent{margin-right:10px;}
#module_67227354 .imageTextGiant-Container{padding-top:10px;}
#module_67227354 .imageTextGiant-Container{padding-bottom:10px;}
#module_67227354 .imageTextGiant-Container{padding-left:10px;}
#module_67227354 .imageTextGiant-Container{padding-right:10px;}
#module_67227354 .showHandle .btn{font-size:14px;}
#module_67227354 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_67227354 .showHandle .btn{color:#333;}
#module_67227354 .showHandle .btn{font-weight:400;}
#module_67227354 .showHandle .btn{text-decoration:none;}
#module_67227354 .showHandle .btn{font-style:normal;}
#module_67227354 .showHandle div{border-top-color:#ddd !important;}
#module_67227354 .showHandle div{border-top-style:solid !important;}
#module_67227354 .showHandle div{border-top-width:1px !important;}
#module_67227354 .showHandle{background-color:transparent;}
#module_67227354 .showHandle{background-image:none;}
#module_67227354 .showHandle{background-repeat:no-repeat;}
#module_67227354 .showHandle{}
#module_67227354 .showHandle{}
#module_67227354 .showHandle{}
#module_67227354 a{font-size:unset;font-family:unset}
.module_104967895 .ModuleHead .HeadCenter{float:none;}
#module_104967895 {
padding:0px;
}
#module_104967895 {
position:static;
z-index:1;
top:600px;
left:127px;
width:100%;
height: auto;
}
#module_104967895 .ModuleHead104967895 {
display:none;
}
#module_104967895 .BodyCenter.BodyCenter104967895 {
background:none;background-color:rgba(0,0,0,0);
}
#module_104967895 >.module_104967895 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_104967895 >.module_104967895{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_104967895 .BodyCenter.BodyCenter104967895 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_104967895 .BodyCenter.BodyCenter104967895 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_104967895 >.module_104967895 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_104967895 >.module_104967895 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_104967895 >.module_104967895 {box-shadow: 0px 0px 0px 0px #ccc}
#module_104967895:hover {
border:none;
}
#module_104967895:hover >.module_104967895 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_104967895 .ModuleImageTextGiantContent{margin-top:0px;}
#module_104967895 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_104967895 .ModuleImageTextGiantContent{margin-left:0px;}
#module_104967895 .ModuleImageTextGiantContent{margin-right:10px;}
#module_104967895 .imageTextGiant-Container{padding-top:10px;}
#module_104967895 .imageTextGiant-Container{padding-bottom:10px;}
#module_104967895 .imageTextGiant-Container{padding-left:10px;}
#module_104967895 .imageTextGiant-Container{padding-right:10px;}
#module_104967895 .showHandle .btn{font-size:14px;}
#module_104967895 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_104967895 .showHandle .btn{color:#333;}
#module_104967895 .showHandle .btn{font-weight:400;}
#module_104967895 .showHandle .btn{text-decoration:none;}
#module_104967895 .showHandle .btn{font-style:normal;}
#module_104967895 .showHandle div{border-top-color:#ddd !important;}
#module_104967895 .showHandle div{border-top-style:solid !important;}
#module_104967895 .showHandle div{border-top-width:1px !important;}
#module_104967895 .showHandle{background-color:transparent;}
#module_104967895 .showHandle{background-image:none;}
#module_104967895 .showHandle{background-repeat:no-repeat;}
#module_104967895 .showHandle{}
#module_104967895 .showHandle{}
#module_104967895 .showHandle{}
#module_104967895 a{font-size:unset;font-family:unset}
.module_67227356 .ModuleHead .HeadCenter{float:none;}
#module_67227356 {
padding:0px;
}
#module_67227356 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_67227356 .ModuleHead67227356 {
display:none;
}
#module_67227356 .BodyCenter.BodyCenter67227356 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67227356 >.module_67227356 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67227356 >.module_67227356{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67227356 .BodyCenter.BodyCenter67227356 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67227356 .BodyCenter.BodyCenter67227356 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67227356 >.module_67227356 {
margin-top:1.0833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67227356 >.module_67227356 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67227356 >.module_67227356 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67227356:hover {
border:none;
}
#module_67227356:hover >.module_67227356 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67227356 .ModuleImageTextGiantContent{margin-top:0px;}
#module_67227356 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_67227356 .ModuleImageTextGiantContent{margin-left:0px;}
#module_67227356 .ModuleImageTextGiantContent{margin-right:10px;}
#module_67227356 .imageTextGiant-Container{padding-top:10px;}
#module_67227356 .imageTextGiant-Container{padding-bottom:0px;}
#module_67227356 .imageTextGiant-Container{padding-left:10px;}
#module_67227356 .imageTextGiant-Container{padding-right:10px;}
#module_67227356 .showHandle .btn{font-size:px;}
#module_67227356 .showHandle .btn{font-family:;}
#module_67227356 .showHandle .btn{color:;}
#module_67227356 .showHandle .btn{}
#module_67227356 .showHandle .btn{}
#module_67227356 .showHandle .btn{}
#module_67227356 .showHandle div{border-top-color: !important;}
#module_67227356 .showHandle div{border-top-style: !important;}
#module_67227356 .showHandle div{border-top-width:px !important;}
#module_67227356 .showHandle{background-color:;}
#module_67227356 .showHandle{}
#module_67227356 .showHandle{}
#module_67227356 .showHandle{}
#module_67227356 .showHandle{}
#module_67227356 .showHandle{}
#module_67227356 a{font-size:unset;font-family:unset}
.module_106327898 .ModuleHead .HeadCenter{float:none;}
#module_106327898 {
padding:0px;
}
#module_106327898 {
position:static;
z-index:0;
top:1187px;
left:1024px;
width:100%;
height: auto;
}
#module_106327898 .ModuleHead106327898 {
display:none;
}
#module_106327898 .BodyCenter.BodyCenter106327898 {
background:none;background-color:rgba(0,0,0,0);
}
#module_106327898 >.module_106327898 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_106327898 >.module_106327898{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_106327898 .BodyCenter.BodyCenter106327898 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327898 .BodyCenter.BodyCenter106327898 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_106327898 >.module_106327898 {
margin-top:1.0833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327898 >.module_106327898 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_106327898 >.module_106327898 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106327898:hover {
border:none;
}
#module_106327898:hover >.module_106327898 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106327898 .ModuleImageTextGiantContent{margin-top:0px;}
#module_106327898 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_106327898 .ModuleImageTextGiantContent{margin-left:0px;}
#module_106327898 .ModuleImageTextGiantContent{margin-right:10px;}
#module_106327898 .imageTextGiant-Container{padding-top:10px;}
#module_106327898 .imageTextGiant-Container{padding-bottom:0px;}
#module_106327898 .imageTextGiant-Container{padding-left:10px;}
#module_106327898 .imageTextGiant-Container{padding-right:10px;}
#module_106327898 .showHandle .btn{font-size:px;}
#module_106327898 .showHandle .btn{font-family:;}
#module_106327898 .showHandle .btn{color:;}
#module_106327898 .showHandle .btn{}
#module_106327898 .showHandle .btn{}
#module_106327898 .showHandle .btn{}
#module_106327898 .showHandle div{border-top-color: !important;}
#module_106327898 .showHandle div{border-top-style: !important;}
#module_106327898 .showHandle div{border-top-width:px !important;}
#module_106327898 .showHandle{background-color:;}
#module_106327898 .showHandle{}
#module_106327898 .showHandle{}
#module_106327898 .showHandle{}
#module_106327898 .showHandle{}
#module_106327898 .showHandle{}
#module_106327898 a{font-size:unset;font-family:unset}
.ModuleButtonGiant.layout-102 .moduleButton{
    background-color: #fff;
    font-size: 12px;
    height: 40px;
    width:100px;
    color:#333;
    border:1px solid #000;
    text-align: center;
    cursor: pointer;
	max-width:100%;
    box-sizing: border-box;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2 !important;
}
.ModuleButtonGiant.layout-102 .moduleButton:hover{
	color:#fff;
}
.ModuleButtonGiant.layout-102 .moduleButton:hover:before{
    background-color: #333;
}
.ModuleButtonGiant.layout-102 .moduleButton.hvr-sweep-to-right:before,.ModuleButtonGiant.layout-102 .moduleButton.hvr-sweep-to-top:before,.ModuleButtonGiant.layout-102 .moduleButton.Radial-Out:before,.ModuleButtonGiant.layout-102 .moduleButton.RShutter-Out-Horizontal:before,.ModuleButtonGiant.layout-102 .moduleButton.Shutter-Out-Horizontal:before,.ModuleButtonGiant.layout-102 .moduleButton.Shutter-Out-Vertical:before{
	background-color: #333
}
.ModuleButtonGiant.layout-102 .BreadsvgIcon{
    flex-direction: column;
    justify-content: center;
}
.ModuleButtonGiant.layout-102 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-102 .BreadIcon{
    font-size: 16px;
}.module_67228375 .ModuleHead .HeadCenter{float:none;}
#module_67228375 {
padding:0px;
}
#module_67228375 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67228375 .ModuleHead67228375 {
display:none;
}
#module_67228375 .BodyCenter.BodyCenter67228375 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67228375 >.module_67228375 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67228375 >.module_67228375{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67228375 .BodyCenter.BodyCenter67228375 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228375 .BodyCenter.BodyCenter67228375 {
padding-top:5.4496%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_67228375 >.module_67228375 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228375 >.module_67228375 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_67228375 >.module_67228375 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228375:hover {
border:none;
}
#module_67228375:hover >.module_67228375 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228375 .BodyCenter{text-align:center;}
#module_67228375 .moduleButton{font-size:12px;}
#module_67228375 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_67228375 .moduleButton{color:#000000;}
#module_67228375 .moduleButton{font-weight:normal;}
#module_67228375 .moduleButton{text-decoration:none;}
#module_67228375 .moduleButton{font-style:normal;}
#module_67228375 .moduleButton, #module_67228375 .moduleButton.faded:before{background-color:#fff;}
#module_67228375 .moduleButton, #module_67228375 .moduleButton.faded:before{}
#module_67228375 .moduleButton, #module_67228375 .moduleButton.faded:before{}
#module_67228375 .moduleButton, #module_67228375 .moduleButton.faded:before{}
#module_67228375 .moduleButton, #module_67228375 .moduleButton.faded:before{}
#module_67228375 .moduleButton, #module_67228375 .moduleButton.faded:before{}
#module_67228375 .moduleButton{border-color:#000000;}
#module_67228375 .moduleButton{border-style:solid;}
#module_67228375 .moduleButton{border-width:1px;}
#module_67228375 .moduleButton{width:100px;}
#module_67228375 .moduleButton,#module_67228375 .BreadsvgIcon{height:30px;line-height:30px;}
#module_67228375 .BodyCenter{color:#000;}
#module_67228375 .moduleButton{border-top-left-radius:0px;}
#module_67228375 .moduleButton{border-top-right-radius:0px;}
#module_67228375 .moduleButton{border-bottom-left-radius:0px;}
#module_67228375 .moduleButton{border-bottom-right-radius:0px;}
#module_67228375 .BreadIcon{font-size:px;} #module_67228375 .BreadsvgIcon svg{width:px;height:px;}
#module_67228375 .BreadIcon{color:;} #module_67228375 .BreadsvgIcon svg>*{fill:;}
#module_67228375 .BreadIcon,#module_67228375 .BreadsvgIcon{margin-left:px;}
#module_67228375 .BreadIcon,#module_67228375 .BreadsvgIcon{margin-right:px;}
#module_67228375 .moduleButton{box-shadow:;}
#module_67228375 .moduleButton:hover .BreadIcon{font-size:px;} #module_67228375 .moduleButton:hover .BreadsvgIcon svg{width:px;height:px;}
#module_67228375 .moduleButton:hover .BreadIcon{color:} #module_67228375 .moduleButton:hover .BreadsvgIcon svg>*{fill:;}
#module_67228375 .moduleButton:hover{font-size:12px;}
#module_67228375 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_67228375 .moduleButton:hover{color:#fff;}
#module_67228375 .moduleButton:hover{font-weight:normal;}
#module_67228375 .moduleButton:hover{text-decoration:none;}
#module_67228375 .moduleButton:hover{font-style:normal;}
#module_67228375 .moduleButton:before, #module_67228375 .moduleButton.faded:before{background-color:rgb(227, 108, 9);}
#module_67228375 .moduleButton:before, #module_67228375 .moduleButton.faded:before{}
#module_67228375 .moduleButton:before, #module_67228375 .moduleButton.faded:before{}
#module_67228375 .moduleButton:before, #module_67228375 .moduleButton.faded:before{}
#module_67228375 .moduleButton:before, #module_67228375 .moduleButton.faded:before{}
#module_67228375 .moduleButton:before, #module_67228375 .moduleButton.faded:before{}
#module_67228375 .moduleButton:hover{border-color:rgb(227, 108, 9);}
#module_67228375 .moduleButton:hover{border-style:solid;}
#module_67228375 .moduleButton:hover{border-width:1px;}
#module_67228375 .moduleButton:hover{box-shadow:;}

.module_67227363 .ModuleHead .HeadCenter{float:none;}
#module_67227363 {
padding:0px;
}
#module_67227363 {
position:static;
z-index:0;
top:1127px;
left:956px;
width:100%;
height: auto;
}
#module_67227363 .ModuleHead67227363 {
display:none;
}
#module_67227363 .BodyCenter.BodyCenter67227363 {
background-color:transparent;
background-image:url(../image/20200607183811cf0677.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_67227363 >.module_67227363 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67227363 >.module_67227363{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67227363 .BodyCenter.BodyCenter67227363 {
padding-top:2.6674%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:7.8452%;
}
}
@media screen and (max-width: 767px){
#module_67227363 .BodyCenter.BodyCenter67227363 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67227363 >.module_67227363 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67227363 >.module_67227363 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67227363 >.module_67227363 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67227363:hover {
border:none;
}
#module_67227363:hover >.module_67227363 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67227363 .ModuleSubContainer{background-color:transparent;}
#module_67227363 .ModuleSubContainer{background-image:none;}
#module_67227363 .ModuleSubContainer{background-repeat:no-repeat;}
#module_67227363 .ModuleSubContainer{background-position:0% 0%;}
#module_67227363 .ModuleSubContainer{background-attachment:scroll;}
#module_67227363 .ModuleSubContainer{}
#module_67227363 {!bgVideo!}{bgVideoUrl:none}
#module_67227363 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_67227363 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_67227363 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer67227363 {}
.ModuleImageTextGiant.layout-104 .imageTextContainer{ display: flex; flex-flow:column;}
.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .GraphicUpper{float: left;padding:0;}
/* .ModuleImageTextGiant.layout-104 .imageTextGiant-Container .col-sm-3 img{max-width: 65px;max-height: 65px} */
.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .normal_ImgtextBox_content .col-sm-8{padding:0;}
.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .TextImage { width: 100%;}
.ModuleImageTextGiant.layout-104 .ModuleImageTextGiantContent{  padding-left: 15px;}
.ModuleImageTextGiant.layout-104 .rowss{display: flex; flex-wrap: wrap; }
.ModuleImageTextGiant.layout-104 .normal_ImgtextBox_content:nth-child(2n){margin-right: 0 !important;}


@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .GraphicUpper{padding-left: 0}
	.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .row2content{ width: 50%;}
	.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .row1content{ width: 100% !important;}
	.ModuleImageTextGiant.layout-104 .rows1{display: block;}
	/* .ModuleImageTextGiant.layout-104 .rows1:nth-child(1) .row1content:first-child { margin-top: 0 !important; }

	.ModuleImageTextGiant.layout-104 .rowss:first-child .row2content{ margin-top: 0 !important; } */
}
@media only screen and (min-width: 768px) {
   .ModuleImageTextGiant.layout-104 .imageTextGiant-Container .normal_ImgtextBox_content .col-sm-8{padding: 0px;}
   .ModuleImageTextGiant.layout-104 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper .TextImage {  
	     width: 100%;
	     max-width: 100%;
	}
	/* .ModuleImageTextGiant.layout-104 .rowss:first-child .normal_ImgtextBox_content{ margin-top: 0 !important; } */
}
/*@media only screen and (min-width: 1000px) {*/
   /*.ModuleImageTextGiant.layout-104 .imageTextGiant-Container{width: auto;margin:0 auto;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .row{width:auto;}*/
	/*.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .row .col-xs-12{width: 49.66666%;padding: 0px 15px;}*/
	/*.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .normal_ImgtextBox_content .col-xs-9{width: calc(100% - 65px);}   */
	/*.ModuleImageTextGiant.layout-104 .imageTextGiant-Container .GraphicUpper{width: 65px;}*/
/*}*/

.module_67227376 .ModuleHead .HeadCenter{float:none;}
#module_67227376 {
padding:0px;
}
#module_67227376 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67227376 .ModuleHead67227376 {
display:none;
}
#module_67227376 .BodyCenter.BodyCenter67227376 {
background-color:transparent;
background-image:url(../image/20200607183849f0911c.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_67227376 >.module_67227376 {
border-top-style:solid;
border-top-color:rgb(255, 255, 255);
border-top-width:1px;
border-left-style:solid;
border-left-color:rgb(255, 255, 255);
border-left-width:1px;
border-right-style:solid;
border-right-color:rgb(255, 255, 255);
border-right-width:1px;
border-bottom-style:solid;
border-bottom-color:rgb(255, 255, 255);
border-bottom-width:1px;
}
#module_67227376 >.module_67227376{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:20px;
border-top-right-radius:20px;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
}
@media screen and (min-width: 768px){
#module_67227376 .BodyCenter.BodyCenter67227376 {
padding-top:1.6667%;
padding-left:6.6667%;
padding-right:0.0000%;
padding-bottom:1.6667%;
}
}
@media screen and (max-width: 767px){
#module_67227376 .BodyCenter.BodyCenter67227376 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67227376 >.module_67227376 {
margin-top:1.0833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67227376 >.module_67227376 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67227376 >.module_67227376 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67227376:hover {
border:none;
}
#module_67227376:hover >.module_67227376 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67227376 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_67227376 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_67227376 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_67227376 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_67227376 .GraphicUpper .TextImage{padding-top:0px;}
#module_67227376 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_67227376 .GraphicUpper .TextImage{padding-left:0px;}
#module_67227376 .GraphicUpper .TextImage{padding-right:0px;}
#module_67227376 .GraphicUpper {width:15%;} #module_67227376 .ModuleImageTextContent{width: calc(100% - 15%);}
#module_67227376 .MobileGraphicUpper {width:10%;} #module_67227376 .ModuleMobileImageTextContent{width: calc(100% - 10%);}
#module_67227376 .ModuleImageTextGiantContent{padding-top:11px;}
#module_67227376 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_67227376 .ModuleImageTextGiantContent{padding-left:26px;}
#module_67227376 .ModuleImageTextGiantContent{padding-right:20px;}
#module_67227376 .normal_ImgtextBox_content{padding-top:0px;}
#module_67227376 .normal_ImgtextBox_content{padding-bottom:0px;}
#module_67227376 .normal_ImgtextBox_content{padding-left:0px;}
#module_67227376 .normal_ImgtextBox_content{padding-right:0px;}
#module_67227376 .normal_ImgtextBox_content{margin-top:30px;margin-bottom:30px;}
#module_67227376 .normal_ImgtextBox_content{margin-right:0px; width:calc((100% - 0px)/ 2)}  #module_67227376 .MobileImgtextBox{margin-right:0px;margin-left:0; width:calc((100% - 0px) / 2);}
#module_67227376 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_67227376 .normal_ImgtextBox_content{background-color:transparent;}
#module_67227376 .normal_ImgtextBox_content{background-image:none;}
#module_67227376 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_67227376 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_67227376 .normal_ImgtextBox_content{background-attachment:none;}
#module_67227376 .normal_ImgtextBox_content{}
#module_67227376 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_67227376 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_67227376 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_67227376 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_67227376 .normal_ImgtextBox_content{border-top-color:rgb(255, 255, 255);}
#module_67227376 .normal_ImgtextBox_content{border-top-style:none;}
#module_67227376 .normal_ImgtextBox_content{border-top-width:2px;}
#module_67227376 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_67227376 .normal_ImgtextBox_content{border-right-style:none;}
#module_67227376 .normal_ImgtextBox_content{border-right-width:0px;}
#module_67227376 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_67227376 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_67227376 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_67227376 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_67227376 .normal_ImgtextBox_content{border-left-style:none;}
#module_67227376 .normal_ImgtextBox_content{border-left-width:0px;}
#module_67227376 .showHandle .btn{font-size:px;}
#module_67227376 .showHandle .btn{font-family:;}
#module_67227376 .showHandle .btn{color:;}
#module_67227376 .showHandle .btn{}
#module_67227376 .showHandle .btn{}
#module_67227376 .showHandle .btn{}
#module_67227376 .showHandle div{border-top-color: !important;}
#module_67227376 .showHandle div{border-top-style: !important;}
#module_67227376 .showHandle div{border-top-width:px !important;}
#module_67227376 .showHandle{background-color:;}
#module_67227376 .showHandle{}
#module_67227376 .showHandle{}
#module_67227376 .showHandle{}
#module_67227376 .showHandle{}
#module_67227376 .showHandle{}
#module_67227376 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_67227376 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_67227376 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_67227376 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_67227376 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_67227376 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_67227376 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_67227376 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_67227376 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_67227376 a{font-size:unset;font-family:unset}
.module_106327872 .ModuleHead .HeadCenter{float:none;}
#module_106327872 {
padding:0px;
}
#module_106327872 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_106327872 .ModuleHead106327872 {
display:none;
}

#module_106327872 .ModuleSubContainer{background-color:transparent;}
#module_106327872 .ModuleSubContainer{}
#module_106327872 .ModuleSubContainer{background-repeat:no-repeat;}
#module_106327872 .ModuleSubContainer{background-position:0% 0%;}
#module_106327872 .ModuleSubContainer{background-attachment:scroll;}
#module_106327872 .ModuleSubContainer{}
#module_106327872 {!bgVideo!}{bgVideoUrl:}
#module_106327872 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_106327872 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_106327872 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer106327872 {}
/*图文模块 layout 105*/
.ModuleImageTextGiant.layout-105 .row{ margin-left:0; margin-right: 0;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{max-height: 100%; max-width: 100%;/*padding: 10px;*/}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .ModuleImageTextContent{padding:0; padding-left: 15px; margin: 0px }
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{height:auto;padding-left: 0;padding-right: 0}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content{align-items: center;display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex;}
.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper{text-align: left; overflow: hidden; display: block; text-align:center; position: relative;}
/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .GraphicUpper .dummy { padding-top: 100%; }*/
/* .ModuleImageTextGiant.layout-105 .normal_ImgtextBox_content:first-child{ margin-top: 0 !important; }
.ModuleImageTextGiant.layout-105 .normal_ImgtextBox_content:last-child{ margin-bottom: 0 !important; } */


@media only screen and (max-width: 767px) {
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row .col-xs-8{padding: 0 3px;width: 91.333333%;}
}
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container{min-width: 100%;}*/
	/*.ModuleImageTextGiant.layout-105 .col-md-2{width: 14.666667%;}*/
/*}*/
/*@media only screen and (min-width: 769px) and (max-width: 991px) {*/
	/*.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .row{width:auto;}*/
/*}*/
@media only screen and (min-width: 768px) {
	.ModuleImageTextGiant.layout-105 .col-lg-2 {
    width: 10%;
	}
	.ModuleImageTextGiant.layout-105 .imageTextGiant-Container .normal_ImgtextBox_content .GraphicUpper .TextImage{width: 100%}
}.module_106327468 .ModuleHead .HeadCenter{float:none;}
#module_106327468 {
padding:0px;
}
#module_106327468 {
position:static;
z-index:0;
top:2900px;
left:1037px;
width:100%;
height: auto;
}
#module_106327468 .ModuleHead106327468 {
display:none;
}
#module_106327468 .BodyCenter.BodyCenter106327468 {
background-color:transparent;
background-image:url(../image/20200607213951cc1ee1.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:scroll;
}
#module_106327468 >.module_106327468 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_106327468 >.module_106327468{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_106327468 .BodyCenter.BodyCenter106327468 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327468 .BodyCenter.BodyCenter106327468 {
padding-top:8.1744%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_106327468 >.module_106327468 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327468 >.module_106327468 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_106327468 >.module_106327468 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106327468:hover {
border:none;
}
#module_106327468:hover >.module_106327468 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106327468 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_106327468 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_106327468 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_106327468 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_106327468 .GraphicUpper{padding-top:0px;}
#module_106327468 .GraphicUpper{padding-bottom:0px;}
#module_106327468 .GraphicUpper{padding-left:15px;}
#module_106327468 .GraphicUpper {padding-right:0px;}
#module_106327468 .GraphicUpper{width:10%;} #module_106327468 .ModuleImageTextContent{width: calc(100% - 10%);}
#module_106327468 .MobileGraphicUpper{width:24%;} #module_106327468 .ModuleMobileImageTextContent{width: calc(100% - 24%);}
#module_106327468 .ModuleImageTextGiantContent{padding-top:0px;}
#module_106327468 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_106327468 .ModuleImageTextGiantContent{padding-left:15px;}
#module_106327468 .ModuleImageTextGiantContent{padding-right:0px;}
#module_106327468 .normal_ImgtextBox_content{padding-top:0px;}
#module_106327468 .normal_ImgtextBox_content{padding-bottom:30px;}
#module_106327468 .normal_ImgtextBox_content{padding-left:0px;}
#module_106327468 .normal_ImgtextBox_content{padding-right:0px;}
#module_106327468 .normal_ImgtextBox_content{margin-top:0px;margin-bottom:0px;}
#module_106327468 .normal_ImgtextBox_content{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_106327468 .normal_ImgtextBox_content{background-color:transparent;}
#module_106327468 .normal_ImgtextBox_content{background-image:none;}
#module_106327468 .normal_ImgtextBox_content{background-repeat:no-repeat;}
#module_106327468 .normal_ImgtextBox_content{background-position:0% 0%;}
#module_106327468 .normal_ImgtextBox_content{background-attachment:none;}
#module_106327468 .normal_ImgtextBox_content{}
#module_106327468 .normal_ImgtextBox_content{border-top-left-radius:0px;}
#module_106327468 .normal_ImgtextBox_content{border-top-right-radius:0px;}
#module_106327468 .normal_ImgtextBox_content{border-bottom-left-radius:0px;}
#module_106327468 .normal_ImgtextBox_content{border-bottom-right-radius:0px;}
#module_106327468 .normal_ImgtextBox_content{border-top-color:rgba(0,0,0,0);}
#module_106327468 .normal_ImgtextBox_content{border-top-style:none;}
#module_106327468 .normal_ImgtextBox_content{border-top-width:0px;}
#module_106327468 .normal_ImgtextBox_content{border-right-color:rgba(0,0,0,0);}
#module_106327468 .normal_ImgtextBox_content{border-right-style:none;}
#module_106327468 .normal_ImgtextBox_content{border-right-width:0px;}
#module_106327468 .normal_ImgtextBox_content{border-bottom-color:rgba(0,0,0,0);}
#module_106327468 .normal_ImgtextBox_content{border-bottom-style:none;}
#module_106327468 .normal_ImgtextBox_content{border-bottom-width:0px;}
#module_106327468 .normal_ImgtextBox_content{border-left-color:rgba(0,0,0,0);}
#module_106327468 .normal_ImgtextBox_content{border-left-style:none;}
#module_106327468 .normal_ImgtextBox_content{border-left-width:0px;}
#module_106327468 .showHandle .btn{font-size:14px;}
#module_106327468 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_106327468 .showHandle .btn{color:#333;}
#module_106327468 .showHandle .btn{font-weight:400;}
#module_106327468 .showHandle .btn{text-decoration:none;}
#module_106327468 .showHandle .btn{font-style:normal;}
#module_106327468 .showHandle div{border-top-color:#ddd !important;}
#module_106327468 .showHandle div{border-top-style:solid !important;}
#module_106327468 .showHandle div{border-top-width:1px !important;}
#module_106327468 .showHandle{background-color:transparent;}
#module_106327468 .showHandle{background-image:none;}
#module_106327468 .showHandle{background-repeat:no-repeat;}
#module_106327468 .showHandle{}
#module_106327468 .showHandle{}
#module_106327468 .showHandle{}
#module_106327468 .normal_ImgtextBox_content:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_106327468 .normal_ImgtextBox_content:hover{border-top-color:rgba(0,0,0,0);}
#module_106327468 .normal_ImgtextBox_content:hover{border-top-style:none;}
#module_106327468 .normal_ImgtextBox_content:hover{border-right-color:rgba(0,0,0,0);}
#module_106327468 .normal_ImgtextBox_content:hover{border-right-style:none;}
#module_106327468 .normal_ImgtextBox_content:hover{border-bottom-color:rgba(0,0,0,0);}
#module_106327468 .normal_ImgtextBox_content:hover{border-bottom-style:none;}
#module_106327468 .normal_ImgtextBox_content:hover{border-left-color:rgba(0,0,0,0);}
#module_106327468 .normal_ImgtextBox_content:hover{border-left-style:none;}
#module_106327468 a{font-size:unset;font-family:unset}
.module_67228050 .ModuleHead .HeadCenter{float:none;}
#module_67228050 {
padding:0px;
}
#module_67228050 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_67228050 .ModuleHead67228050 {
display:none;
}
#module_67228050 .BodyCenter.BodyCenter67228050 {
background-color:transparent;
background-image:url(../image/202006071945058bf741.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_67228050 >.module_67228050 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67228050 >.module_67228050{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67228050 .BodyCenter.BodyCenter67228050 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228050 .BodyCenter.BodyCenter67228050 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228050 >.module_67228050 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228050 >.module_67228050 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228050 >.module_67228050 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228050:hover {
border:none;
}
#module_67228050:hover >.module_67228050 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228050 .ModuleSubContainer{background-color:transparent;}
#module_67228050 .ModuleSubContainer{background-image:none;}
#module_67228050 .ModuleSubContainer{background-repeat:no-repeat;}
#module_67228050 .ModuleSubContainer{background-position:0% 0%;}
#module_67228050 .ModuleSubContainer{background-attachment:scroll;}
#module_67228050 .ModuleSubContainer{}
#module_67228050 {!bgVideo!}{bgVideoUrl:none}
#module_67228050 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_67228050 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_67228050 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer67228050 {}
.module_67228056 .ModuleHead .HeadCenter{float:none;}
#module_67228056 {
padding:0px;
}
#module_67228056 {
position:static;
z-index:0;
top:1951px;
left:1072px;
width:100%;
height: auto;
}
#module_67228056 .ModuleHead67228056 {
display:none;
}
#module_67228056 .BodyCenter.BodyCenter67228056 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67228056 >.module_67228056 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67228056 >.module_67228056{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67228056 .BodyCenter.BodyCenter67228056 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228056 .BodyCenter.BodyCenter67228056 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228056 >.module_67228056 {
margin-top:5.0820%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228056 >.module_67228056 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228056 >.module_67228056 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228056:hover {
border:none;
}
#module_67228056:hover >.module_67228056 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228056 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_67228056 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_67228056 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_67228056 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_67228056 .GraphicUpper .TextImage{margin-top:0px;}
#module_67228056 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_67228056 .GraphicUpper .TextImage{margin-left:0px;}
#module_67228056 .GraphicUpper .TextImage{margin-right:0px;}
#module_67228056 .TextImage{width:6%;}
#module_67228056 .MobileTextImage{width:50%;}
#module_67228056 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_67228056 .imageTextGiant-Container{padding-top:10px;}
#module_67228056 .imageTextGiant-Container{padding-bottom:10px;}
#module_67228056 .imageTextGiant-Container{padding-left:10px;}
#module_67228056 .imageTextGiant-Container{padding-right:10px;}
#module_67228056 .ModuleImageTextGiantContent{padding-top:0px;}
#module_67228056 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_67228056 .ModuleImageTextGiantContent{padding-left:0px;}
#module_67228056 .ModuleImageTextGiantContent{padding-right:0px;}
#module_67228056 .imageTextGiant-Container{padding-top:0px;}
#module_67228056 .imageTextGiant-Container{padding-bottom:0px;}
#module_67228056 .imageTextGiant-Container{padding-left:0px;}
#module_67228056 .imageTextGiant-Container{padding-right:0px;}
#module_67228056 .showHandle .btn{font-size:px;}
#module_67228056 .showHandle .btn{font-family:;}
#module_67228056 .showHandle .btn{color:;}
#module_67228056 .showHandle .btn{}
#module_67228056 .showHandle .btn{}
#module_67228056 .showHandle .btn{}
#module_67228056 .showHandle div{border-top-color: !important;}
#module_67228056 .showHandle div{border-top-style: !important;}
#module_67228056 .showHandle div{border-top-width:px !important;}
#module_67228056 .showHandle{background-color:;}
#module_67228056 .showHandle{}
#module_67228056 .showHandle{}
#module_67228056 .showHandle{}
#module_67228056 .showHandle{}
#module_67228056 .showHandle{}
#module_67228056 a{font-size:unset;font-family:unset}
.module_106327876 .ModuleHead .HeadCenter{float:none;}
#module_106327876 {
padding:0px;
}
#module_106327876 {
position:static;
z-index:0;
top:2110px;
left:937px;
width:100%;
height: auto;
}
#module_106327876 .ModuleHead106327876 {
display:none;
}
#module_106327876 .BodyCenter.BodyCenter106327876 {
background:none;background-color:rgba(0,0,0,0);
}
#module_106327876 >.module_106327876 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_106327876 >.module_106327876{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_106327876 .BodyCenter.BodyCenter106327876 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327876 .BodyCenter.BodyCenter106327876 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_106327876 >.module_106327876 {
margin-top:5.0820%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327876 >.module_106327876 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_106327876 >.module_106327876 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106327876:hover {
border:none;
}
#module_106327876:hover >.module_106327876 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106327876 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_106327876 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_106327876 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_106327876 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_106327876 .GraphicUpper .TextImage{margin-top:0px;}
#module_106327876 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_106327876 .GraphicUpper .TextImage{margin-left:0px;}
#module_106327876 .GraphicUpper .TextImage{margin-right:0px;}
#module_106327876 .TextImage{width:6%;}
#module_106327876 .MobileTextImage{width:50%;}
#module_106327876 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_106327876 .imageTextGiant-Container{padding-top:10px;}
#module_106327876 .imageTextGiant-Container{padding-bottom:10px;}
#module_106327876 .imageTextGiant-Container{padding-left:10px;}
#module_106327876 .imageTextGiant-Container{padding-right:10px;}
#module_106327876 .ModuleImageTextGiantContent{padding-top:0px;}
#module_106327876 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_106327876 .ModuleImageTextGiantContent{padding-left:0px;}
#module_106327876 .ModuleImageTextGiantContent{padding-right:0px;}
#module_106327876 .imageTextGiant-Container{padding-top:0px;}
#module_106327876 .imageTextGiant-Container{padding-bottom:0px;}
#module_106327876 .imageTextGiant-Container{padding-left:0px;}
#module_106327876 .imageTextGiant-Container{padding-right:0px;}
#module_106327876 .showHandle .btn{font-size:px;}
#module_106327876 .showHandle .btn{font-family:;}
#module_106327876 .showHandle .btn{color:;}
#module_106327876 .showHandle .btn{}
#module_106327876 .showHandle .btn{}
#module_106327876 .showHandle .btn{}
#module_106327876 .showHandle div{border-top-color: !important;}
#module_106327876 .showHandle div{border-top-style: !important;}
#module_106327876 .showHandle div{border-top-width:px !important;}
#module_106327876 .showHandle{background-color:;}
#module_106327876 .showHandle{}
#module_106327876 .showHandle{}
#module_106327876 .showHandle{}
#module_106327876 .showHandle{}
#module_106327876 .showHandle{}
#module_106327876 a{font-size:unset;font-family:unset}
.module_67228058 .ModuleHead .HeadCenter{float:none;}
#module_67228058 {
padding:0px;
}
#module_67228058 {
position:static;
z-index:0;
top:2018px;
left:1095px;
width:100%;
height: auto;
}
#module_67228058 .ModuleHead67228058 {
display:none;
}
#module_67228058 {
border:none;
}
@media screen and (min-width: 768px){
#module_67228058 >.module_67228058 {
margin-top:0.8333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228058 >.module_67228058 {
}
}

#module_67228058 .ModuleImageTextGiantContent{margin-top:0px;}
#module_67228058 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_67228058 .ModuleImageTextGiantContent{margin-left:0px;}
#module_67228058 .ModuleImageTextGiantContent{margin-right:10px;}
#module_67228058 .imageTextGiant-Container{padding-top:10px;}
#module_67228058 .imageTextGiant-Container{padding-bottom:10px;}
#module_67228058 .imageTextGiant-Container{padding-left:10px;}
#module_67228058 .imageTextGiant-Container{padding-right:10px;}
#module_67228058 .showHandle .btn{font-size:px;}
#module_67228058 .showHandle .btn{font-family:;}
#module_67228058 .showHandle .btn{color:;}
#module_67228058 .showHandle .btn{}
#module_67228058 .showHandle .btn{}
#module_67228058 .showHandle .btn{}
#module_67228058 .showHandle div{border-top-color: !important;}
#module_67228058 .showHandle div{border-top-style: !important;}
#module_67228058 .showHandle div{border-top-width:px !important;}
#module_67228058 .showHandle{background-color:;}
#module_67228058 .showHandle{}
#module_67228058 .showHandle{}
#module_67228058 .showHandle{}
#module_67228058 .showHandle{}
#module_67228058 .showHandle{}
#module_67228058 a{font-size:unset;font-family:unset}
.module_106327878 .ModuleHead .HeadCenter{float:none;}
#module_106327878 {
padding:0px;
}
#module_106327878 {
position:static;
z-index:1;
top:2254px;
left:995px;
width:100%;
height: auto;
}
#module_106327878 .ModuleHead106327878 {
display:none;
}
#module_106327878 {
border:none;
}
@media screen and (min-width: 768px){
#module_106327878 >.module_106327878 {
margin-top:0.8333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327878 >.module_106327878 {
}
}

#module_106327878 .ModuleImageTextGiantContent{margin-top:0px;}
#module_106327878 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_106327878 .ModuleImageTextGiantContent{margin-left:0px;}
#module_106327878 .ModuleImageTextGiantContent{margin-right:10px;}
#module_106327878 .imageTextGiant-Container{padding-top:10px;}
#module_106327878 .imageTextGiant-Container{padding-bottom:10px;}
#module_106327878 .imageTextGiant-Container{padding-left:10px;}
#module_106327878 .imageTextGiant-Container{padding-right:10px;}
#module_106327878 .showHandle .btn{font-size:px;}
#module_106327878 .showHandle .btn{font-family:;}
#module_106327878 .showHandle .btn{color:;}
#module_106327878 .showHandle .btn{}
#module_106327878 .showHandle .btn{}
#module_106327878 .showHandle .btn{}
#module_106327878 .showHandle div{border-top-color: !important;}
#module_106327878 .showHandle div{border-top-style: !important;}
#module_106327878 .showHandle div{border-top-width:px !important;}
#module_106327878 .showHandle{background-color:;}
#module_106327878 .showHandle{}
#module_106327878 .showHandle{}
#module_106327878 .showHandle{}
#module_106327878 .showHandle{}
#module_106327878 .showHandle{}
#module_106327878 a{font-size:unset;font-family:unset}
.module_67228075 .ModuleHead .HeadCenter{float:none;}
#module_67228075 {
padding:0px;
}
#module_67228075 {
position:static;
z-index:0;
top:2088px;
left:993px;
width:100%;
height: auto;
}
#module_67228075 .ModuleHead67228075 {
display:none;
}
#module_67228075 {
border:none;
}
@media screen and (min-width: 768px){
#module_67228075 >.module_67228075 {
margin-top:0.5833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228075 >.module_67228075 {
}
}

#module_67228075 .ModuleImageTextGiantContent{margin-top:0px;}
#module_67228075 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_67228075 .ModuleImageTextGiantContent{margin-left:0px;}
#module_67228075 .ModuleImageTextGiantContent{margin-right:10px;}
#module_67228075 .imageTextGiant-Container{padding-top:10px;}
#module_67228075 .imageTextGiant-Container{padding-bottom:10px;}
#module_67228075 .imageTextGiant-Container{padding-left:10px;}
#module_67228075 .imageTextGiant-Container{padding-right:10px;}
#module_67228075 .showHandle .btn{font-size:px;}
#module_67228075 .showHandle .btn{font-family:;}
#module_67228075 .showHandle .btn{color:;}
#module_67228075 .showHandle .btn{}
#module_67228075 .showHandle .btn{}
#module_67228075 .showHandle .btn{}
#module_67228075 .showHandle div{border-top-color: !important;}
#module_67228075 .showHandle div{border-top-style: !important;}
#module_67228075 .showHandle div{border-top-width:px !important;}
#module_67228075 .showHandle{background-color:;}
#module_67228075 .showHandle{}
#module_67228075 .showHandle{}
#module_67228075 .showHandle{}
#module_67228075 .showHandle{}
#module_67228075 .showHandle{}
#module_67228075 a{font-size:unset;font-family:unset}
/*图文模块 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_67228052 .ModuleHead .HeadCenter{float:none;}
#module_67228052 {
padding:0px;
}
#module_67228052 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67228052 .ModuleHead67228052 {
display:none;
}
#module_67228052 .BodyCenter.BodyCenter67228052 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67228052 >.module_67228052 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67228052 >.module_67228052{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67228052 .BodyCenter.BodyCenter67228052 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1667%;
}
}
@media screen and (max-width: 767px){
#module_67228052 .BodyCenter.BodyCenter67228052 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228052 >.module_67228052 {
margin-top:3.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228052 >.module_67228052 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228052 >.module_67228052 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228052:hover {
border:none;
}
#module_67228052:hover >.module_67228052 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228052 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_67228052 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_67228052 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_67228052 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_67228052 .GraphicUpper .TextImage{padding-top:0px;}
#module_67228052 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_67228052 .GraphicUpper .TextImage{padding-left:15px;}
#module_67228052 .GraphicUpper .TextImage{padding-right:15px;}
#module_67228052 .GraphicUpper .TextImage{width:45%;}
#module_67228052 .GraphicUpper .MobileTextImage{width:100%;}
#module_67228052 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_67228052 .ModuleImageTextGiantContent{padding-top:18px;}
#module_67228052 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_67228052 .ModuleImageTextGiantContent{padding-left:0px;}
#module_67228052 .ModuleImageTextGiantContent{padding-right:0px;}
#module_67228052 .normal_ImgtextBox{padding-top:60px;}
#module_67228052 .normal_ImgtextBox{padding-bottom:59px;}
#module_67228052 .normal_ImgtextBox{padding-left:15px;}
#module_67228052 .normal_ImgtextBox{padding-right:14px;}
#module_67228052 .normal_ImgtextBox{margin-top:20px;margin-bottom:20px;}
#module_67228052 .normal_ImgtextBox.col-lg-6 {margin-right:40px; width:calc((99% - 40px * 5)/ 6)} #module_67228052 .normal_ImgtextBox.col-lg-5 {margin-right:40px; width:calc((99% - 40px * 4)/ 5)} #module_67228052 .normal_ImgtextBox.col-lg-4 {margin-right:40px; width:calc((99% - 40px * 3)/ 4)} #module_67228052 .normal_ImgtextBox.col-lg-3 {margin-right:40px; width:calc((99% - 40px * 2)/ 3)} #module_67228052 .normal_ImgtextBox.col-lg-2 {margin-right:40px; width:calc((99% - 40px)/ 2)}  #module_67228052 .MobileImgtextBox{margin-right:40px;margin-left:0; width:calc((99% - 40px) / 2);}
#module_67228052 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgb(246, 246, 246);}
#module_67228052 .normal_ImgtextBox{background-color:rgb(255, 255, 255);}
#module_67228052 .normal_ImgtextBox{background-image:none;}
#module_67228052 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_67228052 .normal_ImgtextBox{background-position:0% 0%;}
#module_67228052 .normal_ImgtextBox{background-attachment:none;}
#module_67228052 .normal_ImgtextBox{}
#module_67228052 .normal_ImgtextBox{border-top-left-radius:15px;}
#module_67228052 .normal_ImgtextBox{border-top-right-radius:15px;}
#module_67228052 .normal_ImgtextBox{border-bottom-left-radius:15px;}
#module_67228052 .normal_ImgtextBox{border-bottom-right-radius:15px;}
#module_67228052 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_67228052 .normal_ImgtextBox{border-top-style:none;}
#module_67228052 .normal_ImgtextBox{border-top-width:0px;}
#module_67228052 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_67228052 .normal_ImgtextBox{border-right-style:none;}
#module_67228052 .normal_ImgtextBox{border-right-width:0px;}
#module_67228052 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_67228052 .normal_ImgtextBox{border-bottom-style:none;}
#module_67228052 .normal_ImgtextBox{border-bottom-width:0px;}
#module_67228052 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_67228052 .normal_ImgtextBox{border-left-style:none;}
#module_67228052 .normal_ImgtextBox{border-left-width:1px;}
#module_67228052 .showHandle .btn{font-size:px;}
#module_67228052 .showHandle .btn{font-family:;}
#module_67228052 .showHandle .btn{color:;}
#module_67228052 .showHandle .btn{}
#module_67228052 .showHandle .btn{}
#module_67228052 .showHandle .btn{}
#module_67228052 .showHandle div{border-top-color: !important;}
#module_67228052 .showHandle div{border-top-style: !important;}
#module_67228052 .showHandle div{border-top-width:px !important;}
#module_67228052 .showHandle{background-color:;}
#module_67228052 .showHandle{}
#module_67228052 .showHandle{}
#module_67228052 .showHandle{}
#module_67228052 .showHandle{}
#module_67228052 .showHandle{}
#module_67228052 .normal_ImgtextBox:hover{box-shadow:2px 2px 2px 1px rgb(242, 242, 242);}
#module_67228052 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_67228052 .normal_ImgtextBox:hover{border-top-style:none;}
#module_67228052 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_67228052 .normal_ImgtextBox:hover{border-right-style:none;}
#module_67228052 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_67228052 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_67228052 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_67228052 .normal_ImgtextBox:hover{border-left-style:none;}
#module_67228052 a{font-size:unset;font-family:unset}
.module_105047880 .ModuleHead .HeadCenter{float:none;}
#module_105047880 {
padding:0px;
}
#module_105047880 {
position:static;
z-index:0;
top:2693px;
left:1648px;
width:100%;
height: auto;
}
#module_105047880 .ModuleHead105047880 {
display:none;
}
#module_105047880 .BodyCenter.BodyCenter105047880 {
background-color:transparent;
background-image:url(../image/202006071945058bf741.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_105047880 >.module_105047880 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_105047880 >.module_105047880{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_105047880 .BodyCenter.BodyCenter105047880 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_105047880 .BodyCenter.BodyCenter105047880 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_105047880 >.module_105047880 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_105047880 >.module_105047880 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_105047880 >.module_105047880 {box-shadow: 0px 0px 0px 0px #ccc}
#module_105047880:hover {
border:none;
}
#module_105047880:hover >.module_105047880 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_105047880 .ModuleSubContainer{background-color:transparent;}
#module_105047880 .ModuleSubContainer{background-image:none;}
#module_105047880 .ModuleSubContainer{background-repeat:no-repeat;}
#module_105047880 .ModuleSubContainer{background-position:0% 0%;}
#module_105047880 .ModuleSubContainer{background-attachment:scroll;}
#module_105047880 .ModuleSubContainer{}
#module_105047880 {!bgVideo!}{bgVideoUrl:none}
#module_105047880 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_105047880 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_105047880 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer105047880 {}
.module_105047882 .ModuleHead .HeadCenter{float:none;}
#module_105047882 {
padding:0px;
}
#module_105047882 {
position:static;
z-index:0;
top:1951px;
left:1072px;
width:100%;
height: auto;
}
#module_105047882 .ModuleHead105047882 {
display:none;
}
#module_105047882 .BodyCenter.BodyCenter105047882 {
background:none;background-color:rgba(0,0,0,0);
}
#module_105047882 >.module_105047882 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_105047882 >.module_105047882{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_105047882 .BodyCenter.BodyCenter105047882 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_105047882 .BodyCenter.BodyCenter105047882 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_105047882 >.module_105047882 {
margin-top:5.0820%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_105047882 >.module_105047882 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_105047882 >.module_105047882 {box-shadow: 0px 0px 0px 0px #ccc}
#module_105047882:hover {
border:none;
}
#module_105047882:hover >.module_105047882 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_105047882 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_105047882 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_105047882 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_105047882 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_105047882 .GraphicUpper .TextImage{margin-top:0px;}
#module_105047882 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_105047882 .GraphicUpper .TextImage{margin-left:0px;}
#module_105047882 .GraphicUpper .TextImage{margin-right:0px;}
#module_105047882 .TextImage{width:6%;}
#module_105047882 .MobileTextImage{width:21%;}
#module_105047882 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_105047882 .imageTextGiant-Container{padding-top:10px;}
#module_105047882 .imageTextGiant-Container{padding-bottom:10px;}
#module_105047882 .imageTextGiant-Container{padding-left:10px;}
#module_105047882 .imageTextGiant-Container{padding-right:10px;}
#module_105047882 .ModuleImageTextGiantContent{padding-top:0px;}
#module_105047882 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_105047882 .ModuleImageTextGiantContent{padding-left:0px;}
#module_105047882 .ModuleImageTextGiantContent{padding-right:0px;}
#module_105047882 .imageTextGiant-Container{padding-top:0px;}
#module_105047882 .imageTextGiant-Container{padding-bottom:0px;}
#module_105047882 .imageTextGiant-Container{padding-left:0px;}
#module_105047882 .imageTextGiant-Container{padding-right:0px;}
#module_105047882 .showHandle .btn{font-size:14px;}
#module_105047882 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_105047882 .showHandle .btn{color:#333;}
#module_105047882 .showHandle .btn{font-weight:400;}
#module_105047882 .showHandle .btn{text-decoration:none;}
#module_105047882 .showHandle .btn{font-style:normal;}
#module_105047882 .showHandle div{border-top-color:#ddd !important;}
#module_105047882 .showHandle div{border-top-style:solid !important;}
#module_105047882 .showHandle div{border-top-width:1px !important;}
#module_105047882 .showHandle{background-color:transparent;}
#module_105047882 .showHandle{background-image:none;}
#module_105047882 .showHandle{background-repeat:no-repeat;}
#module_105047882 .showHandle{}
#module_105047882 .showHandle{}
#module_105047882 .showHandle{}
#module_105047882 a{font-size:unset;font-family:unset}
.module_105047883 .ModuleHead .HeadCenter{float:none;}
#module_105047883 {
padding:0px;
}
#module_105047883 {
position:static;
z-index:0;
top:2018px;
left:1095px;
width:100%;
height: auto;
}
#module_105047883 .ModuleHead105047883 {
display:none;
}
#module_105047883 {
border:none;
}
@media screen and (min-width: 768px){
#module_105047883 >.module_105047883 {
margin-top:0.8333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_105047883 >.module_105047883 {
}
}

#module_105047883 .ModuleImageTextGiantContent{margin-top:0px;}
#module_105047883 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_105047883 .ModuleImageTextGiantContent{margin-left:0px;}
#module_105047883 .ModuleImageTextGiantContent{margin-right:10px;}
#module_105047883 .imageTextGiant-Container{padding-top:10px;}
#module_105047883 .imageTextGiant-Container{padding-bottom:10px;}
#module_105047883 .imageTextGiant-Container{padding-left:10px;}
#module_105047883 .imageTextGiant-Container{padding-right:10px;}
#module_105047883 .showHandle .btn{font-size:px;}
#module_105047883 .showHandle .btn{font-family:;}
#module_105047883 .showHandle .btn{color:;}
#module_105047883 .showHandle .btn{}
#module_105047883 .showHandle .btn{}
#module_105047883 .showHandle .btn{}
#module_105047883 .showHandle div{border-top-color: !important;}
#module_105047883 .showHandle div{border-top-style: !important;}
#module_105047883 .showHandle div{border-top-width:px !important;}
#module_105047883 .showHandle{background-color:;}
#module_105047883 .showHandle{}
#module_105047883 .showHandle{}
#module_105047883 .showHandle{}
#module_105047883 .showHandle{}
#module_105047883 .showHandle{}
#module_105047883 a{font-size:unset;font-family:unset}
.module_105047884 .ModuleHead .HeadCenter{float:none;}
#module_105047884 {
padding:0px;
}
#module_105047884 {
position:static;
z-index:0;
top:2088px;
left:993px;
width:100%;
height: auto;
}
#module_105047884 .ModuleHead105047884 {
display:none;
}
#module_105047884 {
border:none;
}
@media screen and (min-width: 768px){
#module_105047884 >.module_105047884 {
margin-top:0.5833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_105047884 >.module_105047884 {
}
}

#module_105047884 .ModuleImageTextGiantContent{margin-top:0px;}
#module_105047884 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_105047884 .ModuleImageTextGiantContent{margin-left:0px;}
#module_105047884 .ModuleImageTextGiantContent{margin-right:10px;}
#module_105047884 .imageTextGiant-Container{padding-top:10px;}
#module_105047884 .imageTextGiant-Container{padding-bottom:10px;}
#module_105047884 .imageTextGiant-Container{padding-left:10px;}
#module_105047884 .imageTextGiant-Container{padding-right:10px;}
#module_105047884 .showHandle .btn{font-size:px;}
#module_105047884 .showHandle .btn{font-family:;}
#module_105047884 .showHandle .btn{color:;}
#module_105047884 .showHandle .btn{}
#module_105047884 .showHandle .btn{}
#module_105047884 .showHandle .btn{}
#module_105047884 .showHandle div{border-top-color: !important;}
#module_105047884 .showHandle div{border-top-style: !important;}
#module_105047884 .showHandle div{border-top-width:px !important;}
#module_105047884 .showHandle{background-color:;}
#module_105047884 .showHandle{}
#module_105047884 .showHandle{}
#module_105047884 .showHandle{}
#module_105047884 .showHandle{}
#module_105047884 .showHandle{}
#module_105047884 a{font-size:unset;font-family:unset}
.module_105047881 .ModuleHead .HeadCenter{float:none;}
#module_105047881 {
padding:0px;
}
#module_105047881 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_105047881 .ModuleHead105047881 {
display:none;
}
#module_105047881 .BodyCenter.BodyCenter105047881 {
background:none;background-color:rgba(0,0,0,0);
}
#module_105047881 >.module_105047881 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_105047881 >.module_105047881{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_105047881 .BodyCenter.BodyCenter105047881 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1667%;
}
}
@media screen and (max-width: 767px){
#module_105047881 .BodyCenter.BodyCenter105047881 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_105047881 >.module_105047881 {
margin-top:3.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_105047881 >.module_105047881 {
margin-top:0.0000%;
margin-left:2.7248%;
margin-right:2.7248%;
margin-bottom:0.0000%;
}
}
#module_105047881 >.module_105047881 {box-shadow: 0px 0px 0px 0px #ccc}
#module_105047881:hover {
border:none;
}
#module_105047881:hover >.module_105047881 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_105047881 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_105047881 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_105047881 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_105047881 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_105047881 .GraphicUpper .TextImage{padding-top:0px;}
#module_105047881 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_105047881 .GraphicUpper .TextImage{padding-left:0px;}
#module_105047881 .GraphicUpper .TextImage{padding-right:0px;}
#module_105047881 .GraphicUpper .TextImage{width:45%;}
#module_105047881 .GraphicUpper .MobileTextImage{width:59%;}
#module_105047881 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_105047881 .ModuleImageTextGiantContent{padding-top:18px;}
#module_105047881 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_105047881 .ModuleImageTextGiantContent{padding-left:0px;}
#module_105047881 .ModuleImageTextGiantContent{padding-right:0px;}
#module_105047881 .normal_ImgtextBox{padding-top:60px;}
#module_105047881 .normal_ImgtextBox{padding-bottom:59px;}
#module_105047881 .normal_ImgtextBox{padding-left:15px;}
#module_105047881 .normal_ImgtextBox{padding-right:14px;}
#module_105047881 .normal_ImgtextBox{margin-top:20px;margin-bottom:20px;}
#module_105047881 .normal_ImgtextBox.col-lg-6 {margin-right:40px; width:calc((99% - 40px * 5)/ 6)} #module_105047881 .normal_ImgtextBox.col-lg-5 {margin-right:40px; width:calc((99% - 40px * 4)/ 5)} #module_105047881 .normal_ImgtextBox.col-lg-4 {margin-right:40px; width:calc((99% - 40px * 3)/ 4)} #module_105047881 .normal_ImgtextBox.col-lg-3 {margin-right:40px; width:calc((99% - 40px * 2)/ 3)} #module_105047881 .normal_ImgtextBox.col-lg-2 {margin-right:40px; width:calc((99% - 40px)/ 2)}  #module_105047881 .MobileImgtextBox{margin-right:40px;margin-left:0; width:calc((99% - 40px) / 2);}
#module_105047881 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgb(246, 246, 246);}
#module_105047881 .normal_ImgtextBox{background-color:rgb(255, 255, 255);}
#module_105047881 .normal_ImgtextBox{background-image:none;}
#module_105047881 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_105047881 .normal_ImgtextBox{background-position:0% 0%;}
#module_105047881 .normal_ImgtextBox{background-attachment:none;}
#module_105047881 .normal_ImgtextBox{}
#module_105047881 .normal_ImgtextBox{border-top-left-radius:15px;}
#module_105047881 .normal_ImgtextBox{border-top-right-radius:15px;}
#module_105047881 .normal_ImgtextBox{border-bottom-left-radius:15px;}
#module_105047881 .normal_ImgtextBox{border-bottom-right-radius:15px;}
#module_105047881 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_105047881 .normal_ImgtextBox{border-top-style:none;}
#module_105047881 .normal_ImgtextBox{border-top-width:0px;}
#module_105047881 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_105047881 .normal_ImgtextBox{border-right-style:none;}
#module_105047881 .normal_ImgtextBox{border-right-width:0px;}
#module_105047881 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_105047881 .normal_ImgtextBox{border-bottom-style:none;}
#module_105047881 .normal_ImgtextBox{border-bottom-width:0px;}
#module_105047881 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_105047881 .normal_ImgtextBox{border-left-style:none;}
#module_105047881 .normal_ImgtextBox{border-left-width:1px;}
#module_105047881 .showHandle .btn{font-size:14px;}
#module_105047881 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_105047881 .showHandle .btn{color:#333;}
#module_105047881 .showHandle .btn{font-weight:400;}
#module_105047881 .showHandle .btn{text-decoration:none;}
#module_105047881 .showHandle .btn{font-style:normal;}
#module_105047881 .showHandle div{border-top-color:#ddd !important;}
#module_105047881 .showHandle div{border-top-style:solid !important;}
#module_105047881 .showHandle div{border-top-width:1px !important;}
#module_105047881 .showHandle{background-color:transparent;}
#module_105047881 .showHandle{background-image:none;}
#module_105047881 .showHandle{background-repeat:no-repeat;}
#module_105047881 .showHandle{}
#module_105047881 .showHandle{}
#module_105047881 .showHandle{}
#module_105047881 .normal_ImgtextBox:hover{box-shadow:2px 2px 2px 1px rgb(242, 242, 242);}
#module_105047881 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_105047881 .normal_ImgtextBox:hover{border-top-style:none;}
#module_105047881 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_105047881 .normal_ImgtextBox:hover{border-right-style:none;}
#module_105047881 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_105047881 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_105047881 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_105047881 .normal_ImgtextBox:hover{border-left-style:none;}
#module_105047881 a{font-size:unset;font-family:unset}
.module_67228431 .ModuleHead .HeadCenter{float:none;}
#module_67228431 {
padding:0px;
}
#module_67228431 {
position:static;
z-index:0;
top:2504px;
left:1662px;
width:100%;
height: auto;
}
#module_67228431 .ModuleHead67228431 {
display:none;
}
#module_67228431 .BodyCenter.BodyCenter67228431 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67228431 >.module_67228431 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67228431 >.module_67228431{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67228431 .BodyCenter.BodyCenter67228431 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228431 .BodyCenter.BodyCenter67228431 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228431 >.module_67228431 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:2.6151%;
}
}
@media screen and (max-width: 767px){
#module_67228431 >.module_67228431 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228431 >.module_67228431 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228431:hover {
border:none;
}
#module_67228431:hover >.module_67228431 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228431 .ModuleSubContainer{background-color:transparent;}
#module_67228431 .ModuleSubContainer{background-image:none;}
#module_67228431 .ModuleSubContainer{background-repeat:no-repeat;}
#module_67228431 .ModuleSubContainer{background-position:0% 0%;}
#module_67228431 .ModuleSubContainer{background-attachment:scroll;}
#module_67228431 .ModuleSubContainer{}
#module_67228431 {!bgVideo!}{bgVideoUrl:none}
#module_67228431 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_67228431 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_67228431 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer67228431 {}
.module_67228432 .ModuleHead .HeadCenter{float:none;}
#module_67228432 {
padding:0px;
}
#module_67228432 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67228432 .ModuleHead67228432 {
display:none;
}
#module_67228432 .BodyCenter.BodyCenter67228432 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67228432 >.module_67228432 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67228432 >.module_67228432{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67228432 .BodyCenter.BodyCenter67228432 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228432 .BodyCenter.BodyCenter67228432 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228432 >.module_67228432 {
margin-top:4.0833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228432 >.module_67228432 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228432 >.module_67228432 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228432:hover {
border:none;
}
#module_67228432:hover >.module_67228432 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228432 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_67228432 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_67228432 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_67228432 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_67228432 .GraphicUpper .TextImage{margin-top:0px;}
#module_67228432 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_67228432 .GraphicUpper .TextImage{margin-left:0px;}
#module_67228432 .GraphicUpper .TextImage{margin-right:0px;}
#module_67228432 .TextImage{width:6%;}
#module_67228432 .MobileTextImage{width:50%;}
#module_67228432 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_67228432 .imageTextGiant-Container{padding-top:10px;}
#module_67228432 .imageTextGiant-Container{padding-bottom:10px;}
#module_67228432 .imageTextGiant-Container{padding-left:10px;}
#module_67228432 .imageTextGiant-Container{padding-right:10px;}
#module_67228432 .ModuleImageTextGiantContent{padding-top:0px;}
#module_67228432 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_67228432 .ModuleImageTextGiantContent{padding-left:0px;}
#module_67228432 .ModuleImageTextGiantContent{padding-right:0px;}
#module_67228432 .imageTextGiant-Container{padding-top:0px;}
#module_67228432 .imageTextGiant-Container{padding-bottom:0px;}
#module_67228432 .imageTextGiant-Container{padding-left:0px;}
#module_67228432 .imageTextGiant-Container{padding-right:0px;}
#module_67228432 .showHandle .btn{font-size:px;}
#module_67228432 .showHandle .btn{font-family:;}
#module_67228432 .showHandle .btn{color:;}
#module_67228432 .showHandle .btn{}
#module_67228432 .showHandle .btn{}
#module_67228432 .showHandle .btn{}
#module_67228432 .showHandle div{border-top-color: !important;}
#module_67228432 .showHandle div{border-top-style: !important;}
#module_67228432 .showHandle div{border-top-width:px !important;}
#module_67228432 .showHandle{background-color:;}
#module_67228432 .showHandle{}
#module_67228432 .showHandle{}
#module_67228432 .showHandle{}
#module_67228432 .showHandle{}
#module_67228432 .showHandle{}
#module_67228432 a{font-size:unset;font-family:unset}
.module_105083786 .ModuleHead .HeadCenter{float:none;}
#module_105083786 {
padding:0px;
}
#module_105083786 {
position:static;
z-index:1;
top:2833px;
left:1033px;
width:100%;
height: auto;
}
#module_105083786 .ModuleHead105083786 {
display:none;
}
#module_105083786 .BodyCenter.BodyCenter105083786 {
background:none;background-color:rgba(0,0,0,0);
}
#module_105083786 >.module_105083786 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_105083786 >.module_105083786{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_105083786 .BodyCenter.BodyCenter105083786 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_105083786 .BodyCenter.BodyCenter105083786 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_105083786 >.module_105083786 {
margin-top:4.0833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_105083786 >.module_105083786 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_105083786 >.module_105083786 {box-shadow: 0px 0px 0px 0px #ccc}
#module_105083786:hover {
border:none;
}
#module_105083786:hover >.module_105083786 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_105083786 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_105083786 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_105083786 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_105083786 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_105083786 .GraphicUpper .TextImage{margin-top:0px;}
#module_105083786 .GraphicUpper .TextImage{margin-bottom:0px;}
#module_105083786 .GraphicUpper .TextImage{margin-left:0px;}
#module_105083786 .GraphicUpper .TextImage{margin-right:0px;}
#module_105083786 .TextImage{width:6%;}
#module_105083786 .MobileTextImage{width:20%;}
#module_105083786 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_105083786 .imageTextGiant-Container{padding-top:10px;}
#module_105083786 .imageTextGiant-Container{padding-bottom:10px;}
#module_105083786 .imageTextGiant-Container{padding-left:10px;}
#module_105083786 .imageTextGiant-Container{padding-right:10px;}
#module_105083786 .ModuleImageTextGiantContent{padding-top:0px;}
#module_105083786 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_105083786 .ModuleImageTextGiantContent{padding-left:0px;}
#module_105083786 .ModuleImageTextGiantContent{padding-right:0px;}
#module_105083786 .imageTextGiant-Container{padding-top:0px;}
#module_105083786 .imageTextGiant-Container{padding-bottom:0px;}
#module_105083786 .imageTextGiant-Container{padding-left:0px;}
#module_105083786 .imageTextGiant-Container{padding-right:0px;}
#module_105083786 .showHandle .btn{font-size:14px;}
#module_105083786 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_105083786 .showHandle .btn{color:#333;}
#module_105083786 .showHandle .btn{font-weight:400;}
#module_105083786 .showHandle .btn{text-decoration:none;}
#module_105083786 .showHandle .btn{font-style:normal;}
#module_105083786 .showHandle div{border-top-color:#ddd !important;}
#module_105083786 .showHandle div{border-top-style:solid !important;}
#module_105083786 .showHandle div{border-top-width:1px !important;}
#module_105083786 .showHandle{background-color:transparent;}
#module_105083786 .showHandle{background-image:none;}
#module_105083786 .showHandle{background-repeat:no-repeat;}
#module_105083786 .showHandle{}
#module_105083786 .showHandle{}
#module_105083786 .showHandle{}
#module_105083786 a{font-size:unset;font-family:unset}
.module_67228433 .ModuleHead .HeadCenter{float:none;}
#module_67228433 {
padding:0px;
}
#module_67228433 {
position:static;
z-index:0;
top:948px;
left:872px;
width:100%;
height: auto;
}
#module_67228433 .ModuleHead67228433 {
display:none;
}
#module_67228433 {
border:none;
}
@media screen and (min-width: 768px){
#module_67228433 >.module_67228433 {
margin-top:1.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228433 >.module_67228433 {
}
}

#module_67228433 .ModuleImageTextGiantContent{margin-top:0px;}
#module_67228433 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_67228433 .ModuleImageTextGiantContent{margin-left:0px;}
#module_67228433 .ModuleImageTextGiantContent{margin-right:10px;}
#module_67228433 .imageTextGiant-Container{padding-top:10px;}
#module_67228433 .imageTextGiant-Container{padding-bottom:10px;}
#module_67228433 .imageTextGiant-Container{padding-left:10px;}
#module_67228433 .imageTextGiant-Container{padding-right:10px;}
#module_67228433 .showHandle .btn{font-size:px;}
#module_67228433 .showHandle .btn{font-family:;}
#module_67228433 .showHandle .btn{color:;}
#module_67228433 .showHandle .btn{}
#module_67228433 .showHandle .btn{}
#module_67228433 .showHandle .btn{}
#module_67228433 .showHandle div{border-top-color: !important;}
#module_67228433 .showHandle div{border-top-style: !important;}
#module_67228433 .showHandle div{border-top-width:px !important;}
#module_67228433 .showHandle{background-color:;}
#module_67228433 .showHandle{}
#module_67228433 .showHandle{}
#module_67228433 .showHandle{}
#module_67228433 .showHandle{}
#module_67228433 .showHandle{}
#module_67228433 a{font-size:unset;font-family:unset}
.module_105103408 .ModuleHead .HeadCenter{float:none;}
#module_105103408 {
padding:0px;
}
#module_105103408 {
position:static;
z-index:0;
top:2908px;
left:1081px;
width:100%;
height: auto;
}
#module_105103408 .ModuleHead105103408 {
display:none;
}
#module_105103408 {
border:none;
}
@media screen and (min-width: 768px){
#module_105103408 >.module_105103408 {
margin-top:1.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_105103408 >.module_105103408 {
}
}

#module_105103408 .ModuleImageTextGiantContent{margin-top:0px;}
#module_105103408 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_105103408 .ModuleImageTextGiantContent{margin-left:0px;}
#module_105103408 .ModuleImageTextGiantContent{margin-right:10px;}
#module_105103408 .imageTextGiant-Container{padding-top:10px;}
#module_105103408 .imageTextGiant-Container{padding-bottom:10px;}
#module_105103408 .imageTextGiant-Container{padding-left:10px;}
#module_105103408 .imageTextGiant-Container{padding-right:10px;}
#module_105103408 .showHandle .btn{font-size:px;}
#module_105103408 .showHandle .btn{font-family:;}
#module_105103408 .showHandle .btn{color:;}
#module_105103408 .showHandle .btn{}
#module_105103408 .showHandle .btn{}
#module_105103408 .showHandle .btn{}
#module_105103408 .showHandle div{border-top-color: !important;}
#module_105103408 .showHandle div{border-top-style: !important;}
#module_105103408 .showHandle div{border-top-width:px !important;}
#module_105103408 .showHandle{background-color:;}
#module_105103408 .showHandle{}
#module_105103408 .showHandle{}
#module_105103408 .showHandle{}
#module_105103408 .showHandle{}
#module_105103408 .showHandle{}
#module_105103408 a{font-size:unset;font-family:unset}

/*相册样式*/
.mobile_pic_B{display: none}
.ModuleSiteGalleryV2Giant.layout-109 .album-item{height: auto !important;display: none;}
.ModuleSiteGalleryV2Giant.layout-109 .album-img{position: static !important; padding: 5px;float: left;transition: 0s !important;transform: none !important;}
.ModuleSiteGalleryV2Giant.layout-109 .album-img .album-img-c{ position: relative; overflow: hidden;}
.ModuleSiteGalleryV2Giant.layout-109 .rectborder {width: calc(100% + 20px);  height: calc(100% + 20px); position: absolute; left: -10px; top: -10px; transition: all ease .5s;}
.ModuleSiteGalleryV2Giant.layout-109 .album-img:hover .album-icon {opacity: 1;  margin-top: -25px;}
.ModuleSiteGalleryV2Giant.layout-109 .album-img:hover .rectborder {width: calc(100% - 22px);  height: calc(100% - 22px);  left: 10px;  top: 10px;}

.ModuleSiteGalleryV2Giant.layout-109 .album-icon {position: absolute; left: 50%; top: 50%; margin-left: -25px; margin-top: 0px; color: #ffffff; opacity: 0; transition: all ease-out .3s; background:rgba(0,0,0,0.5); font-size: 32px; width: 50px; height: 50px;  line-height: 50px; text-align: center; display: block;}
.ModuleSiteGalleryV2Giant.layout-109 .album-icon:before{ content: ""; position:absolute; border-radius:50%;width: 15px; height: 15px; border: 1px solid #fff;
    top:43%; left: 43%; transform: translate(-50%,-50%);}
.ModuleSiteGalleryV2Giant.layout-109 .thumbnailpic{max-height: 100%;max-width: 100%;}
.ModuleSiteGalleryV2Giant.layout-109 .album-icon:after{ content: ""; position:absolute;width: 2px; height: 10px; background: #fff; transform: rotate(125deg);top:52%; left: 63%;}
.ModuleSiteGalleryV2Giant.layout-109 .titleBox{ background: #f8f8f8;}
.ModuleSiteGalleryV2Giant.layout-109 .abstract{ color:#333;line-height:1.5;text-align: center}
.ModuleSiteGalleryV2Giant.layout-109 .album-img{position: relative; overflow: hidden;}
.ModuleSiteGalleryV2Giant.layout-109 .dummy{padding-top: 100%;}
.ModuleSiteGalleryV2Giant.layout-109 .mobile_picBox{width: 100%; position: absolute; top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.ModuleSiteGalleryV2Giant.layout-109 .mobile_pic{width: 100%; max-height: 100%;display: block;}
.lg-sub-html .SiteGalleryGiantTitle109{font-size: 14px;}
.lg-sub-html p.SiteGalleryGiantText109{color:#fff;}
.lg-sub-html .SiteGalleryGiantLink109{font-size: 12px;color:#fff;line-height: 16px}
.lg-sub-html .SiteGalleryGiantText109{color:#fff;}
.lg-sub-html .SiteGalleryGiantLink109 .icon-sousuo{font-size: 12px;margin-right: 5px;margin-top: 2px}
.ModuleSiteGalleryV2Giant.layout-109 .lg-sub-html{font-size: 12px}
.ModuleSiteGalleryV2Giant.layout-109 .swiper-button-white{
    width: 45px;
    height: 45px;
    opacity: 0;
    background-size: 14px;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none !important;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    color: #fff;
}
.ModuleSiteGalleryV2Giant.layout-109 .swiper-button-white::before{
   font-size: 39px;
   color: #fff;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);

}
/* .ModuleSiteGalleryV2Giant.layout-109 [isCarousel='1'].gallery-list .swiper-button-prev:hover:before
{
    margin-left: -5px;
}
.ModuleSiteGalleryV2Giant.layout-109 [isCarousel='1'].gallery-list .swiper-button-next:hover:before
{
    margin-left: 5px;
} */
@media only screen and (max-width: 767px) {
    .ModuleSiteGalleryV2Giant.layout-109 .album-item{ width: 100%; margin: 0 auto;}
    .ModuleSiteGalleryV2Giant.layout-109 .album-img:nth-child(2n){ padding-right: 0;}
    .ModuleSiteGalleryV2Giant.layout-109 .rectborder{ display: none;}
    .ModuleSiteGalleryV2Giant.layout-109 .album-icon{display: none;}
	.ModuleSiteGalleryV2Giant.layout-109 .album-img-c{overflow:hidden;}
    .ModuleSiteGalleryV2Giant.layout-109 .abstract{line-height: 1.5;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-xs-2 {width: 50%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-xs-3 {width: 33.33333%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-xs-4 {width: 25%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-xs-5 {width:20%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-xs-6 {width:16.6666%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-xs-1 {width: 100%; padding-right:0;  padding-left:0;}
}
@media only screen and (min-width: 768px)  {
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-2 {width: 50%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-3 {width: 33.33333%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-4 {width: 25%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-5 {width:20%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-6 {width:16.6666%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-1 {width: 100%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-7 {width:14.2857%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-8 {width:12.5%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-9 {width:11.1111%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-10 {width:10%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-11 {width:9.0909%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109  .col-lg-12 {width:8.3333%; padding-right:0;  padding-left:0;}
    .ModuleSiteGalleryV2Giant.layout-109 .album-item{display: block}
}
.ModuleSiteGalleryV2Giant.layout-109 .pagerGiant .inputer{outline: 0;}

.module_68767431 .ModuleHead .HeadCenter{float:none;}
#module_68767431 {
padding:0px;
}
#module_68767431 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_68767431 .ModuleHead68767431 {
display:none;
}
#module_68767431 .BodyCenter.BodyCenter68767431 {
background:none;background-color:rgba(0,0,0,0);
}
#module_68767431 >.module_68767431 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_68767431 >.module_68767431{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_68767431 .BodyCenter.BodyCenter68767431 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_68767431 .BodyCenter.BodyCenter68767431 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_68767431 >.module_68767431 {
margin-top:1.9167%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_68767431 >.module_68767431 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_68767431 >.module_68767431 {box-shadow: 0px 0px 0px 0px #ccc}
#module_68767431:hover {
border:none;
}
#module_68767431:hover >.module_68767431 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_68767431 .swiper-button-white{background:;}
#module_68767431 .swiper-button-white::before{color:;}
#module_68767431 .titleBox{background:;}
#module_68767431 .titleBox{}
#module_68767431 .album-icon:before{ border-color:;} #module_68767431 .album-icon:after{background:}
#module_68767431 .album-icon{background-color:;}
#module_68767431 .album-icon{}
#module_68767431 .abstract{color:#333;}
#module_68767431 .abstract{font-size:14px;}
#module_68767431 .abstract{font-weight:normal}
#module_68767431 .abstract{font-family:微软雅黑,Microsoft YaHei;}
#module_68767431 .abstract{text-decoration:none;}
#module_68767431 .abstract{}
#module_68767431 {}@media only screen and (min-width: 768px) {#module_68767431 .titleBox{padding-top:px;}}
#module_68767431 {}@media only screen and (min-width: 768px) {#module_68767431 .titleBox{padding-bottom:px;}}
#module_68767431 {}@media only screen and (min-width: 768px) {#module_68767431 .titleBox{padding-left:px;}}
#module_68767431 {}@media only screen and (min-width: 768px) {#module_68767431 .titleBox{padding-right:px;}}
#module_68767431 {}@media only screen and (max-width: 767px) {#module_68767431 .titleBox{padding-top:px;}}
#module_68767431 {}@media only screen and (max-width: 767px) {#module_68767431 .titleBox{padding-bottom:px;}}
#module_68767431 {}@media only screen and (max-width: 767px) {#module_68767431 .titleBox{padding-left:px;}}
#module_68767431 {}@media only screen and (max-width: 767px) {#module_68767431 .titleBox{padding-right:px;}}
#module_68767431 .album-img, #module_68767431 .mobile_photo_box .swiper-item{padding:calc(11px/2);} #module_68767431 .mobile_photo_box .swiper-item .content{width: calc(100% - 11px); bottom:calc(11px/2);}
#module_68767431 .album-img-c, #module_68767431 .mobile_photo_box .head{background-color:#f5f5f5;}
#module_68767431 .album-img-c, #module_68767431 .mobile_photo_box .head{background-image:none;}
#module_68767431 .album-img-c, #module_68767431 .mobile_photo_box .head{background-repeat:no-repeat;}
#module_68767431 .album-img-c, #module_68767431 .mobile_photo_box .head{}
#module_68767431 .album-img-c, #module_68767431 .mobile_photo_box .head{}
#module_68767431 .album-img-c, #module_68767431 .mobile_photo_box .head{}
#module_68767431 .album-img, #module_68767431 .mobile_photo_box .head{border-top-color:transparent;}
#module_68767431 .album-img, #module_68767431 .mobile_photo_box .head{border-top-style:none;}
#module_68767431 .album-img, #module_68767431 .mobile_photo_box .head{border-top-width:0px;}
#module_68767431 .album-img, #module_68767431 .mobile_photo_box .head{border-right-color:transparent;}
#module_68767431 .album-img, #module_68767431 .mobile_photo_box .head{border-right-style:none;}
#module_68767431 .album-img, #module_68767431 .mobile_photo_box .head{border-right-width:0px;}
#module_68767431 .album-img, #module_68767431 .mobile_photo_box .head{border-bottom-color:transparent;}
#module_68767431 .album-img, #module_68767431 .mobile_photo_box .head{border-bottom-style:none;}
#module_68767431 .album-img, #module_68767431 .mobile_photo_box .head{border-bottom-width:0px;}
#module_68767431 .album-img, #module_68767431 .mobile_photo_box .head{border-left-color:transparent;}
#module_68767431 .album-img, #module_68767431 .mobile_photo_box .head{border-left-style:none;}
#module_68767431 .album-img, #module_68767431 .mobile_photo_box .head{border-left-width:0px;}
#module_68767431 .album-img .dummy, #module_68767431 .mobile_photo_box .head .dummy{padding-top:68%;}
#module_68767431 .mobile_picBox .mobile_pic, #module_68767431 .mobile_photo_box .head img{ object-fit:unset;}
#module_68767431 .mobile_picBox .mobile_pic, #module_68767431 .mobile_picBox, #module_68767431 .mobile_photo_box .head img, #module_68767431 .mobile_photo_box .head{ height:auto !important;}
#module_68767431 .pagerGiant .text{font-size:12px;}
#module_68767431 .pagerGiant .text{font-family:微软雅黑,Microsoft YaHei;}
#module_68767431 .pagerGiant .text{color:#333;}
#module_68767431 .pagerGiant .text{font-weight:normal;}
#module_68767431 .pagerGiant .text{text-decoration:initial;}
#module_68767431 .pagerGiant .text{font-style:normal;}
#module_68767431 .pagerGiant .current,#module_68767431 .pagerGiant .num,#module_68767431 .pagerGiant .inputer{width:30px}
#module_68767431 .pagerGiant .current,#module_68767431 .pagerGiant .num,#module_68767431 .pagerGiant .inputer{height:30px}
#module_68767431 .pagerGiant .num{font-size:12px;}
#module_68767431 .pagerGiant .num{font-family:微软雅黑,Microsoft YaHei;}
#module_68767431 .pagerGiant .num{color:#333;}
#module_68767431 .pagerGiant .num{font-weight:normal;}
#module_68767431 .pagerGiant .num{text-decoration:initial;}
#module_68767431 .pagerGiant .num{font-style:normal;}
#module_68767431 .pagerGiant .submit{width:55px}
#module_68767431 .pagerGiant .submit{height:30px}
#module_68767431 .pagerGiant .current,#module_68767431 .pagerGiant .num,#module_68767431 .pagerGiant .inputer,#module_68767431 .pagerGiant .submit{border-top-left-radius:0px;}
#module_68767431 .pagerGiant .current,#module_68767431 .pagerGiant .num,#module_68767431 .pagerGiant .inputer,#module_68767431 .pagerGiant .submit{border-top-right-radius:0px;}
#module_68767431 .pagerGiant .current,#module_68767431 .pagerGiant .num,#module_68767431 .pagerGiant .inputer,#module_68767431 .pagerGiant .submit{border-bottom-left-radius:0px;}
#module_68767431 .pagerGiant .current,#module_68767431 .pagerGiant .num,#module_68767431 .pagerGiant .inputer,#module_68767431 .pagerGiant .submit{border-bottom-right-radius:0px;}
#module_68767431 .pagerGiant .next,#module_68767431 .pagerGiant .splitline{color:#ccc;}
#module_68767431 .pagerGiant .num{background-color:#fff;}
#module_68767431 .pagerGiant .num, #module_68767431 .pagerGiant .inputer{border-top-color:#ccc;}
#module_68767431 .pagerGiant .num, #module_68767431 .pagerGiant .inputer{border-top-style:solid;}
#module_68767431 .pagerGiant .num, #module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit, #module_68767431 .pagerGiant .inputer{border-top-width:1px;}
#module_68767431 .pagerGiant .num, #module_68767431 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_68767431 .pagerGiant .num, #module_68767431 .pagerGiant .inputer{border-bottom-style:solid;}
#module_68767431 .pagerGiant .num, #module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit, #module_68767431 .pagerGiant .inputer{border-bottom-width:1px;}
#module_68767431 .pagerGiant .num, #module_68767431 .pagerGiant .inputer{border-left-color:#ccc;}
#module_68767431 .pagerGiant .num, #module_68767431 .pagerGiant .inputer{border-left-style:solid;}
#module_68767431 .pagerGiant .num, #module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit, #module_68767431 .pagerGiant .inputer{border-left-width:1px;}
#module_68767431 .pagerGiant .num, #module_68767431 .pagerGiant .inputer{border-right-color:#ccc;}
#module_68767431 .pagerGiant .num, #module_68767431 .pagerGiant .inputer{border-right-style:solid;}
#module_68767431 .pagerGiant .num, #module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit, #module_68767431 .pagerGiant .inputer{border-right-width:1px;}
#module_68767431 .page-more a{font-size:px;}
#module_68767431 .page-more a{font-family:;}
#module_68767431 .page-more a{color:#666 !important;}
#module_68767431 .page-more a{}
#module_68767431 .page-more a{}
#module_68767431 .page-more a{}
#module_68767431 .page-more a{background-color:#fff;}
#module_68767431 .page-more a{border-top-color:#eee;}
#module_68767431 .page-more a{border-top-style:solid;}
#module_68767431 .page-more a{border-top-width:2px;}
#module_68767431 .page-more a{border-bottom-color:#eee;}
#module_68767431 .page-more a{border-bottom-style:solid;}
#module_68767431 .page-more a{border-bottom-width:2px;}
#module_68767431 .page-more a{border-left-color:#eee;}
#module_68767431 .page-more a{border-left-style:solid;}
#module_68767431 .page-more a{border-left-width:2px;}
#module_68767431 .page-more a{border-right-color:#eee;}
#module_68767431 .page-more a{border-right-style:solid;}
#module_68767431 .page-more a{border-right-width:2px;}
#module_68767431 .swiper-button-white:hover{background:;}
#module_68767431 .swiper-button-white:hover::before{color:;}
#module_68767431 .album-img:hover .album-img-c, #module_68767431 .mobile_photo_box .swiper-item:hover .head{background-color:#f5f5f5;}
#module_68767431 .album-img:hover .album-img-c, #module_68767431 .mobile_photo_box .swiper-item:hover .head{background-image:none;}
#module_68767431 .album-img:hover .album-img-c, #module_68767431 .mobile_photo_box .swiper-item:hover .head{background-repeat:no-repeat;}
#module_68767431 .album-img:hover .album-img-c, #module_68767431 .mobile_photo_box .swiper-item:hover .head{}
#module_68767431 .album-img:hover .album-img-c, #module_68767431 .mobile_photo_box .swiper-item:hover .head{}
#module_68767431 .album-img:hover .album-img-c, #module_68767431 .mobile_photo_box .swiper-item:hover .head{}
#module_68767431 .album-img:hover .rectborder, #module_68767431 .mobile_photo_box .swiper-item:hover .head{border-top-color:#fff;}
#module_68767431 .album-img:hover .rectborder, #module_68767431 .mobile_photo_box .swiper-item:hover .head{border-top-style:solid;}
#module_68767431 .album-img:hover .rectborder, #module_68767431 .mobile_photo_box .swiper-item:hover .head{border-top-width:1px;}
#module_68767431 .album-img:hover .rectborder, #module_68767431 .mobile_photo_box .swiper-item:hover .head{border-right-color:#fff;}
#module_68767431 .album-img:hover .rectborder, #module_68767431 .mobile_photo_box .swiper-item:hover .head{border-right-style:solid;}
#module_68767431 .album-img:hover .rectborder, #module_68767431 .mobile_photo_box .swiper-item:hover .head{border-right-width:1px;}
#module_68767431 .album-img:hover .rectborder, #module_68767431 .mobile_photo_box .swiper-item:hover .head{border-bottom-color:#fff;}
#module_68767431 .album-img:hover .rectborder, #module_68767431 .mobile_photo_box .swiper-item:hover .head{border-bottom-style:solid;}
#module_68767431 .album-img:hover .rectborder, #module_68767431 .mobile_photo_box .swiper-item:hover .head{border-bottom-width:1px;}
#module_68767431 .album-img:hover .rectborder, #module_68767431 .mobile_photo_box .swiper-item:hover .head{border-left-color:#fff;}
#module_68767431 .album-img:hover .rectborder, #module_68767431 .mobile_photo_box .swiper-item:hover .head{border-left-style:solid;}
#module_68767431 .album-img:hover .rectborder, #module_68767431 .mobile_photo_box .swiper-item:hover .head{border-left-width:1px;}
#module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit{font-size:12px;}
#module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit{font-family:微软雅黑,Microsoft YaHei;}
#module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit{color:#fff;}
#module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit{font-weight:normal;}
#module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit{text-decoration:initial;}
#module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit{font-style:normal;}
#module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit{background-color:#333;}
#module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit, #module_68767431 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit, #module_68767431 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit, #module_68767431 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit, #module_68767431 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit, #module_68767431 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit, #module_68767431 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit, #module_68767431 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_68767431 .pagerGiant .current, #module_68767431 .pagerGiant .submit, #module_68767431 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_68767431 .page-more a:hover{font-size:px;}
#module_68767431 .page-more:hover a{font-family:;}
#module_68767431 .page-more a:hover{color:#666 !important;}
#module_68767431 .page-more a:hover {}
#module_68767431 .page-more a:hover {}
#module_68767431 .page-more a:hover {}
#module_68767431 .page-more a:hover{background-color:#fff;}
#module_68767431 .page-more a:hover{border-top-color:#eee;}
#module_68767431 .page-more a:hover{border-top-style:solid;}
#module_68767431 .page-more a:hover{border-bottom-color:#eee;}
#module_68767431 .page-more a:hover{border-bottom-style:solid;}
#module_68767431 .page-more a:hover{border-left-color:#eee;}
#module_68767431 .page-more a:hover{border-left-style:solid;}
#module_68767431 .page-more a:hover{border-right-color:#eee;}
#module_68767431 .page-more a:hover{border-right-style:solid;}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-row {
	display: flex;
	margin: auto;
	padding-top: 10px;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item {
	margin: auto;
	height: auto;
	padding-left: 0;
	padding-right: 0;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-lg-4 {
	width: 25%;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-lg-3 {
	width: 33.33333%;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-lg-2 {
	width: 50%;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-lg-1 {
	width: 100%;
}


.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item .ico{
	width: 50px;
    height: 50px;
	margin: 0 auto;
    margin-bottom: 22px;

}
.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item .ico img{
	width: 50px;
    height: 50px;

}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num-item {
	line-height: 1;
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num {
	white-space: nowrap;
	font-weight: bold;
	font-family: 'Arial';
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 40px;

}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-unit {
	font-size: 14px;
	padding-left: 5px;
	top: 10px;
	font-weight: bold;
}

.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-title {
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	font-family: 'MicrosoftYaHei';
	color: #666666;
}

/*平板横屏*/
/*@media (min-width:992px) and (max-width: 1199px) {*/
	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item {*/
		/*height: auto;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-md-4 {*/
		/*width: 25%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-md-3 {*/
		/*width: 33.33333%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-md-2 {*/
		/*width: 50%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-md-1 {*/
		/*width: 100%;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num-item {*/
		/*font-size: 40px;*/
	/*}*/

	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-title {*/
		/*margin-top: 10px;*/
	/*}*/
/*}*/

/*平板竖屏、手机屏幕*/
/*@media (max-width: 991px) {*/
	/**/
/*}*/

/*@media only screen and (min-width: 768px) and (max-width: 991px) {*/
	/*.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num-item {*/
		/*font-size: 35px;*/
	/*}*/
/*}*/

@media (max-width: 767px) {
	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-row {
		overflow: hidden;
		display: block;
		padding-top: 0;
	}

	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-line:nth-child(2n) {
		border-right-width: 0px !important;
	}

	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item:nth-child(n+3) {
		margin-top: 40px;
	}

	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item {
		float: left;
		height: auto;

	}
	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num
	{

		height: 20px;
		line-height: 20px;
		font-size: 20px;
	}
	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-unit
	{

		top: 0.3em;
	}

	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-sm-2,
	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-xs-2 {
		width: 50%;
	}

	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-sm-1,
	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item.col-xs-1 {
		width: 100%;
	}

	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-title {
		margin-top: 8pt;
		font-size: 14px;
		height: 16px;
		line-height: 16px;

	}
	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item .ico {
		width: 40px;
		height: 40px;
		margin-bottom: 14px;
	}
	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-item .ico img{
		width: 40px;
		height: 40px;

	}

	.ModuleDigitalIncreaseGiant.layout-102 .digitalIncreaseGiant-Container .digital-num-item {
		font-size: 30px;
	}
}.module_68767777 .ModuleHead .HeadCenter{float:none;}
#module_68767777 {
padding:0px;
}
#module_68767777 {
position:static;
z-index:0;
top:3209px;
left:916px;
width:100%;
height: auto;
}
#module_68767777 .ModuleHead68767777 {
display:none;
}
#module_68767777 .BodyCenter.BodyCenter68767777 {
background:none;background-color:rgba(0,0,0,0);
}
#module_68767777 >.module_68767777 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_68767777 >.module_68767777{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_68767777 .BodyCenter.BodyCenter68767777 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_68767777 .BodyCenter.BodyCenter68767777 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_68767777 >.module_68767777 {
margin-top:3.4167%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_68767777 >.module_68767777 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_68767777 >.module_68767777 {box-shadow: 0px 0px 0px 0px #ccc}
#module_68767777:hover {
border:none;
}
#module_68767777:hover >.module_68767777 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_68767777 .digital-num{font-size:38px;line-height: 38px;height: 38px;}#module_68767777 .digital-unit{top: calc(38px * 5 / 20);}
#module_68767777 .digital-num{font-family:微软雅黑,Microsoft YaHei!important;}
#module_68767777 .digital-num{color:rgb(227, 108, 9);}
#module_68767777 .digital-num{font-weight:bold;}
#module_68767777 .digital-num{text-decoration:initial!important;}
#module_68767777 .digital-num{font-style:normal;}
#module_68767777 .digital-unit{font-size:14px;}
#module_68767777 .digital-unit{font-family:微软雅黑,Microsoft YaHei;}
#module_68767777 .digital-unit{color:rgb(227, 108, 9);}
#module_68767777 .digital-unit{font-weight:normal;}
#module_68767777 .digital-unit{text-decoration:initial;}
#module_68767777 .digital-unit{font-style:normal;}
#module_68767777 .digital-title{margin-top:px;}
#module_68767777 .digital-title{margin-left:px;}
#module_68767777 .digital-title{margin-right:px;}
#module_68767777 .digital-title{margin-bottom:px;}
#module_68767777 .digital-title{font-size:14px;}
#module_68767777 .digital-title{font-family:微软雅黑,Microsoft YaHei;}
#module_68767777 .digital-title{color:rgb(227, 108, 9);}
#module_68767777 .digital-title{font-weight:bold;}
#module_68767777 .digital-title{text-decoration:initial;}
#module_68767777 .digital-title{font-style:normal;}

.module_106327879 .ModuleHead .HeadCenter{float:none;}
#module_106327879 {
padding:0px;
}
#module_106327879 {
position:static;
z-index:0;
top:717px;
left:916px;
width:100%;
height: auto;
}
#module_106327879 .ModuleHead106327879 {
display:none;
}
#module_106327879 .BodyCenter.BodyCenter106327879 {
background:none;background-color:rgba(0,0,0,0);
}
#module_106327879 >.module_106327879 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_106327879 >.module_106327879{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_106327879 .BodyCenter.BodyCenter106327879 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327879 .BodyCenter.BodyCenter106327879 {
padding-top:8.1744%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:8.1744%;
}
}
@media screen and (min-width: 768px){
#module_106327879 >.module_106327879 {
margin-top:3.4167%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327879 >.module_106327879 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_106327879 >.module_106327879 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106327879:hover {
border:none;
}
#module_106327879:hover >.module_106327879 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106327879 .digital-num{font-size:28px;line-height: 28px;height: 28px;}#module_106327879 .digital-unit{top: calc(28px * 5 / 20);}
#module_106327879 .digital-num{font-family:微软雅黑,Microsoft YaHei!important;}
#module_106327879 .digital-num{color:rgb(227, 108, 9);}
#module_106327879 .digital-num{font-weight:bold;}
#module_106327879 .digital-num{text-decoration:initial!important;}
#module_106327879 .digital-num{font-style:normal;}
#module_106327879 .digital-unit{font-size:13px;}
#module_106327879 .digital-unit{font-family:微软雅黑,Microsoft YaHei;}
#module_106327879 .digital-unit{color:rgb(227, 108, 9);}
#module_106327879 .digital-unit{font-weight:normal;}
#module_106327879 .digital-unit{text-decoration:initial;}
#module_106327879 .digital-unit{font-style:normal;}
#module_106327879 .digital-title{margin-top:px;}
#module_106327879 .digital-title{margin-left:px;}
#module_106327879 .digital-title{margin-right:px;}
#module_106327879 .digital-title{margin-bottom:px;}
#module_106327879 .digital-title{font-size:14px;}
#module_106327879 .digital-title{font-family:微软雅黑,Microsoft YaHei;}
#module_106327879 .digital-title{color:rgb(227, 108, 9);}
#module_106327879 .digital-title{font-weight:bold;}
#module_106327879 .digital-title{text-decoration:initial;}
#module_106327879 .digital-title{font-style:normal;}

.module_67228922 .ModuleHead .HeadCenter{float:none;}
#module_67228922 {
padding:0px;
}
#module_67228922 {
position:static;
z-index:0;
top:3611px;
left:1754px;
width:100%;
height: auto;
}
#module_67228922 .ModuleHead67228922 {
display:none;
}
#module_67228922 .BodyCenter.BodyCenter67228922 {
background-color:transparent;
background-image:url(../image/20200607213951cc1ee1.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 50%;
background-Attachment:fixed;
}
#module_67228922 >.module_67228922 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67228922 >.module_67228922{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67228922 .BodyCenter.BodyCenter67228922 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:2.6151%;
}
}
@media screen and (max-width: 767px){
#module_67228922 .BodyCenter.BodyCenter67228922 {
padding-top:5.4496%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:5.4496%;
}
}
@media screen and (min-width: 768px){
#module_67228922 >.module_67228922 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228922 >.module_67228922 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_67228922 >.module_67228922 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228922:hover {
border:none;
}
#module_67228922:hover >.module_67228922 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228922 .ModuleSubContainer{background-color:transparent;}
#module_67228922 .ModuleSubContainer{background-image:none;}
#module_67228922 .ModuleSubContainer{background-repeat:no-repeat;}
#module_67228922 .ModuleSubContainer{background-position:0% 0%;}
#module_67228922 .ModuleSubContainer{background-attachment:scroll;}
#module_67228922 .ModuleSubContainer{}
#module_67228922 {!bgVideo!}{bgVideoUrl:none}
#module_67228922 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_67228922 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_67228922 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer67228922 {}
.module_67228926 .ModuleHead .HeadCenter{float:none;}
#module_67228926 {
padding:0px;
}
#module_67228926 {
position:static;
z-index:0;
top:1951px;
left:1072px;
width:100%;
height: auto;
}
#module_67228926 .ModuleHead67228926 {
display:none;
}
#module_67228926 .BodyCenter.BodyCenter67228926 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67228926 >.module_67228926 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67228926 >.module_67228926{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67228926 .BodyCenter.BodyCenter67228926 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228926 .BodyCenter.BodyCenter67228926 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228926 >.module_67228926 {
margin-top:2.6641%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228926 >.module_67228926 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228926 >.module_67228926 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228926:hover {
border:none;
}
#module_67228926:hover >.module_67228926 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228926 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_67228926 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_67228926 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_67228926 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_67228926 .GraphicUpper .TextImage{margin-top:0px;}
#module_67228926 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_67228926 .GraphicUpper .TextImage{margin-left:0px;}
#module_67228926 .GraphicUpper .TextImage{margin-right:0px;}
#module_67228926 .TextImage{width:6%;}
#module_67228926 .MobileTextImage{width:50%;}
#module_67228926 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_67228926 .imageTextGiant-Container{padding-top:10px;}
#module_67228926 .imageTextGiant-Container{padding-bottom:10px;}
#module_67228926 .imageTextGiant-Container{padding-left:10px;}
#module_67228926 .imageTextGiant-Container{padding-right:10px;}
#module_67228926 .ModuleImageTextGiantContent{padding-top:0px;}
#module_67228926 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_67228926 .ModuleImageTextGiantContent{padding-left:0px;}
#module_67228926 .ModuleImageTextGiantContent{padding-right:0px;}
#module_67228926 .imageTextGiant-Container{padding-top:0px;}
#module_67228926 .imageTextGiant-Container{padding-bottom:0px;}
#module_67228926 .imageTextGiant-Container{padding-left:0px;}
#module_67228926 .imageTextGiant-Container{padding-right:0px;}
#module_67228926 .showHandle .btn{font-size:px;}
#module_67228926 .showHandle .btn{font-family:;}
#module_67228926 .showHandle .btn{color:;}
#module_67228926 .showHandle .btn{}
#module_67228926 .showHandle .btn{}
#module_67228926 .showHandle .btn{}
#module_67228926 .showHandle div{border-top-color: !important;}
#module_67228926 .showHandle div{border-top-style: !important;}
#module_67228926 .showHandle div{border-top-width:px !important;}
#module_67228926 .showHandle{background-color:;}
#module_67228926 .showHandle{}
#module_67228926 .showHandle{}
#module_67228926 .showHandle{}
#module_67228926 .showHandle{}
#module_67228926 .showHandle{}
#module_67228926 a{font-size:unset;font-family:unset}
.module_106327883 .ModuleHead .HeadCenter{float:none;}
#module_106327883 {
padding:0px;
}
#module_106327883 {
position:static;
z-index:0;
top:3660px;
left:974px;
width:100%;
height: auto;
}
#module_106327883 .ModuleHead106327883 {
display:none;
}
#module_106327883 .BodyCenter.BodyCenter106327883 {
background:none;background-color:rgba(0,0,0,0);
}
#module_106327883 >.module_106327883 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_106327883 >.module_106327883{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_106327883 .BodyCenter.BodyCenter106327883 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327883 .BodyCenter.BodyCenter106327883 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_106327883 >.module_106327883 {
margin-top:2.6641%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327883 >.module_106327883 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_106327883 >.module_106327883 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106327883:hover {
border:none;
}
#module_106327883:hover >.module_106327883 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106327883 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_106327883 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_106327883 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_106327883 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_106327883 .GraphicUpper .TextImage{margin-top:0px;}
#module_106327883 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_106327883 .GraphicUpper .TextImage{margin-left:0px;}
#module_106327883 .GraphicUpper .TextImage{margin-right:0px;}
#module_106327883 .TextImage{width:6%;}
#module_106327883 .MobileTextImage{width:20%;}
#module_106327883 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_106327883 .imageTextGiant-Container{padding-top:10px;}
#module_106327883 .imageTextGiant-Container{padding-bottom:10px;}
#module_106327883 .imageTextGiant-Container{padding-left:10px;}
#module_106327883 .imageTextGiant-Container{padding-right:10px;}
#module_106327883 .ModuleImageTextGiantContent{padding-top:0px;}
#module_106327883 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_106327883 .ModuleImageTextGiantContent{padding-left:0px;}
#module_106327883 .ModuleImageTextGiantContent{padding-right:0px;}
#module_106327883 .imageTextGiant-Container{padding-top:0px;}
#module_106327883 .imageTextGiant-Container{padding-bottom:0px;}
#module_106327883 .imageTextGiant-Container{padding-left:0px;}
#module_106327883 .imageTextGiant-Container{padding-right:0px;}
#module_106327883 .showHandle .btn{font-size:14px;}
#module_106327883 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_106327883 .showHandle .btn{color:#333;}
#module_106327883 .showHandle .btn{font-weight:400;}
#module_106327883 .showHandle .btn{text-decoration:none;}
#module_106327883 .showHandle .btn{font-style:normal;}
#module_106327883 .showHandle div{border-top-color:#ddd !important;}
#module_106327883 .showHandle div{border-top-style:solid !important;}
#module_106327883 .showHandle div{border-top-width:1px !important;}
#module_106327883 .showHandle{background-color:transparent;}
#module_106327883 .showHandle{background-image:none;}
#module_106327883 .showHandle{background-repeat:no-repeat;}
#module_106327883 .showHandle{}
#module_106327883 .showHandle{}
#module_106327883 .showHandle{}
#module_106327883 a{font-size:unset;font-family:unset}
.module_67228927 .ModuleHead .HeadCenter{float:none;}
#module_67228927 {
padding:0px;
}
#module_67228927 {
position:static;
z-index:0;
top:2018px;
left:1095px;
width:100%;
height: auto;
}
#module_67228927 .ModuleHead67228927 {
display:none;
}

#module_67228927 .ModuleImageTextGiantContent{margin-top:0px;}
#module_67228927 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_67228927 .ModuleImageTextGiantContent{margin-left:0px;}
#module_67228927 .ModuleImageTextGiantContent{margin-right:10px;}
#module_67228927 .imageTextGiant-Container{padding-top:10px;}
#module_67228927 .imageTextGiant-Container{padding-bottom:10px;}
#module_67228927 .imageTextGiant-Container{padding-left:10px;}
#module_67228927 .imageTextGiant-Container{padding-right:10px;}
#module_67228927 .showHandle .btn{font-size:px;}
#module_67228927 .showHandle .btn{font-family:;}
#module_67228927 .showHandle .btn{color:;}
#module_67228927 .showHandle .btn{}
#module_67228927 .showHandle .btn{}
#module_67228927 .showHandle .btn{}
#module_67228927 .showHandle div{border-top-color: !important;}
#module_67228927 .showHandle div{border-top-style: !important;}
#module_67228927 .showHandle div{border-top-width:px !important;}
#module_67228927 .showHandle{background-color:;}
#module_67228927 .showHandle{}
#module_67228927 .showHandle{}
#module_67228927 .showHandle{}
#module_67228927 .showHandle{}
#module_67228927 .showHandle{}
#module_67228927 a{font-size:unset;font-family:unset}
.module_106327884 .ModuleHead .HeadCenter{float:none;}
#module_106327884 {
padding:0px;
}
#module_106327884 {
position:static;
z-index:0;
top:3697px;
left:996px;
width:100%;
height: auto;
}
#module_106327884 .ModuleHead106327884 {
display:none;
}

#module_106327884 .ModuleImageTextGiantContent{margin-top:0px;}
#module_106327884 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_106327884 .ModuleImageTextGiantContent{margin-left:0px;}
#module_106327884 .ModuleImageTextGiantContent{margin-right:10px;}
#module_106327884 .imageTextGiant-Container{padding-top:10px;}
#module_106327884 .imageTextGiant-Container{padding-bottom:10px;}
#module_106327884 .imageTextGiant-Container{padding-left:10px;}
#module_106327884 .imageTextGiant-Container{padding-right:10px;}
#module_106327884 .showHandle .btn{font-size:px;}
#module_106327884 .showHandle .btn{font-family:;}
#module_106327884 .showHandle .btn{color:;}
#module_106327884 .showHandle .btn{}
#module_106327884 .showHandle .btn{}
#module_106327884 .showHandle .btn{}
#module_106327884 .showHandle div{border-top-color: !important;}
#module_106327884 .showHandle div{border-top-style: !important;}
#module_106327884 .showHandle div{border-top-width:px !important;}
#module_106327884 .showHandle{background-color:;}
#module_106327884 .showHandle{}
#module_106327884 .showHandle{}
#module_106327884 .showHandle{}
#module_106327884 .showHandle{}
#module_106327884 .showHandle{}
#module_106327884 a{font-size:unset;font-family:unset}
.module_67228928 .ModuleHead .HeadCenter{float:none;}
#module_67228928 {
padding:0px;
}
#module_67228928 {
position:static;
z-index:0;
top:2088px;
left:993px;
width:100%;
height: auto;
}
#module_67228928 .ModuleHead67228928 {
display:none;
}

#module_67228928 .ModuleImageTextGiantContent{margin-top:0px;}
#module_67228928 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_67228928 .ModuleImageTextGiantContent{margin-left:0px;}
#module_67228928 .ModuleImageTextGiantContent{margin-right:10px;}
#module_67228928 .imageTextGiant-Container{padding-top:10px;}
#module_67228928 .imageTextGiant-Container{padding-bottom:10px;}
#module_67228928 .imageTextGiant-Container{padding-left:10px;}
#module_67228928 .imageTextGiant-Container{padding-right:10px;}
#module_67228928 .showHandle .btn{font-size:px;}
#module_67228928 .showHandle .btn{font-family:;}
#module_67228928 .showHandle .btn{color:;}
#module_67228928 .showHandle .btn{}
#module_67228928 .showHandle .btn{}
#module_67228928 .showHandle .btn{}
#module_67228928 .showHandle div{border-top-color: !important;}
#module_67228928 .showHandle div{border-top-style: !important;}
#module_67228928 .showHandle div{border-top-width:px !important;}
#module_67228928 .showHandle{background-color:;}
#module_67228928 .showHandle{}
#module_67228928 .showHandle{}
#module_67228928 .showHandle{}
#module_67228928 .showHandle{}
#module_67228928 .showHandle{}
#module_67228928 a{font-size:unset;font-family:unset}
.ModuleSiteGalleryV2Giant.layout-101 .album-item {height: auto !important;}
.ModuleSiteGalleryV2Giant.layout-101 .album-img {position: static; float: left; transition: 0s; transform: none; overflow: hidden; margin-right: 60px; margin-bottom: 40px; padding: 0;}
.ModuleSiteGalleryV2Giant.layout-101 .album-img:hover {box-shadow: 0px 0px 79px 10px rgba(0, 0, 0, 0.1);}
.ModuleSiteGalleryV2Giant.layout-101 .album-img .album-img-c {position: relative; overflow: hidden;}
.ModuleSiteGalleryV2Giant.layout-101 .Photo_title,.ModuleSiteGalleryV2Giant.layout-101 .abstract {color: #333; line-height:1.5}
.ModuleSiteGalleryV2Giant.layout-101 .dummy {padding-top: 100%;}
@keyframes i3bg {
	0% {width: 100%; height: 100%; opacity: 1;}
	100% {width: calc(100% + 40px); height: calc(100% + 40px); opacity: 0;}
}
.ModuleSiteGalleryV2Giant.layout-101 .album-icon {position: absolute; left: 50%; top: -5%; z-index: 2; opacity: 0; transform: translate(-50%, -50%) scale(0.7); transition: 0.3s ease 0s;}
.ModuleSiteGalleryV2Giant.layout-101 .album-icon:before {content: ''; position: absolute; width: 0; height: 0; background: rgba(255, 158, 32, 0.6); z-index: 0; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%); animation: i3bg 2s linear 0s infinite;}
.ModuleSiteGalleryV2Giant.layout-101 .album-icon em {display: block; width: 66px; height: 66px; background: rgba(255, 158, 32, 0.6); border-radius: 50%;}
.ModuleSiteGalleryV2Giant.layout-101 .album-icon em:before,
.ModuleSiteGalleryV2Giant.layout-101 .album-icon em:after {background: #fff; content: ''; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.ModuleSiteGalleryV2Giant.layout-101 .album-icon em:before {width: 24px; height: 1px;}
.ModuleSiteGalleryV2Giant.layout-101 .album-icon em:after {width: 1px; height: 24px;}
.ModuleSiteGalleryV2Giant.layout-101 .album-img:hover .album-icon {top: 50%; opacity: 1; transform: translate(-50%, -50%) scale(1);}
.ModuleSiteGalleryV2Giant.layout-101 .album-img:hover .album-icon:before {animation: i3bg 2s linear 0.2s infinite;}
.ModuleSiteGalleryV2Giant.layout-101 .mask-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, rgba(128, 128, 128, 0) 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, rgba(128, 128, 128, 0) 35%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, rgba(128, 128, 128, 0) 35%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.45) 0%, rgba(128, 128, 128, 0) 35%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    z-index: 2;
}
.ModuleSiteGalleryV2Giant.layout-101 .album-img:hover .mask-layer {opacity: 1; -webkit-transition-delay: .1s; transition-delay: .1s;}

.ModuleSiteGalleryV2Giant.layout-101 .mobile_picBox {display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.ModuleSiteGalleryV2Giant.layout-101 .mobile_pic {max-width: 100%; max-height: 100%; display: block;}
.lg-sub-html .SiteGalleryGiantTitle101 {font-size: 14px;}
.lg-sub-html p.SiteGalleryGiantText101 {color: #fff;}
.lg-sub-html .SiteGalleryGiantLink101 {font-size: 12px; color: #fff; line-height: 16px}
.lg-sub-html .SiteGalleryGiantText101 {color: #fff;}
.lg-sub-html .SiteGalleryGiantLink101 .icon-sousuo {font-size: 12px; margin-right: 5px; margin-top: 2px}
@media only screen and (min-width: 768px) {
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-1 {width: 100%; margin-right: 0px;}
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-2 {width: calc((100% - 60px) / 2);}
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-3 {width: calc((100% - 120px) / 3);}
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-4 {width: calc((100% - 180px) / 4);}
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-5 {width: calc((100% - 240px) / 5);}
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-6 {width: calc((100% - 300px) / 6);}
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-7 {width: calc((100% - 360px) / 7);}
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-8 {width: calc((100% - 420px) / 8);}
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-9 {width: calc((100% - 480px) / 9);}
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-10 {width: calc((100% - 540px) / 10);}
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-11 {width: calc((100% - 600px) / 11);}
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-12 {width: calc((100% - 660px) / 12);}
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-2:nth-child(2n),
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-3:nth-child(3n),
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-4:nth-child(4n),
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-5:nth-child(5n),
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-6:nth-child(6n),
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-7:nth-child(7n),
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-8:nth-child(8n),
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-9:nth-child(9n),
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-10:nth-child(10n),
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-11:nth-child(11n),
    .ModuleSiteGalleryV2Giant.layout-101 .col-lg-12:nth-child(12n) {margin-right: 0 !important;}
}
@media only screen and (max-width: 767px) {
    .ModuleSiteGalleryV2Giant.layout-101 .album-img {margin-right: 15px !important; margin-bottom: 10px !important;}
    .ModuleSiteGalleryV2Giant.layout-101 .col-xs-1 {width: 100% !important; margin-right: 0px !important;}
    .ModuleSiteGalleryV2Giant.layout-101 .col-xs-2 {width: calc((100% - 15px) / 2) !important;}
    .ModuleSiteGalleryV2Giant.layout-101 .col-xs-3 {width: calc((100% - 30px) / 3) !important;}
    .ModuleSiteGalleryV2Giant.layout-101 .col-xs-2:nth-child(2n),
    .ModuleSiteGalleryV2Giant.layout-101 .col-xs-3:nth-child(3n) {margin-right: 0 !important;}
}
.ModuleSiteGalleryV2Giant.layout-101 .pagerGiant .inputer{outline: 0;}
.module_67228556 .ModuleHead .HeadCenter{float:none;}
#module_67228556 {
padding:0px;
}
#module_67228556 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67228556 .ModuleHead67228556 {
display:none;
}
#module_67228556 .BodyCenter.BodyCenter67228556 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67228556 >.module_67228556 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67228556 >.module_67228556{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67228556 .BodyCenter.BodyCenter67228556 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228556 .BodyCenter.BodyCenter67228556 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228556 >.module_67228556 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228556 >.module_67228556 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228556 >.module_67228556 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228556:hover {
border:none;
}
#module_67228556:hover >.module_67228556 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228556 .album-img{background-color:;}
#module_67228556 .album-img{}
#module_67228556 .album-img{}
#module_67228556 .album-img{}
#module_67228556 .album-img{}
#module_67228556 .album-img{}
#module_67228556 .album-img-c{background-color:rgba(0,0,0,0);}
#module_67228556 .album-img-c{background-image:none;}
#module_67228556 .album-img-c{background-repeat:no-repeat;}
#module_67228556 .album-img-c{}
#module_67228556 .album-img-c{}
#module_67228556 .album-img-c{}
#module_67228556 .album-img{border-top-left-radius:0px;}
#module_67228556 .album-img{border-top-right-radius:0px;}
#module_67228556 .album-img{border-bottom-left-radius:0px;}
#module_67228556 .album-img{border-bottom-right-radius:0px;}
#module_67228556 .album-img{margin-bottom:0px;}
#module_67228556 .album-img{margin-right:60px;} #module_67228556 .col-lg-2{width:calc((100% - 60px) / 2);} #module_67228556 .col-lg-3{width:calc((100% - 60px * 2) / 3);} #module_67228556 .col-lg-4{width:calc((100% - 60px * 3) / 4);} #module_67228556 .col-lg-5{width:calc((100% - 60px * 4) / 5);} #module_67228556 .col-lg-6{width:calc((100% - 60px * 5) / 6);} #module_67228556 .col-lg-7{width:calc((100% - 60px * 6) / 7);} #module_67228556 .col-lg-8{width:calc((100% - 60px * 7) / 8);} #module_67228556 .col-lg-9{width:calc((100% - 60px * 8) / 9);} #module_67228556 .col-lg-10{width:calc((100% - 60px * 9) / 10);} #module_67228556 .col-lg-11{width:calc((100% - 60px * 10) / 11);} #module_67228556 .col-lg-12{width:calc((100% - 60px * 11) / 12);}
#module_67228556 .album-img{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_67228556 .album-img .dummy{padding-top:auto;}
#module_67228556 .mobile_picBox .mobile_pic{object-fit:unset;}
#module_67228556 .mobile_picBox .mobile_pic{width:auto;}
#module_67228556 .mobile_picBox .mobile_pic{height:auto;}
#module_67228556 .Photo_title{text-align:;}
#module_67228556 .Photo_title{color:#333;}
#module_67228556 .Photo_title{font-size:15px;}
#module_67228556 .Photo_title{font-weight:normal}
#module_67228556 .Photo_title{font-family:微软雅黑,Microsoft YaHei;}
#module_67228556 .Photo_title{text-decoration:none;}
#module_67228556 .Photo_title{}
#module_67228556 {}@media only screen and (min-width: 768px) {#module_67228556 .Photo_title{margin-top:10px;}}
#module_67228556 {}@media only screen and (min-width: 768px) {#module_67228556 .Photo_title{margin-bottom:10px;}}
#module_67228556 {}@media only screen and (min-width: 768px) {#module_67228556 .Photo_title{margin-left:10px;}}
#module_67228556 {}@media only screen and (min-width: 768px) {#module_67228556 .Photo_title{margin-right:10px;}}
#module_67228556 {}@media only screen and (max-width: 767px) {#module_67228556 .Photo_title{margin-top:20px;}}
#module_67228556 {}@media only screen and (max-width: 767px) {#module_67228556 .Photo_title{margin-bottom:12px;}}
#module_67228556 {}@media only screen and (max-width: 767px) {#module_67228556 .Photo_title{margin-left:5px;}}
#module_67228556 {}@media only screen and (max-width: 767px) {#module_67228556 .Photo_title{margin-right:5px;}}
#module_67228556 .abstract{text-align:;}
#module_67228556 .abstract{color:#666;}
#module_67228556 .abstract{font-size:14px;}
#module_67228556 .abstract{font-family:微软雅黑,Microsoft YaHei;}
#module_67228556 .abstract{font-weight:normal;}
#module_67228556 .abstract{text-decoration:none;}
#module_67228556 .abstract{font-style:normal;}
#module_67228556 {}@media only screen and (min-width: 768px) {#module_67228556 .abstract{margin-top:0px;}}
#module_67228556 {}@media only screen and (min-width: 768px) {#module_67228556 .abstract{margin-bottom:40px;}}
#module_67228556 {}@media only screen and (min-width: 768px) {#module_67228556 .abstract{margin-left:10px;}}
#module_67228556 {}@media only screen and (min-width: 768px) {#module_67228556 .abstract{margin-right:10px;}}
#module_67228556 {}@media only screen and (max-width: 767px) {#module_67228556 .abstract{margin-top:0px;}}
#module_67228556 {}@media only screen and (max-width: 767px) {#module_67228556 .abstract{margin-bottom:10px;}}
#module_67228556 {}@media only screen and (max-width: 767px) {#module_67228556 .abstract{margin-left:5px;}}
#module_67228556 {}@media only screen and (max-width: 767px) {#module_67228556 .abstract{margin-right:5px;}}
#module_67228556 .album-icon em:before, #module_67228556 .album-icon em:after{background:#fff;}
#module_67228556 .album-icon em:before{width:24px;} #module_67228556 .album-icon em:after{height:24px;}
#module_67228556 .album-icon em{width:66px; height:66px;}
#module_67228556 .album-icon:before, #module_67228556 .album-icon em{background-color:rgba(255, 158, 32, 0.6);}
#module_67228556 .album-icon:before, #module_67228556 .album-icon em{}
#module_67228556 .pagerGiant .text{font-size:px;}
#module_67228556 .pagerGiant .text{font-family:;}
#module_67228556 .pagerGiant .text{color:;}
#module_67228556 .pagerGiant .text{}
#module_67228556 .pagerGiant .text{}
#module_67228556 .pagerGiant .text{}
#module_67228556 .pagerGiant .current,#module_67228556 .pagerGiant .num,#module_67228556 .pagerGiant .inputer{width:px}
#module_67228556 .pagerGiant .current,#module_67228556 .pagerGiant .num,#module_67228556 .pagerGiant .inputer{height:px}
#module_67228556 .pagerGiant .num{font-size:px;}
#module_67228556 .pagerGiant .num{font-family:;}
#module_67228556 .pagerGiant .num{color:;}
#module_67228556 .pagerGiant .num{}
#module_67228556 .pagerGiant .num{}
#module_67228556 .pagerGiant .num{}
#module_67228556 .pagerGiant .submit{width:px}
#module_67228556 .pagerGiant .submit{height:px}
#module_67228556 .pagerGiant .current,#module_67228556 .pagerGiant .num,#module_67228556 .pagerGiant .inputer,#module_67228556 .pagerGiant .submit{border-top-left-radius:px;}
#module_67228556 .pagerGiant .current,#module_67228556 .pagerGiant .num,#module_67228556 .pagerGiant .inputer,#module_67228556 .pagerGiant .submit{border-top-right-radius:px;}
#module_67228556 .pagerGiant .current,#module_67228556 .pagerGiant .num,#module_67228556 .pagerGiant .inputer,#module_67228556 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_67228556 .pagerGiant .current,#module_67228556 .pagerGiant .num,#module_67228556 .pagerGiant .inputer,#module_67228556 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_67228556 .pagerGiant .next,#module_67228556 .pagerGiant .splitline{color:;}
#module_67228556 .pagerGiant .num{background-color:#fff;}
#module_67228556 .pagerGiant .num, #module_67228556 .pagerGiant .inputer{border-top-color:#ccc;}
#module_67228556 .pagerGiant .num, #module_67228556 .pagerGiant .inputer{border-top-style:solid;}
#module_67228556 .pagerGiant .num, #module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit, #module_67228556 .pagerGiant .inputer{border-top-width:1px;}
#module_67228556 .pagerGiant .num, #module_67228556 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_67228556 .pagerGiant .num, #module_67228556 .pagerGiant .inputer{border-bottom-style:solid;}
#module_67228556 .pagerGiant .num, #module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit, #module_67228556 .pagerGiant .inputer{border-bottom-width:1px;}
#module_67228556 .pagerGiant .num, #module_67228556 .pagerGiant .inputer{border-left-color:#ccc;}
#module_67228556 .pagerGiant .num, #module_67228556 .pagerGiant .inputer{border-left-style:solid;}
#module_67228556 .pagerGiant .num, #module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit, #module_67228556 .pagerGiant .inputer{border-left-width:1px;}
#module_67228556 .pagerGiant .num, #module_67228556 .pagerGiant .inputer{border-right-color:#ccc;}
#module_67228556 .pagerGiant .num, #module_67228556 .pagerGiant .inputer{border-right-style:solid;}
#module_67228556 .pagerGiant .num, #module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit, #module_67228556 .pagerGiant .inputer{border-right-width:1px;}
#module_67228556 .page-more a{font-size:px;}
#module_67228556 .page-more a{font-family:;}
#module_67228556 .page-more a{color:#666 !important;}
#module_67228556 .page-more a{}
#module_67228556 .page-more a{}
#module_67228556 .page-more a{}
#module_67228556 .page-more a{background-color:#fff;}
#module_67228556 .page-more a{border-top-color:#eee;}
#module_67228556 .page-more a{border-top-style:solid;}
#module_67228556 .page-more a{border-top-width:2px;}
#module_67228556 .page-more a{border-bottom-color:#eee;}
#module_67228556 .page-more a{border-bottom-style:solid;}
#module_67228556 .page-more a{border-bottom-width:2px;}
#module_67228556 .page-more a{border-left-color:#eee;}
#module_67228556 .page-more a{border-left-style:solid;}
#module_67228556 .page-more a{border-left-width:2px;}
#module_67228556 .page-more a{border-right-color:#eee;}
#module_67228556 .page-more a{border-right-style:solid;}
#module_67228556 .page-more a{border-right-width:2px;}
#module_67228556 .mask-layer{background-color:}
#module_67228556 .mask-layer{}
#module_67228556 .album-img:hover{background-color:;}
#module_67228556 .album-img:hover{}
#module_67228556 .album-img:hover{}
#module_67228556 .album-img:hover{}
#module_67228556 .album-img:hover{}
#module_67228556 .album-img:hover{}
#module_67228556 .album-img:hover{box-shadow:0px 0px 79px 10px rgba(0, 0, 0, 0.1);}
#module_67228556 .album-img:hover .Photo_title{color:;}
#module_67228556 .album-img:hover .Photo_title{font-size:px;}
#module_67228556 .album-img:hover .Photo_title{font-weight:}
#module_67228556 .album-img:hover .Photo_title{font-family:;}
#module_67228556 .album-img:hover .Photo_title{}
#module_67228556 .album-img:hover .Photo_title{}
#module_67228556 .album-img:hover .abstract{color:;}
#module_67228556 .album-img:hover .abstract{font-size:px;}
#module_67228556 .album-img:hover .abstract{font-family:;}
#module_67228556 .album-img:hover .abstract{}
#module_67228556 .album-img:hover .abstract{}
#module_67228556 .album-img:hover .abstract{}
#module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit{font-size:px;}
#module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit{font-family:;}
#module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit{color:;}
#module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit{}
#module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit{}
#module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit{}
#module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit{background-color:#333;}
#module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit, #module_67228556 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit, #module_67228556 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit, #module_67228556 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit, #module_67228556 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit, #module_67228556 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit, #module_67228556 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit, #module_67228556 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_67228556 .pagerGiant .current, #module_67228556 .pagerGiant .submit, #module_67228556 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_67228556 .page-more a:hover{font-size:px;}
#module_67228556 .page-more:hover a{font-family:;}
#module_67228556 .page-more a:hover{color:rgb(255, 255, 255) !important;}
#module_67228556 .page-more a:hover {}
#module_67228556 .page-more a:hover {}
#module_67228556 .page-more a:hover {}
#module_67228556 .page-more a:hover{background-color:#fff;}
#module_67228556 .page-more a:hover{border-top-color:#eee;}
#module_67228556 .page-more a:hover{border-top-style:solid;}
#module_67228556 .page-more a:hover{border-bottom-color:#eee;}
#module_67228556 .page-more a:hover{border-bottom-style:solid;}
#module_67228556 .page-more a:hover{border-left-color:#eee;}
#module_67228556 .page-more a:hover{border-left-style:solid;}
#module_67228556 .page-more a:hover{border-right-color:#eee;}
#module_67228556 .page-more a:hover{border-right-style:solid;}

.module_106327899 .ModuleHead .HeadCenter{float:none;}
#module_106327899 {
padding:0px;
}
#module_106327899 {
position:static;
z-index:1;
top:430px;
left:0px;
width:100%;
height: auto;
}
#module_106327899 .ModuleHead106327899 {
display:none;
}
#module_106327899 .BodyCenter.BodyCenter106327899 {
background:none;background-color:rgba(0,0,0,0);
}
#module_106327899 >.module_106327899 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_106327899 >.module_106327899{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_106327899 .BodyCenter.BodyCenter106327899 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327899 .BodyCenter.BodyCenter106327899 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_106327899 >.module_106327899 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327899 >.module_106327899 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_106327899 >.module_106327899 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106327899:hover {
border:none;
}
#module_106327899:hover >.module_106327899 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106327899 .album-img{background-color:;}
#module_106327899 .album-img{}
#module_106327899 .album-img{}
#module_106327899 .album-img{}
#module_106327899 .album-img{}
#module_106327899 .album-img{}
#module_106327899 .album-img-c{background-color:rgba(0,0,0,0);}
#module_106327899 .album-img-c{background-image:none;}
#module_106327899 .album-img-c{background-repeat:no-repeat;}
#module_106327899 .album-img-c{}
#module_106327899 .album-img-c{}
#module_106327899 .album-img-c{}
#module_106327899 .album-img{border-top-left-radius:0px;}
#module_106327899 .album-img{border-top-right-radius:0px;}
#module_106327899 .album-img{border-bottom-left-radius:0px;}
#module_106327899 .album-img{border-bottom-right-radius:0px;}
#module_106327899 .album-img{margin-bottom:0px;}
#module_106327899 .album-img{margin-right:60px;} #module_106327899 .col-lg-2{width:calc((100% - 60px) / 2);} #module_106327899 .col-lg-3{width:calc((100% - 60px * 2) / 3);} #module_106327899 .col-lg-4{width:calc((100% - 60px * 3) / 4);} #module_106327899 .col-lg-5{width:calc((100% - 60px * 4) / 5);} #module_106327899 .col-lg-6{width:calc((100% - 60px * 5) / 6);} #module_106327899 .col-lg-7{width:calc((100% - 60px * 6) / 7);} #module_106327899 .col-lg-8{width:calc((100% - 60px * 7) / 8);} #module_106327899 .col-lg-9{width:calc((100% - 60px * 8) / 9);} #module_106327899 .col-lg-10{width:calc((100% - 60px * 9) / 10);} #module_106327899 .col-lg-11{width:calc((100% - 60px * 10) / 11);} #module_106327899 .col-lg-12{width:calc((100% - 60px * 11) / 12);}
#module_106327899 .album-img{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_106327899 .album-img .dummy{padding-top:auto;}
#module_106327899 .mobile_picBox .mobile_pic{object-fit:unset;}
#module_106327899 .mobile_picBox .mobile_pic{width:auto;}
#module_106327899 .mobile_picBox .mobile_pic{height:auto;}
#module_106327899 .Photo_title{text-align:;}
#module_106327899 .Photo_title{color:#333;}
#module_106327899 .Photo_title{font-size:15px;}
#module_106327899 .Photo_title{font-weight:normal}
#module_106327899 .Photo_title{font-family:微软雅黑,Microsoft YaHei;}
#module_106327899 .Photo_title{text-decoration:none;}
#module_106327899 .Photo_title{}
#module_106327899 {}@media only screen and (min-width: 768px) {#module_106327899 .Photo_title{margin-top:10px;}}
#module_106327899 {}@media only screen and (min-width: 768px) {#module_106327899 .Photo_title{margin-bottom:10px;}}
#module_106327899 {}@media only screen and (min-width: 768px) {#module_106327899 .Photo_title{margin-left:10px;}}
#module_106327899 {}@media only screen and (min-width: 768px) {#module_106327899 .Photo_title{margin-right:10px;}}
#module_106327899 {}@media only screen and (max-width: 767px) {#module_106327899 .Photo_title{margin-top:20px;}}
#module_106327899 {}@media only screen and (max-width: 767px) {#module_106327899 .Photo_title{margin-bottom:12px;}}
#module_106327899 {}@media only screen and (max-width: 767px) {#module_106327899 .Photo_title{margin-left:5px;}}
#module_106327899 {}@media only screen and (max-width: 767px) {#module_106327899 .Photo_title{margin-right:5px;}}
#module_106327899 .abstract{text-align:;}
#module_106327899 .abstract{color:#666;}
#module_106327899 .abstract{font-size:14px;}
#module_106327899 .abstract{font-family:微软雅黑,Microsoft YaHei;}
#module_106327899 .abstract{font-weight:normal;}
#module_106327899 .abstract{text-decoration:none;}
#module_106327899 .abstract{font-style:normal;}
#module_106327899 {}@media only screen and (min-width: 768px) {#module_106327899 .abstract{margin-top:0px;}}
#module_106327899 {}@media only screen and (min-width: 768px) {#module_106327899 .abstract{margin-bottom:40px;}}
#module_106327899 {}@media only screen and (min-width: 768px) {#module_106327899 .abstract{margin-left:10px;}}
#module_106327899 {}@media only screen and (min-width: 768px) {#module_106327899 .abstract{margin-right:10px;}}
#module_106327899 {}@media only screen and (max-width: 767px) {#module_106327899 .abstract{margin-top:0px;}}
#module_106327899 {}@media only screen and (max-width: 767px) {#module_106327899 .abstract{margin-bottom:10px;}}
#module_106327899 {}@media only screen and (max-width: 767px) {#module_106327899 .abstract{margin-left:5px;}}
#module_106327899 {}@media only screen and (max-width: 767px) {#module_106327899 .abstract{margin-right:5px;}}
#module_106327899 .album-icon em:before, #module_106327899 .album-icon em:after{background:#fff;}
#module_106327899 .album-icon em:before{width:20px;} #module_106327899 .album-icon em:after{height:20px;}
#module_106327899 .album-icon em{width:49px; height:49px;}
#module_106327899 .album-icon:before, #module_106327899 .album-icon em{background-color:rgba(255, 158, 32, 0.6);}
#module_106327899 .album-icon:before, #module_106327899 .album-icon em{}
#module_106327899 .pagerGiant .text{font-size:px;}
#module_106327899 .pagerGiant .text{font-family:;}
#module_106327899 .pagerGiant .text{color:;}
#module_106327899 .pagerGiant .text{}
#module_106327899 .pagerGiant .text{}
#module_106327899 .pagerGiant .text{}
#module_106327899 .pagerGiant .current,#module_106327899 .pagerGiant .num,#module_106327899 .pagerGiant .inputer{width:px}
#module_106327899 .pagerGiant .current,#module_106327899 .pagerGiant .num,#module_106327899 .pagerGiant .inputer{height:px}
#module_106327899 .pagerGiant .num{font-size:px;}
#module_106327899 .pagerGiant .num{font-family:;}
#module_106327899 .pagerGiant .num{color:;}
#module_106327899 .pagerGiant .num{}
#module_106327899 .pagerGiant .num{}
#module_106327899 .pagerGiant .num{}
#module_106327899 .pagerGiant .submit{width:px}
#module_106327899 .pagerGiant .submit{height:px}
#module_106327899 .pagerGiant .current,#module_106327899 .pagerGiant .num,#module_106327899 .pagerGiant .inputer,#module_106327899 .pagerGiant .submit{border-top-left-radius:px;}
#module_106327899 .pagerGiant .current,#module_106327899 .pagerGiant .num,#module_106327899 .pagerGiant .inputer,#module_106327899 .pagerGiant .submit{border-top-right-radius:px;}
#module_106327899 .pagerGiant .current,#module_106327899 .pagerGiant .num,#module_106327899 .pagerGiant .inputer,#module_106327899 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_106327899 .pagerGiant .current,#module_106327899 .pagerGiant .num,#module_106327899 .pagerGiant .inputer,#module_106327899 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_106327899 .pagerGiant .next,#module_106327899 .pagerGiant .splitline{color:;}
#module_106327899 .pagerGiant .num{background-color:#fff;}
#module_106327899 .pagerGiant .num, #module_106327899 .pagerGiant .inputer{border-top-color:#ccc;}
#module_106327899 .pagerGiant .num, #module_106327899 .pagerGiant .inputer{border-top-style:solid;}
#module_106327899 .pagerGiant .num, #module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit, #module_106327899 .pagerGiant .inputer{border-top-width:1px;}
#module_106327899 .pagerGiant .num, #module_106327899 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_106327899 .pagerGiant .num, #module_106327899 .pagerGiant .inputer{border-bottom-style:solid;}
#module_106327899 .pagerGiant .num, #module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit, #module_106327899 .pagerGiant .inputer{border-bottom-width:1px;}
#module_106327899 .pagerGiant .num, #module_106327899 .pagerGiant .inputer{border-left-color:#ccc;}
#module_106327899 .pagerGiant .num, #module_106327899 .pagerGiant .inputer{border-left-style:solid;}
#module_106327899 .pagerGiant .num, #module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit, #module_106327899 .pagerGiant .inputer{border-left-width:1px;}
#module_106327899 .pagerGiant .num, #module_106327899 .pagerGiant .inputer{border-right-color:#ccc;}
#module_106327899 .pagerGiant .num, #module_106327899 .pagerGiant .inputer{border-right-style:solid;}
#module_106327899 .pagerGiant .num, #module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit, #module_106327899 .pagerGiant .inputer{border-right-width:1px;}
#module_106327899 .page-more a{font-size:px;}
#module_106327899 .page-more a{font-family:;}
#module_106327899 .page-more a{color:rgb(255, 255, 255) !important;}
#module_106327899 .page-more a{}
#module_106327899 .page-more a{}
#module_106327899 .page-more a{}
#module_106327899 .page-more a{background-color:rgb(227, 108, 9);}
#module_106327899 .page-more a{border-top-color:#eee;}
#module_106327899 .page-more a{border-top-style:solid;}
#module_106327899 .page-more a{border-top-width:2px;}
#module_106327899 .page-more a{border-bottom-color:#eee;}
#module_106327899 .page-more a{border-bottom-style:solid;}
#module_106327899 .page-more a{border-bottom-width:2px;}
#module_106327899 .page-more a{border-left-color:#eee;}
#module_106327899 .page-more a{border-left-style:solid;}
#module_106327899 .page-more a{border-left-width:2px;}
#module_106327899 .page-more a{border-right-color:#eee;}
#module_106327899 .page-more a{border-right-style:solid;}
#module_106327899 .page-more a{border-right-width:2px;}
#module_106327899 .mask-layer{background-color:}
#module_106327899 .mask-layer{}
#module_106327899 .album-img:hover{background-color:;}
#module_106327899 .album-img:hover{}
#module_106327899 .album-img:hover{}
#module_106327899 .album-img:hover{}
#module_106327899 .album-img:hover{}
#module_106327899 .album-img:hover{}
#module_106327899 .album-img:hover{box-shadow:0px 0px 79px 10px rgba(0, 0, 0, 0.1);}
#module_106327899 .album-img:hover .Photo_title{color:;}
#module_106327899 .album-img:hover .Photo_title{font-size:px;}
#module_106327899 .album-img:hover .Photo_title{font-weight:}
#module_106327899 .album-img:hover .Photo_title{font-family:;}
#module_106327899 .album-img:hover .Photo_title{}
#module_106327899 .album-img:hover .Photo_title{}
#module_106327899 .album-img:hover .abstract{color:;}
#module_106327899 .album-img:hover .abstract{font-size:px;}
#module_106327899 .album-img:hover .abstract{font-family:;}
#module_106327899 .album-img:hover .abstract{}
#module_106327899 .album-img:hover .abstract{}
#module_106327899 .album-img:hover .abstract{}
#module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit{font-size:px;}
#module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit{font-family:;}
#module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit{color:;}
#module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit{}
#module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit{}
#module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit{}
#module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit{background-color:#333;}
#module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit, #module_106327899 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit, #module_106327899 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit, #module_106327899 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit, #module_106327899 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit, #module_106327899 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit, #module_106327899 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit, #module_106327899 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_106327899 .pagerGiant .current, #module_106327899 .pagerGiant .submit, #module_106327899 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_106327899 .page-more a:hover{font-size:px;}
#module_106327899 .page-more:hover a{font-family:;}
#module_106327899 .page-more a:hover{color:rgb(127, 127, 127) !important;}
#module_106327899 .page-more a:hover {}
#module_106327899 .page-more a:hover {}
#module_106327899 .page-more a:hover {}
#module_106327899 .page-more a:hover{background-color:rgb(255, 255, 255);}
#module_106327899 .page-more a:hover{border-top-color:#eee;}
#module_106327899 .page-more a:hover{border-top-style:solid;}
#module_106327899 .page-more a:hover{border-bottom-color:#eee;}
#module_106327899 .page-more a:hover{border-bottom-style:solid;}
#module_106327899 .page-more a:hover{border-left-color:#eee;}
#module_106327899 .page-more a:hover{border-left-style:solid;}
#module_106327899 .page-more a:hover{border-right-color:#eee;}
#module_106327899 .page-more a:hover{border-right-style:solid;}

.module_67228377 .ModuleHead .HeadCenter{float:none;}
#module_67228377 {
padding:0px;
}
#module_67228377 {
position:static;
z-index:0;
top:4271px;
left:1833px;
width:100%;
height: auto;
}
#module_67228377 .ModuleHead67228377 {
display:none;
}
#module_67228377 {
border:none;
}
@media screen and (min-width: 768px){
#module_67228377 .BodyCenter.BodyCenter67228377 {
padding-top:2.5628%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228377 .BodyCenter.BodyCenter67228377 {
}
}

#module_67228377 .ModuleSubContainer{background-color:transparent;}
#module_67228377 .ModuleSubContainer{}
#module_67228377 .ModuleSubContainer{background-repeat:no-repeat;}
#module_67228377 .ModuleSubContainer{background-position:0% 0%;}
#module_67228377 .ModuleSubContainer{background-attachment:scroll;}
#module_67228377 .ModuleSubContainer{}
#module_67228377 {!bgVideo!}{bgVideoUrl:}
#module_67228377 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_67228377 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_67228377 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer67228377 {}
.module_67228378 .ModuleHead .HeadCenter{float:none;}
#module_67228378 {
padding:0px;
}
#module_67228378 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67228378 .ModuleHead67228378 {
display:none;
}
#module_67228378 .BodyCenter.BodyCenter67228378 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67228378 >.module_67228378 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67228378 >.module_67228378{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67228378 .BodyCenter.BodyCenter67228378 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228378 .BodyCenter.BodyCenter67228378 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228378 >.module_67228378 {
margin-top:0.3320%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228378 >.module_67228378 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228378 >.module_67228378 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228378:hover {
border:none;
}
#module_67228378:hover >.module_67228378 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228378 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_67228378 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_67228378 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_67228378 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_67228378 .GraphicUpper .TextImage{margin-top:0px;}
#module_67228378 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_67228378 .GraphicUpper .TextImage{margin-left:0px;}
#module_67228378 .GraphicUpper .TextImage{margin-right:0px;}
#module_67228378 .TextImage{width:6%;}
#module_67228378 .MobileTextImage{width:50%;}
#module_67228378 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_67228378 .imageTextGiant-Container{padding-top:10px;}
#module_67228378 .imageTextGiant-Container{padding-bottom:10px;}
#module_67228378 .imageTextGiant-Container{padding-left:10px;}
#module_67228378 .imageTextGiant-Container{padding-right:10px;}
#module_67228378 .ModuleImageTextGiantContent{padding-top:0px;}
#module_67228378 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_67228378 .ModuleImageTextGiantContent{padding-left:0px;}
#module_67228378 .ModuleImageTextGiantContent{padding-right:0px;}
#module_67228378 .imageTextGiant-Container{padding-top:0px;}
#module_67228378 .imageTextGiant-Container{padding-bottom:0px;}
#module_67228378 .imageTextGiant-Container{padding-left:0px;}
#module_67228378 .imageTextGiant-Container{padding-right:0px;}
#module_67228378 .showHandle .btn{font-size:px;}
#module_67228378 .showHandle .btn{font-family:;}
#module_67228378 .showHandle .btn{color:;}
#module_67228378 .showHandle .btn{}
#module_67228378 .showHandle .btn{}
#module_67228378 .showHandle .btn{}
#module_67228378 .showHandle div{border-top-color: !important;}
#module_67228378 .showHandle div{border-top-style: !important;}
#module_67228378 .showHandle div{border-top-width:px !important;}
#module_67228378 .showHandle{background-color:;}
#module_67228378 .showHandle{}
#module_67228378 .showHandle{}
#module_67228378 .showHandle{}
#module_67228378 .showHandle{}
#module_67228378 .showHandle{}
#module_67228378 a{font-size:unset;font-family:unset}
.module_106327881 .ModuleHead .HeadCenter{float:none;}
#module_106327881 {
padding:0px;
}
#module_106327881 {
position:static;
z-index:0;
top:4736px;
left:992px;
width:100%;
height: auto;
}
#module_106327881 .ModuleHead106327881 {
display:none;
}
#module_106327881 .BodyCenter.BodyCenter106327881 {
background:none;background-color:rgba(0,0,0,0);
}
#module_106327881 >.module_106327881 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_106327881 >.module_106327881{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_106327881 .BodyCenter.BodyCenter106327881 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327881 .BodyCenter.BodyCenter106327881 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_106327881 >.module_106327881 {
margin-top:0.3320%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327881 >.module_106327881 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_106327881 >.module_106327881 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106327881:hover {
border:none;
}
#module_106327881:hover >.module_106327881 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106327881 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_106327881 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_106327881 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_106327881 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_106327881 .GraphicUpper .TextImage{margin-top:0px;}
#module_106327881 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_106327881 .GraphicUpper .TextImage{margin-left:0px;}
#module_106327881 .GraphicUpper .TextImage{margin-right:0px;}
#module_106327881 .TextImage{width:6%;}
#module_106327881 .MobileTextImage{width:20%;}
#module_106327881 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_106327881 .imageTextGiant-Container{padding-top:10px;}
#module_106327881 .imageTextGiant-Container{padding-bottom:10px;}
#module_106327881 .imageTextGiant-Container{padding-left:10px;}
#module_106327881 .imageTextGiant-Container{padding-right:10px;}
#module_106327881 .ModuleImageTextGiantContent{padding-top:0px;}
#module_106327881 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_106327881 .ModuleImageTextGiantContent{padding-left:0px;}
#module_106327881 .ModuleImageTextGiantContent{padding-right:0px;}
#module_106327881 .imageTextGiant-Container{padding-top:0px;}
#module_106327881 .imageTextGiant-Container{padding-bottom:0px;}
#module_106327881 .imageTextGiant-Container{padding-left:0px;}
#module_106327881 .imageTextGiant-Container{padding-right:0px;}
#module_106327881 .showHandle .btn{font-size:14px;}
#module_106327881 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_106327881 .showHandle .btn{color:#333;}
#module_106327881 .showHandle .btn{font-weight:400;}
#module_106327881 .showHandle .btn{text-decoration:none;}
#module_106327881 .showHandle .btn{font-style:normal;}
#module_106327881 .showHandle div{border-top-color:#ddd !important;}
#module_106327881 .showHandle div{border-top-style:solid !important;}
#module_106327881 .showHandle div{border-top-width:1px !important;}
#module_106327881 .showHandle{background-color:transparent;}
#module_106327881 .showHandle{background-image:none;}
#module_106327881 .showHandle{background-repeat:no-repeat;}
#module_106327881 .showHandle{}
#module_106327881 .showHandle{}
#module_106327881 .showHandle{}
#module_106327881 a{font-size:unset;font-family:unset}
.module_67228379 .ModuleHead .HeadCenter{float:none;}
#module_67228379 {
padding:0px;
}
#module_67228379 {
position:static;
z-index:0;
top:948px;
left:872px;
width:100%;
height: auto;
}
#module_67228379 .ModuleHead67228379 {
display:none;
}

#module_67228379 .ModuleImageTextGiantContent{margin-top:0px;}
#module_67228379 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_67228379 .ModuleImageTextGiantContent{margin-left:0px;}
#module_67228379 .ModuleImageTextGiantContent{margin-right:10px;}
#module_67228379 .imageTextGiant-Container{padding-top:10px;}
#module_67228379 .imageTextGiant-Container{padding-bottom:10px;}
#module_67228379 .imageTextGiant-Container{padding-left:10px;}
#module_67228379 .imageTextGiant-Container{padding-right:10px;}
#module_67228379 .showHandle .btn{font-size:px;}
#module_67228379 .showHandle .btn{font-family:;}
#module_67228379 .showHandle .btn{color:;}
#module_67228379 .showHandle .btn{}
#module_67228379 .showHandle .btn{}
#module_67228379 .showHandle .btn{}
#module_67228379 .showHandle div{border-top-color: !important;}
#module_67228379 .showHandle div{border-top-style: !important;}
#module_67228379 .showHandle div{border-top-width:px !important;}
#module_67228379 .showHandle{background-color:;}
#module_67228379 .showHandle{}
#module_67228379 .showHandle{}
#module_67228379 .showHandle{}
#module_67228379 .showHandle{}
#module_67228379 .showHandle{}
#module_67228379 a{font-size:unset;font-family:unset}
.module_106327882 .ModuleHead .HeadCenter{float:none;}
#module_106327882 {
padding:0px;
}
#module_106327882 {
position:static;
z-index:1;
top:140px;
left:0px;
width:100%;
height: auto;
}
#module_106327882 .ModuleHead106327882 {
display:none;
}

#module_106327882 .ModuleImageTextGiantContent{margin-top:0px;}
#module_106327882 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_106327882 .ModuleImageTextGiantContent{margin-left:0px;}
#module_106327882 .ModuleImageTextGiantContent{margin-right:10px;}
#module_106327882 .imageTextGiant-Container{padding-top:10px;}
#module_106327882 .imageTextGiant-Container{padding-bottom:10px;}
#module_106327882 .imageTextGiant-Container{padding-left:10px;}
#module_106327882 .imageTextGiant-Container{padding-right:10px;}
#module_106327882 .showHandle .btn{font-size:px;}
#module_106327882 .showHandle .btn{font-family:;}
#module_106327882 .showHandle .btn{color:;}
#module_106327882 .showHandle .btn{}
#module_106327882 .showHandle .btn{}
#module_106327882 .showHandle .btn{}
#module_106327882 .showHandle div{border-top-color: !important;}
#module_106327882 .showHandle div{border-top-style: !important;}
#module_106327882 .showHandle div{border-top-width:px !important;}
#module_106327882 .showHandle{background-color:;}
#module_106327882 .showHandle{}
#module_106327882 .showHandle{}
#module_106327882 .showHandle{}
#module_106327882 .showHandle{}
#module_106327882 .showHandle{}
#module_106327882 a{font-size:unset;font-family:unset}
.module_67226074 .ModuleHead .HeadCenter{float:none;}
#module_67226074 {
padding:0px;
}
#module_67226074 {
position:static;
z-index:0;
top:3810px;
left:329px;
width:100%;
height: auto;
}
#module_67226074 .ModuleHead67226074 {
display:none;
}
#module_67226074 .ModuleHead .HeadText.HeadText67226074 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_67226074 .ModuleHead .HeadCenter.HeadCenter67226074{text-align:left;}
#module_67226074 .ModuleHead .HeadCenter.HeadCenter67226074 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_67226074 .BodyCenter.BodyCenter67226074 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67226074 >.module_67226074 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67226074 >.module_67226074{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67226074 .BodyCenter.BodyCenter67226074 {
padding-top:1.6213%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226074 .BodyCenter.BodyCenter67226074 {
padding-top:0px;
padding-left:10px;
padding-right:10px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67226074 >.module_67226074 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_67226074 >.module_67226074 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_67226074 .ModuleSubContainer{background-color:transparent;}
#module_67226074 .ModuleSubContainer{background-image:none;}
#module_67226074 .ModuleSubContainer{background-repeat:no-repeat;}
#module_67226074 .ModuleSubContainer{background-position:0% 0%;}
#module_67226074 .ModuleSubContainer{background-attachment:scroll;}
#module_67226074 .ModuleSubContainer{}
#module_67226074 {!bgVideo!}{bgVideoUrl:}
#module_67226074 .gridBgVideo .bgVideoMask{opacity:1}
#module_67226074 .ModuleSubContainer{box-shadow:; transition: box-shadow 0.5s ease;}
#module_67226074 .ModuleSubContainer:hover{box-shadow:;}
.ModuleGridContainer.ModuleGridContainer67226074 {}
.ModuleNewsListGiant.layout-101 .news-item{ float: left;transition: all .3s ease-out 0s; cursor: pointer;
	-webkit-transform: translateY(0);   /* for Chrome || Safari */
	-moz-transform:  translateY(0);      /* for Firefox */
	-ms-transform:    translateY(0);       /* for IE */
	-o-transform:   translateY(0);       /* for Opera */
	transform:   translateY(0);
	background:#fff;
	padding-top: 10px;
}
.ModuleNewsListGiant.layout-101 .swiper-container-free-mode1>.swiper-wrapper{
	-webkit-transition-timing-function:linear;
	-moz-transition-timing-function:linear;
	-ms-transition-timing-function:linear;
	-o-transition-timing-function:linear;
	transition-timing-function:linear;
	margin:0 auto
  }
.ModuleNewsListGiant.layout-101 .swiper-butto-next{background-image: none;left:0;right: auto;}
.ModuleNewsListGiant.layout-101 .swiper-butto-prev{transform: rotate(180deg); top: calc(50% - 13.5px);background-image: none;right: 0; left: auto;}
.ModuleNewsListGiant.layout-101 .icon-icon-left{font-size: 30px; color: #fff; text-align: center; display: block;}
.ModuleNewsListGiant.layout-101 .swiper-button-white {background-color: rgba(51,51,51,.3);}
.ModuleNewsListGiant.layout-101 .news-item .news-img img{transition: all .3s ease-out 0s;margin:0 auto; position: relative;   }
.ModuleNewsListGiant.layout-101 .news-item .news-tit{ position: relative;     padding: 0 2px 10px; }
.ModuleNewsListGiant.layout-101 .news-item .news-tit:before{   content: ""; position: absolute; bottom:0px; left: 0; border-bottom:1px solid #fbc02d; height: 1px; width: 0; transition: width .6s cubic-bezier(.23, 1, .38, 1) 0s; }
.ModuleNewsListGiant.layout-101 .news-item  time{ font-size:12px; color:#fbc02d; height: 18px;line-height: 18px;display: block;}
.ModuleNewsListGiant.layout-101 .news-item .news-tit .news-name{ padding: 0 0 5px 0; }
.ModuleNewsListGiant.layout-101 .news-item .news-tit .news-desc{color: #666; padding-bottom: 11px; overflow: hidden;}
.ModuleNewsListGiant.layout-101 .news-item .news-img .dummy {padding-top: 56%;}
.ModuleNewsListGiant.layout-101 .news-item .news-img{list-style-type: none;display: block;overflow: hidden;max-width: 100%;width: 100%;position: relative}
.ModuleNewsListGiant.layout-101 .news-item .news-img img{position: absolute; top: 0;  bottom: 0;  left: 0;  right: 0;  max-width: 100%; width: 100%; margin:auto;  padding: auto;  display: block;}
.ModuleNewsListGiant.layout-101 .label-box {font-size: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ModuleNewsListGiant.layout-101 .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-101 .videobox .Mantle{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.ModuleNewsListGiant.layout-101 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 64px;
    color: #fff;
    transform: translate(-50%,-50%);
}
.ModuleNewsListGiant.layout-101 .oneline
{
	margin-top: 13px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
/*手机屏幕*/
@media (max-width: 767px) {
	.ModuleNewsListGiant.layout-101 .news-container {
		width: 100%;
	}

	.ModuleNewsListGiant.layout-101 .news-item {
		width: 100%;
		background: #fff;
	}

	.ModuleNewsListGiant.layout-101 .news-item .news-tit .news-price {
		font-weight: normal;
	}

	.ModuleNewsListGiant.layout-101 .news-item .news-tit .news-desc {
	}

	.swiper-butto-next, .swiper-butto-prev {
		display: none;
	}

	.ModuleNewsListGiant.layout-101 li.col-xs-2 {
		width: 50%;
		padding-right: 0;
		padding-left: 0;
	}

	.ModuleNewsListGiant.layout-101 li.col-xs-3 {
		width: 33%;
		padding-right: 0;
		padding-left: 0;
	}

	.ModuleNewsListGiant.layout-101 li.col-xs-4 {
		width: 25%;
		padding-right: 0;
		padding-left: 0;
	}

	.ModuleNewsListGiant.layout-101 li.col-xs-5 {
		width: 20%;
		padding-right: 0;
		padding-left: 0;
	}

	.ModuleNewsListGiant.layout-101 li.col-xs-6 {
		width: 14%;
		padding-right: 0;
		padding-left: 0;
	}

	.ModuleNewsListGiant.layout-101 li.col-xs-1 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
}

/*PC屏幕*/
@media (min-width: 768px) {
	.ModuleNewsListGiant.layout-101 .news-container {
		width: 100%;
		position: relative;
	}

	.ModuleNewsListGiant.layout-101 .news-item:hover time {
		color: #f9a825;
	}

	.ModuleNewsListGiant.layout-101 .news-item:hover {
		transform: translateY(-8px);
		-webkit-transform: translateY(-8px); /* for Chrome || Safari */
		-moz-transform: translateY(-8px); /* for Firefox */
		-ms-transform: translateY(-8px); /* for IE */
		-o-transform: translateY(-8px); /* for Opera */
		transform: translateY(-8px);
	}

	.ModuleNewsListGiant.layout-101 .news-item:hover .news-tit:before {
		content: "";
		width: 100%;
	}

	.ModuleNewsListGiant.layout-101 li.col-lg-2 {
		width: 50%;
		padding-right: 0;
		padding-left: 0;
	}

	.ModuleNewsListGiant.layout-101 li.col-lg-3 {
		width: 33%;
		padding-right: 0;
		padding-left: 0;
	}

	.ModuleNewsListGiant.layout-101 li.col-lg-4 {
		width: 25%;
		padding-right: 0;
		padding-left: 0;
	}

	.ModuleNewsListGiant.layout-101 li.col-lg-5 {
		width: 20%;
		padding-right: 0;
		padding-left: 0;
	}

	.ModuleNewsListGiant.layout-101 li.col-lg-6 {
		width: 14%;
		padding-right: 0;
		padding-left: 0;
	}

	.ModuleNewsListGiant.layout-101 li.col-lg-1 {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
}
/*置顶推荐*/
.ModuleNewsListGiant.layout-101 .staFun{
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: text-top;
}.module_67226077 .ModuleHead .HeadCenter{float:none;}
#module_67226077 {
padding:0px;
}
#module_67226077 {
position:static;
z-index:0;
top:2956px;
left:636px;
width:100%;
height: auto;
}
#module_67226077 .ModuleHead67226077 {
display:none;
}
#module_67226077 .ModuleHead .HeadText.HeadText67226077 {
font-family:微软雅黑,Microsoft YaHei;
font-size:12px;
color:#000;
font-weight:normal;
text-decoration:initial;
font-style:normal;
text-align:left;
}
#module_67226077 .ModuleHead .HeadCenter.HeadCenter67226077{text-align:left;}
#module_67226077 .ModuleHead .HeadCenter.HeadCenter67226077 {
margin:0;
background:none;background-color:rgba(0,0,0,0);
}
#module_67226077 .BodyCenter.BodyCenter67226077 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67226077 >.module_67226077 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67226077 >.module_67226077{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67226077 .BodyCenter.BodyCenter67226077 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_67226077 .BodyCenter.BodyCenter67226077 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67226077 >.module_67226077 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226077 >.module_67226077 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}

#module_67226077 .videobox .iconfont{font-size:px;}
#module_67226077 {}@media (max-width: 767px) { #module_67226077 .videobox .iconfont{font-size:px;}}
#module_67226077 .news-item{background-color:transparent;}
#module_67226077 .news-item{background-image:none;}
#module_67226077 .news-item{background-repeat:no-repeat;}
#module_67226077 .news-item{}
#module_67226077 .news-item{}
#module_67226077 .news-item{}
#module_67226077 .news-item{border-top-color:transparent;}
#module_67226077 .news-item{border-top-style:none;}
#module_67226077 .news-item{border-top-width:0px;}
#module_67226077 .news-item{border-right-color:transparent;}
#module_67226077 .news-item{border-right-style:none;}
#module_67226077 .news-item{border-right-width:0px;}
#module_67226077 .news-item{border-bottom-color:transparent;}
#module_67226077 .news-item{border-bottom-style:none;}
#module_67226077 .news-item{border-bottom-width:0px;}
#module_67226077 .news-item{border-left-color:transparent;}
#module_67226077 .news-item{border-left-style:none;}
#module_67226077 .news-item{border-left-width:0px;}
#module_67226077 .news-img{border-top-color:transparent;}
#module_67226077 .news-img{border-top-style:none;}
#module_67226077 .news-img{border-top-width:0px;}
#module_67226077 .news-img{border-right-color:transparent;}
#module_67226077 .news-img{border-right-style:none;}
#module_67226077 .news-img{border-right-width:0px;}
#module_67226077 .news-img{border-bottom-color:transparent;}
#module_67226077 .news-img{border-bottom-style:none;}
#module_67226077 .news-img{border-bottom-width:0px;}
#module_67226077 .news-img{border-left-color:transparent;}
#module_67226077 .news-img{border-left-style:none;}
#module_67226077 .news-img{border-left-width:0px;}
#module_67226077 .news-img{border-top-left-radius:px;}
#module_67226077 .news-img{border-top-right-radius:px;}
#module_67226077 .news-img{border-bottom-left-radius:px;}
#module_67226077 .news-img{border-bottom-right-radius:px;}
#module_67226077 .news-img .dummy{background-color:;}
#module_67226077 .news-img .dummy{}
#module_67226077 .news-img .dummy{}
#module_67226077 .news-img .dummy{}
#module_67226077 .news-img .dummy{}
#module_67226077 .news-img .dummy{}
#module_67226077 .news-img .dummy{padding-top:;}
#module_67226077 .news-img .t-img{ object-fit:;}
#module_67226077 .news-img .t-img{ width:;}
#module_67226077 .news-img .t-img{ height:;}
#module_67226077 .news-img .t-img{border-radius:px;}
#module_67226077 .news-title{font-size:16px;line-height:16pt;}
#module_67226077 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_67226077 .news-title{color:#333;}
#module_67226077 .news-title{font-weight:normal;}
#module_67226077 .news-title{text-decoration:none;}
#module_67226077 .news-title{font-style:normal;}
#module_67226077 .news-title{margin-top:px;}
#module_67226077 .news-title{margin-bottom:px;}
#module_67226077 .news-desc{font-size:12px;}
#module_67226077 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_67226077 .news-desc{color:#999;}
#module_67226077 .news-desc{font-weight:normal;}
#module_67226077 .news-desc{text-decoration:none;}
#module_67226077 .news-desc{font-style:normal;}
#module_67226077 .news-desc{margin-top:px;}
#module_67226077 .news-desc{margin-bottom:px;}
#module_67226077 time{font-size:12px;}
#module_67226077 time{font-family:微软雅黑,Microsoft YaHei;}
#module_67226077 time{color:#f10215;}
#module_67226077 time{font-weight:normal;}
#module_67226077 time{text-decoration:none;}
#module_67226077 time{font-style:normal;}
#module_67226077 .news-tit:before{border-bottom-color:#ccc;}
#module_67226077 .news-tit:before{border-bottom-style:solid;}
#module_67226077 .news-tit:before{border-bottom-width:1px;}
#module_67226077 .news-label a{font-size:px;}
#module_67226077 .news-label a{font-family:;}
#module_67226077 .news-label a{color:;}
#module_67226077 .news-label a{}
#module_67226077 .news-label a{}
#module_67226077 .news-label a{}
#module_67226077 .news-label{margin-top:px;}
#module_67226077 .news-label{margin-bottom:px;}
#module_67226077 .news-label{margin-left:px;}
#module_67226077 .news-label{margin-right:px;}
#module_67226077 .news-label{padding-top:px;}
#module_67226077 .news-label{padding-bottom:px;}
#module_67226077 .news-label{padding-left:px;}
#module_67226077 .news-label{padding-right:px;}
#module_67226077 .news-label{background-color:;}
#module_67226077 .news-label{}
#module_67226077 .news-label{}
#module_67226077 .news-label{}
#module_67226077 .news-label{}
#module_67226077 .news-label{}
#module_67226077 .news-label{border-top-color:;}
#module_67226077 .news-label{border-top-style:;}
#module_67226077 .news-label{border-top-width:px;}
#module_67226077 .news-label{border-right-color:;}
#module_67226077 .news-label{border-right-style:;}
#module_67226077 .news-label{border-right-width:px;}
#module_67226077 .news-label{border-bottom-color:;}
#module_67226077 .news-label{border-bottom-style:;}
#module_67226077 .news-label{border-bottom-width:px;}
#module_67226077 .news-label{border-left-color:;}
#module_67226077 .news-label{border-left-style:;}
#module_67226077 .news-label{border-left-width:px;}
#module_67226077 .icon-icon-left{color:;}
#module_67226077 .swiper-button-white{background-color:;}
#module_67226077 .icon-icon-left:hover{color:;}
#module_67226077 .swiper-button-white:hover{background-color:;}
#module_67226077 .news-item:hover{background-color:#fff;}
#module_67226077 .news-item:hover{background-image:none;}
#module_67226077 .news-item:hover{background-repeat:no-repeat;}
#module_67226077 .news-item:hover{}
#module_67226077 .news-item:hover{}
#module_67226077 .news-item:hover{}
#module_67226077 .news-item:hover{border-top-color:#999;}
#module_67226077 .news-item:hover{border-top-style:solid;}
#module_67226077 .news-item:hover{border-top-width:0px;}
#module_67226077 .news-item:hover{border-right-color:#999;}
#module_67226077 .news-item:hover{border-right-style:solid;}
#module_67226077 .news-item:hover{border-right-width:0px;}
#module_67226077 .news-item:hover{border-bottom-color:#999;}
#module_67226077 .news-item:hover{border-bottom-style:solid;}
#module_67226077 .news-item:hover{border-bottom-width:0px;}
#module_67226077 .news-item:hover{border-left-color:#999;}
#module_67226077 .news-item:hover{border-left-style:solid;}
#module_67226077 .news-item:hover{border-left-width:0px;}
#module_67226077 .news-item:hover .news-img{border-top-color:transparent;}
#module_67226077 .news-item:hover .news-img{border-top-style:none;}
#module_67226077 .news-item:hover .news-img{border-top-width:0px;}
#module_67226077 .news-item:hover .news-img{border-right-color:transparent;}
#module_67226077 .news-item:hover .news-img{border-right-style:none;}
#module_67226077 .news-item:hover .news-img{border-right-width:0px;}
#module_67226077 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_67226077 .news-item:hover .news-img{border-bottom-style:none;}
#module_67226077 .news-item:hover .news-img{border-bottom-width:0px;}
#module_67226077 .news-item:hover .news-img{border-left-color:transparent;}
#module_67226077 .news-item:hover .news-img{border-left-style:none;}
#module_67226077 .news-item:hover .news-img{border-left-width:0px;}
#module_67226077 .news-item:hover .news-title{font-size:16px;line-height:16pt;}
#module_67226077 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_67226077 .news-item:hover .news-title{color:#333;}
#module_67226077 .news-item:hover .news-title{font-weight:normal;}
#module_67226077 .news-item:hover .news-title{text-decoration:none;}
#module_67226077 .news-item:hover .news-title{font-style:normal;}
#module_67226077 .news-item:hover .news-desc{font-size:12px;}
#module_67226077 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_67226077 .news-item:hover .news-desc{color:#999;}
#module_67226077 .news-item:hover .news-desc{font-weight:normal;}
#module_67226077 .news-item:hover .news-desc{text-decoration:none;}
#module_67226077 .news-item:hover .news-desc{font-style:normal;}
#module_67226077 .news-item:hover time{font-size:12px;}
#module_67226077 .news-item:hover time{font-family:微软雅黑,Microsoft YaHei;}
#module_67226077 .news-item:hover time{color:#e50b1c;}
#module_67226077 .news-item:hover time{font-weight:normal;}
#module_67226077 .news-item:hover time{text-decoration:none;}
#module_67226077 .news-item:hover time{font-style:normal;}
#module_67226077 .news-item:hover .news-tit:before{border-bottom-color:rgb(248, 22, 47);}
#module_67226077 .news-item:hover .news-tit:before{border-bottom-style:solid;}
#module_67226077 .news-item:hover .news-tit:before{border-bottom-width:1px;}
#module_67226077 .news-label:hover a{font-size:px;}
#module_67226077 .news-label:hover a{font-family:;}
#module_67226077 .news-label:hover a{color:;}
#module_67226077 .news-label:hover a{}
#module_67226077 .news-label:hover a{}
#module_67226077 .news-label:hover a{}
#module_67226077 .news-label:hover{background-color:;}
#module_67226077 .news-label:hover{}
#module_67226077 .news-label:hover{}
#module_67226077 .news-label:hover{}
#module_67226077 .news-label:hover{}
#module_67226077 .news-label:hover{}
#module_67226077 .news-label:hover{border-top-color:;}
#module_67226077 .news-label:hover{border-top-style:;}
#module_67226077 .news-label:hover{border-right-color:;}
#module_67226077 .news-label:hover{border-right-style:;}
#module_67226077 .news-label:hover{border-bottom-color:;}
#module_67226077 .news-label:hover{border-bottom-style:;}
#module_67226077 .news-label:hover{border-left-color:;}
#module_67226077 .news-label:hover{border-left-style:;}

/*内容*/
.ModuleNewsListGiant.layout-105 .news-container{ width: 100%; margin: 0 auto;}
.ModuleNewsListGiant.layout-105 .news-item{ padding: 14px 0; border-bottom: 1px dotted #ccc;}
.ModuleNewsListGiant.layout-105 .news-item a{padding: 0 2%; display: block;}
.ModuleNewsListGiant.layout-105 .news-item .news-con{ margin-left: 5%; width:65%;}
.ModuleNewsListGiant.layout-105 .news-item .news-con .news-title{ font-size: 20px; color: #333333;}
.ModuleNewsListGiant.layout-105 .news-item .news-con .news-desc{ font-size: 14px; color: #999999; padding-top: 3px;overflow:hidden;  text-overflow:ellipsis;  -o-text-overflow:ellipsis;  -webkit-text-overflow:ellipsis;  -moz-text-overflow:ellipsis;}
.ModuleNewsListGiant.layout-105 .news-img .dummy {padding-top: 77.5%;}
.ModuleNewsListGiant.layout-105 .news-container .news-img{
	transition: all .3s ease-out;
	width: 20%;
	overflow: hidden;
	clear: both;
	position: relative;
	list-style-type: none;
	display: block;
	overflow: hidden;
	max-width: 100%;
	margin: auto;
}
.ModuleNewsListGiant.layout-105 time{
	display: block;
    margin-top: 10px;
    margin-bottom: 14px;
}
.ModuleNewsListGiant.layout-105 .news-container .news-img img{
	transition: all .3s ease-out;
	position: absolute;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	margin:auto;
	padding: auto;
	display: block;
}

.ModuleNewsListGiant.layout-105 .news-detailbtn span{transition: all .3s ease-out ;}
.ModuleNewsListGiant.layout-105 .news-detailbtn{ width: 108px; display: block; cursor: pointer; height: 30px;margin-top: 20px;background: #fff; transition: all .3s ease-out 0s; position: relative;box-shadow: 0px 0px 2px rgba(0,0,0,.2);font-size: 11px; color: #999; line-height: 30px; text-align: center;}
.ModuleNewsListGiant.layout-105 .news-detailbtn::before{  opacity:0;content: "";transition: all .3s ease-out ; transition: all .3s ease-out ; width: 32px;height: 32px; display: block; position: absolute;     top: -1px;right: 0; background: #000;}
.ModuleNewsListGiant.layout-105 .news-detailbtn::after{   opacity:0; content: ""; background: url("../image/icon_hover.png") no-repeat center; position: absolute;top: 4px;right: 7px;width: 20px; height: 20px; display: block;}
.ModuleNewsListGiant.layout-105 .label-box {font-size: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ModuleNewsListGiant.layout-105 .news-label {display: inline-block; font-size: 12px; color: #999; padding: 3px 12px; line-height: 1; background: #eee; margin-top: 2px; margin-right: 10px;}
.ModuleNewsListGiant.layout-105 .videobox .Mantle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;
}
.ModuleNewsListGiant.layout-105 .videobox .iconfont{
     display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 66px;
    color: #fff;
    transform: translate(-50%,-50%);
}
@media (max-width: 767px) {
	.ModuleNewsListGiant.layout-105 .news-desc {
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		/* white-space: nowrap; */
		/* display: block !important; */
	}

	.ModuleNewsListGiant.layout-105 .news-detailbtn {
		display: none;
	}

	.ModuleNewsListGiant.layout-105 .news-container .news-img {
		overflow: hidden;
		transition: all .3s ease-out;
		width: 35%;
	}

	.ModuleNewsListGiant.layout-105 .news-item .news-con {
		width: 60%;
	}
}

@media (min-width: 768px) {
	.ModuleNewsListGiant.layout-105 .news-item:hover .news-img img {
		-webkit-transform:scale(1.2);
		transform:translate(-50%, -50%) scale(1.2);
		transition: all .3s ease-out;
	}

	.ModuleNewsListGiant.layout-105 .news-detailbtn:hover::before {
		opacity: 1;
		cursor: pointer;
	}

	.ModuleNewsListGiant.layout-105 .news-detailbtn:hover::after {
		opacity: 1;
		cursor: pointer;
	}

	.ModuleNewsListGiant.layout-105 .news-detailbtn:hover span {
		margin-left: -30px;
	}
}


/*置顶推荐*/
.ModuleNewsListGiant.layout-105 .staFun{
    border: 1px solid #e50b1c;
    font-size: 12px;
    padding: 0px 2px;
    color: #e50b1c;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    vertical-align: text-top;
}
.ModuleNewsListGiant.layout-105 .pagerGiant .inputer{outline: 0;}.module_106327885 .ModuleHead .HeadCenter{float:none;}
#module_106327885 {
padding:0px;
}
#module_106327885 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_106327885 .ModuleHead106327885 {
display:none;
}
#module_106327885 .BodyCenter.BodyCenter106327885 {
background:none;background-color:rgba(0,0,0,0);
}
#module_106327885 >.module_106327885 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_106327885 >.module_106327885{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_106327885 .BodyCenter.BodyCenter106327885 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_106327885 .BodyCenter.BodyCenter106327885 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_106327885 >.module_106327885 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_106327885 >.module_106327885 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_106327885 >.module_106327885 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106327885:hover {
border:none;
}
#module_106327885:hover >.module_106327885 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106327885 .news-item{padding-top:px;}
#module_106327885 .news-item{padding-bottom:px;}
#module_106327885 .videobox .iconfont{font-size:px;}
#module_106327885 {}@media (max-width: 767px) { #module_106327885 .videobox .iconfont{font-size:px;}}
#module_106327885 .news-item{background-color:#ffffff;}
#module_106327885 .news-item{background-image:none;}
#module_106327885 .news-item{background-repeat:no-repeat;}
#module_106327885 .news-item{}
#module_106327885 .news-item{}
#module_106327885 .news-item{}
#module_106327885 .news-item{border-bottom-color:#ccc;}
#module_106327885 .news-item{border-bottom-style:dashed;}
#module_106327885 .news-item{border-bottom-width:1px;}
#module_106327885 .news-img .dummy{background-color:transparent;}
#module_106327885 .news-img .dummy{background-image:none;}
#module_106327885 .news-img .dummy{background-repeat:no-repeat;}
#module_106327885 .news-img .dummy{}
#module_106327885 .news-img .dummy{}
#module_106327885 .news-img .dummy{}
#module_106327885 .news-img{border-top-left-radius:0px;}
#module_106327885 .news-img{border-top-right-radius:0px;}
#module_106327885 .news-img{border-bottom-left-radius:0px;}
#module_106327885 .news-img{border-bottom-right-radius:0px;}
#module_106327885 .news-img{border-top-color:transparent;}
#module_106327885 .news-img{border-top-style:none;}
#module_106327885 .news-img{border-top-width:0px;}
#module_106327885 .news-img{border-right-color:transparent;}
#module_106327885 .news-img{border-right-style:none;}
#module_106327885 .news-img{border-right-width:0px;}
#module_106327885 .news-img{border-bottom-color:transparent;}
#module_106327885 .news-img{border-bottom-style:none;}
#module_106327885 .news-img{border-bottom-width:0px;}
#module_106327885 .news-img{border-left-color:transparent;}
#module_106327885 .news-img{border-left-style:none;}
#module_106327885 .news-img{border-left-width:0px;}
#module_106327885 .news-img{width:30%;} #module_106327885 .news-con{width:calc(100% - 30% - 7%);}
#module_106327885 {}@media (max-width: 767px) {#module_106327885 .news-img{width:30%;} #module_106327885 .news-con{width:calc(100% - 30% - 7%);}}
#module_106327885 .news-img .dummy{padding-top:auto;}
#module_106327885 .news-img .t-img{ object-fit:cover;}
#module_106327885 .news-img .t-img{ width:100%;}
#module_106327885 .news-img .t-img{ height:100%;}
#module_106327885 .news-img .t-img{border-radius:0px;}
#module_106327885 .news-title{font-size:16px;line-height:16pt;}
#module_106327885 .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_106327885 .news-title{color:#333;}
#module_106327885 .news-title{font-weight:normal;}
#module_106327885 .news-title{text-decoration:none;}
#module_106327885 .news-title{font-style:normal;}
#module_106327885 .news-title{margin-top:0.0000%;}
#module_106327885 .news-title{margin-bottom:0.0000%;}
#module_106327885 .news-desc{font-size:10px;line-height:calc( 10px + 12px )}
#module_106327885 .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_106327885 .news-desc{color:#999;}
#module_106327885 .news-desc{font-weight:normal;}
#module_106327885 .news-desc{text-decoration:none;}
#module_106327885 .news-desc{font-style:normal;}
#module_106327885 .news-desc{margin-top:3px;}
#module_106327885 .news-desc{margin-bottom:0px;}
#module_106327885 .news-detailbtn{font-size:12px;}
#module_106327885 .news-detailbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_106327885 .news-detailbtn{color:#666;}
#module_106327885 .news-detailbtn{font-weight:normal;}
#module_106327885 .news-detailbtn{text-decoration:none;}
#module_106327885 .news-detailbtn{font-style:normal;}
#module_106327885 .news-detailbtn{background-color:#fff;}
#module_106327885 .news-detailbtn{background-image:none;}
#module_106327885 .news-detailbtn{background-repeat:no-repeat;}
#module_106327885 .news-detailbtn{}
#module_106327885 .news-detailbtn{}
#module_106327885 .news-detailbtn{}
#module_106327885 .news-item .news-detailbtn::before{background-color:#000000;}
#module_106327885 .news-item .news-detailbtn::before{background-image:none;}
#module_106327885 .news-item .news-detailbtn::before{background-repeat:no-repeat;}
#module_106327885 .news-item .news-detailbtn::before{}
#module_106327885 .news-item .news-detailbtn::before{}
#module_106327885 .news-item .news-detailbtn::before{}
#module_106327885 .news-label .a-label{font-size:12px;}
#module_106327885 .news-label .a-label{font-family:微软雅黑,Microsoft YaHei;}
#module_106327885 .news-label .a-label{color:#999;}
#module_106327885 .news-label .a-label{font-weight:normal;}
#module_106327885 .news-label .a-label{text-decoration:none;}
#module_106327885 .news-label .a-label{font-style:normal;}
#module_106327885 .news-label{margin-top:15px;}
#module_106327885 .news-label{margin-bottom:0px;}
#module_106327885 .news-label{margin-left:0px;}
#module_106327885 .news-label{margin-right:10px;}
#module_106327885 .news-label{padding-top:8px;}
#module_106327885 .news-label{padding-bottom:8px;}
#module_106327885 .news-label{padding-left:12px;}
#module_106327885 .news-label{padding-right:12px;}
#module_106327885 .news-label{background-color:#eee;}
#module_106327885 .news-label{background-image:none;}
#module_106327885 .news-label{background-repeat:no-repeat;}
#module_106327885 .news-label{}
#module_106327885 .news-label{}
#module_106327885 .news-label{}
#module_106327885 .news-label{border-top-color:transparent;}
#module_106327885 .news-label{border-top-style:none;}
#module_106327885 .news-label{border-top-width:0px;}
#module_106327885 .news-label{border-right-color:transparent;}
#module_106327885 .news-label{border-right-style:none;}
#module_106327885 .news-label{border-right-width:0px;}
#module_106327885 .news-label{border-bottom-color:transparent;}
#module_106327885 .news-label{border-bottom-style:none;}
#module_106327885 .news-label{border-bottom-width:0px;}
#module_106327885 .news-label{border-left-color:transparent;}
#module_106327885 .news-label{border-left-style:none;}
#module_106327885 .news-label{border-left-width:0px;}
#module_106327885 .pagerGiant .text{font-size:px;}
#module_106327885 .pagerGiant .text{font-family:;}
#module_106327885 .pagerGiant .text{color:;}
#module_106327885 .pagerGiant .text{}
#module_106327885 .pagerGiant .text{}
#module_106327885 .pagerGiant .text{}
#module_106327885 .pagerGiant .current,#module_106327885 .pagerGiant .num,#module_106327885 .pagerGiant .inputer{width:px}
#module_106327885 .pagerGiant .current,#module_106327885 .pagerGiant .num,#module_106327885 .pagerGiant .inputer{height:px}
#module_106327885 .pagerGiant .num{font-size:px;}
#module_106327885 .pagerGiant .num{font-family:;}
#module_106327885 .pagerGiant .num{color:;}
#module_106327885 .pagerGiant .num{}
#module_106327885 .pagerGiant .num{}
#module_106327885 .pagerGiant .num{}
#module_106327885 .pagerGiant .submit{width:px}
#module_106327885 .pagerGiant .submit{height:px}
#module_106327885 .pagerGiant .current,#module_106327885 .pagerGiant .num,#module_106327885 .pagerGiant .inputer,#module_106327885 .pagerGiant .submit{border-top-left-radius:px;}
#module_106327885 .pagerGiant .current,#module_106327885 .pagerGiant .num,#module_106327885 .pagerGiant .inputer,#module_106327885 .pagerGiant .submit{border-top-right-radius:px;}
#module_106327885 .pagerGiant .current,#module_106327885 .pagerGiant .num,#module_106327885 .pagerGiant .inputer,#module_106327885 .pagerGiant .submit{border-bottom-left-radius:px;}
#module_106327885 .pagerGiant .current,#module_106327885 .pagerGiant .num,#module_106327885 .pagerGiant .inputer,#module_106327885 .pagerGiant .submit{border-bottom-right-radius:px;}
#module_106327885 .pagerGiant .next,#module_106327885 .pagerGiant .splitline{color:;}
#module_106327885 .pagerGiant .num{background-color:#fff;}
#module_106327885 .pagerGiant .num, #module_106327885 .pagerGiant .inputer{border-top-color:#ccc;}
#module_106327885 .pagerGiant .num, #module_106327885 .pagerGiant .inputer{border-top-style:solid;}
#module_106327885 .pagerGiant .num, #module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit, #module_106327885 .pagerGiant .inputer{border-top-width:1px;}
#module_106327885 .pagerGiant .num, #module_106327885 .pagerGiant .inputer{border-bottom-color:#ccc;}
#module_106327885 .pagerGiant .num, #module_106327885 .pagerGiant .inputer{border-bottom-style:solid;}
#module_106327885 .pagerGiant .num, #module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit, #module_106327885 .pagerGiant .inputer{border-bottom-width:1px;}
#module_106327885 .pagerGiant .num, #module_106327885 .pagerGiant .inputer{border-left-color:#ccc;}
#module_106327885 .pagerGiant .num, #module_106327885 .pagerGiant .inputer{border-left-style:solid;}
#module_106327885 .pagerGiant .num, #module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit, #module_106327885 .pagerGiant .inputer{border-left-width:1px;}
#module_106327885 .pagerGiant .num, #module_106327885 .pagerGiant .inputer{border-right-color:#ccc;}
#module_106327885 .pagerGiant .num, #module_106327885 .pagerGiant .inputer{border-right-style:solid;}
#module_106327885 .pagerGiant .num, #module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit, #module_106327885 .pagerGiant .inputer{border-right-width:1px;}
#module_106327885 .page-more a{font-size:px;}
#module_106327885 .page-more a{font-family:;}
#module_106327885 .page-more a{color:#666 !important;}
#module_106327885 .page-more a{}
#module_106327885 .page-more a{}
#module_106327885 .page-more a{}
#module_106327885 .page-more a{background-color:#fff;}
#module_106327885 .page-more a{border-top-color:#eee;}
#module_106327885 .page-more a{border-top-style:solid;}
#module_106327885 .page-more a{border-top-width:2px;}
#module_106327885 .page-more a{border-bottom-color:#eee;}
#module_106327885 .page-more a{border-bottom-style:solid;}
#module_106327885 .page-more a{border-bottom-width:2px;}
#module_106327885 .page-more a{border-left-color:#eee;}
#module_106327885 .page-more a{border-left-style:solid;}
#module_106327885 .page-more a{border-left-width:2px;}
#module_106327885 .page-more a{border-right-color:#eee;}
#module_106327885 .page-more a{border-right-style:solid;}
#module_106327885 .page-more a{border-right-width:2px;}
#module_106327885 .news-item time{font-size:px;}
#module_106327885 .news-item time{font-family:;}
#module_106327885 .news-item time{color:;}
#module_106327885 .news-item time{}
#module_106327885 .news-item time{}
#module_106327885 .news-item time{}
#module_106327885 .news-item:hover{background-color:#ffffff;}
#module_106327885 .news-item:hover{background-image:none;}
#module_106327885 .news-item:hover{background-repeat:no-repeat;}
#module_106327885 .news-item:hover{}
#module_106327885 .news-item:hover{}
#module_106327885 .news-item:hover{}
#module_106327885 .news-item:hover{border-bottom-color:#ccc;}
#module_106327885 .news-item:hover{border-bottom-style:dotted;}
#module_106327885 .news-item:hover{border-bottom-width:1px;}
#module_106327885 .news-item:hover .news-img{border-top-color:transparent;}
#module_106327885 .news-item:hover .news-img{border-top-style:none;}
#module_106327885 .news-item:hover .news-img{border-top-width:0px;}
#module_106327885 .news-item:hover .news-img{border-right-color:transparent;}
#module_106327885 .news-item:hover .news-img{border-right-style:none;}
#module_106327885 .news-item:hover .news-img{border-right-width:0px;}
#module_106327885 .news-item:hover .news-img{border-bottom-color:transparent;}
#module_106327885 .news-item:hover .news-img{border-bottom-style:none;}
#module_106327885 .news-item:hover .news-img{border-bottom-width:0px;}
#module_106327885 .news-item:hover .news-img{border-left-color:transparent;}
#module_106327885 .news-item:hover .news-img{border-left-style:none;}
#module_106327885 .news-item:hover .news-img{border-left-width:0px;}
#module_106327885 .news-item:hover .news-title{font-size:16px;line-height:16pt;}
#module_106327885 .news-item:hover .news-title{font-family:微软雅黑,Microsoft YaHei;}
#module_106327885 .news-item:hover .news-title{color:#333;}
#module_106327885 .news-item:hover .news-title{font-weight:normal;}
#module_106327885 .news-item:hover .news-title{text-decoration:none;}
#module_106327885 .news-item:hover .news-title{font-style:normal;}
#module_106327885 .news-item:hover .news-desc{font-size:10px;}
#module_106327885 .news-item:hover .news-desc{font-family:微软雅黑,Microsoft YaHei;}
#module_106327885 .news-item:hover .news-desc{color:#999;}
#module_106327885 .news-item:hover .news-desc{font-weight:normal;}
#module_106327885 .news-item:hover .news-desc{text-decoration:none;}
#module_106327885 .news-item:hover .news-desc{font-style:normal;}
#module_106327885 .news-item:hover time{font-size:18px;}
#module_106327885 .news-item:hover time{font-family:;}
#module_106327885 .news-item:hover time{color:#333;}
#module_106327885 .news-item:hover time{font-weight:normal;}
#module_106327885 .news-item:hover time{text-decoration:none;}
#module_106327885 .news-item:hover time{font-style:normal;}
#module_106327885 .news-item:hover .news-detailbtn{font-size:12px;}
#module_106327885 .news-item:hover .news-detailbtn{font-family:微软雅黑,Microsoft YaHei;}
#module_106327885 .news-item:hover .news-detailbtn{color:#666;}
#module_106327885 .news-item:hover .news-detailbtn{font-weight:normal;}
#module_106327885 .news-item:hover .news-detailbtn{text-decoration:none;}
#module_106327885 .news-item:hover .news-detailbtn{font-style:normal;}
#module_106327885 .news-item:hover .news-detailbtn{background-color:#fff;}
#module_106327885 .news-item:hover .news-detailbtn{background-image:none;}
#module_106327885 .news-item:hover .news-detailbtn{background-repeat:no-repeat;}
#module_106327885 .news-item:hover .news-detailbtn{}
#module_106327885 .news-item:hover .news-detailbtn{}
#module_106327885 .news-item:hover .news-detailbtn{}
#module_106327885 .news-label:hover .a-label{font-size:12px;}
#module_106327885 .news-label:hover .a-label{font-family:微软雅黑,Microsoft YaHei;}
#module_106327885 .news-label:hover .a-label{color:#999;}
#module_106327885 .news-label:hover .a-label{font-weight:normal;}
#module_106327885 .news-label:hover .a-label{text-decoration:none;}
#module_106327885 .news-label:hover .a-label{font-style:normal;}
#module_106327885 .news-label:hover{background-color:#eee;}
#module_106327885 .news-label:hover{background-image:none;}
#module_106327885 .news-label:hover{background-repeat:no-repeat;}
#module_106327885 .news-label:hover{}
#module_106327885 .news-label:hover{}
#module_106327885 .news-label:hover{}
#module_106327885 .news-label:hover{border-top-color:transparent;}
#module_106327885 .news-label:hover{border-top-style:none;}
#module_106327885 .news-label:hover{border-right-color:transparent;}
#module_106327885 .news-label:hover{border-right-style:none;}
#module_106327885 .news-label:hover{border-bottom-color:transparent;}
#module_106327885 .news-label:hover{border-bottom-style:none;}
#module_106327885 .news-label:hover{border-left-color:transparent;}
#module_106327885 .news-label:hover{border-left-style:none;}
#module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit{font-size:px;}
#module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit{font-family:;}
#module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit{color:;}
#module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit{}
#module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit{}
#module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit{}
#module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit{background-color:#000;}
#module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit, #module_106327885 .pagerGiant .inputer:hover{border-top-color:#000;}
#module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit, #module_106327885 .pagerGiant .inputer:hover{border-top-style:solid;}
#module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit, #module_106327885 .pagerGiant .inputer:hover{border-bottom-color:#000;}
#module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit, #module_106327885 .pagerGiant .inputer:hover{border-bottom-style:solid;}
#module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit, #module_106327885 .pagerGiant .inputer:hover{border-left-color:#000;}
#module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit, #module_106327885 .pagerGiant .inputer:hover{border-left-style:solid;}
#module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit, #module_106327885 .pagerGiant .inputer:hover{border-right-color:#000;}
#module_106327885 .pagerGiant .current, #module_106327885 .pagerGiant .submit, #module_106327885 .pagerGiant .inputer:hover{border-right-style:solid;}
#module_106327885 .page-more a:hover{font-size:px;}
#module_106327885 .page-more:hover a{font-family:;}
#module_106327885 .page-more a:hover{color:#666 !important;}
#module_106327885 .page-more a:hover {}
#module_106327885 .page-more a:hover {}
#module_106327885 .page-more a:hover {}
#module_106327885 .page-more a:hover{background-color:#fff;}
#module_106327885 .page-more a:hover{border-top-color:#eee;}
#module_106327885 .page-more a:hover{border-top-style:solid;}
#module_106327885 .page-more a:hover{border-bottom-color:#eee;}
#module_106327885 .page-more a:hover{border-bottom-style:solid;}
#module_106327885 .page-more a:hover{border-left-color:#eee;}
#module_106327885 .page-more a:hover{border-left-style:solid;}
#module_106327885 .page-more a:hover{border-right-color:#eee;}
#module_106327885 .page-more a:hover{border-right-style:solid;}

.ModuleButtonGiant.layout-101 .moduleButton{
    background-color: #f10251;
    font-size: 14px;
    height: 40px;
    border-radius:20px;
    width:100px;
    color:#fff;
    text-align: center;
    line-height: 40px;
    overflow:hidden;
    cursor: pointer;
	max-width:100%;
    box-sizing: border-box;
    display: inline-table;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.ModuleButtonGiant.layout-101 .BreadsvgIcon{
    flex-direction: column;
    justify-content: center;
}
.ModuleButtonGiant.layout-101 .BreadsvgIcon > *{
    width: 16px;
    height: 16px;
}
.ModuleButtonGiant.layout-101 .BreadIcon{
    font-size: 16px;
}

.ModuleButtonGiant.layout-101 .moduleButton:hover{
    background-color: #e50b1c;
}

.ModuleButtonGiant.layout-101:hover .moduleButton:before{
    background-color:#000
}
.ModuleButtonGiant.layout-101 .buttonbox{
	display: flex;
    justify-content: center;
    align-items: center;
}
.ModuleButtonGiant.layout-101 .buttonbox > span{
	display:inline-flex;
}
.module_67226103 .ModuleHead .HeadCenter{float:none;}
#module_67226103 {
padding:0px;
}
#module_67226103 {
position:static;
z-index:0;
top:3786px;
left:200px;
width:100%;
height: auto;
}
#module_67226103 .ModuleHead67226103 {
display:none;
}
#module_67226103 .BodyCenter.BodyCenter67226103 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67226103 >.module_67226103 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67226103 >.module_67226103{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67226103 .BodyCenter.BodyCenter67226103 {
padding-top:4.1667%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226103 .BodyCenter.BodyCenter67226103 {
padding-top:30px;
padding-left:0px;
padding-right:252px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67226103 >.module_67226103 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226103 >.module_67226103 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67226103 >.module_67226103 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67226103:hover {
border:none;
}
#module_67226103:hover >.module_67226103 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67226103 .BodyCenter{text-align:center;}
#module_67226103 .moduleButton{font-size:14px;}
#module_67226103 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_67226103 .moduleButton{color:#fff;}
#module_67226103 .moduleButton{font-weight:normal;}
#module_67226103 .moduleButton{text-decoration:none;}
#module_67226103 .moduleButton{font-style:normal;}
#module_67226103 .moduleButton, #module_67226103 .moduleButton:before{background-color:rgb(227, 108, 9);}
#module_67226103 .moduleButton, #module_67226103 .moduleButton:before{}
#module_67226103 .moduleButton, #module_67226103 .moduleButton:before{}
#module_67226103 .moduleButton, #module_67226103 .moduleButton:before{}
#module_67226103 .moduleButton, #module_67226103 .moduleButton:before{}
#module_67226103 .moduleButton, #module_67226103 .moduleButton:before{}
#module_67226103 .moduleButton{border-color:#000;}
#module_67226103 .moduleButton{border-style:none;}
#module_67226103 .moduleButton{border-width:0px;}
#module_67226103 .moduleButton{border-top-left-radius:50px;}
#module_67226103 .moduleButton{border-top-right-radius:50px;}
#module_67226103 .moduleButton{border-bottom-left-radius:50px;}
#module_67226103 .moduleButton{border-bottom-right-radius:50px;}
#module_67226103 .moduleButton{width:100px;}
#module_67226103 .moduleButton,#module_67226103 .BreadsvgIcon{height:40px;line-height:40px;}
#module_67226103 .BodyCenter{color:#fff;}
#module_67226103 .BreadIcon{font-size:px;} #module_67226103 .BreadsvgIcon svg{width:px;height:px;}
#module_67226103 .BreadIcon{color:;} #module_67226103 .BreadsvgIcon svg>*{fill:;}
#module_67226103 .BreadIcon,#module_67226103 .BreadsvgIcon{margin-left:px;}
#module_67226103 .BreadIcon,#module_67226103 .BreadsvgIcon{margin-right:px;}
#module_67226103 .moduleButton{box-shadow:;}
#module_67226103 .moduleButton:hover .BreadIcon{font-size:px;} #module_67226103 .moduleButton:hover .BreadsvgIcon svg{width:px;height:px;}
#module_67226103 .moduleButton:hover .BreadIcon{color:} #module_67226103 .moduleButton:hover .BreadsvgIcon svg>*{fill:;}
#module_67226103 .moduleButton:hover{font-size:14px;}
#module_67226103 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_67226103 .moduleButton:hover{color:#fff !important;}
#module_67226103 .moduleButton:hover{font-weight:normal;}
#module_67226103 .moduleButton:hover{text-decoration:none;}
#module_67226103 .moduleButton:hover{font-style:normal;}
#module_67226103 .moduleButton:hover, #module_67226103 .moduleButton.float:hover{background-image: unset;background-color:rgb(227, 108, 9);}
#module_67226103 .moduleButton:hover, #module_67226103 .moduleButton.float:hover{}
#module_67226103 .moduleButton:hover, #module_67226103 .moduleButton.float:hover{}
#module_67226103 .moduleButton:hover, #module_67226103 .moduleButton.float:hover{}
#module_67226103 .moduleButton:hover, #module_67226103 .moduleButton.float:hover{}
#module_67226103 .moduleButton:hover, #module_67226103 .moduleButton.float:hover{}
#module_67226103 .moduleButton:hover{border-color:#000;} #module_67226103 .moduleButton.float:hover{border-color:#000;}
#module_67226103 .moduleButton:hover{border-style:none;} #module_67226103 .moduleButton.float:hover{border-style:none;}
#module_67226103 .moduleButton:hover{border-width:0px;}  #module_67226103 .moduleButton.float:hover{border-width:0px;}
#module_67226103 .moduleButton:hover{box-shadow:;}

.module_106327892 .ModuleHead .HeadCenter{float:none;}
#module_106327892 {
padding:0px;
}
#module_106327892 {
position:static;
z-index:0;
top:320px;
left:200px;
width:100%;
height: auto;
}
#module_106327892 .ModuleHead106327892 {
display:none;
}
#module_106327892 .BodyCenter.BodyCenter106327892 {
background:none;background-color:rgba(0,0,0,0);
}
#module_106327892 >.module_106327892 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_106327892 >.module_106327892{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_106327892 .BodyCenter.BodyCenter106327892 {
padding-top:4.1667%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327892 .BodyCenter.BodyCenter106327892 {
padding-top:8.6455%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:14.4092%;
}
}
@media screen and (min-width: 768px){
#module_106327892 >.module_106327892 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_106327892 >.module_106327892 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_106327892 >.module_106327892 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106327892:hover {
border:none;
}
#module_106327892:hover >.module_106327892 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106327892 .BodyCenter{text-align:center;}
#module_106327892 .moduleButton{font-size:14px;}
#module_106327892 .moduleButton{font-family:微软雅黑,Microsoft YaHei;}
#module_106327892 .moduleButton{color:#fff;}
#module_106327892 .moduleButton{font-weight:normal;}
#module_106327892 .moduleButton{text-decoration:none;}
#module_106327892 .moduleButton{font-style:normal;}
#module_106327892 .moduleButton, #module_106327892 .moduleButton:before{background-color:rgb(227, 108, 9);}
#module_106327892 .moduleButton, #module_106327892 .moduleButton:before{}
#module_106327892 .moduleButton, #module_106327892 .moduleButton:before{}
#module_106327892 .moduleButton, #module_106327892 .moduleButton:before{}
#module_106327892 .moduleButton, #module_106327892 .moduleButton:before{}
#module_106327892 .moduleButton, #module_106327892 .moduleButton:before{}
#module_106327892 .moduleButton{border-color:#000;}
#module_106327892 .moduleButton{border-style:none;}
#module_106327892 .moduleButton{border-width:0px;}
#module_106327892 .moduleButton{border-top-left-radius:50px;}
#module_106327892 .moduleButton{border-top-right-radius:50px;}
#module_106327892 .moduleButton{border-bottom-left-radius:50px;}
#module_106327892 .moduleButton{border-bottom-right-radius:50px;}
#module_106327892 .moduleButton{width:98px;}
#module_106327892 .moduleButton,#module_106327892 .BreadsvgIcon{height:32px;line-height:32px;}
#module_106327892 .BodyCenter{color:#fff;}
#module_106327892 .BreadIcon{font-size:px;} #module_106327892 .BreadsvgIcon svg{width:px;height:px;}
#module_106327892 .BreadIcon{color:;} #module_106327892 .BreadsvgIcon svg>*{fill:;}
#module_106327892 .BreadIcon,#module_106327892 .BreadsvgIcon{margin-left:px;}
#module_106327892 .BreadIcon,#module_106327892 .BreadsvgIcon{margin-right:px;}
#module_106327892 .moduleButton{box-shadow:;}
#module_106327892 .moduleButton:hover .BreadIcon{font-size:px;} #module_106327892 .moduleButton:hover .BreadsvgIcon svg{width:px;height:px;}
#module_106327892 .moduleButton:hover .BreadIcon{color:} #module_106327892 .moduleButton:hover .BreadsvgIcon svg>*{fill:;}
#module_106327892 .moduleButton:hover{font-size:14px;}
#module_106327892 .moduleButton:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_106327892 .moduleButton:hover{color:#fff !important;}
#module_106327892 .moduleButton:hover{font-weight:normal;}
#module_106327892 .moduleButton:hover{text-decoration:none;}
#module_106327892 .moduleButton:hover{font-style:normal;}
#module_106327892 .moduleButton:hover, #module_106327892 .moduleButton.float:hover{background-image: unset;background-color:rgb(227, 108, 9);}
#module_106327892 .moduleButton:hover, #module_106327892 .moduleButton.float:hover{}
#module_106327892 .moduleButton:hover, #module_106327892 .moduleButton.float:hover{}
#module_106327892 .moduleButton:hover, #module_106327892 .moduleButton.float:hover{}
#module_106327892 .moduleButton:hover, #module_106327892 .moduleButton.float:hover{}
#module_106327892 .moduleButton:hover, #module_106327892 .moduleButton.float:hover{}
#module_106327892 .moduleButton:hover{border-color:#000;} #module_106327892 .moduleButton.float:hover{border-color:#000;}
#module_106327892 .moduleButton:hover{border-style:none;} #module_106327892 .moduleButton.float:hover{border-style:none;}
#module_106327892 .moduleButton:hover{border-width:0px;}  #module_106327892 .moduleButton.float:hover{border-width:0px;}
#module_106327892 .moduleButton:hover{box-shadow:;}

.module_67226075 .ModuleHead .HeadCenter{float:none;}
#module_67226075 {
padding:0px;
}
#module_67226075 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67226075 .ModuleHead67226075 {
display:none;
}
#module_67226075 .BodyCenter.BodyCenter67226075 {
background-color:transparent;
background-image:url(../image/202006072030060d66f8.jpg);
background-size:auto;
background-repeat:no-repeat;
background-position:50% 0%;
background-Attachment:scroll;
}
#module_67226075 >.module_67226075 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67226075 >.module_67226075{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67226075 .BodyCenter.BodyCenter67226075 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:4.1841%;
}
}
@media screen and (max-width: 767px){
#module_67226075 .BodyCenter.BodyCenter67226075 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67226075 >.module_67226075 {
margin-top:2.6151%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226075 >.module_67226075 {
margin-top:50px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67226075 >.module_67226075 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67226075:hover {
border:none;
}
#module_67226075:hover >.module_67226075 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67226075 .ModuleSubContainer{background-color:transparent;}
#module_67226075 .ModuleSubContainer{background-image:none;}
#module_67226075 .ModuleSubContainer{background-repeat:no-repeat;}
#module_67226075 .ModuleSubContainer{background-position:0% 0%;}
#module_67226075 .ModuleSubContainer{background-attachment:scroll;}
#module_67226075 .ModuleSubContainer{}
#module_67226075 {!bgVideo!}{bgVideoUrl:none}
#module_67226075 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_67226075 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_67226075 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px #000;}
.ModuleGridContainer.ModuleGridContainer67226075 {}
.module_67228950 .ModuleHead .HeadCenter{float:none;}
#module_67228950 {
padding:0px;
}
#module_67228950 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_67228950 .ModuleHead67228950 {
display:none;
}
#module_67228950 .BodyCenter.BodyCenter67228950 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67228950 >.module_67228950 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67228950 >.module_67228950{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67228950 .BodyCenter.BodyCenter67228950 {
padding-top:4.1667%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.6667%;
}
}
@media screen and (max-width: 767px){
#module_67228950 .BodyCenter.BodyCenter67228950 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228950 >.module_67228950 {
margin-top:2.5833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228950 >.module_67228950 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228950 >.module_67228950 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228950:hover {
border:none;
}
#module_67228950:hover >.module_67228950 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228950 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_67228950 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_67228950 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_67228950 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_67228950 .GraphicUpper .TextImage{margin-top:0px;}
#module_67228950 .GraphicUpper .TextImage{margin-bottom:10px;}
#module_67228950 .GraphicUpper .TextImage{margin-left:0px;}
#module_67228950 .GraphicUpper .TextImage{margin-right:0px;}
#module_67228950 .TextImage{width:18%;}
#module_67228950 .MobileTextImage{width:50%;}
#module_67228950 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_67228950 .imageTextGiant-Container{padding-top:10px;}
#module_67228950 .imageTextGiant-Container{padding-bottom:10px;}
#module_67228950 .imageTextGiant-Container{padding-left:10px;}
#module_67228950 .imageTextGiant-Container{padding-right:10px;}
#module_67228950 .ModuleImageTextGiantContent{padding-top:13px;}
#module_67228950 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_67228950 .ModuleImageTextGiantContent{padding-left:0px;}
#module_67228950 .ModuleImageTextGiantContent{padding-right:0px;}
#module_67228950 .imageTextGiant-Container{padding-top:0px;}
#module_67228950 .imageTextGiant-Container{padding-bottom:0px;}
#module_67228950 .imageTextGiant-Container{padding-left:0px;}
#module_67228950 .imageTextGiant-Container{padding-right:0px;}
#module_67228950 .showHandle .btn{font-size:px;}
#module_67228950 .showHandle .btn{font-family:;}
#module_67228950 .showHandle .btn{color:;}
#module_67228950 .showHandle .btn{}
#module_67228950 .showHandle .btn{}
#module_67228950 .showHandle .btn{}
#module_67228950 .showHandle div{border-top-color: !important;}
#module_67228950 .showHandle div{border-top-style: !important;}
#module_67228950 .showHandle div{border-top-width:px !important;}
#module_67228950 .showHandle{background-color:;}
#module_67228950 .showHandle{}
#module_67228950 .showHandle{}
#module_67228950 .showHandle{}
#module_67228950 .showHandle{}
#module_67228950 .showHandle{}
#module_67228950 a{font-size:unset;font-family:unset}
.module_67228991 .ModuleHead .HeadCenter{float:none;}
#module_67228991 {
padding:0px;
}
#module_67228991 {
position:static;
z-index:0;
top:5699px;
left:1022px;
width:100%;
height: auto;
}
#module_67228991 .ModuleHead67228991 {
display:none;
}
#module_67228991 .BodyCenter.BodyCenter67228991 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67228991 >.module_67228991 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67228991 >.module_67228991{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67228991 .BodyCenter.BodyCenter67228991 {
padding-top:2.5000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228991 .BodyCenter.BodyCenter67228991 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228991 >.module_67228991 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228991 >.module_67228991 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228991 >.module_67228991 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228991:hover {
border:none;
}
#module_67228991:hover >.module_67228991 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228991 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_67228991 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_67228991 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_67228991 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_67228991 .GraphicUpper .TextImage{padding-top:0px;}
#module_67228991 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_67228991 .GraphicUpper .TextImage{padding-left:15px;}
#module_67228991 .GraphicUpper .TextImage{padding-right:15px;}
#module_67228991 .GraphicUpper .TextImage{width:27%;}
#module_67228991 .GraphicUpper .MobileTextImage{width:100%;}
#module_67228991 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_67228991 .ModuleImageTextGiantContent{padding-top:18px;}
#module_67228991 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_67228991 .ModuleImageTextGiantContent{padding-left:0px;}
#module_67228991 .ModuleImageTextGiantContent{padding-right:0px;}
#module_67228991 .normal_ImgtextBox{padding-top:0px;}
#module_67228991 .normal_ImgtextBox{padding-bottom:0px;}
#module_67228991 .normal_ImgtextBox{padding-left:15px;}
#module_67228991 .normal_ImgtextBox{padding-right:15px;}
#module_67228991 .normal_ImgtextBox{margin-top:0px;margin-bottom:0px;}
#module_67228991 .normal_ImgtextBox.col-lg-6 {margin-right:0px; width:calc((99% - 0px * 5)/ 6)} #module_67228991 .normal_ImgtextBox.col-lg-5 {margin-right:0px; width:calc((99% - 0px * 4)/ 5)} #module_67228991 .normal_ImgtextBox.col-lg-4 {margin-right:0px; width:calc((99% - 0px * 3)/ 4)} #module_67228991 .normal_ImgtextBox.col-lg-3 {margin-right:0px; width:calc((99% - 0px * 2)/ 3)} #module_67228991 .normal_ImgtextBox.col-lg-2 {margin-right:0px; width:calc((99% - 0px)/ 2)}  #module_67228991 .MobileImgtextBox{margin-right:0px;margin-left:0; width:calc((99% - 0px) / 2);}
#module_67228991 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox{background-color:transparent;}
#module_67228991 .normal_ImgtextBox{background-image:none;}
#module_67228991 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_67228991 .normal_ImgtextBox{background-position:0% 0%;}
#module_67228991 .normal_ImgtextBox{background-attachment:none;}
#module_67228991 .normal_ImgtextBox{}
#module_67228991 .normal_ImgtextBox{border-top-left-radius:0px;}
#module_67228991 .normal_ImgtextBox{border-top-right-radius:0px;}
#module_67228991 .normal_ImgtextBox{border-bottom-left-radius:0px;}
#module_67228991 .normal_ImgtextBox{border-bottom-right-radius:0px;}
#module_67228991 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox{border-top-style:none;}
#module_67228991 .normal_ImgtextBox{border-top-width:0px;}
#module_67228991 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox{border-right-style:none;}
#module_67228991 .normal_ImgtextBox{border-right-width:0px;}
#module_67228991 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox{border-bottom-style:none;}
#module_67228991 .normal_ImgtextBox{border-bottom-width:0px;}
#module_67228991 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox{border-left-style:none;}
#module_67228991 .normal_ImgtextBox{border-left-width:0px;}
#module_67228991 .showHandle .btn{font-size:px;}
#module_67228991 .showHandle .btn{font-family:;}
#module_67228991 .showHandle .btn{color:;}
#module_67228991 .showHandle .btn{}
#module_67228991 .showHandle .btn{}
#module_67228991 .showHandle .btn{}
#module_67228991 .showHandle div{border-top-color: !important;}
#module_67228991 .showHandle div{border-top-style: !important;}
#module_67228991 .showHandle div{border-top-width:px !important;}
#module_67228991 .showHandle{background-color:;}
#module_67228991 .showHandle{}
#module_67228991 .showHandle{}
#module_67228991 .showHandle{}
#module_67228991 .showHandle{}
#module_67228991 .showHandle{}
#module_67228991 .normal_ImgtextBox:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox:hover{border-top-style:none;}
#module_67228991 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox:hover{border-right-style:none;}
#module_67228991 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_67228991 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_67228991 .normal_ImgtextBox:hover{border-left-style:none;}
#module_67228991 a{font-size:unset;font-family:unset}
.module_106326924 .ModuleHead .HeadCenter{float:none;}
#module_106326924 {
padding:0px;
}
#module_106326924 {
position:static;
z-index:0;
top:2249px;
left:203px;
width:100%;
height: auto;
}
#module_106326924 .ModuleHead106326924 {
display:none;
}
#module_106326924 .BodyCenter.BodyCenter106326924 {
background:none;background-color:rgba(0,0,0,0);
}
#module_106326924 >.module_106326924 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_106326924 >.module_106326924{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_106326924 .BodyCenter.BodyCenter106326924 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_106326924 .BodyCenter.BodyCenter106326924 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_106326924 >.module_106326924 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_106326924 >.module_106326924 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_106326924 >.module_106326924 {box-shadow: 0px 0px 0px 0px #ccc}
#module_106326924:hover {
border:none;
}
#module_106326924:hover >.module_106326924 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_106326924 .GraphicUpper .TextImage{border-top-left-radius:0px;}
#module_106326924 .GraphicUpper .TextImage{border-top-right-radius:0px;}
#module_106326924 .GraphicUpper .TextImage{border-bottom-left-radius:0px;}
#module_106326924 .GraphicUpper .TextImage{border-bottom-right-radius:0px;}
#module_106326924 .GraphicUpper .TextImage{padding-top:0px;}
#module_106326924 .GraphicUpper .TextImage{padding-bottom:0px;}
#module_106326924 .GraphicUpper .TextImage{padding-left:15px;}
#module_106326924 .GraphicUpper .TextImage{padding-right:15px;}
#module_106326924 .GraphicUpper .TextImage{width:100%;}
#module_106326924 .GraphicUpper .MobileTextImage{width:50%;}
#module_106326924 .imageTextGiant-Container .GraphicUpper{ text-align:center;}
#module_106326924 .ModuleImageTextGiantContent{padding-top:18px;}
#module_106326924 .ModuleImageTextGiantContent{padding-bottom:0px;}
#module_106326924 .ModuleImageTextGiantContent{padding-left:0px;}
#module_106326924 .ModuleImageTextGiantContent{padding-right:0px;}
#module_106326924 .normal_ImgtextBox{padding-top:0px;}
#module_106326924 .normal_ImgtextBox{padding-bottom:0px;}
#module_106326924 .normal_ImgtextBox{padding-left:15px;}
#module_106326924 .normal_ImgtextBox{padding-right:15px;}
#module_106326924 .normal_ImgtextBox{margin-top:15px;margin-bottom:15px;}
#module_106326924 .normal_ImgtextBox.col-lg-6 {margin-right:0px; width:calc((99% - 0px * 5)/ 6)} #module_106326924 .normal_ImgtextBox.col-lg-5 {margin-right:0px; width:calc((99% - 0px * 4)/ 5)} #module_106326924 .normal_ImgtextBox.col-lg-4 {margin-right:0px; width:calc((99% - 0px * 3)/ 4)} #module_106326924 .normal_ImgtextBox.col-lg-3 {margin-right:0px; width:calc((99% - 0px * 2)/ 3)} #module_106326924 .normal_ImgtextBox.col-lg-2 {margin-right:0px; width:calc((99% - 0px)/ 2)}  #module_106326924 .MobileImgtextBox{margin-right:0px;margin-left:0; width:calc((99% - 0px) / 2);}
#module_106326924 .normal_ImgtextBox{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox{background-color:transparent;}
#module_106326924 .normal_ImgtextBox{background-image:none;}
#module_106326924 .normal_ImgtextBox{background-repeat:no-repeat;}
#module_106326924 .normal_ImgtextBox{background-position:0% 0%;}
#module_106326924 .normal_ImgtextBox{background-attachment:none;}
#module_106326924 .normal_ImgtextBox{}
#module_106326924 .normal_ImgtextBox{border-top-left-radius:0px;}
#module_106326924 .normal_ImgtextBox{border-top-right-radius:0px;}
#module_106326924 .normal_ImgtextBox{border-bottom-left-radius:0px;}
#module_106326924 .normal_ImgtextBox{border-bottom-right-radius:0px;}
#module_106326924 .normal_ImgtextBox{border-top-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox{border-top-style:none;}
#module_106326924 .normal_ImgtextBox{border-top-width:0px;}
#module_106326924 .normal_ImgtextBox{border-right-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox{border-right-style:none;}
#module_106326924 .normal_ImgtextBox{border-right-width:0px;}
#module_106326924 .normal_ImgtextBox{border-bottom-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox{border-bottom-style:none;}
#module_106326924 .normal_ImgtextBox{border-bottom-width:0px;}
#module_106326924 .normal_ImgtextBox{border-left-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox{border-left-style:none;}
#module_106326924 .normal_ImgtextBox{border-left-width:0px;}
#module_106326924 .showHandle .btn{font-size:14px;}
#module_106326924 .showHandle .btn{font-family:微软雅黑,Microsoft YaHei;}
#module_106326924 .showHandle .btn{color:#333;}
#module_106326924 .showHandle .btn{font-weight:400;}
#module_106326924 .showHandle .btn{text-decoration:none;}
#module_106326924 .showHandle .btn{font-style:normal;}
#module_106326924 .showHandle div{border-top-color:#ddd !important;}
#module_106326924 .showHandle div{border-top-style:solid !important;}
#module_106326924 .showHandle div{border-top-width:1px !important;}
#module_106326924 .showHandle{background-color:transparent;}
#module_106326924 .showHandle{background-image:none;}
#module_106326924 .showHandle{background-repeat:no-repeat;}
#module_106326924 .showHandle{}
#module_106326924 .showHandle{}
#module_106326924 .showHandle{}
#module_106326924 .normal_ImgtextBox:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox:hover{border-top-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox:hover{border-top-style:none;}
#module_106326924 .normal_ImgtextBox:hover{border-right-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox:hover{border-right-style:none;}
#module_106326924 .normal_ImgtextBox:hover{border-bottom-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox:hover{border-bottom-style:none;}
#module_106326924 .normal_ImgtextBox:hover{border-left-color:rgba(0, 0, 0, 0);}
#module_106326924 .normal_ImgtextBox:hover{border-left-style:none;}
#module_106326924 a{font-size:unset;font-family:unset}
.module_67228398 .ModuleHead .HeadCenter{float:none;}
#module_67228398 {
padding:0px;
}
#module_67228398 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67228398 .ModuleHead67228398 {
display:none;
}
#module_67228398 .BodyCenter.BodyCenter67228398 {
background:none;background-color:rgb(12, 12, 12);
}
#module_67228398 >.module_67228398 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67228398 >.module_67228398{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67228398 .BodyCenter.BodyCenter67228398 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228398 .BodyCenter.BodyCenter67228398 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228398 >.module_67228398 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228398 >.module_67228398 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228398 >.module_67228398 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228398:hover {
border:none;
}
#module_67228398:hover >.module_67228398 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228398 .ModuleSubContainer{background-color:transparent;}
#module_67228398 .ModuleSubContainer{background-image:none;}
#module_67228398 .ModuleSubContainer{background-repeat:no-repeat;}
#module_67228398 .ModuleSubContainer{background-position:0% 0%;}
#module_67228398 .ModuleSubContainer{background-attachment:scroll;}
#module_67228398 .ModuleSubContainer{}
#module_67228398 {!bgVideo!}{bgVideoUrl:none}
#module_67228398 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_67228398 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_67228398 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer67228398 {}
.ModuleNavGiant.layout-104 .main-nav-content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  overflow:hidden;
}
.ModuleNavGiant.layout-104 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-104 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-104 .moveMenuRight, .ModuleNavGiant.layout-104 .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-104 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-104 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px
}
.ModuleNavGiant.layout-104 .moveMenuRight:hover, .ModuleNavGiant.layout-104 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}
.ModuleNavGiant.layout-104 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;
}
.ModuleNavGiant.layout-104 .main-nav-item-group {
  box-sizing: border-box;
  -moz-box-sizing:border-box; 
 -webkit-box-sizing:border-box;
  height: 80px;
  line-height: 80px;
  float: left;
  text-align: center;
  margin-right: 5px;
}
.ModuleNavGiant.layout-104 .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-104 .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;
  border-radius: 0px;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
}
.ModuleNavGiant.layout-104 .main-nav-item-hover {
  color: #fff;
}
.ModuleNavGiant.layout-104 .main-nav-item-hover:before {
  width: 100%;
  left: 0;
  border-radius: 20px;
  opacity: 1;
}
.ModuleNavGiant.layout-104 .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-104 .sub-nav-item-box {
  width: 100%;
  position: relative;
}
.ModuleNavGiant.layout-104 .sub-nav-item-group{
	position: relative;
}
.ModuleNavGiant.layout-104 .arrow{
	top:13px;
	width:15px;height:15px;position: absolute;
	left: 50%;
  margin-left: -7.5px;
	z-index:-1;
	transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -moz-transform:rotate(45deg); 
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg); 
	transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
  box-shadow: 0 0 1px rgba(0,0,0,.1);
}

.ModuleNavGiant.layout-104 .sub-nav-item {
  display: block;
  height: 42px;
  line-height: 42px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
  font-size: 12px;
  padding-left: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-104 .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-104 .sub-nav-item .inner{ 
  height:100%;
  line-height: calc(100% + 18px);
  display: block;
}
.ModuleNavGiant.layout-104 .sub-nav-item:first-child {
  border-top: none!important;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.ModuleNavGiant.layout-104 .sub-nav-item:last-child {
  border-bottom: none!important;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.ModuleNavGiant.layout-104 .sub-nav-item:hover .inner{
  padding-left: 10px;
}
.ModuleNavGiant.layout-104 .sub-nav-item-group.current {
  display: block;
}
.ModuleNavGiant.layout-104 .main-nav-item-group.current .main-nav-item {
  color: #fff;
}
.ModuleNavGiant.layout-104 .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-104 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-104 .verticalMenu {height: auto !important;}
.ModuleNavGiant.layout-104 .verticalMenu.main-nav-content >.blank-solve {width: 100% !important;}
.ModuleNavGiant.layout-104 .verticalMenu .main-nav-item-group {float: unset; width: 100%;}
.ModuleNavGiant.layout-104 .verticalMenu .main-nav-item-group:last-child {margin-bottom: 0 !important;}
.ModuleNavGiant.layout-104 .verticalMenu .main-nav-item {padding: 0 !important; text-align: center;}
.ModuleNavGiant.layout-104 .sub-nav-item-group.sub-menu{
    display: none !important;
}.module_67228418 .ModuleHead .HeadCenter{float:none;}
#module_67228418 {
padding:0px;
}
#module_67228418 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67228418 .ModuleHead67228418 {
display:none;
}
#module_67228418 .BodyCenter.BodyCenter67228418 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67228418 >.module_67228418 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67228418 >.module_67228418{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67228418 .BodyCenter.BodyCenter67228418 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228418 .BodyCenter.BodyCenter67228418 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_67228418 >.module_67228418 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67228418 >.module_67228418 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_67228418 >.module_67228418 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67228418:hover {
border:none;
}
#module_67228418:hover >.module_67228418 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67228418 .main-nav-item-group{height:55px;line-height:55px;} #module_67228418 .main-nav-content{height:55px}
#module_67228418 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_67228418 .main-nav-content{background-image:none;}
#module_67228418 .main-nav-content{background-repeat:no-repeat;}
#module_67228418 .main-nav-content{}
#module_67228418 .main-nav-content{}
#module_67228418 .main-nav-content{}
#module_67228418 .main-nav-content, #module_67228418 .verticalMenu .main-nav-item-group{text-align:left;}
#module_67228418 .main-nav-item{font-size:10px;}
#module_67228418 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_67228418 .main-nav-item{color:rgb(216, 216, 216);}
#module_67228418 .main-nav-item{font-weight:normal;}
#module_67228418 .main-nav-item{text-decoration:none;}
#module_67228418 .main-nav-item{font-style:normal;}
#module_67228418 .main-nav-item{width:auto;}
#module_67228418 .main-nav-item{padding-left:17px;padding-right:17px;} #module_67228418 .verticalMenu .main-nav-item-group{margin-bottom:17px;}
#module_67228418 .main-nav-item{background-image:none;}
#module_67228418 .main-nav-item{background-color:transparent;}
#module_67228418 .main-nav-item{background-repeat:no-repeat;}
#module_67228418 .main-nav-item{}
#module_67228418 .main-nav-item{}
#module_67228418 .main-nav-item{}
#module_67228418 .sub-nav-item-group{width:192px;}
#module_67228418 .sub-nav-item{height:40px;line-height:40px;} #module_67228418 .sub-nav-item .inner {line-height: calc(100% + (40px - 10px));}
#module_67228418 .sub-nav-item .inner{font-size:12px;}
#module_67228418 .sub-nav-item .inner{font-family:微软雅黑,Microsoft YaHei;}
#module_67228418 .sub-nav-item .inner{color:#000;}
#module_67228418 .sub-nav-item .inner{font-weight:normal;}
#module_67228418 .sub-nav-item .inner{text-decoration:none;}
#module_67228418 .sub-nav-item .inner{font-style:normal;}
#module_67228418 .sub-nav-item,#module_67228418 .arrow,#module_67228418 .sub-normal-color{background-color:#fff;}
#module_67228418 .sub-nav-item .inner{background-image:none;}
#module_67228418 .sub-nav-item .inner{background-repeat:no-repeat;}
#module_67228418 .sub-nav-item .inner{}
#module_67228418 .sub-nav-item .inner{}
#module_67228418 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_67228418 .sub-nav-item{border-bottom-style:solid;}
#module_67228418 .sub-nav-item{border-bottom-width:1px;}
#module_67228418 .sub-nav-item{margin-bottom:0px;}
#module_67228418 .main-nav-item-hover{font-size:10px;}
#module_67228418 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_67228418 .main-nav-item-hover{color:rgb(255, 255, 255);}
#module_67228418 .main-nav-item-hover{font-weight:normal;}
#module_67228418 .main-nav-item-hover{text-decoration:none;}
#module_67228418 .main-nav-item-hover{font-style:normal;}
#module_67228418 .main-nav-item-hover::before{background-color:rgba(0,0,0,0);}
#module_67228418 .main-nav-item-hover::before{background-image:none;}
#module_67228418 .main-nav-item-hover::before{background-repeat:no-repeat;}
#module_67228418 .main-nav-item-hover::before{}
#module_67228418 .main-nav-item-hover::before{}
#module_67228418 .main-nav-item-hover::before{}
#module_67228418 .sub-nav-item:hover .inner{font-size:12px;}
#module_67228418 .sub-nav-item:hover .inner{font-family:微软雅黑,Microsoft YaHei;}
#module_67228418 .sub-nav-item:hover .inner{color:#000;}
#module_67228418 .sub-nav-item:hover .inner{font-weight:normal;}
#module_67228418 .sub-nav-item:hover .inner{text-decoration:none;}
#module_67228418 .sub-nav-item:hover .inner{font-style:normal;}
#module_67228418 .sub-nav-item:hover .inner,#module_67228418 .sub-hover-color{background-color:#f2f2f2;}
#module_67228418 .sub-nav-item:hover .inner{background-image:none;}
#module_67228418 .sub-nav-item:hover .inner{background-repeat:no-repeat;}
#module_67228418 .sub-nav-item:hover .inner{}
#module_67228418 .sub-nav-item:hover .inner{}
#module_67228418 .sub-nav-item:hover .inner{}


.module_67228976 .ModuleHead .HeadCenter{float:none;}
#module_67228976 {
padding:0px;
}
#module_67228976 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_67228976 .ModuleHead67228976 {
display:none;
}

#module_67228976 .ModuleImageTextGiantContent{margin-top:0px;}
#module_67228976 .ModuleImageTextGiantContent{margin-bottom:0px;}
#module_67228976 .ModuleImageTextGiantContent{margin-left:0px;}
#module_67228976 .ModuleImageTextGiantContent{margin-right:10px;}
#module_67228976 .imageTextGiant-Container{padding-top:10px;}
#module_67228976 .imageTextGiant-Container{padding-bottom:10px;}
#module_67228976 .imageTextGiant-Container{padding-left:10px;}
#module_67228976 .imageTextGiant-Container{padding-right:10px;}
#module_67228976 .showHandle .btn{font-size:px;}
#module_67228976 .showHandle .btn{font-family:;}
#module_67228976 .showHandle .btn{color:;}
#module_67228976 .showHandle .btn{}
#module_67228976 .showHandle .btn{}
#module_67228976 .showHandle .btn{}
#module_67228976 .showHandle div{border-top-color: !important;}
#module_67228976 .showHandle div{border-top-style: !important;}
#module_67228976 .showHandle div{border-top-width:px !important;}
#module_67228976 .showHandle{background-color:;}
#module_67228976 .showHandle{}
#module_67228976 .showHandle{}
#module_67228976 .showHandle{}
#module_67228976 .showHandle{}
#module_67228976 .showHandle{}
#module_67228976 a{font-size:unset;font-family:unset}
.ModuleAssocListContainer[gridswidthmode="2"] {
    max-width: 1200px;
    width: auto;
}
.ModuleAssocListGiant.layout-101 .ModuleAssocListItem {
    padding: 0
}

.ModuleAssocListGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleAssocListGiant.layout-101 .ModuleAssocListCol {
    padding: 0px;
}

.ModuleAssocListGiant.layout-101 .ModuleAssocListItem {
    padding: 0px;
}

.ModuleAssocListGiant.layout-101 .ModuleAssocListItem {
    min-height: 1px;
}

.ModuleAssocListGiant.layout-101 .ModuleAssocListContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleAssocListGiant.layout-101{height: 100%;}
.ModuleAssocListGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleAssocListGiant.layout-101 .gridBgVideo{position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleAssocListGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleAssocListGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleAssocListGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}.module_106330370 .ModuleHead .HeadCenter{float:none;}
#module_106330370 {
padding:0px;
}
#module_106330370 {
position:static;
z-index:1;
top:21px;
left:0px;
width:100%;
height: auto;
}
#module_106330370 .ModuleHead106330370 {
display:none;
}

#module_106330370 .ModuleSubContainer{background-color:transparent;}
#module_106330370 .ModuleSubContainer{}
#module_106330370 .ModuleSubContainer{background-repeat:no-repeat;}
#module_106330370 .ModuleSubContainer{background-position:0% 0%;}
#module_106330370 .ModuleSubContainer{background-attachment:scroll;}
#module_106330370 {!bgVideo!}{bgVideoUrl:}
#module_106330370 .gridBgVideo .bgVideoMask{opacity:0.2}
.ModuleAssocListContainer.ModuleAssocListContainer106330370 {max-width:1200px;width:auto;}
.ModuleMobileNavGiant.layout-104 p{ color: #fff;}
.mobileNav {  width: 100%;  height: 3rem;  line-height: 3rem;  text-align: center;  position: fixed;  z-index: 950;  top:0;  }
.pagebody_nav_1.showFloatNav{    -ms-transform: translateX(50%) !important;
    -khtml-transform: translateX(50%) !important;
    -webkit-transform: translateX(50%) !important;
    -o-transform: translateX(50%) !important;
    -moz-transform: translateX(50%) !important;
    transform: translateX(50%) !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-104  .header-model{width: 100%; height: 3rem;}
.mobileFootNav_1.showFloatNav{-ms-transform: translateX(50%) !important; -khtml-transform: translateX(50%) !important; -webkit-transform: translateX(50%) !important; -o-transform: translateX(50%) !important; -moz-transform: translateX(50%) !important; transform: translateX(50%) !important;-ms-transition: 0.5s; -webkit-transition: 0.5s; -khtml-transition: 0.5; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s;}
.mobileNavRenderElem {
    width: 100%;
    height: 3rem;
}

.mobileNav_1.showFloatNav {-ms-transform: translateX(50%);-khtml-transform: translateX(50%);-webkit-transform: translateX(50%);-o-transform: translateX(50%);-moz-transform: translateX(50%);transform: translateX(50%);}
.mobileNavFloatLayer_1 {  z-index: 9999;display: block;  visibility: hidden;  width: 50%;  height: 100%;  -ms-transform: translateX(-100%);  -khtml-transform: translateX(-100%);  -webkit-transform: translateX(-100%);  -o-transform: translateX(-100%);  -moz-transform: translateX(-100%);  transform: translateX(-100%);  -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);  }
.ModuleMobileNavGiant.layout-104 .micro-nav-item{ background:#e50b1c;height: calc(100vh);}
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul{ padding-top: 4rem;}
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul li{ height: 2.98rem; border-bottom: 1px solid #fff; color: #fff; margin-left: 1.333rem; margin-right: 2.46rem; display: flex; align-items: center;}
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul li a{ color: #fff;width: 100%;display: flex;align-items: center;}
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul li i{ width:1.12rem; height: 1.3rem;  display: inline-block; margin-right: 1.06rem;}
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul li p{ font-size: .81rem; color: #fff;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.ModuleMobileNavGiant.layout-104 #header p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}
.ModuleMobileNavGiant.layout-104 .icon-dianhua-moren{ font-weight: normal;}
.ModuleMobileNavGiant.layout-104 .icon-sousuo{ font-weight: 750;}
.ModuleMobileNavGiant.layout-104 .container{ width: 100%;  height: 100%;  max-width: 100%;  overflow: hidden; position: relative;  }
.ModuleMobileNavGiant.layout-104 .view { will-change: transform; position: absolute;  width: 100%;   left: 0;  top: 0;  transition: transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);}
.ModuleMobileNavGiant.layout-104 .list-view {  height:100%;  width: 100%;  position: relative; overflow: scroll; -webkit-overflow-scrolling: touch;  z-index: 9999; }
.ModuleMobileNavGiant.layout-104 .view-change .list-view {  transform: translateX(50%);}
.ModuleMobileNavGiant.layout-104 .view-change .details-view {  transform: translateX(0); width: 50%; }
.ModuleMobileNavGiant.layout-104 .details-view {  transform: translateX(-100%);  box-sizing: border-box; width: 50%;}
.ModuleMobileNavGiant.layout-104 header { display: flex; height:3rem;  background: #f10315;  font-size: 16px;  font-weight: 700;  color: #fff;  line-height: 3rem;  -moz-box-sizing: border-box;  box-sizing: border-box;  width: 100%;  padding: 0 0  }
.ModuleMobileNavGiant.layout-104 header.fixed {  position: fixed;  top: 0;  left: 0  }
.ModuleMobileNavGiant.layout-104 header {  box-sizing: border-box;  width: 100%  }
.ModuleMobileNavGiant.layout-104 header {  top: 0;  text-align: center;  position: fixed;  z-index: 3;  max-width: 980px;  margin: 0 auto  }
.ModuleMobileNavGiant.layout-104 .micro-nav-item ul li{  -webkit-animation-duration: 0.8s;  animation-duration: 0.8s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both;  -webkit-animation-name: bounceInLeft;  animation-name: bounceInLeft;  }

.ModuleMobileNavGiant.layout-104 #mobileDesignerContainer #pagebody {
    margin-top:3rem;
}
.ModuleMobileNavGiant.layout-104 .navcontent{ display:flex; width:calc(100% - 60px); margin-left: 50px;    margin-right: 8pt;}
.ModuleMobileNavGiant.layout-104 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-104 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-104 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
    fill: #fff;
}
.ModuleMobileNavGiant.layout-104 .navcontent a{  width: 56px; text-align: center;    display: block;}

.ModuleMobileNavGiant.layout-104 #header p img{max-height: 40px;     padding-right: 8pt;
    padding-left: 8pt;/*padding-left:40px;margin-right: 8px; margin-left: 15px;*/}
@media only screen and (min-width: 768px){
    .ModuleMobileNavGiant.layout-104 #mobileDesignerContainer #pagebody {
        margin-top:0px;
    }
    .ModuleMobileNavGiant.layout-104 .header-model{ display: none;}
    .pagebody_nav_1.showFloatNav {
        -ms-transform: translateX(0) !important;
        -khtml-transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }


}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.mobileNavFloatLayer_r  { right:0; -ms-transform: translateX(11rem);
    -khtml-transform: translateX(11rem);
    -webkit-transform: translateX(11rem);
    -o-transform: translateX(11rem);
    -moz-transform: translateX(11rem);
    transform: translateX(11rem); }

.mobileNav_1.showFloatNavright,.mobileFootNav_1.showFloatNavright{
    -ms-transform: translateX(-49%) !important;
    -khtml-transform: translateX(-49%) !important;
    -webkit-transform: translateX(-49%) !important;
    -o-transform: translateX(-49%) !important;
    -moz-transform: translateX(-49%) !important;
}
.ModuleMobileNavGiant.layout-104 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_67226039 .ModuleHead .HeadCenter{float:none;}
#module_67226039 {
padding:0px;
}
#module_67226039 {
}
#module_67226039 .ModuleHead67226039 {
display:none;
}
#module_67226039 .BodyCenter.BodyCenter67226039 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67226039 >.module_67226039 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67226039 >.module_67226039{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67226039 .BodyCenter.BodyCenter67226039 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226039 .BodyCenter.BodyCenter67226039 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_67226039 >.module_67226039 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_67226039 >.module_67226039 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_67226039 >.module_67226039 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67226039:hover {
border:none;
}
#module_67226039:hover >.module_67226039 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67226039 .langlistbox{background-color:} #module_67226039 .langlistbox .jt{border-bottom-color:}
#module_67226039 .langlistbox .langinfo{color:}
#module_67226039 .langlistbox .langinfo{background-color:}
#module_67226039 .langlistbox .langinfo{border-color:}
#module_67226039 .langlistbox .langtxt{ font-size:px }
#module_67226039 .langlistbox .langtxt{ color: }
#module_67226039 {}##module_67226039.layout-104 #header{border-bottom-color:transparent;}
#module_67226039 {}#module_67226039.layout-104 #header{border-bottom-style:none;}
#module_67226039 {}#module_67226039.layout-104 #header{border-bottom-width:0px;}
#module_67226039 {}#module_67226039.layout-104 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_67226039 {}#module_67226039.layout-104 #MobileNav{background-color: transparent;} #module_67226039.layout-104 #header{background-color:rgb(227, 108, 9);}
#module_67226039 {}#module_67226039.layout-104 #header{}
#module_67226039 {}#module_67226039.layout-104 #header p{color:#fff;}
#module_67226039 {}#module_67226039.layout-104 .lcitem .rect{background:#fff;} #module_67226039.layout-104 .icons{color:#fff;} #module_67226039.layout-104 .svgdiv svg>*{fill:#fff;}
#module_67226039 {}#module_67226039.layout-104 .micro-nav-item ul li{border-bottom-color:#fff;}
#module_67226039 {}#module_67226039.layout-104 .micro-nav-item,#module_67226039.layout-104 #MobileNavFloatLayer{background-color:rgb(227, 108, 9);}
#module_67226039 {}#module_67226039.layout-104 .micro-nav-item,#module_67226039.layout-104 #MobileNavFloatLayer{}
#module_67226039 {}#module_67226039.layout-104 .micro-nav-item>ul>li>a,#module_67226039.layout-104 .micro-nav-item>ul>li>a p{color:#fff;}
#module_67226039 {}#module_67226039.layout-104 #header p{font-family:;}
#module_67226039 {}#module_67226039.layout-104 #header p{}
#module_67226039 {}#module_67226039.layout-104 #header p{}
#module_67226039 {}#module_67226039.layout-104 #header p{font-size:px;}
#module_67226039 {}#module_67226039.layout-104 #header p{}
#module_67226039 {}#module_67226039.layout-104 .micro-nav-item>ul>li>a,#module_67226039.layout-104 .micro-nav-item>ul>li>a p{font-family:;}
#module_67226039 {}#module_67226039.layout-104 .micro-nav-item>ul>li>a,#module_67226039.layout-104 .micro-nav-item>ul>li>a p{font-size:px;}
#module_67226039 .langlistbox li:hover .langinfo,#module_67226039 .langactive .langinfo {color:}
#module_67226039 .langlistbox li:hover .langinfo,#module_67226039 .langactive .langinfo{background-color:}
#module_67226039 .langlistbox li:hover .langinfo,#module_67226039 .langactive .langinfo{border-color:}
#module_67226039 .langlistbox li:hover .langtxt,#module_67226039 .langactive .langtxt{ color: }
#module_67226039 {}#module_67226039.layout-104 .micro-nav-item>ul>li>a:hover,#module_67226039.layout-104 .micro-nav-item>ul>li>a:hover p{color:#fff;}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16);
    color: #666;
    box-sizing: content-box;
    white-space: nowrap;
    /* min-width: 80px; */
}
.ModuleMobileFloatNavGiant .defaultbtnbghover{
    transform: rotate(180deg);
    transition: all 0.5s;
}
.ModuleMobileFloatNavGiant .itemtextright{
    text-align: right;
}
.ModuleMobileFloatNavGiant .itemtextleft{
    text-align: left;
}
.ModuleMobileFloatNavGiant .itemtextright::before{
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: -8px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .itemtextleft::before{
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: -7px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .FloatNavitemlist{ height: 0; display: none; transition:all}
.itemimg{
    max-height: 25px;
    max-width: 25px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%
}
.FloatNavMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    background: #000;
    z-index: 15;
}
.FloatNavQRCode span img {
    border: solid 0.625rem #fff;
}
.FloatNavQRCode span {
    display: block;
    overflow: hidden;
    bottom: 3.750rem;
    right: 0.625rem;
    position: fixed;
    z-index: 20;
}
.FloatNavQRCode {
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}.module_67226181 .ModuleHead .HeadCenter{float:none;}
#module_67226181 {
padding:0px;
}
#module_67226181 {
}
#module_67226181 .ModuleHead67226181 {
display:none;
}

#module_67226181 .defaultbtn{background-color:#fff}
#module_67226181 .defaultbtn{}
#module_67226181 .spotgroup{color:#000}
#module_67226181 .itembtn{background-color:#fff}
#module_67226181 .itembtn{}
#module_67226181 .itemicon{color:#666} #module_67226181 svg>*{fill:#666}
#module_67226181 .itemtext{background-color:#fff} #module_67226181 .itemtextright::before{border-left-color:#fff} #module_67226181 .itemtextleft::before{border-right-color:#fff}
#module_67226181 .itemtext{}
#module_67226181 .itemtext{font-size:12px;}
#module_67226181 .itemtext{font-family:;}
#module_67226181 .itemtext{color:#666 !important;}
#module_67226181 .itemtext{font-weight:normal;}
#module_67226181 .itemtext{text-decoration:none;}
#module_67226181 .itemtext{font-style:normal;}
#module_67226181 .defaultbtnbghover{background-color:#000000}
#module_67226181 .defaultbtnbghover{}
#module_67226181 .defaultbtniconbghover{color:#fff}
.module_67226040 .ModuleHead .HeadCenter{float:none;}
#module_67226040 {
padding:0px;
}
#module_67226040 {
}
#module_67226040 .ModuleHead67226040 {
display:none;
}
#module_67226040 .BodyCenter.BodyCenter67226040 {
background:none;background-color:rgba(0,0,0,0);
}
#module_67226040 >.module_67226040 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_67226040 >.module_67226040{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_67226040 .BodyCenter.BodyCenter67226040 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_67226040 .BodyCenter.BodyCenter67226040 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_67226040 >.module_67226040 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_67226040 >.module_67226040 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_67226040 >.module_67226040 {box-shadow: 0px 0px 0px 0px #ccc}
#module_67226040:hover {
border:none;
}
#module_67226040:hover >.module_67226040 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_67226040 .foot-nav-list{background-color:rgb(227, 108, 9) !important;}
#module_67226040 .foot-nav-list{border-top-color:transparent;}
#module_67226040 .foot-nav-list{border-top-style:none;}
#module_67226040 .foot-nav-list{border-top-width:0px;}
#module_67226040 #MobileFootNav{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_67226040 .icon{color:#fff !important;} #module_67226040 .icon svg >*{fill:#fff}
#module_67226040 .itemText{font-size:12px;}
#module_67226040 .itemText{font-family:微软雅黑,Microsoft YaHei;}
#module_67226040 .itemText{color:#fff !important;}
#module_67226040 .itemText{font-weight:normal;}
#module_67226040 .itemText{text-decoration:none;}
#module_67226040 .itemText{font-style:normal;}
#module_67226040 .iconh{color:#fff !important;}  #module_67226040 .iconh svg >*{fill:#fff}
#module_67226040 .itemTexth{font-size:12px;}
#module_67226040 .itemTexth{font-family:微软雅黑,Microsoft YaHei;}
#module_67226040 .itemTexth{color:#fff !important;}
#module_67226040 .itemTexth{font-weight:normal;}
#module_67226040 .itemTexth{text-decoration:none;}
#module_67226040 .itemTexth{font-style:normal;}
